Enable tracking only when there exists a subscriber

This commit is contained in:
Soreepeong 2023-12-02 12:58:55 +09:00
parent 5f0b65a6c4
commit e594d59986
12 changed files with 381 additions and 234 deletions

View file

@ -1,7 +1,7 @@
using System.Collections.Generic;
using Dalamud.Game.Inventory;
using Dalamud.Game.Inventory.InventoryChangeArgsTypes;
using Dalamud.Game.Inventory.InventoryEventArgTypes;
namespace Dalamud.Plugin.Services;