Calculate cost of workOrder
This commit is contained in:
@@ -28,6 +28,7 @@ public class WorkOrder implements Delayed {
|
||||
public int total_to_produce;
|
||||
public int total_produced;
|
||||
public HashMap<mbEnums.ResourceType, Integer> production_cost = new HashMap<>();
|
||||
public HashMap<mbEnums.ResourceType, Integer> production_cost_total = new HashMap<>();
|
||||
public int templateID;
|
||||
public String itemName;
|
||||
public int prefixToken;
|
||||
|
||||
Reference in New Issue
Block a user