PendingClockInComponent.cs 237 B

12345678910
  1. namespace Content.Server.Shuttles.Components;
  2. /// <summary>
  3. /// Added to arrivals latejoins until they have arrived at the station.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class PendingClockInComponent : Component
  7. {
  8. }