using Robust.Shared.GameStates; namespace Content.Shared.Shuttles.Components; /// /// Prevents the attached entity from taking FTL. /// [RegisterComponent, NetworkedComponent] public sealed partial class NoFTLComponent : Component { }