Blackjack.Players.CountingSystemBasicStrategyPlayer.CountingSystemBasicStrategyPlayer C# (CSharp) 메소드

CountingSystemBasicStrategyPlayer() 공개 메소드

public CountingSystemBasicStrategyPlayer ( long handsToPlay ) : System
handsToPlay long
리턴 System
        public CountingSystemBasicStrategyPlayer(long handsToPlay)
            : base(handsToPlay)
        {
        }