Files
Dawn-Godot/item/ItemStack.gd
2026-01-15 09:35:57 -06:00

5 lines
117 B
GDScript

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