WorldMapGenerator constructor

WorldMapGenerator(
  1. WorldMapSettings _settings,
  2. int _width,
  3. int _height
)

Implementation

WorldMapGenerator(this._settings, this._width, this._height) {
  _seed = SeedGenerator.generate();
}