mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-30 06:31:42 -08:00
6 lines
142 B
Protocol Buffer
6 lines
142 B
Protocol Buffer
message ServerInfo_Replay {
|
|
optional sint32 replay_id = 1 [default = -1];
|
|
optional string replay_name = 2;
|
|
optional uint32 duration = 3;
|
|
}
|