6
2026-01-18 12:53:36 +03:00

8 lines
275 B
C#

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