7 lines
138 B
GDScript
7 lines
138 B
GDScript
class_name Equipment extends Item
|
|
|
|
@export var stats : StatBlock = StatBlock.new(0)
|
|
|
|
func item_type_name() -> String:
|
|
return "Equipment"
|