unregisterType method
Removes emblemType only from the active races
Implementation
@override
void unregisterType(EmblemType emblemType) {
_activeEmblemTypes.remove(getType(emblemType.getEmblemType()));
}
Removes emblemType only from the active races
@override
void unregisterType(EmblemType emblemType) {
_activeEmblemTypes.remove(getType(emblemType.getEmblemType()));
}