Esempio n. 1
0
 public void RemoveEquip(Item equipdata)
 {
     CurrentHero.RemoveEquip(equipdata.id);
     UpdateEquipShow();
 }