Class PluginInterfaceAttribute
This attribute indicates whether the decorated class should be exposed to plugins via IoC.
Assembly: Dalamud.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class)]
public class PluginInterfaceAttribute : Attribute
Inheritance: System.Object
-> System.Attribute