xi = xi or {} ---@enum xi.questStatus xi.questStatus = { QUEST_AVAILABLE = 0, QUEST_ACCEPTED = 1, QUEST_COMPLETED = 2, }