Blackjack.Players.WizardSimpleStrategy.PlayAnotherHand C# (CSharp) Method

PlayAnotherHand() public method

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