예제 #1
0
파일: Levels.cs 프로젝트: phiLyken/RC_1
    public float GetProgressInLevel()
    {
        float f = M_Math.GetPercentpointsOfValueInRange(currentProgress, config.GetProgressForLevel(cachedLevel), config.GetProgressForLevel(cachedLevel + 1));

        return(f);
    }