6
StarHorizon_Public/Content.Server/Atmos/Components/PipeRestrictOverlapComponent.cs
2025-12-18 02:55:17 +03:00

10 lines
327 B
C#

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