Function: add()
> add(...quests): void
Defined in: src/registries/RegisteredQuests.ts:17
Save a quest in the registered quests. If the quest already exists, it will be overwritten.
Parameters
quests
...(QuestInterface | QuestInterface[])[]
The quest to save.
Returns
void