5 lines
82 B
Protocol Buffer
5 lines
82 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message EnterSceneReadyReq {
|
||
|
uint32 enter_scene_token = 7;
|
||
|
}
|