Singularity fixes (#4383)
* Singularity fixes * Fix the rest * Woops * ahh * Nerf singulo for now * Final touchups for now * Review
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Singularity.Components
|
||||
{
|
||||
public abstract class SharedContainmentFieldGeneratorComponent : Component
|
||||
{
|
||||
public override string Name => "ContainmentFieldGenerator";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user