Grasscutter/proto/SceneTimeNotify.proto

10 lines
164 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SceneTimeNotify {
uint32 sceneId = 1;
bool isPaused = 2;
uint64 sceneTime = 3;
}