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

SimpleFiveCountPlayer() 공개 메소드

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