public GameOverEvent(GameOverUI gOUI) { GOUI = gOUI; }
private void Awake() { gameOverUI = FindObjectOfType <GameOverUI>(); DontDestroyOnLoad(gameObject); }