WorldMapGenerator constructor
WorldMapGenerator(
- WorldMapSettings _settings,
- int _width,
- int _height
Implementation
WorldMapGenerator(this._settings, this._width, this._height) {
_seed = SeedGenerator.generate();
}