Merge branch 'master' of https://gitea.proxnet.dev/zombieb/undead-universal-patch-il2cpp
This commit is contained in:
@@ -40,6 +40,7 @@ namespace undead_universal_patch_il2cpp.Core.Config
|
||||
public static ConfigEntry<bool> CustomPhoton;
|
||||
public static ConfigEntry<bool> CustomMarquee;
|
||||
public static ConfigEntry<bool> CustomKnownDlls;
|
||||
public static ConfigEntry<bool> CustomGameConfigurations;
|
||||
}
|
||||
public static class ServerPatchesConfigDefaults
|
||||
{
|
||||
@@ -47,6 +48,7 @@ namespace undead_universal_patch_il2cpp.Core.Config
|
||||
public static bool CustomPhoton = false;
|
||||
public static bool CustomMarquee = false;
|
||||
public static bool CustomKnownDlls = false;
|
||||
public static bool CustomGameConfigurations = false;
|
||||
}
|
||||
public static class GameManagerConfig
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user