C# Class PsHandler.PokerMath.PokerCommands.Flop

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

Méthodes publiques

Свойство Type Description
FlopCards string[]

Méthodes publiques

Méthode Description
Exec ( Table table ) : void
Flop ( string commandText, string flopCards ) : System
Undo ( Table table ) : void

Method Details

Exec() public méthode

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

Flop() public méthode

public Flop ( string commandText, string flopCards ) : System
commandText string
flopCards string
Résultat System

Undo() public méthode

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

Property Details

FlopCards public_oe property

public string[] FlopCards
Résultat string[]