示例#1
0
 public void CheckScore()
 {
     if (curScore > curLevel * 10)
     {
         LevelUp();
         sceneController.NextRound();
     }
 }