Type alias QuestsManagerSerialized

QuestsManagerSerialized: {
    collection: QuestSerialized[];
    currentQuestIndex: number;
    teamVotingRoundIndex: number;
}

Type declaration

  • collection: QuestSerialized[]
  • currentQuestIndex: number
  • teamVotingRoundIndex: number

Generated using TypeDoc