From b3883802bdee9cf45582a77ef1226cb265201e38 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Wed, 22 Nov 2017 16:05:25 +0100 Subject: [PATCH] Resolve System.TypedReference correctly --- Il2CppInspector/Il2CppConstants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Il2CppInspector/Il2CppConstants.cs b/Il2CppInspector/Il2CppConstants.cs index ce89178..5178dbb 100644 --- a/Il2CppInspector/Il2CppConstants.cs +++ b/Il2CppInspector/Il2CppConstants.cs @@ -183,7 +183,7 @@ namespace Il2CppInspector "T", "Array", // Processed separately "GENERICINST", // Processed separately - "TYPEDBYREF", + "TypedReference", // params "None", "IntPtr", "UIntPtr", @@ -221,7 +221,7 @@ namespace Il2CppInspector "T", "System.Array", // Processed separately "GENERICINST", // Processed separately - "TYPEDBYREF", + "System.TypedReference", // params "None", "System.IntPtr", "System.UIntPtr",