port baydock's changes

This commit is contained in:
GrahamKracker
2023-04-25 13:50:03 -04:00
parent 1e1fb0e27b
commit 027f890698
7 changed files with 59 additions and 11 deletions

View File

@ -25,7 +25,7 @@ namespace UnityExplorer
public string UnhollowedModulesFolder => Path.Combine(
Path.GetDirectoryName(MelonHandler.ModsDirectory),
Path.Combine("MelonLoader", "Managed"));
Path.Combine("MelonLoader", "Il2CppAssemblies"));
public ConfigHandler ConfigHandler => _configHandler;
public MelonLoaderConfigHandler _configHandler;