Function: get()
> get(id): QuestInterface | undefined
Defined in: src/registries/RegisteredQuests.ts:31
Get a quest by its id.
Parameters
id
string
The id of the quest.
Returns
QuestInterface | undefined
The quest or undefined if not found.
> get(id): QuestInterface | undefined
Defined in: src/registries/RegisteredQuests.ts:31
Get a quest by its id.
string
The id of the quest.
QuestInterface | undefined
The quest or undefined if not found.