ar_tourism_flutter_unity/ios/UnityLibrary/Classes/Native/Il2CppMetadataRegistration.c
2025-05-14 17:04:13 +08:00

42 lines
988 B
C

#include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
extern Il2CppGenericClass* const g_Il2CppGenericTypes[];
extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
extern const Il2CppGenericMethodFunctionsDefinitions g_Il2CppGenericMethodFunctions[];
extern const Il2CppType* const g_Il2CppTypeTable[];
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
IL2CPP_EXTERN_C_CONST int32_t* g_FieldOffsetTable[];
IL2CPP_EXTERN_C_CONST Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
IL2CPP_EXTERN_C const Il2CppMetadataRegistration g_MetadataRegistration;
const Il2CppMetadataRegistration g_MetadataRegistration =
{
7510,
g_Il2CppGenericTypes,
4361,
g_Il2CppGenericInstTable,
5220,
g_Il2CppGenericMethodFunctions,
28873,
g_Il2CppTypeTable,
20002,
g_Il2CppMethodSpecTable,
9470,
g_FieldOffsetTable,
9470,
g_Il2CppTypeDefinitionSizesTable,
0,
NULL,
};