Files
pomchronicles/data/items/recipe.gd

6 lines
83 B
GDScript

class_name Recipe extends Item
func item_type_name() -> String:
return "Recipe"