示例#1
0
 public void OnLevelButtonClicked(string levelName)
 {
     LoadLevel.ChangeCurrentLevelByName(levelName);
     GameManager.GoToPlayMode();
 }