Renamed function to not sound like a unity signal

This commit is contained in:
jonathan
2025-08-14 23:27:15 +02:00
parent b621df5435
commit 06a270e916
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ class_name DialogicStartSpecific
@export var timeline : String
func start():
func open():
Dialogic.start(timeline)