revised legendary

This commit is contained in:
Anthony Calosa
2016-07-28 06:42:47 +08:00
parent a9be34c627
commit 193d7accb4
5 changed files with 19 additions and 58 deletions

View File

@@ -126,8 +126,6 @@ class GameObserver{
void Affinity();
bool AffinityNeedsUpdate;
void addObserver(MTGAbility * observer);
void checkLegendary(MTGCardInstance * card);
map<MTGCardInstance *,bool> cards;
bool removeObserver(ActionElement * observer);
void startGame(GameType, Rules * rules);
void untapPhase();