9 lines
262 B
C#
9 lines
262 B
C#
using Content.Server.Shuttles.Components;
|
|
|
|
namespace Content.Server.Shuttles.Events;
|
|
|
|
/// <summary>
|
|
/// Raised when <see cref="EmergencyShuttleConsoleComponent"/> has authorized successfully.
|
|
/// </summary>
|
|
public sealed class EmergencyShuttleAuthorizedEvent {}
|