Exemplo n.º 1
0
 public void tutupbag()
 {
     GambarTasBiasa.SetActive(true);
     GambarTasOpen.SetActive(false);
     Inventory.SetActive(false);
     WindPop.SetActive(false);
 }
Exemplo n.º 2
0
 public void bukabag()
 {
     GambarTasOpen.SetActive(true);
     GambarTasBiasa.SetActive(false);
     Inventory.SetActive(true);
     inventoryOpen();
 }