KingdomGenerator constructor
KingdomGenerator(
- KingdomType _kingdomType,
- Race _race,
- GovernmentType _governmentType
Implementation
KingdomGenerator(this._kingdomType, this._race, this._governmentType) {
_seed = SeedGenerator.generate();
}