* Add expander to Unity struct inspectors, collapsed by default
* `UnityEngine.Color` labels in Reflection Inspector are now the same color as the value for convenience
* Cleaned up InputHelper
This commit is contained in:
sinaioutlander
2020-09-08 23:47:17 +10:00
parent 5086dcc82b
commit 0769b7ef23
8 changed files with 160 additions and 64 deletions

View File

@ -13,7 +13,7 @@ namespace Explorer
public class CppExplorer : MelonMod
{
public const string NAME = "CppExplorer";
public const string VERSION = "1.6.4";
public const string VERSION = "1.6.5";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.cppexplorer";
@ -50,7 +50,7 @@ namespace Explorer
{
Instance = this;
InputHelper.CheckInput();
InputHelper.Init();
new MainMenu();
new WindowManager();