add "recent" & "raidcount"
the recent attribute is to parse new cards entered play, then turns itself to 0 if some stuff happened since it's already in play...
This commit is contained in:
@@ -44,6 +44,7 @@ class CardDescriptor: public MTGCardInstance
|
||||
CardDescriptor();
|
||||
void unsecureSetTapped(int i);
|
||||
void unsecuresetfresh(int k);
|
||||
void unsecuresetrecent(int j);
|
||||
void setisMultiColored(int w);
|
||||
void setNegativeSubtype( string value);
|
||||
int counterPower;
|
||||
|
||||
Reference in New Issue
Block a user