Evac shuttle (#8931)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -5,6 +5,12 @@ namespace Content.Server.Shuttles.Components
|
||||
[RegisterComponent]
|
||||
public sealed class ShuttleComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Should controls be enabled or disabled on this shuttle.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool CanPilot = true;
|
||||
|
||||
[ViewVariables]
|
||||
public bool Enabled = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user