mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Fix gear set changes and item move events not being instantiated.
This commit is contained in:
parent
c5211ab779
commit
8496f86b6b
1 changed files with 2 additions and 1 deletions
|
|
@ -3,13 +3,14 @@ using Dalamud.Plugin.Services;
|
||||||
using FFXIVClientStructs.FFXIV.Client.Game;
|
using FFXIVClientStructs.FFXIV.Client.Game;
|
||||||
using FFXIVClientStructs.FFXIV.Client.UI.Misc;
|
using FFXIVClientStructs.FFXIV.Client.UI.Misc;
|
||||||
using Glamourer.Events;
|
using Glamourer.Events;
|
||||||
|
using OtterGui.Services;
|
||||||
using Penumbra.GameData.Enums;
|
using Penumbra.GameData.Enums;
|
||||||
using Penumbra.GameData.Structs;
|
using Penumbra.GameData.Structs;
|
||||||
using Penumbra.String;
|
using Penumbra.String;
|
||||||
|
|
||||||
namespace Glamourer.Interop;
|
namespace Glamourer.Interop;
|
||||||
|
|
||||||
public unsafe class InventoryService : IDisposable
|
public unsafe class InventoryService : IDisposable, IRequiredService
|
||||||
{
|
{
|
||||||
private readonly MovedEquipment _movedItemsEvent;
|
private readonly MovedEquipment _movedItemsEvent;
|
||||||
private readonly EquippedGearset _gearsetEvent;
|
private readonly EquippedGearset _gearsetEvent;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue