2025-03-11 15:30:07 +08:00

78 lines
2.3 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 WDebug::Init(System.Boolean,System.Boolean)
extern void WDebug_Init_m8255039B5F68D562402F104753AED05709B46DDE (void);
// 0x00000002 System.Void WDebug::CreateDirectory(System.String)
extern void WDebug_CreateDirectory_m0EE7580FB4F29BC5B543E264E7C5369EE70D0C15 (void);
// 0x00000003 System.Void WDebug::Log(System.Object[])
extern void WDebug_Log_mF6B7752010E6C9BC7EF4BA0B7631FB7CAEA13E92 (void);
// 0x00000004 System.Void WDebug::LogWarning(System.Object[])
extern void WDebug_LogWarning_m209A7DEC1FED806F1100AE55DE8FF406F624DEE1 (void);
// 0x00000005 System.Void WDebug::LogError(System.Object[])
extern void WDebug_LogError_m26D57C8F7D1BEAA522EE835989A9194C85DF4232 (void);
// 0x00000006 System.String WDebug::GetLog(System.String,System.Object[])
extern void WDebug_GetLog_m97F8E9469AA06EE93834895A3284F2D8A9F375B2 (void);
// 0x00000007 System.Void WDebug::saveLog(System.String)
extern void WDebug_saveLog_m69159EA6BD38C846CE217B8DD948654CADFE088C (void);
// 0x00000008 System.String WDebug::get_uft8(System.String)
extern void WDebug_get_uft8_m5FD66E812F9D369569A5B9ACA88BA37E6369D088 (void);
// 0x00000009 System.Void WDebug::.cctor()
extern void WDebug__cctor_m638672C7BA649FD637685DB26B0E8815F12942ED (void);
static Il2CppMethodPointer s_methodPointers[9] =
{
WDebug_Init_m8255039B5F68D562402F104753AED05709B46DDE,
WDebug_CreateDirectory_m0EE7580FB4F29BC5B543E264E7C5369EE70D0C15,
WDebug_Log_mF6B7752010E6C9BC7EF4BA0B7631FB7CAEA13E92,
WDebug_LogWarning_m209A7DEC1FED806F1100AE55DE8FF406F624DEE1,
WDebug_LogError_m26D57C8F7D1BEAA522EE835989A9194C85DF4232,
WDebug_GetLog_m97F8E9469AA06EE93834895A3284F2D8A9F375B2,
WDebug_saveLog_m69159EA6BD38C846CE217B8DD948654CADFE088C,
WDebug_get_uft8_m5FD66E812F9D369569A5B9ACA88BA37E6369D088,
WDebug__cctor_m638672C7BA649FD637685DB26B0E8815F12942ED,
};
static const int32_t s_InvokerIndices[9] =
{
11359,
12896,
12896,
12896,
12896,
11035,
12896,
12580,
13807,
};
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_WDebug_CodeGenModule;
const Il2CppCodeGenModule g_WDebug_CodeGenModule =
{
"WDebug.dll",
9,
s_methodPointers,
0,
NULL,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
NULL, // module initializer,
NULL,
NULL,
NULL,
};