using Robust.Shared.GameStates; namespace Content.Shared.Shuttles.Components; /// /// Add to grids that you do not want to FTL, but still might want to pilot. /// [RegisterComponent, NetworkedComponent] public sealed partial class PreventFTLComponent : Component;