Enum TerritoryAlignment
Represents the alignment or allegiance of a territory.
public enum TerritoryAlignment
Fields
Enemy = 1
Territory is controlled by hostile forces.
Friendly = 0
Territory is aligned with the player or their allies.
Neutral = 2
Territory has no specific alignment to any faction.
None = 3
Territory has not been assigned an alignment.