extends Node2D class_name CastleKitchen @onready var ego: Node2D = $"../ego" func _ready() -> void: pass func _on_room_looked() -> void: pass