mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +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();
|
||||
Log.Information("[T1] Framework ENABLE!");
|
||||
|
||||
// Initialize FFXIVClientStructs function resolver
|
||||
FFXIVClientStructs.Resolver.Initialize();
|
||||
Log.Information("[T1] FFXIVClientStructs initialized!");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue