Files
VRyHungry1/Stations/station.gd
T
2026-07-30 16:29:28 +02:00

12 lines
279 B
GDScript

extends "res://stations/hob.gd"
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass