GDG Factions Manager
Framework for Unity to easily manage factions in a game.
Public Member Functions | List of all members
FactionEntity Interface Reference

Enforces the contract that all Faction Entities must meet to be part of the Faction Manager. More...

Inheritance diagram for FactionEntity:
SampleFaction

Public Member Functions

string GetFactionID ()
 
void SetFactionID (string fID)
 
void HandleFactionEvent (FactionEvent fEvent)
 
double AcceptCountVisitor (FactionCountableAttributeVisitor visitor)
 

Detailed Description

Enforces the contract that all Faction Entities must meet to be part of the Faction Manager.


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