C# 클래스 Dynamic_Games.IncInformation.Player.HumanPlayer

상속: Player
파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

HumanPlayer() 공개 메소드

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

decision() 공개 메소드

public decision ( ) : void
리턴 void

getChance() 공개 메소드

public getChance ( ) : double
리턴 double

setCards() 공개 메소드

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

setPos() 공개 메소드

public setPos ( Position p ) : void
p Position
리턴 void