C# Класс GadgetCore.API.HarmonyOverridesAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Overrides string[]

Открытые методы

Метод Описание
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.

Описание методов

HarmonyOverridesAttribute() публичный Метод

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
Результат System

Описание свойств

Overrides публичное свойство

The patcher IDs to flag this method as intentionally overriding.
public string[] Overrides
Результат string[]