Interface WorldSelectQuestUpdate

interface WorldSelectQuestUpdate {
    npcID: string;
    questID?: string;
}

Properties

Properties

npcID: string
questID?: string