6 lines
83 B
GDScript
6 lines
83 B
GDScript
class_name Recipe extends Item
|
|
|
|
|
|
func item_type_name() -> String:
|
|
return "Recipe"
|