8 lines
116 B
Protocol Buffer
8 lines
116 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
message PlayerGameTimeNotify {
|
|
uint32 game_time = 14;
|
|
bool is_home = 12;
|
|
uint32 uid = 15;
|
|
}
|