Namespace InventorySystem.Items
Classes
ItemData
UnityEngine.ScriptableObject containing data for a base IItem. Can be inherited by other UnityEngine.ScriptableObjects to extend to more specific items.
Interfaces
IItem
Base interface for anything regarded as an Item.