9 lines
202 B
Protocol Buffer
9 lines
202 B
Protocol Buffer
import "response.proto";
|
|
import "serverinfo_replay.proto";
|
|
|
|
message Response_ReplayList {
|
|
extend Response {
|
|
optional Response_ReplayList ext = 1100;
|
|
}
|
|
repeated ServerInfo_Replay replay_list = 1;
|
|
}
|