public void EndGame() { gameStarted = false; if (roundManager.GameOngoing()) { roundManager.EndRounds(); } foreach (GameObject g in menuWalls) { g.SetActive(true); } arena.SetActive(false); }