Initial commit
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user