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

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

공개 프로퍼티들

프로퍼티 타입 설명
cards List
cash int
id int
playerBet int
pos Position
table Dynamic_Games.IncInformation.Game.Table

공개 메소드들

메소드 설명
decision ( ) : void
getChance ( ) : double
setCards ( Dynamic_Games.IncInformation.Cards c1, Dynamic_Games.IncInformation.Cards c2 ) : void
setPos ( Position p ) : void

보호된 메소드들

메소드 설명
betChanged ( ) : void
foldChange ( ) : void

메소드 상세

betChanged() 보호된 메소드

protected betChanged ( ) : void
리턴 void

decision() 공개 추상적인 메소드

public abstract decision ( ) : void
리턴 void

foldChange() 보호된 메소드

protected foldChange ( ) : void
리턴 void

getChance() 공개 추상적인 메소드

public abstract getChance ( ) : double
리턴 double

setCards() 공개 추상적인 메소드

public abstract 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 abstract setPos ( Position p ) : void
p Position
리턴 void

프로퍼티 상세

cards 공개적으로 프로퍼티

public List cards
리턴 List

cash 공개적으로 프로퍼티

public int cash
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

playerBet 공개적으로 프로퍼티

public int playerBet
리턴 int

pos 공개적으로 프로퍼티

public Position pos
리턴 Position

table 공개적으로 프로퍼티

public Table,Dynamic_Games.IncInformation.Game table
리턴 Dynamic_Games.IncInformation.Game.Table