コード例 #1
0
 public void ChangeEquip(Item equipdata)
 {
     CurrentHero.ChangeEquip(equipdata.id);
     UpdateEquipShow();
 }