mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Skin Fixer (fixes modding of skin.shpk)
This commit is contained in:
parent
4f71065d67
commit
ead88f9fa6
8 changed files with 302 additions and 30 deletions
|
|
@ -22,8 +22,8 @@ using Penumbra.Collections.Manager;
|
|||
using Penumbra.UI.Tabs;
|
||||
using ChangedItemClick = Penumbra.Communication.ChangedItemClick;
|
||||
using ChangedItemHover = Penumbra.Communication.ChangedItemHover;
|
||||
using OtterGui.Tasks;
|
||||
|
||||
using OtterGui.Tasks;
|
||||
|
||||
namespace Penumbra;
|
||||
|
||||
public class Penumbra : IDalamudPlugin
|
||||
|
|
@ -81,6 +81,7 @@ public class Penumbra : IDalamudPlugin
|
|||
{
|
||||
_services.GetRequiredService<PathResolver>();
|
||||
}
|
||||
_services.GetRequiredService<SkinFixer>();
|
||||
|
||||
SetupInterface();
|
||||
SetupApi();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue