Files
tbd-station-14/Content.Server/Shuttles/Events/EmergencyShuttleAuthorizedEvent.cs
metalgearsloth 521ed99766 Evac shuttle (#8931)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-06-26 15:20:45 +10:00

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