Ejemplo n.º 1
0
 void OnPreperationStart(PreperationStartEvent e)
 {
     _currentRound = e.CurrentRound;
     _text.enabled = true;
 }
Ejemplo n.º 2
0
 private void OnPreperationStart(PreperationStartEvent e)
 {
     _currentRound = e.CurrentRound;
 }
 private void OnRoundStart(PreperationEndEvent e)
 {
     _text.enabled = true;
     _currentRound = e.CurrentRound;
 }