Use Paths.BepInExRootPath, and cleanup dirs

This commit is contained in:
Sinai
2021-06-07 19:27:39 +10:00
parent 91671bf243
commit 0d10f94eb5
7 changed files with 8 additions and 16 deletions

View File

@ -10,7 +10,6 @@ namespace UnityExplorer
{
string ExplorerFolder { get; }
string ConfigFolder { get; }
ConfigHandler ConfigHandler { get; }
Action<object> OnLogMessage { get; }