|
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
|
|
{
|
|
|
|
}
|