C# Class PsHandler.PokerMath.PokerCommands.CollectFromPot

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

Public Properties

Property Type Description
Amount decimal
Player Player

Public Methods

Method Description
CollectFromPot ( string commandText, Player player, decimal amount ) : System
Exec ( Table table ) : void
Undo ( Table table ) : void

Method Details

CollectFromPot() public method

public CollectFromPot ( string commandText, Player player, decimal amount ) : System
commandText string
player Player
amount decimal
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

Amount public_oe property

public decimal Amount
return decimal

Player public_oe property

public Player,PsHandler.PokerMath Player
return Player