Allow Supply of PowerGenerator to be VV'd

This commit is contained in:
Pieter-Jan Briers
2020-04-20 09:44:11 +02:00
parent bb9ee66db4
commit 65f5f71a39

View File

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