diff --git a/Dalamud/Plugin/DalamudPluginInterface.cs b/Dalamud/Plugin/DalamudPluginInterface.cs index c897e14d2..8e1eaea4b 100644 --- a/Dalamud/Plugin/DalamudPluginInterface.cs +++ b/Dalamud/Plugin/DalamudPluginInterface.cs @@ -69,6 +69,9 @@ namespace Dalamud.Plugin this.pluginName = pluginName; } + /// + /// Unregister your plugin and dispose all references. You have to call this when your IDalamudPlugin is disposed. + /// public void Dispose() { this.UiBuilder.Dispose(); }