Files
Babushka/addons/dialogic_additions/Quest/index.gd
T

10 lines
230 B
GDScript
Raw Normal View History

2025-07-23 20:46:33 +02:00
@tool
extends DialogicIndexer
func _get_events() -> Array:
return [
this_folder.path_join('event_quest_activate.gd'),
this_folder.path_join('event_quest_complete.gd'),
this_folder.path_join('event_quest_condition.gd')
2025-07-23 20:46:33 +02:00
]