public void IncreaseMaxEnergy(int newEnergyAmount)
 {
     characterStatus.IncreaseMaxEnergy(newEnergyAmount);
     OnEnergyUpdated?.Invoke();
 }