sugary-panda (#1)
Reviewed-on: #1 Co-authored-by: Bryce <bryce@brycecovertoperations.com> Co-committed-by: Bryce <bryce@brycecovertoperations.com>
This commit was merged in pull request #1.
This commit is contained in:
7
inventory/ItemDefinition.gd
Normal file
7
inventory/ItemDefinition.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Resource
|
||||
class_name ItemDefinition
|
||||
|
||||
@export var id: String = ""
|
||||
@export var name: String = ""
|
||||
@export var icon: Texture2D
|
||||
@export var combination_category: String = ""
|
||||
Reference in New Issue
Block a user