public void KembaliBerbahaya() { Panel.SetActive(true); Berbahaya.SetActive(false); }
public void BukaBerbahaya() { Berbahaya.SetActive(true); Panel.SetActive(false); }