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