mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 21:47:44 +01:00
dasd
This commit is contained in:
parent
e27a194cc6
commit
145b64bb7a
17 changed files with 258 additions and 674 deletions
|
|
@ -93,7 +93,7 @@ public class Glamourer : IDalamudPlugin
|
|||
HelpMessage = $"Use Glamourer Functions: {HelpString}",
|
||||
});
|
||||
|
||||
_interface = new Interface(CurrentManipulations, _designManager, _fileSystem);
|
||||
_interface = new Interface(Items, CurrentManipulations, _designManager, _fileSystem);
|
||||
_windowSystem.AddWindow(_interface);
|
||||
Dalamud.PluginInterface.UiBuilder.Draw += _windowSystem.Draw;
|
||||
//FixedDesignManager.Flag((Human*)((Actor)Dalamud.ClientState.LocalPlayer?.Address).Pointer->GameObject.DrawObject, 0, &x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue