using Content.Server.Shuttles.Systems; namespace Content.Server.Shuttles.Components; /// /// Added to a designated arrivals station for players to spawn at, if enabled. /// [RegisterComponent, Access(typeof(ArrivalsSystem))] public sealed partial class ArrivalsSourceComponent : Component { }