예제 #1
0
파일: Levels.cs 프로젝트: phiLyken/RC_1
 public int GetProgressInLevelAbsolute()
 {
     return(currentProgress - config.GetProgressForLevel(cachedLevel));
 }