Skip to content

Release v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 18:39

Changelog

  • New patch type: ILManipulators (courtesy of @Windows10CE )
    • Allows to access to ILContext of the patch method to modify the underlying MethodDefinition directly
    • Runs after all other Harmony patches
    • Note: This is an advanced patch method. Refer to the wiki for caveats.