private void Update()
 {
     // Update the HP of current character in UI
     _healthBarUI.SetHealthUI(Hp, _maxHp);
 }