a few small fixes

* Fix InteractiveFlags toggles not being properly updated
* Fix cases where games that don't have Reflection.Emit would still have the C# Console available. Also added a "(disabled)" message to the tab button.
This commit is contained in:
Sinai
2021-04-06 01:01:46 +10:00
parent c748be7bcc
commit c2d9b9b59e
6 changed files with 12 additions and 9 deletions

View File

@ -7,6 +7,8 @@ namespace UnityExplorer
{
public static class TestClass
{
public static UI.Main.PanelDragger.ResizeTypes flags = UI.Main.PanelDragger.ResizeTypes.NONE;
#if CPP
public static string testStringOne = "Test";
public static Il2CppSystem.Object testStringTwo = "string boxed as cpp object";