示例#1
0
 void OnDestroy()
 {
     if (zombieSpawner.FinishedWaveCheck() && wavesManager.noMore)
     {
         wavesManager.Win();
     }
 }