mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-11 12:33:03 +00:00
7 lines
85 B
GDScript
7 lines
85 B
GDScript
extends Area3D
|
|
|
|
class_name FinishLine
|
|
|
|
@export var start_positions: Array[Marker3D]
|
|
|