88 lines
2.8 KiB
C
88 lines
2.8 KiB
C
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
|
|
|
|
|
|
// 0x00000001 System.Void Debugger::Log(System.String)
|
|
extern void Debugger_Log_mB2B5617E3EC0B88F323398E857AFB6B011AE3DCC (void);
|
|
// 0x00000002 System.Void Debugger::Log(System.String,System.Object)
|
|
extern void Debugger_Log_m8C590B226C3BE6ABA814F9A41081C25F597C33AA (void);
|
|
// 0x00000003 System.Void Debugger::LogWarning(System.Object)
|
|
extern void Debugger_LogWarning_mF69C58A558DFCCF8A295F5DDA8158052B5C810E6 (void);
|
|
// 0x00000004 System.Void Debugger::LogError(System.Object)
|
|
extern void Debugger_LogError_mE7A3D9872C69EA120299EFCBDF270821D8F7740A (void);
|
|
// 0x00000005 System.Void taurus.unity.TaurusUnity::init()
|
|
extern void TaurusUnity_init_mE1F5819830486092B65D53C9782119DF7DF7531D (void);
|
|
// 0x00000006 System.Void taurus.unity.TaurusUnity::update()
|
|
extern void TaurusUnity_update_m6D6D27A54B3E889088B63F8F8B0837CED191D73C (void);
|
|
// 0x00000007 System.Void taurus.unity.TaurusUnity::destroy()
|
|
extern void TaurusUnity_destroy_m54F8E01C2856280153D74E98ED14250C6EAFA588 (void);
|
|
// 0x00000008 System.Void taurus.unity.TaurusUnity::.cctor()
|
|
extern void TaurusUnity__cctor_m62AA6902AF0A3AF00910BD7D3F8476E214E329B0 (void);
|
|
// 0x00000009 System.Void taurus.unity.TaurusUnity_<>c::.cctor()
|
|
extern void U3CU3Ec__cctor_m8B144EF4790510C2CC2A03703C3F2773BE14EA39 (void);
|
|
// 0x0000000A System.Void taurus.unity.TaurusUnity_<>c::.ctor()
|
|
extern void U3CU3Ec__ctor_mBF65902A75BE5E7BD443452A21426C89A7EB915C (void);
|
|
// 0x0000000B System.Void taurus.unity.TaurusUnity_<>c::<init>b__1_0(taurus.client.LoggerLevel,System.String)
|
|
extern void U3CU3Ec_U3CinitU3Eb__1_0_mFF4071A2019FCE6F4BEDFCD93A75A8436138F9C4 (void);
|
|
static Il2CppMethodPointer s_methodPointers[11] =
|
|
{
|
|
Debugger_Log_mB2B5617E3EC0B88F323398E857AFB6B011AE3DCC,
|
|
Debugger_Log_m8C590B226C3BE6ABA814F9A41081C25F597C33AA,
|
|
Debugger_LogWarning_mF69C58A558DFCCF8A295F5DDA8158052B5C810E6,
|
|
Debugger_LogError_mE7A3D9872C69EA120299EFCBDF270821D8F7740A,
|
|
TaurusUnity_init_mE1F5819830486092B65D53C9782119DF7DF7531D,
|
|
TaurusUnity_update_m6D6D27A54B3E889088B63F8F8B0837CED191D73C,
|
|
TaurusUnity_destroy_m54F8E01C2856280153D74E98ED14250C6EAFA588,
|
|
TaurusUnity__cctor_m62AA6902AF0A3AF00910BD7D3F8476E214E329B0,
|
|
U3CU3Ec__cctor_m8B144EF4790510C2CC2A03703C3F2773BE14EA39,
|
|
U3CU3Ec__ctor_mBF65902A75BE5E7BD443452A21426C89A7EB915C,
|
|
U3CU3Ec_U3CinitU3Eb__1_0_mFF4071A2019FCE6F4BEDFCD93A75A8436138F9C4,
|
|
};
|
|
static const int32_t s_InvokerIndices[11] =
|
|
{
|
|
164,
|
|
148,
|
|
164,
|
|
164,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
3,
|
|
23,
|
|
62,
|
|
};
|
|
extern const Il2CppCodeGenModule g_taurus_unityCodeGenModule;
|
|
const Il2CppCodeGenModule g_taurus_unityCodeGenModule =
|
|
{
|
|
"taurus.unity.dll",
|
|
11,
|
|
s_methodPointers,
|
|
s_InvokerIndices,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
NULL,
|
|
};
|