GR.Gambling.Blackjack.DiffStrategy.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);
        }