protocol changes for drafting

This commit is contained in:
ebbit1q 2025-09-02 13:52:30 +02:00
parent 5381562a5e
commit c4026cd1ec
17 changed files with 212 additions and 2 deletions

View file

@ -50,4 +50,7 @@ message Command_MoveCard {
// Inverts the x coordinate to apply from the end of the target zone instead of the start
optional bool is_reversed = 8 [default = false];
// During a draft this is the index of the pick selection
optional sint32 draft_selection_index = 9 [default = -1];
}