This commit is contained in:
2025-09-19 22:35:28 -04:00
parent 628977263e
commit 8ac42d3fc5
5 changed files with 10 additions and 5 deletions

View File

@@ -38,6 +38,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
{
@@ -45,6 +46,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
{