Example #1
0
 public void EndGame(int team)
 {
     audioManager.PlaySound("start");
     winScreen.TriggerWinBanner(team);
     StartCoroutine(ResetGame());
 }