Files
OldThink/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs

7 lines
143 B
C#
Raw Normal View History

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