コード例 #1
0
 public void GiveNextLevel()
 {
     playManager.NextLevel();
 }
コード例 #2
0
 //this is raised at the end of win animation to go to the next level
 //it call nextlevel from playManager script
 void NextLevel()
 {
     playManager.NextLevel();
 }