Exemple #1
0
 public Items.tools cloneTool(Items.tools t)
 {
     Items.tools ret = new Items.tools(t.getID(), t.getName(), t.getDur(),t.getPlowBonus(),t.getMiningBonus(),t.getHarvestBonus(),t.getWoodcutBonus(),t.getSawingBonus(),t.getHammeringBonus());
     return ret;
 }