mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-05-26 14:30:09 -05:00
10 lines
212 B
Protocol Buffer
10 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;
|
|
}
|