예제 #1
0
 public NormalWorldGenerator(int?seed = null)
 {
     noise = new NoiseGenerator(seed);
 }