mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
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;
|
|
}
|