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

ResetShoe() public method

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