Files
tbd-station-14/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs
2022-02-02 14:35:40 +11:00

9 lines
177 B
C#

using Robust.Shared.GameObjects;
namespace Content.Shared.Singularity.Components
{
public abstract class SharedContainmentFieldGeneratorComponent : Component
{
}
}