mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 23:56:36 +08:00
1.3.3
Fix scene change buttons not actually working properly.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user