using Robust.Shared.GameStates; namespace Content.Shared._NF.GridAccess; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class GridAccessComponent : Component { /// /// Frontier - Grid access /// The uid to which this device is limited to be used on. /// [DataField, AutoNetworkedField] public EntityUid? LinkedShuttleUid = null; }