Browse Source

Comment cleanup

combat-2
MagicBot 8 months ago
parent
commit
abc4a227a9
  1. 21
      src/engine/net/client/msg/TransferItemFromInventoryToEquipMsg.java

21
src/engine/net/client/msg/TransferItemFromInventoryToEquipMsg.java

@ -90,51 +90,30 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg { @@ -90,51 +90,30 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
writer.putFloat(unknown1);
}
/**
* @return the itemBase
*/
public int getTemplateID() {
return templateID;
}
/**
* @param templateID the itemBase to set
*/
public void setTemplateID(int templateID) {
this.templateID = templateID;
}
/**
* @return the type
*/
public int getType() {
return type;
}
/**
* @param type the type to set
*/
public void setType(int type) {
this.type = type;
}
/**
* @return the objectUUID
*/
public int getUUID() {
return objectUUID;
}
/**
* @return the unknown1
*/
public float getUnknown1() {
return unknown1;
}
/**
* @param unknown1 the unknown1 to set
*/
public void setUnknown1(float unknown1) {
this.unknown1 = unknown1;
}

Loading…
Cancel
Save