GR.Gambling.Blackjack.AlwaysHitAgent.TakeInsurance C# (CSharp) Method

TakeInsurance() public method

public TakeInsurance ( Game game ) : bool
game Game
return bool
        public override bool TakeInsurance(Game game)
        {
            return false;
        }