public GameOverEvent(GameOverUI gOUI)
 {
     GOUI = gOUI;
 }
Esempio n. 2
0
        private void Awake()
        {
            gameOverUI = FindObjectOfType <GameOverUI>();

            DontDestroyOnLoad(gameObject);
        }