mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +01:00
fix errors/warnings
This commit is contained in:
parent
452305be1d
commit
28ff62e488
23 changed files with 351 additions and 335 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue