C# Class PsHandler.PokerMath.PokerCommands.DealtTo

Inheritance: PokerCommand
Mostrar archivo Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
Player Player

Public Methods

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

Method Details

DealtTo() public method

public DealtTo ( 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