mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 13:27:43 +01:00
Add Quest and Leve support to IUnlockState (#2581)
* Fix AgentInterfacePtr.FocusAddon * Add Quest support to IUnlockState * Reorder, bail out early in Recipe and McGuffin * Add Leve support to IUnlockState * Fix warning * Disable log spam
This commit is contained in:
parent
3b8f0bc92f
commit
b601bfdbfb
4 changed files with 60 additions and 6 deletions
|
|
@ -3,11 +3,11 @@ using System.Numerics;
|
|||
using System.Text;
|
||||
|
||||
using Dalamud.Bindings.ImGui;
|
||||
using Dalamud.Interface.Utility.Raii;
|
||||
using Dalamud.Data;
|
||||
using Dalamud.Interface.ImGuiNotification;
|
||||
using Dalamud.Interface.ImGuiNotification.Internal;
|
||||
using Dalamud.Interface.ImGuiSeStringRenderer.Internal;
|
||||
using Dalamud.Interface.Utility.Raii;
|
||||
|
||||
using Lumina.Excel.Sheets;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue