Event Trigger Update

This commit is contained in:
2025-06-09 09:24:32 -05:00
parent 8f52da0f5d
commit 3c11b232fa
17 changed files with 131 additions and 133 deletions

View File

@@ -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: