fix errors/warnings

This commit is contained in:
Kaz Wolfe 2024-06-16 16:45:18 -07:00
parent 452305be1d
commit 28ff62e488
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
23 changed files with 351 additions and 335 deletions

View file

@ -14,7 +14,6 @@ using Dalamud.Interface.ImGuiNotification;
using Dalamud.Interface.ImGuiNotification.Internal;
using Dalamud.Interface.Internal;
using Dalamud.Interface.Internal.DesignSystem;
using Dalamud.Interface.Internal.Notifications;
using Dalamud.Interface.Utility;
using Dalamud.Logging.Internal;
using Dalamud.Plugin.Internal.Types;

View file

@ -1,6 +1,6 @@
namespace Dalamud.Plugin.Services;
using Dalamud.Game.Network.Structures;
using Game.Network.Structures;
namespace Dalamud.Plugin.Services;
/// <summary>
/// Provides access to market board related events as the client receives/sends them.