C# Class PsHandler.PokerMath.PokerCommands.PostSmallBlind

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

Public Properties

Property Type Description
Amount decimal
Player Player

Public Methods

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

Method Details

Exec() public method

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

PostSmallBlind() public method

public PostSmallBlind ( string commandText, Player player, decimal amount ) : System
commandText string
player Player
amount decimal
return System

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