15 lines
293 B
Protocol Buffer
15 lines
293 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SceneRouteChangeInfo.proto";
|
|
|
|
// CmdId: 9498
|
|
// Version: 4.6.0
|
|
// Obfs: EFPEFPLEDJA
|
|
message SceneRouteChangeNotify {
|
|
uint32 scene_time = 6;
|
|
uint32 scene_id = 8;
|
|
repeated SceneRouteChangeInfo route_list = 12;
|
|
}
|