mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
feat: add automatic UI hiding to GameGui, UiBuilder
This commit is contained in:
parent
b7e36fb2e6
commit
5f9efaaea0
5 changed files with 52 additions and 5 deletions
|
|
@ -75,7 +75,7 @@ namespace Dalamud.Plugin
|
|||
this.CommandManager = dalamud.CommandManager;
|
||||
this.Framework = dalamud.Framework;
|
||||
this.ClientState = dalamud.ClientState;
|
||||
this.UiBuilder = new UiBuilder(dalamud.InterfaceManager, pluginName);
|
||||
this.UiBuilder = new UiBuilder(dalamud.InterfaceManager, dalamud.Framework.Gui, pluginName);
|
||||
this.TargetModuleScanner = dalamud.SigScanner;
|
||||
this.Data = dalamud.Data;
|
||||
this.SeStringManager = dalamud.SeStringManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue