상속: MapGenerator
예제 #1
0
 static FloatingIslandMapGen() {
     Instance = new FloatingIslandMapGen {
         Name = "FloatingIsland",
         Help = "&S\"FloatingIsland\" map generator:\n" + 
                "Creates a map with floating islands. " +
                "Does not have any parameters or presets yet. " +
                "Note that this generator is currently quite slow."
     };
 }
예제 #2
0
 static FloatingIslandMapGen()
 {
     Instance = new FloatingIslandMapGen {
         Name = "FloatingIsland",
         Help = "&S\"FloatingIsland\" map generator:\n" +
                "Creates a map with floating islands. " +
                "Does not have any parameters or presets yet. " +
                "Note that this generator is currently quite slow."
     };
 }