Remove breakable component (#3109)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Damage
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class BreakableComponent : Component
|
||||
{
|
||||
public override string Name => "Breakable";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user