using Robust.Shared.GameObjects; namespace Content.Shared.GameObjects.Components.Items { public interface IItemComponent : IComponent { } }