namespace Content.Server.Shuttles.Events; /// /// Raised when a shuttle console is trying to FTL via UI input. /// /// /// [ByRefEvent] public record struct ConsoleFTLAttemptEvent(EntityUid Uid, bool Cancelled, string Reason);