C# Class PsHandler.PokerMath.PokerCommands.Check

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

Public Properties

Property Type Description
Player Player

Public Methods

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

Method Details

Check() public method

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

Player public_oe property

public Player,PsHandler.PokerMath Player
return Player