namespace Content.Server._NF.PublicTransit.Components; /// /// A component that adds all existing bus routes to this station. /// [RegisterComponent, Access(typeof(PublicTransitSystem))] public sealed partial class StationBusDepotComponent : Component;