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