mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 23:55:53 +00:00
5 lines
105 B
GDScript
5 lines
105 B
GDScript
extends DialogicIndexer
|
|
|
|
|
|
func _get_layout_parts() -> Array[Dictionary]:
|
|
return scan_for_layout_parts()
|