* Arrivals * More arrivals and shitty uhh preload * cvar * a * clockin + maps * shitter prevention * Placement * a * cvar for tests and dev * weh
12 lines
269 B
C#
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
|
|
{
|
|
|
|
}
|