[+] Fixes required to run SDGA

This commit is contained in:
Clansty
2024-07-09 18:11:06 +08:00
parent 60a0c8726e
commit c6e471323f
7 changed files with 102 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ namespace AquaMai
public class FixConfig
{
public bool SkipVersionCheck { get; set; }
public bool RemoveEncryption { get; set; }
}
}
}