Files
tbd-station-14/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs
metalgearsloth f472bbab88 Singularity fixes (#4383)
* Singularity fixes

* Fix the rest

* Woops

* ahh

* Nerf singulo for now

* Final touchups for now

* Review
2021-08-23 00:54:03 +10:00

10 lines
245 B
C#

using Robust.Shared.GameObjects;
namespace Content.Shared.Singularity.Components
{
public abstract class SharedContainmentFieldGeneratorComponent : Component
{
public override string Name => "ContainmentFieldGenerator";
}
}