]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/Settings/index.gd
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Modules / Settings / index.gd
1 @tool
2 extends DialogicIndexer
3
4
5 func _get_events() -> Array:
6         return [this_folder.path_join('event_setting.gd')]
7
8
9 func _get_subsystems() -> Array:
10         return [{'name':'Settings', 'script':this_folder.path_join('subsystem_settings.gd')}]