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

9 lines
177 B
C#
Raw Normal View History

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