Remove breakable component (#3109)
This commit is contained in:
@@ -7,7 +7,6 @@ namespace Content.Client
|
|||||||
{
|
{
|
||||||
"Anchorable",
|
"Anchorable",
|
||||||
"AmmoBox",
|
"AmmoBox",
|
||||||
"Breakable",
|
|
||||||
"Pickaxe",
|
"Pickaxe",
|
||||||
"Interactable",
|
"Interactable",
|
||||||
"CloningPod",
|
"CloningPod",
|
||||||
|
|||||||
@@ -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