C# Class PsHandler.PokerMath.PokerCommands.CollectPots

Inheritance: PokerCommand
ファイルを表示 Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
Pots List
Street Street

Public Methods

Method Description
CollectPots ( Street street ) : System
Exec ( Table table ) : void
Undo ( Table table ) : void

Method Details

CollectPots() public method

public CollectPots ( Street street ) : System
street Street
return System

Exec() public method

public Exec ( Table table ) : void
table Table
return void

Undo() public method

public Undo ( Table table ) : void
table Table
return void

Property Details

Pots public_oe property

public List Pots
return List

Street public_oe property

public Street Street
return Street