servatrice/common/pb/response_replay_list.proto
2012-03-02 20:45:04 +01:00

9 lines
212 B
Protocol Buffer

import "response.proto";
import "serverinfo_replay_match.proto";
message Response_ReplayList {
extend Response {
optional Response_ReplayList ext = 1100;
}
repeated ServerInfo_ReplayMatch match_list = 1;
}