예제 #1
0
 void OnPreperationStart(PreperationStartEvent e)
 {
     _currentRound = e.CurrentRound;
     _text.enabled = true;
 }
예제 #2
0
 private void OnPreperationStart(PreperationStartEvent e)
 {
     _currentRound = e.CurrentRound;
 }
 private void OnRoundStart(PreperationEndEvent e)
 {
     _text.enabled = true;
     _currentRound = e.CurrentRound;
 }