#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.String struct String_t; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C const uint32_t Log_E_m29D47134C08FEF644DBB34B35B900FFAFF7689B7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Log_I_mF2BF9A16ACF9A6FD8A65ABC318FE1205676C3C0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Log_LogInfo_m892D8DDEF69EDD9CCBB272EA43CB8B093FFCC801_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Log_W_mFA8D1AE93732E3142EE576A184615FE0C95BAB7A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Log__cctor_m1ECF5BBC00CF8FB90D6CD2D8A5F351BC087E76B0_MetadataUsageId; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_tCE47FFD9404C2064D0AD49B5138991F297BFCB41 { public: public: }; // System.Object struct Il2CppArrayBounds; // System.Array // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // QFramework.LogLevel struct LogLevel_tEF36720C84C4D7CFBA3E2FB3486E49ADBB820BA4 { public: // System.Int32 QFramework.LogLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LogLevel_tEF36720C84C4D7CFBA3E2FB3486E49ADBB820BA4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // QFramework.Log struct Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B : public RuntimeObject { public: public: }; struct Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_StaticFields { public: // QFramework.LogLevel QFramework.Log::mLogLevel int32_t ___mLogLevel_0; public: inline static int32_t get_offset_of_mLogLevel_0() { return static_cast(offsetof(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_StaticFields, ___mLogLevel_0)); } inline int32_t get_mLogLevel_0() const { return ___mLogLevel_0; } inline int32_t* get_address_of_mLogLevel_0() { return &___mLogLevel_0; } inline void set_mLogLevel_0(int32_t value) { ___mLogLevel_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void QFramework.Log::I(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_I_mF2BF9A16ACF9A6FD8A65ABC318FE1205676C3C0C (RuntimeObject * ___msg0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogFormat_mB23DDD2CD05B2E66F9CF8CA72ECA66C02DCC209E (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QFramework.Log::LogInfo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_LogInfo_m892D8DDEF69EDD9CCBB272EA43CB8B093FFCC801 (RuntimeObject * ___selfMsg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Log_LogInfo_m892D8DDEF69EDD9CCBB272EA43CB8B093FFCC801_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___selfMsg0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)0); IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); Log_I_mF2BF9A16ACF9A6FD8A65ABC318FE1205676C3C0C(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void QFramework.Log::I(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_I_mF2BF9A16ACF9A6FD8A65ABC318FE1205676C3C0C (RuntimeObject * ___msg0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Log_I_mF2BF9A16ACF9A6FD8A65ABC318FE1205676C3C0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); int32_t L_0 = ((Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_StaticFields*)il2cpp_codegen_static_fields_for(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var))->get_mLogLevel_0(); V_0 = (bool)((((int32_t)L_0) < ((int32_t)4))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0010; } } { goto IL_0039; } IL_0010: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1; if (!L_2) { goto IL_001a; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args1; NullCheck(L_3); G_B5_0 = ((((int32_t)(((RuntimeArray*)L_3)->max_length)) == ((int32_t)0))? 1 : 0); goto IL_001b; } IL_001a: { G_B5_0 = 1; } IL_001b: { V_1 = (bool)G_B5_0; bool L_4 = V_1; if (!L_4) { goto IL_002a; } } { RuntimeObject * L_5 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_5, /*hidden argument*/NULL); goto IL_0039; } IL_002a: { RuntimeObject * L_6 = ___msg0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_LogFormat_mB23DDD2CD05B2E66F9CF8CA72ECA66C02DCC209E(L_7, L_8, /*hidden argument*/NULL); } IL_0039: { return; } } // System.Void QFramework.Log::E(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_E_m29D47134C08FEF644DBB34B35B900FFAFF7689B7 (RuntimeObject * ___msg0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Log_E_m29D47134C08FEF644DBB34B35B900FFAFF7689B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); int32_t L_0 = ((Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_StaticFields*)il2cpp_codegen_static_fields_for(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var))->get_mLogLevel_0(); V_0 = (bool)((((int32_t)L_0) < ((int32_t)2))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0010; } } { goto IL_003e; } IL_0010: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1; if (!L_2) { goto IL_001a; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args1; NullCheck(L_3); G_B5_0 = ((((int32_t)(((RuntimeArray*)L_3)->max_length)) == ((int32_t)0))? 1 : 0); goto IL_001b; } IL_001a: { G_B5_0 = 1; } IL_001b: { V_1 = (bool)G_B5_0; bool L_4 = V_1; if (!L_4) { goto IL_002a; } } { RuntimeObject * L_5 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_5, /*hidden argument*/NULL); goto IL_003e; } IL_002a: { RuntimeObject * L_6 = ___msg0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = ___args1; String_t* L_9 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(L_7, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_9, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void QFramework.Log::W(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_W_mFA8D1AE93732E3142EE576A184615FE0C95BAB7A (String_t* ___msg0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Log_W_mFA8D1AE93732E3142EE576A184615FE0C95BAB7A_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var); int32_t L_0 = ((Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_StaticFields*)il2cpp_codegen_static_fields_for(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var))->get_mLogLevel_0(); V_0 = (bool)((((int32_t)L_0) < ((int32_t)3))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0010; } } { goto IL_001d; } IL_0010: { String_t* L_2 = ___msg0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args1; String_t* L_4 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_4, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Void QFramework.Log::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log__cctor_m1ECF5BBC00CF8FB90D6CD2D8A5F351BC087E76B0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Log__cctor_m1ECF5BBC00CF8FB90D6CD2D8A5F351BC087E76B0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_StaticFields*)il2cpp_codegen_static_fields_for(Log_t1B0BEAD8FAEDBF283B85FF379019EAFA29EA594B_il2cpp_TypeInfo_var))->set_mLogLevel_0(4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif