GDG Factions Manager
Framework for Unity to easily manage factions in a game.
|
FactionCommand | Interface for all Factions Commands. |
FactionCountableAttributeVisitor | The Faction Countable Visitor is an interface that must be implemented by ever visitor that will be used to obtain information about the entity that is quantifaible |
FactionEntity | Enforces the contract that all Faction Entities must meet to be part of the Faction Manager. |
FactionEvent | Interface for all Faction Events |
FactionManager | This class handles all the information for the Faction System. This takes advantage of the singleton pattern to ensure that only one instance is available at any point in time. |
RestoreFactionCommand | |
SampleACVisitor | |
SampleFaction | |
SampleGoldVisitor |