Пример #1
0
 public WorldGenerator(World world, ChunkGenerator chunkGenerator)
 {
     this.world          = world;
     this.chunkGenerator = chunkGenerator;
 }