mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-20 13:30:32 +03:00
14 lines
214 B
Protocol Buffer
14 lines
214 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 217
|
|
// Name: MLHGMKJPGMM
|
|
message SceneTimeNotify {
|
|
uint32 scene_id = 6;
|
|
bool is_paused = 15;
|
|
uint64 scene_time = 1;
|
|
}
|
|
|