GDG Factions Manager
Framework for Unity to easily manage factions in a game.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oCFactionCommandInterface for all Factions Commands.
oCFactionCountableAttributeVisitorThe 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
oCFactionEntityEnforces the contract that all Faction Entities must meet to be part of the Faction Manager.
oCFactionEventInterface for all Faction Events
oCFactionManagerThis 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.
oCRestoreFactionCommand
oCSampleACVisitor
oCSampleFaction
\CSampleGoldVisitor