Beispiel #1
0
 /// <summary>
 /// React to \ref RoundManager.Events.BossCountdownBegunEvent "BossCountdownBegunEvent".
 /// </summary>
 /// <param name="e">Event.</param>
 public void OnBossCountdownBegun(BossCountdownBegunEvent e)
 {
 }
Beispiel #2
0
 private void OnBossSpawnBegin(BossCountdownBegunEvent e)
 {
     _text.enabled = true;
     _currentRound = e.CurrentRound;
 }