unregisterType method
Removes locationType only from the active races
Implementation
@override
void unregisterType(LocationType locationType) {
_activeLocationTypes.remove(getType(locationType.getLocationType()));
}
Removes locationType only from the active races
@override
void unregisterType(LocationType locationType) {
_activeLocationTypes.remove(getType(locationType.getLocationType()));
}