mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
protocol changes for drafting
This commit is contained in:
parent
5381562a5e
commit
c4026cd1ec
17 changed files with 212 additions and 2 deletions
11
common/pb/command_draft_options_select.proto
Normal file
11
common/pb/command_draft_options_select.proto
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
syntax = "proto2";
|
||||
import "game_commands.proto";
|
||||
import "draft_options.proto";
|
||||
|
||||
// Sends the options to use to draft before the draft starts.
|
||||
message Command_DraftOptionsSelect {
|
||||
extend GameCommand {
|
||||
optional Command_DraftOptionsSelect ext = 1035;
|
||||
}
|
||||
optional Draft_Options options = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue