mirror of
https://github.com/Kizuren/SynthMaze.git
synced 2026-01-09 16:09:01 +01:00
53 lines
1.5 KiB
C
53 lines
1.5 KiB
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 UnityEngine.Analytics.AnalyticsCommon::set_ugsAnalyticsEnabledInternal(System.Boolean)
|
|
extern void AnalyticsCommon_set_ugsAnalyticsEnabledInternal_m4264C600AC21370AB14F1A2D811CF8976C63E864 (void);
|
|
// 0x00000002 System.Void UnityEngine.Analytics.AnalyticsCommon::set_ugsAnalyticsEnabled(System.Boolean)
|
|
extern void AnalyticsCommon_set_ugsAnalyticsEnabled_m998A626F754515EF4257B9FC3BD0850DDF4370F3 (void);
|
|
// 0x00000003 System.Void UnityEngine.Analytics.UGSAnalyticsInternalTools::SetPrivacyStatus(System.Boolean)
|
|
extern void UGSAnalyticsInternalTools_SetPrivacyStatus_mF4F04D971EBA3A54A9AD22DC4E8D95711334516A (void);
|
|
static Il2CppMethodPointer s_methodPointers[3] =
|
|
{
|
|
AnalyticsCommon_set_ugsAnalyticsEnabledInternal_m4264C600AC21370AB14F1A2D811CF8976C63E864,
|
|
AnalyticsCommon_set_ugsAnalyticsEnabled_m998A626F754515EF4257B9FC3BD0850DDF4370F3,
|
|
UGSAnalyticsInternalTools_SetPrivacyStatus_mF4F04D971EBA3A54A9AD22DC4E8D95711334516A,
|
|
};
|
|
static const int32_t s_InvokerIndices[3] =
|
|
{
|
|
13375,
|
|
13375,
|
|
13375,
|
|
};
|
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityAnalyticsCommonModule_CodeGenModule;
|
|
const Il2CppCodeGenModule g_UnityEngine_UnityAnalyticsCommonModule_CodeGenModule =
|
|
{
|
|
"UnityEngine.UnityAnalyticsCommonModule.dll",
|
|
3,
|
|
s_methodPointers,
|
|
0,
|
|
NULL,
|
|
s_InvokerIndices,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
NULL,
|
|
NULL, // module initializer,
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
};
|