private static void Main() { GameMap.PrepareMaps(); GameMap.CreateMap(); Application.Run(new StartMenu()); }