mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 19:06:52 -05:00
--------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de> Co-authored-by: ebbit1q <ebbit1q@gmail.com>
11 lines
227 B
Protocol Buffer
11 lines
227 B
Protocol Buffer
syntax = "proto2";
|
|
import "response.proto";
|
|
import "serverinfo_ban.proto";
|
|
|
|
message Response_BanHistory {
|
|
extend Response {
|
|
optional Response_BanHistory ext = 1012;
|
|
}
|
|
repeated ServerInfo_Ban ban_list = 1;
|
|
}
|