initial shit
This commit is contained in:
7
GameShit/PlayerController/Hotbar/HotbarData.gd
Normal file
7
GameShit/PlayerController/Hotbar/HotbarData.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Resource
|
||||
class_name HotbarResource
|
||||
|
||||
@export var slots: Array[ItemData] = []
|
||||
|
||||
func add_item(item: ItemData):
|
||||
slots.append(item)
|
||||
Reference in New Issue
Block a user