Class HarmonyAfter
A Harmony annotation
Inherited Members
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public class HarmonyAfter : HarmonyAttribute, _Attribute
Constructors
| Improve this Doc View SourceHarmonyAfter(String[])
A Harmony annotation to define that a patch comes after another patch
Declaration
public HarmonyAfter(params string[] after)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | after | The array of harmony IDs of the other patches |