예제 #1
0
 /// <summary>
 /// React to \ref RoundManager.Events.PreperationEndEvent "PreperationEndEvent".
 /// </summary>
 /// <param name="e">Event.</param>
 public void OnPreperationEnd(PreperationEndEvent e)
 {
 }
예제 #2
0
 private void OnRoundStart(PreperationEndEvent e)
 {
     _text.enabled = true;
     _currentRound = e.CurrentRound;
 }