Fixed wires do after spam (#12792)
This commit is contained in:
@@ -62,6 +62,13 @@ public sealed class WiresComponent : Component
|
||||
[DataField("alwaysRandomize")]
|
||||
public bool AlwaysRandomize { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Marks if maintenance panel being open/closed by someone with a screwdriver.
|
||||
/// Prevents do after spam.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool IsScrewing;
|
||||
|
||||
/// <summary>
|
||||
/// Per wire status, keyed by an object.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user