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