Example #1
0
 /// <summary>
 /// Called when the level begins.
 /// </summary>
 /// <param name="e">Details about the beginning of the event.</param>
 private void StartAssault(GameStartEvent e)
 {
     waveCounter.SetCount(Waves.Length);
     StartCoroutine(WaveClockCoroutine());
 }