Back to Harmony

Class HarmonyAfter

docs/api/HarmonyLib.HarmonyAfter.html

2.4.2.0881 B
Original Source

Class HarmonyAfter

A Harmony annotation

Inheritance

System.Object

System.Attribute

HarmonyAttribute

HarmonyAfter

Inherited Members

HarmonyAttribute.info

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method)]
public class HarmonyAfter : HarmonyAttribute, _Attribute

Constructors

HarmonyAfter(String[])

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

Declaration
public HarmonyAfter(params string[] after)
Parameters
TypeNameDescription
System.String[]after

The array of harmony IDs of the other patches

|