C# Class Dynamic_Games.IncInformation.Player.HumanPlayer

Inheritance: Player
显示文件 Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Methods

Method Description
HumanPlayer ( int cash, int i, Dynamic_Games.IncInformation.Game.Table t ) : System
decision ( ) : void
getChance ( ) : double
setCards ( Dynamic_Games.IncInformation.Cards c1, Dynamic_Games.IncInformation.Cards c2 ) : void
setPos ( Position p ) : void

Method Details

HumanPlayer() public method

public HumanPlayer ( int cash, int i, Dynamic_Games.IncInformation.Game.Table t ) : System
cash int
i int
t Dynamic_Games.IncInformation.Game.Table
return System

decision() public method

public decision ( ) : void
return void

getChance() public method

public getChance ( ) : double
return double

setCards() public method

public setCards ( Dynamic_Games.IncInformation.Cards c1, Dynamic_Games.IncInformation.Cards c2 ) : void
c1 Dynamic_Games.IncInformation.Cards
c2 Dynamic_Games.IncInformation.Cards
return void

setPos() public method

public setPos ( Position p ) : void
p Position
return void