item again
This commit is contained in:
9
scripts/Event/Item/EventGetItem.gd
Normal file
9
scripts/Event/Item/EventGetItem.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
class_name EventGetItem extends Event
|
||||
|
||||
@export var itemType:Item.ItemType = Item.ItemType.POTION
|
||||
@export var quantity:int = 1
|
||||
@export var inventory:Inventory = null
|
||||
|
||||
func start() -> void:
|
||||
super.start()
|
||||
ITEM.
|
Reference in New Issue
Block a user