mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
feat: initialize FFXIVClientStructs function resolver
This commit is contained in:
parent
18f1b5bd9d
commit
3274bd047d
1 changed files with 4 additions and 0 deletions
|
|
@ -229,6 +229,10 @@ namespace Dalamud
|
||||||
|
|
||||||
this.Framework.Enable();
|
this.Framework.Enable();
|
||||||
Log.Information("[T1] Framework ENABLE!");
|
Log.Information("[T1] Framework ENABLE!");
|
||||||
|
|
||||||
|
// Initialize FFXIVClientStructs function resolver
|
||||||
|
FFXIVClientStructs.Resolver.Initialize();
|
||||||
|
Log.Information("[T1] FFXIVClientStructs initialized!");
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue