Dominion.UnimplementedPlayerAction.GetCoinAmountToSpendInBuyPhase C# (CSharp) Method

GetCoinAmountToSpendInBuyPhase() public method

public GetCoinAmountToSpendInBuyPhase ( GameState gameState ) : int
gameState GameState
return int
        public virtual int GetCoinAmountToSpendInBuyPhase(GameState gameState)
        {
            return PlayerMustChooseNumber();
        }
UnimplementedPlayerAction