IDtrBar Add Additional Click Events (#2325)

* Add additional dtr click events

* Let's just break things and make them really nice

* Add additional dtr click events

* Let's just break things and make them really nice

* Add additional dtr click events

* Let's just break things and make them really nice

* git is stupid

* Documentation fixing
This commit is contained in:
MidoriKami 2025-08-03 18:15:05 -07:00 committed by GitHub
parent 6a1d5db50e
commit 6369982b48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 121 additions and 42 deletions

View file

@ -1,4 +1,5 @@
using Dalamud.Game.Addon.Events;
using Dalamud.Game.Addon.Events;
using Dalamud.Game.Addon.Events.EventDataTypes;
namespace Dalamud.Plugin.Services;