Fix scene change buttons not actually working properly.
This commit is contained in:
sinaioutlander
2020-08-14 16:19:39 +10:00
parent 9a784fd467
commit b2a90c832f
3 changed files with 29 additions and 37 deletions

View File

@ -8,6 +8,7 @@ using MelonLoader;
using UnhollowerBaseLib;
using UnhollowerRuntimeLib;
using Harmony;
using Il2CppSystem.Runtime.InteropServices;
namespace Explorer
{
@ -16,7 +17,7 @@ namespace Explorer
// consts
public const string ID = "com.sinai.cppexplorer";
public const string VERSION = "1.3.2";
public const string VERSION = "1.3.3";
public const string AUTHOR = "Sinai";
#if Release_Unity2018