Fix gear set changes and item move events not being instantiated.

This commit is contained in:
Ottermandias 2024-03-01 13:25:15 +01:00
parent c5211ab779
commit 8496f86b6b

View file

@ -3,13 +3,14 @@ using Dalamud.Plugin.Services;
using FFXIVClientStructs.FFXIV.Client.Game;
using FFXIVClientStructs.FFXIV.Client.UI.Misc;
using Glamourer.Events;
using OtterGui.Services;
using Penumbra.GameData.Enums;
using Penumbra.GameData.Structs;
using Penumbra.String;
namespace Glamourer.Interop;
public unsafe class InventoryService : IDisposable
public unsafe class InventoryService : IDisposable, IRequiredService
{
private readonly MovedEquipment _movedItemsEvent;
private readonly EquippedGearset _gearsetEvent;