Ejemplo n.º 1
0
 //go to the next level
 public void NextLevelClick()
 {
     if (menuScript != null)
     {
         menuScript.GoToNextLevel();
     }
 }