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
|
|
@ -179,7 +179,8 @@ public:
|
|||
int xCoord,
|
||||
int yCoord,
|
||||
bool fixFreeSpaces = true,
|
||||
bool undoingDraw = false);
|
||||
bool undoingDraw = false,
|
||||
bool isReversed = false);
|
||||
void unattachCard(GameEventStorage &ges, Server_Card *card);
|
||||
Response::ResponseCode setCardAttrHelper(GameEventStorage &ges,
|
||||
int targetPlayerId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue