You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AccessTools.CreateInstance can now use non-public parameterless constructors
AccessTools.CreateInstance also now invokes the ConstructorInfo rather than using Activator.CreateInstance; the former should be faster
FieldRef now supports F = underlying integral type for enum field types
Added support for multitargeted patch methods
If you define multiple completeHarmonyPatch attributes on a method, they will be applied separately. This way you can specify multiple patch targets on the same method
HarmonyPatch attribute is considered complete when it defines both target type and target method.