- Change Loporrit Branding to CLUBPENGUIN

- Update submodules
- Update to latest Penumbra API
This commit is contained in:
2025-08-26 21:42:00 +01:00
committed by Rawrington
parent bef5b1be34
commit b41532d5af
38 changed files with 176 additions and 146 deletions

View File

@@ -29,7 +29,7 @@ using NReco.Logging.File;
using MareSynchronos;
namespace LoporritSync;
namespace ClubPenguinSync;
public sealed class Plugin : IDalamudPlugin
{
@@ -41,7 +41,7 @@ public sealed class Plugin : IDalamudPlugin
#pragma warning restore CA2211, CS8618, MA0069, S1104, S2223
public Action<IFramework>? RealOnFrameworkUpdate { get; set; }
// Proxy function in the LoporritSync namespace to avoid confusion in /xlstats
// Proxy function in the ClubPenguinSync namespace to avoid confusion in /xlstats
public void OnFrameworkUpdate(IFramework framework)
{
RealOnFrameworkUpdate?.Invoke(framework);
@@ -100,7 +100,7 @@ public sealed class Plugin : IDalamudPlugin
})
.ConfigureServices(collection =>
{
collection.AddSingleton(new WindowSystem("LoporritSync"));
collection.AddSingleton(new WindowSystem("ClubPenguinSync"));
collection.AddSingleton<FileDialogManager>();
// add dalamud services