public void IncreaseCurrentEnergy(float energyAmount)
 {
     characterStatus.IncreaseCurrentEnergy(energyAmount);
     OnEnergyUpdated?.Invoke();
 }