Add support for writing to IList<T>'s which don't implement IList

This commit is contained in:
Sinai
2021-05-18 20:43:51 +10:00
parent 5aef8ddc99
commit b062924af7
3 changed files with 93 additions and 4 deletions

View File

@ -19,7 +19,7 @@ namespace UnityExplorer
public static class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "4.0.0";
public const string VERSION = "4.0.1";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";