GC-Proto/proto/PlayerTimeNotify.proto
2024-06-23 23:33:14 +08:00

11 lines
185 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
message PlayerTimeNotify {
uint64 player_time = 5;
bool is_paused = 8;
uint64 server_time = 10;
}