@tool class_name Recipe extends Node @export var recipeName:String = "" @export var ingredients:Array[RecipeIngredient] = [] func test(): print("test")