Database API

This commit is contained in:
gotfishmakesticks 2023-11-08 03:47:02 +03:00
commit b13764f9a5
3 changed files with 25 additions and 1 deletions

View file

@ -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