Fix strings boxed as Il2CppSystem.Objects

This commit is contained in:
Sinai
2021-04-04 13:44:58 +10:00
parent 113f2fd922
commit 6ca117b070
6 changed files with 42 additions and 11 deletions

View File

@ -27,6 +27,9 @@ namespace UnityExplorer.Core.Runtime.Mono
public override string ProcessTypeNameInString(Type type, string theString, ref string typeName)
=> theString;
// not necessary
public override void BoxStringToType(ref object _string, Type castTo) { }
}
}