Class NoEnableDisableAttribute
Indicates that the applied plugin class does not need OnEnableAttribute or OnDisableAttribute methods.
Implements
Inherited Members
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class NoEnableDisableAttribute : Attribute, _Attribute
Remarks
This is typically only the case when some other utility mod handles their lifecycle for them, such as with SiraUtil and Zenject.