Example #1
0
 public GeneratorOptions()
 {
     TerrainGenerationOptions  = new TerrainGenerationOptions();
     ReliefGenerationOptions   = new ReliefGenerationOptions();
     ResourceGenerationOptions = new ResourceGenerationOptions();
     ClimateGenerationOptions  = new ClimateGenerationOptions();
 }
 public abstract Map Generate(Map map, ResourceGenerationOptions options);
 public override Map Generate(Map map, ResourceGenerationOptions options)
 {
     throw new NotImplementedException();
 }