Add texture leak tracker

This commit is contained in:
Soreepeong 2024-03-05 01:06:02 +09:00
parent 2572f24e08
commit 6a0f774625
14 changed files with 597 additions and 63 deletions

View file

@ -52,7 +52,7 @@ public sealed class DalamudPluginInterface : IDisposable
var dataManager = Service<DataManager>.Get();
var localization = Service<Localization>.Get();
this.UiBuilder = new UiBuilder(plugin.Name);
this.UiBuilder = new(plugin, plugin.Name);
this.configs = Service<PluginManager>.Get().PluginConfigs;
this.Reason = reason;