C# Class GR.Gambling.Blackjack.CmdTester

Inheritance: Agent
显示文件 Open project: alexhanh/Botting-Library

Public Methods

Method Description
Bet ( Game game ) : int
GetBestAction ( Game game ) : ActionType
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

Method Details

Bet() public method

public Bet ( Game game ) : int
game Game
return int

GetBestAction() public method

public GetBestAction ( Game game ) : ActionType
game Game
return ActionType

Showdown() public method

public Showdown ( Game game ) : void
game Game
return void

TakeInsurance() public method

public TakeInsurance ( Game game ) : bool
game Game
return bool