Allow Supply of PowerGenerator to be VV'd
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.Server.GameObjects.Components.Power
|
|||||||
/// Power supply from this entity
|
/// Power supply from this entity
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private float _supply = 1000; //arbitrary initial magic number to start
|
private float _supply = 1000; //arbitrary initial magic number to start
|
||||||
[ViewVariables]
|
[ViewVariables(VVAccess.ReadWrite)]
|
||||||
public float Supply
|
public float Supply
|
||||||
{
|
{
|
||||||
get => _supply;
|
get => _supply;
|
||||||
|
|||||||
Reference in New Issue
Block a user