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