5 lines
82 B
GDScript
5 lines
82 B
GDScript
extends Node3D
|
|
|
|
|
|
func _ready() -> void:
|
|
Session.dynamic_objects_container = self
|