Files
Dawn-Godot/item/ItemStack.gd

5 lines
125 B
GDScript

class_name ItemStack
const Item = preload("res://item/Item.gd")
var item:Item.ItemId = Item.ItemId.NULL
var quantity:int = 0