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