예제 #1
0
 public void GameStart()
 {
     isStart = true;
     isEnd   = isPause = false;
     waveSpawner.GameStart();
 }