Add cargo shuttle (#8686)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Content.Server.Shuttles.Components;
|
||||
|
||||
namespace Content.Server.Cargo.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Lets you remotely control the cargo shuttle.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class CargoPilotConsoleComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// <see cref="ShuttleConsoleComponent"/> that we're proxied into.
|
||||
/// </summary>
|
||||
public EntityUid? Entity;
|
||||
}
|
||||
Reference in New Issue
Block a user