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

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

공개 프로퍼티들

프로퍼티 타입 설명
Player Player

공개 메소드들

메소드 설명
Check ( string commandText, Player player ) : System
Exec ( Table table ) : void
Undo ( Table table ) : void

메소드 상세

Check() 공개 메소드

public Check ( string commandText, Player player ) : System
commandText string
player Player
리턴 System

Exec() 공개 메소드

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

Undo() 공개 메소드

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

프로퍼티 상세

Player 공개적으로 프로퍼티

public Player,PsHandler.PokerMath Player
리턴 Player