6
StarHorizon_Public/Content.Shared/_NF/PublicTransit/Components/PublicTransitVisualsComponent.cs
2026-01-24 12:49:55 +03:00

8 lines
276 B
C#

namespace Content.Shared._NF.PublicTransit.Components;
/// <summary>
/// Put this on any public transit object that should receive livery colours for the route it's on.
/// </summary>
[RegisterComponent]
public sealed partial class PublicTransitVisualsComponent : Component;