Fix for GUILayout.BeginArea unstrip and UnityEngine.SystemClock unstrip

and remove some old comments
This commit is contained in:
sinaioutlander
2020-09-13 17:11:15 +10:00
parent 2d7dfa53eb
commit fbf9859e0f
9 changed files with 90 additions and 25 deletions

View File

@ -101,7 +101,6 @@ namespace Explorer
return typeof(ILType);
}
// Get the System.Type using the qualified name, or fallback to GetType.
return Type.GetType(ilObject.GetIl2CppType().AssemblyQualifiedName) ?? obj.GetType();
}