move around new Addon services a bit to match folder structure

This commit is contained in:
goat 2023-09-23 13:09:43 +02:00
parent 6fbcd0e0e4
commit c767971a36
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
26 changed files with 40 additions and 37 deletions

View file

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

View file

@ -2,6 +2,8 @@
using System.Runtime.InteropServices;
using Dalamud.Game.Addon;
using Dalamud.Game.Addon.Lifecycle;
using Dalamud.Game.Addon.Lifecycle.AddonArgTypes;
namespace Dalamud.Plugin.Services;