Whatever lol

This commit is contained in:
2026-01-07 21:08:05 -06:00
parent 5805ac2260
commit fff088a0a7
72 changed files with 526 additions and 167 deletions
+6
View File
@@ -0,0 +1,6 @@
class_name ItemStack
const Item = preload("res://item/Item.gd")
var item:Item = Item.NULL
var quantity:int = 0