public static bool IsLevelUnlocked(string levelName) { return(SaveManager.CheckIfLevelIsUnlocked(levelName)); }
public static float GetLevelRecordAsFloat(string levelName) { return(SaveManager.GetLevelRecord(levelName)); }