using Content.Server.Atmos.EntitySystems; namespace Content.Server.Atmos.Components; /// /// This is used for restricting anchoring pipes so that they do not overlap. /// [RegisterComponent, Access(typeof(PipeRestrictOverlapSystem))] public sealed partial class PipeRestrictOverlapComponent : Component;