Class NoEnableDisableAttribute
Indicates that the applied plugin class does not need OnEnableAttribute or OnDisableAttribute methods.
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
public sealed class NoEnableDisableAttribute : Attribute
Remarks
This is typically only the case when some other utility mod handles their lifecycle for them, such as with SiraUtil and Zenject.