unregisterType method

  1. @override
void unregisterType(
  1. LocationType locationType
)
override

Removes locationType only from the active races

Implementation

@override
void unregisterType(LocationType locationType) {
  _activeLocationTypes.remove(getType(locationType.getLocationType()));
}