KingdomGenerator constructor

KingdomGenerator(
  1. KingdomType _kingdomType,
  2. Race _race,
  3. GovernmentType _governmentType
)

Implementation

KingdomGenerator(this._kingdomType, this._race, this._governmentType) {
  _seed = SeedGenerator.generate();
}