Finished basic PickupableItem

This commit is contained in:
Alexey 2025-08-01 13:11:26 +03:00
commit 88c56f8aed
21 changed files with 163 additions and 35 deletions

View file

@ -0,0 +1,7 @@
extends Resource
## Basic resource, holding its string identifier
class_name IdentifiedResource
## Item ID, make sure it's unique
@export var id: StringName