6 lines
170 B
Protocol Buffer
6 lines
170 B
Protocol Buffer
syntax = "proto2";
|
|
message ServerInfo_Replay {
|
|
optional sint32 replay_id = 1 [default = -1];
|
|
optional string replay_name = 2;
|
|
optional uint32 duration = 3;
|
|
}
|