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