public void RegenStamina(float amount) { stamina += StaticOperations.GetAdjustedIncrease(stamina, amount, MAX_STAMINA); UpdateStamina(); }