namespace Content.Server.Shuttles.Components; /// <summary> /// Shows up on a shuttle's map as an FTL target. /// </summary> [RegisterComponent] public sealed partial class FTLBeaconComponent : Component { }