Files
OldThink/Content.Server/Shuttles/Components/PendingClockInComponent.cs

11 lines
229 B
C#
Raw Normal View History

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