mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-20 23:54:19 +01:00
docs: finish PI doc
This commit is contained in:
parent
a11d9eb8bd
commit
95803c9c8b
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ namespace Dalamud.Plugin
|
||||||
this.pluginName = pluginName;
|
this.pluginName = pluginName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Unregister your plugin and dispose all references. You have to call this when your IDalamudPlugin is disposed.
|
||||||
|
/// </summary>
|
||||||
public void Dispose() {
|
public void Dispose() {
|
||||||
this.UiBuilder.Dispose();
|
this.UiBuilder.Dispose();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue