diff --git a/ECommons b/ECommons index 756cf91c..54e5dc1a 160000 --- a/ECommons +++ b/ECommons @@ -1 +1 @@ -Subproject commit 756cf91cb2424ad4e460d1cf42433d5f391fea58 +Subproject commit 54e5dc1a5c14bc0a625386cee48a8b3dfcb783c9 diff --git a/NightmareUI b/NightmareUI index 9610bbd2..b73fc77d 160000 --- a/NightmareUI +++ b/NightmareUI @@ -1 +1 @@ -Subproject commit 9610bbd2dbd6004f2f90f927799390d09d8f91ea +Subproject commit b73fc77d137a42fe6dbda79f27b7225e5d531e8a diff --git a/Splatoon/Splatoon.csproj b/Splatoon/Splatoon.csproj index af7d04ba..1c73dc57 100644 --- a/Splatoon/Splatoon.csproj +++ b/Splatoon/Splatoon.csproj @@ -2,7 +2,7 @@ NightmareXIV - 3.7.1.1 + 3.7.1.2 diff --git a/SplatoonScripts/Tests/GenericTest7.cs b/SplatoonScripts/Tests/GenericTest7.cs index 25620207..fee2af46 100644 --- a/SplatoonScripts/Tests/GenericTest7.cs +++ b/SplatoonScripts/Tests/GenericTest7.cs @@ -1,7 +1,13 @@ -using ECommons; +using Dalamud.IoC; +using Dalamud.Plugin; +using Dalamud.Plugin.Services; +using ECommons; +using ECommons.DalamudServices; using ECommons.ImGuiMethods; using FFXIVClientStructs.FFXIV.Client.Game; +using Newtonsoft.Json; using Splatoon.SplatoonScripting; +using SplatoonScriptsOfficial.Duties.Endwalker.The_Omega_Protocol; using System.Collections.Generic; using System.Linq; @@ -12,6 +18,8 @@ public unsafe class GenericTest7 : SplatoonScript public override Metadata? Metadata => new(5); + + public override void OnSettingsDraw() { var rm = RetainerManager.Instance();