Switch to ECommonsLite

This commit is contained in:
RisaDev
2024-11-16 03:12:46 +03:00
parent 4112fece6d
commit 3bd80f3c33
14 changed files with 27 additions and 29 deletions

View File

@@ -13,12 +13,12 @@ using CustomizePlus.UI.Windows.Controls;
using CustomizePlus.UI.Windows.MainWindow.Tabs.Profiles;
using CustomizePlus.UI.Windows.MainWindow.Tabs;
using CustomizePlus.Templates;
using ECommons.ImGuiMethods;
using ECommonsLite.ImGuiMethods;
using static System.Windows.Forms.AxHost;
using Dalamud.Interface.Colors;
using CustomizePlus.Templates.Events;
using CustomizePlus.Templates.Data;
using ECommons.Schedulers;
using ECommonsLite.Schedulers;
using CustomizePlus.Core.Helpers;
namespace CustomizePlus.UI.Windows.MainWindow;