mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 12:24:26 -08:00
5 lines
98 B
Protocol Buffer
5 lines
98 B
Protocol Buffer
message ServerInfo_PlayerPing {
|
|
optional sint32 player_id = 1;
|
|
optional sint32 ping_time = 2;
|
|
}
|