Exemple #1
0
 public void PlayerGetHit()
 {
     currentPlayerInfo.DecreaseLife();
     UIManager.instance.UpdateLivesInUI(currentPlayerInfo.currentPlayerLives);
 }