public void tutupbag() { GambarTasBiasa.SetActive(true); GambarTasOpen.SetActive(false); Inventory.SetActive(false); WindPop.SetActive(false); }
public void bukabag() { GambarTasOpen.SetActive(true); GambarTasBiasa.SetActive(false); Inventory.SetActive(true); inventoryOpen(); }