Exemplo n.º 1
0
 private void ShowRankings()
 {
     score.Hide(fadeDuration);
     StartCoroutine(rankingManager.Show(fadeDuration));
 }