namespace Content.Server._CP14.Shuttles.Components; /// /// One of the possible points where an elemental ship might land at the start of a round /// [RegisterComponent, Access(typeof(CP14ExpeditionSystem))] public sealed partial class CP14ExpeditionShipFTLTargetComponent : Component { }