Add FTL destinations (#9685)
This commit is contained in:
@@ -5,12 +5,6 @@ namespace Content.Server.Shuttles.Components
|
||||
[RegisterComponent]
|
||||
public sealed class ShuttleConsoleComponent : SharedShuttleConsoleComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// Set by shuttlesystem if the grid should no longer be pilotable.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public bool CanPilot = true;
|
||||
|
||||
[ViewVariables]
|
||||
public readonly List<PilotComponent> SubscribedPilots = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user