unregisterType method
Removes settlementType only from the active races
Implementation
@override
void unregisterType(SettlementType settlementType) {
_activeSettlementTypes.remove(getType(settlementType.getSettlementType()));
}
Removes settlementType only from the active races
@override
void unregisterType(SettlementType settlementType) {
_activeSettlementTypes.remove(getType(settlementType.getSettlementType()));
}