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