Erwan
- Added Waldorf's changes
This commit is contained in:
@@ -59,7 +59,7 @@ class AIPlayer: public Player{
|
||||
AIStats * getStats();
|
||||
public:
|
||||
void End(){};
|
||||
virtual int displayStack(){return 1;};
|
||||
virtual int displayStack(){return 0;};
|
||||
AIStats * stats;
|
||||
ManaCost * getPotentialMana();
|
||||
AIPlayer(MTGPlayerCards * _deck, string deckFile);
|
||||
|
||||
Reference in New Issue
Block a user