From 71f72e8f36bb3651a6374d30bb4c6a3a664f547d Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Sun, 30 Aug 2020 16:51:03 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2d7514..dfe35ec 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,15 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins ### Scene Explorer * A simple menu which allows you to traverse the Transform heirarchy of the scene. -* Click on a GameObject to set it as the current path, or Inspect it to send it to the Inspector window. +* Click on a GameObject to set it as the current path, or Inspect it to send it to an Inspector Window. [![](https://i.imgur.com/2b0q0jL.png)](https://i.imgur.com/2b0q0jL.png) ### Inspectors -CppExplorer has two main inspector modes: GameObject Inspector, and Reflection Inspector. +CppExplorer has two main inspector modes: GameObject Inspector, and Reflection Inspector. -Tip: when in Tab View, GameObjects are denoted by a [G] prefix, and Reflection objects are denoted by a [R] symbol. +Tip: when in Tab View, GameObjects are denoted by a [G] prefix, and Reflection objects are denoted by a [R] prefix. ### GameObject Inspector From b056644385b2588009364cdec94eb96ffc8cbe4f Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Sun, 30 Aug 2020 16:55:14 +1000 Subject: [PATCH 2/2] Update CacheMethod.cs --- src/CachedObjects/CacheMethod.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CachedObjects/CacheMethod.cs b/src/CachedObjects/CacheMethod.cs index 6cb9b6a..25863f7 100644 --- a/src/CachedObjects/CacheMethod.cs +++ b/src/CachedObjects/CacheMethod.cs @@ -9,8 +9,6 @@ using MelonLoader; namespace Explorer { - // TODO implement methods with primitive arguments - public class CacheMethod : CacheObjectBase { private bool m_evaluated = false;