6 lines
115 B
GDScript
6 lines
115 B
GDScript
@tool
|
|
extends DialogicIndexer
|
|
|
|
|
|
func _get_events() -> Array:
|
|
return [this_folder.path_join('event_condition.gd')]
|