Files
ai-game-2/scenes/healer_interior/healer_interior.gd
2024-07-01 08:24:25 -07:00

13 lines
206 B
GDScript

extends Scene
# Called when the node enters the scene tree for the first time.
func _ready():
super()
pass # Replace with function body.
func _on_healers_interacted():
$healers.default_script(self)