using System; namespace SpellBoundAR.Items { public interface IItem : IItemTypeData, IItemInstanceData { } }