Thrusters (shuttle go nyoom) (#5352)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Shuttles.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// Interact with to start piloting a shuttle.
|
||||
/// </summary>
|
||||
[NetworkedComponent()]
|
||||
public abstract class SharedShuttleConsoleComponent : Component
|
||||
{
|
||||
public override string Name => "ShuttleConsole";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user