Esempio n. 1
0
 //換關初始化
 public void NextLevel()
 {
     Restart();
     _mapData.CreateNewMap();
     _isNextLevel = false;
 }