feat(BuildCalc) Add +income to calculator info

This commit is contained in:
2022-05-03 19:13:34 -04:00
parent c16c0172bc
commit 0caa61f42e
5 changed files with 22 additions and 7 deletions
+2
View File
@@ -7,7 +7,9 @@ public class EconomyModel
{
public int Interval { get; set; } = 0;
public float Alloy { get; set; } = 0;
public float AlloyIncome { get; set; } = 0;
public float Ether { get; set; } = 0;
public float EtherIncome { get; set; } = 0;
public float Pyre { get; set; } = 0;
public int Supply { get; set; } = 0;
public int WorkerCount { get; set; } = 6;