Initial commit

This commit is contained in:
2024-11-22 21:13:17 -05:00
parent ae4cf9b7a1
commit 400bd791db
10 changed files with 179 additions and 88 deletions

View File

@@ -5,10 +5,14 @@ namespace undead_universal_patch_il2cpp
public static class GenericConfig
{
public static ConfigEntry<bool> LogAllRequests;
public static ConfigEntry<bool> CertificatePatch;
public static ConfigEntry<bool> HilePatch;
}
public static class GenericConfigDefaults
{
public static bool LogAllRequests = false;
public static bool CertificatePatch = false;
public static bool HilePatch = false;
}
public static class NameserverConfig
{