Files
tbd-station-14/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs
2022-02-02 14:35:40 +11:00

9 lines
168 B
C#

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