using Content.Server.Shuttles.Components; namespace Content.Server.Cargo.Components; /// /// Lets you remotely control the cargo shuttle. /// [RegisterComponent] public sealed class CargoPilotConsoleComponent : Component { /// /// that we're proxied into. /// public EntityUid? Entity; }