GDG Factions Manager
Framework for Unity to easily manage factions in a game.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCFactionCommandInterface for all Factions Commands.
|\CRestoreFactionCommand
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
|oCSampleACVisitor
|\CSampleGoldVisitor
oCFactionEntityEnforces the contract that all Faction Entities must meet to be part of the Faction Manager.
|\CSampleFaction
oCFactionEventInterface for all Faction Events
\CMonoBehaviour
 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.
 \CSampleFaction