cosmic/scripts/item.gd
gotfishmakesticks b13764f9a5 Database API
2023-11-08 03:47:02 +03:00

12 lines
272 B
GDScript

extends Resource
class_name Item
@export var name : String
@export var description : String
@export var min_price : float
@export var max_price : float
@export var stack_size : int
@export var icon : Texture
@export var image : Texture
@export var type : Game.ITEM_TYPE