Delta-v/Content.Shared/Singularity/Components/SharedContainmentFieldGener...

9 lines
177 B
C#

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