mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,8 +22,8 @@ import "RoutePointChangeInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SceneRouteChangeInfo {
|
||||
bool is_forward = 12;
|
||||
uint32 route_id = 15;
|
||||
uint32 type = 4;
|
||||
repeated RoutePointChangeInfo point_list = 1;
|
||||
bool is_forward = 15;
|
||||
uint32 type = 11;
|
||||
repeated RoutePointChangeInfo point_list = 10;
|
||||
uint32 route_id = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user