Handle boxing value types to Il2CppSystem.Object, some cleanups

This commit is contained in:
Sinai
2021-05-06 06:36:39 +10:00
parent e70a1e96da
commit 6c7acf7690
11 changed files with 307 additions and 269 deletions

View File

@ -82,7 +82,7 @@ namespace UnityExplorer.UI.CacheObject
}
}
public override void SetUserValue(object value)
public override void TrySetUserValue(object value)
{
throw new NotImplementedException("TODO");
}