Handle Unhollowed modules path through IExplorerLoader. Allow Standalone release to specify manually.

This commit is contained in:
Sinai
2021-08-19 16:20:25 +10:00
parent a2f22051f0
commit 506e75c5fe
5 changed files with 38 additions and 20 deletions

View File

@ -39,6 +39,8 @@ namespace UnityExplorer
=> Log;
#endif
public string UnhollowedModulesFolder => Path.Combine(Paths.BepInExRootPath, "unhollowed");
public ConfigHandler ConfigHandler => _configHandler;
private BepInExConfigHandler _configHandler;