8 lines
157 B
Protocol Buffer
8 lines
157 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// 4.6.0
|
||
|
// CmdId: 2089
|
||
|
message SceneInitFinishReq {
|
||
|
uint32 enter_scene_token = 12;
|
||
|
}
|