mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 23:25:54 +00:00
6 lines
110 B
GDScript
6 lines
110 B
GDScript
@tool
|
|
extends DialogicIndexer
|
|
|
|
|
|
func _get_events() -> Array:
|
|
return [this_folder.path_join('event_call.gd')]
|