public void ChangeEquip(Item equipdata) { CurrentHero.ChangeEquip(equipdata.id); UpdateEquipShow(); }