示例#1
0
 private void ShowTopIcons()
 {
     if (_IsWinner)
     {
         Crown.SetActive(true);
         ScoreSoundsManager.PlayWinSound();
     }
     if (_HasHighscore)
     {
         NewHighscore.SetActive(true);
     }
 }