Roulette 1.0
Roulette game template
Loading...
Searching...
No Matches
GBTemplates.Roulette.ICommand Interface Reference

The command pattern base interface. More...

Inheritance diagram for GBTemplates.Roulette.ICommand:
GBTemplates.Roulette.RouletteCommand

Public Member Functions

void Execute ()
 Executes the command pattern method.
 
void Undo ()
 Undos the command pattern method.
 

Detailed Description

The command pattern base interface.

Member Function Documentation

◆ Execute()

void GBTemplates.Roulette.ICommand.Execute ( )

Executes the command pattern method.

Implemented in GBTemplates.Roulette.RouletteCommand.

◆ Undo()

void GBTemplates.Roulette.ICommand.Undo ( )

Undos the command pattern method.

Implemented in GBTemplates.Roulette.RouletteCommand.


The documentation for this interface was generated from the following file: