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