HarmonyPatchExtensions
Adds mixin like patching to Harmony
CHANGELOG
1.2.0
WARNING: Changed AT.RETURN to AT.POSTFIX
AT.RETURN now injects the code before every return in a method
Added warning when a mod is referencing an outdated version Internally extracted some classes into their own files Fixed nullref exceptions when using REDIRECT/INVOKE/AFTER with a null target Added signature validation to REDIRECT
1.1.0
Update readme to add a note for publicizers
1.0.0
Uploaded