Ejemplo n.º 1
0
 public void GameOver()
 {
     Ranking.instance.NewScore(score);
     uiMgr.OnGameEnd();
     bgmMgr.OnGameOver();
     isEnd = true;
 }