Skip to content

Commit

Permalink
Add ImGuiNET assembly to forward reference for custom plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldiedema committed Aug 23, 2024
1 parent 6d30cae commit b6571ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Umbra/src/Plugins/PluginLoadContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
using System.Reflection;
using System.Runtime.Loader;
using Dalamud.Plugin;
using ImGuiNET;
using Umbra.Common;
using Umbra.Game;
using Una.Drawing;
Expand All @@ -36,6 +37,7 @@ internal class PluginLoadContext(DirectoryInfo directoryInfo) : AssemblyLoadCont
["Dalamud"] = typeof(IDalamudPluginInterface).Assembly,
["Lumina"] = typeof(Lumina.GameData).Assembly,
["Lumina.Excel"] = typeof(Lumina.Excel.GeneratedSheets.Action).Assembly,
["ImGuiNET"] = typeof(ImGui).Assembly,
["FFXIVClientStructs"] = typeof(FFXIVClientStructs.FFXIV.Client.System.Framework.Framework).Assembly,
};

Expand Down

0 comments on commit b6571ab

Please sign in to comment.