mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-27 21:23:28 -08:00
6 lines
123 B
Protocol Buffer
6 lines
123 B
Protocol Buffer
syntax = "proto2";
|
|
message ServerInfo_PlayerPing {
|
|
optional sint32 player_id = 1;
|
|
optional sint32 ping_time = 2;
|
|
}
|