public void SetEquipmentShowImpl(InventoryItemShowInterface iis)
 {
     invUI.SetItemShowImpl(iis);
     eqMain.GetComponent <EquipedItemUI>().SetInterface(iis);
     eqOff.GetComponent <EquipedItemUI>().SetInterface(iis);
     eqHead.GetComponent <EquipedItemUI>().SetInterface(iis);
     eqBody.GetComponent <EquipedItemUI>().SetInterface(iis);
     eqAcc1.GetComponent <EquipedItemUI>().SetInterface(iis);
     eqAcc2.GetComponent <EquipedItemUI>().SetInterface(iis);
 }
Esempio n. 2
0
 public void SetShowInterface(InventoryItemShowInterface iis)
 {
     showImpl = iis;
 }