Blackjack.Players.BasicStrategyPlayer.GetBet C# (CSharp) 메소드

GetBet() 공개 메소드

public GetBet ( decimal min, decimal max ) : decimal
min decimal
max decimal
리턴 decimal
        public decimal GetBet(decimal min, decimal max)
        {
            return min;
        }