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

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

공개 프로퍼티들

프로퍼티 타입 설명
Pots List
Street Street

공개 메소드들

메소드 설명
CollectPots ( Street street ) : System
Exec ( Table table ) : void
Undo ( Table table ) : void

메소드 상세

CollectPots() 공개 메소드

public CollectPots ( Street street ) : System
street Street
리턴 System

Exec() 공개 메소드

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

Undo() 공개 메소드

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

프로퍼티 상세

Pots 공개적으로 프로퍼티

public List Pots
리턴 List

Street 공개적으로 프로퍼티

public Street Street
리턴 Street