Blackjack.Players.WizardSimpleStrategy.PlayAnotherHand C# (CSharp) 메소드

PlayAnotherHand() 공개 메소드

public PlayAnotherHand ( ) : bool
리턴 bool
        public virtual bool PlayAnotherHand()
        {
            return handsToPlay > handsPlayed;
        }