Erwan
-fix issue 79 (AI and legendary cards)
This commit is contained in:
@@ -79,6 +79,7 @@ class MTGGameZone {
|
||||
MTGCardInstance * hasCard(MTGCardInstance * card);
|
||||
void cleanupPhase();
|
||||
int countByType(const char * value);
|
||||
MTGCardInstance * findByName(string name);
|
||||
int hasType(const char * value);
|
||||
void setOwner(Player * player);
|
||||
MTGCardInstance * lastCardDrawn;
|
||||
|
||||
Reference in New Issue
Block a user