GDG Factions Manager
Framework for Unity to easily manage factions in a game.
|
Interface for all Factions Commands. More...
Public Member Functions | |
void | Execute () |
This is where the logic of the command is performed. More... | |
bool | ShouldExecute (double time) |
Shoulds the command execute More... | |
Interface for all Factions Commands.
void FactionCommand.Execute | ( | ) |
This is where the logic of the command is performed.
Implemented in RestoreFactionCommand.
bool FactionCommand.ShouldExecute | ( | double | time | ) |
Shoulds the command execute
time | If set to true time. |
Implemented in RestoreFactionCommand.