예제 #1
0
 public void OnBallRemoved()
 {
     ballsInPlay--;
     onBallsChanged.Invoke(ballsInPlay);
     if (ballsInPlay <= 0)
     {
         //SceneManager.LoadScene(loseSceneIndex);
         loadSceneManager.LoseSceneLoad();
     }
 }