C# Class PsHandler.PokerMath.PokerCommands.Flop

Inheritance: PokerCommand
Exibir arquivo Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
FlopCards string[]

Public Methods

Method Description
Exec ( Table table ) : void
Flop ( string commandText, string flopCards ) : System
Undo ( Table table ) : void

Method Details

Exec() public method

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

Flop() public method

public Flop ( string commandText, string flopCards ) : System
commandText string
flopCards string
return System

Undo() public method

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

Property Details

FlopCards public_oe property

public string[] FlopCards
return string[]