OpticTraveler/pathfinding_array.gd

3 lines
61 B
GDScript

extends Node
@export var path_3d_array : Array[Path3D] = []