mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #601 from daemitus/dumbdumbs
Include the Dalamud assembly as a shared assembly
This commit is contained in:
commit
3b1cbec6ef
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
using Dalamud.Interface;
|
using Dalamud.Interface;
|
||||||
using Dalamud.Interface.Colors;
|
using Dalamud.Interface.Colors;
|
||||||
using Dalamud.Interface.Windowing;
|
using Dalamud.Interface.Windowing;
|
||||||
|
|
|
||||||
|
|
@ -436,6 +436,7 @@ namespace Dalamud.Plugin.Internal
|
||||||
config.IsUnloadable = true;
|
config.IsUnloadable = true;
|
||||||
config.LoadInMemory = true;
|
config.LoadInMemory = true;
|
||||||
config.PreferSharedTypes = false;
|
config.PreferSharedTypes = false;
|
||||||
|
config.SharedAssemblies.Add(typeof(IDalamudPlugin).Assembly.GetName());
|
||||||
config.SharedAssemblies.Add(typeof(Lumina.GameData).Assembly.GetName());
|
config.SharedAssemblies.Add(typeof(Lumina.GameData).Assembly.GetName());
|
||||||
config.SharedAssemblies.Add(typeof(Lumina.Excel.ExcelSheetImpl).Assembly.GetName());
|
config.SharedAssemblies.Add(typeof(Lumina.Excel.ExcelSheetImpl).Assembly.GetName());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue