using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.Components.Damage
{
[RegisterComponent]
public class BreakableComponent : Component
public override string Name => "Breakable";
}