move proto to submodule
This commit is contained in:
15
proto/SceneTimeNotify.proto
Normal file → Executable file
15
proto/SceneTimeNotify.proto
Normal file → Executable file
@@ -2,8 +2,17 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message SceneTimeNotify {
|
||||
uint32 sceneId = 1;
|
||||
bool isPaused = 2;
|
||||
uint64 sceneTime = 3;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 230;
|
||||
}
|
||||
|
||||
uint32 scene_id = 1;
|
||||
bool is_paused = 2;
|
||||
uint64 scene_time = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user