mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
9 lines
200 B
Protocol Buffer
9 lines
200 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_DeckSelect {
|
|
extend GameCommand {
|
|
optional Command_DeckSelect ext = 1029;
|
|
}
|
|
optional string deck = 1;
|
|
optional sint32 deck_id = 2 [default = -1];
|
|
}
|