public void BantuanKesimpulan() { PopUpBantuan.SetActive(true); AllKeteranganOff(); KetKesimpulan.SetActive(true); SoundManager.instance.PlaySingle(clickSFX); }
public void AllKeteranganOff() { KetInfoProyek.SetActive(false); KetTahap.SetActive(false); KetInfoPekerjaan.SetActive(false); KetKartu.SetActive(false); KetAnalisis.SetActive(false); KetRespon.SetActive(false); KetOverview.SetActive(false); KetInGame.SetActive(false); KetKesimpulan.SetActive(false); buttonCloseBiasa.SetActive(true); KetKesimpulanAkhir.SetActive(false); }