Whatever lol
This commit is contained in:
6
item/ItemStack.gd
Normal file
6
item/ItemStack.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name ItemStack
|
||||
|
||||
const Item = preload("res://item/Item.gd")
|
||||
|
||||
var item:Item = Item.NULL
|
||||
var quantity:int = 0
|
||||
Reference in New Issue
Block a user