AlicizaX/Build/SAOK_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UniTask.Runtime__2.cpp
2025-10-14 15:42:34 +08:00

780 lines
34 KiB
C++

#include "pch-cpp.hpp"
template <typename R>
struct VirtualFuncInvoker0
{
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);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630;
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
struct IEnumerable_1_tB708E9C2FA823B01C747E05E9A94F71093AAE6F1;
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8;
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
struct Exception_t;
struct FieldInfo_t;
struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2;
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
struct IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC;
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
struct MethodInfo_t;
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
struct String_t;
struct Type_t;
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
struct U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniTaskScheduler_t9891F260676A102CBB0FB941717A89D0B08B27AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral55CAB524459EBE11B81C4E5F0FDDD1A36A98C71B;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisFieldInfo_t_mE24DD65A8140BCA764ABB198A1FDDDF35E85B52F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetStateU3Eb__0_0_m7AA821CD0428AEEAA5B2C26B5DFC032D9B6B4557_RuntimeMethod_var;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8;
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 U3CPrivateImplementationDetailsU3E_tA28CB9BEB9872D822BAAC7B48D35BF160BB58169 : public RuntimeObject
{
};
struct MemberInfo_t : public RuntimeObject
{
};
struct StateMachineUtility_tA39228081227C9392B138ECDC13FB214B77EACB9 : public RuntimeObject
{
};
struct String_t : public RuntimeObject
{
int32_t ____stringLength;
Il2CppChar ____firstChar;
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
struct U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C : public RuntimeObject
{
};
struct AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02
{
RuntimeObject* ___runner;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
bool ___m_value;
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
struct FieldInfo_t : public MemberInfo_t
{
};
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
int32_t ___m_value;
};
struct IntPtr_t
{
void* ___m_value;
};
struct UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11
{
union
{
struct
{
};
uint8_t UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11__padding[1];
};
};
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
#pragma pack(push, tp, 1)
struct __StaticArrayInitTypeSizeU3D37377_t4092A39DB8A4ED764CC84A85A399D525B5660505
{
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D37377_t4092A39DB8A4ED764CC84A85A399D525B5660505__padding[37377];
};
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct __StaticArrayInitTypeSizeU3D6510_tF351A327346A5ACB5CFCF2C0202D74EF396F2989
{
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6510_tF351A327346A5ACB5CFCF2C0202D74EF396F2989__padding[6510];
};
};
#pragma pack(pop, tp)
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
int32_t ___value__;
};
struct Delegate_t : public RuntimeObject
{
intptr_t ___method_ptr;
intptr_t ___invoke_impl;
RuntimeObject* ___m_target;
intptr_t ___method;
intptr_t ___delegate_trampoline;
intptr_t ___extra_arg;
intptr_t ___method_code;
intptr_t ___interp_method;
intptr_t ___interp_invoke_impl;
MethodInfo_t* ___method_info;
MethodInfo_t* ___original_method_info;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
bool ___method_is_virtual;
};
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr;
intptr_t ___invoke_impl;
Il2CppIUnknown* ___m_target;
intptr_t ___method;
intptr_t ___delegate_trampoline;
intptr_t ___extra_arg;
intptr_t ___method_code;
intptr_t ___interp_method;
intptr_t ___interp_invoke_impl;
MethodInfo_t* ___method_info;
MethodInfo_t* ___original_method_info;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
int32_t ___method_is_virtual;
};
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr;
intptr_t ___invoke_impl;
Il2CppIUnknown* ___m_target;
intptr_t ___method;
intptr_t ___delegate_trampoline;
intptr_t ___extra_arg;
intptr_t ___method_code;
intptr_t ___interp_method;
intptr_t ___interp_invoke_impl;
MethodInfo_t* ___method_info;
MethodInfo_t* ___original_method_info;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
int32_t ___method_is_virtual;
};
struct Exception_t : public RuntimeObject
{
String_t* ____className;
String_t* ____message;
RuntimeObject* ____data;
Exception_t* ____innerException;
String_t* ____helpURL;
RuntimeObject* ____stackTrace;
String_t* ____stackTraceString;
String_t* ____remoteStackTraceString;
int32_t ____remoteStackIndex;
RuntimeObject* ____dynamicMethods;
int32_t ____HResult;
String_t* ____source;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
int32_t ___caught_in_unmanaged;
};
struct Exception_t_marshaled_pinvoke
{
char* ____className;
char* ____message;
RuntimeObject* ____data;
Exception_t_marshaled_pinvoke* ____innerException;
char* ____helpURL;
Il2CppIUnknown* ____stackTrace;
char* ____stackTraceString;
char* ____remoteStackTraceString;
int32_t ____remoteStackIndex;
Il2CppIUnknown* ____dynamicMethods;
int32_t ____HResult;
char* ____source;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
Il2CppSafeArray* ___native_trace_ips;
int32_t ___caught_in_unmanaged;
};
struct Exception_t_marshaled_com
{
Il2CppChar* ____className;
Il2CppChar* ____message;
RuntimeObject* ____data;
Exception_t_marshaled_com* ____innerException;
Il2CppChar* ____helpURL;
Il2CppIUnknown* ____stackTrace;
Il2CppChar* ____stackTraceString;
Il2CppChar* ____remoteStackTraceString;
int32_t ____remoteStackIndex;
Il2CppIUnknown* ____dynamicMethods;
int32_t ____HResult;
Il2CppChar* ____source;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
Il2CppSafeArray* ___native_trace_ips;
int32_t ___caught_in_unmanaged;
};
struct PlayerLoopTiming_t414EBF06166468413F89D9FAACEC6431C8F7D9A0
{
int32_t ___value__;
};
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
intptr_t ___value;
};
struct MulticastDelegate_t : public Delegate_t
{
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
};
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates;
};
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates;
};
struct Type_t : public MemberInfo_t
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
};
struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630 : public MulticastDelegate_t
{
};
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
struct U3CPrivateImplementationDetailsU3E_tA28CB9BEB9872D822BAAC7B48D35BF160BB58169_StaticFields
{
__StaticArrayInitTypeSizeU3D6510_tF351A327346A5ACB5CFCF2C0202D74EF396F2989 ___173A4DA6FC336B3C20E875716AA0C66C0C998996BB062811CE04943462EEAB62;
__StaticArrayInitTypeSizeU3D37377_t4092A39DB8A4ED764CC84A85A399D525B5660505 ___44628CEDEA03C3721AEA74DD4A076B6E226AD6D3D8BD04C170D442E59CABC6C2;
};
struct String_t_StaticFields
{
String_t* ___Empty;
};
struct U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_StaticFields
{
U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C* ___U3CU3E9;
Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* ___U3CU3E9__0_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
String_t* ___TrueString;
String_t* ___FalseString;
};
struct IntPtr_t_StaticFields
{
intptr_t ___Zero;
};
struct Exception_t_StaticFields
{
RuntimeObject* ___s_EDILock;
};
struct Type_t_StaticFields
{
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
Il2CppChar ___Delimiter;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
RuntimeObject* ___Missing;
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8 : public RuntimeArray
{
ALIGN_FIELD (8) FieldInfo_t* m_Items[1];
inline FieldInfo_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FieldInfo_t** 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, FieldInfo_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline FieldInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FieldInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_First_TisRuntimeObject_mC6FA107934316BE28EA02DDB9EADA7AE8DD1916B_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 AsyncUniTaskVoidMethodBuilder_get_Task_m72C7B1196E9EB5478E6711C0B838B14FC3A1292D_inline (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerLoopHelper_AddContinuation_mC1E7F49349FCBF118A5C2B48406337800E15EC34 (int32_t ___0_timing, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_continuation, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniTaskScheduler_PublishUnobservedTaskException_m145C7E7A9A82657E37321C27429169DA5A31D362 (Exception_t* ___0_ex, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetException_mE07DCC48E377714B9F0E76A9CD14476B994C0929_inline (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetResult_mBFEBEFC31BBE0BA57580F976B83BBB483C8644AE_inline (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetStateMachine_m62094696788C7C88AC2951018D663357EDCAAADD (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
inline void Func_2__ctor_m720E8683356B22FA89D3983D974FC700BDE279A3 (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline FieldInfo_t* Enumerable_First_TisFieldInfo_t_mE24DD65A8140BCA764ABB198A1FDDDF35E85B52F (RuntimeObject* ___0_source, Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* ___1_predicate, const RuntimeMethod* method)
{
return (( FieldInfo_t* (*) (RuntimeObject*, Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_mC6FA107934316BE28EA02DDB9EADA7AE8DD1916B_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m89918D308045D479DDB4ACA6E4D56054867008FC (U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02 AsyncUniTaskVoidMethodBuilder_Create_m93C9BD007AE7CEAE1A67CC8594F55F4FA87EA253 (const RuntimeMethod* method)
{
AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02));
AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02 L_0 = V_0;
return L_0;
}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 AsyncUniTaskVoidMethodBuilder_get_Task_m72C7B1196E9EB5478E6711C0B838B14FC3A1292D (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, const RuntimeMethod* method)
{
UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11));
UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 L_0 = V_0;
return L_0;
}
}
IL2CPP_EXTERN_C UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 AsyncUniTaskVoidMethodBuilder_get_Task_m72C7B1196E9EB5478E6711C0B838B14FC3A1292D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02*>(__this + _offset);
UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 _returnValue;
_returnValue = AsyncUniTaskVoidMethodBuilder_get_Task_m72C7B1196E9EB5478E6711C0B838B14FC3A1292D_inline(_thisAdjusted, method);
return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetException_mE07DCC48E377714B9F0E76A9CD14476B994C0929 (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniTaskScheduler_t9891F260676A102CBB0FB941717A89D0B08B27AB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->___runner;
if (!L_0)
{
goto IL_0021;
}
}
{
RuntimeObject* L_1 = __this->___runner;
NullCheck(L_1);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2;
L_2 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var, L_1);
il2cpp_codegen_runtime_class_init_inline(PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
PlayerLoopHelper_AddContinuation_mC1E7F49349FCBF118A5C2B48406337800E15EC34(((int32_t)13), L_2, NULL);
__this->___runner = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___runner), (void*)(RuntimeObject*)NULL);
}
IL_0021:
{
Exception_t* L_3 = ___0_exception;
il2cpp_codegen_runtime_class_init_inline(UniTaskScheduler_t9891F260676A102CBB0FB941717A89D0B08B27AB_il2cpp_TypeInfo_var);
UniTaskScheduler_PublishUnobservedTaskException_m145C7E7A9A82657E37321C27429169DA5A31D362(L_3, NULL);
return;
}
}
IL2CPP_EXTERN_C void AsyncUniTaskVoidMethodBuilder_SetException_mE07DCC48E377714B9F0E76A9CD14476B994C0929_AdjustorThunk (RuntimeObject* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
{
AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02*>(__this + _offset);
AsyncUniTaskVoidMethodBuilder_SetException_mE07DCC48E377714B9F0E76A9CD14476B994C0929_inline(_thisAdjusted, ___0_exception, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetResult_mBFEBEFC31BBE0BA57580F976B83BBB483C8644AE (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->___runner;
if (!L_0)
{
goto IL_0021;
}
}
{
RuntimeObject* L_1 = __this->___runner;
NullCheck(L_1);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2;
L_2 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var, L_1);
il2cpp_codegen_runtime_class_init_inline(PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
PlayerLoopHelper_AddContinuation_mC1E7F49349FCBF118A5C2B48406337800E15EC34(((int32_t)13), L_2, NULL);
__this->___runner = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___runner), (void*)(RuntimeObject*)NULL);
}
IL_0021:
{
return;
}
}
IL2CPP_EXTERN_C void AsyncUniTaskVoidMethodBuilder_SetResult_mBFEBEFC31BBE0BA57580F976B83BBB483C8644AE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02*>(__this + _offset);
AsyncUniTaskVoidMethodBuilder_SetResult_mBFEBEFC31BBE0BA57580F976B83BBB483C8644AE_inline(_thisAdjusted, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetStateMachine_m62094696788C7C88AC2951018D663357EDCAAADD (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void AsyncUniTaskVoidMethodBuilder_SetStateMachine_m62094696788C7C88AC2951018D663357EDCAAADD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
{
AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02*>(__this + _offset);
AsyncUniTaskVoidMethodBuilder_SetStateMachine_m62094696788C7C88AC2951018D663357EDCAAADD(_thisAdjusted, ___0_stateMachine, method);
}
#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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StateMachineUtility_GetState_m56EFFEBE01D95A0D41DC35F292D3810A778188EE (RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisFieldInfo_t_mE24DD65A8140BCA764ABB198A1FDDDF35E85B52F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetStateU3Eb__0_0_m7AA821CD0428AEEAA5B2C26B5DFC032D9B6B4557_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* G_B2_0 = NULL;
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* G_B2_1 = NULL;
Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* G_B1_0 = NULL;
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* G_B1_1 = NULL;
{
RuntimeObject* L_0 = ___0_stateMachine;
NullCheck(L_0);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
NullCheck(L_1);
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_2;
L_2 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(124, L_1, ((int32_t)52));
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var);
Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_3 = ((U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0;
Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_4 = L_3;
if (L_4)
{
G_B2_0 = L_4;
G_B2_1 = L_2;
goto IL_002c;
}
G_B1_0 = L_4;
G_B1_1 = L_2;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var);
U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C* L_5 = ((U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var))->___U3CU3E9;
Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_6 = (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*)il2cpp_codegen_object_new(Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var);
Func_2__ctor_m720E8683356B22FA89D3983D974FC700BDE279A3(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CGetStateU3Eb__0_0_m7AA821CD0428AEEAA5B2C26B5DFC032D9B6B4557_RuntimeMethod_var), NULL);
Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_7 = L_6;
((U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0), (void*)L_7);
G_B2_0 = L_7;
G_B2_1 = G_B1_1;
}
IL_002c:
{
FieldInfo_t* L_8;
L_8 = Enumerable_First_TisFieldInfo_t_mE24DD65A8140BCA764ABB198A1FDDDF35E85B52F((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_First_TisFieldInfo_t_mE24DD65A8140BCA764ABB198A1FDDDF35E85B52F_RuntimeMethod_var);
RuntimeObject* L_9 = ___0_stateMachine;
NullCheck(L_8);
RuntimeObject* L_10;
L_10 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(34, L_8, L_9);
return ((*(int32_t*)UnBox(L_10, il2cpp_defaults.int32_class)));
}
}
#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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m6FD1CAF5C098BB95A839B12F1F9E68CC95DF6302 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C* L_0 = (U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C*)il2cpp_codegen_object_new(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m89918D308045D479DDB4ACA6E4D56054867008FC(L_0, NULL);
((U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m89918D308045D479DDB4ACA6E4D56054867008FC (U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetStateU3Eb__0_0_m7AA821CD0428AEEAA5B2C26B5DFC032D9B6B4557 (U3CU3Ec_tCF256A536A188A2A58DE9842D203DC1F535CA54C* __this, FieldInfo_t* ___0_x, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55CAB524459EBE11B81C4E5F0FDDD1A36A98C71B);
s_Il2CppMethodInitialized = true;
}
{
FieldInfo_t* L_0 = ___0_x;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(13, L_0);
NullCheck(L_1);
bool L_2;
L_2 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_1, _stringLiteral55CAB524459EBE11B81C4E5F0FDDD1A36A98C71B, NULL);
return L_2;
}
}
#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
#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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 AsyncUniTaskVoidMethodBuilder_get_Task_m72C7B1196E9EB5478E6711C0B838B14FC3A1292D_inline (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, const RuntimeMethod* method)
{
UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11));
UniTaskVoid_tE566D7CF627E54C43A43A6156EB1B2666D4E9C11 L_0 = V_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetException_mE07DCC48E377714B9F0E76A9CD14476B994C0929_inline (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniTaskScheduler_t9891F260676A102CBB0FB941717A89D0B08B27AB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->___runner;
if (!L_0)
{
goto IL_0021;
}
}
{
RuntimeObject* L_1 = __this->___runner;
NullCheck(L_1);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2;
L_2 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var, L_1);
il2cpp_codegen_runtime_class_init_inline(PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
PlayerLoopHelper_AddContinuation_mC1E7F49349FCBF118A5C2B48406337800E15EC34(((int32_t)13), L_2, NULL);
__this->___runner = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___runner), (void*)(RuntimeObject*)NULL);
}
IL_0021:
{
Exception_t* L_3 = ___0_exception;
il2cpp_codegen_runtime_class_init_inline(UniTaskScheduler_t9891F260676A102CBB0FB941717A89D0B08B27AB_il2cpp_TypeInfo_var);
UniTaskScheduler_PublishUnobservedTaskException_m145C7E7A9A82657E37321C27429169DA5A31D362(L_3, NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncUniTaskVoidMethodBuilder_SetResult_mBFEBEFC31BBE0BA57580F976B83BBB483C8644AE_inline (AsyncUniTaskVoidMethodBuilder_tB38CC0049B9F7BF76BC32982B31AA5E831149E02* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->___runner;
if (!L_0)
{
goto IL_0021;
}
}
{
RuntimeObject* L_1 = __this->___runner;
NullCheck(L_1);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2;
L_2 = InterfaceFuncInvoker0< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* >::Invoke(2, IStateMachineRunner_t1874761E5BB74F571043964E924A5B94C08FE5DC_il2cpp_TypeInfo_var, L_1);
il2cpp_codegen_runtime_class_init_inline(PlayerLoopHelper_tA7665BF86803C20003EDF2C66031F2E63DE86BE6_il2cpp_TypeInfo_var);
PlayerLoopHelper_AddContinuation_mC1E7F49349FCBF118A5C2B48406337800E15EC34(((int32_t)13), L_2, NULL);
__this->___runner = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___runner), (void*)(RuntimeObject*)NULL);
}
IL_0021:
{
return;
}
}