Exemplo n.º 1
0
 public void OnRemoveItem(ItemSlot slot)
 {
     if (this.m_Bait)
     {
         this.m_Bait.enabled = true;
         this.m_Bait.ItemsManagerRegister(false);
         this.m_Bait = null;
     }
     slot.gameObject.SetActive(true);
     slot.Activate();
 }
Exemplo n.º 2
0
 private void ActivateSlot(ItemSlot slot)
 {
     slot.m_ActivityUpdate = true;
     slot.Activate();
 }