* Added page view to GameObject Children/Component lists
* Made a generic Page Handler helper class, replaced all page view implementations with the helper (no real change for users but should make things easier to maintain in the future, and they were basically all copy+pastes).
This commit is contained in:
sinaioutlander
2020-09-03 19:48:50 +10:00
parent e7208d0c9d
commit 42156e1160
8 changed files with 284 additions and 184 deletions

View File

@ -12,7 +12,7 @@ namespace Explorer
public class CppExplorer : MelonMod
{
public const string GUID = "com.sinai.cppexplorer";
public const string VERSION = "1.5.1";
public const string VERSION = "1.5.2";
public const string AUTHOR = "Sinai";
public const string NAME = "CppExplorer"