forked from zombieb/undead-universal-patch-il2cpp
Image signatures, sync semver
This commit is contained in:
@@ -10,6 +10,7 @@ namespace undead_universal_patch_il2cpp
|
||||
public static ConfigEntry<bool> HilePatch;
|
||||
public static ConfigEntry<bool> AmplitudeRedirectPatch;
|
||||
public static ConfigEntry<bool> SignalRHandshakeFix;
|
||||
public static ConfigEntry<bool> ImageSignaturePatch;
|
||||
}
|
||||
public static class GenericConfigDefaults
|
||||
{
|
||||
@@ -18,6 +19,7 @@ namespace undead_universal_patch_il2cpp
|
||||
public static bool HilePatch = false;
|
||||
public static bool AmplitudeRedirectPatch = true;
|
||||
public static bool SignalRHandshakeFix = true;
|
||||
public static bool ImageSignaturePatch = false;
|
||||
}
|
||||
public static class NameserverConfig
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user