IQuestService
Quest Service
Interface
Service for managing Quests on the space.
Properties
| currentQuest | Current quest. |
| currentQuestID | ID of the current quest. |
| quests | Dictionary of all quests. |
Methods
| CreateQuest(string, string, bool, bool, bool, bool) | Creates a new quest. |
Events
| onCurrentQuestChanged | Event called when the current quest changes. |
| onQuestAdded | Event called when a quest is added. |
| onQuestRemoved | Event called when a quest is removed. |