Files
tbd-station-14/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs
2022-05-13 17:59:03 +10:00

7 lines
143 B
C#

namespace Content.Shared.Singularity.Components
{
public abstract class SharedContainmentFieldGeneratorComponent : Component
{
}
}