6
2025-12-18 02:55:17 +03:00

11 lines
237 B
C#

namespace Content.Server.Shuttles.Components;
/// <summary>
/// Added to arrivals latejoins until they have arrived at the station.
/// </summary>
[RegisterComponent]
public sealed partial class PendingClockInComponent : Component
{
}