Fixed and improved the Deck Importer (from MTGO) in Android application, fixed frozen and freeze untap bug, fixed/added primitives.

This commit is contained in:
Vittorio Alfieri
2020-12-21 22:39:18 +01:00
parent a801069a3a
commit 1aed1c1517
6 changed files with 223 additions and 123 deletions
+1
View File
@@ -249,6 +249,7 @@ public:
void copy(MTGCardInstance * card);
void setUntapping();
void resetUntapping(); // Fix to avoid the untap on frozen card by clicking on them after the untap phase.
int isUntapping();
int isTapped();
void untap();