46 lines
917 B
C
46 lines
917 B
C
|
#include "pch-c.h"
|
|||
|
#ifndef _MSC_VER
|
|||
|
# include <alloca.h>
|
|||
|
#else
|
|||
|
# include <malloc.h>
|
|||
|
#endif
|
|||
|
|
|||
|
|
|||
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
// 0x00000001 System.Void Sirenix.Serialization.AOTGenerated.PreventCodeStrippingViaReferences::.cctor()
|
|||
|
extern void PreventCodeStrippingViaReferences__cctor_m2299EBFF5769500E8639CDB151322A7B2C673EB6 (void);
|
|||
|
static Il2CppMethodPointer s_methodPointers[1] =
|
|||
|
{
|
|||
|
PreventCodeStrippingViaReferences__cctor_m2299EBFF5769500E8639CDB151322A7B2C673EB6,
|
|||
|
};
|
|||
|
static const int32_t s_InvokerIndices[1] =
|
|||
|
{
|
|||
|
22100,
|
|||
|
};
|
|||
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_Sirenix_Serialization_AOTGenerated_CodeGenModule;
|
|||
|
const Il2CppCodeGenModule g_Sirenix_Serialization_AOTGenerated_CodeGenModule =
|
|||
|
{
|
|||
|
"Sirenix.Serialization.AOTGenerated.dll",
|
|||
|
1,
|
|||
|
s_methodPointers,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
s_InvokerIndices,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL, // module initializer,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
};
|