Chelimbalo/multiplayer/dynamic_objects_parent.gd
2025-12-09 11:53:52 +05:00

6 lines
150 B
GDScript

extends Node
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
Session.dynamic_objects_parent = get_parent()