Exemplo n.º 1
0
 public void CarryPanelOff()
 {
     CarryPanel.SetActive(false);
     carry     = false;
     carryItem = null;
 }
Exemplo n.º 2
0
 public void CarryPanelOpen(Item item)
 {
     CarryPanel.SetActive(true);
     carry     = true;
     carryItem = item;
 }