Browse documentation

Class HarmonyAfter

Namespace
HarmonyLib
Assembly
0Harmony.dll

A Harmony annotation

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Method)]
public class HarmonyAfter : HarmonyAttribute
Inheritance
object
Attribute
HarmonyAfter
Inherited Members

Constructors

HarmonyAfter(params string[])

A Harmony annotation to define that a patch comes after another patch

public HarmonyAfter(params string[] after)

Parameters

after string[]

The array of harmony IDs of the other patches

Harmony 3 preview

For the stable release, read the 2.x documentation.