GC-Proto/proto/PlayerGameTimeNotify.proto

11 lines
209 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdID: 4423
message PlayerGameTimeNotify {
uint32 game_time = 4;
bool is_home = 9;
uint32 uid = 15;
}