parse "total" cards in set infor

This commit is contained in:
Anthony Calosa
2016-07-01 22:09:08 +08:00
parent 6ce67a95a2
commit 6dc69ded22
3 changed files with 8 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ public:
string name; //Long name: Tenth Edition
int block; //For future use by tournament mode, etc.
int year; //The year the set was released.
int total;//total cards
//TODO Way to group cards by name, rather than mtgid.
void count(MTGCard * c);