namespace Content.Server.Shuttles.Events; /// /// Raised when shuttle console approved FTL /// [ByRefEvent] public record struct ShuttleConsoleFTLTravelStartEvent(EntityUid Uid) { public EntityUid Uid = Uid; }