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

9 lines
168 B
C#
Raw Normal View History

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