You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cards_9_11(const CellPosition& pos); // A Constructor takes card position
virtual void ReadCardParameters(Grid* pGrid,int &CardPrice,int& fees, Player* &p,bool &IsBought); // Reads the parameters of CardTen
virtual void Apply(Grid* pGrid, Player* pPlayer, int& CardPrice, int& fees, Player*& p, bool& IsBought); // Applies the effect of CardTen on the passed Player