initial shit
This commit is contained in:
7
GameShit/PlayerController/Hotbar/ItemData.gd
Normal file
7
GameShit/PlayerController/Hotbar/ItemData.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Resource
|
||||
class_name ItemData
|
||||
|
||||
@export var Name : String = ""
|
||||
@export var ID : String = "base:null"
|
||||
@export var description: String = ""
|
||||
@export var texture : Texture2D
|
||||
Reference in New Issue
Block a user