servatrice/common/pb/response_replay_list.proto
2012-02-25 19:33:44 +01:00

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;
}