mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-22 08:29:18 +01:00
style editor setup WIP
This commit is contained in:
parent
e29a312c52
commit
5fdf07aead
7 changed files with 572 additions and 29 deletions
|
|
@ -3,6 +3,7 @@ using System.IO;
|
|||
|
||||
using Dalamud.Configuration.Internal;
|
||||
using Dalamud.Game.Command;
|
||||
using Dalamud.Interface.Internal.Windows;
|
||||
using Dalamud.Interface.Windowing;
|
||||
using Dalamud.Logging;
|
||||
using Dalamud.Plugin;
|
||||
|
|
@ -62,6 +63,7 @@ namespace Dalamud.CorePlugin
|
|||
this.Interface = pluginInterface;
|
||||
|
||||
this.windowSystem.AddWindow(new PluginWindow());
|
||||
this.windowSystem.AddWindow(new StyleEditorWindow());
|
||||
|
||||
this.Interface.UiBuilder.Draw += this.OnDraw;
|
||||
this.Interface.UiBuilder.OpenConfigUi += this.OnOpenConfigUi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue