mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 15:57:52 +08:00
1.6.4
* Fix for games which do not load InputModule on startup. CppExplorer will now try to load the module itself. * Cleanups
This commit is contained in:
@ -13,7 +13,7 @@ namespace Explorer
|
||||
public class CppExplorer : MelonMod
|
||||
{
|
||||
public const string NAME = "CppExplorer";
|
||||
public const string VERSION = "1.6.3";
|
||||
public const string VERSION = "1.6.4";
|
||||
public const string AUTHOR = "Sinai";
|
||||
public const string GUID = "com.sinai.cppexplorer";
|
||||
|
||||
@ -50,6 +50,8 @@ namespace Explorer
|
||||
{
|
||||
Instance = this;
|
||||
|
||||
InputHelper.CheckInput();
|
||||
|
||||
new MainMenu();
|
||||
new WindowManager();
|
||||
|
||||
|
Reference in New Issue
Block a user