* Added support for Il2Cpp IList objects
* Improved support for Lists in general, they should now work better.
This commit is contained in:
sinaioutlander
2020-08-31 18:23:19 +10:00
parent 30b48b1f1f
commit d8688193d5
4 changed files with 203 additions and 75 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.4.6";
public const string VERSION = "1.4.7";
public const string AUTHOR = "Sinai";
public const string NAME = "CppExplorer"