mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-05 09:39:22 -08: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;
|
|
}
|