#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.GameObjects.Components.Items { public interface ISharedHandsComponent : IComponent { } }