15 lines
286 B
Protocol Buffer
15 lines
286 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SceneRouteChangeInfo.proto";
|
|
|
|
// Name: EFMEAGBKNLI
|
|
// CmdId: 208
|
|
message SceneRouteChangeNotify {
|
|
uint32 scene_time = 12;
|
|
uint32 scene_id = 10;
|
|
repeated SceneRouteChangeInfo route_list = 14;
|
|
}
|
|
|