This commit is contained in:
2025-09-19 22:37:25 -04:00
5 changed files with 10 additions and 5 deletions

View File

@@ -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
{