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

ResetShoe() public method

public ResetShoe ( Game game ) : void
game Game
return void
        public override void ResetShoe(Game game)
        {
            primary.ResetShoe(game);
            secondary.ResetShoe(game);
        }