Powernet Recalculation simplification (#1427)
Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Content.Server.GameObjects.Components.Power.ApcNetComponents
|
||||
/// <summary>
|
||||
/// Amount of charge this needs from an APC per second to function.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public int Load { get => _load; set => SetLoad(value); }
|
||||
private int _load;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user