예제 #1
0
 public void OnGameOver()
 {
     gameOverUIHandler.OnGameOver();
     IsGameOver = true;
     pipeFactory.StopGeneration();
 }