mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add window stub as default
This commit is contained in:
parent
2e26bf8000
commit
639c7b6183
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace Dalamud.CorePlugin
|
||||||
|
|
||||||
this.Interface = pluginInterface;
|
this.Interface = pluginInterface;
|
||||||
|
|
||||||
// this.windowSystem.AddWindow(your_window);
|
this.windowSystem.AddWindow(new PluginWindow(Dalamud.Instance));
|
||||||
|
|
||||||
this.Interface.UiBuilder.OnBuildUi += this.OnDraw;
|
this.Interface.UiBuilder.OnBuildUi += this.OnDraw;
|
||||||
this.Interface.UiBuilder.OnOpenConfigUi += this.OnOpenConfigUi;
|
this.Interface.UiBuilder.OnOpenConfigUi += this.OnOpenConfigUi;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue