Beispiel #1
0
        public static Map Load(int width, int height, SpecialMapElement specialMapElement)
        {
            RandomMap rndMap      = new RandomMap();
            Map       returnvalue = rndMap.GenerateRandomMap(width, height, specialMapElement);

            return(returnvalue);
        }
Beispiel #2
0
        public static Map Load(int width, int height, SpecialMapElement specialMapElement)
        {
            RandomMap rndMap = new RandomMap();
            Map returnvalue = rndMap.GenerateRandomMap(width, height, specialMapElement);

            return returnvalue;
        }