GDG Factions Manager
Framework for Unity to easily manage factions in a game.
|
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. More...
Public Member Functions | |
double | Visit (FactionEntity entity) |
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.
i.e. GoldVisitor, ACVisitor, HPVisitor.