Exemplo n.º 1
0
        public GenerateChunkTask(WorldPopulator populator, BlockWorld world)
        {
            this.populator = populator;
            this.world     = world;
            chunk          = new UngeneratedChunk();

            world.EnsureFullyGenerated();
        }