9 lines
157 B
Protocol Buffer
9 lines
157 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_commands.proto";
|
|
message Command_Mulligan {
|
|
extend GameCommand {
|
|
optional Command_Mulligan ext = 1004;
|
|
}
|
|
}
|
|
|
|
|