mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-26 18:39:30 +01:00
Use refactored Penumbra options to allow for fixed designs on NPCs.
This commit is contained in:
parent
9d5f811a44
commit
9dc1b92c9a
3 changed files with 14 additions and 51 deletions
|
|
@ -43,11 +43,6 @@ namespace Glamourer.Gui
|
|||
Dalamud.PluginInterface.UiBuilder.Draw += Draw;
|
||||
Dalamud.PluginInterface.UiBuilder.OpenConfigUi += ToggleVisibility;
|
||||
|
||||
_characterConstructor = typeof(Character).GetConstructor(BindingFlags.NonPublic | BindingFlags.Instance, null, new[]
|
||||
{
|
||||
typeof(IntPtr),
|
||||
}, null)!;
|
||||
|
||||
_equipSlotNames = GetEquipSlotNames();
|
||||
|
||||
_stains = GameData.Stains(Dalamud.GameData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue