fix: rename a field in Turret to match what the field is called inside Zenith

This commit is contained in:
cswimr 2024-12-31 12:32:59 -05:00
parent 0e58107bdd
commit 2c3bb51f6b
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -9,7 +9,7 @@ namespace ZenithInfo.Models
public double Reload { get; set; }
public double Range { get; set; }
public double OptimalRange { get; set; }
public double FalloffRange { get; set; }
public double AccuracyFalloffRange { get; set; }
public double Accuracy { get; set; }
public Enums.ModuleSizes Size { get; set; }
public Enums.TurretTypes Type { get; set; }