Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana committed Sep 29, 2024
1 parent 6572178 commit 62d4a06
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NightmareUI
2 changes: 1 addition & 1 deletion Splatoon/Splatoon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>NightmareXIV</Authors>
<Version>3.7.1.1</Version>
<Version>3.7.1.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
10 changes: 9 additions & 1 deletion SplatoonScripts/Tests/GenericTest7.cs
Original file line number Diff line number Diff line change
@@ -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;

Expand All @@ -12,6 +18,8 @@ public unsafe class GenericTest7 : SplatoonScript

public override Metadata? Metadata => new(5);



public override void OnSettingsDraw()
{
var rm = RetainerManager.Instance();
Expand Down

0 comments on commit 62d4a06

Please sign in to comment.