GR.Gambling.Blackjack.CmdTester.Bet C# (CSharp) Method

Bet() public method

public Bet ( Game game ) : int
game Game
return int
        public override int Bet(Game game)
        {
            return game.Rules.MinBet;
        }