Blackjack.Players.SimpleFiveCountPlayer.Reshuffle C# (CSharp) Method

Reshuffle() public method

public Reshuffle ( ) : void
return void
        public override void Reshuffle()
        {
            fives = 0;
        }