Class HarmonyAfter
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
A Harmony annotation
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Method)]
public class HarmonyAfter : HarmonyAttribute
- Inheritance
-
objectAttributeHarmonyAfter
- Inherited Members
Constructors
HarmonyAfter(params string[])
A Harmony annotation to define that a patch comes after another patch
public HarmonyAfter(params string[] after)
Parameters
afterstring[]The array of harmony IDs of the other patches