mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-02 03:22:41 +08:00
Cleanup
This commit is contained in:
@ -48,9 +48,6 @@ namespace UnityExplorer
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static event Action<string, LogType> OnLog;
|
public static event Action<string, LogType> OnLog;
|
||||||
|
|
||||||
public Harmony HarmonyInstance => s_harmony;
|
|
||||||
public static readonly Harmony s_harmony = new Harmony(ExplorerCore.GUID);
|
|
||||||
|
|
||||||
public ConfigHandler ConfigHandler => _configHandler;
|
public ConfigHandler ConfigHandler => _configHandler;
|
||||||
private StandaloneConfigHandler _configHandler;
|
private StandaloneConfigHandler _configHandler;
|
||||||
|
|
||||||
|
@ -298,13 +298,13 @@
|
|||||||
<Compile Include="Core\Tests\TestClass.cs" />
|
<Compile Include="Core\Tests\TestClass.cs" />
|
||||||
<Compile Include="Core\Utility\UnityHelpers.cs" />
|
<Compile Include="Core\Utility\UnityHelpers.cs" />
|
||||||
<Compile Include="ExplorerCore.cs" />
|
<Compile Include="ExplorerCore.cs" />
|
||||||
<Compile Include="Loader\BIE\BepInExConfigHandler.cs" />
|
<Compile Include="Loader\BepInEx\BepInExConfigHandler.cs" />
|
||||||
<Compile Include="Loader\BIE\ExplorerBepInPlugin.cs" />
|
<Compile Include="Loader\BepInEx\ExplorerBepInPlugin.cs" />
|
||||||
<Compile Include="Loader\IExplorerLoader.cs" />
|
<Compile Include="Loader\IExplorerLoader.cs" />
|
||||||
<Compile Include="Loader\ML\ExplorerMelonMod.cs" />
|
<Compile Include="Loader\MelonLoader\ExplorerMelonMod.cs" />
|
||||||
<Compile Include="Loader\ML\MelonLoaderConfigHandler.cs" />
|
<Compile Include="Loader\MelonLoader\MelonLoaderConfigHandler.cs" />
|
||||||
<Compile Include="Loader\STANDALONE\ExplorerStandalone.cs" />
|
<Compile Include="Loader\Standalone\ExplorerStandalone.cs" />
|
||||||
<Compile Include="Loader\STANDALONE\StandaloneConfigHandler.cs" />
|
<Compile Include="Loader\Standalone\StandaloneConfigHandler.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="UI\Models\UIBehaviourModel.cs" />
|
<Compile Include="UI\Models\UIBehaviourModel.cs" />
|
||||||
<Compile Include="UI\Models\UIModel.cs" />
|
<Compile Include="UI\Models\UIModel.cs" />
|
||||||
|
Reference in New Issue
Block a user