Skip to main content

Faction

The Faction type is an enum that represents the different factions in the game.

Data Type​

The data type for Faction is defined here and is reproduced below for convenience:

export const enum Faction {
Harmony = 'harmony',
Discord = 'discord',
Neutral = 'neutral',
}