fix: rename a field in Turret
to match what the field is called inside Zenith
This commit is contained in:
parent
0e58107bdd
commit
2c3bb51f6b
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue