mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
Support viewing the bottom X cards of library
This commit is contained in:
parent
0402d4b853
commit
7c5a13c0b2
19 changed files with 119 additions and 38 deletions
|
|
@ -22,4 +22,5 @@ message Command_MoveCard {
|
|||
optional string target_zone = 5;
|
||||
optional sint32 x = 6 [default = -1];
|
||||
optional sint32 y = 7 [default = -1];
|
||||
optional bool is_reversed = 8 [default = false];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue