refactor: new way to check if a move is from the bottom of the deck

This commit is contained in:
Vasco Guerreiro Vintém Morais 2026-04-01 20:59:31 +01:00
parent 3641fb8b0d
commit acb11c881b
5 changed files with 21 additions and 13 deletions

View file

@ -52,7 +52,4 @@ 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];
// Inverts the order in which cards are moved (if false, from top to bottom)
optional bool is_from_bottom = 9 [default = false];
}