C# 클래스 test_holdem_engine.SequencePlayer

Makes a set of pre-defined actions.
상속: IPlayer
파일 보기 프로젝트 열기: tansey/holdem_engine 1 사용 예제들

공개 메소드들

메소드 설명
GetAction ( HandHistory history, holdem_engine &type, double &amount ) : void
NewHand ( HandHistory history ) : void
SequencePlayer ( ) : System

메소드 상세

GetAction() 공개 메소드

public GetAction ( HandHistory history, holdem_engine &type, double &amount ) : void
history HandHistory
type holdem_engine
amount double
리턴 void

NewHand() 공개 메소드

public NewHand ( HandHistory history ) : void
history HandHistory
리턴 void

SequencePlayer() 공개 메소드

public SequencePlayer ( ) : System
리턴 System