Fabian H. Schneider
Fabian H. Schneider
**Describe the bug** Unexpected patching failure of Tyranny's Assembly-CSharp.dll. I don't know why this happens; it's just a public class that I want to patch: ``public class UIConversationManager : UIHudWindow``...
Fixes https://github.com/CrossNox/m2r2/issues/63
This package currently [uses](https://github.com/CrossNox/m2r2/blob/9e8c6c5aca97c2cee9f82e7b878050d45c5a71c9/m2r2.py#L16-L18) ``pkg_resources`` module from setuptools package: ```python from pkg_resources import get_distribution __version__ = get_distribution("m2r2").version ``` This is not part of the standard library and thus must be...