mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-22 08:32:51 +08:00
Handle boxing value types to Il2CppSystem.Object, some cleanups
This commit is contained in:
@ -82,7 +82,7 @@ namespace UnityExplorer.UI.CacheObject
|
||||
}
|
||||
}
|
||||
|
||||
public override void SetUserValue(object value)
|
||||
public override void TrySetUserValue(object value)
|
||||
{
|
||||
throw new NotImplementedException("TODO");
|
||||
}
|
||||
|
Reference in New Issue
Block a user