![]() |
Roulette 1.0
Roulette game template
|
The command pattern base interface. More...
Public Member Functions | |
void | Execute () |
Executes the command pattern method. | |
void | Undo () |
Undos the command pattern method. | |
The command pattern base interface.
void GBTemplates.Roulette.ICommand.Execute | ( | ) |
Executes the command pattern method.
Implemented in GBTemplates.Roulette.RouletteCommand.
void GBTemplates.Roulette.ICommand.Undo | ( | ) |
Undos the command pattern method.
Implemented in GBTemplates.Roulette.RouletteCommand.