C# 클래스 GadgetCore.API.HarmonyOverridesAttribute

상속: Attribute
파일 보기 프로젝트 열기: SuperKael/Gadget-Core

공개 프로퍼티들

프로퍼티 타입 설명
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[]