Database API
This commit is contained in:
parent
679a3187f7
commit
b13764f9a5
3 changed files with 25 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue