Singularity fixes (#4383)
* Singularity fixes * Fix the rest * Woops * ahh * Nerf singulo for now * Final touchups for now * Review
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
using Content.Shared.Singularity.Components;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Singularity.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class ContainmentFieldComponent : Component
|
||||
[ComponentReference(typeof(SharedContainmentFieldComponent))]
|
||||
public class ContainmentFieldComponent : SharedContainmentFieldComponent
|
||||
{
|
||||
public override string Name => "ContainmentField";
|
||||
public ContainmentFieldConnection? Parent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user