C++: Fix incorrect variable declaration of VirtualInvokeData struct for 5.3.6-5.4.6
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Il2CppInspector.Cpp.UnityHeaders
|
|||||||
{
|
{
|
||||||
Il2CppMethodPointer methodPtr;
|
Il2CppMethodPointer methodPtr;
|
||||||
const MethodInfo* method;
|
const MethodInfo* method;
|
||||||
} VirtualInvokeData;";
|
};";
|
||||||
}
|
}
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user