using Robust.Shared.Utility; namespace Content.Server.Shuttles.Components; /// /// Added to a station that is available for arrivals shuttles. /// [RegisterComponent] public sealed class StationArrivalsComponent : Component { [DataField("shuttle")] public EntityUid Shuttle; [DataField("shuttlePath")] public ResourcePath ShuttlePath = new("/Maps/Shuttles/arrivals.yml"); }