public float GetProgressInLevel() { float f = M_Math.GetPercentpointsOfValueInRange(currentProgress, config.GetProgressForLevel(cachedLevel), config.GetProgressForLevel(cachedLevel + 1)); return(f); }