C# Class GadgetCore.API.HarmonyOverridesAttribute

Inheritance: Attribute
Mostrar archivo Open project: SuperKael/Gadget-Core

Public Properties

Property Type Description
Overrides string[]

Public Methods

Method Description
HarmonyOverridesAttribute ( ) : System

Indicates that this Prefix is intentionally overriding patches from any and all other mods. Carefully consider whether it is truly appropriate to use this before doing so. Alternatively, use the HarmonyOverridesAttribute(string[]) version.

Method Details

HarmonyOverridesAttribute() public method

Indicates that this Prefix is intentionally overriding patches from any and all other mods. Carefully consider whether it is truly appropriate to use this before doing so. Alternatively, use the HarmonyOverridesAttribute(string[]) version.
public HarmonyOverridesAttribute ( ) : System
return System

Property Details

Overrides public_oe property

The patcher IDs to flag this method as intentionally overriding.
public string[] Overrides
return string[]