71 lines
2.2 KiB
C
71 lines
2.2 KiB
C
![]() |
#include "pch-c.h"
|
|||
|
|
|||
|
|
|||
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
extern void JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD (void);
|
|||
|
extern void JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0 (void);
|
|||
|
extern void JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA (void);
|
|||
|
extern void JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53 (void);
|
|||
|
extern void JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A (void);
|
|||
|
extern void JsonUtility_ToJsonInternal_Injected_m98EE8DC30E5CE6834F164F7DD13F7119101157FB (void);
|
|||
|
extern void JsonUtility_FromJsonInternal_Injected_m796C743852FE6B4AAB666B1D6D7713FD1E0D55F5 (void);
|
|||
|
static Il2CppMethodPointer s_methodPointers[8] =
|
|||
|
{
|
|||
|
JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD,
|
|||
|
JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0,
|
|||
|
JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA,
|
|||
|
JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53,
|
|||
|
NULL,
|
|||
|
JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A,
|
|||
|
JsonUtility_ToJsonInternal_Injected_m98EE8DC30E5CE6834F164F7DD13F7119101157FB,
|
|||
|
JsonUtility_FromJsonInternal_Injected_m796C743852FE6B4AAB666B1D6D7713FD1E0D55F5,
|
|||
|
};
|
|||
|
static const int32_t s_InvokerIndices[8] =
|
|||
|
{
|
|||
|
8830,
|
|||
|
8148,
|
|||
|
9462,
|
|||
|
8830,
|
|||
|
-1,
|
|||
|
8837,
|
|||
|
8406,
|
|||
|
8113,
|
|||
|
};
|
|||
|
static const Il2CppTokenRangePair s_rgctxIndices[1] =
|
|||
|
{
|
|||
|
{ 0x06000005, { 0, 2 } },
|
|||
|
};
|
|||
|
extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
|
|||
|
extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
|
|||
|
static const Il2CppRGCTXDefinition s_rgctxValues[2] =
|
|||
|
{
|
|||
|
{ (Il2CppRGCTXDataType)1, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
|
|||
|
{ (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
|
|||
|
};
|
|||
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule;
|
|||
|
const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule =
|
|||
|
{
|
|||
|
"UnityEngine.JSONSerializeModule.dll",
|
|||
|
8,
|
|||
|
s_methodPointers,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
s_InvokerIndices,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
1,
|
|||
|
s_rgctxIndices,
|
|||
|
2,
|
|||
|
s_rgctxValues,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
};
|