Exemple #1
0
 // EndGame
 public void EndGame(Color winner)
 {
     endGame.gameObject.SetActive(true);
     endGame.Open(winner);
 }