Beispiel #1
0
        static void Main(string[] args)
        {
            Console.Clear();
            Console.CursorVisible = true;

            // try
            // {
            //   fileManager.Load();
            // }
            // catch (Exception e)
            // {
            //   cli.Alert("An error occured while loading your save. Did you edit the save file manually?");
            //   System.Console.WriteLine(e.StackTrace); //TODO: Remove once issue has been resolved
            // }
            fileManager.Load();

            TakeInput();
        }