Esempio n. 1
0
 public static bool IsLevelUnlocked(string levelName)
 {
     return(SaveManager.CheckIfLevelIsUnlocked(levelName));
 }
Esempio n. 2
0
 public static float GetLevelRecordAsFloat(string levelName)
 {
     return(SaveManager.GetLevelRecord(levelName));
 }