mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 15:57:52 +08:00
Change ExplorerFolder path and refactor
This commit is contained in:
@ -8,7 +8,8 @@ namespace UnityExplorer
|
||||
{
|
||||
public interface IExplorerLoader
|
||||
{
|
||||
string ExplorerFolder { get; }
|
||||
string ExplorerFolderDestination { get; }
|
||||
string ExplorerFolderName { get; }
|
||||
string UnhollowedModulesFolder { get; }
|
||||
|
||||
ConfigHandler ConfigHandler { get; }
|
||||
|
Reference in New Issue
Block a user