Esempio n. 1
0
        public void Win()
        {
            Dialogbox.SetActive(false);
            button1.SetActive(false);
            button4.SetActive(false);
            button3.SetActive(false);
            button2.SetActive(false);

            gamemanagerscript.windo();
            StartCoroutine(LoadScene());
            Dialogbox.SetActive(false);
        }