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