Configure upon submit()
This commit is contained in:
@@ -8,11 +8,13 @@
|
||||
|
||||
package engine.loot;
|
||||
|
||||
import engine.mbEnums;
|
||||
import engine.objects.Item;
|
||||
import engine.objects.NPC;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.concurrent.Delayed;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
@@ -25,6 +27,7 @@ public class WorkOrder implements Delayed {
|
||||
public int slotCount;
|
||||
public int total_to_produce;
|
||||
public int total_produced;
|
||||
public HashMap<mbEnums.ResourceType, Integer> production_cost = new HashMap<>();
|
||||
public int templateID;
|
||||
public String itemName;
|
||||
public int prefixToken;
|
||||
|
||||
Reference in New Issue
Block a user