Cockatrice/libs/protocol/pb/response_warn_list.proto
Lukas Brübach 1d1de904e0 Add a wrapper.
Took 35 minutes
2025-10-04 23:49:11 +02:00

11 lines
257 B
Protocol Buffer

syntax = "proto2";
import "response.proto";
message Response_WarnList {
extend Response {
optional Response_WarnList ext = 1014;
}
repeated string warning = 1;
optional string user_name = 2;
optional string user_clientid = 3;
}