mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +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
|
|
@ -3,7 +3,7 @@ using Dalamud.Memory;
|
|||
using Dalamud.Utility;
|
||||
using ImGuiNET;
|
||||
|
||||
namespace Dalamud.Interface.Internal.Windows.Data;
|
||||
namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
|
||||
|
||||
/// <summary>
|
||||
/// Widget for displaying Addon Data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue