NpcGenerator constructor

NpcGenerator(
  1. Race _race
)

Implementation

NpcGenerator(this._race) {
  _seed = SeedGenerator.generate();
}