Arrivals tweaks (#14773)

Co-authored-by: Flipp Syder <76629141+vulppine@users.noreply.github.com>
This commit is contained in:
metalgearsloth
2023-03-23 12:37:43 +11:00
committed by GitHub
parent 837e92683e
commit 9932fe5c07
4 changed files with 36 additions and 28 deletions

View File

@@ -1,11 +0,0 @@
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
{
}