C# 클래스 PsHandler.PokerMath.PokerCommands.Flop

상속: PokerCommand
파일 보기 프로젝트 열기: kampiuceris/PsHandler

공개 프로퍼티들

프로퍼티 타입 설명
FlopCards string[]

공개 메소드들

메소드 설명
Exec ( Table table ) : void
Flop ( string commandText, string flopCards ) : System
Undo ( Table table ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( Table table ) : void
table Table
리턴 void

Flop() 공개 메소드

public Flop ( string commandText, string flopCards ) : System
commandText string
flopCards string
리턴 System

Undo() 공개 메소드

public Undo ( Table table ) : void
table Table
리턴 void

프로퍼티 상세

FlopCards 공개적으로 프로퍼티

public string[] FlopCards
리턴 string[]