Change ExplorerFolder path and refactor

This commit is contained in:
Sinai
2022-04-12 00:26:01 +10:00
parent f19a1dd25e
commit 96451477ee
10 changed files with 90 additions and 36 deletions

View File

@ -16,7 +16,7 @@ namespace UnityExplorer.Config
public override void Init()
{
CONFIG_PATH = Path.Combine(ExplorerCore.Loader.ExplorerFolder, "data.cfg");
CONFIG_PATH = Path.Combine(ExplorerCore.ExplorerFolder, "data.cfg");
}
public override void LoadConfig()