C# Class PsHandler.PokerMath.PokerCommands.Fold

Inheritance: PokerCommand
Mostrar archivo Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
FoldAndShow bool
Player Player

Public Methods

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

Method Details

Exec() public method

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

Fold() public method

public Fold ( string commandText, Player player, bool foldAndShow ) : System
commandText string
player Player
foldAndShow bool
return System

Undo() public method

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

Property Details

FoldAndShow public_oe property

public bool FoldAndShow
return bool

Player public_oe property

public Player,PsHandler.PokerMath Player
return Player