C# Class GR.Gambling.Blackjack.CmdTester

Inheritance: Agent
Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode Description
Bet ( Game game ) : int
GetBestAction ( Game game ) : ActionType
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

Method Details

Bet() public méthode

public Bet ( Game game ) : int
game Game
Résultat int

GetBestAction() public méthode

public GetBestAction ( Game game ) : ActionType
game Game
Résultat ActionType

Showdown() public méthode

public Showdown ( Game game ) : void
game Game
Résultat void

TakeInsurance() public méthode

public TakeInsurance ( Game game ) : bool
game Game
Résultat bool