using Robust.Shared.GameObjects; namespace Content.Client.GameObjects.Components.Items { [RegisterComponent] public class ItemStatusComponent : Component { public override string Name => "ItemStatus"; } }