Wires refactor (#7699)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -45,7 +45,10 @@ namespace Content.Server.Power.Components
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("powerDisabled")]
|
||||
public bool PowerDisabled { get => !NetworkLoad.Enabled; set => NetworkLoad.Enabled = !value; }
|
||||
public bool PowerDisabled {
|
||||
get => !NetworkLoad.Enabled;
|
||||
set => NetworkLoad.Enabled = !value;
|
||||
}
|
||||
|
||||
public bool? PoweredLastUpdate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user