Exemplo n.º 1
0
 void OnChangeLives(int newLives)
 {
     CurrentLives = newLives;
     if (GetComponent <PracticePlayer>() != null)
     {
         PracticeManager.SetPlayerLives(newLives);
     }
 }