mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 20:53:23 -08:00
8 lines
153 B
Protocol Buffer
8 lines
153 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_commands.proto";
|
|
message Command_Concede {
|
|
extend GameCommand {
|
|
optional Command_Concede ext = 1017;
|
|
}
|
|
}
|