using Robust.Shared.GameStates; namespace Content.Shared.Shuttles.Components; /// /// Makes the entity immune to FTL arrival landing AKA smimsh. /// [RegisterComponent, NetworkedComponent] public sealed partial class FTLSmashImmuneComponent : Component;