Exemplo n.º 1
0
 void EndMatchListener(EndMatchEvent endMatchEvent)
 {
     Console.WriteLine("ending match");
     gameObject.SetActive(true);
 }
Exemplo n.º 2
0
 void EndMatchEventListener(EndMatchEvent e)
 {
     print("match ended");
     StopMatchTimer();
 }