Move namespace

This commit is contained in:
Haselnussbomber 2025-07-31 00:09:43 +02:00
parent a358331b9f
commit 61b08a90f2
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
using Dalamud.Game.Gui.NativeWrapper;
using Dalamud.Game.NativeWrapper;
namespace Dalamud.Game.Addon.Lifecycle.AddonArgTypes;

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
using Dalamud.Game.Gui.NativeWrapper;
using Dalamud.Game.NativeWrapper;
using Dalamud.Game.Text.SeStringHandling.Payloads;
using Dalamud.Hooking;
using Dalamud.Interface.Utility;

View file

@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
using FFXIVClientStructs.FFXIV.Component.GUI;
namespace Dalamud.Game.Gui.NativeWrapper;
namespace Dalamud.Game.NativeWrapper;
/// <summary>
/// A wrapper for AtkUnitBase.

View file

@ -1,7 +1,7 @@
using System.Numerics;
using Dalamud.Game.Gui;
using Dalamud.Game.Gui.NativeWrapper;
using Dalamud.Game.NativeWrapper;
using Dalamud.Game.Text.SeStringHandling.Payloads;
namespace Dalamud.Plugin.Services;