Loom Engine - v3.1.1
    Preparing search index...

    Interface QuestEntry

    interface QuestEntry {
        id: string;
        state: QuestState;
        stateChangedAtMs: number;
        objectives: QuestObjective[];
    }
    Index

    Properties

    id: string
    state: QuestState
    stateChangedAtMs: number
    objectives: QuestObjective[]