Enum HarmonyPatchType
Specifies the type of patch
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public enum HarmonyPatchType
Fields
Name | Description |
---|---|
All | Any patch |
Finalizer | A finalizer |
Postfix | A postfix patch |
Prefix | A prefix patch |
ReversePatch | A reverse patch |
Transpiler | A transpiler |