Comment cleanup

This commit is contained in:
2024-03-22 12:34:48 -04:00
parent 1c368003ae
commit abc4a227a9
@@ -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;
}