Class HarmonyPatchCategory
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
Annotation to define a category for use with PatchCategory
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false)]
public class HarmonyPatchCategory : HarmonyAttribute
- Inheritance
-
objectAttributeHarmonyPatchCategory
- Inherited Members
Constructors
HarmonyPatchCategory(string)
Annotation specifying the category
public HarmonyPatchCategory(string category)
Parameters
categorystringName of patch category