mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
protocol changes for drafting
This commit is contained in:
parent
5381562a5e
commit
c4026cd1ec
17 changed files with 212 additions and 2 deletions
|
|
@ -45,4 +45,7 @@ message Event_MoveCard {
|
|||
// The provider id of the card in case it was not known yet.
|
||||
// Extends the name to supply a specific printing of that type of card.
|
||||
optional string new_card_provider_id = 12;
|
||||
|
||||
// During a draft this is the index of the pick selection
|
||||
optional sint32 draft_selection_index = 13 [default = -1];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue