GR.Gambling.Blackjack.SuperOptStrategy.ResetShoe C# (CSharp) Method

ResetShoe() public method

public ResetShoe ( Game game ) : void
game Game
return void
        public override void ResetShoe(Game game)
        {
            cardCounter.Reset();
        }