Delta-v/Content.Server/Shuttles/Components/ClockedInComponent.cs

12 lines
269 B
C#

namespace Content.Server.Shuttles.Components;
/// <summary>
/// Added to players after having been spawned onto the station.
/// Prevents them from taking the arrivals shuttle.
/// </summary>
[RegisterComponent]
public sealed class ClockedInComponent : Component
{
}