* Arrivals * More arrivals and shitty uhh preload * cvar * a * clockin + maps * shitter prevention * Placement * a * cvar for tests and dev * weh
11 lines
229 B
C#
11 lines
229 B
C#
namespace Content.Server.Shuttles.Components;
|
|
|
|
/// <summary>
|
|
/// Added to arrivals latejoins until they have arrived at the station.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed class PendingClockInComponent : Component
|
|
{
|
|
|
|
}
|