6
StarHorizon_Public/Content.Shared/_NF/BindToStation/BindToStationVariationPassExemptionComponent.cs
2026-01-13 18:31:02 +02:00

8 lines
245 B
C#

namespace Content.Shared._NF.BindToStation;
/// <summary>
/// Exempts this station from having its machines station-bound.
/// </summary>
[RegisterComponent]
public sealed partial class BindToStationVariationPassExemptionComponent : Component;