Class PatchInitAttribute
Priority attribute for PatchInitalizer.
Implements
Inherited Members
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
[Obsolete("Use Harmony patches or your Start method instead")]
public class PatchInitAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| PatchInitAttribute(int) | Patch Init Attribute |
Properties
| Name | Description |
|---|---|
| Priority | The patch priority.
negative - early
|