GC-Proto/proto/SceneRouteChangeInfo.proto
2023-01-28 22:00:48 +08:00

14 lines
252 B
Protocol Buffer

syntax = "proto3";
import "RoutePointChangeInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message SceneRouteChangeInfo {
bool isForward = 7;
repeated RoutePointChangeInfo pointList = 14;
uint32 type = 11;
uint32 routeId = 6;
}