Better robotics console (#38023)
This commit is contained in:
@@ -50,4 +50,10 @@ public sealed partial class RoboticsConsoleComponent : Component
|
||||
[DataField(customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
[AutoNetworkedField, AutoPausedField]
|
||||
public TimeSpan NextDestroy = TimeSpan.Zero;
|
||||
|
||||
/// <summary>
|
||||
/// Controls if the console can disable or destroy any borg.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool AllowBorgControl = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user