Beispiel #1
0
        public static LevelInfo LevelInfoFromPath(string path)
        {
            LevelSettings settings = LevelSettings.CreateAndLoadFromPath(path, out bool _);

            return(LevelInfo.Create(path, settings));
        }