Exemplo n.º 1
0
 void Update()
 {
     if (gameManager.newHighScore && !playedOnce)
     {
         _text.enabled = true;
         soundsManager.PlayGoodJob();
         playedOnce = true;
     }
 }