C# Class PsHandler.PokerMath.PokerCommands.Fold

Inheritance: PokerCommand
Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

Свойство Type Description
FoldAndShow bool
Player Player

Méthodes publiques

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

Method Details

Exec() public méthode

public Exec ( Table table ) : void
table Table
Résultat void

Fold() public méthode

public Fold ( string commandText, Player player, bool foldAndShow ) : System
commandText string
player Player
foldAndShow bool
Résultat System

Undo() public méthode

public Undo ( Table table ) : void
table Table
Résultat void

Property Details

FoldAndShow public_oe property

public bool FoldAndShow
Résultat bool

Player public_oe property

public Player,PsHandler.PokerMath Player
Résultat Player