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