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

@@ -32,6 +32,7 @@ public class MareConfig : IMareConfiguration
public bool LogTraceLog { get; set; } = false;
public bool LogEvents { get; set; } = true;
public bool HoldCombatApplication { get; set; } = true;
public bool AttemptColorTableProtection { get; set; } = true;
public double MaxLocalCacheInGiB { get; set; } = 20;
public bool OpenGposeImportOnGposeStart { get; set; } = false;
public bool OpenPopupOnAdd { get; set; } = true;