Files
crystall-punk-14/Content.Server/Shuttles/Components/EmergencyDockComponent.cs

8 lines
226 B
C#
Raw Normal View History

namespace Content.Server.Shuttles.Components;
/// <summary>
/// Given priority when considering where to dock an emergency shuttle.
/// </summary>
[RegisterComponent]
public sealed class EmergencyDockComponent : Component {}