public void PlayerGetHit() { currentPlayerInfo.DecreaseLife(); UIManager.instance.UpdateLivesInUI(currentPlayerInfo.currentPlayerLives); }