Exemplo n.º 1
0
        private void GenerateMap()
        {
            MapGenerator mapGenerator = new MapGenerator(this, mapWidth, mapHeight, 20, 13, 7, mapLevel);

            World = mapGenerator.CreateMap();
            rootConsole.GenerateMap(World);
        }