Blackjack.Players.BasicStrategyPlayer.PlayAnotherHand C# (CSharp) Méthode

PlayAnotherHand() public méthode

public PlayAnotherHand ( ) : bool
Résultat bool
        public bool PlayAnotherHand()
        {
            return _handsPlayed <= _handsToPlay;
        }