class_name ItemStack var item:Item.Type; var quantity:int; func _init(item:Item.Type, quantity:int = 1): self.item = item; self.quantity = quantity;