mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
refactor: move data widgets to correct namespace
This commit is contained in:
parent
02e1f2502e
commit
8ecc00f75f
32 changed files with 40 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using Dalamud.Game.ClientState.Conditions;
|
||||
using ImGuiNET;
|
||||
|
||||
namespace Dalamud.Interface.Internal.Windows.Data;
|
||||
namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
|
||||
|
||||
/// <summary>
|
||||
/// Widget for displaying current character condition flags.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue