using Content.Server.Shuttles.Components;
namespace Content.Server.Shuttles.Events;
///
/// Raised on a when it's trying to get its shuttle console to pilot.
///
[ByRefEvent]
public struct ConsoleShuttleEvent
{
///
/// Console that we proxy into.
///
public EntityUid? Console;
}