GC-Proto/proto/SceneTimeNotify.proto

14 lines
214 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EBJECAINEDK
// CmdId: 210
message SceneTimeNotify {
uint64 scene_time = 2;
uint32 scene_id = 13;
bool is_paused = 7;
}