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