mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Fix missed namespace
This commit is contained in:
parent
6f40449ab3
commit
b32a3b9385
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
using Dalamud.Game.AddonLifecycle;
|
using Dalamud.Game.Addon;
|
||||||
using ImGuiNET;
|
using ImGuiNET;
|
||||||
|
|
||||||
namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps;
|
namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue