Added Color Table Hook from MemShield, currently Experimental and default on as a test.

This commit is contained in:
2025-09-02 19:51:36 +01:00
parent 5cac38f446
commit 4853afd1eb
5 changed files with 131 additions and 3 deletions

View File

@@ -161,6 +161,7 @@ public sealed class Plugin : IDalamudPlugin
collection.AddSingleton<CharaDataGposeTogetherManager>();
collection.AddSingleton<VfxSpawnManager>();
collection.AddSingleton<ColorTableHook>();
collection.AddSingleton<BlockedCharacterHandler>();
collection.AddSingleton<IpcProvider>();
collection.AddSingleton<VisibilityService>();