5 lines
90 B
GDScript
5 lines
90 B
GDScript
class_name Consumable extends Item
|
|
|
|
func item_type_name() -> String:
|
|
return "Consumable"
|