Interface FactionWorkTask

Faction Work

Remarks

An object representing the current work for a faction

interface FactionWorkTask {
    cyclesWorked: number;
    factionName: string;
    factionWorkType: FactionWorkType;
    type: "FACTION";
}

Properties

cyclesWorked: number
factionName: string
factionWorkType: FactionWorkType
type: "FACTION"