8 lines
276 B
C#
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;
|