Better robotics console (#38023)

This commit is contained in:
Samuka-C
2025-08-11 15:57:39 -03:00
committed by GitHub
parent 47d7db0665
commit ed6f906e6f
6 changed files with 102 additions and 15 deletions

View File

@@ -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;
}