public void CheckScore() { if (curScore > curLevel * 10) { LevelUp(); sceneController.NextRound(); } }