8 lines
245 B
C#
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;
|