Enum HarmonyReversePatchType
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
Specifies the type of reverse patch
public enum HarmonyReversePatchType
Fields
Original = 0Use the unmodified original method (directly from IL)
Snapshot = 1Use the original as it is right now including previous patches but excluding future ones