6
StarHorizon_Public/Content.Shared/_NF/BindToStation/BindToStationVariationPassExemptionComponent.cs
2025-12-18 02:55:17 +03: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;