C# Class GadgetCore.API.HarmonyOverridesAttribute

Inheritance: Attribute
Afficher le fichier Open project: SuperKael/Gadget-Core

Méthodes publiques

Свойство Type Description
Overrides string[]

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

Overrides public_oe property

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