public void EndGame() { Destroy(m_Food); Time.timeScale = 0; m_BugManager.DestroyAllBugs(); onEndGame.Invoke(); }