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 {
|
public class ItemProductionMsg extends ClientNetMsg {
|
||||||
|
|
||||||
private int size;
|
public int size;
|
||||||
private int buildingUUID;
|
public int buildingUUID;
|
||||||
private int unknown01;
|
public int unknown01;
|
||||||
private int templateID;
|
public int templateID;
|
||||||
private int itemType;
|
public int itemType;
|
||||||
private int total_to_produce;
|
public int total_to_produce;
|
||||||
private int unknown03;
|
public int unknown03;
|
||||||
private int pToken;
|
public int pToken;
|
||||||
private int sToken;
|
public int sToken;
|
||||||
private String name;
|
public String name;
|
||||||
private mbEnums.ProductionActionType actionType;
|
public mbEnums.ProductionActionType actionType;
|
||||||
private int npcUUID;
|
public int npcUUID;
|
||||||
private boolean add;
|
public boolean add;
|
||||||
private int itemPrice;
|
public int itemPrice;
|
||||||
private HashMap<Integer, Integer> items;
|
public HashMap<Integer, Integer> items;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the general purpose constructor.
|
* This is the general purpose constructor.
|
||||||
|
|||||||
Reference in New Issue
Block a user