Event Trigger Update
This commit is contained in:
@@ -27,7 +27,7 @@ func isCompleted() -> bool:
|
||||
func isStarted() -> bool:
|
||||
return questStarted
|
||||
|
||||
func objectiveUpdated(objective:QuestObjective) -> void:
|
||||
func objectiveUpdated(_objective:QuestObjective) -> void:
|
||||
QUEST.questUpdated.emit(self)
|
||||
|
||||
func getTransContext() -> TransContext:
|
||||
|
Reference in New Issue
Block a user