mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-12 23:06:56 +08:00
Update ExplorerMelonMod.cs
This commit is contained in:
@ -22,7 +22,7 @@ namespace UnityExplorer
|
|||||||
{
|
{
|
||||||
public static ExplorerMelonMod Instance;
|
public static ExplorerMelonMod Instance;
|
||||||
|
|
||||||
public string ExplorerFolder => Path.Combine("Mods", ExplorerCore.NAME);
|
public string ExplorerFolder => Path.Combine(MelonHandler.ModsDirectory, ExplorerCore.NAME);
|
||||||
|
|
||||||
public string UnhollowedModulesFolder => Path.Combine(
|
public string UnhollowedModulesFolder => Path.Combine(
|
||||||
Path.GetDirectoryName(MelonHandler.ModsDirectory),
|
Path.GetDirectoryName(MelonHandler.ModsDirectory),
|
||||||
|
Reference in New Issue
Block a user