unregisterType method
Removes kingdomType only from the active races
Implementation
@override
void unregisterType(KingdomType kingdomType) {
_activeKingdomTypes.remove(getType(kingdomType.getKingdomType()));
}
Removes kingdomType only from the active races
@override
void unregisterType(KingdomType kingdomType) {
_activeKingdomTypes.remove(getType(kingdomType.getKingdomType()));
}