public static bool CreateNewAccountMenu() { ConsEx.WriteRaw("\n\n"); ConsEx.Write("[ Get new account ]\n\n\n"); ConsEx.HandleMenu(Menus.CreateNewAccountMenu); return(true); }
private static void Main() { Settings.LoadConfigCreateIfNeeded(new Dictionary <string, object> { { "should_auto_start_game", false }, { "auto_start_gameid", 0L }, { "speed_up_steam", false }, { "silent_steam_launch", true }, { "maximize_console_on_start", true } }); SetupConsole(); Console.Clear(); ConsEx.DrawLogo(); ConsEx.HandleMenu(Menus.MainMenu); }