diff --git a/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs b/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs index c92cbd6..3ce42f1 100644 --- a/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs +++ b/Il2CppInspector.Common/Cpp/UnityHeaders/UnityHeaders.cs @@ -47,7 +47,7 @@ namespace Il2CppInspector.Cpp.UnityHeaders { Il2CppMethodPointer methodPtr; const MethodInfo* method; -} VirtualInvokeData;"; +};"; } return str; }