Doing some more quest stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class_name ItemStack
|
||||
|
||||
var item:Item.ItemType;
|
||||
var item:Item.Type;
|
||||
var quantity:int;
|
||||
|
||||
func _init(item:Item.ItemType, quantity:int = 1):
|
||||
func _init(item:Item.Type, quantity:int = 1):
|
||||
self.item = item;
|
||||
self.quantity = quantity;
|
||||
|
Reference in New Issue
Block a user