forked from MagicBane/Server
Elevate access. It's a message...
This commit is contained in:
@@ -24,21 +24,21 @@ import java.util.HashMap;
|
||||
|
||||
public class ItemProductionMsg extends ClientNetMsg {
|
||||
|
||||
private int size;
|
||||
private int buildingUUID;
|
||||
private int unknown01;
|
||||
private int templateID;
|
||||
private int itemType;
|
||||
private int total_to_produce;
|
||||
private int unknown03;
|
||||
private int pToken;
|
||||
private int sToken;
|
||||
private String name;
|
||||
private mbEnums.ProductionActionType actionType;
|
||||
private int npcUUID;
|
||||
private boolean add;
|
||||
private int itemPrice;
|
||||
private HashMap<Integer, Integer> items;
|
||||
public int size;
|
||||
public int buildingUUID;
|
||||
public int unknown01;
|
||||
public int templateID;
|
||||
public int itemType;
|
||||
public int total_to_produce;
|
||||
public int unknown03;
|
||||
public int pToken;
|
||||
public int sToken;
|
||||
public String name;
|
||||
public mbEnums.ProductionActionType actionType;
|
||||
public int npcUUID;
|
||||
public boolean add;
|
||||
public int itemPrice;
|
||||
public HashMap<Integer, Integer> items;
|
||||
|
||||
/**
|
||||
* This is the general purpose constructor.
|
||||
|
||||
Reference in New Issue
Block a user