#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #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); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { 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 struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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); } }; template struct InterfaceActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237; // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330; // DMCore.Framework.Scene.CWalkRange struct CWalkRange_t2357921041; // DMCore.Framework.Scene.CInteractionRange struct CInteractionRange_t868014233; // BetterList`1 struct BetterList_1_t2891587622; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2275110594; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4142745948; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Framework.Scene.CWalkEvent struct CWalkEvent_t1212470810; // DMCore.Framework.Scene.CSceneMoveSync struct CSceneMoveSync_t3746512464; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.Object struct Object_t631007953; // System.String struct String_t; // DMCore.Framework.Scene.DMTriangleClider struct DMTriangleClider_t2950399159; // DMCore.Framework.Scene.DMCliderBase struct DMCliderBase_t794824264; // DMCore.Framework.Navigation.CNavGrid struct CNavGrid_t19983649; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.Framework.Navigation.CNavNode struct CNavNode_t1599841827; // DMCore.Framework.Scene.CInteractionCliderGroup struct CInteractionCliderGroup_t327998540; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.GameObject struct GameObject_t1113636619; // DMCore.Framework.Scene.CInteractionCliderItem struct CInteractionCliderItem_t1940232150; // UnityEngine.BoxCollider[] struct BoxColliderU5BU5D_t835877379; // System.Object[] struct ObjectU5BU5D_t2843939325; // DMCore.Framework.Scene.DMBoxClider struct DMBoxClider_t1454175840; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Framework.Scene.CWalkMoveEvent struct CWalkMoveEvent_t1408489497; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // System.Collections.Generic.List`1 struct List_1_t2266899006; // System.Collections.Generic.List`1 struct List_1_t257213610; // UnityEngine.Collider struct Collider_t1773347010; // DMCore.Framework.Scene.IAvatarSkin struct IAvatarSkin_t3391917898; // DMCore.Framework.Scene.ISceneAvatarBody struct ISceneAvatarBody_t3588558973; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Framework.Scene.AvatarInfo struct AvatarInfo_t571832948; // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867; // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155; // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // CAnimSite struct CAnimSite_t233742424; // DMCore.Framework.Scene.CAvatarBinding struct CAvatarBinding_t1216096343; // CSkeletonSite struct CSkeletonSite_t1178137573; // DMCore.Framework.Scene.CAudioSite struct CAudioSite_t2953826499; // DMCore.Framework.Scene.ISceneSite struct ISceneSite_t3999208198; // System.Collections.Generic.List`1 struct List_1_t817360128; // System.Action`2 struct Action_2_t319610619; // System.Action`2 struct Action_2_t2470008838; // System.Action`1 struct Action_1_t2019918284; // System.Action`1 struct Action_1_t3252573759; // System.Action`2 struct Action_2_t2799970140; // UnityEngine.Animation struct Animation_t3648466861; // UnityEngine.Camera struct Camera_t4157153871; // DMCore.Framework.Scene.ISceneBaseObj/stTransformMove struct stTransformMove_t3640252682; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMCore.IDataUnit struct IDataUnit_t677250155; // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager struct CRoleModelItem_VehicleCfgManager_t2872767124; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg struct CRoleModelItem_VehicleCfg_t3488277076; // DMCore.Framework.Scene.CVehicleRoleAnimName struct CVehicleRoleAnimName_t758558953; // DMCore.Logic.CSuitAnimCfg struct CSuitAnimCfg_t328222487; // DMCore.Logic.CSuitAnimCfg/stSuitData struct stSuitData_t1825678009; // DMCore.Framework.Scene.CSceneBaby struct CSceneBaby_t758495210; // UnityEngine.Material struct Material_t340375123; // DMCore.Framework.Scene.CRoleMovePlugin struct CRoleMovePlugin_t1887142873; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.List`1 struct List_1_t1176315644; // DMCore.Framework.Scene.TriRole struct TriRole_t907519295; // CVehicleBody struct CVehicleBody_t2299351654; // DMCore.Framework.SkyboxRotate struct SkyboxRotate_t356761585; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Skybox struct Skybox_t2662837510; // DMCore.Framework.Thread.CThread struct CThread_t3185686187; // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4129815330; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // System.Threading.ThreadStart struct ThreadStart_t1006689297; // System.Threading.Thread struct Thread_t2300836069; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t740377128; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025; // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177; // System.Threading.Mutex struct Mutex_t3066672582; // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034; // System.Collections.Generic.List`1 struct List_1_t1221203580; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2578695322; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1277058342; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1382638365; // CMonoThreadSimulator struct CMonoThreadSimulator_t86775848; // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682; // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312; // System.Byte[] struct ByteU5BU5D_t4116647657; // UnityEngine.WWW struct WWW_t3688466362; // DMCore.Framework.Thread.CThreadMsgWebPost struct CThreadMsgWebPost_t2657819115; // DMCore.Framework.Thread.IWebPostMsgBase struct IWebPostMsgBase_t2445430203; // System.Text.Encoding struct Encoding_t1523322056; // System.Uri struct Uri_t100236324; // System.Net.WebRequest struct WebRequest_t1939381076; // System.IO.StreamReader struct StreamReader_t4009935899; // System.IO.Stream struct Stream_t1273022909; // DMCore.Framework.URL.CURLManager struct CURLManager_t2578998768; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1029701331; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3210789151; // DMCore.Framework.URL.CURLManager/CURLPostData struct CURLPostData_t3425532852; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1592625792; // ServerSetting struct ServerSetting_t2760349885; // DMCore.Framework.URL.OnUrlGetTaskDown struct OnUrlGetTaskDown_t3730717116; // DMCore.Framework.URL.CURLManager/CURLResData struct CURLResData_t1244445032; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415; // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524; // DMCore.Framework.XML.DMXmlSerial struct DMXmlSerial_t1029243897; // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656; // BetterList`1 struct BetterList_1_t3113987842; // BetterList`1 struct BetterList_1_t2235126482; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.FileStream struct FileStream_t4292183065; // BetterList`1 struct BetterList_1_t2935806958; // DMCore.Framework.XML.DMXmlNode/DMXmlAttribute struct DMXmlAttribute_t3780786640; // System.Xml.XmlElement struct XmlElement_t561603118; // DMCore.Logic.ActionEffect struct ActionEffect_t4203267823; // System.Collections.Generic.List`1 struct List_1_t2869341516; // DMCore.Logic.ActionInfo struct ActionInfo_t727515507; // DMCore.Logic.CInteractiveConfig struct CInteractiveConfig_t2063269181; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3911196134; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // System.Collections.Generic.List`1 struct List_1_t2199590249; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3988524122; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1088303580; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2208238762; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // FitFun.CConfigSite struct CConfigSite_t3219909558; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // DMCore.Logic.CInteractiveConfig/OnChooseNewInter struct OnChooseNewInter_t3809561974; // DMCore.Logic.CKDDeviceInfo struct CKDDeviceInfo_t2554338809; // System.Action`3 struct Action_3_t3578807402; // DMCore.Logic.IMsgHandler struct IMsgHandler_t1759955388; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // MessageHandler struct MessageHandler_t3017544858; // DMCore.Logic.IShoe struct IShoe_t2709100496; // System.Collections.Generic.List`1 struct List_1_t2822533831; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t2907844050; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t3813373144; // System.Collections.Generic.List`1 struct List_1_t4026413551; // User struct User_t2909415622; // DMCore.Logic.GameEndParams struct GameEndParams_t2409445106; // System.Action`2 struct Action_2_t3073627706; // System.Action`2 struct Action_2_t11315885; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // FitFun.Singleton`1 struct Singleton_1_t19536393; // FitFun.Singleton`1 struct Singleton_1_t1404806610; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // DMCore.Logic.CMutualAnimInfo struct CMutualAnimInfo_t3120277749; // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t413092361; // DMCore.Logic.CPlayerPhotoLib struct CPlayerPhotoLib_t3645419873; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Collections.Generic.List`1 struct List_1_t1465954377; // DMCore.Logic.CPlayerPhotoLib/CPhotoInfo struct CPhotoInfo_t4288846931; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.Collections.Generic.List`1 struct List_1_t913674750; // DMCore.Logic.CRoleConfig struct CRoleConfig_t3543365145; // DMCore.Framework.Ini.CIniFile struct CIniFile_t2879301433; // DMCore.Framework.Ini.CIniSection struct CIniSection_t1218490364; // DMCore.Framework.Ini.CIniItem struct CIniItem_t4093898296; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t714391340; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t949353519; // System.Collections.Generic.List`1 struct List_1_t1927861623; // DMCore.Logic.CTextHelp struct CTextHelp_t2329227920; // FitFun.XmlManager struct XmlManager_t2042691812; // UnityEngine.UI.Text struct Text_t1901882714; // UnityEngine.Font struct Font_t1956802104; // DMCore.Logic.HS_Rank struct HS_Rank_t3665439562; // DMCore.Framework.Scene.CAvatarInfo struct CAvatarInfo_t655526405; // DMCore.Logic.ShopConfig struct ShopConfig_t4062099933; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3937145582; // DMCore.Logic.StaticConfigUnit struct StaticConfigUnit_t753464955; // System.Collections.Generic.List`1 struct List_1_t4187288215; // DMCore.Logic.StaticConfigUnit/StaticTag struct StaticTag_t2715213473; // DMCore.Logic.StaticConfigUnit/c__AnonStorey0 struct U3CGetTagsU3Ec__AnonStorey0_t1770152849; // System.Predicate`1 struct Predicate_1_t3540507597; // System.Predicate`1 struct Predicate_1_t3905400288; // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2894772567; // DMCore.Net.Protocol.SMsgCustom struct SMsgCustom_t3704812008; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg struct _ProcCustomMsg_t4006059236; // DMCore.Net.CNetLink struct CNetLink_t2605986831; // DMCore.Net.INetLink struct INetLink_t2717826932; // System.Net.Sockets.TcpClient struct TcpClient_t822906377; // System.Net.Sockets.Socket struct Socket_t1119025450; // System.Net.IPAddress struct IPAddress_t241777590; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Net.Sockets.NetworkStream struct NetworkStream_t4071955934; // DMCore.Net.ILinkListener struct ILinkListener_t2747206916; // DMCore.Net.CNetReceiver struct CNetReceiver_t1076104922; // BetterList`1 struct BetterList_1_t289316694; // DMCore.Net.Protocol.INetMsgBaseS2C struct INetMsgBaseS2C_t126919271; // FitFun.NetworkManager struct NetworkManager_t478833449; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Xml.XmlNodeList struct XmlNodeList_t2551693786; // DMCore.Framework.XML.DMXmlNode/DMXmlAttribute[] struct DMXmlAttributeU5BU5D_t367334641; // DMCore.Framework.XML.DMXmlNode[] struct DMXmlNodeU5BU5D_t4275982093; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // DMCore.Framework.URL.CURLManager/CURLPostData[] struct CURLPostDataU5BU5D_t4042832637; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2893244353; // DMCore.Framework.URL.CURLManager/CURLResData[] struct CURLResDataU5BU5D_t824601593; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3969980605; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2163511669; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3580830742; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t3185169586; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t182406414; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t4081712554; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t2957099732; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2561438576; // DMCore.Logic.ActionEffect[] struct ActionEffectU5BU5D_t1246456950; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t96868666; // DMCore.Logic.ActionInfo[] struct ActionInfoU5BU5D_t4056482658; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3660821502; // System.Single[] struct SingleU5BU5D_t1444911251; // DMCore.Framework.Scene.ISceneSite[] struct ISceneSiteU5BU5D_t1362825763; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2376990407; // DMCore.Framework.Scene.CVehicleRoleAnimName[] struct CVehicleRoleAnimNameU5BU5D_t2303117652; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // DMCore.Framework.Thread.enumThreadID[] struct enumThreadIDU5BU5D_t3988452515; // DMCore.Framework.Thread.CThread[] struct CThreadU5BU5D_t1554872906; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1856460856; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3848583179; // CMonoThreadSimulator[] struct CMonoThreadSimulatorU5BU5D_t1259469369; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3553179642; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg[] struct _ProcCustomMsgU5BU5D_t3165880077; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2770218921; // DMCore.Logic.StaticConfigUnit/StaticTag[] struct StaticTagU5BU5D_t1894536636; // DMCore.Logic.StaticConfigUnit[] struct StaticConfigUnitU5BU5D_t4284657978; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3888996822; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // DMCore.Logic.CPlayerPhotoLib[] struct CPlayerPhotoLibU5BU5D_t3056148476; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1548932026; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3826949103; // System.Collections.Generic.Dictionary`2[] struct Dictionary_2U5BU5D_t635963316; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // DMCore.Logic.CKDDeviceInfo[] struct CKDDeviceInfoU5BU5D_t1392195076; // UserFriend[] struct UserFriendU5BU5D_t1211457228; // DMCore.Framework.Scene.AvatarCate[] struct AvatarCateU5BU5D_t1610689372; // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel[] struct enumDisplayLevelU5BU5D_t334098029; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2563118899; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2046627441; // DMCore.Logic.CSuitAnimCfg/stSuitData[] struct stSuitDataU5BU5D_t3841541700; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3445880544; // System.Collections.Generic.List`1 struct List_1_t1271005742; // System.Collections.Generic.List`1 struct List_1_t2690565106; // DMCore.Logic.CPlayerPhotoLib/CPhotoInfo[] struct CPhotoInfoU5BU5D_t1410744578; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // CSkeletonSite/stSkeltonTrans[] struct stSkeltonTransU5BU5D_t2773511002; // DMCore.Framework.Scene.DMCliderBase[] struct DMCliderBaseU5BU5D_t579192729; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // BetterList`1 struct BetterList_1_t2835909983; // DMCore.Framework.Scene.ISceneBaseObj/stTransformMove[] struct stTransformMoveU5BU5D_t3302555535; // DMCore.Framework.Navigation.CNavNode[0...,0...] struct CNavNodeU5B0___U2C0___U5D_t2763474419; // BetterList`1 struct BetterList_1_t754862145; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t828945481; // System.Collections.Generic.List`1 struct List_1_t4246034554; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2800928763; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4097355377; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3270456118; // CSkeletonSite/CSkeletonSnap struct CSkeletonSnap_t2156242323; // BetterList`1 struct BetterList_1_t2419161419; // BetterList`1 struct BetterList_1_t3563600241; // BetterList`1 struct BetterList_1_t1002471007; // BetterList`1 struct BetterList_1_t1473526305; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3511679167; // DMCore.Framework.Scene.CWalkEvent[] struct CWalkEventU5BU5D_t1338219583; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2109020210; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Void struct Void_t1185182177; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.List`1 struct List_1_t3594922530; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3261532576; // FitFun.NetMainLogic struct NetMainLogic_t1947403438; // System.Text.Decoder struct Decoder_t2204182725; // VersionNodeValue struct VersionNodeValue_t855201913; // System.Collections.Generic.List`1 struct List_1_t2585711361; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Action struct Action_t1264377477; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t1972936122; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.Net.CookieCollection struct CookieCollection_t3881042616; // System.Version struct Version_t3456873960; // System.Net.CookieContainer struct CookieContainer_t2331592909; // System.UInt16[] struct UInt16U5BU5D_t3326319531; // System.Collections.Queue struct Queue_t3637523393; // System.Net.EndPoint struct EndPoint_t982345378; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.IWebProxy struct IWebProxy_t688979836; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Action`1 struct Action_1_t2129269699; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_t2467502454; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t3399372417; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t3009151163; // System.Net.ICredentials struct ICredentials_t725721261; // System.Net.ServicePoint struct ServicePoint_t2786966844; // System.Net.WebConnectionStream struct WebConnectionStream_t2170064850; // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418; // System.Net.WebAsyncResult struct WebAsyncResult_t3421962937; // System.EventHandler struct EventHandler_t1348719766; // System.Exception struct Exception_t; // System.Net.WebConnection struct WebConnection_t3982808322; // DMCore.Framework.Scene.CFollowWidget struct CFollowWidget_t3808191733; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // MessageHandler/Motion struct Motion_t930787875; // BetterList`1 struct BetterList_1_t2064435940; // Shoe[] struct ShoeU5BU5D_t1468951427; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1064504691; // CVehicleBody/CVehicleSetting struct CVehicleSetting_t1816823460; // CVehicleBody/WheelSetting struct WheelSetting_t3438082713; // System.Action`1 struct Action_1_t3123413348; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1192679804; // UnityEngine.Rigidbody struct Rigidbody_t3916780224; // CVehicleCollider struct CVehicleCollider_t2058705694; // CVehicleLights struct CVehicleLights_t3789093856; // UnityEngine.AudioSource struct AudioSource_t3935305588; // BetterList`1 struct BetterList_1_t955799599; // BetterList`1 struct BetterList_1_t2394306533; // IVehicleInput struct IVehicleInput_t1990112580; // UnityEngine.RectTransform struct RectTransform_t3704657025; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.UI.FontData struct FontData_t746620069; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; extern RuntimeClass* CWalkCamera_t1176337330_il2cpp_TypeInfo_var; extern RuntimeClass* CWalkRange_t2357921041_il2cpp_TypeInfo_var; extern RuntimeClass* CInteractionRange_t868014233_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t2891587622_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2275110594_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m1493202757_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m4233902579_RuntimeMethod_var; extern const uint32_t CWalkManager__ctor_m1504083091_MetadataUsageId; extern RuntimeClass* CWalkManager_t3228361237_il2cpp_TypeInfo_var; extern const uint32_t CWalkManager_GetInstance_m2470367946_MetadataUsageId; extern const uint32_t CWalkManager_get_EnableChangeModel_m492159633_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern RuntimeClass* CSceneService_t551449725_il2cpp_TypeInfo_var; extern const uint32_t CWalkManager_set_EnableChangeModel_m1452555125_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3782068962_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m1705991948_RuntimeMethod_var; extern const uint32_t CWalkManager_OnReset_m3097969851_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m4148217459_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3249220344_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1892539527_RuntimeMethod_var; extern const uint32_t CWalkManager_PushWalkEvent_m3252668440_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* DMTriangleClider_t2950399159_il2cpp_TypeInfo_var; extern RuntimeClass* CNavService_t3399483397_il2cpp_TypeInfo_var; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* DMBoxClider_t1454175840_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponentsInChildren_TisBoxCollider_t1640800422_m812819167_RuntimeMethod_var; extern String_t* _stringLiteral1215384411; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral1831738736; extern String_t* _stringLiteral395947462; extern String_t* _stringLiteral823592379; extern String_t* _stringLiteral2365897554; extern String_t* _stringLiteral2243051672; extern const uint32_t CWalkManager_OnInitScene_m174495901_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m2223224509_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2527739969_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3116003204_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m496503180_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m215662071_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3031852739_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m3140183444_RuntimeMethod_var; extern const uint32_t CWalkManager_OnTick_m538879698_MetadataUsageId; extern String_t* _stringLiteral451437530; extern const uint32_t CWalkManager_ProcessFollowTarget_m1935230792_MetadataUsageId; extern const uint32_t CWalkManager_GetWalkEvent_m2870642478_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t CWalkMoveEvent_SendMsg_m2778224424_MetadataUsageId; extern const uint32_t CWalkMoveEvent_OnGetMsg_m2362694175_MetadataUsageId; extern String_t* _stringLiteral990895520; extern const uint32_t CWalkMoveEvent_OnStop_m3807332973_MetadataUsageId; extern const uint32_t CWalkMoveEvent_OnStart_m604427728_MetadataUsageId; extern const uint32_t CWalkMoveEvent_OnTick_m4019577523_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2266899006_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1664421400_RuntimeMethod_var; extern const uint32_t CWalkRange__ctor_m345771197_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1322609822_RuntimeMethod_var; extern const uint32_t CWalkRange_Clear_m2162142570_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2116331374_RuntimeMethod_var; extern const uint32_t CWalkRange_PushClider_m2171279236_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3920255031_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1136297764_RuntimeMethod_var; extern const uint32_t CWalkRange_Intersect_m1824154936_MetadataUsageId; extern const uint32_t DMBoxClider__ctor_m3367394723_MetadataUsageId; extern const uint32_t DMBoxClider_Intersect_m1997854192_MetadataUsageId; extern const uint32_t DMCliderBase_PtInTriangle_m3203488423_MetadataUsageId; extern const uint32_t DMCliderBase_RayTraceTriangle_m3958482609_MetadataUsageId; extern const uint32_t DMCliderBase_Result_m302768804_MetadataUsageId; extern const uint32_t DMTriangleClider__ctor_m1266168824_MetadataUsageId; extern RuntimeClass* CRoleConfig_t3543365145_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3833944908; extern String_t* _stringLiteral2600665179; extern String_t* _stringLiteral3978303945; extern String_t* _stringLiteral2762847225; extern const uint32_t IAvatarSkin_GetSkinPath_m3278817804_MetadataUsageId; extern RuntimeClass* IAvatarSkin_t3391917898_il2cpp_TypeInfo_var; extern String_t* _stringLiteral194077008; extern String_t* _stringLiteral1592589601; extern const uint32_t IAvatarSkin__cctor_m1986777152_MetadataUsageId; extern RuntimeClass* CAvatarSite_t1752665925_il2cpp_TypeInfo_var; extern RuntimeClass* CRoleEffectManager_t3637256918_il2cpp_TypeInfo_var; extern const uint32_t ISceneAvatarBody__ctor_m3026184422_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern RuntimeClass* ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m59556516_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m611959596_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1600580383_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m953835688_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m987949881_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m2263725670_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m361000296_RuntimeMethod_var; extern String_t* _stringLiteral989714396; extern const uint32_t ISceneAvatarBody_ResumeSubModels_m660141779_MetadataUsageId; extern const uint32_t ISceneAvatarBody_GetModelItemsList_m424859374_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var; extern const uint32_t ISceneAvatarBody_LoadSubModels_m2953008318_MetadataUsageId; extern String_t* _stringLiteral4166355951; extern const uint32_t ISceneAvatarBody_GetSex_m3392603294_MetadataUsageId; extern const uint32_t ISceneAvatarBody_SetEnable_m1356130404_MetadataUsageId; extern const uint32_t ISceneAvatarBody_IsNeedSubmit_m3641879808_MetadataUsageId; extern const uint32_t ISceneAvatarBody_OnUpdate_m558821740_MetadataUsageId; extern const uint32_t ISceneAvatarBody_OnLateUpdate_m614134439_MetadataUsageId; extern const uint32_t ISceneAvatarBody_IsReady_m3539629533_MetadataUsageId; extern String_t* _stringLiteral845755458; extern const uint32_t ISceneAvatarBody__cctor_m801272662_MetadataUsageId; extern RuntimeClass* CAnimSite_t233742424_il2cpp_TypeInfo_var; extern RuntimeClass* CSkeletonSite_t1178137573_il2cpp_TypeInfo_var; extern RuntimeClass* CAudioSite_t2953826499_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t817360128_il2cpp_TypeInfo_var; extern RuntimeClass* CProperty_t963755051_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t319610619_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern RuntimeClass* CDataProperty_t2806246268_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2799970140_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2887041057_RuntimeMethod_var; extern const RuntimeMethod* ISceneBaseObj__NetPropChangeBefore_m811095896_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2047516667_RuntimeMethod_var; extern const RuntimeMethod* ISceneBaseObj__NetPropChangeEnd_m3482387527_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const RuntimeMethod* ISceneBaseObj__UserPropChangeBefore_m2549402010_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2722879698_RuntimeMethod_var; extern const RuntimeMethod* ISceneBaseObj__UserPropChangeEnd_m167698124_RuntimeMethod_var; extern const uint32_t ISceneBaseObj__ctor_m4120917529_MetadataUsageId; extern const uint32_t ISceneBaseObj_SetEnable_m217419873_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const uint32_t ISceneBaseObj_SubmitToScene_m799218937_MetadataUsageId; extern const uint32_t ISceneBaseObj_IsReady_m4181127110_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetTitleHeadPosition_m2646926732_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t ISceneBaseObj_GetTitleRectCenter2D_m1332462294_MetadataUsageId; extern String_t* _stringLiteral795478587; extern const uint32_t ISceneBaseObj_SetModelID_m3286778194_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetModelID_m2197572308_MetadataUsageId; extern String_t* _stringLiteral4031999231; extern const uint32_t ISceneBaseObj_IsLooker_m3790122426_MetadataUsageId; extern const uint32_t ISceneBaseObj_IsValid_m1197404667_MetadataUsageId; extern RuntimeClass* AssetManager_t2546491902_il2cpp_TypeInfo_var; extern const uint32_t ISceneBaseObj_LoadFromPrefab_m1643718464_MetadataUsageId; extern const uint32_t ISceneBaseObj_AttacheSceneObj_m1301616300_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1643428058_RuntimeMethod_var; extern const uint32_t ISceneBaseObj_StopMove_m2366111287_MetadataUsageId; extern RuntimeClass* stTransformMove_t3640252682_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m469409233_RuntimeMethod_var; extern const uint32_t ISceneBaseObj_Move_m555801117_MetadataUsageId; extern const uint32_t ISceneBaseObj_ResetIdleAnim_m2438303903_MetadataUsageId; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3478854286; extern const uint32_t ISceneBaseObj_Destroy_m2170965624_MetadataUsageId; extern const uint32_t ISceneBaseObj_IsVisible_m3522701289_MetadataUsageId; extern const uint32_t ISceneBaseObj_SetVisible_m2703148496_MetadataUsageId; extern const RuntimeMethod* ISceneBaseObj__OnWatchNetPropChanged_m4253251838_RuntimeMethod_var; extern const uint32_t ISceneBaseObj_AttachNetProperty_m3288900958_MetadataUsageId; extern const uint32_t ISceneBaseObj_DettachNetProperty_m3209181164_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetTransform_m3818769012_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetIdleAnimName_m4200805023_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetRalaxAnimName_m3831452171_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisAnimation_t3648466861_m2689494502_RuntimeMethod_var; extern const uint32_t ISceneBaseObj_CreateAnimCpt_m3394691980_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m247198074_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m1737632654_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1672116170_RuntimeMethod_var; extern const uint32_t ISceneBaseObj_DoMoving_m2274969534_MetadataUsageId; extern const uint32_t stTransformMove__ctor_m56117532_MetadataUsageId; extern RuntimeClass* List_1_t1017553631_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4204035120_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const uint32_t ISceneRole__ctor_m212722519_MetadataUsageId; extern String_t* _stringLiteral4039210824; extern const uint32_t ISceneRole_Reload_m3914225791_MetadataUsageId; extern const uint32_t ISceneRole_SetScenePoint_m3088388914_MetadataUsageId; extern const uint32_t ISceneRole_GetRoleFashionLevel_m3458306213_MetadataUsageId; extern String_t* _stringLiteral3883940818; extern const uint32_t ISceneRole_GetRoleFashionLevel_m4134509595_MetadataUsageId; extern const uint32_t ISceneRole_SetPretenderModeEnable_m1950268146_MetadataUsageId; extern RuntimeClass* CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3228236795; extern String_t* _stringLiteral3244232428; extern String_t* _stringLiteral1754973336; extern const uint32_t ISceneRole_GetIdleAnimName_m1334139814_MetadataUsageId; extern String_t* _stringLiteral3420598470; extern String_t* _stringLiteral1081946310; extern String_t* _stringLiteral2820005844; extern String_t* _stringLiteral1726884675; extern const uint32_t ISceneRole_PlayTopChangeItemAnim_m4144166103_MetadataUsageId; extern const uint32_t ISceneRole_GetRalaxAnimName_m990268863_MetadataUsageId; extern String_t* _stringLiteral2521410636; extern String_t* _stringLiteral515586386; extern const uint32_t ISceneRole_GetCoupleIdleAnimName_m1436648937_MetadataUsageId; extern String_t* _stringLiteral1757569359; extern const uint32_t ISceneRole_PlayChangeItemAnim_m3669603506_MetadataUsageId; extern const uint32_t ISceneRole_DestroyRoleParams_m3852120245_MetadataUsageId; extern String_t* _stringLiteral840214861; extern const uint32_t ISceneRole_OnChangeScene_m2481601374_MetadataUsageId; extern RuntimeClass* CSceneBaby_t758495210_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4073296162; extern String_t* _stringLiteral3045376494; extern String_t* _stringLiteral1146059260; extern const uint32_t ISceneRole_OnAddRoleState_m3318622715_MetadataUsageId; extern String_t* _stringLiteral1628612581; extern const uint32_t ISceneRole_OnRemoveRoleState_m2030163732_MetadataUsageId; extern const uint32_t ISceneRole_EnableFollowedObject_m3016896269_MetadataUsageId; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern RuntimeClass* CRoleMovePlugin_t1887142873_il2cpp_TypeInfo_var; extern String_t* _stringLiteral287567133; extern String_t* _stringLiteral2602551893; extern String_t* _stringLiteral304684666; extern String_t* _stringLiteral3941088982; extern String_t* _stringLiteral3926588496; extern String_t* _stringLiteral3018459499; extern const uint32_t ISceneRole_SubmitToScene_m1879067220_MetadataUsageId; extern const uint32_t ISceneRole_get_MovePlugin_m1169960973_MetadataUsageId; extern String_t* _stringLiteral1628940268; extern const uint32_t ISceneRole_SetUserId_m1222661741_MetadataUsageId; extern const uint32_t ISceneRole_OnLateUpdate_m1372023449_MetadataUsageId; extern const uint32_t ISceneRole_LoadRoleModel_m1111386502_MetadataUsageId; extern String_t* _stringLiteral1985563870; extern String_t* _stringLiteral3249829647; extern String_t* _stringLiteral350069932; extern const uint32_t ISceneRole_OnNetPropChangeBefore_m86535089_MetadataUsageId; extern const uint32_t ISceneRole_OnModelChanged_m2288175910_MetadataUsageId; extern String_t* _stringLiteral4041997353; extern String_t* _stringLiteral2467057994; extern String_t* _stringLiteral169143161; extern const uint32_t ISceneRole_OnNetPropChangeEnd_m4201829603_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern RuntimeClass* CRoleModelFace_t1285730091_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3438716482; extern String_t* _stringLiteral172410544; extern String_t* _stringLiteral2148494972; extern String_t* _stringLiteral1298458304; extern String_t* _stringLiteral2302632015; extern String_t* _stringLiteral2446993643; extern String_t* _stringLiteral2755371533; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral2788013625; extern const uint32_t ISceneRole_LoadingResource_m1741647283_MetadataUsageId; extern RuntimeClass* CPetModel_t3783790547_il2cpp_TypeInfo_var; extern const uint32_t ISceneRole_SetChangeModel_m2585185700_MetadataUsageId; extern const uint32_t ISceneRole_GetTransformByCategoryID_m4165463785_MetadataUsageId; extern String_t* _stringLiteral2163307623; extern String_t* _stringLiteral3963993483; extern const uint32_t ISceneRole_GetTitleEffect_m1678408685_MetadataUsageId; extern const uint32_t ISceneRole_GetNewEffect_m2395965827_MetadataUsageId; extern String_t* _stringLiteral2604637519; extern const uint32_t ISceneRole_GetTitleHeadPosition_m2776602585_MetadataUsageId; extern RuntimeClass* AvatarInfo_t571832948_il2cpp_TypeInfo_var; extern const uint32_t ISceneRole_WearEquips_m1360182222_MetadataUsageId; extern const uint32_t ISceneRole_ChangeSex_m291885784_MetadataUsageId; extern const uint32_t ISceneRole_ChangeModelID_m4097645203_MetadataUsageId; extern const uint32_t ISceneRole_ResetVehicleWalkAnim_m967623622_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m332823477_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3021822947_RuntimeMethod_var; extern const uint32_t ISceneSite_Reset_m2751833619_MetadataUsageId; extern const uint32_t ISceneSite_Update_m626253138_MetadataUsageId; extern const uint32_t ISceneSite_LateUpdate_m1799254379_MetadataUsageId; extern const uint32_t ISceneSite_Paint_m2817166628_MetadataUsageId; extern const uint32_t ISceneSite_DrawScreen3D_m3139075508_MetadataUsageId; extern RuntimeClass* List_1_t1176315644_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2492616442_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m559333303_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2842547678_RuntimeMethod_var; extern const uint32_t ISceneSite_AddChild_m122392943_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m3659623129_RuntimeMethod_var; extern const uint32_t ISceneSite_RemoveChild_m4215294651_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2455246644_RuntimeMethod_var; extern const uint32_t ISceneSite_RemoveChildren_m715413119_MetadataUsageId; extern const uint32_t RoleMoveCommand_SendRoleCurPos_m1347507284_MetadataUsageId; extern const uint32_t TriRole_ChangeMode_m3098291466_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentInChildren_TisCVehicleBody_t2299351654_m2155714999_RuntimeMethod_var; extern const uint32_t TriRole_BindTricycle_m2230536459_MetadataUsageId; extern const uint32_t TriRole_WearEquips_m227415963_MetadataUsageId; extern const uint32_t TriRole_GetMyModelID_m913873912_MetadataUsageId; extern const uint32_t TriRole_GetFullModelResPath_m3070456612_MetadataUsageId; extern const uint32_t TriRole_SubmitToScene_m270350792_MetadataUsageId; extern const uint32_t TriRole_OnNetPropChangeBefore_m2177369160_MetadataUsageId; extern const uint32_t TriRole_GetTitleHeadPosition_m3845790686_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisSkybox_t2662837510_m681337268_RuntimeMethod_var; extern const uint32_t SkyboxRotate_Start_m2112908830_MetadataUsageId; extern String_t* _stringLiteral3603070438; extern const uint32_t SkyboxRotate_Update_m2704697589_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisSkybox_t2662837510_m3514487626_RuntimeMethod_var; extern String_t* _stringLiteral1212094493; extern const uint32_t SkyboxRotate_FixSkybox_m578906859_MetadataUsageId; extern const uint32_t SkyboxRotate_ChangeMaterial_m3539322024_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisCamera_t4157153871_m1557787507_RuntimeMethod_var; extern const uint32_t SkyboxRotate_SetHalfCamera_m1553447273_MetadataUsageId; extern const uint32_t SkyboxRotate_SetFullCamera_m4044754876_MetadataUsageId; extern RuntimeClass* ManualResetEvent_t451242010_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedList_1_t4129815330_il2cpp_TypeInfo_var; extern RuntimeClass* CThreadLock_t3315856551_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m1335587376_RuntimeMethod_var; extern const uint32_t CThread__ctor_m622732024_MetadataUsageId; extern RuntimeClass* ThreadStart_t1006689297_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const RuntimeMethod* CThread__TMain_m3123072741_RuntimeMethod_var; extern const uint32_t CThread_Start_m3402148526_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_Clear_m951813919_RuntimeMethod_var; extern const uint32_t CThread_Stop_m3937678865_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1_get_Count_m1231295413_RuntimeMethod_var; extern const uint32_t CThread_SlienceStop_m726332005_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_get_First_m2280304909_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m3266229447_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m783358073_RuntimeMethod_var; extern const uint32_t CThread_GetEndMsg_m2757714428_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_AddFirst_m668639403_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_AddLast_m4225405674_RuntimeMethod_var; extern String_t* _stringLiteral1507527240; extern const uint32_t CThread_PushMsg_m3488309297_MetadataUsageId; extern const uint32_t CThread__TMain_m3123072741_MetadataUsageId; extern RuntimeClass* Mutex_t3066672582_il2cpp_TypeInfo_var; extern const uint32_t CThreadLock__ctor_m2708615033_MetadataUsageId; extern RuntimeClass* List_1_t1221203580_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2578695322_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1382638365_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3632386771_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m214964557_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2731385819_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m618727671_RuntimeMethod_var; extern const uint32_t CThreadManager__ctor_m1630243820_MetadataUsageId; extern RuntimeClass* CThreadManager_t1155338034_il2cpp_TypeInfo_var; extern const uint32_t CThreadManager_GetInstance_m98901248_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3459958539_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m62289507_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2227048709_RuntimeMethod_var; extern const uint32_t CThreadManager_OnGetMsg_m2398509114_MetadataUsageId; extern RuntimeClass* CThreadMsgWebGet_t2224858682_il2cpp_TypeInfo_var; extern RuntimeClass* CThread_t3185686187_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2636024711_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisCMonoThreadSimulator_t86775848_m2072323465_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m212590861_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m852998046_RuntimeMethod_var; extern String_t* _stringLiteral957670877; extern const uint32_t CThreadManager_PushMsg_m2790061995_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m675724443_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1373423376_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2474659176_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2376142346_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1622822326_RuntimeMethod_var; extern const uint32_t CThreadManager_StopAll_m1863911803_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m2647080173_RuntimeMethod_var; extern const uint32_t CThreadManager_Stop_m147882772_MetadataUsageId; extern const uint32_t CThreadManager_SlienceStop_m2664667457_MetadataUsageId; extern const uint32_t CThreadMsgWebGet__ctor_m3027652583_MetadataUsageId; extern const uint32_t CThreadMsgWebPost__ctor_m2502064474_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern RuntimeClass* WebRequest_t1939381076_il2cpp_TypeInfo_var; extern RuntimeClass* HttpWebRequest_t1669436515_il2cpp_TypeInfo_var; extern RuntimeClass* HttpWebResponse_t3286585418_il2cpp_TypeInfo_var; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral45808443; extern String_t* _stringLiteral3776665136; extern const uint32_t CThreadMsgWebPost_OnBackGroundExcute_m508087590_MetadataUsageId; extern const uint32_t IWebGetMsgBase__ctor_m1931967911_MetadataUsageId; extern RuntimeClass* LinkedList_1_t687096698_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1029701331_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3210789151_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m3511298534_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2180602332_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m4046162348_RuntimeMethod_var; extern const uint32_t CURLManager__ctor_m1804995986_MetadataUsageId; extern RuntimeClass* CURLManager_t2578998768_il2cpp_TypeInfo_var; extern const uint32_t CURLManager_GetInstance_m1166728630_MetadataUsageId; extern RuntimeClass* CURLPostData_t3425532852_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3184822460_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2528198850_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_AddLast_m980610863_RuntimeMethod_var; extern const uint32_t CURLManager_PushPostTask_m1283263562_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_get_Count_m1415204279_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m2874225059_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m2392486284_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m3486779266_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2268760768_RuntimeMethod_var; extern const uint32_t CURLManager_PopPostTask_m1378112436_MetadataUsageId; extern const uint32_t CURLManager_GetPostTaskExpendName_m2748774184_MetadataUsageId; extern const uint32_t CURLManager_SetPostResult_m4173920449_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m404110273_RuntimeMethod_var; extern const uint32_t CURLManager_GetPostState_m3862593590_MetadataUsageId; extern RuntimeClass* Singleton_1_t1085050331_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m906527132_RuntimeMethod_var; extern String_t* _stringLiteral3278377697; extern const uint32_t CURLManager_StaticPosUrl_m2074534259_MetadataUsageId; extern String_t* _stringLiteral671283288; extern const uint32_t CURLManager_StaticGetUrl_m1204673895_MetadataUsageId; extern RuntimeClass* CURLResData_t1244445032_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2401482396_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m451687388_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_AddFirst_m3233453830_RuntimeMethod_var; extern const uint32_t CURLManager_PushTask_m669214287_MetadataUsageId; extern const uint32_t CURLManager_GetDwonloadTaskLocalDirect_m1468123417_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m837314852_RuntimeMethod_var; extern const uint32_t CURLManager_PopTask_m3497533704_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t CURLManager_SetTaskTarget_m1671834598_MetadataUsageId; extern const uint32_t CURLManager_OnTaskEnd_m906488029_MetadataUsageId; extern const uint32_t CURLManager_GetResState_m3860133774_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3690580538_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m2438093830_RuntimeMethod_var; extern const uint32_t CURLManager_RemoveUrlObject_m1275450391_MetadataUsageId; extern const uint32_t CURLManager_GetUrlObject_m173663503_MetadataUsageId; extern const uint32_t CURLPostData__ctor_m4085435323_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t OnUrlGetTaskDown_BeginInvoke_m670770688_MetadataUsageId; extern RuntimeClass* DMXmlNode_t3958967524_il2cpp_TypeInfo_var; extern const uint32_t DMXmlDocument__ctor_m1999715427_MetadataUsageId; extern RuntimeClass* DMXmlDocument_t2468531415_il2cpp_TypeInfo_var; extern RuntimeClass* DMXmlSerial_t1029243897_il2cpp_TypeInfo_var; extern RuntimeClass* DMXmlNodeList_t795971656_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m2128542311_RuntimeMethod_var; extern const uint32_t DMXmlDocument_LoadXml_m2953623357_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern String_t* _stringLiteral20745326; extern String_t* _stringLiteral3453007779; extern const uint32_t DMXmlDocument_Save_m863657147_MetadataUsageId; extern RuntimeClass* BetterList_1_t2935806958_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m4039421717_RuntimeMethod_var; extern const uint32_t DMXmlNode__ctor_m4014632942_MetadataUsageId; extern const uint32_t DMXmlNode_get_Name_m3620017394_MetadataUsageId; extern const uint32_t DMXmlNode_SetNodeName_m1124391796_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m3745418477_RuntimeMethod_var; extern const uint32_t DMXmlNode_get_FirstChild_m4174520049_MetadataUsageId; extern const uint32_t DMXmlNode_CreateElement_m495605703_MetadataUsageId; extern const uint32_t DMXmlNode_AppendChild_m1303778160_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m2032547231_RuntimeMethod_var; extern const uint32_t DMXmlNode_GetAttribute_m2954850936_MetadataUsageId; extern const uint32_t DMXmlNode_GetAttributeString_m2462131447_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t DMXmlNode_GetAttributeInt_m4115790630_MetadataUsageId; extern const uint32_t DMXmlNode_GetAttributeLong_m1570139501_MetadataUsageId; extern const uint32_t DMXmlNode_GetAttributeFloat_m3975085840_MetadataUsageId; extern const uint32_t DMXmlNode_GetAttributeDouble_m324706818_MetadataUsageId; extern const uint32_t DMXmlNode_GetAttributeVector3_m4127812578_MetadataUsageId; extern RuntimeClass* DMXmlAttribute_t3780786640_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m1865026566_RuntimeMethod_var; extern const uint32_t DMXmlNode_SetAttribute_m3965231450_MetadataUsageId; extern const uint32_t DMXmlNode_AddAttributeNative_m669688486_MetadataUsageId; extern const uint32_t DMXmlNode_FindAttriIndex_m1216428450_MetadataUsageId; extern const uint32_t DMXmlNode_SerialToString_m2359361991_MetadataUsageId; extern const uint32_t DMXmlNode__cctor_m3878978489_MetadataUsageId; extern const RuntimeMethod* BetterList_1__ctor_m4079346502_RuntimeMethod_var; extern const uint32_t DMXmlNodeList__ctor_m2198242240_MetadataUsageId; extern const uint32_t DMXmlNodeList_FindNodeList_m835661080_MetadataUsageId; extern const uint32_t DMXmlSerial_FromString_m2973593847_MetadataUsageId; extern const uint32_t DMXmlSerial_get_RealText_m3350810865_MetadataUsageId; extern const uint32_t DMXmlSerial_EqualString_m4204928528_MetadataUsageId; extern const uint32_t DMXmlSerial__cctor_m3805351238_MetadataUsageId; extern const uint32_t IDataUnit_GetStringData_m843526978_MetadataUsageId; extern const uint32_t IDataUnit_GetXmlElemString_m707659889_MetadataUsageId; extern const uint32_t IDataUnit_GetXmlElemString_m3411326493_MetadataUsageId; extern const uint32_t IDataUnit_GetXmlElemFloat_m1347237996_MetadataUsageId; extern const uint32_t IDataUnit_GetXmlElemInt_m4049370064_MetadataUsageId; extern const uint32_t IDataUnit_GetXmlElemLong_m3746364447_MetadataUsageId; extern const uint32_t IDataUnit_GetXmlElemDouble_m3307222741_MetadataUsageId; extern RuntimeClass* List_1_t2869341516_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3152364487_RuntimeMethod_var; extern const uint32_t ActionEffect__ctor_m1052187113_MetadataUsageId; extern const uint32_t ActionInfo__ctor_m3533770338_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3911196134_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2199590249_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3988524122_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1088303580_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2208238762_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3311733826_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1158359793_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1886869245_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2312709220_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2903941560_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3768010563_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1205774902_RuntimeMethod_var; extern String_t* _stringLiteral2007911931; extern String_t* _stringLiteral2942152452; extern String_t* _stringLiteral779389739; extern const uint32_t CInteractiveConfig__ctor_m9305230_MetadataUsageId; extern RuntimeClass* CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var; extern const uint32_t CInteractiveConfig_GetInstance_m1304557195_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m798973611_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetActionName_m3535109887_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1280097966_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1586686462_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetNewActionInfo_m1305062132_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m620664077_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m445751559_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetPoseActionInfo_m531375289_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* ActionInfo_t727515507_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2371872819_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1681362054_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2277765195_RuntimeMethod_var; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral416089526; extern String_t* _stringLiteral3537636618; extern String_t* _stringLiteral1974240862; extern String_t* _stringLiteral3967592422; extern const uint32_t CInteractiveConfig_LoadPoseConfig_m2056588788_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m1725473467_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_LoadBabyConfig_m2983795899_MetadataUsageId; extern RuntimeClass* ActionEffect_t4203267823_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2154023298_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m2322919848_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2841163766_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2074792419_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2024781851_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m918358533_RuntimeMethod_var; extern String_t* _stringLiteral2839847629; extern String_t* _stringLiteral874708433; extern String_t* _stringLiteral2627059356; extern String_t* _stringLiteral2282212872; extern String_t* _stringLiteral86892130; extern String_t* _stringLiteral1293992047; extern String_t* _stringLiteral3757723058; extern String_t* _stringLiteral737729464; extern const uint32_t CInteractiveConfig_LoadCfg_m1268092411_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetActionCout_m3762355685_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetActionData_m2234212052_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m699107486_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2199357574_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m4226727103_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1362381464_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4046672389_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2039758131_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetPageNewActionData_m906144542_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetPageActionData_m1215408656_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m1887984566_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetNewMaxPageIndex_m454962462_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetMaxPageIndex_m1766240659_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m827914923_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_AddInfo_m1934794123_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3364340345_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_ClearInfo_m2197653334_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m447978254_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetAmount_m1817999266_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2658419190_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetBabyActionCount_m1630626367_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1542683258_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetBabyActionInfo_m4058099190_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetActionLevel_m1230701415_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m2491068633_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_AddPose_m3055389549_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetPoseInfo_m3565366531_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetPoseCount_m3237094582_MetadataUsageId; extern const uint32_t OnChooseNewInter_BeginInvoke_m1112386903_MetadataUsageId; extern const uint32_t CKDDeviceInfo__ctor_m1890349121_MetadataUsageId; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern const RuntimeMethod* Action_3_Invoke_m1713880820_RuntimeMethod_var; extern const uint32_t CKDDeviceService__OnMotion_m232953697_MetadataUsageId; extern const uint32_t CKDDeviceService_InitSDK_m3227313430_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2358343581_RuntimeMethod_var; extern const uint32_t CKDDeviceService_GetFitfunID_m3767961297_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m15403554_RuntimeMethod_var; extern const uint32_t CKDDeviceService_OnServerFitfunID_m419544197_MetadataUsageId; extern RuntimeClass* MessageHandler_t3017544858_il2cpp_TypeInfo_var; extern const uint32_t CKDDeviceService_GetMH_m4225318652_MetadataUsageId; extern RuntimeClass* IMsgHandler_t1759955388_il2cpp_TypeInfo_var; extern const uint32_t CKDDeviceService_GetShoe_m3374105253_MetadataUsageId; extern const uint32_t CKDDeviceService_GetSteer_m1866443668_MetadataUsageId; extern const uint32_t CKDDeviceService_QueryMyFriends_m2941769216_MetadataUsageId; extern const uint32_t CKDDeviceService_GetKDFriends_m3072945520_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_GetEnumerator_m2298069321_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4077443021_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3610446807_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_AddLast_m329034811_RuntimeMethod_var; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral3452614641; extern const uint32_t CKDDeviceService__OnCbInviteFriend_m3737848923_MetadataUsageId; extern const uint32_t CKDDeviceService_QueryRank_m2341874961_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_get_Count_m2611927432_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m3977447555_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m1152914827_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m2708647211_RuntimeMethod_var; extern const uint32_t CKDDeviceService_TryQueryInviteMsg_m3393537067_MetadataUsageId; extern const uint32_t CKDDeviceService_InviteFriend_m1272920884_MetadataUsageId; extern RuntimeClass* CKDDeviceInfo_t2554338809_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3069956404_RuntimeMethod_var; extern String_t* _stringLiteral3672441259; extern String_t* _stringLiteral1103527397; extern String_t* _stringLiteral3398178432; extern String_t* _stringLiteral381334673; extern String_t* _stringLiteral925190505; extern String_t* _stringLiteral3720553195; extern const uint32_t CKDDeviceService__OnDeviceState_m3200656866_MetadataUsageId; extern const uint32_t CKDDeviceService_GetUserInfo_m127745633_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2189478225_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1876512557_RuntimeMethod_var; extern const uint32_t CKDDeviceService_GetDeviceInfo_m1244554302_MetadataUsageId; extern const uint32_t CKDDeviceService_IsDeviceActive_m2229823299_MetadataUsageId; extern const uint32_t CKDDeviceService_GetActiveDeviceCount_m1364410885_MetadataUsageId; extern const uint32_t CKDDeviceService_SearchDevice_m3380157144_MetadataUsageId; extern const uint32_t CKDDeviceService_ConnectDevice_m1043854926_MetadataUsageId; extern const uint32_t CKDDeviceService_DisConnectDevice_m1627545130_MetadataUsageId; extern const uint32_t CKDDeviceService_SearchScreenProj_m2488004950_MetadataUsageId; extern String_t* _stringLiteral4046709096; extern const uint32_t CKDDeviceService_GameStart_m2909485344_MetadataUsageId; extern const RuntimeMethod* JsonUtility_FromJson_TisGameEndParams_t2409445106_m3803418968_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m2461023210_RuntimeMethod_var; extern const uint32_t CKDDeviceService_OnGameEndLoom_m3901179651_MetadataUsageId; extern RuntimeClass* Loom_t3759828253_il2cpp_TypeInfo_var; extern const RuntimeMethod* CKDDeviceService_OnGameEndLoom_m3901179651_RuntimeMethod_var; extern const uint32_t CKDDeviceService_OnGameEndResponseInner_m779080306_MetadataUsageId; extern RuntimeClass* Action_2_t3073627706_il2cpp_TypeInfo_var; extern const RuntimeMethod* CKDDeviceService_OnGameEndResponseInner_m779080306_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2499209327_RuntimeMethod_var; extern String_t* _stringLiteral3695337728; extern const uint32_t CKDDeviceService_GameEnd_m1029591614_MetadataUsageId; extern const uint32_t CKDDeviceService_Vibrate_m1755361635_MetadataUsageId; extern const uint32_t CKDDeviceService_CheckDevice_m2621073828_MetadataUsageId; extern String_t* _stringLiteral3889873041; extern const uint32_t CKDDeviceService_ExitApp_m2423776312_MetadataUsageId; extern String_t* _stringLiteral202982998; extern const uint32_t CKDDeviceService_ShowInviteFriend_m2850433176_MetadataUsageId; extern const uint32_t CKDDeviceService_QueryInviteInfo_m2550098699_MetadataUsageId; extern const uint32_t CKDDeviceService_TryGetInviteInfo_m3333095426_MetadataUsageId; extern RuntimeClass* LinkedList_1_t2907844050_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2625280635_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t4026413551_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m2471290996_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2807742409_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m10894940_RuntimeMethod_var; extern const uint32_t CKDDeviceService__cctor_m3260838578_MetadataUsageId; extern RuntimeClass* Singleton_1_t19536393_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1__ctor_m1398614225_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern String_t* _stringLiteral2922961699; extern const uint32_t CMiscConfig__ctor_m2928729564_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1279106658_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m187286838_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t CMiscConfig_OnLoad_m775998711_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var; extern const uint32_t CMiscConfig_Exist_m354779141_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m2643467469_RuntimeMethod_var; extern const uint32_t CMiscConfig_GetValue_m1810403399_MetadataUsageId; extern const uint32_t CMiscConfig_GetInt_m1183615064_MetadataUsageId; extern const uint32_t CMiscConfig_GetFloat_m1675196209_MetadataUsageId; extern const uint32_t CMiscConfig_GetGroupValue_m2479427269_MetadataUsageId; extern const uint32_t CMiscConfig_GetGroupValueInt_m1897524817_MetadataUsageId; extern RuntimeClass* Dictionary_2U5BU5D_t635963316_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t413092361_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3194139652_RuntimeMethod_var; extern const uint32_t CPhotoManager__ctor_m305653688_MetadataUsageId; extern RuntimeClass* CPhotoManager_t704993275_il2cpp_TypeInfo_var; extern const uint32_t CPhotoManager_GetInstance_m953076413_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2703509630_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3866122697_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m181540397_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3420153151_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3539223798_RuntimeMethod_var; extern const uint32_t CPhotoManager_ClearAll_m2434027800_MetadataUsageId; extern const uint32_t CPhotoManager_ClearExceptSceneRoles_m896835478_MetadataUsageId; extern RuntimeClass* CPlayerPhotoLib_t3645419873_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3197124127_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m804743470_RuntimeMethod_var; extern const uint32_t CPhotoManager_GetPlayerPhotoLib_m2927084127_MetadataUsageId; extern String_t* _stringLiteral3455563761; extern const uint32_t CPhotoManager_GetSmallPictureName_m736706205_MetadataUsageId; extern RuntimeClass* List_1_t1465954377_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3900357046_RuntimeMethod_var; extern const uint32_t CPlayerPhotoLib__ctor_m679019940_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_RequestPhotoByID_m1686474240_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3443885369_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3818745975_RuntimeMethod_var; extern const uint32_t CPlayerPhotoLib_RequestBigPhotos_m1203630522_MetadataUsageId; extern RuntimeClass* List_1_t913674750_il2cpp_TypeInfo_var; extern RuntimeClass* CPhotoInfo_t4288846931_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3581340774_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m1998034305_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2279817056_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m358737454_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3814898732_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2237906497_RuntimeMethod_var; extern const uint32_t CPlayerPhotoLib_FreshPhotoID_m595005453_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_SetPhotoID_m3385342145_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_GetPhotoCount_m3590539697_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_GetPhotoID_m2206472803_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_GetTexture_m3806613399_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_GetTextureByPhotoID_m1514093914_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3946063580_RuntimeMethod_var; extern const uint32_t CPlayerPhotoLib_ClearAll_m2535572549_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_ClearExceptPhoto_m500777317_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_PushPhotoResult_m1296904173_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern const uint32_t CPlayerPhotoLib_OnUrlGetTaskDown_m590214053_MetadataUsageId; extern const uint32_t CPlayerPhotoLib_OnUrlGetTaskDownBig_m1510161283_MetadataUsageId; extern RuntimeClass* OnUrlGetTaskDown_t3730717116_il2cpp_TypeInfo_var; extern const RuntimeMethod* CPlayerPhotoLib_OnUrlGetTaskDownBig_m1510161283_RuntimeMethod_var; extern const RuntimeMethod* CPlayerPhotoLib_OnUrlGetTaskDown_m590214053_RuntimeMethod_var; extern String_t* _stringLiteral3589525207; extern const uint32_t CPlayerPhotoLib_RequestGetPhoto_m4064108061_MetadataUsageId; extern const uint32_t CPhotoInfo_DestroyAll_m1184636937_MetadataUsageId; extern String_t* _stringLiteral3301358845; extern const uint32_t CRoleConfig__ctor_m3422238869_MetadataUsageId; extern const uint32_t CRoleConfig_GetInstance_m594178867_MetadataUsageId; extern RuntimeClass* CIniFile_t2879301433_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1628940300; extern String_t* _stringLiteral1879991198; extern const uint32_t CRoleConfig_OnLoad_m885446008_MetadataUsageId; extern RuntimeClass* Dictionary_2_t714391340_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2790634385_RuntimeMethod_var; extern String_t* _stringLiteral3538896941; extern const uint32_t CSuitAnimCfg__ctor_m3568104541_MetadataUsageId; extern const uint32_t CSuitAnimCfg_GetInstance_m1078416264_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m353586409_RuntimeMethod_var; extern const uint32_t CSuitAnimCfg_GetDefaultDisplayLevel_m807057142_MetadataUsageId; extern const RuntimeMethod* List_1_IndexOf_m2189688348_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1488119755_RuntimeMethod_var; extern const uint32_t CSuitAnimCfg_CheckHigherLevel_m352451230_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1674573557_RuntimeMethod_var; extern const uint32_t CSuitAnimCfg_FindSuitAnim_m1797261368_MetadataUsageId; extern const uint32_t CSuitAnimCfg_IfCanPlayRelaxSuitAnim_m3746905269_MetadataUsageId; extern const uint32_t CSuitAnimCfg_IfCanPlayIdleSuitAnim_m255096553_MetadataUsageId; extern const uint32_t CSuitAnimCfg_IfCanPlayWalkSuitAnim_m155147968_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3914404257_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1108676631_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m46437669_RuntimeMethod_var; extern const uint32_t CSuitAnimCfg_Clear_m614098758_MetadataUsageId; extern RuntimeClass* stSuitData_t1825678009_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1680470531_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1930956209_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m398309918_RuntimeMethod_var; extern String_t* _stringLiteral2328036797; extern const uint32_t CSuitAnimCfg_OnLoad_m2324873810_MetadataUsageId; extern String_t* _stringLiteral3455563725; extern String_t* _stringLiteral3452614605; extern String_t* _stringLiteral3452614591; extern String_t* _stringLiteral3452614590; extern String_t* _stringLiteral3452614589; extern String_t* _stringLiteral3452614588; extern const uint32_t CSuitAnimCfg_ParseDisplayLevel_m3026119263_MetadataUsageId; extern RuntimeClass* List_1_t1927861623_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t949353519_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m448327179_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1143566052_RuntimeMethod_var; extern const uint32_t CSuitAnimCfg__cctor_m3658132243_MetadataUsageId; extern String_t* _stringLiteral1949155672; extern String_t* _stringLiteral1936059840; extern String_t* _stringLiteral63249541; extern String_t* _stringLiteral3540494311; extern String_t* _stringLiteral1232840130; extern String_t* _stringLiteral1985563838; extern String_t* _stringLiteral3561638412; extern const uint32_t stSuitData__ctor_m2702023732_MetadataUsageId; extern const uint32_t stSuitData_get_AnimName_m3940212888_MetadataUsageId; extern const uint32_t stSuitData_GetSuitItemID_m2858052435_MetadataUsageId; extern const uint32_t stSuitData_GetItemCount_m2382697868_MetadataUsageId; extern const uint32_t stSuitData_IfCanPlayRelaxAnim_m652558210_MetadataUsageId; extern const uint32_t stSuitData_IfCanPlayIdleAnim_m3772956317_MetadataUsageId; extern const uint32_t stSuitData_IfCanPlayWalkAnim_m489384516_MetadataUsageId; extern const uint32_t stSuitData_CheckContiansSubModelItems_m1947187093_MetadataUsageId; extern const uint32_t CTextHelp__ctor_m989630194_MetadataUsageId; extern RuntimeClass* CTextHelp_t2329227920_il2cpp_TypeInfo_var; extern const uint32_t CTextHelp_GetInstance_m2293063283_MetadataUsageId; extern RuntimeClass* Singleton_1_t367392258_il2cpp_TypeInfo_var; extern const RuntimeMethod* Singleton_1_get_Instance_m4269561041_RuntimeMethod_var; extern String_t* _stringLiteral2875883343; extern const uint32_t CTextHelp_PushTask_m3211228919_MetadataUsageId; extern String_t* _stringLiteral2328985104; extern const uint32_t CTextHelp_OnLoad_m3394852751_MetadataUsageId; extern String_t* _stringLiteral3987835854; extern const uint32_t CTextHelp_LoadShopCfg_m1377951526_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var; extern const uint32_t CTextHelp_GetserverText_m3201211606_MetadataUsageId; extern const uint32_t CTextHelp_StringSplit_m3678355365_MetadataUsageId; extern const uint32_t GameEndParams__ctor_m1075272692_MetadataUsageId; extern RuntimeClass* CAvatarInfo_t655526405_il2cpp_TypeInfo_var; extern const uint32_t HS_Rank__ctor_m2465333965_MetadataUsageId; extern String_t* _stringLiteral439247435; extern const uint32_t HS_Rank_UpDate_m3926289995_MetadataUsageId; extern const uint32_t HS_Rank_GetCurActiveShopModel_m3239089478_MetadataUsageId; extern String_t* _stringLiteral4145493834; extern String_t* _stringLiteral3385978947; extern String_t* _stringLiteral1859365861; extern String_t* _stringLiteral712354789; extern const uint32_t HS_Rank_SwitchShowModel_m1475672820_MetadataUsageId; extern String_t* _stringLiteral4119694971; extern const uint32_t HS_Rank_GetPos_m2814987760_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3937145582_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1026609676_RuntimeMethod_var; extern const uint32_t ShopConfig__ctor_m1911515090_MetadataUsageId; extern RuntimeClass* ShopConfig_t4062099933_il2cpp_TypeInfo_var; extern const uint32_t ShopConfig_GetInstance_m1661698564_MetadataUsageId; extern String_t* _stringLiteral3741407105; extern const uint32_t ShopConfig_PushTask_m2995257737_MetadataUsageId; extern const uint32_t ShopConfig_OnLoad_m1594113155_MetadataUsageId; extern RuntimeClass* StaticConfigUnit_t753464955_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m3450848055_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3743402429_RuntimeMethod_var; extern String_t* _stringLiteral3883939826; extern String_t* _stringLiteral920572944; extern String_t* _stringLiteral3923320070; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral3493283449; extern String_t* _stringLiteral3220737639; extern String_t* _stringLiteral3575649430; extern const uint32_t ShopConfig_LoadShopCfg_m3900391647_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m4174601776_RuntimeMethod_var; extern const uint32_t ShopConfig_GetAdditon_m3452989570_MetadataUsageId; extern const uint32_t ShopConfig_GetName_m715917711_MetadataUsageId; extern const uint32_t ShopConfig_GetFashionStar_m3544697692_MetadataUsageId; extern const uint32_t ShopConfig_GetLevel_m4222384479_MetadataUsageId; extern String_t* _stringLiteral3457660909; extern String_t* _stringLiteral3452614637; extern String_t* _stringLiteral3452614623; extern const uint32_t ShopConfig_GetLevelPath_m2224056482_MetadataUsageId; extern String_t* _stringLiteral1124450886; extern String_t* _stringLiteral2690534827; extern String_t* _stringLiteral2287250300; extern const uint32_t ShopConfig_GetLevelBGPath_m4160939462_MetadataUsageId; extern const uint32_t ShopConfig_GetDesc_m2167973344_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1024091293; extern String_t* _stringLiteral1180587857; extern String_t* _stringLiteral1180587864; extern String_t* _stringLiteral3521546340; extern const uint32_t ShopConfig_GetIconPath_m3892636116_MetadataUsageId; extern const uint32_t StaticConfigUnit__ctor_m3479754044_MetadataUsageId; extern RuntimeClass* List_1_t4187288215_il2cpp_TypeInfo_var; extern RuntimeClass* StaticTag_t2715213473_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2026858216_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3699235404_RuntimeMethod_var; extern const uint32_t StaticConfigUnit_get_staticTagList_m33576803_MetadataUsageId; extern const uint32_t StaticConfigUnit_get_PathList_m926724857_MetadataUsageId; extern RuntimeClass* U3CGetTagsU3Ec__AnonStorey0_t1770152849_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t3540507597_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetTagsU3Ec__AnonStorey0_U3CU3Em__0_m3081658232_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3966466281_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m697440477_RuntimeMethod_var; extern const uint32_t StaticConfigUnit_GetTags_m2729679513_MetadataUsageId; extern const uint32_t StaticTag_get_TagId_m3763007974_MetadataUsageId; extern const uint32_t StaticTag_get_Desc_m3397490949_MetadataUsageId; extern String_t* _stringLiteral3582893723; extern String_t* _stringLiteral3474744248; extern const uint32_t StaticTag_get_Icon_m880056098_MetadataUsageId; extern String_t* _stringLiteral3452614621; extern String_t* _stringLiteral3452614622; extern const uint32_t StaticTag_GetLevelStr_m935452897_MetadataUsageId; extern String_t* _stringLiteral246669080; extern const uint32_t StaticTag_ToString_m502265255_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2894772567_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1146460721_RuntimeMethod_var; extern const uint32_t CCustomNetMsgHooker__ctor_m3128157556_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m169465257_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2444938132_RuntimeMethod_var; extern String_t* _stringLiteral2779891651; extern const uint32_t CCustomNetMsgHooker_OnCallBackCustomMsg_m3029798170_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m3367577580_RuntimeMethod_var; extern const uint32_t CCustomNetMsgHooker_RegisterCustomCallback_m690621943_MetadataUsageId; extern const uint32_t CNetLink__ctor_m2107516412_MetadataUsageId; extern RuntimeClass* TcpClient_t822906377_il2cpp_TypeInfo_var; extern RuntimeClass* IPAddress_t241777590_il2cpp_TypeInfo_var; extern RuntimeClass* AsyncCallback_t3962456242_il2cpp_TypeInfo_var; extern const RuntimeMethod* CNetLink_OnEndConnect_m2634782169_RuntimeMethod_var; extern const uint32_t CNetLink_Init_m1455686201_MetadataUsageId; extern RuntimeClass* SocketException_t3852068672_il2cpp_TypeInfo_var; extern const RuntimeMethod* CNetLink_OnEndWriteBytes_m3391250019_RuntimeMethod_var; extern String_t* _stringLiteral2181670832; extern String_t* _stringLiteral691924018; extern const uint32_t CNetLink_Send_m1150124387_MetadataUsageId; extern RuntimeClass* IAsyncResult_t767004451_il2cpp_TypeInfo_var; extern const RuntimeMethod* CNetLink_OnEndReadBytes_m3148608195_RuntimeMethod_var; extern String_t* _stringLiteral1339198480; extern const uint32_t CNetLink_OnEndConnect_m2634782169_MetadataUsageId; extern String_t* _stringLiteral2553861418; extern String_t* _stringLiteral514436850; extern const uint32_t CNetLink_OnEndReadBytes_m3148608195_MetadataUsageId; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern String_t* _stringLiteral709421306; extern String_t* _stringLiteral3556617970; extern const uint32_t CNetLink_OnEndWriteBytes_m3391250019_MetadataUsageId; extern RuntimeClass* BetterList_1_t289316694_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m916496649_RuntimeMethod_var; extern const uint32_t CNetReceiver__ctor_m1335029303_MetadataUsageId; extern RuntimeClass* Help_t3634822582_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m318494546_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m3689618584_RuntimeMethod_var; extern const uint32_t CNetReceiver_OnGetStream_m361994846_MetadataUsageId; extern RuntimeClass* Singleton_1_t3098501191_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Clear_m2496795138_RuntimeMethod_var; extern const RuntimeMethod* Singleton_1_get_Instance_m1324156550_RuntimeMethod_var; extern String_t* _stringLiteral497383065; extern const uint32_t CNetReceiver_OnReceiveMsg_m1573803191_MetadataUsageId; extern const uint32_t CNetReceiver_ParseMessage_m1278601957_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1017091031; extern String_t* _stringLiteral2113405506; extern const uint32_t CNetServerConfig__ctor_m3381213502_MetadataUsageId; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern const uint32_t CNetServerConfig_GetInstance_m1865421617_MetadataUsageId; extern String_t* _stringLiteral2684476099; extern const uint32_t CNetServerConfig_IfAsQaVersion999_m4231909141_MetadataUsageId; extern String_t* _stringLiteral1973861653; extern String_t* _stringLiteral289727540; extern String_t* _stringLiteral3140485902; extern String_t* _stringLiteral3099255805; extern String_t* _stringLiteral228733076; extern String_t* _stringLiteral1447160011; extern const uint32_t CNetServerConfig_ReplaceServerURL_m4059194231_MetadataUsageId; extern const uint32_t CNetServerConfig_RemoveSpecialChar_m1360360370_MetadataUsageId; extern String_t* _stringLiteral1857640747; extern String_t* _stringLiteral1641314981; extern String_t* _stringLiteral1857640735; extern String_t* _stringLiteral78670843; extern String_t* _stringLiteral3222463383; extern String_t* _stringLiteral1159150451; extern String_t* _stringLiteral201333861; extern String_t* _stringLiteral4058231383; extern String_t* _stringLiteral547868706; extern String_t* _stringLiteral3487531289; extern String_t* _stringLiteral3244639834; extern const uint32_t CNetServerConfig_SetURLProxy_m2449108802_MetadataUsageId; extern const uint32_t CNetServerConfig_CheckLinkConfig_m251908310_MetadataUsageId; struct StringU5BU5D_t1281789340; struct BoxColliderU5BU5D_t835877379; struct CharU5BU5D_t3528271667; struct ObjectU5BU5D_t2843939325; struct Int32U5BU5D_t385246372; struct ByteU5BU5D_t4116647657; struct DMXmlNodeU5BU5D_t4275982093; struct Dictionary_2U5BU5D_t635963316; struct Int64U5BU5D_t2559172825; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef DMXMLATTRIBUTE_T3780786640_H #define DMXMLATTRIBUTE_T3780786640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNode/DMXmlAttribute struct DMXmlAttribute_t3780786640 : public RuntimeObject { public: // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlNode/DMXmlAttribute::ItemValue DMXmlSerial_t1029243897 * ___ItemValue_0; // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlNode/DMXmlAttribute::ItemKey DMXmlSerial_t1029243897 * ___ItemKey_1; public: inline static int32_t get_offset_of_ItemValue_0() { return static_cast(offsetof(DMXmlAttribute_t3780786640, ___ItemValue_0)); } inline DMXmlSerial_t1029243897 * get_ItemValue_0() const { return ___ItemValue_0; } inline DMXmlSerial_t1029243897 ** get_address_of_ItemValue_0() { return &___ItemValue_0; } inline void set_ItemValue_0(DMXmlSerial_t1029243897 * value) { ___ItemValue_0 = value; Il2CppCodeGenWriteBarrier((&___ItemValue_0), value); } inline static int32_t get_offset_of_ItemKey_1() { return static_cast(offsetof(DMXmlAttribute_t3780786640, ___ItemKey_1)); } inline DMXmlSerial_t1029243897 * get_ItemKey_1() const { return ___ItemKey_1; } inline DMXmlSerial_t1029243897 ** get_address_of_ItemKey_1() { return &___ItemKey_1; } inline void set_ItemKey_1(DMXmlSerial_t1029243897 * value) { ___ItemKey_1 = value; Il2CppCodeGenWriteBarrier((&___ItemKey_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLATTRIBUTE_T3780786640_H #ifndef BETTERLIST_1_T2935806958_H #define BETTERLIST_1_T2935806958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2935806958 : public RuntimeObject { public: // T[] BetterList`1::buffer DMXmlAttributeU5BU5D_t367334641* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2935806958, ___buffer_0)); } inline DMXmlAttributeU5BU5D_t367334641* get_buffer_0() const { return ___buffer_0; } inline DMXmlAttributeU5BU5D_t367334641** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(DMXmlAttributeU5BU5D_t367334641* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2935806958, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2935806958_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef BETTERLIST_1_T3113987842_H #define BETTERLIST_1_T3113987842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t3113987842 : public RuntimeObject { public: // T[] BetterList`1::buffer DMXmlNodeU5BU5D_t4275982093* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t3113987842, ___buffer_0)); } inline DMXmlNodeU5BU5D_t4275982093* get_buffer_0() const { return ___buffer_0; } inline DMXmlNodeU5BU5D_t4275982093** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(DMXmlNodeU5BU5D_t4275982093* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3113987842, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T3113987842_H #ifndef DMXMLSERIAL_T1029243897_H #define DMXMLSERIAL_T1029243897_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlSerial struct DMXmlSerial_t1029243897 : public RuntimeObject { public: // System.Int32 DMCore.Framework.XML.DMXmlSerial::m_start int32_t ___m_start_1; // System.Int32 DMCore.Framework.XML.DMXmlSerial::m_length int32_t ___m_length_2; // System.String DMCore.Framework.XML.DMXmlSerial::m_stringOrg String_t* ___m_stringOrg_3; public: inline static int32_t get_offset_of_m_start_1() { return static_cast(offsetof(DMXmlSerial_t1029243897, ___m_start_1)); } inline int32_t get_m_start_1() const { return ___m_start_1; } inline int32_t* get_address_of_m_start_1() { return &___m_start_1; } inline void set_m_start_1(int32_t value) { ___m_start_1 = value; } inline static int32_t get_offset_of_m_length_2() { return static_cast(offsetof(DMXmlSerial_t1029243897, ___m_length_2)); } inline int32_t get_m_length_2() const { return ___m_length_2; } inline int32_t* get_address_of_m_length_2() { return &___m_length_2; } inline void set_m_length_2(int32_t value) { ___m_length_2 = value; } inline static int32_t get_offset_of_m_stringOrg_3() { return static_cast(offsetof(DMXmlSerial_t1029243897, ___m_stringOrg_3)); } inline String_t* get_m_stringOrg_3() const { return ___m_stringOrg_3; } inline String_t** get_address_of_m_stringOrg_3() { return &___m_stringOrg_3; } inline void set_m_stringOrg_3(String_t* value) { ___m_stringOrg_3 = value; Il2CppCodeGenWriteBarrier((&___m_stringOrg_3), value); } }; struct DMXmlSerial_t1029243897_StaticFields { public: // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlSerial::Empty DMXmlSerial_t1029243897 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(DMXmlSerial_t1029243897_StaticFields, ___Empty_0)); } inline DMXmlSerial_t1029243897 * get_Empty_0() const { return ___Empty_0; } inline DMXmlSerial_t1029243897 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(DMXmlSerial_t1029243897 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLSERIAL_T1029243897_H #ifndef DMXMLNODE_T3958967524_H #define DMXMLNODE_T3958967524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524 : public RuntimeObject { public: // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::k__BackingField DMXmlNode_t3958967524 * ___U3CParentU3Ek__BackingField_0; // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlNode::m_Name DMXmlSerial_t1029243897 * ___m_Name_14; // BetterList`1 DMCore.Framework.XML.DMXmlNode::m_listAttribute BetterList_1_t2935806958 * ___m_listAttribute_15; // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::m_children DMXmlNodeList_t795971656 * ___m_children_16; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(DMXmlNode_t3958967524, ___U3CParentU3Ek__BackingField_0)); } inline DMXmlNode_t3958967524 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline DMXmlNode_t3958967524 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(DMXmlNode_t3958967524 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_Name_14() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_Name_14)); } inline DMXmlSerial_t1029243897 * get_m_Name_14() const { return ___m_Name_14; } inline DMXmlSerial_t1029243897 ** get_address_of_m_Name_14() { return &___m_Name_14; } inline void set_m_Name_14(DMXmlSerial_t1029243897 * value) { ___m_Name_14 = value; Il2CppCodeGenWriteBarrier((&___m_Name_14), value); } inline static int32_t get_offset_of_m_listAttribute_15() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_listAttribute_15)); } inline BetterList_1_t2935806958 * get_m_listAttribute_15() const { return ___m_listAttribute_15; } inline BetterList_1_t2935806958 ** get_address_of_m_listAttribute_15() { return &___m_listAttribute_15; } inline void set_m_listAttribute_15(BetterList_1_t2935806958 * value) { ___m_listAttribute_15 = value; Il2CppCodeGenWriteBarrier((&___m_listAttribute_15), value); } inline static int32_t get_offset_of_m_children_16() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_children_16)); } inline DMXmlNodeList_t795971656 * get_m_children_16() const { return ___m_children_16; } inline DMXmlNodeList_t795971656 ** get_address_of_m_children_16() { return &___m_children_16; } inline void set_m_children_16(DMXmlNodeList_t795971656 * value) { ___m_children_16 = value; Il2CppCodeGenWriteBarrier((&___m_children_16), value); } }; struct DMXmlNode_t3958967524_StaticFields { public: // System.Char DMCore.Framework.XML.DMXmlNode::LT Il2CppChar ___LT_1; // System.Char DMCore.Framework.XML.DMXmlNode::GT Il2CppChar ___GT_2; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE Il2CppChar ___SPACE_3; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE Il2CppChar ___QUOTE_4; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE2 Il2CppChar ___QUOTE2_5; // System.Char DMCore.Framework.XML.DMXmlNode::SLASH Il2CppChar ___SLASH_6; // System.Char DMCore.Framework.XML.DMXmlNode::QMARK Il2CppChar ___QMARK_7; // System.Char DMCore.Framework.XML.DMXmlNode::EQUALS Il2CppChar ___EQUALS_8; // System.Char DMCore.Framework.XML.DMXmlNode::EXCLAMATION Il2CppChar ___EXCLAMATION_9; // System.Char DMCore.Framework.XML.DMXmlNode::DASH Il2CppChar ___DASH_10; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_N Il2CppChar ___SPACE_N_11; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_R Il2CppChar ___SPACE_R_12; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_T Il2CppChar ___SPACE_T_13; public: inline static int32_t get_offset_of_LT_1() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___LT_1)); } inline Il2CppChar get_LT_1() const { return ___LT_1; } inline Il2CppChar* get_address_of_LT_1() { return &___LT_1; } inline void set_LT_1(Il2CppChar value) { ___LT_1 = value; } inline static int32_t get_offset_of_GT_2() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___GT_2)); } inline Il2CppChar get_GT_2() const { return ___GT_2; } inline Il2CppChar* get_address_of_GT_2() { return &___GT_2; } inline void set_GT_2(Il2CppChar value) { ___GT_2 = value; } inline static int32_t get_offset_of_SPACE_3() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_3)); } inline Il2CppChar get_SPACE_3() const { return ___SPACE_3; } inline Il2CppChar* get_address_of_SPACE_3() { return &___SPACE_3; } inline void set_SPACE_3(Il2CppChar value) { ___SPACE_3 = value; } inline static int32_t get_offset_of_QUOTE_4() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE_4)); } inline Il2CppChar get_QUOTE_4() const { return ___QUOTE_4; } inline Il2CppChar* get_address_of_QUOTE_4() { return &___QUOTE_4; } inline void set_QUOTE_4(Il2CppChar value) { ___QUOTE_4 = value; } inline static int32_t get_offset_of_QUOTE2_5() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE2_5)); } inline Il2CppChar get_QUOTE2_5() const { return ___QUOTE2_5; } inline Il2CppChar* get_address_of_QUOTE2_5() { return &___QUOTE2_5; } inline void set_QUOTE2_5(Il2CppChar value) { ___QUOTE2_5 = value; } inline static int32_t get_offset_of_SLASH_6() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SLASH_6)); } inline Il2CppChar get_SLASH_6() const { return ___SLASH_6; } inline Il2CppChar* get_address_of_SLASH_6() { return &___SLASH_6; } inline void set_SLASH_6(Il2CppChar value) { ___SLASH_6 = value; } inline static int32_t get_offset_of_QMARK_7() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QMARK_7)); } inline Il2CppChar get_QMARK_7() const { return ___QMARK_7; } inline Il2CppChar* get_address_of_QMARK_7() { return &___QMARK_7; } inline void set_QMARK_7(Il2CppChar value) { ___QMARK_7 = value; } inline static int32_t get_offset_of_EQUALS_8() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EQUALS_8)); } inline Il2CppChar get_EQUALS_8() const { return ___EQUALS_8; } inline Il2CppChar* get_address_of_EQUALS_8() { return &___EQUALS_8; } inline void set_EQUALS_8(Il2CppChar value) { ___EQUALS_8 = value; } inline static int32_t get_offset_of_EXCLAMATION_9() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EXCLAMATION_9)); } inline Il2CppChar get_EXCLAMATION_9() const { return ___EXCLAMATION_9; } inline Il2CppChar* get_address_of_EXCLAMATION_9() { return &___EXCLAMATION_9; } inline void set_EXCLAMATION_9(Il2CppChar value) { ___EXCLAMATION_9 = value; } inline static int32_t get_offset_of_DASH_10() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___DASH_10)); } inline Il2CppChar get_DASH_10() const { return ___DASH_10; } inline Il2CppChar* get_address_of_DASH_10() { return &___DASH_10; } inline void set_DASH_10(Il2CppChar value) { ___DASH_10 = value; } inline static int32_t get_offset_of_SPACE_N_11() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_N_11)); } inline Il2CppChar get_SPACE_N_11() const { return ___SPACE_N_11; } inline Il2CppChar* get_address_of_SPACE_N_11() { return &___SPACE_N_11; } inline void set_SPACE_N_11(Il2CppChar value) { ___SPACE_N_11 = value; } inline static int32_t get_offset_of_SPACE_R_12() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_R_12)); } inline Il2CppChar get_SPACE_R_12() const { return ___SPACE_R_12; } inline Il2CppChar* get_address_of_SPACE_R_12() { return &___SPACE_R_12; } inline void set_SPACE_R_12(Il2CppChar value) { ___SPACE_R_12 = value; } inline static int32_t get_offset_of_SPACE_T_13() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_T_13)); } inline Il2CppChar get_SPACE_T_13() const { return ___SPACE_T_13; } inline Il2CppChar* get_address_of_SPACE_T_13() { return &___SPACE_T_13; } inline void set_SPACE_T_13(Il2CppChar value) { ___SPACE_T_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODE_T3958967524_H #ifndef LINKEDLISTNODE_1_T1592625792_H #define LINKEDLISTNODE_1_T1592625792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1592625792 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item String_t* ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t687096698 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t1592625792 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t1592625792 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___item_0)); } inline String_t* get_item_0() const { return ___item_0; } inline String_t** get_address_of_item_0() { return &___item_0; } inline void set_item_0(String_t* value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___container_1)); } inline LinkedList_1_t687096698 * get_container_1() const { return ___container_1; } inline LinkedList_1_t687096698 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t687096698 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___forward_2)); } inline LinkedListNode_1_t1592625792 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t1592625792 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t1592625792 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___back_3)); } inline LinkedListNode_1_t1592625792 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t1592625792 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t1592625792 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T1592625792_H #ifndef DICTIONARY_2_T3210789151_H #define DICTIONARY_2_T3210789151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3210789151 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CURLPostDataU5BU5D_t4042832637* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3210789151, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3210789151, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3210789151, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3210789151, ___valueSlots_7)); } inline CURLPostDataU5BU5D_t4042832637* get_valueSlots_7() const { return ___valueSlots_7; } inline CURLPostDataU5BU5D_t4042832637** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CURLPostDataU5BU5D_t4042832637* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3210789151, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3210789151, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3210789151, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3210789151, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3210789151, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3210789151, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3210789151, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3210789151_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2893244353 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3210789151_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2893244353 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2893244353 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2893244353 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3210789151_H #ifndef DICTIONARY_2_T1029701331_H #define DICTIONARY_2_T1029701331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1029701331 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CURLResDataU5BU5D_t824601593* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1029701331, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1029701331, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1029701331, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1029701331, ___valueSlots_7)); } inline CURLResDataU5BU5D_t824601593* get_valueSlots_7() const { return ___valueSlots_7; } inline CURLResDataU5BU5D_t824601593** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CURLResDataU5BU5D_t824601593* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1029701331, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1029701331, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1029701331, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1029701331, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1029701331, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1029701331, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1029701331, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1029701331_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3969980605 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1029701331_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3969980605 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3969980605 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3969980605 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1029701331_H #ifndef LINKEDLIST_1_T687096698_H #define LINKEDLIST_1_T687096698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t1592625792 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t687096698, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t687096698, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t687096698, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t687096698, ___first_5)); } inline LinkedListNode_1_t1592625792 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t1592625792 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t1592625792 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t687096698, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T687096698_H #ifndef ACTIONEFFECT_T4203267823_H #define ACTIONEFFECT_T4203267823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ActionEffect struct ActionEffect_t4203267823 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_EffectName List_1_t3319525431 * ___S_EffectName_0; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_BoneName List_1_t3319525431 * ___S_BoneName_1; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_DelayTime List_1_t2869341516 * ___S_DelayTime_2; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_LastTime List_1_t2869341516 * ___S_LastTime_3; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_EffectName List_1_t3319525431 * ___R_EffectName_4; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_BoneName List_1_t3319525431 * ___R_BoneName_5; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_DelayTime List_1_t2869341516 * ___R_DelayTime_6; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_LastTime List_1_t2869341516 * ___R_LastTime_7; public: inline static int32_t get_offset_of_S_EffectName_0() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_EffectName_0)); } inline List_1_t3319525431 * get_S_EffectName_0() const { return ___S_EffectName_0; } inline List_1_t3319525431 ** get_address_of_S_EffectName_0() { return &___S_EffectName_0; } inline void set_S_EffectName_0(List_1_t3319525431 * value) { ___S_EffectName_0 = value; Il2CppCodeGenWriteBarrier((&___S_EffectName_0), value); } inline static int32_t get_offset_of_S_BoneName_1() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_BoneName_1)); } inline List_1_t3319525431 * get_S_BoneName_1() const { return ___S_BoneName_1; } inline List_1_t3319525431 ** get_address_of_S_BoneName_1() { return &___S_BoneName_1; } inline void set_S_BoneName_1(List_1_t3319525431 * value) { ___S_BoneName_1 = value; Il2CppCodeGenWriteBarrier((&___S_BoneName_1), value); } inline static int32_t get_offset_of_S_DelayTime_2() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_DelayTime_2)); } inline List_1_t2869341516 * get_S_DelayTime_2() const { return ___S_DelayTime_2; } inline List_1_t2869341516 ** get_address_of_S_DelayTime_2() { return &___S_DelayTime_2; } inline void set_S_DelayTime_2(List_1_t2869341516 * value) { ___S_DelayTime_2 = value; Il2CppCodeGenWriteBarrier((&___S_DelayTime_2), value); } inline static int32_t get_offset_of_S_LastTime_3() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_LastTime_3)); } inline List_1_t2869341516 * get_S_LastTime_3() const { return ___S_LastTime_3; } inline List_1_t2869341516 ** get_address_of_S_LastTime_3() { return &___S_LastTime_3; } inline void set_S_LastTime_3(List_1_t2869341516 * value) { ___S_LastTime_3 = value; Il2CppCodeGenWriteBarrier((&___S_LastTime_3), value); } inline static int32_t get_offset_of_R_EffectName_4() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_EffectName_4)); } inline List_1_t3319525431 * get_R_EffectName_4() const { return ___R_EffectName_4; } inline List_1_t3319525431 ** get_address_of_R_EffectName_4() { return &___R_EffectName_4; } inline void set_R_EffectName_4(List_1_t3319525431 * value) { ___R_EffectName_4 = value; Il2CppCodeGenWriteBarrier((&___R_EffectName_4), value); } inline static int32_t get_offset_of_R_BoneName_5() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_BoneName_5)); } inline List_1_t3319525431 * get_R_BoneName_5() const { return ___R_BoneName_5; } inline List_1_t3319525431 ** get_address_of_R_BoneName_5() { return &___R_BoneName_5; } inline void set_R_BoneName_5(List_1_t3319525431 * value) { ___R_BoneName_5 = value; Il2CppCodeGenWriteBarrier((&___R_BoneName_5), value); } inline static int32_t get_offset_of_R_DelayTime_6() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_DelayTime_6)); } inline List_1_t2869341516 * get_R_DelayTime_6() const { return ___R_DelayTime_6; } inline List_1_t2869341516 ** get_address_of_R_DelayTime_6() { return &___R_DelayTime_6; } inline void set_R_DelayTime_6(List_1_t2869341516 * value) { ___R_DelayTime_6 = value; Il2CppCodeGenWriteBarrier((&___R_DelayTime_6), value); } inline static int32_t get_offset_of_R_LastTime_7() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_LastTime_7)); } inline List_1_t2869341516 * get_R_LastTime_7() const { return ___R_LastTime_7; } inline List_1_t2869341516 ** get_address_of_R_LastTime_7() { return &___R_LastTime_7; } inline void set_R_LastTime_7(List_1_t2869341516 * value) { ___R_LastTime_7 = value; Il2CppCodeGenWriteBarrier((&___R_LastTime_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONEFFECT_T4203267823_H #ifndef DICTIONARY_2_T2625280635_H #define DICTIONARY_2_T2625280635_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int64U5BU5D_t2559172825* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2625280635, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2625280635, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2625280635, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2625280635, ___valueSlots_7)); } inline Int64U5BU5D_t2559172825* get_valueSlots_7() const { return ___valueSlots_7; } inline Int64U5BU5D_t2559172825** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int64U5BU5D_t2559172825* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2625280635, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2625280635, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2625280635, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2625280635, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2625280635, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2625280635, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2625280635, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2625280635_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2163511669 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2625280635_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2163511669 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2163511669 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2163511669 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2625280635_H #ifndef CKDDEVICESERVICE_T1823984140_H #define CKDDEVICESERVICE_T1823984140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CKDDeviceService struct CKDDeviceService_t1823984140 : public RuntimeObject { public: public: }; struct CKDDeviceService_t1823984140_StaticFields { public: // System.Boolean DMCore.Logic.CKDDeviceService::s_firstPickInviteMsg bool ___s_firstPickInviteMsg_0; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CKDDeviceService::s_listInviteMsg LinkedList_1_t2907844050 * ___s_listInviteMsg_1; // System.Boolean DMCore.Logic.CKDDeviceService::s_isGaming bool ___s_isGaming_2; // User DMCore.Logic.CKDDeviceService::s_mySelf User_t2909415622 * ___s_mySelf_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CKDDeviceService::s_kdUsrMapping Dictionary_2_t2625280635 * ___s_kdUsrMapping_4; // System.Action`1 DMCore.Logic.CKDDeviceService::GameEndCallback Action_1_t3252573759 * ___GameEndCallback_5; // System.Action`3 DMCore.Logic.CKDDeviceService::onMotion Action_3_t3578807402 * ___onMotion_6; // System.Boolean DMCore.Logic.CKDDeviceService::ServerValid bool ___ServerValid_7; // System.Collections.Generic.List`1 DMCore.Logic.CKDDeviceService::s_listDevice List_1_t4026413551 * ___s_listDevice_8; // System.Action`1 DMCore.Logic.CKDDeviceService::<>f__mg$cache0 Action_1_t2019918284 * ___U3CU3Ef__mgU24cache0_9; // System.Action`2 DMCore.Logic.CKDDeviceService::<>f__mg$cache1 Action_2_t3073627706 * ___U3CU3Ef__mgU24cache1_10; public: inline static int32_t get_offset_of_s_firstPickInviteMsg_0() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_firstPickInviteMsg_0)); } inline bool get_s_firstPickInviteMsg_0() const { return ___s_firstPickInviteMsg_0; } inline bool* get_address_of_s_firstPickInviteMsg_0() { return &___s_firstPickInviteMsg_0; } inline void set_s_firstPickInviteMsg_0(bool value) { ___s_firstPickInviteMsg_0 = value; } inline static int32_t get_offset_of_s_listInviteMsg_1() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_listInviteMsg_1)); } inline LinkedList_1_t2907844050 * get_s_listInviteMsg_1() const { return ___s_listInviteMsg_1; } inline LinkedList_1_t2907844050 ** get_address_of_s_listInviteMsg_1() { return &___s_listInviteMsg_1; } inline void set_s_listInviteMsg_1(LinkedList_1_t2907844050 * value) { ___s_listInviteMsg_1 = value; Il2CppCodeGenWriteBarrier((&___s_listInviteMsg_1), value); } inline static int32_t get_offset_of_s_isGaming_2() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_isGaming_2)); } inline bool get_s_isGaming_2() const { return ___s_isGaming_2; } inline bool* get_address_of_s_isGaming_2() { return &___s_isGaming_2; } inline void set_s_isGaming_2(bool value) { ___s_isGaming_2 = value; } inline static int32_t get_offset_of_s_mySelf_3() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_mySelf_3)); } inline User_t2909415622 * get_s_mySelf_3() const { return ___s_mySelf_3; } inline User_t2909415622 ** get_address_of_s_mySelf_3() { return &___s_mySelf_3; } inline void set_s_mySelf_3(User_t2909415622 * value) { ___s_mySelf_3 = value; Il2CppCodeGenWriteBarrier((&___s_mySelf_3), value); } inline static int32_t get_offset_of_s_kdUsrMapping_4() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_kdUsrMapping_4)); } inline Dictionary_2_t2625280635 * get_s_kdUsrMapping_4() const { return ___s_kdUsrMapping_4; } inline Dictionary_2_t2625280635 ** get_address_of_s_kdUsrMapping_4() { return &___s_kdUsrMapping_4; } inline void set_s_kdUsrMapping_4(Dictionary_2_t2625280635 * value) { ___s_kdUsrMapping_4 = value; Il2CppCodeGenWriteBarrier((&___s_kdUsrMapping_4), value); } inline static int32_t get_offset_of_GameEndCallback_5() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___GameEndCallback_5)); } inline Action_1_t3252573759 * get_GameEndCallback_5() const { return ___GameEndCallback_5; } inline Action_1_t3252573759 ** get_address_of_GameEndCallback_5() { return &___GameEndCallback_5; } inline void set_GameEndCallback_5(Action_1_t3252573759 * value) { ___GameEndCallback_5 = value; Il2CppCodeGenWriteBarrier((&___GameEndCallback_5), value); } inline static int32_t get_offset_of_onMotion_6() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___onMotion_6)); } inline Action_3_t3578807402 * get_onMotion_6() const { return ___onMotion_6; } inline Action_3_t3578807402 ** get_address_of_onMotion_6() { return &___onMotion_6; } inline void set_onMotion_6(Action_3_t3578807402 * value) { ___onMotion_6 = value; Il2CppCodeGenWriteBarrier((&___onMotion_6), value); } inline static int32_t get_offset_of_ServerValid_7() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___ServerValid_7)); } inline bool get_ServerValid_7() const { return ___ServerValid_7; } inline bool* get_address_of_ServerValid_7() { return &___ServerValid_7; } inline void set_ServerValid_7(bool value) { ___ServerValid_7 = value; } inline static int32_t get_offset_of_s_listDevice_8() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_listDevice_8)); } inline List_1_t4026413551 * get_s_listDevice_8() const { return ___s_listDevice_8; } inline List_1_t4026413551 ** get_address_of_s_listDevice_8() { return &___s_listDevice_8; } inline void set_s_listDevice_8(List_1_t4026413551 * value) { ___s_listDevice_8 = value; Il2CppCodeGenWriteBarrier((&___s_listDevice_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_9() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___U3CU3Ef__mgU24cache0_9)); } inline Action_1_t2019918284 * get_U3CU3Ef__mgU24cache0_9() const { return ___U3CU3Ef__mgU24cache0_9; } inline Action_1_t2019918284 ** get_address_of_U3CU3Ef__mgU24cache0_9() { return &___U3CU3Ef__mgU24cache0_9; } inline void set_U3CU3Ef__mgU24cache0_9(Action_1_t2019918284 * value) { ___U3CU3Ef__mgU24cache0_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_10() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___U3CU3Ef__mgU24cache1_10)); } inline Action_2_t3073627706 * get_U3CU3Ef__mgU24cache1_10() const { return ___U3CU3Ef__mgU24cache1_10; } inline Action_2_t3073627706 ** get_address_of_U3CU3Ef__mgU24cache1_10() { return &___U3CU3Ef__mgU24cache1_10; } inline void set_U3CU3Ef__mgU24cache1_10(Action_2_t3073627706 * value) { ___U3CU3Ef__mgU24cache1_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CKDDEVICESERVICE_T1823984140_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map44 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map44_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map46 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map46_5; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map44_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map44_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map44_4() const { return ___U3CU3Ef__switchU24map44_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map44_4() { return &___U3CU3Ef__switchU24map44_4; } inline void set_U3CU3Ef__switchU24map44_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map44_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map44_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map46_5() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map46_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map46_5() const { return ___U3CU3Ef__switchU24map46_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map46_5() { return &___U3CU3Ef__switchU24map46_5; } inline void set_U3CU3Ef__switchU24map46_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map46_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map46_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef DICTIONARY_2_T3311733826_H #define DICTIONARY_2_T3311733826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t3580830742* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3311733826, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3311733826, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3311733826, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3311733826, ___valueSlots_7)); } inline List_1U5BU5D_t3580830742* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t3580830742** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t3580830742* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3311733826, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3311733826, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3311733826, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3311733826, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3311733826, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3311733826, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3311733826, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3311733826_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3185169586 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3311733826_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3185169586 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3185169586 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3185169586 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3311733826_H #ifndef DICTIONARY_2_T2208238762_H #define DICTIONARY_2_T2208238762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2208238762 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t182406414* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2208238762, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2208238762, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2208238762, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2208238762, ___valueSlots_7)); } inline List_1U5BU5D_t182406414* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t182406414** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t182406414* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2208238762, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2208238762, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2208238762, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2208238762, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2208238762, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2208238762, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2208238762, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2208238762_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4081712554 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2208238762_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4081712554 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4081712554 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4081712554 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2208238762_H #ifndef DICTIONARY_2_T1088303580_H #define DICTIONARY_2_T1088303580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1088303580 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t2957099732* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1088303580, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1088303580, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1088303580, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1088303580, ___valueSlots_7)); } inline List_1U5BU5D_t2957099732* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t2957099732** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t2957099732* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1088303580, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1088303580, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1088303580, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1088303580, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1088303580, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1088303580, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1088303580, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1088303580_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2561438576 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1088303580_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2561438576 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2561438576 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2561438576 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1088303580_H #ifndef DICTIONARY_2_T3988524122_H #define DICTIONARY_2_T3988524122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3988524122 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ActionEffectU5BU5D_t1246456950* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3988524122, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3988524122, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3988524122, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3988524122, ___valueSlots_7)); } inline ActionEffectU5BU5D_t1246456950* get_valueSlots_7() const { return ___valueSlots_7; } inline ActionEffectU5BU5D_t1246456950** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ActionEffectU5BU5D_t1246456950* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3988524122, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3988524122, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3988524122, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3988524122, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3988524122, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3988524122, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3988524122, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3988524122_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t96868666 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3988524122_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t96868666 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t96868666 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t96868666 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3988524122_H #ifndef LIST_1_T2199590249_H #define LIST_1_T2199590249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2199590249 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ActionInfoU5BU5D_t4056482658* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2199590249, ____items_1)); } inline ActionInfoU5BU5D_t4056482658* get__items_1() const { return ____items_1; } inline ActionInfoU5BU5D_t4056482658** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ActionInfoU5BU5D_t4056482658* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2199590249, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2199590249, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2199590249_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ActionInfoU5BU5D_t4056482658* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2199590249_StaticFields, ___EmptyArray_4)); } inline ActionInfoU5BU5D_t4056482658* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ActionInfoU5BU5D_t4056482658** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ActionInfoU5BU5D_t4056482658* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2199590249_H #ifndef DICTIONARY_2_T3911196134_H #define DICTIONARY_2_T3911196134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3911196134 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ActionInfoU5BU5D_t4056482658* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3911196134, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3911196134, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3911196134, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3911196134, ___valueSlots_7)); } inline ActionInfoU5BU5D_t4056482658* get_valueSlots_7() const { return ___valueSlots_7; } inline ActionInfoU5BU5D_t4056482658** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ActionInfoU5BU5D_t4056482658* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3911196134, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3911196134, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3911196134, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3911196134, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3911196134, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3911196134, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3911196134, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3911196134_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3660821502 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3911196134_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3660821502 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3660821502 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3660821502 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3911196134_H #ifndef LIST_1_T2869341516_H #define LIST_1_T2869341516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2869341516 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleU5BU5D_t1444911251* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2869341516, ____items_1)); } inline SingleU5BU5D_t1444911251* get__items_1() const { return ____items_1; } inline SingleU5BU5D_t1444911251** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleU5BU5D_t1444911251* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2869341516, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2869341516, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2869341516_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SingleU5BU5D_t1444911251* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2869341516_StaticFields, ___EmptyArray_4)); } inline SingleU5BU5D_t1444911251* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SingleU5BU5D_t1444911251** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SingleU5BU5D_t1444911251* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2869341516_H #ifndef CURLMANAGER_T2578998768_H #define CURLMANAGER_T2578998768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.URL.CURLManager struct CURLManager_t2578998768 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.URL.CURLManager::m_DictionaryRes Dictionary_2_t1029701331 * ___m_DictionaryRes_0; // System.Collections.Generic.LinkedList`1 DMCore.Framework.URL.CURLManager::m_TaskList LinkedList_1_t687096698 * ___m_TaskList_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.URL.CURLManager::m_postTask Dictionary_2_t3210789151 * ___m_postTask_2; // System.Collections.Generic.LinkedList`1 DMCore.Framework.URL.CURLManager::m_postTskList LinkedList_1_t687096698 * ___m_postTskList_3; public: inline static int32_t get_offset_of_m_DictionaryRes_0() { return static_cast(offsetof(CURLManager_t2578998768, ___m_DictionaryRes_0)); } inline Dictionary_2_t1029701331 * get_m_DictionaryRes_0() const { return ___m_DictionaryRes_0; } inline Dictionary_2_t1029701331 ** get_address_of_m_DictionaryRes_0() { return &___m_DictionaryRes_0; } inline void set_m_DictionaryRes_0(Dictionary_2_t1029701331 * value) { ___m_DictionaryRes_0 = value; Il2CppCodeGenWriteBarrier((&___m_DictionaryRes_0), value); } inline static int32_t get_offset_of_m_TaskList_1() { return static_cast(offsetof(CURLManager_t2578998768, ___m_TaskList_1)); } inline LinkedList_1_t687096698 * get_m_TaskList_1() const { return ___m_TaskList_1; } inline LinkedList_1_t687096698 ** get_address_of_m_TaskList_1() { return &___m_TaskList_1; } inline void set_m_TaskList_1(LinkedList_1_t687096698 * value) { ___m_TaskList_1 = value; Il2CppCodeGenWriteBarrier((&___m_TaskList_1), value); } inline static int32_t get_offset_of_m_postTask_2() { return static_cast(offsetof(CURLManager_t2578998768, ___m_postTask_2)); } inline Dictionary_2_t3210789151 * get_m_postTask_2() const { return ___m_postTask_2; } inline Dictionary_2_t3210789151 ** get_address_of_m_postTask_2() { return &___m_postTask_2; } inline void set_m_postTask_2(Dictionary_2_t3210789151 * value) { ___m_postTask_2 = value; Il2CppCodeGenWriteBarrier((&___m_postTask_2), value); } inline static int32_t get_offset_of_m_postTskList_3() { return static_cast(offsetof(CURLManager_t2578998768, ___m_postTskList_3)); } inline LinkedList_1_t687096698 * get_m_postTskList_3() const { return ___m_postTskList_3; } inline LinkedList_1_t687096698 ** get_address_of_m_postTskList_3() { return &___m_postTskList_3; } inline void set_m_postTskList_3(LinkedList_1_t687096698 * value) { ___m_postTskList_3 = value; Il2CppCodeGenWriteBarrier((&___m_postTskList_3), value); } }; struct CURLManager_t2578998768_StaticFields { public: // DMCore.Framework.URL.CURLManager DMCore.Framework.URL.CURLManager::s_Instance CURLManager_t2578998768 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CURLManager_t2578998768_StaticFields, ___s_Instance_4)); } inline CURLManager_t2578998768 * get_s_Instance_4() const { return ___s_Instance_4; } inline CURLManager_t2578998768 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CURLManager_t2578998768 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURLMANAGER_T2578998768_H #ifndef LINKEDLIST_1_T4129815330_H #define LINKEDLIST_1_T4129815330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4129815330 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t740377128 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t4129815330, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t4129815330, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t4129815330, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t4129815330, ___first_5)); } inline LinkedListNode_1_t740377128 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t740377128 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t740377128 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t4129815330, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T4129815330_H #ifndef CTHREAD_T3185686187_H #define CTHREAD_T3185686187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThread struct CThread_t3185686187 : public RuntimeObject { public: // System.Threading.Thread DMCore.Framework.Thread.CThread::m_tIns Thread_t2300836069 * ___m_tIns_0; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Thread.CThread::m_listTaskArray LinkedList_1_t4129815330 * ___m_listTaskArray_1; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Thread.CThread::m_ListEndTask LinkedList_1_t4129815330 * ___m_ListEndTask_2; // DMCore.Framework.Thread.CThreadLock DMCore.Framework.Thread.CThread::m_lockTask CThreadLock_t3315856551 * ___m_lockTask_3; // DMCore.Framework.Thread.CThreadLock DMCore.Framework.Thread.CThread::m_lockEndMsg CThreadLock_t3315856551 * ___m_lockEndMsg_4; // System.Threading.ManualResetEvent DMCore.Framework.Thread.CThread::m_closeEvt ManualResetEvent_t451242010 * ___m_closeEvt_5; // System.Boolean DMCore.Framework.Thread.CThread::m_bLiveFlag bool ___m_bLiveFlag_6; public: inline static int32_t get_offset_of_m_tIns_0() { return static_cast(offsetof(CThread_t3185686187, ___m_tIns_0)); } inline Thread_t2300836069 * get_m_tIns_0() const { return ___m_tIns_0; } inline Thread_t2300836069 ** get_address_of_m_tIns_0() { return &___m_tIns_0; } inline void set_m_tIns_0(Thread_t2300836069 * value) { ___m_tIns_0 = value; Il2CppCodeGenWriteBarrier((&___m_tIns_0), value); } inline static int32_t get_offset_of_m_listTaskArray_1() { return static_cast(offsetof(CThread_t3185686187, ___m_listTaskArray_1)); } inline LinkedList_1_t4129815330 * get_m_listTaskArray_1() const { return ___m_listTaskArray_1; } inline LinkedList_1_t4129815330 ** get_address_of_m_listTaskArray_1() { return &___m_listTaskArray_1; } inline void set_m_listTaskArray_1(LinkedList_1_t4129815330 * value) { ___m_listTaskArray_1 = value; Il2CppCodeGenWriteBarrier((&___m_listTaskArray_1), value); } inline static int32_t get_offset_of_m_ListEndTask_2() { return static_cast(offsetof(CThread_t3185686187, ___m_ListEndTask_2)); } inline LinkedList_1_t4129815330 * get_m_ListEndTask_2() const { return ___m_ListEndTask_2; } inline LinkedList_1_t4129815330 ** get_address_of_m_ListEndTask_2() { return &___m_ListEndTask_2; } inline void set_m_ListEndTask_2(LinkedList_1_t4129815330 * value) { ___m_ListEndTask_2 = value; Il2CppCodeGenWriteBarrier((&___m_ListEndTask_2), value); } inline static int32_t get_offset_of_m_lockTask_3() { return static_cast(offsetof(CThread_t3185686187, ___m_lockTask_3)); } inline CThreadLock_t3315856551 * get_m_lockTask_3() const { return ___m_lockTask_3; } inline CThreadLock_t3315856551 ** get_address_of_m_lockTask_3() { return &___m_lockTask_3; } inline void set_m_lockTask_3(CThreadLock_t3315856551 * value) { ___m_lockTask_3 = value; Il2CppCodeGenWriteBarrier((&___m_lockTask_3), value); } inline static int32_t get_offset_of_m_lockEndMsg_4() { return static_cast(offsetof(CThread_t3185686187, ___m_lockEndMsg_4)); } inline CThreadLock_t3315856551 * get_m_lockEndMsg_4() const { return ___m_lockEndMsg_4; } inline CThreadLock_t3315856551 ** get_address_of_m_lockEndMsg_4() { return &___m_lockEndMsg_4; } inline void set_m_lockEndMsg_4(CThreadLock_t3315856551 * value) { ___m_lockEndMsg_4 = value; Il2CppCodeGenWriteBarrier((&___m_lockEndMsg_4), value); } inline static int32_t get_offset_of_m_closeEvt_5() { return static_cast(offsetof(CThread_t3185686187, ___m_closeEvt_5)); } inline ManualResetEvent_t451242010 * get_m_closeEvt_5() const { return ___m_closeEvt_5; } inline ManualResetEvent_t451242010 ** get_address_of_m_closeEvt_5() { return &___m_closeEvt_5; } inline void set_m_closeEvt_5(ManualResetEvent_t451242010 * value) { ___m_closeEvt_5 = value; Il2CppCodeGenWriteBarrier((&___m_closeEvt_5), value); } inline static int32_t get_offset_of_m_bLiveFlag_6() { return static_cast(offsetof(CThread_t3185686187, ___m_bLiveFlag_6)); } inline bool get_m_bLiveFlag_6() const { return ___m_bLiveFlag_6; } inline bool* get_address_of_m_bLiveFlag_6() { return &___m_bLiveFlag_6; } inline void set_m_bLiveFlag_6(bool value) { ___m_bLiveFlag_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREAD_T3185686187_H #ifndef USERPROPKEY_T1614733642_H #define USERPROPKEY_T1614733642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.UserPropKey struct UserPropKey_t1614733642 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERPROPKEY_T1614733642_H #ifndef USERIDRANGE_T3397558945_H #define USERIDRANGE_T3397558945_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.UserIdRange struct UserIdRange_t3397558945 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERIDRANGE_T3397558945_H #ifndef ROLEMOVECOMMAND_T2448889798_H #define ROLEMOVECOMMAND_T2448889798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.RoleMoveCommand struct RoleMoveCommand_t2448889798 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROLEMOVECOMMAND_T2448889798_H #ifndef NETPROPKEY_T282034785_H #define NETPROPKEY_T282034785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.NetPropKey struct NetPropKey_t282034785 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETPROPKEY_T282034785_H #ifndef LIST_1_T1176315644_H #define LIST_1_T1176315644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1176315644 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ISceneSiteU5BU5D_t1362825763* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1176315644, ____items_1)); } inline ISceneSiteU5BU5D_t1362825763* get__items_1() const { return ____items_1; } inline ISceneSiteU5BU5D_t1362825763** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ISceneSiteU5BU5D_t1362825763* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1176315644, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1176315644, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1176315644_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ISceneSiteU5BU5D_t1362825763* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1176315644_StaticFields, ___EmptyArray_4)); } inline ISceneSiteU5BU5D_t1362825763* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ISceneSiteU5BU5D_t1362825763** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ISceneSiteU5BU5D_t1362825763* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1176315644_H #ifndef CROLEMODELITEM_VEHICLECFGMANAGER_T2872767124_H #define CROLEMODELITEM_VEHICLECFGMANAGER_T2872767124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager struct CRoleModelItem_VehicleCfgManager_t2872767124 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::m_configItemContainer Dictionary_2_t2376990407 * ___m_configItemContainer_0; public: inline static int32_t get_offset_of_m_configItemContainer_0() { return static_cast(offsetof(CRoleModelItem_VehicleCfgManager_t2872767124, ___m_configItemContainer_0)); } inline Dictionary_2_t2376990407 * get_m_configItemContainer_0() const { return ___m_configItemContainer_0; } inline Dictionary_2_t2376990407 ** get_address_of_m_configItemContainer_0() { return &___m_configItemContainer_0; } inline void set_m_configItemContainer_0(Dictionary_2_t2376990407 * value) { ___m_configItemContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_configItemContainer_0), value); } }; struct CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields { public: // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::s_Instance CRoleModelItem_VehicleCfgManager_t2872767124 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields, ___s_Instance_1)); } inline CRoleModelItem_VehicleCfgManager_t2872767124 * get_s_Instance_1() const { return ___s_Instance_1; } inline CRoleModelItem_VehicleCfgManager_t2872767124 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CRoleModelItem_VehicleCfgManager_t2872767124 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_VEHICLECFGMANAGER_T2872767124_H #ifndef CVEHICLEROLEANIMNAME_T758558953_H #define CVEHICLEROLEANIMNAME_T758558953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CVehicleRoleAnimName struct CVehicleRoleAnimName_t758558953 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CVehicleRoleAnimName::m_lastFrameTick int32_t ___m_lastFrameTick_0; // System.Int32 DMCore.Framework.Scene.CVehicleRoleAnimName::m_playingIndex int32_t ___m_playingIndex_1; // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::k__BackingField String_t* ___U3CAnimNameIdleU3Ek__BackingField_2; // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::k__BackingField String_t* ___U3CAnimNameWalkU3Ek__BackingField_3; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CVehicleRoleAnimName::m_listPlayName List_1_t3319525431 * ___m_listPlayName_4; public: inline static int32_t get_offset_of_m_lastFrameTick_0() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___m_lastFrameTick_0)); } inline int32_t get_m_lastFrameTick_0() const { return ___m_lastFrameTick_0; } inline int32_t* get_address_of_m_lastFrameTick_0() { return &___m_lastFrameTick_0; } inline void set_m_lastFrameTick_0(int32_t value) { ___m_lastFrameTick_0 = value; } inline static int32_t get_offset_of_m_playingIndex_1() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___m_playingIndex_1)); } inline int32_t get_m_playingIndex_1() const { return ___m_playingIndex_1; } inline int32_t* get_address_of_m_playingIndex_1() { return &___m_playingIndex_1; } inline void set_m_playingIndex_1(int32_t value) { ___m_playingIndex_1 = value; } inline static int32_t get_offset_of_U3CAnimNameIdleU3Ek__BackingField_2() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___U3CAnimNameIdleU3Ek__BackingField_2)); } inline String_t* get_U3CAnimNameIdleU3Ek__BackingField_2() const { return ___U3CAnimNameIdleU3Ek__BackingField_2; } inline String_t** get_address_of_U3CAnimNameIdleU3Ek__BackingField_2() { return &___U3CAnimNameIdleU3Ek__BackingField_2; } inline void set_U3CAnimNameIdleU3Ek__BackingField_2(String_t* value) { ___U3CAnimNameIdleU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimNameIdleU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CAnimNameWalkU3Ek__BackingField_3() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___U3CAnimNameWalkU3Ek__BackingField_3)); } inline String_t* get_U3CAnimNameWalkU3Ek__BackingField_3() const { return ___U3CAnimNameWalkU3Ek__BackingField_3; } inline String_t** get_address_of_U3CAnimNameWalkU3Ek__BackingField_3() { return &___U3CAnimNameWalkU3Ek__BackingField_3; } inline void set_U3CAnimNameWalkU3Ek__BackingField_3(String_t* value) { ___U3CAnimNameWalkU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimNameWalkU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_listPlayName_4() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___m_listPlayName_4)); } inline List_1_t3319525431 * get_m_listPlayName_4() const { return ___m_listPlayName_4; } inline List_1_t3319525431 ** get_address_of_m_listPlayName_4() { return &___m_listPlayName_4; } inline void set_m_listPlayName_4(List_1_t3319525431 * value) { ___m_listPlayName_4 = value; Il2CppCodeGenWriteBarrier((&___m_listPlayName_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVEHICLEROLEANIMNAME_T758558953_H #ifndef CROLEMODELITEM_VEHICLECFG_T3488277076_H #define CROLEMODELITEM_VEHICLECFG_T3488277076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg struct CRoleModelItem_VehicleCfg_t3488277076 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_bCfgReady bool ___m_bCfgReady_0; // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_bMultiMode bool ___m_bMultiMode_1; // DMCore.Framework.Scene.CVehicleRoleAnimName[] DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_animOwner CVehicleRoleAnimNameU5BU5D_t2303117652* ___m_animOwner_2; // DMCore.Framework.Scene.CVehicleRoleAnimName[] DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_animPartner CVehicleRoleAnimNameU5BU5D_t2303117652* ___m_animPartner_3; public: inline static int32_t get_offset_of_m_bCfgReady_0() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_bCfgReady_0)); } inline bool get_m_bCfgReady_0() const { return ___m_bCfgReady_0; } inline bool* get_address_of_m_bCfgReady_0() { return &___m_bCfgReady_0; } inline void set_m_bCfgReady_0(bool value) { ___m_bCfgReady_0 = value; } inline static int32_t get_offset_of_m_bMultiMode_1() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_bMultiMode_1)); } inline bool get_m_bMultiMode_1() const { return ___m_bMultiMode_1; } inline bool* get_address_of_m_bMultiMode_1() { return &___m_bMultiMode_1; } inline void set_m_bMultiMode_1(bool value) { ___m_bMultiMode_1 = value; } inline static int32_t get_offset_of_m_animOwner_2() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_animOwner_2)); } inline CVehicleRoleAnimNameU5BU5D_t2303117652* get_m_animOwner_2() const { return ___m_animOwner_2; } inline CVehicleRoleAnimNameU5BU5D_t2303117652** get_address_of_m_animOwner_2() { return &___m_animOwner_2; } inline void set_m_animOwner_2(CVehicleRoleAnimNameU5BU5D_t2303117652* value) { ___m_animOwner_2 = value; Il2CppCodeGenWriteBarrier((&___m_animOwner_2), value); } inline static int32_t get_offset_of_m_animPartner_3() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_animPartner_3)); } inline CVehicleRoleAnimNameU5BU5D_t2303117652* get_m_animPartner_3() const { return ___m_animPartner_3; } inline CVehicleRoleAnimNameU5BU5D_t2303117652** get_address_of_m_animPartner_3() { return &___m_animPartner_3; } inline void set_m_animPartner_3(CVehicleRoleAnimNameU5BU5D_t2303117652* value) { ___m_animPartner_3 = value; Il2CppCodeGenWriteBarrier((&___m_animPartner_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_VEHICLECFG_T3488277076_H #ifndef CTHREADLOCK_T3315856551_H #define CTHREADLOCK_T3315856551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551 : public RuntimeObject { public: // System.Threading.Mutex DMCore.Framework.Thread.CThreadLock::m_lock Mutex_t3066672582 * ___m_lock_0; public: inline static int32_t get_offset_of_m_lock_0() { return static_cast(offsetof(CThreadLock_t3315856551, ___m_lock_0)); } inline Mutex_t3066672582 * get_m_lock_0() const { return ___m_lock_0; } inline Mutex_t3066672582 ** get_address_of_m_lock_0() { return &___m_lock_0; } inline void set_m_lock_0(Mutex_t3066672582 * value) { ___m_lock_0 = value; Il2CppCodeGenWriteBarrier((&___m_lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADLOCK_T3315856551_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public RuntimeObject { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_0)); } inline TextReader_t283511965 * get_Null_0() const { return ___Null_0; } inline TextReader_t283511965 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(TextReader_t283511965 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public RuntimeObject { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); } inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; } inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(Stream_t1273022909 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef URI_T100236324_H #define URI_T100236324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t100236324 : public RuntimeObject { public: // System.Boolean System.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String System.Uri::source String_t* ___source_1; // System.String System.Uri::scheme String_t* ___scheme_2; // System.String System.Uri::host String_t* ___host_3; // System.Int32 System.Uri::port int32_t ___port_4; // System.String System.Uri::path String_t* ___path_5; // System.String System.Uri::query String_t* ___query_6; // System.String System.Uri::fragment String_t* ___fragment_7; // System.String System.Uri::userinfo String_t* ___userinfo_8; // System.Boolean System.Uri::isUnc bool ___isUnc_9; // System.Boolean System.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean System.Uri::isAbsoluteUri bool ___isAbsoluteUri_11; // System.Boolean System.Uri::userEscaped bool ___userEscaped_12; // System.String System.Uri::cachedAbsoluteUri String_t* ___cachedAbsoluteUri_13; // System.String System.Uri::cachedToString String_t* ___cachedToString_14; // System.String System.Uri::cachedLocalPath String_t* ___cachedLocalPath_15; // System.Int32 System.Uri::cachedHashCode int32_t ___cachedHashCode_16; // System.UriParser System.Uri::parser UriParser_t3890150400 * ___parser_30; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t100236324, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t100236324, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t100236324, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t100236324, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t100236324, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t100236324, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t100236324, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t100236324, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t100236324, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t100236324, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t100236324, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_isAbsoluteUri_11() { return static_cast(offsetof(Uri_t100236324, ___isAbsoluteUri_11)); } inline bool get_isAbsoluteUri_11() const { return ___isAbsoluteUri_11; } inline bool* get_address_of_isAbsoluteUri_11() { return &___isAbsoluteUri_11; } inline void set_isAbsoluteUri_11(bool value) { ___isAbsoluteUri_11 = value; } inline static int32_t get_offset_of_userEscaped_12() { return static_cast(offsetof(Uri_t100236324, ___userEscaped_12)); } inline bool get_userEscaped_12() const { return ___userEscaped_12; } inline bool* get_address_of_userEscaped_12() { return &___userEscaped_12; } inline void set_userEscaped_12(bool value) { ___userEscaped_12 = value; } inline static int32_t get_offset_of_cachedAbsoluteUri_13() { return static_cast(offsetof(Uri_t100236324, ___cachedAbsoluteUri_13)); } inline String_t* get_cachedAbsoluteUri_13() const { return ___cachedAbsoluteUri_13; } inline String_t** get_address_of_cachedAbsoluteUri_13() { return &___cachedAbsoluteUri_13; } inline void set_cachedAbsoluteUri_13(String_t* value) { ___cachedAbsoluteUri_13 = value; Il2CppCodeGenWriteBarrier((&___cachedAbsoluteUri_13), value); } inline static int32_t get_offset_of_cachedToString_14() { return static_cast(offsetof(Uri_t100236324, ___cachedToString_14)); } inline String_t* get_cachedToString_14() const { return ___cachedToString_14; } inline String_t** get_address_of_cachedToString_14() { return &___cachedToString_14; } inline void set_cachedToString_14(String_t* value) { ___cachedToString_14 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_14), value); } inline static int32_t get_offset_of_cachedLocalPath_15() { return static_cast(offsetof(Uri_t100236324, ___cachedLocalPath_15)); } inline String_t* get_cachedLocalPath_15() const { return ___cachedLocalPath_15; } inline String_t** get_address_of_cachedLocalPath_15() { return &___cachedLocalPath_15; } inline void set_cachedLocalPath_15(String_t* value) { ___cachedLocalPath_15 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_15), value); } inline static int32_t get_offset_of_cachedHashCode_16() { return static_cast(offsetof(Uri_t100236324, ___cachedHashCode_16)); } inline int32_t get_cachedHashCode_16() const { return ___cachedHashCode_16; } inline int32_t* get_address_of_cachedHashCode_16() { return &___cachedHashCode_16; } inline void set_cachedHashCode_16(int32_t value) { ___cachedHashCode_16 = value; } inline static int32_t get_offset_of_parser_30() { return static_cast(offsetof(Uri_t100236324, ___parser_30)); } inline UriParser_t3890150400 * get_parser_30() const { return ___parser_30; } inline UriParser_t3890150400 ** get_address_of_parser_30() { return &___parser_30; } inline void set_parser_30(UriParser_t3890150400 * value) { ___parser_30 = value; Il2CppCodeGenWriteBarrier((&___parser_30), value); } }; struct Uri_t100236324_StaticFields { public: // System.String System.Uri::hexUpperChars String_t* ___hexUpperChars_17; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_18; // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_19; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_20; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_21; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_22; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_23; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_24; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_25; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_26; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_27; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_28; // System.Uri/UriScheme[] System.Uri::schemes UriSchemeU5BU5D_t2082808316* ___schemes_29; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map12 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map12_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map16 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map16_35; public: inline static int32_t get_offset_of_hexUpperChars_17() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___hexUpperChars_17)); } inline String_t* get_hexUpperChars_17() const { return ___hexUpperChars_17; } inline String_t** get_address_of_hexUpperChars_17() { return &___hexUpperChars_17; } inline void set_hexUpperChars_17(String_t* value) { ___hexUpperChars_17 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_17), value); } inline static int32_t get_offset_of_SchemeDelimiter_18() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___SchemeDelimiter_18)); } inline String_t* get_SchemeDelimiter_18() const { return ___SchemeDelimiter_18; } inline String_t** get_address_of_SchemeDelimiter_18() { return &___SchemeDelimiter_18; } inline void set_SchemeDelimiter_18(String_t* value) { ___SchemeDelimiter_18 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_18), value); } inline static int32_t get_offset_of_UriSchemeFile_19() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFile_19)); } inline String_t* get_UriSchemeFile_19() const { return ___UriSchemeFile_19; } inline String_t** get_address_of_UriSchemeFile_19() { return &___UriSchemeFile_19; } inline void set_UriSchemeFile_19(String_t* value) { ___UriSchemeFile_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_19), value); } inline static int32_t get_offset_of_UriSchemeFtp_20() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFtp_20)); } inline String_t* get_UriSchemeFtp_20() const { return ___UriSchemeFtp_20; } inline String_t** get_address_of_UriSchemeFtp_20() { return &___UriSchemeFtp_20; } inline void set_UriSchemeFtp_20(String_t* value) { ___UriSchemeFtp_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_20), value); } inline static int32_t get_offset_of_UriSchemeGopher_21() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeGopher_21)); } inline String_t* get_UriSchemeGopher_21() const { return ___UriSchemeGopher_21; } inline String_t** get_address_of_UriSchemeGopher_21() { return &___UriSchemeGopher_21; } inline void set_UriSchemeGopher_21(String_t* value) { ___UriSchemeGopher_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_21), value); } inline static int32_t get_offset_of_UriSchemeHttp_22() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttp_22)); } inline String_t* get_UriSchemeHttp_22() const { return ___UriSchemeHttp_22; } inline String_t** get_address_of_UriSchemeHttp_22() { return &___UriSchemeHttp_22; } inline void set_UriSchemeHttp_22(String_t* value) { ___UriSchemeHttp_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_22), value); } inline static int32_t get_offset_of_UriSchemeHttps_23() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttps_23)); } inline String_t* get_UriSchemeHttps_23() const { return ___UriSchemeHttps_23; } inline String_t** get_address_of_UriSchemeHttps_23() { return &___UriSchemeHttps_23; } inline void set_UriSchemeHttps_23(String_t* value) { ___UriSchemeHttps_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_23), value); } inline static int32_t get_offset_of_UriSchemeMailto_24() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeMailto_24)); } inline String_t* get_UriSchemeMailto_24() const { return ___UriSchemeMailto_24; } inline String_t** get_address_of_UriSchemeMailto_24() { return &___UriSchemeMailto_24; } inline void set_UriSchemeMailto_24(String_t* value) { ___UriSchemeMailto_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_24), value); } inline static int32_t get_offset_of_UriSchemeNews_25() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNews_25)); } inline String_t* get_UriSchemeNews_25() const { return ___UriSchemeNews_25; } inline String_t** get_address_of_UriSchemeNews_25() { return &___UriSchemeNews_25; } inline void set_UriSchemeNews_25(String_t* value) { ___UriSchemeNews_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_25), value); } inline static int32_t get_offset_of_UriSchemeNntp_26() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNntp_26)); } inline String_t* get_UriSchemeNntp_26() const { return ___UriSchemeNntp_26; } inline String_t** get_address_of_UriSchemeNntp_26() { return &___UriSchemeNntp_26; } inline void set_UriSchemeNntp_26(String_t* value) { ___UriSchemeNntp_26 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_26), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_27() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetPipe_27)); } inline String_t* get_UriSchemeNetPipe_27() const { return ___UriSchemeNetPipe_27; } inline String_t** get_address_of_UriSchemeNetPipe_27() { return &___UriSchemeNetPipe_27; } inline void set_UriSchemeNetPipe_27(String_t* value) { ___UriSchemeNetPipe_27 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_27), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_28() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetTcp_28)); } inline String_t* get_UriSchemeNetTcp_28() const { return ___UriSchemeNetTcp_28; } inline String_t** get_address_of_UriSchemeNetTcp_28() { return &___UriSchemeNetTcp_28; } inline void set_UriSchemeNetTcp_28(String_t* value) { ___UriSchemeNetTcp_28 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_28), value); } inline static int32_t get_offset_of_schemes_29() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___schemes_29)); } inline UriSchemeU5BU5D_t2082808316* get_schemes_29() const { return ___schemes_29; } inline UriSchemeU5BU5D_t2082808316** get_address_of_schemes_29() { return &___schemes_29; } inline void set_schemes_29(UriSchemeU5BU5D_t2082808316* value) { ___schemes_29 = value; Il2CppCodeGenWriteBarrier((&___schemes_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map12_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map12_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map12_31() const { return ___U3CU3Ef__switchU24map12_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map12_31() { return &___U3CU3Ef__switchU24map12_31; } inline void set_U3CU3Ef__switchU24map12_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map12_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map12_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map13_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_32() const { return ___U3CU3Ef__switchU24map13_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_32() { return &___U3CU3Ef__switchU24map13_32; } inline void set_U3CU3Ef__switchU24map13_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map14_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_33() const { return ___U3CU3Ef__switchU24map14_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_33() { return &___U3CU3Ef__switchU24map14_33; } inline void set_U3CU3Ef__switchU24map14_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map15_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_34() const { return ___U3CU3Ef__switchU24map15_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_34() { return &___U3CU3Ef__switchU24map15_34; } inline void set_U3CU3Ef__switchU24map15_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map16_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map16_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map16_35() const { return ___U3CU3Ef__switchU24map16_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map16_35() { return &___U3CU3Ef__switchU24map16_35; } inline void set_U3CU3Ef__switchU24map16_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map16_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map16_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_H #ifndef DICTIONARY_2_T1382638365_H #define DICTIONARY_2_T1382638365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1382638365 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots enumThreadIDU5BU5D_t3988452515* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CThreadU5BU5D_t1554872906* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1382638365, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1382638365, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1382638365, ___keySlots_6)); } inline enumThreadIDU5BU5D_t3988452515* get_keySlots_6() const { return ___keySlots_6; } inline enumThreadIDU5BU5D_t3988452515** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(enumThreadIDU5BU5D_t3988452515* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1382638365, ___valueSlots_7)); } inline CThreadU5BU5D_t1554872906* get_valueSlots_7() const { return ___valueSlots_7; } inline CThreadU5BU5D_t1554872906** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CThreadU5BU5D_t1554872906* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1382638365, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1382638365, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1382638365, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1382638365, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1382638365, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1382638365, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1382638365, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1382638365_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3848583179 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1382638365_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3848583179 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3848583179 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3848583179 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1382638365_H #ifndef DICTIONARY_2_T2578695322_H #define DICTIONARY_2_T2578695322_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2578695322 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots enumThreadIDU5BU5D_t3988452515* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CMonoThreadSimulatorU5BU5D_t1259469369* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2578695322, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2578695322, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2578695322, ___keySlots_6)); } inline enumThreadIDU5BU5D_t3988452515* get_keySlots_6() const { return ___keySlots_6; } inline enumThreadIDU5BU5D_t3988452515** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(enumThreadIDU5BU5D_t3988452515* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2578695322, ___valueSlots_7)); } inline CMonoThreadSimulatorU5BU5D_t1259469369* get_valueSlots_7() const { return ___valueSlots_7; } inline CMonoThreadSimulatorU5BU5D_t1259469369** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CMonoThreadSimulatorU5BU5D_t1259469369* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2578695322, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2578695322, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2578695322, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2578695322, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2578695322, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2578695322, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2578695322, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2578695322_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3553179642 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2578695322_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3553179642 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3553179642 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3553179642 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2578695322_H #ifndef LIST_1_T1221203580_H #define LIST_1_T1221203580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1221203580 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items enumThreadIDU5BU5D_t3988452515* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1221203580, ____items_1)); } inline enumThreadIDU5BU5D_t3988452515* get__items_1() const { return ____items_1; } inline enumThreadIDU5BU5D_t3988452515** get_address_of__items_1() { return &____items_1; } inline void set__items_1(enumThreadIDU5BU5D_t3988452515* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1221203580, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1221203580, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1221203580_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray enumThreadIDU5BU5D_t3988452515* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1221203580_StaticFields, ___EmptyArray_4)); } inline enumThreadIDU5BU5D_t3988452515* get_EmptyArray_4() const { return ___EmptyArray_4; } inline enumThreadIDU5BU5D_t3988452515** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(enumThreadIDU5BU5D_t3988452515* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1221203580_H #ifndef CTHREADMANAGER_T1155338034_H #define CTHREADMANAGER_T1155338034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Thread.CThreadManager::m_listTID List_1_t1221203580 * ___m_listTID_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Thread.CThreadManager::m_listIOS Dictionary_2_t2578695322 * ___m_listIOS_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Thread.CThreadManager::m_list Dictionary_2_t1382638365 * ___m_list_2; public: inline static int32_t get_offset_of_m_listTID_0() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_listTID_0)); } inline List_1_t1221203580 * get_m_listTID_0() const { return ___m_listTID_0; } inline List_1_t1221203580 ** get_address_of_m_listTID_0() { return &___m_listTID_0; } inline void set_m_listTID_0(List_1_t1221203580 * value) { ___m_listTID_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTID_0), value); } inline static int32_t get_offset_of_m_listIOS_1() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_listIOS_1)); } inline Dictionary_2_t2578695322 * get_m_listIOS_1() const { return ___m_listIOS_1; } inline Dictionary_2_t2578695322 ** get_address_of_m_listIOS_1() { return &___m_listIOS_1; } inline void set_m_listIOS_1(Dictionary_2_t2578695322 * value) { ___m_listIOS_1 = value; Il2CppCodeGenWriteBarrier((&___m_listIOS_1), value); } inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_list_2)); } inline Dictionary_2_t1382638365 * get_m_list_2() const { return ___m_list_2; } inline Dictionary_2_t1382638365 ** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(Dictionary_2_t1382638365 * value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } }; struct CThreadManager_t1155338034_StaticFields { public: // DMCore.Framework.Thread.CThreadManager DMCore.Framework.Thread.CThreadManager::s_Instance CThreadManager_t1155338034 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CThreadManager_t1155338034_StaticFields, ___s_Instance_3)); } inline CThreadManager_t1155338034 * get_s_Instance_3() const { return ___s_Instance_3; } inline CThreadManager_t1155338034 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CThreadManager_t1155338034 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADMANAGER_T1155338034_H #ifndef LINKEDLISTNODE_1_T740377128_H #define LINKEDLISTNODE_1_T740377128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t740377128 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item IThreadMsg_t995202025 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t4129815330 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t740377128 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t740377128 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t740377128, ___item_0)); } inline IThreadMsg_t995202025 * get_item_0() const { return ___item_0; } inline IThreadMsg_t995202025 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(IThreadMsg_t995202025 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t740377128, ___container_1)); } inline LinkedList_1_t4129815330 * get_container_1() const { return ___container_1; } inline LinkedList_1_t4129815330 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t4129815330 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t740377128, ___forward_2)); } inline LinkedListNode_1_t740377128 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t740377128 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t740377128 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t740377128, ___back_3)); } inline LinkedListNode_1_t740377128 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t740377128 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t740377128 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T740377128_H #ifndef ITHREADMSG_T995202025_H #define ITHREADMSG_T995202025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Thread.IThreadMsg::m_bSuccess bool ___m_bSuccess_0; public: inline static int32_t get_offset_of_m_bSuccess_0() { return static_cast(offsetof(IThreadMsg_t995202025, ___m_bSuccess_0)); } inline bool get_m_bSuccess_0() const { return ___m_bSuccess_0; } inline bool* get_address_of_m_bSuccess_0() { return &___m_bSuccess_0; } inline void set_m_bSuccess_0(bool value) { ___m_bSuccess_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITHREADMSG_T995202025_H #ifndef ISHOE_T2709100496_H #define ISHOE_T2709100496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IShoe struct IShoe_t2709100496 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISHOE_T2709100496_H #ifndef ILINKLISTENER_T2747206916_H #define ILINKLISTENER_T2747206916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.ILinkListener struct ILinkListener_t2747206916 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILINKLISTENER_T2747206916_H #ifndef TCPCLIENT_T822906377_H #define TCPCLIENT_T822906377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.TcpClient struct TcpClient_t822906377 : public RuntimeObject { public: // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::stream NetworkStream_t4071955934 * ___stream_0; // System.Boolean System.Net.Sockets.TcpClient::active bool ___active_1; // System.Net.Sockets.Socket System.Net.Sockets.TcpClient::client Socket_t1119025450 * ___client_2; // System.Boolean System.Net.Sockets.TcpClient::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(TcpClient_t822906377, ___stream_0)); } inline NetworkStream_t4071955934 * get_stream_0() const { return ___stream_0; } inline NetworkStream_t4071955934 ** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(NetworkStream_t4071955934 * value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((&___stream_0), value); } inline static int32_t get_offset_of_active_1() { return static_cast(offsetof(TcpClient_t822906377, ___active_1)); } inline bool get_active_1() const { return ___active_1; } inline bool* get_address_of_active_1() { return &___active_1; } inline void set_active_1(bool value) { ___active_1 = value; } inline static int32_t get_offset_of_client_2() { return static_cast(offsetof(TcpClient_t822906377, ___client_2)); } inline Socket_t1119025450 * get_client_2() const { return ___client_2; } inline Socket_t1119025450 ** get_address_of_client_2() { return &___client_2; } inline void set_client_2(Socket_t1119025450 * value) { ___client_2 = value; Il2CppCodeGenWriteBarrier((&___client_2), value); } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(TcpClient_t822906377, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TCPCLIENT_T822906377_H #ifndef INETLINK_T2717826932_H #define INETLINK_T2717826932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetLink struct INetLink_t2717826932 : public RuntimeObject { public: // DMCore.Net.CNetReceiver DMCore.Net.INetLink::m_Receiver CNetReceiver_t1076104922 * ___m_Receiver_0; // DMCore.Net.ILinkListener DMCore.Net.INetLink::m_Listener ILinkListener_t2747206916 * ___m_Listener_1; public: inline static int32_t get_offset_of_m_Receiver_0() { return static_cast(offsetof(INetLink_t2717826932, ___m_Receiver_0)); } inline CNetReceiver_t1076104922 * get_m_Receiver_0() const { return ___m_Receiver_0; } inline CNetReceiver_t1076104922 ** get_address_of_m_Receiver_0() { return &___m_Receiver_0; } inline void set_m_Receiver_0(CNetReceiver_t1076104922 * value) { ___m_Receiver_0 = value; Il2CppCodeGenWriteBarrier((&___m_Receiver_0), value); } inline static int32_t get_offset_of_m_Listener_1() { return static_cast(offsetof(INetLink_t2717826932, ___m_Listener_1)); } inline ILinkListener_t2747206916 * get_m_Listener_1() const { return ___m_Listener_1; } inline ILinkListener_t2747206916 ** get_address_of_m_Listener_1() { return &___m_Listener_1; } inline void set_m_Listener_1(ILinkListener_t2747206916 * value) { ___m_Listener_1 = value; Il2CppCodeGenWriteBarrier((&___m_Listener_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLINK_T2717826932_H #ifndef DICTIONARY_2_T2894772567_H #define DICTIONARY_2_T2894772567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2894772567 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots _ProcCustomMsgU5BU5D_t3165880077* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2894772567, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2894772567, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2894772567, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2894772567, ___valueSlots_7)); } inline _ProcCustomMsgU5BU5D_t3165880077* get_valueSlots_7() const { return ___valueSlots_7; } inline _ProcCustomMsgU5BU5D_t3165880077** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(_ProcCustomMsgU5BU5D_t3165880077* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2894772567, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2894772567, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2894772567, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2894772567, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2894772567, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2894772567, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2894772567, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2894772567_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2770218921 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2894772567_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2770218921 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2770218921 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2770218921 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2894772567_H #ifndef CCUSTOMNETMSGHOOKER_T1749009394_H #define CCUSTOMNETMSGHOOKER_T1749009394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Net.CCustomNetMsgHooker::m_arrayCustomProc Dictionary_2_t2894772567 * ___m_arrayCustomProc_0; public: inline static int32_t get_offset_of_m_arrayCustomProc_0() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394, ___m_arrayCustomProc_0)); } inline Dictionary_2_t2894772567 * get_m_arrayCustomProc_0() const { return ___m_arrayCustomProc_0; } inline Dictionary_2_t2894772567 ** get_address_of_m_arrayCustomProc_0() { return &___m_arrayCustomProc_0; } inline void set_m_arrayCustomProc_0(Dictionary_2_t2894772567 * value) { ___m_arrayCustomProc_0 = value; Il2CppCodeGenWriteBarrier((&___m_arrayCustomProc_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCUSTOMNETMSGHOOKER_T1749009394_H #ifndef U3CGETTAGSU3EC__ANONSTOREY0_T1770152849_H #define U3CGETTAGSU3EC__ANONSTOREY0_T1770152849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.StaticConfigUnit/c__AnonStorey0 struct U3CGetTagsU3Ec__AnonStorey0_t1770152849 : public RuntimeObject { public: // System.Int32 DMCore.Logic.StaticConfigUnit/c__AnonStorey0::tagid int32_t ___tagid_0; public: inline static int32_t get_offset_of_tagid_0() { return static_cast(offsetof(U3CGetTagsU3Ec__AnonStorey0_t1770152849, ___tagid_0)); } inline int32_t get_tagid_0() const { return ___tagid_0; } inline int32_t* get_address_of_tagid_0() { return &___tagid_0; } inline void set_tagid_0(int32_t value) { ___tagid_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETTAGSU3EC__ANONSTOREY0_T1770152849_H #ifndef STATICTAG_T2715213473_H #define STATICTAG_T2715213473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.StaticConfigUnit/StaticTag struct StaticTag_t2715213473 : public RuntimeObject { public: // System.Int32 DMCore.Logic.StaticConfigUnit/StaticTag::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(StaticTag_t2715213473, ___U3CIdU3Ek__BackingField_0)); } inline int32_t get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(int32_t value) { ___U3CIdU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATICTAG_T2715213473_H #ifndef LIST_1_T4187288215_H #define LIST_1_T4187288215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t4187288215 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StaticTagU5BU5D_t1894536636* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t4187288215, ____items_1)); } inline StaticTagU5BU5D_t1894536636* get__items_1() const { return ____items_1; } inline StaticTagU5BU5D_t1894536636** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StaticTagU5BU5D_t1894536636* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4187288215, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t4187288215, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t4187288215_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StaticTagU5BU5D_t1894536636* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4187288215_StaticFields, ___EmptyArray_4)); } inline StaticTagU5BU5D_t1894536636* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StaticTagU5BU5D_t1894536636** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StaticTagU5BU5D_t1894536636* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4187288215_H #ifndef DICTIONARY_2_T3937145582_H #define DICTIONARY_2_T3937145582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3937145582 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StaticConfigUnitU5BU5D_t4284657978* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3937145582, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3937145582, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3937145582, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3937145582, ___valueSlots_7)); } inline StaticConfigUnitU5BU5D_t4284657978* get_valueSlots_7() const { return ___valueSlots_7; } inline StaticConfigUnitU5BU5D_t4284657978** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StaticConfigUnitU5BU5D_t4284657978* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3937145582, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3937145582, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3937145582, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3937145582, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3937145582, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3937145582, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3937145582, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3937145582_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3888996822 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3937145582_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3888996822 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3888996822 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3888996822 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3937145582_H #ifndef SHOPCONFIG_T4062099933_H #define SHOPCONFIG_T4062099933_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ShopConfig struct ShopConfig_t4062099933 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.ShopConfig::m_Diction Dictionary_2_t3937145582 * ___m_Diction_1; public: inline static int32_t get_offset_of_m_Diction_1() { return static_cast(offsetof(ShopConfig_t4062099933, ___m_Diction_1)); } inline Dictionary_2_t3937145582 * get_m_Diction_1() const { return ___m_Diction_1; } inline Dictionary_2_t3937145582 ** get_address_of_m_Diction_1() { return &___m_Diction_1; } inline void set_m_Diction_1(Dictionary_2_t3937145582 * value) { ___m_Diction_1 = value; Il2CppCodeGenWriteBarrier((&___m_Diction_1), value); } }; struct ShopConfig_t4062099933_StaticFields { public: // DMCore.Logic.ShopConfig DMCore.Logic.ShopConfig::instance ShopConfig_t4062099933 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(ShopConfig_t4062099933_StaticFields, ___instance_0)); } inline ShopConfig_t4062099933 * get_instance_0() const { return ___instance_0; } inline ShopConfig_t4062099933 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(ShopConfig_t4062099933 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPCONFIG_T4062099933_H #ifndef CNETRECEIVER_T1076104922_H #define CNETRECEIVER_T1076104922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetReceiver struct CNetReceiver_t1076104922 : public RuntimeObject { public: // BetterList`1 DMCore.Net.CNetReceiver::m_recivBuff BetterList_1_t289316694 * ___m_recivBuff_0; // BetterList`1 DMCore.Net.CNetReceiver::m_TempBuf BetterList_1_t289316694 * ___m_TempBuf_1; public: inline static int32_t get_offset_of_m_recivBuff_0() { return static_cast(offsetof(CNetReceiver_t1076104922, ___m_recivBuff_0)); } inline BetterList_1_t289316694 * get_m_recivBuff_0() const { return ___m_recivBuff_0; } inline BetterList_1_t289316694 ** get_address_of_m_recivBuff_0() { return &___m_recivBuff_0; } inline void set_m_recivBuff_0(BetterList_1_t289316694 * value) { ___m_recivBuff_0 = value; Il2CppCodeGenWriteBarrier((&___m_recivBuff_0), value); } inline static int32_t get_offset_of_m_TempBuf_1() { return static_cast(offsetof(CNetReceiver_t1076104922, ___m_TempBuf_1)); } inline BetterList_1_t289316694 * get_m_TempBuf_1() const { return ___m_TempBuf_1; } inline BetterList_1_t289316694 ** get_address_of_m_TempBuf_1() { return &___m_TempBuf_1; } inline void set_m_TempBuf_1(BetterList_1_t289316694 * value) { ___m_TempBuf_1 = value; Il2CppCodeGenWriteBarrier((&___m_TempBuf_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETRECEIVER_T1076104922_H #ifndef SINGLETON_1_T3098501191_H #define SINGLETON_1_T3098501191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t3098501191 : public RuntimeObject { public: public: }; struct Singleton_1_t3098501191_StaticFields { public: // T FitFun.Singleton`1::instance NetworkManager_t478833449 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t3098501191_StaticFields, ___instance_0)); } inline NetworkManager_t478833449 * get_instance_0() const { return ___instance_0; } inline NetworkManager_t478833449 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(NetworkManager_t478833449 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T3098501191_H #ifndef SINGLETON_1_T367392258_H #define SINGLETON_1_T367392258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t367392258 : public RuntimeObject { public: public: }; struct Singleton_1_t367392258_StaticFields { public: // T FitFun.Singleton`1::instance XmlManager_t2042691812 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t367392258_StaticFields, ___instance_0)); } inline XmlManager_t2042691812 * get_instance_0() const { return ___instance_0; } inline XmlManager_t2042691812 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(XmlManager_t2042691812 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T367392258_H #ifndef IRELOADSITE_T3763082419_H #define IRELOADSITE_T3763082419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.IReloadSite struct IReloadSite_t3763082419 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IRELOADSITE_T3763082419_H #ifndef SINGLETON_1_T1085050331_H #define SINGLETON_1_T1085050331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t1085050331 : public RuntimeObject { public: public: }; struct Singleton_1_t1085050331_StaticFields { public: // T FitFun.Singleton`1::instance ServerSetting_t2760349885 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1085050331_StaticFields, ___instance_0)); } inline ServerSetting_t2760349885 * get_instance_0() const { return ___instance_0; } inline ServerSetting_t2760349885 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(ServerSetting_t2760349885 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1085050331_H #ifndef CUSTOMYIELDINSTRUCTION_T1895667560_H #define CUSTOMYIELDINSTRUCTION_T1895667560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t1895667560 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMYIELDINSTRUCTION_T1895667560_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef CNETSERVERCONFIG_T202072970_H #define CNETSERVERCONFIG_T202072970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970 : public RuntimeObject { public: // DMCore.CDataProperty DMCore.Net.CNetServerConfig::m_prop CDataProperty_t2806246268 * ___m_prop_1; // DMCore.CDataProperty DMCore.Net.CNetServerConfig::m_propProxy CDataProperty_t2806246268 * ___m_propProxy_2; // System.String DMCore.Net.CNetServerConfig::m_Setting String_t* ___m_Setting_3; public: inline static int32_t get_offset_of_m_prop_1() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_prop_1)); } inline CDataProperty_t2806246268 * get_m_prop_1() const { return ___m_prop_1; } inline CDataProperty_t2806246268 ** get_address_of_m_prop_1() { return &___m_prop_1; } inline void set_m_prop_1(CDataProperty_t2806246268 * value) { ___m_prop_1 = value; Il2CppCodeGenWriteBarrier((&___m_prop_1), value); } inline static int32_t get_offset_of_m_propProxy_2() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_propProxy_2)); } inline CDataProperty_t2806246268 * get_m_propProxy_2() const { return ___m_propProxy_2; } inline CDataProperty_t2806246268 ** get_address_of_m_propProxy_2() { return &___m_propProxy_2; } inline void set_m_propProxy_2(CDataProperty_t2806246268 * value) { ___m_propProxy_2 = value; Il2CppCodeGenWriteBarrier((&___m_propProxy_2), value); } inline static int32_t get_offset_of_m_Setting_3() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_Setting_3)); } inline String_t* get_m_Setting_3() const { return ___m_Setting_3; } inline String_t** get_address_of_m_Setting_3() { return &___m_Setting_3; } inline void set_m_Setting_3(String_t* value) { ___m_Setting_3 = value; Il2CppCodeGenWriteBarrier((&___m_Setting_3), value); } }; struct CNetServerConfig_t202072970_StaticFields { public: // System.String DMCore.Net.CNetServerConfig::s_Version String_t* ___s_Version_0; // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::s_Instance CNetServerConfig_t202072970 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Version_0() { return static_cast(offsetof(CNetServerConfig_t202072970_StaticFields, ___s_Version_0)); } inline String_t* get_s_Version_0() const { return ___s_Version_0; } inline String_t** get_address_of_s_Version_0() { return &___s_Version_0; } inline void set_s_Version_0(String_t* value) { ___s_Version_0 = value; Il2CppCodeGenWriteBarrier((&___s_Version_0), value); } inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CNetServerConfig_t202072970_StaticFields, ___s_Instance_4)); } inline CNetServerConfig_t202072970 * get_s_Instance_4() const { return ___s_Instance_4; } inline CNetServerConfig_t202072970 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CNetServerConfig_t202072970 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVERCONFIG_T202072970_H #ifndef INETMSGBASES2C_T126919271_H #define INETMSGBASES2C_T126919271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.INetMsgBaseS2C struct INetMsgBaseS2C_t126919271 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETMSGBASES2C_T126919271_H #ifndef BETTERLIST_1_T289316694_H #define BETTERLIST_1_T289316694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t289316694 : public RuntimeObject { public: // T[] BetterList`1::buffer ByteU5BU5D_t4116647657* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t289316694, ___buffer_0)); } inline ByteU5BU5D_t4116647657* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_t4116647657* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t289316694, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T289316694_H #ifndef CAVATARINFO_T655526405_H #define CAVATARINFO_T655526405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAvatarInfo struct CAvatarInfo_t655526405 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CAvatarInfo::m_SexVal int32_t ___m_SexVal_0; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CAvatarInfo::m_EquipList List_1_t128053199 * ___m_EquipList_1; public: inline static int32_t get_offset_of_m_SexVal_0() { return static_cast(offsetof(CAvatarInfo_t655526405, ___m_SexVal_0)); } inline int32_t get_m_SexVal_0() const { return ___m_SexVal_0; } inline int32_t* get_address_of_m_SexVal_0() { return &___m_SexVal_0; } inline void set_m_SexVal_0(int32_t value) { ___m_SexVal_0 = value; } inline static int32_t get_offset_of_m_EquipList_1() { return static_cast(offsetof(CAvatarInfo_t655526405, ___m_EquipList_1)); } inline List_1_t128053199 * get_m_EquipList_1() const { return ___m_EquipList_1; } inline List_1_t128053199 ** get_address_of_m_EquipList_1() { return &___m_EquipList_1; } inline void set_m_EquipList_1(List_1_t128053199 * value) { ___m_EquipList_1 = value; Il2CppCodeGenWriteBarrier((&___m_EquipList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARINFO_T655526405_H #ifndef DICTIONARY_2_T413092361_H #define DICTIONARY_2_T413092361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t413092361 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int64U5BU5D_t2559172825* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CPlayerPhotoLibU5BU5D_t3056148476* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t413092361, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t413092361, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t413092361, ___keySlots_6)); } inline Int64U5BU5D_t2559172825* get_keySlots_6() const { return ___keySlots_6; } inline Int64U5BU5D_t2559172825** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int64U5BU5D_t2559172825* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t413092361, ___valueSlots_7)); } inline CPlayerPhotoLibU5BU5D_t3056148476* get_valueSlots_7() const { return ___valueSlots_7; } inline CPlayerPhotoLibU5BU5D_t3056148476** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPlayerPhotoLibU5BU5D_t3056148476* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t413092361, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t413092361, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t413092361, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t413092361, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t413092361, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t413092361, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t413092361, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t413092361_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3826949103 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t413092361_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3826949103 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3826949103 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3826949103 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T413092361_H #ifndef CPHOTOMANAGER_T704993275_H #define CPHOTOMANAGER_T704993275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPhotoManager::k__BackingField bool ___U3CActiveU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2[] DMCore.Logic.CPhotoManager::m_rolePhotoLibArray Dictionary_2U5BU5D_t635963316* ___m_rolePhotoLibArray_1; // System.Int64 DMCore.Logic.CPhotoManager::m_activeUserID int64_t ___m_activeUserID_3; // UnityEngine.Texture2D DMCore.Logic.CPhotoManager::m_curActivePhoto Texture2D_t3840446185 * ___m_curActivePhoto_4; // System.String DMCore.Logic.CPhotoManager::m_curActivePhotoPath String_t* ___m_curActivePhotoPath_5; // System.Boolean DMCore.Logic.CPhotoManager::m_curTypeCamera bool ___m_curTypeCamera_6; public: inline static int32_t get_offset_of_U3CActiveU3Ek__BackingField_0() { return static_cast(offsetof(CPhotoManager_t704993275, ___U3CActiveU3Ek__BackingField_0)); } inline bool get_U3CActiveU3Ek__BackingField_0() const { return ___U3CActiveU3Ek__BackingField_0; } inline bool* get_address_of_U3CActiveU3Ek__BackingField_0() { return &___U3CActiveU3Ek__BackingField_0; } inline void set_U3CActiveU3Ek__BackingField_0(bool value) { ___U3CActiveU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_rolePhotoLibArray_1() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_rolePhotoLibArray_1)); } inline Dictionary_2U5BU5D_t635963316* get_m_rolePhotoLibArray_1() const { return ___m_rolePhotoLibArray_1; } inline Dictionary_2U5BU5D_t635963316** get_address_of_m_rolePhotoLibArray_1() { return &___m_rolePhotoLibArray_1; } inline void set_m_rolePhotoLibArray_1(Dictionary_2U5BU5D_t635963316* value) { ___m_rolePhotoLibArray_1 = value; Il2CppCodeGenWriteBarrier((&___m_rolePhotoLibArray_1), value); } inline static int32_t get_offset_of_m_activeUserID_3() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_activeUserID_3)); } inline int64_t get_m_activeUserID_3() const { return ___m_activeUserID_3; } inline int64_t* get_address_of_m_activeUserID_3() { return &___m_activeUserID_3; } inline void set_m_activeUserID_3(int64_t value) { ___m_activeUserID_3 = value; } inline static int32_t get_offset_of_m_curActivePhoto_4() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curActivePhoto_4)); } inline Texture2D_t3840446185 * get_m_curActivePhoto_4() const { return ___m_curActivePhoto_4; } inline Texture2D_t3840446185 ** get_address_of_m_curActivePhoto_4() { return &___m_curActivePhoto_4; } inline void set_m_curActivePhoto_4(Texture2D_t3840446185 * value) { ___m_curActivePhoto_4 = value; Il2CppCodeGenWriteBarrier((&___m_curActivePhoto_4), value); } inline static int32_t get_offset_of_m_curActivePhotoPath_5() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curActivePhotoPath_5)); } inline String_t* get_m_curActivePhotoPath_5() const { return ___m_curActivePhotoPath_5; } inline String_t** get_address_of_m_curActivePhotoPath_5() { return &___m_curActivePhotoPath_5; } inline void set_m_curActivePhotoPath_5(String_t* value) { ___m_curActivePhotoPath_5 = value; Il2CppCodeGenWriteBarrier((&___m_curActivePhotoPath_5), value); } inline static int32_t get_offset_of_m_curTypeCamera_6() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_curTypeCamera_6)); } inline bool get_m_curTypeCamera_6() const { return ___m_curTypeCamera_6; } inline bool* get_address_of_m_curTypeCamera_6() { return &___m_curTypeCamera_6; } inline void set_m_curTypeCamera_6(bool value) { ___m_curTypeCamera_6 = value; } }; struct CPhotoManager_t704993275_StaticFields { public: // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::s_Instance CPhotoManager_t704993275 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPhotoManager_t704993275_StaticFields, ___s_Instance_2)); } inline CPhotoManager_t704993275 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPhotoManager_t704993275 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPhotoManager_t704993275 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOMANAGER_T704993275_H #ifndef CMUTUALANIMINFO_T3120277749_H #define CMUTUALANIMINFO_T3120277749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMutualAnimInfo struct CMutualAnimInfo_t3120277749 : public RuntimeObject { public: // System.String DMCore.Logic.CMutualAnimInfo::m_senderB2B String_t* ___m_senderB2B_0; // System.String DMCore.Logic.CMutualAnimInfo::m_senderB2G String_t* ___m_senderB2G_1; // System.String DMCore.Logic.CMutualAnimInfo::m_senderG2B String_t* ___m_senderG2B_2; // System.String DMCore.Logic.CMutualAnimInfo::m_senderG2G String_t* ___m_senderG2G_3; // System.String DMCore.Logic.CMutualAnimInfo::m_receiverB2G String_t* ___m_receiverB2G_4; // System.String DMCore.Logic.CMutualAnimInfo::m_receiverB2B String_t* ___m_receiverB2B_5; // System.String DMCore.Logic.CMutualAnimInfo::m_receiverG2B String_t* ___m_receiverG2B_6; // System.String DMCore.Logic.CMutualAnimInfo::m_receiverG2G String_t* ___m_receiverG2G_7; // System.String DMCore.Logic.CMutualAnimInfo::m_effectSenderB String_t* ___m_effectSenderB_8; // System.String DMCore.Logic.CMutualAnimInfo::m_effectSenderG String_t* ___m_effectSenderG_9; // System.String DMCore.Logic.CMutualAnimInfo::m_effectReceiverB String_t* ___m_effectReceiverB_10; // System.String DMCore.Logic.CMutualAnimInfo::m_effectReceiverG String_t* ___m_effectReceiverG_11; public: inline static int32_t get_offset_of_m_senderB2B_0() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_senderB2B_0)); } inline String_t* get_m_senderB2B_0() const { return ___m_senderB2B_0; } inline String_t** get_address_of_m_senderB2B_0() { return &___m_senderB2B_0; } inline void set_m_senderB2B_0(String_t* value) { ___m_senderB2B_0 = value; Il2CppCodeGenWriteBarrier((&___m_senderB2B_0), value); } inline static int32_t get_offset_of_m_senderB2G_1() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_senderB2G_1)); } inline String_t* get_m_senderB2G_1() const { return ___m_senderB2G_1; } inline String_t** get_address_of_m_senderB2G_1() { return &___m_senderB2G_1; } inline void set_m_senderB2G_1(String_t* value) { ___m_senderB2G_1 = value; Il2CppCodeGenWriteBarrier((&___m_senderB2G_1), value); } inline static int32_t get_offset_of_m_senderG2B_2() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_senderG2B_2)); } inline String_t* get_m_senderG2B_2() const { return ___m_senderG2B_2; } inline String_t** get_address_of_m_senderG2B_2() { return &___m_senderG2B_2; } inline void set_m_senderG2B_2(String_t* value) { ___m_senderG2B_2 = value; Il2CppCodeGenWriteBarrier((&___m_senderG2B_2), value); } inline static int32_t get_offset_of_m_senderG2G_3() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_senderG2G_3)); } inline String_t* get_m_senderG2G_3() const { return ___m_senderG2G_3; } inline String_t** get_address_of_m_senderG2G_3() { return &___m_senderG2G_3; } inline void set_m_senderG2G_3(String_t* value) { ___m_senderG2G_3 = value; Il2CppCodeGenWriteBarrier((&___m_senderG2G_3), value); } inline static int32_t get_offset_of_m_receiverB2G_4() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_receiverB2G_4)); } inline String_t* get_m_receiverB2G_4() const { return ___m_receiverB2G_4; } inline String_t** get_address_of_m_receiverB2G_4() { return &___m_receiverB2G_4; } inline void set_m_receiverB2G_4(String_t* value) { ___m_receiverB2G_4 = value; Il2CppCodeGenWriteBarrier((&___m_receiverB2G_4), value); } inline static int32_t get_offset_of_m_receiverB2B_5() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_receiverB2B_5)); } inline String_t* get_m_receiverB2B_5() const { return ___m_receiverB2B_5; } inline String_t** get_address_of_m_receiverB2B_5() { return &___m_receiverB2B_5; } inline void set_m_receiverB2B_5(String_t* value) { ___m_receiverB2B_5 = value; Il2CppCodeGenWriteBarrier((&___m_receiverB2B_5), value); } inline static int32_t get_offset_of_m_receiverG2B_6() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_receiverG2B_6)); } inline String_t* get_m_receiverG2B_6() const { return ___m_receiverG2B_6; } inline String_t** get_address_of_m_receiverG2B_6() { return &___m_receiverG2B_6; } inline void set_m_receiverG2B_6(String_t* value) { ___m_receiverG2B_6 = value; Il2CppCodeGenWriteBarrier((&___m_receiverG2B_6), value); } inline static int32_t get_offset_of_m_receiverG2G_7() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_receiverG2G_7)); } inline String_t* get_m_receiverG2G_7() const { return ___m_receiverG2G_7; } inline String_t** get_address_of_m_receiverG2G_7() { return &___m_receiverG2G_7; } inline void set_m_receiverG2G_7(String_t* value) { ___m_receiverG2G_7 = value; Il2CppCodeGenWriteBarrier((&___m_receiverG2G_7), value); } inline static int32_t get_offset_of_m_effectSenderB_8() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_effectSenderB_8)); } inline String_t* get_m_effectSenderB_8() const { return ___m_effectSenderB_8; } inline String_t** get_address_of_m_effectSenderB_8() { return &___m_effectSenderB_8; } inline void set_m_effectSenderB_8(String_t* value) { ___m_effectSenderB_8 = value; Il2CppCodeGenWriteBarrier((&___m_effectSenderB_8), value); } inline static int32_t get_offset_of_m_effectSenderG_9() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_effectSenderG_9)); } inline String_t* get_m_effectSenderG_9() const { return ___m_effectSenderG_9; } inline String_t** get_address_of_m_effectSenderG_9() { return &___m_effectSenderG_9; } inline void set_m_effectSenderG_9(String_t* value) { ___m_effectSenderG_9 = value; Il2CppCodeGenWriteBarrier((&___m_effectSenderG_9), value); } inline static int32_t get_offset_of_m_effectReceiverB_10() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_effectReceiverB_10)); } inline String_t* get_m_effectReceiverB_10() const { return ___m_effectReceiverB_10; } inline String_t** get_address_of_m_effectReceiverB_10() { return &___m_effectReceiverB_10; } inline void set_m_effectReceiverB_10(String_t* value) { ___m_effectReceiverB_10 = value; Il2CppCodeGenWriteBarrier((&___m_effectReceiverB_10), value); } inline static int32_t get_offset_of_m_effectReceiverG_11() { return static_cast(offsetof(CMutualAnimInfo_t3120277749, ___m_effectReceiverG_11)); } inline String_t* get_m_effectReceiverG_11() const { return ___m_effectReceiverG_11; } inline String_t** get_address_of_m_effectReceiverG_11() { return &___m_effectReceiverG_11; } inline void set_m_effectReceiverG_11(String_t* value) { ___m_effectReceiverG_11 = value; Il2CppCodeGenWriteBarrier((&___m_effectReceiverG_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMUTUALANIMINFO_T3120277749_H #ifndef DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1632706988, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1632706988, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1632706988, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1632706988, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1632706988, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1632706988, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1632706988, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1632706988, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1632706988, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_H #ifndef SINGLETON_1_T19536393_H #define SINGLETON_1_T19536393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t19536393 : public RuntimeObject { public: public: }; struct Singleton_1_t19536393_StaticFields { public: // T FitFun.Singleton`1::instance CMiscConfig_t1694835947 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t19536393_StaticFields, ___instance_0)); } inline CMiscConfig_t1694835947 * get_instance_0() const { return ___instance_0; } inline CMiscConfig_t1694835947 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CMiscConfig_t1694835947 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T19536393_H #ifndef GAMEENDPARAMS_T2409445106_H #define GAMEENDPARAMS_T2409445106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GameEndParams struct GameEndParams_t2409445106 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GameEndParams::consume int32_t ___consume_0; // System.Int32 DMCore.Logic.GameEndParams::equivalent int32_t ___equivalent_1; // System.String DMCore.Logic.GameEndParams::unit String_t* ___unit_2; public: inline static int32_t get_offset_of_consume_0() { return static_cast(offsetof(GameEndParams_t2409445106, ___consume_0)); } inline int32_t get_consume_0() const { return ___consume_0; } inline int32_t* get_address_of_consume_0() { return &___consume_0; } inline void set_consume_0(int32_t value) { ___consume_0 = value; } inline static int32_t get_offset_of_equivalent_1() { return static_cast(offsetof(GameEndParams_t2409445106, ___equivalent_1)); } inline int32_t get_equivalent_1() const { return ___equivalent_1; } inline int32_t* get_address_of_equivalent_1() { return &___equivalent_1; } inline void set_equivalent_1(int32_t value) { ___equivalent_1 = value; } inline static int32_t get_offset_of_unit_2() { return static_cast(offsetof(GameEndParams_t2409445106, ___unit_2)); } inline String_t* get_unit_2() const { return ___unit_2; } inline String_t** get_address_of_unit_2() { return &___unit_2; } inline void set_unit_2(String_t* value) { ___unit_2 = value; Il2CppCodeGenWriteBarrier((&___unit_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEENDPARAMS_T2409445106_H #ifndef USER_T2909415622_H #define USER_T2909415622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // User struct User_t2909415622 : public RuntimeObject { public: // System.Int32 User::id int32_t ___id_0; // System.String User::nickname String_t* ___nickname_1; // System.String User::avatar String_t* ___avatar_2; // System.Int32 User::gender int32_t ___gender_3; // System.String User::address String_t* ___address_4; // System.String User::invite_info String_t* ___invite_info_5; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(User_t2909415622, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_nickname_1() { return static_cast(offsetof(User_t2909415622, ___nickname_1)); } inline String_t* get_nickname_1() const { return ___nickname_1; } inline String_t** get_address_of_nickname_1() { return &___nickname_1; } inline void set_nickname_1(String_t* value) { ___nickname_1 = value; Il2CppCodeGenWriteBarrier((&___nickname_1), value); } inline static int32_t get_offset_of_avatar_2() { return static_cast(offsetof(User_t2909415622, ___avatar_2)); } inline String_t* get_avatar_2() const { return ___avatar_2; } inline String_t** get_address_of_avatar_2() { return &___avatar_2; } inline void set_avatar_2(String_t* value) { ___avatar_2 = value; Il2CppCodeGenWriteBarrier((&___avatar_2), value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(User_t2909415622, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_address_4() { return static_cast(offsetof(User_t2909415622, ___address_4)); } inline String_t* get_address_4() const { return ___address_4; } inline String_t** get_address_of_address_4() { return &___address_4; } inline void set_address_4(String_t* value) { ___address_4 = value; Il2CppCodeGenWriteBarrier((&___address_4), value); } inline static int32_t get_offset_of_invite_info_5() { return static_cast(offsetof(User_t2909415622, ___invite_info_5)); } inline String_t* get_invite_info_5() const { return ___invite_info_5; } inline String_t** get_address_of_invite_info_5() { return &___invite_info_5; } inline void set_invite_info_5(String_t* value) { ___invite_info_5 = value; Il2CppCodeGenWriteBarrier((&___invite_info_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USER_T2909415622_H #ifndef LIST_1_T4026413551_H #define LIST_1_T4026413551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t4026413551 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CKDDeviceInfoU5BU5D_t1392195076* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t4026413551, ____items_1)); } inline CKDDeviceInfoU5BU5D_t1392195076* get__items_1() const { return ____items_1; } inline CKDDeviceInfoU5BU5D_t1392195076** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CKDDeviceInfoU5BU5D_t1392195076* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4026413551, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t4026413551, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t4026413551_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CKDDeviceInfoU5BU5D_t1392195076* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4026413551_StaticFields, ___EmptyArray_4)); } inline CKDDeviceInfoU5BU5D_t1392195076* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CKDDeviceInfoU5BU5D_t1392195076** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CKDDeviceInfoU5BU5D_t1392195076* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4026413551_H #ifndef LINKEDLISTNODE_1_T3813373144_H #define LINKEDLISTNODE_1_T3813373144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t3813373144 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item CDataArray_t4068198041 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t2907844050 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t3813373144 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t3813373144 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t3813373144, ___item_0)); } inline CDataArray_t4068198041 * get_item_0() const { return ___item_0; } inline CDataArray_t4068198041 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(CDataArray_t4068198041 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t3813373144, ___container_1)); } inline LinkedList_1_t2907844050 * get_container_1() const { return ___container_1; } inline LinkedList_1_t2907844050 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t2907844050 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t3813373144, ___forward_2)); } inline LinkedListNode_1_t3813373144 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t3813373144 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t3813373144 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t3813373144, ___back_3)); } inline LinkedListNode_1_t3813373144 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t3813373144 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t3813373144 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T3813373144_H #ifndef LINKEDLIST_1_T2907844050_H #define LINKEDLIST_1_T2907844050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t2907844050 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t3813373144 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t2907844050, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t2907844050, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t2907844050, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t2907844050, ___first_5)); } inline LinkedListNode_1_t3813373144 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t3813373144 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t3813373144 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t2907844050, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T2907844050_H #ifndef LIST_1_T2822533831_H #define LIST_1_T2822533831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2822533831 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UserFriendU5BU5D_t1211457228* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2822533831, ____items_1)); } inline UserFriendU5BU5D_t1211457228* get__items_1() const { return ____items_1; } inline UserFriendU5BU5D_t1211457228** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UserFriendU5BU5D_t1211457228* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2822533831, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2822533831, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2822533831_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UserFriendU5BU5D_t1211457228* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2822533831_StaticFields, ___EmptyArray_4)); } inline UserFriendU5BU5D_t1211457228* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UserFriendU5BU5D_t1211457228** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UserFriendU5BU5D_t1211457228* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2822533831_H #ifndef CPLAYERPHOTOLIB_T3645419873_H #define CPLAYERPHOTOLIB_T3645419873_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPlayerPhotoLib struct CPlayerPhotoLib_t3645419873 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPlayerPhotoLib::m_PhotoList List_1_t1465954377 * ___m_PhotoList_0; // System.Collections.Generic.List`1 DMCore.Logic.CPlayerPhotoLib::m_PhotoLstIndex List_1_t128053199 * ___m_PhotoLstIndex_1; // System.Int64 DMCore.Logic.CPlayerPhotoLib::m_UserID int64_t ___m_UserID_2; // System.Int32 DMCore.Logic.CPlayerPhotoLib::m_sex int32_t ___m_sex_3; // System.Int64 DMCore.Logic.CPlayerPhotoLib::m_PhotoHeadID int64_t ___m_PhotoHeadID_4; // System.Boolean DMCore.Logic.CPlayerPhotoLib::m_NeedBigPic bool ___m_NeedBigPic_5; public: inline static int32_t get_offset_of_m_PhotoList_0() { return static_cast(offsetof(CPlayerPhotoLib_t3645419873, ___m_PhotoList_0)); } inline List_1_t1465954377 * get_m_PhotoList_0() const { return ___m_PhotoList_0; } inline List_1_t1465954377 ** get_address_of_m_PhotoList_0() { return &___m_PhotoList_0; } inline void set_m_PhotoList_0(List_1_t1465954377 * value) { ___m_PhotoList_0 = value; Il2CppCodeGenWriteBarrier((&___m_PhotoList_0), value); } inline static int32_t get_offset_of_m_PhotoLstIndex_1() { return static_cast(offsetof(CPlayerPhotoLib_t3645419873, ___m_PhotoLstIndex_1)); } inline List_1_t128053199 * get_m_PhotoLstIndex_1() const { return ___m_PhotoLstIndex_1; } inline List_1_t128053199 ** get_address_of_m_PhotoLstIndex_1() { return &___m_PhotoLstIndex_1; } inline void set_m_PhotoLstIndex_1(List_1_t128053199 * value) { ___m_PhotoLstIndex_1 = value; Il2CppCodeGenWriteBarrier((&___m_PhotoLstIndex_1), value); } inline static int32_t get_offset_of_m_UserID_2() { return static_cast(offsetof(CPlayerPhotoLib_t3645419873, ___m_UserID_2)); } inline int64_t get_m_UserID_2() const { return ___m_UserID_2; } inline int64_t* get_address_of_m_UserID_2() { return &___m_UserID_2; } inline void set_m_UserID_2(int64_t value) { ___m_UserID_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(CPlayerPhotoLib_t3645419873, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } inline static int32_t get_offset_of_m_PhotoHeadID_4() { return static_cast(offsetof(CPlayerPhotoLib_t3645419873, ___m_PhotoHeadID_4)); } inline int64_t get_m_PhotoHeadID_4() const { return ___m_PhotoHeadID_4; } inline int64_t* get_address_of_m_PhotoHeadID_4() { return &___m_PhotoHeadID_4; } inline void set_m_PhotoHeadID_4(int64_t value) { ___m_PhotoHeadID_4 = value; } inline static int32_t get_offset_of_m_NeedBigPic_5() { return static_cast(offsetof(CPlayerPhotoLib_t3645419873, ___m_NeedBigPic_5)); } inline bool get_m_NeedBigPic_5() const { return ___m_NeedBigPic_5; } inline bool* get_address_of_m_NeedBigPic_5() { return &___m_NeedBigPic_5; } inline void set_m_NeedBigPic_5(bool value) { ___m_NeedBigPic_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPLAYERPHOTOLIB_T3645419873_H #ifndef HS_RANK_T3665439562_H #define HS_RANK_T3665439562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.HS_Rank struct HS_Rank_t3665439562 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneRole DMCore.Logic.HS_Rank::mModelCouple ISceneRole_t2394225724 * ___mModelCouple_0; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.HS_Rank::role ISceneRole_t2394225724 * ___role_1; // System.Boolean DMCore.Logic.HS_Rank::isNeedLoadRole bool ___isNeedLoadRole_2; // DMCore.Framework.Scene.CAvatarInfo DMCore.Logic.HS_Rank::info CAvatarInfo_t655526405 * ___info_3; // System.Int64 DMCore.Logic.HS_Rank::user_id int64_t ___user_id_4; public: inline static int32_t get_offset_of_mModelCouple_0() { return static_cast(offsetof(HS_Rank_t3665439562, ___mModelCouple_0)); } inline ISceneRole_t2394225724 * get_mModelCouple_0() const { return ___mModelCouple_0; } inline ISceneRole_t2394225724 ** get_address_of_mModelCouple_0() { return &___mModelCouple_0; } inline void set_mModelCouple_0(ISceneRole_t2394225724 * value) { ___mModelCouple_0 = value; Il2CppCodeGenWriteBarrier((&___mModelCouple_0), value); } inline static int32_t get_offset_of_role_1() { return static_cast(offsetof(HS_Rank_t3665439562, ___role_1)); } inline ISceneRole_t2394225724 * get_role_1() const { return ___role_1; } inline ISceneRole_t2394225724 ** get_address_of_role_1() { return &___role_1; } inline void set_role_1(ISceneRole_t2394225724 * value) { ___role_1 = value; Il2CppCodeGenWriteBarrier((&___role_1), value); } inline static int32_t get_offset_of_isNeedLoadRole_2() { return static_cast(offsetof(HS_Rank_t3665439562, ___isNeedLoadRole_2)); } inline bool get_isNeedLoadRole_2() const { return ___isNeedLoadRole_2; } inline bool* get_address_of_isNeedLoadRole_2() { return &___isNeedLoadRole_2; } inline void set_isNeedLoadRole_2(bool value) { ___isNeedLoadRole_2 = value; } inline static int32_t get_offset_of_info_3() { return static_cast(offsetof(HS_Rank_t3665439562, ___info_3)); } inline CAvatarInfo_t655526405 * get_info_3() const { return ___info_3; } inline CAvatarInfo_t655526405 ** get_address_of_info_3() { return &___info_3; } inline void set_info_3(CAvatarInfo_t655526405 * value) { ___info_3 = value; Il2CppCodeGenWriteBarrier((&___info_3), value); } inline static int32_t get_offset_of_user_id_4() { return static_cast(offsetof(HS_Rank_t3665439562, ___user_id_4)); } inline int64_t get_user_id_4() const { return ___user_id_4; } inline int64_t* get_address_of_user_id_4() { return &___user_id_4; } inline void set_user_id_4(int64_t value) { ___user_id_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HS_RANK_T3665439562_H #ifndef CTEXTHELP_T2329227920_H #define CTEXTHELP_T2329227920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTextHelp struct CTextHelp_t2329227920 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CTextHelp::m_Diction Dictionary_2_t1632706988 * ___m_Diction_2; public: inline static int32_t get_offset_of_m_Diction_2() { return static_cast(offsetof(CTextHelp_t2329227920, ___m_Diction_2)); } inline Dictionary_2_t1632706988 * get_m_Diction_2() const { return ___m_Diction_2; } inline Dictionary_2_t1632706988 ** get_address_of_m_Diction_2() { return &___m_Diction_2; } inline void set_m_Diction_2(Dictionary_2_t1632706988 * value) { ___m_Diction_2 = value; Il2CppCodeGenWriteBarrier((&___m_Diction_2), value); } }; struct CTextHelp_t2329227920_StaticFields { public: // DMCore.Logic.CTextHelp DMCore.Logic.CTextHelp::_instance CTextHelp_t2329227920 * ____instance_0; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(CTextHelp_t2329227920_StaticFields, ____instance_0)); } inline CTextHelp_t2329227920 * get__instance_0() const { return ____instance_0; } inline CTextHelp_t2329227920 ** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(CTextHelp_t2329227920 * value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((&____instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTEXTHELP_T2329227920_H #ifndef LIST_1_T1927861623_H #define LIST_1_T1927861623_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1927861623 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AvatarCateU5BU5D_t1610689372* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1927861623, ____items_1)); } inline AvatarCateU5BU5D_t1610689372* get__items_1() const { return ____items_1; } inline AvatarCateU5BU5D_t1610689372** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AvatarCateU5BU5D_t1610689372* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1927861623, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1927861623, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1927861623_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AvatarCateU5BU5D_t1610689372* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1927861623_StaticFields, ___EmptyArray_4)); } inline AvatarCateU5BU5D_t1610689372* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AvatarCateU5BU5D_t1610689372** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AvatarCateU5BU5D_t1610689372* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1927861623_H #ifndef DICTIONARY_2_T949353519_H #define DICTIONARY_2_T949353519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t949353519 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots AvatarCateU5BU5D_t1610689372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots enumDisplayLevelU5BU5D_t334098029* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t949353519, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t949353519, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t949353519, ___keySlots_6)); } inline AvatarCateU5BU5D_t1610689372* get_keySlots_6() const { return ___keySlots_6; } inline AvatarCateU5BU5D_t1610689372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(AvatarCateU5BU5D_t1610689372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t949353519, ___valueSlots_7)); } inline enumDisplayLevelU5BU5D_t334098029* get_valueSlots_7() const { return ___valueSlots_7; } inline enumDisplayLevelU5BU5D_t334098029** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(enumDisplayLevelU5BU5D_t334098029* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t949353519, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t949353519, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t949353519, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t949353519, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t949353519, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t949353519, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t949353519, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t949353519_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2046627441 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t949353519_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2046627441 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2046627441 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2046627441 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T949353519_H #ifndef DICTIONARY_2_T714391340_H #define DICTIONARY_2_T714391340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t714391340 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots stSuitDataU5BU5D_t3841541700* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t714391340, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t714391340, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t714391340, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t714391340, ___valueSlots_7)); } inline stSuitDataU5BU5D_t3841541700* get_valueSlots_7() const { return ___valueSlots_7; } inline stSuitDataU5BU5D_t3841541700** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(stSuitDataU5BU5D_t3841541700* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t714391340, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t714391340, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t714391340, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t714391340, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t714391340, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t714391340, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t714391340, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t714391340_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3445880544 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t714391340_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3445880544 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3445880544 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3445880544 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T714391340_H #ifndef CINIITEM_T4093898296_H #define CINIITEM_T4093898296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniItem struct CIniItem_t4093898296 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Ini.CIniItem::nHash int32_t ___nHash_0; // System.String DMCore.Framework.Ini.CIniItem::strKey String_t* ___strKey_1; // System.String DMCore.Framework.Ini.CIniItem::strValue String_t* ___strValue_2; public: inline static int32_t get_offset_of_nHash_0() { return static_cast(offsetof(CIniItem_t4093898296, ___nHash_0)); } inline int32_t get_nHash_0() const { return ___nHash_0; } inline int32_t* get_address_of_nHash_0() { return &___nHash_0; } inline void set_nHash_0(int32_t value) { ___nHash_0 = value; } inline static int32_t get_offset_of_strKey_1() { return static_cast(offsetof(CIniItem_t4093898296, ___strKey_1)); } inline String_t* get_strKey_1() const { return ___strKey_1; } inline String_t** get_address_of_strKey_1() { return &___strKey_1; } inline void set_strKey_1(String_t* value) { ___strKey_1 = value; Il2CppCodeGenWriteBarrier((&___strKey_1), value); } inline static int32_t get_offset_of_strValue_2() { return static_cast(offsetof(CIniItem_t4093898296, ___strValue_2)); } inline String_t* get_strValue_2() const { return ___strValue_2; } inline String_t** get_address_of_strValue_2() { return &___strValue_2; } inline void set_strValue_2(String_t* value) { ___strValue_2 = value; Il2CppCodeGenWriteBarrier((&___strValue_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINIITEM_T4093898296_H #ifndef CINISECTION_T1218490364_H #define CINISECTION_T1218490364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniSection struct CIniSection_t1218490364 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Ini.CIniSection::nHash int32_t ___nHash_0; // System.String DMCore.Framework.Ini.CIniSection::strName String_t* ___strName_1; // System.Boolean DMCore.Framework.Ini.CIniSection::bIsNew bool ___bIsNew_2; // System.Collections.Generic.List`1 DMCore.Framework.Ini.CIniSection::items List_1_t1271005742 * ___items_3; public: inline static int32_t get_offset_of_nHash_0() { return static_cast(offsetof(CIniSection_t1218490364, ___nHash_0)); } inline int32_t get_nHash_0() const { return ___nHash_0; } inline int32_t* get_address_of_nHash_0() { return &___nHash_0; } inline void set_nHash_0(int32_t value) { ___nHash_0 = value; } inline static int32_t get_offset_of_strName_1() { return static_cast(offsetof(CIniSection_t1218490364, ___strName_1)); } inline String_t* get_strName_1() const { return ___strName_1; } inline String_t** get_address_of_strName_1() { return &___strName_1; } inline void set_strName_1(String_t* value) { ___strName_1 = value; Il2CppCodeGenWriteBarrier((&___strName_1), value); } inline static int32_t get_offset_of_bIsNew_2() { return static_cast(offsetof(CIniSection_t1218490364, ___bIsNew_2)); } inline bool get_bIsNew_2() const { return ___bIsNew_2; } inline bool* get_address_of_bIsNew_2() { return &___bIsNew_2; } inline void set_bIsNew_2(bool value) { ___bIsNew_2 = value; } inline static int32_t get_offset_of_items_3() { return static_cast(offsetof(CIniSection_t1218490364, ___items_3)); } inline List_1_t1271005742 * get_items_3() const { return ___items_3; } inline List_1_t1271005742 ** get_address_of_items_3() { return &___items_3; } inline void set_items_3(List_1_t1271005742 * value) { ___items_3 = value; Il2CppCodeGenWriteBarrier((&___items_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINISECTION_T1218490364_H #ifndef CINIFILE_T2879301433_H #define CINIFILE_T2879301433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniFile struct CIniFile_t2879301433 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Ini.CIniFile::sections List_1_t2690565106 * ___sections_0; public: inline static int32_t get_offset_of_sections_0() { return static_cast(offsetof(CIniFile_t2879301433, ___sections_0)); } inline List_1_t2690565106 * get_sections_0() const { return ___sections_0; } inline List_1_t2690565106 ** get_address_of_sections_0() { return &___sections_0; } inline void set_sections_0(List_1_t2690565106 * value) { ___sections_0 = value; Il2CppCodeGenWriteBarrier((&___sections_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINIFILE_T2879301433_H #ifndef LIST_1_T913674750_H #define LIST_1_T913674750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t913674750 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int64U5BU5D_t2559172825* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t913674750, ____items_1)); } inline Int64U5BU5D_t2559172825* get__items_1() const { return ____items_1; } inline Int64U5BU5D_t2559172825** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int64U5BU5D_t2559172825* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t913674750, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t913674750, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t913674750_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int64U5BU5D_t2559172825* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t913674750_StaticFields, ___EmptyArray_4)); } inline Int64U5BU5D_t2559172825* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int64U5BU5D_t2559172825** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int64U5BU5D_t2559172825* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T913674750_H #ifndef CPHOTOINFO_T4288846931_H #define CPHOTOINFO_T4288846931_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPlayerPhotoLib/CPhotoInfo struct CPhotoInfo_t4288846931 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CPlayerPhotoLib/CPhotoInfo::_photoID int64_t ____photoID_0; // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib/CPhotoInfo::_tex2D Texture2D_t3840446185 * ____tex2D_1; // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib/CPhotoInfo::_tex2DBig Texture2D_t3840446185 * ____tex2DBig_2; public: inline static int32_t get_offset_of__photoID_0() { return static_cast(offsetof(CPhotoInfo_t4288846931, ____photoID_0)); } inline int64_t get__photoID_0() const { return ____photoID_0; } inline int64_t* get_address_of__photoID_0() { return &____photoID_0; } inline void set__photoID_0(int64_t value) { ____photoID_0 = value; } inline static int32_t get_offset_of__tex2D_1() { return static_cast(offsetof(CPhotoInfo_t4288846931, ____tex2D_1)); } inline Texture2D_t3840446185 * get__tex2D_1() const { return ____tex2D_1; } inline Texture2D_t3840446185 ** get_address_of__tex2D_1() { return &____tex2D_1; } inline void set__tex2D_1(Texture2D_t3840446185 * value) { ____tex2D_1 = value; Il2CppCodeGenWriteBarrier((&____tex2D_1), value); } inline static int32_t get_offset_of__tex2DBig_2() { return static_cast(offsetof(CPhotoInfo_t4288846931, ____tex2DBig_2)); } inline Texture2D_t3840446185 * get__tex2DBig_2() const { return ____tex2DBig_2; } inline Texture2D_t3840446185 ** get_address_of__tex2DBig_2() { return &____tex2DBig_2; } inline void set__tex2DBig_2(Texture2D_t3840446185 * value) { ____tex2DBig_2 = value; Il2CppCodeGenWriteBarrier((&____tex2DBig_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOINFO_T4288846931_H #ifndef LIST_1_T1465954377_H #define LIST_1_T1465954377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1465954377 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CPhotoInfoU5BU5D_t1410744578* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1465954377, ____items_1)); } inline CPhotoInfoU5BU5D_t1410744578* get__items_1() const { return ____items_1; } inline CPhotoInfoU5BU5D_t1410744578** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CPhotoInfoU5BU5D_t1410744578* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1465954377, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1465954377, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1465954377_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CPhotoInfoU5BU5D_t1410744578* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1465954377_StaticFields, ___EmptyArray_4)); } inline CPhotoInfoU5BU5D_t1410744578* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CPhotoInfoU5BU5D_t1410744578** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CPhotoInfoU5BU5D_t1410744578* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1465954377_H #ifndef LIST_1_T1017553631_H #define LIST_1_T1017553631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1017553631 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Texture2DU5BU5D_t149664596* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1017553631, ____items_1)); } inline Texture2DU5BU5D_t149664596* get__items_1() const { return ____items_1; } inline Texture2DU5BU5D_t149664596** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Texture2DU5BU5D_t149664596* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1017553631, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1017553631, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1017553631_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Texture2DU5BU5D_t149664596* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1017553631_StaticFields, ___EmptyArray_4)); } inline Texture2DU5BU5D_t149664596* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Texture2DU5BU5D_t149664596** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Texture2DU5BU5D_t149664596* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1017553631_H #ifndef CSKELETONSITE_T1178137573_H #define CSKELETONSITE_T1178137573_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSkeletonSite struct CSkeletonSite_t1178137573 : public RuntimeObject { public: // UnityEngine.Transform CSkeletonSite::m_root Transform_t3600365921 * ___m_root_0; // UnityEngine.Transform[] CSkeletonSite::m_skeletonChildren TransformU5BU5D_t807237628* ___m_skeletonChildren_1; // System.Collections.Generic.Dictionary`2 CSkeletonSite::m_quickMap Dictionary_2_t2736202052 * ___m_quickMap_2; // CSkeletonSite/stSkeltonTrans[] CSkeletonSite::m_skeletonChildrenTPos stSkeltonTransU5BU5D_t2773511002* ___m_skeletonChildrenTPos_3; public: inline static int32_t get_offset_of_m_root_0() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_root_0)); } inline Transform_t3600365921 * get_m_root_0() const { return ___m_root_0; } inline Transform_t3600365921 ** get_address_of_m_root_0() { return &___m_root_0; } inline void set_m_root_0(Transform_t3600365921 * value) { ___m_root_0 = value; Il2CppCodeGenWriteBarrier((&___m_root_0), value); } inline static int32_t get_offset_of_m_skeletonChildren_1() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_skeletonChildren_1)); } inline TransformU5BU5D_t807237628* get_m_skeletonChildren_1() const { return ___m_skeletonChildren_1; } inline TransformU5BU5D_t807237628** get_address_of_m_skeletonChildren_1() { return &___m_skeletonChildren_1; } inline void set_m_skeletonChildren_1(TransformU5BU5D_t807237628* value) { ___m_skeletonChildren_1 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonChildren_1), value); } inline static int32_t get_offset_of_m_quickMap_2() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_quickMap_2)); } inline Dictionary_2_t2736202052 * get_m_quickMap_2() const { return ___m_quickMap_2; } inline Dictionary_2_t2736202052 ** get_address_of_m_quickMap_2() { return &___m_quickMap_2; } inline void set_m_quickMap_2(Dictionary_2_t2736202052 * value) { ___m_quickMap_2 = value; Il2CppCodeGenWriteBarrier((&___m_quickMap_2), value); } inline static int32_t get_offset_of_m_skeletonChildrenTPos_3() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_skeletonChildrenTPos_3)); } inline stSkeltonTransU5BU5D_t2773511002* get_m_skeletonChildrenTPos_3() const { return ___m_skeletonChildrenTPos_3; } inline stSkeltonTransU5BU5D_t2773511002** get_address_of_m_skeletonChildrenTPos_3() { return &___m_skeletonChildrenTPos_3; } inline void set_m_skeletonChildrenTPos_3(stSkeltonTransU5BU5D_t2773511002* value) { ___m_skeletonChildrenTPos_3 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonChildrenTPos_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSKELETONSITE_T1178137573_H #ifndef LIST_1_T2266899006_H #define LIST_1_T2266899006_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2266899006 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DMCliderBaseU5BU5D_t579192729* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2266899006, ____items_1)); } inline DMCliderBaseU5BU5D_t579192729* get__items_1() const { return ____items_1; } inline DMCliderBaseU5BU5D_t579192729** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DMCliderBaseU5BU5D_t579192729* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2266899006, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2266899006, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2266899006_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray DMCliderBaseU5BU5D_t579192729* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2266899006_StaticFields, ___EmptyArray_4)); } inline DMCliderBaseU5BU5D_t579192729* get_EmptyArray_4() const { return ___EmptyArray_4; } inline DMCliderBaseU5BU5D_t579192729** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(DMCliderBaseU5BU5D_t579192729* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2266899006_H #ifndef CPROPERTY_T963755051_H #define CPROPERTY_T963755051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CProperty struct CProperty_t963755051 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CProperty::m_DicPropData Dictionary_2_t1380571261 * ___m_DicPropData_0; // System.Collections.Generic.Dictionary`2>> DMCore.Framework.Scene.CProperty::m_DicWatch Dictionary_2_t3277249325 * ___m_DicWatch_1; // CBetterSet`1> DMCore.Framework.Scene.CProperty::m_propChangeBefore CBetterSet_1_t433888323 * ___m_propChangeBefore_2; // CBetterSet`1> DMCore.Framework.Scene.CProperty::m_propChangeEnd CBetterSet_1_t2134195988 * ___m_propChangeEnd_3; public: inline static int32_t get_offset_of_m_DicPropData_0() { return static_cast(offsetof(CProperty_t963755051, ___m_DicPropData_0)); } inline Dictionary_2_t1380571261 * get_m_DicPropData_0() const { return ___m_DicPropData_0; } inline Dictionary_2_t1380571261 ** get_address_of_m_DicPropData_0() { return &___m_DicPropData_0; } inline void set_m_DicPropData_0(Dictionary_2_t1380571261 * value) { ___m_DicPropData_0 = value; Il2CppCodeGenWriteBarrier((&___m_DicPropData_0), value); } inline static int32_t get_offset_of_m_DicWatch_1() { return static_cast(offsetof(CProperty_t963755051, ___m_DicWatch_1)); } inline Dictionary_2_t3277249325 * get_m_DicWatch_1() const { return ___m_DicWatch_1; } inline Dictionary_2_t3277249325 ** get_address_of_m_DicWatch_1() { return &___m_DicWatch_1; } inline void set_m_DicWatch_1(Dictionary_2_t3277249325 * value) { ___m_DicWatch_1 = value; Il2CppCodeGenWriteBarrier((&___m_DicWatch_1), value); } inline static int32_t get_offset_of_m_propChangeBefore_2() { return static_cast(offsetof(CProperty_t963755051, ___m_propChangeBefore_2)); } inline CBetterSet_1_t433888323 * get_m_propChangeBefore_2() const { return ___m_propChangeBefore_2; } inline CBetterSet_1_t433888323 ** get_address_of_m_propChangeBefore_2() { return &___m_propChangeBefore_2; } inline void set_m_propChangeBefore_2(CBetterSet_1_t433888323 * value) { ___m_propChangeBefore_2 = value; Il2CppCodeGenWriteBarrier((&___m_propChangeBefore_2), value); } inline static int32_t get_offset_of_m_propChangeEnd_3() { return static_cast(offsetof(CProperty_t963755051, ___m_propChangeEnd_3)); } inline CBetterSet_1_t2134195988 * get_m_propChangeEnd_3() const { return ___m_propChangeEnd_3; } inline CBetterSet_1_t2134195988 ** get_address_of_m_propChangeEnd_3() { return &___m_propChangeEnd_3; } inline void set_m_propChangeEnd_3(CBetterSet_1_t2134195988 * value) { ___m_propChangeEnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_propChangeEnd_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPERTY_T963755051_H #ifndef CDATAPROPERTY_T2806246268_H #define CDATAPROPERTY_T2806246268_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataProperty struct CDataProperty_t2806246268 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.CDataProperty::m_mapData Dictionary_2_t462506454 * ___m_mapData_0; // CBetterSet`1> DMCore.CDataProperty::m_delegateBefore CBetterSet_1_t2914247844 * ___m_delegateBefore_1; // CBetterSet`1> DMCore.CDataProperty::m_delegateEnd CBetterSet_1_t2134195988 * ___m_delegateEnd_2; public: inline static int32_t get_offset_of_m_mapData_0() { return static_cast(offsetof(CDataProperty_t2806246268, ___m_mapData_0)); } inline Dictionary_2_t462506454 * get_m_mapData_0() const { return ___m_mapData_0; } inline Dictionary_2_t462506454 ** get_address_of_m_mapData_0() { return &___m_mapData_0; } inline void set_m_mapData_0(Dictionary_2_t462506454 * value) { ___m_mapData_0 = value; Il2CppCodeGenWriteBarrier((&___m_mapData_0), value); } inline static int32_t get_offset_of_m_delegateBefore_1() { return static_cast(offsetof(CDataProperty_t2806246268, ___m_delegateBefore_1)); } inline CBetterSet_1_t2914247844 * get_m_delegateBefore_1() const { return ___m_delegateBefore_1; } inline CBetterSet_1_t2914247844 ** get_address_of_m_delegateBefore_1() { return &___m_delegateBefore_1; } inline void set_m_delegateBefore_1(CBetterSet_1_t2914247844 * value) { ___m_delegateBefore_1 = value; Il2CppCodeGenWriteBarrier((&___m_delegateBefore_1), value); } inline static int32_t get_offset_of_m_delegateEnd_2() { return static_cast(offsetof(CDataProperty_t2806246268, ___m_delegateEnd_2)); } inline CBetterSet_1_t2134195988 * get_m_delegateEnd_2() const { return ___m_delegateEnd_2; } inline CBetterSet_1_t2134195988 ** get_address_of_m_delegateEnd_2() { return &___m_delegateEnd_2; } inline void set_m_delegateEnd_2(CBetterSet_1_t2134195988 * value) { ___m_delegateEnd_2 = value; Il2CppCodeGenWriteBarrier((&___m_delegateEnd_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAPROPERTY_T2806246268_H #ifndef CNAVSERVICE_T3399483397_H #define CNAVSERVICE_T3399483397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Navigation.CNavService struct CNavService_t3399483397 : public RuntimeObject { public: public: }; struct CNavService_t3399483397_StaticFields { public: // DMCore.Framework.Navigation.CNavGrid DMCore.Framework.Navigation.CNavService::Current CNavGrid_t19983649 * ___Current_0; public: inline static int32_t get_offset_of_Current_0() { return static_cast(offsetof(CNavService_t3399483397_StaticFields, ___Current_0)); } inline CNavGrid_t19983649 * get_Current_0() const { return ___Current_0; } inline CNavGrid_t19983649 ** get_address_of_Current_0() { return &___Current_0; } inline void set_Current_0(CNavGrid_t19983649 * value) { ___Current_0 = value; Il2CppCodeGenWriteBarrier((&___Current_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNAVSERVICE_T3399483397_H #ifndef CAUDIOSITE_T2953826499_H #define CAUDIOSITE_T2953826499_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAudioSite struct CAudioSite_t2953826499 : public RuntimeObject { public: // BetterList`1 DMCore.Framework.Scene.CAudioSite::m_audioList BetterList_1_t2835909983 * ___m_audioList_0; // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CAudioSite::m_sceneOwner ISceneBaseObj_t858622483 * ___m_sceneOwner_1; // System.Boolean DMCore.Framework.Scene.CAudioSite::m_playing bool ___m_playing_2; // System.Single DMCore.Framework.Scene.CAudioSite::m_fNextTime float ___m_fNextTime_3; public: inline static int32_t get_offset_of_m_audioList_0() { return static_cast(offsetof(CAudioSite_t2953826499, ___m_audioList_0)); } inline BetterList_1_t2835909983 * get_m_audioList_0() const { return ___m_audioList_0; } inline BetterList_1_t2835909983 ** get_address_of_m_audioList_0() { return &___m_audioList_0; } inline void set_m_audioList_0(BetterList_1_t2835909983 * value) { ___m_audioList_0 = value; Il2CppCodeGenWriteBarrier((&___m_audioList_0), value); } inline static int32_t get_offset_of_m_sceneOwner_1() { return static_cast(offsetof(CAudioSite_t2953826499, ___m_sceneOwner_1)); } inline ISceneBaseObj_t858622483 * get_m_sceneOwner_1() const { return ___m_sceneOwner_1; } inline ISceneBaseObj_t858622483 ** get_address_of_m_sceneOwner_1() { return &___m_sceneOwner_1; } inline void set_m_sceneOwner_1(ISceneBaseObj_t858622483 * value) { ___m_sceneOwner_1 = value; Il2CppCodeGenWriteBarrier((&___m_sceneOwner_1), value); } inline static int32_t get_offset_of_m_playing_2() { return static_cast(offsetof(CAudioSite_t2953826499, ___m_playing_2)); } inline bool get_m_playing_2() const { return ___m_playing_2; } inline bool* get_address_of_m_playing_2() { return &___m_playing_2; } inline void set_m_playing_2(bool value) { ___m_playing_2 = value; } inline static int32_t get_offset_of_m_fNextTime_3() { return static_cast(offsetof(CAudioSite_t2953826499, ___m_fNextTime_3)); } inline float get_m_fNextTime_3() const { return ___m_fNextTime_3; } inline float* get_address_of_m_fNextTime_3() { return &___m_fNextTime_3; } inline void set_m_fNextTime_3(float value) { ___m_fNextTime_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAUDIOSITE_T2953826499_H #ifndef CPROPDATA_T2491857930_H #define CPROPDATA_T2491857930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930 : public RuntimeObject { public: // System.Byte[] DMCore.Framework.Scene.CPropData::m_buffer ByteU5BU5D_t4116647657* ___m_buffer_0; // System.Int32 DMCore.Framework.Scene.CPropData::m_nType int32_t ___m_nType_1; public: inline static int32_t get_offset_of_m_buffer_0() { return static_cast(offsetof(CPropData_t2491857930, ___m_buffer_0)); } inline ByteU5BU5D_t4116647657* get_m_buffer_0() const { return ___m_buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_m_buffer_0() { return &___m_buffer_0; } inline void set_m_buffer_0(ByteU5BU5D_t4116647657* value) { ___m_buffer_0 = value; Il2CppCodeGenWriteBarrier((&___m_buffer_0), value); } inline static int32_t get_offset_of_m_nType_1() { return static_cast(offsetof(CPropData_t2491857930, ___m_nType_1)); } inline int32_t get_m_nType_1() const { return ___m_nType_1; } inline int32_t* get_address_of_m_nType_1() { return &___m_nType_1; } inline void set_m_nType_1(int32_t value) { ___m_nType_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPDATA_T2491857930_H #ifndef LIST_1_T817360128_H #define LIST_1_T817360128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t817360128 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stTransformMoveU5BU5D_t3302555535* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t817360128, ____items_1)); } inline stTransformMoveU5BU5D_t3302555535* get__items_1() const { return ____items_1; } inline stTransformMoveU5BU5D_t3302555535** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stTransformMoveU5BU5D_t3302555535* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t817360128, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t817360128, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t817360128_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stTransformMoveU5BU5D_t3302555535* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t817360128_StaticFields, ___EmptyArray_4)); } inline stTransformMoveU5BU5D_t3302555535* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stTransformMoveU5BU5D_t3302555535** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stTransformMoveU5BU5D_t3302555535* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T817360128_H #ifndef CNAVGRID_T19983649_H #define CNAVGRID_T19983649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Navigation.CNavGrid struct CNavGrid_t19983649 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Navigation.CNavGrid::k__BackingField int32_t ___U3CLeftU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Navigation.CNavGrid::k__BackingField int32_t ___U3CRightU3Ek__BackingField_1; // System.Int32 DMCore.Framework.Navigation.CNavGrid::k__BackingField int32_t ___U3CTopU3Ek__BackingField_2; // System.Int32 DMCore.Framework.Navigation.CNavGrid::k__BackingField int32_t ___U3CBottomU3Ek__BackingField_3; // System.Single DMCore.Framework.Navigation.CNavGrid::k__BackingField float ___U3CLengthRateU3Ek__BackingField_4; // System.Single DMCore.Framework.Navigation.CNavGrid::k__BackingField float ___U3CHeightRateU3Ek__BackingField_5; // DMCore.Framework.Navigation.CNavNode[0...,0...] DMCore.Framework.Navigation.CNavGrid::m_listNodes CNavNodeU5B0___U2C0___U5D_t2763474419* ___m_listNodes_8; // BetterList`1 DMCore.Framework.Navigation.CNavGrid::m_listNeibours BetterList_1_t754862145 * ___m_listNeibours_9; // BetterList`1 DMCore.Framework.Navigation.CNavGrid::openSet BetterList_1_t754862145 * ___openSet_10; // BetterList`1 DMCore.Framework.Navigation.CNavGrid::closeSet BetterList_1_t754862145 * ___closeSet_11; public: inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_0() { return static_cast(offsetof(CNavGrid_t19983649, ___U3CLeftU3Ek__BackingField_0)); } inline int32_t get_U3CLeftU3Ek__BackingField_0() const { return ___U3CLeftU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CLeftU3Ek__BackingField_0() { return &___U3CLeftU3Ek__BackingField_0; } inline void set_U3CLeftU3Ek__BackingField_0(int32_t value) { ___U3CLeftU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_1() { return static_cast(offsetof(CNavGrid_t19983649, ___U3CRightU3Ek__BackingField_1)); } inline int32_t get_U3CRightU3Ek__BackingField_1() const { return ___U3CRightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CRightU3Ek__BackingField_1() { return &___U3CRightU3Ek__BackingField_1; } inline void set_U3CRightU3Ek__BackingField_1(int32_t value) { ___U3CRightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CTopU3Ek__BackingField_2() { return static_cast(offsetof(CNavGrid_t19983649, ___U3CTopU3Ek__BackingField_2)); } inline int32_t get_U3CTopU3Ek__BackingField_2() const { return ___U3CTopU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CTopU3Ek__BackingField_2() { return &___U3CTopU3Ek__BackingField_2; } inline void set_U3CTopU3Ek__BackingField_2(int32_t value) { ___U3CTopU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CBottomU3Ek__BackingField_3() { return static_cast(offsetof(CNavGrid_t19983649, ___U3CBottomU3Ek__BackingField_3)); } inline int32_t get_U3CBottomU3Ek__BackingField_3() const { return ___U3CBottomU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CBottomU3Ek__BackingField_3() { return &___U3CBottomU3Ek__BackingField_3; } inline void set_U3CBottomU3Ek__BackingField_3(int32_t value) { ___U3CBottomU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CLengthRateU3Ek__BackingField_4() { return static_cast(offsetof(CNavGrid_t19983649, ___U3CLengthRateU3Ek__BackingField_4)); } inline float get_U3CLengthRateU3Ek__BackingField_4() const { return ___U3CLengthRateU3Ek__BackingField_4; } inline float* get_address_of_U3CLengthRateU3Ek__BackingField_4() { return &___U3CLengthRateU3Ek__BackingField_4; } inline void set_U3CLengthRateU3Ek__BackingField_4(float value) { ___U3CLengthRateU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightRateU3Ek__BackingField_5() { return static_cast(offsetof(CNavGrid_t19983649, ___U3CHeightRateU3Ek__BackingField_5)); } inline float get_U3CHeightRateU3Ek__BackingField_5() const { return ___U3CHeightRateU3Ek__BackingField_5; } inline float* get_address_of_U3CHeightRateU3Ek__BackingField_5() { return &___U3CHeightRateU3Ek__BackingField_5; } inline void set_U3CHeightRateU3Ek__BackingField_5(float value) { ___U3CHeightRateU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_listNodes_8() { return static_cast(offsetof(CNavGrid_t19983649, ___m_listNodes_8)); } inline CNavNodeU5B0___U2C0___U5D_t2763474419* get_m_listNodes_8() const { return ___m_listNodes_8; } inline CNavNodeU5B0___U2C0___U5D_t2763474419** get_address_of_m_listNodes_8() { return &___m_listNodes_8; } inline void set_m_listNodes_8(CNavNodeU5B0___U2C0___U5D_t2763474419* value) { ___m_listNodes_8 = value; Il2CppCodeGenWriteBarrier((&___m_listNodes_8), value); } inline static int32_t get_offset_of_m_listNeibours_9() { return static_cast(offsetof(CNavGrid_t19983649, ___m_listNeibours_9)); } inline BetterList_1_t754862145 * get_m_listNeibours_9() const { return ___m_listNeibours_9; } inline BetterList_1_t754862145 ** get_address_of_m_listNeibours_9() { return &___m_listNeibours_9; } inline void set_m_listNeibours_9(BetterList_1_t754862145 * value) { ___m_listNeibours_9 = value; Il2CppCodeGenWriteBarrier((&___m_listNeibours_9), value); } inline static int32_t get_offset_of_openSet_10() { return static_cast(offsetof(CNavGrid_t19983649, ___openSet_10)); } inline BetterList_1_t754862145 * get_openSet_10() const { return ___openSet_10; } inline BetterList_1_t754862145 ** get_address_of_openSet_10() { return &___openSet_10; } inline void set_openSet_10(BetterList_1_t754862145 * value) { ___openSet_10 = value; Il2CppCodeGenWriteBarrier((&___openSet_10), value); } inline static int32_t get_offset_of_closeSet_11() { return static_cast(offsetof(CNavGrid_t19983649, ___closeSet_11)); } inline BetterList_1_t754862145 * get_closeSet_11() const { return ___closeSet_11; } inline BetterList_1_t754862145 ** get_address_of_closeSet_11() { return &___closeSet_11; } inline void set_closeSet_11(BetterList_1_t754862145 * value) { ___closeSet_11 = value; Il2CppCodeGenWriteBarrier((&___closeSet_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNAVGRID_T19983649_H #ifndef CNAVNODE_T1599841827_H #define CNAVNODE_T1599841827_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Navigation.CNavNode struct CNavNode_t1599841827 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Navigation.CNavNode::k__BackingField bool ___U3CCanPassU3Ek__BackingField_0; // System.Boolean DMCore.Framework.Navigation.CNavNode::k__BackingField bool ___U3CNeedJumpU3Ek__BackingField_1; // System.Int32 DMCore.Framework.Navigation.CNavNode::k__BackingField int32_t ___U3CCoordXU3Ek__BackingField_2; // System.Int32 DMCore.Framework.Navigation.CNavNode::k__BackingField int32_t ___U3CCoordYU3Ek__BackingField_3; // System.Int32 DMCore.Framework.Navigation.CNavNode::k__BackingField int32_t ___U3CCoordHU3Ek__BackingField_4; // System.Int32 DMCore.Framework.Navigation.CNavNode::k__BackingField int32_t ___U3CCost2StartU3Ek__BackingField_5; // System.Int32 DMCore.Framework.Navigation.CNavNode::k__BackingField int32_t ___U3CCost2EndU3Ek__BackingField_6; // DMCore.Framework.Navigation.CNavNode DMCore.Framework.Navigation.CNavNode::k__BackingField CNavNode_t1599841827 * ___U3CParentU3Ek__BackingField_7; public: inline static int32_t get_offset_of_U3CCanPassU3Ek__BackingField_0() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CCanPassU3Ek__BackingField_0)); } inline bool get_U3CCanPassU3Ek__BackingField_0() const { return ___U3CCanPassU3Ek__BackingField_0; } inline bool* get_address_of_U3CCanPassU3Ek__BackingField_0() { return &___U3CCanPassU3Ek__BackingField_0; } inline void set_U3CCanPassU3Ek__BackingField_0(bool value) { ___U3CCanPassU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CNeedJumpU3Ek__BackingField_1() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CNeedJumpU3Ek__BackingField_1)); } inline bool get_U3CNeedJumpU3Ek__BackingField_1() const { return ___U3CNeedJumpU3Ek__BackingField_1; } inline bool* get_address_of_U3CNeedJumpU3Ek__BackingField_1() { return &___U3CNeedJumpU3Ek__BackingField_1; } inline void set_U3CNeedJumpU3Ek__BackingField_1(bool value) { ___U3CNeedJumpU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCoordXU3Ek__BackingField_2() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CCoordXU3Ek__BackingField_2)); } inline int32_t get_U3CCoordXU3Ek__BackingField_2() const { return ___U3CCoordXU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCoordXU3Ek__BackingField_2() { return &___U3CCoordXU3Ek__BackingField_2; } inline void set_U3CCoordXU3Ek__BackingField_2(int32_t value) { ___U3CCoordXU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCoordYU3Ek__BackingField_3() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CCoordYU3Ek__BackingField_3)); } inline int32_t get_U3CCoordYU3Ek__BackingField_3() const { return ___U3CCoordYU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CCoordYU3Ek__BackingField_3() { return &___U3CCoordYU3Ek__BackingField_3; } inline void set_U3CCoordYU3Ek__BackingField_3(int32_t value) { ___U3CCoordYU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CCoordHU3Ek__BackingField_4() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CCoordHU3Ek__BackingField_4)); } inline int32_t get_U3CCoordHU3Ek__BackingField_4() const { return ___U3CCoordHU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCoordHU3Ek__BackingField_4() { return &___U3CCoordHU3Ek__BackingField_4; } inline void set_U3CCoordHU3Ek__BackingField_4(int32_t value) { ___U3CCoordHU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCost2StartU3Ek__BackingField_5() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CCost2StartU3Ek__BackingField_5)); } inline int32_t get_U3CCost2StartU3Ek__BackingField_5() const { return ___U3CCost2StartU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CCost2StartU3Ek__BackingField_5() { return &___U3CCost2StartU3Ek__BackingField_5; } inline void set_U3CCost2StartU3Ek__BackingField_5(int32_t value) { ___U3CCost2StartU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CCost2EndU3Ek__BackingField_6() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CCost2EndU3Ek__BackingField_6)); } inline int32_t get_U3CCost2EndU3Ek__BackingField_6() const { return ___U3CCost2EndU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CCost2EndU3Ek__BackingField_6() { return &___U3CCost2EndU3Ek__BackingField_6; } inline void set_U3CCost2EndU3Ek__BackingField_6(int32_t value) { ___U3CCost2EndU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_7() { return static_cast(offsetof(CNavNode_t1599841827, ___U3CParentU3Ek__BackingField_7)); } inline CNavNode_t1599841827 * get_U3CParentU3Ek__BackingField_7() const { return ___U3CParentU3Ek__BackingField_7; } inline CNavNode_t1599841827 ** get_address_of_U3CParentU3Ek__BackingField_7() { return &___U3CParentU3Ek__BackingField_7; } inline void set_U3CParentU3Ek__BackingField_7(CNavNode_t1599841827 * value) { ___U3CParentU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNAVNODE_T1599841827_H #ifndef CINTERACTIONCLIDERGROUP_T327998540_H #define CINTERACTIONCLIDERGROUP_T327998540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionCliderGroup struct CInteractionCliderGroup_t327998540 : public RuntimeObject { public: // UnityEngine.Transform DMCore.Framework.Scene.CInteractionCliderGroup::m_transGroup Transform_t3600365921 * ___m_transGroup_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CInteractionCliderGroup::m_listInterCliderItem Dictionary_2_t828945481 * ___m_listInterCliderItem_1; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CInteractionCliderGroup::m_objList List_1_t4246034554 * ___m_objList_2; public: inline static int32_t get_offset_of_m_transGroup_0() { return static_cast(offsetof(CInteractionCliderGroup_t327998540, ___m_transGroup_0)); } inline Transform_t3600365921 * get_m_transGroup_0() const { return ___m_transGroup_0; } inline Transform_t3600365921 ** get_address_of_m_transGroup_0() { return &___m_transGroup_0; } inline void set_m_transGroup_0(Transform_t3600365921 * value) { ___m_transGroup_0 = value; Il2CppCodeGenWriteBarrier((&___m_transGroup_0), value); } inline static int32_t get_offset_of_m_listInterCliderItem_1() { return static_cast(offsetof(CInteractionCliderGroup_t327998540, ___m_listInterCliderItem_1)); } inline Dictionary_2_t828945481 * get_m_listInterCliderItem_1() const { return ___m_listInterCliderItem_1; } inline Dictionary_2_t828945481 ** get_address_of_m_listInterCliderItem_1() { return &___m_listInterCliderItem_1; } inline void set_m_listInterCliderItem_1(Dictionary_2_t828945481 * value) { ___m_listInterCliderItem_1 = value; Il2CppCodeGenWriteBarrier((&___m_listInterCliderItem_1), value); } inline static int32_t get_offset_of_m_objList_2() { return static_cast(offsetof(CInteractionCliderGroup_t327998540, ___m_objList_2)); } inline List_1_t4246034554 * get_m_objList_2() const { return ___m_objList_2; } inline List_1_t4246034554 ** get_address_of_m_objList_2() { return &___m_objList_2; } inline void set_m_objList_2(List_1_t4246034554 * value) { ___m_objList_2 = value; Il2CppCodeGenWriteBarrier((&___m_objList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONCLIDERGROUP_T327998540_H #ifndef ISCENESITE_T3999208198_H #define ISCENESITE_T3999208198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneSite struct ISceneSite_t3999208198 : public RuntimeObject { public: // System.Single DMCore.Framework.Scene.ISceneSite::m_fTime float ___m_fTime_0; // System.Single DMCore.Framework.Scene.ISceneSite::m_fCurDelta float ___m_fCurDelta_1; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneSite::m_LogicChildren List_1_t1176315644 * ___m_LogicChildren_2; // DMCore.Framework.Scene.ISceneSite DMCore.Framework.Scene.ISceneSite::m_Father ISceneSite_t3999208198 * ___m_Father_3; public: inline static int32_t get_offset_of_m_fTime_0() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_fTime_0)); } inline float get_m_fTime_0() const { return ___m_fTime_0; } inline float* get_address_of_m_fTime_0() { return &___m_fTime_0; } inline void set_m_fTime_0(float value) { ___m_fTime_0 = value; } inline static int32_t get_offset_of_m_fCurDelta_1() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_fCurDelta_1)); } inline float get_m_fCurDelta_1() const { return ___m_fCurDelta_1; } inline float* get_address_of_m_fCurDelta_1() { return &___m_fCurDelta_1; } inline void set_m_fCurDelta_1(float value) { ___m_fCurDelta_1 = value; } inline static int32_t get_offset_of_m_LogicChildren_2() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_LogicChildren_2)); } inline List_1_t1176315644 * get_m_LogicChildren_2() const { return ___m_LogicChildren_2; } inline List_1_t1176315644 ** get_address_of_m_LogicChildren_2() { return &___m_LogicChildren_2; } inline void set_m_LogicChildren_2(List_1_t1176315644 * value) { ___m_LogicChildren_2 = value; Il2CppCodeGenWriteBarrier((&___m_LogicChildren_2), value); } inline static int32_t get_offset_of_m_Father_3() { return static_cast(offsetof(ISceneSite_t3999208198, ___m_Father_3)); } inline ISceneSite_t3999208198 * get_m_Father_3() const { return ___m_Father_3; } inline ISceneSite_t3999208198 ** get_address_of_m_Father_3() { return &___m_Father_3; } inline void set_m_Father_3(ISceneSite_t3999208198 * value) { ___m_Father_3 = value; Il2CppCodeGenWriteBarrier((&___m_Father_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENESITE_T3999208198_H #ifndef CAVATARBINDING_T1216096343_H #define CAVATARBINDING_T1216096343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAvatarBinding struct CAvatarBinding_t1216096343 : public RuntimeObject { public: // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::m_mainCustom Transform_t3600365921 * ___m_mainCustom_0; // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::m_mainBoy Transform_t3600365921 * ___m_mainBoy_1; // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::m_mainGirl Transform_t3600365921 * ___m_mainGirl_2; // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::m_followCustom Transform_t3600365921 * ___m_followCustom_3; // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::m_followBoy Transform_t3600365921 * ___m_followBoy_4; // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::m_followGirl Transform_t3600365921 * ___m_followGirl_5; // System.String DMCore.Framework.Scene.CAvatarBinding::k__BackingField String_t* ___U3CBindBoneNameU3Ek__BackingField_6; public: inline static int32_t get_offset_of_m_mainCustom_0() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___m_mainCustom_0)); } inline Transform_t3600365921 * get_m_mainCustom_0() const { return ___m_mainCustom_0; } inline Transform_t3600365921 ** get_address_of_m_mainCustom_0() { return &___m_mainCustom_0; } inline void set_m_mainCustom_0(Transform_t3600365921 * value) { ___m_mainCustom_0 = value; Il2CppCodeGenWriteBarrier((&___m_mainCustom_0), value); } inline static int32_t get_offset_of_m_mainBoy_1() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___m_mainBoy_1)); } inline Transform_t3600365921 * get_m_mainBoy_1() const { return ___m_mainBoy_1; } inline Transform_t3600365921 ** get_address_of_m_mainBoy_1() { return &___m_mainBoy_1; } inline void set_m_mainBoy_1(Transform_t3600365921 * value) { ___m_mainBoy_1 = value; Il2CppCodeGenWriteBarrier((&___m_mainBoy_1), value); } inline static int32_t get_offset_of_m_mainGirl_2() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___m_mainGirl_2)); } inline Transform_t3600365921 * get_m_mainGirl_2() const { return ___m_mainGirl_2; } inline Transform_t3600365921 ** get_address_of_m_mainGirl_2() { return &___m_mainGirl_2; } inline void set_m_mainGirl_2(Transform_t3600365921 * value) { ___m_mainGirl_2 = value; Il2CppCodeGenWriteBarrier((&___m_mainGirl_2), value); } inline static int32_t get_offset_of_m_followCustom_3() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___m_followCustom_3)); } inline Transform_t3600365921 * get_m_followCustom_3() const { return ___m_followCustom_3; } inline Transform_t3600365921 ** get_address_of_m_followCustom_3() { return &___m_followCustom_3; } inline void set_m_followCustom_3(Transform_t3600365921 * value) { ___m_followCustom_3 = value; Il2CppCodeGenWriteBarrier((&___m_followCustom_3), value); } inline static int32_t get_offset_of_m_followBoy_4() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___m_followBoy_4)); } inline Transform_t3600365921 * get_m_followBoy_4() const { return ___m_followBoy_4; } inline Transform_t3600365921 ** get_address_of_m_followBoy_4() { return &___m_followBoy_4; } inline void set_m_followBoy_4(Transform_t3600365921 * value) { ___m_followBoy_4 = value; Il2CppCodeGenWriteBarrier((&___m_followBoy_4), value); } inline static int32_t get_offset_of_m_followGirl_5() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___m_followGirl_5)); } inline Transform_t3600365921 * get_m_followGirl_5() const { return ___m_followGirl_5; } inline Transform_t3600365921 ** get_address_of_m_followGirl_5() { return &___m_followGirl_5; } inline void set_m_followGirl_5(Transform_t3600365921 * value) { ___m_followGirl_5 = value; Il2CppCodeGenWriteBarrier((&___m_followGirl_5), value); } inline static int32_t get_offset_of_U3CBindBoneNameU3Ek__BackingField_6() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___U3CBindBoneNameU3Ek__BackingField_6)); } inline String_t* get_U3CBindBoneNameU3Ek__BackingField_6() const { return ___U3CBindBoneNameU3Ek__BackingField_6; } inline String_t** get_address_of_U3CBindBoneNameU3Ek__BackingField_6() { return &___U3CBindBoneNameU3Ek__BackingField_6; } inline void set_U3CBindBoneNameU3Ek__BackingField_6(String_t* value) { ___U3CBindBoneNameU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CBindBoneNameU3Ek__BackingField_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARBINDING_T1216096343_H #ifndef AVATARINFO_T571832948_H #define AVATARINFO_T571832948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarInfo struct AvatarInfo_t571832948 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CSexU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CCategoryU3Ek__BackingField_1; // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CSubIndexU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSexU3Ek__BackingField_0() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CSexU3Ek__BackingField_0)); } inline int32_t get_U3CSexU3Ek__BackingField_0() const { return ___U3CSexU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CSexU3Ek__BackingField_0() { return &___U3CSexU3Ek__BackingField_0; } inline void set_U3CSexU3Ek__BackingField_0(int32_t value) { ___U3CSexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCategoryU3Ek__BackingField_1() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CCategoryU3Ek__BackingField_1)); } inline int32_t get_U3CCategoryU3Ek__BackingField_1() const { return ___U3CCategoryU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCategoryU3Ek__BackingField_1() { return &___U3CCategoryU3Ek__BackingField_1; } inline void set_U3CCategoryU3Ek__BackingField_1(int32_t value) { ___U3CCategoryU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSubIndexU3Ek__BackingField_2() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CSubIndexU3Ek__BackingField_2)); } inline int32_t get_U3CSubIndexU3Ek__BackingField_2() const { return ___U3CSubIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSubIndexU3Ek__BackingField_2() { return &___U3CSubIndexU3Ek__BackingField_2; } inline void set_U3CSubIndexU3Ek__BackingField_2(int32_t value) { ___U3CSubIndexU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARINFO_T571832948_H #ifndef LIST_1_T128053199_H #define LIST_1_T128053199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t128053199 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t385246372* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t128053199, ____items_1)); } inline Int32U5BU5D_t385246372* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t385246372** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t385246372* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t128053199, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t128053199, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t128053199_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t128053199_StaticFields, ___EmptyArray_4)); } inline Int32U5BU5D_t385246372* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int32U5BU5D_t385246372* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T128053199_H #ifndef LIST_1_T3319525431_H #define LIST_1_T3319525431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3319525431 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t1281789340* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3319525431, ____items_1)); } inline StringU5BU5D_t1281789340* get__items_1() const { return ____items_1; } inline StringU5BU5D_t1281789340** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t1281789340* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3319525431, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3319525431, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3319525431_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StringU5BU5D_t1281789340* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3319525431_StaticFields, ___EmptyArray_4)); } inline StringU5BU5D_t1281789340* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StringU5BU5D_t1281789340** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StringU5BU5D_t1281789340* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3319525431_H #ifndef CJUNIORROLEMODELITEM_T636793867_H #define CJUNIORROLEMODELITEM_T636793867_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_male Dictionary_2_t1839659084 * ___m_male_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_female Dictionary_2_t1839659084 * ___m_female_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_maleNewRole Dictionary_2_t1839659084 * ___m_maleNewRole_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_femaleNewRole Dictionary_2_t1839659084 * ___m_femaleNewRole_3; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_maleBaby Dictionary_2_t1839659084 * ___m_maleBaby_4; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_femaleBaby Dictionary_2_t1839659084 * ___m_femaleBaby_5; public: inline static int32_t get_offset_of_m_male_0() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_male_0)); } inline Dictionary_2_t1839659084 * get_m_male_0() const { return ___m_male_0; } inline Dictionary_2_t1839659084 ** get_address_of_m_male_0() { return &___m_male_0; } inline void set_m_male_0(Dictionary_2_t1839659084 * value) { ___m_male_0 = value; Il2CppCodeGenWriteBarrier((&___m_male_0), value); } inline static int32_t get_offset_of_m_female_1() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_female_1)); } inline Dictionary_2_t1839659084 * get_m_female_1() const { return ___m_female_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_female_1() { return &___m_female_1; } inline void set_m_female_1(Dictionary_2_t1839659084 * value) { ___m_female_1 = value; Il2CppCodeGenWriteBarrier((&___m_female_1), value); } inline static int32_t get_offset_of_m_maleNewRole_2() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_maleNewRole_2)); } inline Dictionary_2_t1839659084 * get_m_maleNewRole_2() const { return ___m_maleNewRole_2; } inline Dictionary_2_t1839659084 ** get_address_of_m_maleNewRole_2() { return &___m_maleNewRole_2; } inline void set_m_maleNewRole_2(Dictionary_2_t1839659084 * value) { ___m_maleNewRole_2 = value; Il2CppCodeGenWriteBarrier((&___m_maleNewRole_2), value); } inline static int32_t get_offset_of_m_femaleNewRole_3() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_femaleNewRole_3)); } inline Dictionary_2_t1839659084 * get_m_femaleNewRole_3() const { return ___m_femaleNewRole_3; } inline Dictionary_2_t1839659084 ** get_address_of_m_femaleNewRole_3() { return &___m_femaleNewRole_3; } inline void set_m_femaleNewRole_3(Dictionary_2_t1839659084 * value) { ___m_femaleNewRole_3 = value; Il2CppCodeGenWriteBarrier((&___m_femaleNewRole_3), value); } inline static int32_t get_offset_of_m_maleBaby_4() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_maleBaby_4)); } inline Dictionary_2_t1839659084 * get_m_maleBaby_4() const { return ___m_maleBaby_4; } inline Dictionary_2_t1839659084 ** get_address_of_m_maleBaby_4() { return &___m_maleBaby_4; } inline void set_m_maleBaby_4(Dictionary_2_t1839659084 * value) { ___m_maleBaby_4 = value; Il2CppCodeGenWriteBarrier((&___m_maleBaby_4), value); } inline static int32_t get_offset_of_m_femaleBaby_5() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_femaleBaby_5)); } inline Dictionary_2_t1839659084 * get_m_femaleBaby_5() const { return ___m_femaleBaby_5; } inline Dictionary_2_t1839659084 ** get_address_of_m_femaleBaby_5() { return &___m_femaleBaby_5; } inline void set_m_femaleBaby_5(Dictionary_2_t1839659084 * value) { ___m_femaleBaby_5 = value; Il2CppCodeGenWriteBarrier((&___m_femaleBaby_5), value); } }; struct CJuniorRoleModelItem_t636793867_StaticFields { public: // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::s_Instance CJuniorRoleModelItem_t636793867 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867_StaticFields, ___s_Instance_6)); } inline CJuniorRoleModelItem_t636793867 * get_s_Instance_6() const { return ___s_Instance_6; } inline CJuniorRoleModelItem_t636793867 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CJuniorRoleModelItem_t636793867 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJUNIORROLEMODELITEM_T636793867_H #ifndef CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #define CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_configItemContainer Dictionary_2_t2800928763 * ___m_configItemContainer_0; // System.Collections.Generic.Dictionary`2> DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_cfgCallBack Dictionary_2_t4097355377 * ___m_cfgCallBack_1; public: inline static int32_t get_offset_of_m_configItemContainer_0() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_configItemContainer_0)); } inline Dictionary_2_t2800928763 * get_m_configItemContainer_0() const { return ___m_configItemContainer_0; } inline Dictionary_2_t2800928763 ** get_address_of_m_configItemContainer_0() { return &___m_configItemContainer_0; } inline void set_m_configItemContainer_0(Dictionary_2_t2800928763 * value) { ___m_configItemContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_configItemContainer_0), value); } inline static int32_t get_offset_of_m_cfgCallBack_1() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_cfgCallBack_1)); } inline Dictionary_2_t4097355377 * get_m_cfgCallBack_1() const { return ___m_cfgCallBack_1; } inline Dictionary_2_t4097355377 ** get_address_of_m_cfgCallBack_1() { return &___m_cfgCallBack_1; } inline void set_m_cfgCallBack_1(Dictionary_2_t4097355377 * value) { ___m_cfgCallBack_1 = value; Il2CppCodeGenWriteBarrier((&___m_cfgCallBack_1), value); } }; struct CRoleModelItem_SuitConfigManager_t3017667155_StaticFields { public: // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::s_Instance CRoleModelItem_SuitConfigManager_t3017667155 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155_StaticFields, ___s_Instance_2)); } inline CRoleModelItem_SuitConfigManager_t3017667155 * get_s_Instance_2() const { return ___s_Instance_2; } inline CRoleModelItem_SuitConfigManager_t3017667155 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CRoleModelItem_SuitConfigManager_t3017667155 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifndef CROLEMODELITEM_SUITCONFIG_T3912215432_H #define CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_modelItems List_1_t128053199 * ___m_modelItems_0; // System.Boolean DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_bIsDone bool ___m_bIsDone_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_suitID int32_t ___m_suitID_2; public: inline static int32_t get_offset_of_m_modelItems_0() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_modelItems_0)); } inline List_1_t128053199 * get_m_modelItems_0() const { return ___m_modelItems_0; } inline List_1_t128053199 ** get_address_of_m_modelItems_0() { return &___m_modelItems_0; } inline void set_m_modelItems_0(List_1_t128053199 * value) { ___m_modelItems_0 = value; Il2CppCodeGenWriteBarrier((&___m_modelItems_0), value); } inline static int32_t get_offset_of_m_bIsDone_1() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_bIsDone_1)); } inline bool get_m_bIsDone_1() const { return ___m_bIsDone_1; } inline bool* get_address_of_m_bIsDone_1() { return &___m_bIsDone_1; } inline void set_m_bIsDone_1(bool value) { ___m_bIsDone_1 = value; } inline static int32_t get_offset_of_m_suitID_2() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_suitID_2)); } inline int32_t get_m_suitID_2() const { return ___m_suitID_2; } inline int32_t* get_address_of_m_suitID_2() { return &___m_suitID_2; } inline void set_m_suitID_2(int32_t value) { ___m_suitID_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifndef IAVATARSKIN_T3391917898_H #define IAVATARSKIN_T3391917898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.IAvatarSkin struct IAvatarSkin_t3391917898 : public RuntimeObject { public: public: }; struct IAvatarSkin_t3391917898_StaticFields { public: // System.String DMCore.Framework.Scene.IAvatarSkin::SOLID_DEFAULT String_t* ___SOLID_DEFAULT_0; // System.String DMCore.Framework.Scene.IAvatarSkin::SOLID_BLEND String_t* ___SOLID_BLEND_1; public: inline static int32_t get_offset_of_SOLID_DEFAULT_0() { return static_cast(offsetof(IAvatarSkin_t3391917898_StaticFields, ___SOLID_DEFAULT_0)); } inline String_t* get_SOLID_DEFAULT_0() const { return ___SOLID_DEFAULT_0; } inline String_t** get_address_of_SOLID_DEFAULT_0() { return &___SOLID_DEFAULT_0; } inline void set_SOLID_DEFAULT_0(String_t* value) { ___SOLID_DEFAULT_0 = value; Il2CppCodeGenWriteBarrier((&___SOLID_DEFAULT_0), value); } inline static int32_t get_offset_of_SOLID_BLEND_1() { return static_cast(offsetof(IAvatarSkin_t3391917898_StaticFields, ___SOLID_BLEND_1)); } inline String_t* get_SOLID_BLEND_1() const { return ___SOLID_BLEND_1; } inline String_t** get_address_of_SOLID_BLEND_1() { return &___SOLID_BLEND_1; } inline void set_SOLID_BLEND_1(String_t* value) { ___SOLID_BLEND_1 = value; Il2CppCodeGenWriteBarrier((&___SOLID_BLEND_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IAVATARSKIN_T3391917898_H #ifndef CAVATARSITE_T1752665925_H #define CAVATARSITE_T1752665925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneAvatarBody DMCore.Framework.Scene.CAvatarSite::k__BackingField ISceneAvatarBody_t3588558973 * ___U3CSceneRoleU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Scene.CAvatarSite::k__BackingField int32_t ___U3CSkinIDU3Ek__BackingField_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CAvatarSite::m_listAvatar Dictionary_2_t497245277 * ___m_listAvatar_2; // System.Boolean DMCore.Framework.Scene.CAvatarSite::m_combineBody bool ___m_combineBody_3; // DMCore.Framework.Scene.IAvatarSkin DMCore.Framework.Scene.CAvatarSite::m_SkinHead IAvatarSkin_t3391917898 * ___m_SkinHead_4; // DMCore.Framework.Scene.IAvatarSkin DMCore.Framework.Scene.CAvatarSite::m_SkinUpper IAvatarSkin_t3391917898 * ___m_SkinUpper_5; // DMCore.Framework.Scene.IAvatarSkin DMCore.Framework.Scene.CAvatarSite::m_SkinLower IAvatarSkin_t3391917898 * ___m_SkinLower_6; public: inline static int32_t get_offset_of_U3CSceneRoleU3Ek__BackingField_0() { return static_cast(offsetof(CAvatarSite_t1752665925, ___U3CSceneRoleU3Ek__BackingField_0)); } inline ISceneAvatarBody_t3588558973 * get_U3CSceneRoleU3Ek__BackingField_0() const { return ___U3CSceneRoleU3Ek__BackingField_0; } inline ISceneAvatarBody_t3588558973 ** get_address_of_U3CSceneRoleU3Ek__BackingField_0() { return &___U3CSceneRoleU3Ek__BackingField_0; } inline void set_U3CSceneRoleU3Ek__BackingField_0(ISceneAvatarBody_t3588558973 * value) { ___U3CSceneRoleU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CSceneRoleU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CSkinIDU3Ek__BackingField_1() { return static_cast(offsetof(CAvatarSite_t1752665925, ___U3CSkinIDU3Ek__BackingField_1)); } inline int32_t get_U3CSkinIDU3Ek__BackingField_1() const { return ___U3CSkinIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CSkinIDU3Ek__BackingField_1() { return &___U3CSkinIDU3Ek__BackingField_1; } inline void set_U3CSkinIDU3Ek__BackingField_1(int32_t value) { ___U3CSkinIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_listAvatar_2() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_listAvatar_2)); } inline Dictionary_2_t497245277 * get_m_listAvatar_2() const { return ___m_listAvatar_2; } inline Dictionary_2_t497245277 ** get_address_of_m_listAvatar_2() { return &___m_listAvatar_2; } inline void set_m_listAvatar_2(Dictionary_2_t497245277 * value) { ___m_listAvatar_2 = value; Il2CppCodeGenWriteBarrier((&___m_listAvatar_2), value); } inline static int32_t get_offset_of_m_combineBody_3() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_combineBody_3)); } inline bool get_m_combineBody_3() const { return ___m_combineBody_3; } inline bool* get_address_of_m_combineBody_3() { return &___m_combineBody_3; } inline void set_m_combineBody_3(bool value) { ___m_combineBody_3 = value; } inline static int32_t get_offset_of_m_SkinHead_4() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_SkinHead_4)); } inline IAvatarSkin_t3391917898 * get_m_SkinHead_4() const { return ___m_SkinHead_4; } inline IAvatarSkin_t3391917898 ** get_address_of_m_SkinHead_4() { return &___m_SkinHead_4; } inline void set_m_SkinHead_4(IAvatarSkin_t3391917898 * value) { ___m_SkinHead_4 = value; Il2CppCodeGenWriteBarrier((&___m_SkinHead_4), value); } inline static int32_t get_offset_of_m_SkinUpper_5() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_SkinUpper_5)); } inline IAvatarSkin_t3391917898 * get_m_SkinUpper_5() const { return ___m_SkinUpper_5; } inline IAvatarSkin_t3391917898 ** get_address_of_m_SkinUpper_5() { return &___m_SkinUpper_5; } inline void set_m_SkinUpper_5(IAvatarSkin_t3391917898 * value) { ___m_SkinUpper_5 = value; Il2CppCodeGenWriteBarrier((&___m_SkinUpper_5), value); } inline static int32_t get_offset_of_m_SkinLower_6() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_SkinLower_6)); } inline IAvatarSkin_t3391917898 * get_m_SkinLower_6() const { return ___m_SkinLower_6; } inline IAvatarSkin_t3391917898 ** get_address_of_m_SkinLower_6() { return &___m_SkinLower_6; } inline void set_m_SkinLower_6(IAvatarSkin_t3391917898 * value) { ___m_SkinLower_6 = value; Il2CppCodeGenWriteBarrier((&___m_SkinLower_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARSITE_T1752665925_H #ifndef CROLEEFFECTMANAGER_T3637256918_H #define CROLEEFFECTMANAGER_T3637256918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneAvatarBody DMCore.Framework.CRoleEffectManager::m_AvatarBody ISceneAvatarBody_t3588558973 * ___m_AvatarBody_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.CRoleEffectManager::m_listParticals Dictionary_2_t3270456118 * ___m_listParticals_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.CRoleEffectManager::m_listCombineEff Dictionary_2_t3270456118 * ___m_listCombineEff_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.CRoleEffectManager::m_listOtherEffects Dictionary_2_t3270456118 * ___m_listOtherEffects_3; public: inline static int32_t get_offset_of_m_AvatarBody_0() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_AvatarBody_0)); } inline ISceneAvatarBody_t3588558973 * get_m_AvatarBody_0() const { return ___m_AvatarBody_0; } inline ISceneAvatarBody_t3588558973 ** get_address_of_m_AvatarBody_0() { return &___m_AvatarBody_0; } inline void set_m_AvatarBody_0(ISceneAvatarBody_t3588558973 * value) { ___m_AvatarBody_0 = value; Il2CppCodeGenWriteBarrier((&___m_AvatarBody_0), value); } inline static int32_t get_offset_of_m_listParticals_1() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_listParticals_1)); } inline Dictionary_2_t3270456118 * get_m_listParticals_1() const { return ___m_listParticals_1; } inline Dictionary_2_t3270456118 ** get_address_of_m_listParticals_1() { return &___m_listParticals_1; } inline void set_m_listParticals_1(Dictionary_2_t3270456118 * value) { ___m_listParticals_1 = value; Il2CppCodeGenWriteBarrier((&___m_listParticals_1), value); } inline static int32_t get_offset_of_m_listCombineEff_2() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_listCombineEff_2)); } inline Dictionary_2_t3270456118 * get_m_listCombineEff_2() const { return ___m_listCombineEff_2; } inline Dictionary_2_t3270456118 ** get_address_of_m_listCombineEff_2() { return &___m_listCombineEff_2; } inline void set_m_listCombineEff_2(Dictionary_2_t3270456118 * value) { ___m_listCombineEff_2 = value; Il2CppCodeGenWriteBarrier((&___m_listCombineEff_2), value); } inline static int32_t get_offset_of_m_listOtherEffects_3() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_listOtherEffects_3)); } inline Dictionary_2_t3270456118 * get_m_listOtherEffects_3() const { return ___m_listOtherEffects_3; } inline Dictionary_2_t3270456118 ** get_address_of_m_listOtherEffects_3() { return &___m_listOtherEffects_3; } inline void set_m_listOtherEffects_3(Dictionary_2_t3270456118 * value) { ___m_listOtherEffects_3 = value; Il2CppCodeGenWriteBarrier((&___m_listOtherEffects_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEEFFECTMANAGER_T3637256918_H #ifndef CANIMSITE_T233742424_H #define CANIMSITE_T233742424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAnimSite struct CAnimSite_t233742424 : public RuntimeObject { public: // UnityEngine.Animation CAnimSite::m_AnimPlayer Animation_t3648466861 * ___m_AnimPlayer_0; // CSkeletonSite CAnimSite::m_SkeletonSite CSkeletonSite_t1178137573 * ___m_SkeletonSite_1; // CSkeletonSite/CSkeletonSnap CAnimSite::m_animSnap CSkeletonSnap_t2156242323 * ___m_animSnap_2; // BetterList`1 CAnimSite::m_listAnimCritical BetterList_1_t2419161419 * ___m_listAnimCritical_3; // BetterList`1 CAnimSite::m_listAnimDefault BetterList_1_t2419161419 * ___m_listAnimDefault_4; // UnityEngine.AnimationClip CAnimSite::m_IdleClip AnimationClip_t2318505987 * ___m_IdleClip_5; // System.Single CAnimSite::m_IdleAnimFadeIn float ___m_IdleAnimFadeIn_6; // System.String CAnimSite::m_IdleAnimName String_t* ___m_IdleAnimName_7; // System.Boolean CAnimSite::m_existPlaying bool ___m_existPlaying_8; // System.Boolean CAnimSite::m_bPaused bool ___m_bPaused_9; // System.Boolean CAnimSite::m_bNeedCheckDirty bool ___m_bNeedCheckDirty_10; // System.String CAnimSite::m_activeIdleName String_t* ___m_activeIdleName_11; // System.String CAnimSite::m_curPlayingName String_t* ___m_curPlayingName_12; // System.Int32 CAnimSite::m_playingIndex int32_t ___m_playingIndex_13; // BetterList`1 CAnimSite::m_listAnimInPlaying BetterList_1_t3563600241 * ___m_listAnimInPlaying_14; // DMCore.Framework.Scene.ISceneBaseObj CAnimSite::m_sceneOwner ISceneBaseObj_t858622483 * ___m_sceneOwner_15; // System.Boolean CAnimSite::m_bIgnoreOwner bool ___m_bIgnoreOwner_16; public: inline static int32_t get_offset_of_m_AnimPlayer_0() { return static_cast(offsetof(CAnimSite_t233742424, ___m_AnimPlayer_0)); } inline Animation_t3648466861 * get_m_AnimPlayer_0() const { return ___m_AnimPlayer_0; } inline Animation_t3648466861 ** get_address_of_m_AnimPlayer_0() { return &___m_AnimPlayer_0; } inline void set_m_AnimPlayer_0(Animation_t3648466861 * value) { ___m_AnimPlayer_0 = value; Il2CppCodeGenWriteBarrier((&___m_AnimPlayer_0), value); } inline static int32_t get_offset_of_m_SkeletonSite_1() { return static_cast(offsetof(CAnimSite_t233742424, ___m_SkeletonSite_1)); } inline CSkeletonSite_t1178137573 * get_m_SkeletonSite_1() const { return ___m_SkeletonSite_1; } inline CSkeletonSite_t1178137573 ** get_address_of_m_SkeletonSite_1() { return &___m_SkeletonSite_1; } inline void set_m_SkeletonSite_1(CSkeletonSite_t1178137573 * value) { ___m_SkeletonSite_1 = value; Il2CppCodeGenWriteBarrier((&___m_SkeletonSite_1), value); } inline static int32_t get_offset_of_m_animSnap_2() { return static_cast(offsetof(CAnimSite_t233742424, ___m_animSnap_2)); } inline CSkeletonSnap_t2156242323 * get_m_animSnap_2() const { return ___m_animSnap_2; } inline CSkeletonSnap_t2156242323 ** get_address_of_m_animSnap_2() { return &___m_animSnap_2; } inline void set_m_animSnap_2(CSkeletonSnap_t2156242323 * value) { ___m_animSnap_2 = value; Il2CppCodeGenWriteBarrier((&___m_animSnap_2), value); } inline static int32_t get_offset_of_m_listAnimCritical_3() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimCritical_3)); } inline BetterList_1_t2419161419 * get_m_listAnimCritical_3() const { return ___m_listAnimCritical_3; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimCritical_3() { return &___m_listAnimCritical_3; } inline void set_m_listAnimCritical_3(BetterList_1_t2419161419 * value) { ___m_listAnimCritical_3 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimCritical_3), value); } inline static int32_t get_offset_of_m_listAnimDefault_4() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimDefault_4)); } inline BetterList_1_t2419161419 * get_m_listAnimDefault_4() const { return ___m_listAnimDefault_4; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimDefault_4() { return &___m_listAnimDefault_4; } inline void set_m_listAnimDefault_4(BetterList_1_t2419161419 * value) { ___m_listAnimDefault_4 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimDefault_4), value); } inline static int32_t get_offset_of_m_IdleClip_5() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleClip_5)); } inline AnimationClip_t2318505987 * get_m_IdleClip_5() const { return ___m_IdleClip_5; } inline AnimationClip_t2318505987 ** get_address_of_m_IdleClip_5() { return &___m_IdleClip_5; } inline void set_m_IdleClip_5(AnimationClip_t2318505987 * value) { ___m_IdleClip_5 = value; Il2CppCodeGenWriteBarrier((&___m_IdleClip_5), value); } inline static int32_t get_offset_of_m_IdleAnimFadeIn_6() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimFadeIn_6)); } inline float get_m_IdleAnimFadeIn_6() const { return ___m_IdleAnimFadeIn_6; } inline float* get_address_of_m_IdleAnimFadeIn_6() { return &___m_IdleAnimFadeIn_6; } inline void set_m_IdleAnimFadeIn_6(float value) { ___m_IdleAnimFadeIn_6 = value; } inline static int32_t get_offset_of_m_IdleAnimName_7() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimName_7)); } inline String_t* get_m_IdleAnimName_7() const { return ___m_IdleAnimName_7; } inline String_t** get_address_of_m_IdleAnimName_7() { return &___m_IdleAnimName_7; } inline void set_m_IdleAnimName_7(String_t* value) { ___m_IdleAnimName_7 = value; Il2CppCodeGenWriteBarrier((&___m_IdleAnimName_7), value); } inline static int32_t get_offset_of_m_existPlaying_8() { return static_cast(offsetof(CAnimSite_t233742424, ___m_existPlaying_8)); } inline bool get_m_existPlaying_8() const { return ___m_existPlaying_8; } inline bool* get_address_of_m_existPlaying_8() { return &___m_existPlaying_8; } inline void set_m_existPlaying_8(bool value) { ___m_existPlaying_8 = value; } inline static int32_t get_offset_of_m_bPaused_9() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bPaused_9)); } inline bool get_m_bPaused_9() const { return ___m_bPaused_9; } inline bool* get_address_of_m_bPaused_9() { return &___m_bPaused_9; } inline void set_m_bPaused_9(bool value) { ___m_bPaused_9 = value; } inline static int32_t get_offset_of_m_bNeedCheckDirty_10() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bNeedCheckDirty_10)); } inline bool get_m_bNeedCheckDirty_10() const { return ___m_bNeedCheckDirty_10; } inline bool* get_address_of_m_bNeedCheckDirty_10() { return &___m_bNeedCheckDirty_10; } inline void set_m_bNeedCheckDirty_10(bool value) { ___m_bNeedCheckDirty_10 = value; } inline static int32_t get_offset_of_m_activeIdleName_11() { return static_cast(offsetof(CAnimSite_t233742424, ___m_activeIdleName_11)); } inline String_t* get_m_activeIdleName_11() const { return ___m_activeIdleName_11; } inline String_t** get_address_of_m_activeIdleName_11() { return &___m_activeIdleName_11; } inline void set_m_activeIdleName_11(String_t* value) { ___m_activeIdleName_11 = value; Il2CppCodeGenWriteBarrier((&___m_activeIdleName_11), value); } inline static int32_t get_offset_of_m_curPlayingName_12() { return static_cast(offsetof(CAnimSite_t233742424, ___m_curPlayingName_12)); } inline String_t* get_m_curPlayingName_12() const { return ___m_curPlayingName_12; } inline String_t** get_address_of_m_curPlayingName_12() { return &___m_curPlayingName_12; } inline void set_m_curPlayingName_12(String_t* value) { ___m_curPlayingName_12 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayingName_12), value); } inline static int32_t get_offset_of_m_playingIndex_13() { return static_cast(offsetof(CAnimSite_t233742424, ___m_playingIndex_13)); } inline int32_t get_m_playingIndex_13() const { return ___m_playingIndex_13; } inline int32_t* get_address_of_m_playingIndex_13() { return &___m_playingIndex_13; } inline void set_m_playingIndex_13(int32_t value) { ___m_playingIndex_13 = value; } inline static int32_t get_offset_of_m_listAnimInPlaying_14() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimInPlaying_14)); } inline BetterList_1_t3563600241 * get_m_listAnimInPlaying_14() const { return ___m_listAnimInPlaying_14; } inline BetterList_1_t3563600241 ** get_address_of_m_listAnimInPlaying_14() { return &___m_listAnimInPlaying_14; } inline void set_m_listAnimInPlaying_14(BetterList_1_t3563600241 * value) { ___m_listAnimInPlaying_14 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimInPlaying_14), value); } inline static int32_t get_offset_of_m_sceneOwner_15() { return static_cast(offsetof(CAnimSite_t233742424, ___m_sceneOwner_15)); } inline ISceneBaseObj_t858622483 * get_m_sceneOwner_15() const { return ___m_sceneOwner_15; } inline ISceneBaseObj_t858622483 ** get_address_of_m_sceneOwner_15() { return &___m_sceneOwner_15; } inline void set_m_sceneOwner_15(ISceneBaseObj_t858622483 * value) { ___m_sceneOwner_15 = value; Il2CppCodeGenWriteBarrier((&___m_sceneOwner_15), value); } inline static int32_t get_offset_of_m_bIgnoreOwner_16() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bIgnoreOwner_16)); } inline bool get_m_bIgnoreOwner_16() const { return ___m_bIgnoreOwner_16; } inline bool* get_address_of_m_bIgnoreOwner_16() { return &___m_bIgnoreOwner_16; } inline void set_m_bIgnoreOwner_16(bool value) { ___m_bIgnoreOwner_16 = value; } }; struct CAnimSite_t233742424_StaticFields { public: // BetterList`1 CAnimSite::s_CachedList BetterList_1_t1002471007 * ___s_CachedList_17; // BetterList`1 CAnimSite::s_CachedClipList BetterList_1_t1473526305 * ___s_CachedClipList_18; public: inline static int32_t get_offset_of_s_CachedList_17() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedList_17)); } inline BetterList_1_t1002471007 * get_s_CachedList_17() const { return ___s_CachedList_17; } inline BetterList_1_t1002471007 ** get_address_of_s_CachedList_17() { return &___s_CachedList_17; } inline void set_s_CachedList_17(BetterList_1_t1002471007 * value) { ___s_CachedList_17 = value; Il2CppCodeGenWriteBarrier((&___s_CachedList_17), value); } inline static int32_t get_offset_of_s_CachedClipList_18() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedClipList_18)); } inline BetterList_1_t1473526305 * get_s_CachedClipList_18() const { return ___s_CachedClipList_18; } inline BetterList_1_t1473526305 ** get_address_of_s_CachedClipList_18() { return &___s_CachedClipList_18; } inline void set_s_CachedClipList_18(BetterList_1_t1473526305 * value) { ___s_CachedClipList_18 = value; Il2CppCodeGenWriteBarrier((&___s_CachedClipList_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSITE_T233742424_H #ifndef CROLEMODELFACE_T1285730091_H #define CROLEMODELFACE_T1285730091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneAvatarBody DMCore.Framework.Scene.CRoleModelFace::m_role ISceneAvatarBody_t3588558973 * ___m_role_0; // System.Boolean DMCore.Framework.Scene.CRoleModelFace::m_bEnableChange bool ___m_bEnableChange_1; // System.Single DMCore.Framework.Scene.CRoleModelFace::m_timeLabor float ___m_timeLabor_2; // System.Boolean DMCore.Framework.Scene.CRoleModelFace::m_bActiveFace bool ___m_bActiveFace_3; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::m_matNativeDefault Material_t340375123 * ___m_matNativeDefault_4; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::m_matNativeClose Material_t340375123 * ___m_matNativeClose_5; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::m_matDefault Material_t340375123 * ___m_matDefault_6; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::m_matClose Material_t340375123 * ___m_matClose_7; // UnityEngine.SkinnedMeshRenderer DMCore.Framework.Scene.CRoleModelFace::m_smrCached SkinnedMeshRenderer_t245602842 * ___m_smrCached_8; public: inline static int32_t get_offset_of_m_role_0() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_role_0)); } inline ISceneAvatarBody_t3588558973 * get_m_role_0() const { return ___m_role_0; } inline ISceneAvatarBody_t3588558973 ** get_address_of_m_role_0() { return &___m_role_0; } inline void set_m_role_0(ISceneAvatarBody_t3588558973 * value) { ___m_role_0 = value; Il2CppCodeGenWriteBarrier((&___m_role_0), value); } inline static int32_t get_offset_of_m_bEnableChange_1() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_bEnableChange_1)); } inline bool get_m_bEnableChange_1() const { return ___m_bEnableChange_1; } inline bool* get_address_of_m_bEnableChange_1() { return &___m_bEnableChange_1; } inline void set_m_bEnableChange_1(bool value) { ___m_bEnableChange_1 = value; } inline static int32_t get_offset_of_m_timeLabor_2() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_timeLabor_2)); } inline float get_m_timeLabor_2() const { return ___m_timeLabor_2; } inline float* get_address_of_m_timeLabor_2() { return &___m_timeLabor_2; } inline void set_m_timeLabor_2(float value) { ___m_timeLabor_2 = value; } inline static int32_t get_offset_of_m_bActiveFace_3() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_bActiveFace_3)); } inline bool get_m_bActiveFace_3() const { return ___m_bActiveFace_3; } inline bool* get_address_of_m_bActiveFace_3() { return &___m_bActiveFace_3; } inline void set_m_bActiveFace_3(bool value) { ___m_bActiveFace_3 = value; } inline static int32_t get_offset_of_m_matNativeDefault_4() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_matNativeDefault_4)); } inline Material_t340375123 * get_m_matNativeDefault_4() const { return ___m_matNativeDefault_4; } inline Material_t340375123 ** get_address_of_m_matNativeDefault_4() { return &___m_matNativeDefault_4; } inline void set_m_matNativeDefault_4(Material_t340375123 * value) { ___m_matNativeDefault_4 = value; Il2CppCodeGenWriteBarrier((&___m_matNativeDefault_4), value); } inline static int32_t get_offset_of_m_matNativeClose_5() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_matNativeClose_5)); } inline Material_t340375123 * get_m_matNativeClose_5() const { return ___m_matNativeClose_5; } inline Material_t340375123 ** get_address_of_m_matNativeClose_5() { return &___m_matNativeClose_5; } inline void set_m_matNativeClose_5(Material_t340375123 * value) { ___m_matNativeClose_5 = value; Il2CppCodeGenWriteBarrier((&___m_matNativeClose_5), value); } inline static int32_t get_offset_of_m_matDefault_6() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_matDefault_6)); } inline Material_t340375123 * get_m_matDefault_6() const { return ___m_matDefault_6; } inline Material_t340375123 ** get_address_of_m_matDefault_6() { return &___m_matDefault_6; } inline void set_m_matDefault_6(Material_t340375123 * value) { ___m_matDefault_6 = value; Il2CppCodeGenWriteBarrier((&___m_matDefault_6), value); } inline static int32_t get_offset_of_m_matClose_7() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_matClose_7)); } inline Material_t340375123 * get_m_matClose_7() const { return ___m_matClose_7; } inline Material_t340375123 ** get_address_of_m_matClose_7() { return &___m_matClose_7; } inline void set_m_matClose_7(Material_t340375123 * value) { ___m_matClose_7 = value; Il2CppCodeGenWriteBarrier((&___m_matClose_7), value); } inline static int32_t get_offset_of_m_smrCached_8() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_smrCached_8)); } inline SkinnedMeshRenderer_t245602842 * get_m_smrCached_8() const { return ___m_smrCached_8; } inline SkinnedMeshRenderer_t245602842 ** get_address_of_m_smrCached_8() { return &___m_smrCached_8; } inline void set_m_smrCached_8(SkinnedMeshRenderer_t245602842 * value) { ___m_smrCached_8 = value; Il2CppCodeGenWriteBarrier((&___m_smrCached_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELFACE_T1285730091_H #ifndef CROLEMODELITEM_T1608531946_H #define CROLEMODELITEM_T1608531946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946 : public RuntimeObject { public: // UnityEngine.Object DMCore.Framework.Scene.CRoleModelItem::k__BackingField Object_t631007953 * ___U3COriginalResU3Ek__BackingField_0; // UnityEngine.Object DMCore.Framework.Scene.CRoleModelItem::k__BackingField Object_t631007953 * ___U3CAttachedResU3Ek__BackingField_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_Category int32_t ___m_Category_2; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SubModelIndex int32_t ___m_SubModelIndex_3; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SexVal int32_t ___m_SexVal_4; // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.CRoleModelItem::m_avatarSite CAvatarSite_t1752665925 * ___m_avatarSite_5; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bEnable bool ___m_bEnable_6; // System.String DMCore.Framework.Scene.CRoleModelItem::m_PrefabName String_t* ___m_PrefabName_7; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LastValidPrefabName String_t* ___m_LastValidPrefabName_8; // UnityEngine.GameObject DMCore.Framework.Scene.CRoleModelItem::m_originalGo GameObject_t1113636619 * ___m_originalGo_9; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bSendChange bool ___m_bSendChange_10; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bAsUnderwearFullShow bool ___m_bAsUnderwearFullShow_11; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_OwnSelfSkeletons bool ___m_OwnSelfSkeletons_12; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LinkBoneName String_t* ___m_LinkBoneName_13; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LocalRoot String_t* ___m_LocalRoot_14; // System.Single DMCore.Framework.Scene.CRoleModelItem::m_timeIdleSwitchPlay float ___m_timeIdleSwitchPlay_15; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bStateIdle bool ___m_bStateIdle_16; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bNeedSubmit bool ___m_bNeedSubmit_17; // System.String DMCore.Framework.Scene.CRoleModelItem::m_curAnimName String_t* ___m_curAnimName_18; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_currentState stItemState_t244584211 * ___m_currentState_19; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_lastState stItemState_t244584211 * ___m_lastState_20; public: inline static int32_t get_offset_of_U3COriginalResU3Ek__BackingField_0() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___U3COriginalResU3Ek__BackingField_0)); } inline Object_t631007953 * get_U3COriginalResU3Ek__BackingField_0() const { return ___U3COriginalResU3Ek__BackingField_0; } inline Object_t631007953 ** get_address_of_U3COriginalResU3Ek__BackingField_0() { return &___U3COriginalResU3Ek__BackingField_0; } inline void set_U3COriginalResU3Ek__BackingField_0(Object_t631007953 * value) { ___U3COriginalResU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3COriginalResU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CAttachedResU3Ek__BackingField_1() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___U3CAttachedResU3Ek__BackingField_1)); } inline Object_t631007953 * get_U3CAttachedResU3Ek__BackingField_1() const { return ___U3CAttachedResU3Ek__BackingField_1; } inline Object_t631007953 ** get_address_of_U3CAttachedResU3Ek__BackingField_1() { return &___U3CAttachedResU3Ek__BackingField_1; } inline void set_U3CAttachedResU3Ek__BackingField_1(Object_t631007953 * value) { ___U3CAttachedResU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CAttachedResU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_m_Category_2() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Category_2)); } inline int32_t get_m_Category_2() const { return ___m_Category_2; } inline int32_t* get_address_of_m_Category_2() { return &___m_Category_2; } inline void set_m_Category_2(int32_t value) { ___m_Category_2 = value; } inline static int32_t get_offset_of_m_SubModelIndex_3() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SubModelIndex_3)); } inline int32_t get_m_SubModelIndex_3() const { return ___m_SubModelIndex_3; } inline int32_t* get_address_of_m_SubModelIndex_3() { return &___m_SubModelIndex_3; } inline void set_m_SubModelIndex_3(int32_t value) { ___m_SubModelIndex_3 = value; } inline static int32_t get_offset_of_m_SexVal_4() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SexVal_4)); } inline int32_t get_m_SexVal_4() const { return ___m_SexVal_4; } inline int32_t* get_address_of_m_SexVal_4() { return &___m_SexVal_4; } inline void set_m_SexVal_4(int32_t value) { ___m_SexVal_4 = value; } inline static int32_t get_offset_of_m_avatarSite_5() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_avatarSite_5)); } inline CAvatarSite_t1752665925 * get_m_avatarSite_5() const { return ___m_avatarSite_5; } inline CAvatarSite_t1752665925 ** get_address_of_m_avatarSite_5() { return &___m_avatarSite_5; } inline void set_m_avatarSite_5(CAvatarSite_t1752665925 * value) { ___m_avatarSite_5 = value; Il2CppCodeGenWriteBarrier((&___m_avatarSite_5), value); } inline static int32_t get_offset_of_m_bEnable_6() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bEnable_6)); } inline bool get_m_bEnable_6() const { return ___m_bEnable_6; } inline bool* get_address_of_m_bEnable_6() { return &___m_bEnable_6; } inline void set_m_bEnable_6(bool value) { ___m_bEnable_6 = value; } inline static int32_t get_offset_of_m_PrefabName_7() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_PrefabName_7)); } inline String_t* get_m_PrefabName_7() const { return ___m_PrefabName_7; } inline String_t** get_address_of_m_PrefabName_7() { return &___m_PrefabName_7; } inline void set_m_PrefabName_7(String_t* value) { ___m_PrefabName_7 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabName_7), value); } inline static int32_t get_offset_of_m_LastValidPrefabName_8() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LastValidPrefabName_8)); } inline String_t* get_m_LastValidPrefabName_8() const { return ___m_LastValidPrefabName_8; } inline String_t** get_address_of_m_LastValidPrefabName_8() { return &___m_LastValidPrefabName_8; } inline void set_m_LastValidPrefabName_8(String_t* value) { ___m_LastValidPrefabName_8 = value; Il2CppCodeGenWriteBarrier((&___m_LastValidPrefabName_8), value); } inline static int32_t get_offset_of_m_originalGo_9() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_originalGo_9)); } inline GameObject_t1113636619 * get_m_originalGo_9() const { return ___m_originalGo_9; } inline GameObject_t1113636619 ** get_address_of_m_originalGo_9() { return &___m_originalGo_9; } inline void set_m_originalGo_9(GameObject_t1113636619 * value) { ___m_originalGo_9 = value; Il2CppCodeGenWriteBarrier((&___m_originalGo_9), value); } inline static int32_t get_offset_of_m_bSendChange_10() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bSendChange_10)); } inline bool get_m_bSendChange_10() const { return ___m_bSendChange_10; } inline bool* get_address_of_m_bSendChange_10() { return &___m_bSendChange_10; } inline void set_m_bSendChange_10(bool value) { ___m_bSendChange_10 = value; } inline static int32_t get_offset_of_m_bAsUnderwearFullShow_11() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bAsUnderwearFullShow_11)); } inline bool get_m_bAsUnderwearFullShow_11() const { return ___m_bAsUnderwearFullShow_11; } inline bool* get_address_of_m_bAsUnderwearFullShow_11() { return &___m_bAsUnderwearFullShow_11; } inline void set_m_bAsUnderwearFullShow_11(bool value) { ___m_bAsUnderwearFullShow_11 = value; } inline static int32_t get_offset_of_m_OwnSelfSkeletons_12() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_OwnSelfSkeletons_12)); } inline bool get_m_OwnSelfSkeletons_12() const { return ___m_OwnSelfSkeletons_12; } inline bool* get_address_of_m_OwnSelfSkeletons_12() { return &___m_OwnSelfSkeletons_12; } inline void set_m_OwnSelfSkeletons_12(bool value) { ___m_OwnSelfSkeletons_12 = value; } inline static int32_t get_offset_of_m_LinkBoneName_13() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LinkBoneName_13)); } inline String_t* get_m_LinkBoneName_13() const { return ___m_LinkBoneName_13; } inline String_t** get_address_of_m_LinkBoneName_13() { return &___m_LinkBoneName_13; } inline void set_m_LinkBoneName_13(String_t* value) { ___m_LinkBoneName_13 = value; Il2CppCodeGenWriteBarrier((&___m_LinkBoneName_13), value); } inline static int32_t get_offset_of_m_LocalRoot_14() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LocalRoot_14)); } inline String_t* get_m_LocalRoot_14() const { return ___m_LocalRoot_14; } inline String_t** get_address_of_m_LocalRoot_14() { return &___m_LocalRoot_14; } inline void set_m_LocalRoot_14(String_t* value) { ___m_LocalRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_LocalRoot_14), value); } inline static int32_t get_offset_of_m_timeIdleSwitchPlay_15() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_timeIdleSwitchPlay_15)); } inline float get_m_timeIdleSwitchPlay_15() const { return ___m_timeIdleSwitchPlay_15; } inline float* get_address_of_m_timeIdleSwitchPlay_15() { return &___m_timeIdleSwitchPlay_15; } inline void set_m_timeIdleSwitchPlay_15(float value) { ___m_timeIdleSwitchPlay_15 = value; } inline static int32_t get_offset_of_m_bStateIdle_16() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bStateIdle_16)); } inline bool get_m_bStateIdle_16() const { return ___m_bStateIdle_16; } inline bool* get_address_of_m_bStateIdle_16() { return &___m_bStateIdle_16; } inline void set_m_bStateIdle_16(bool value) { ___m_bStateIdle_16 = value; } inline static int32_t get_offset_of_m_bNeedSubmit_17() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bNeedSubmit_17)); } inline bool get_m_bNeedSubmit_17() const { return ___m_bNeedSubmit_17; } inline bool* get_address_of_m_bNeedSubmit_17() { return &___m_bNeedSubmit_17; } inline void set_m_bNeedSubmit_17(bool value) { ___m_bNeedSubmit_17 = value; } inline static int32_t get_offset_of_m_curAnimName_18() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_curAnimName_18)); } inline String_t* get_m_curAnimName_18() const { return ___m_curAnimName_18; } inline String_t** get_address_of_m_curAnimName_18() { return &___m_curAnimName_18; } inline void set_m_curAnimName_18(String_t* value) { ___m_curAnimName_18 = value; Il2CppCodeGenWriteBarrier((&___m_curAnimName_18), value); } inline static int32_t get_offset_of_m_currentState_19() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_currentState_19)); } inline stItemState_t244584211 * get_m_currentState_19() const { return ___m_currentState_19; } inline stItemState_t244584211 ** get_address_of_m_currentState_19() { return &___m_currentState_19; } inline void set_m_currentState_19(stItemState_t244584211 * value) { ___m_currentState_19 = value; Il2CppCodeGenWriteBarrier((&___m_currentState_19), value); } inline static int32_t get_offset_of_m_lastState_20() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_lastState_20)); } inline stItemState_t244584211 * get_m_lastState_20() const { return ___m_lastState_20; } inline stItemState_t244584211 ** get_address_of_m_lastState_20() { return &___m_lastState_20; } inline void set_m_lastState_20(stItemState_t244584211 * value) { ___m_lastState_20 = value; Il2CppCodeGenWriteBarrier((&___m_lastState_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_T1608531946_H #ifndef DMCLIDERBASE_T794824264_H #define DMCLIDERBASE_T794824264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.DMCliderBase struct DMCliderBase_t794824264 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMCLIDERBASE_T794824264_H #ifndef BETTERLIST_1_T2891587622_H #define BETTERLIST_1_T2891587622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2891587622 : public RuntimeObject { public: // T[] BetterList`1::buffer Int64U5BU5D_t2559172825* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2891587622, ___buffer_0)); } inline Int64U5BU5D_t2559172825* get_buffer_0() const { return ___buffer_0; } inline Int64U5BU5D_t2559172825** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Int64U5BU5D_t2559172825* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2891587622, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2891587622_H #ifndef CINTERACTIONRANGE_T868014233_H #define CINTERACTIONRANGE_T868014233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionRange struct CInteractionRange_t868014233 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CInteractionRange::m_clkedGroup int32_t ___m_clkedGroup_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CInteractionRange::m_cliderGroup Dictionary_2_t3511679167 * ___m_cliderGroup_1; public: inline static int32_t get_offset_of_m_clkedGroup_0() { return static_cast(offsetof(CInteractionRange_t868014233, ___m_clkedGroup_0)); } inline int32_t get_m_clkedGroup_0() const { return ___m_clkedGroup_0; } inline int32_t* get_address_of_m_clkedGroup_0() { return &___m_clkedGroup_0; } inline void set_m_clkedGroup_0(int32_t value) { ___m_clkedGroup_0 = value; } inline static int32_t get_offset_of_m_cliderGroup_1() { return static_cast(offsetof(CInteractionRange_t868014233, ___m_cliderGroup_1)); } inline Dictionary_2_t3511679167 * get_m_cliderGroup_1() const { return ___m_cliderGroup_1; } inline Dictionary_2_t3511679167 ** get_address_of_m_cliderGroup_1() { return &___m_cliderGroup_1; } inline void set_m_cliderGroup_1(Dictionary_2_t3511679167 * value) { ___m_cliderGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_cliderGroup_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONRANGE_T868014233_H #ifndef DICTIONARY_2_T2275110594_H #define DICTIONARY_2_T2275110594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2275110594 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int64U5BU5D_t2559172825* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CWalkEventU5BU5D_t1338219583* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2275110594, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2275110594, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2275110594, ___keySlots_6)); } inline Int64U5BU5D_t2559172825* get_keySlots_6() const { return ___keySlots_6; } inline Int64U5BU5D_t2559172825** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int64U5BU5D_t2559172825* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2275110594, ___valueSlots_7)); } inline CWalkEventU5BU5D_t1338219583* get_valueSlots_7() const { return ___valueSlots_7; } inline CWalkEventU5BU5D_t1338219583** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CWalkEventU5BU5D_t1338219583* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2275110594, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2275110594, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2275110594, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2275110594, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2275110594, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2275110594, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2275110594, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2275110594_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2109020210 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2275110594_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2109020210 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2109020210 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2109020210 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2275110594_H #ifndef CDATAARRAY_T4068198041_H #define CDATAARRAY_T4068198041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataArray struct CDataArray_t4068198041 : public RuntimeObject { public: // System.Collections.ArrayList DMCore.CDataArray::m_dataList ArrayList_t2718874744 * ___m_dataList_0; public: inline static int32_t get_offset_of_m_dataList_0() { return static_cast(offsetof(CDataArray_t4068198041, ___m_dataList_0)); } inline ArrayList_t2718874744 * get_m_dataList_0() const { return ___m_dataList_0; } inline ArrayList_t2718874744 ** get_address_of_m_dataList_0() { return &___m_dataList_0; } inline void set_m_dataList_0(ArrayList_t2718874744 * value) { ___m_dataList_0 = value; Il2CppCodeGenWriteBarrier((&___m_dataList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAARRAY_T4068198041_H #ifndef IDATAUNIT_T677250155_H #define IDATAUNIT_T677250155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.IDataUnit struct IDataUnit_t677250155 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAUNIT_T677250155_H #ifndef CWALKMANAGER_T3228361237_H #define CWALKMANAGER_T3228361237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Scene.CWalkManager::k__BackingField bool ___U3CisKeepActU3Ek__BackingField_1; // System.Boolean DMCore.Framework.Scene.CWalkManager::m_bMove bool ___m_bMove_3; // System.Boolean DMCore.Framework.Scene.CWalkManager::m_bPaused bool ___m_bPaused_4; // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::m_walkCamera CWalkCamera_t1176337330 * ___m_walkCamera_5; // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::m_walkRange CWalkRange_t2357921041 * ___m_walkRange_6; // DMCore.Framework.Scene.CInteractionRange DMCore.Framework.Scene.CWalkManager::m_interactionRange CInteractionRange_t868014233 * ___m_interactionRange_7; // BetterList`1 DMCore.Framework.Scene.CWalkManager::m_arrayCach BetterList_1_t2891587622 * ___m_arrayCach_8; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CWalkManager::m_arrayWalkTask Dictionary_2_t2275110594 * ___m_arrayWalkTask_9; public: inline static int32_t get_offset_of_U3CisKeepActU3Ek__BackingField_1() { return static_cast(offsetof(CWalkManager_t3228361237, ___U3CisKeepActU3Ek__BackingField_1)); } inline bool get_U3CisKeepActU3Ek__BackingField_1() const { return ___U3CisKeepActU3Ek__BackingField_1; } inline bool* get_address_of_U3CisKeepActU3Ek__BackingField_1() { return &___U3CisKeepActU3Ek__BackingField_1; } inline void set_U3CisKeepActU3Ek__BackingField_1(bool value) { ___U3CisKeepActU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_bMove_3() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_bMove_3)); } inline bool get_m_bMove_3() const { return ___m_bMove_3; } inline bool* get_address_of_m_bMove_3() { return &___m_bMove_3; } inline void set_m_bMove_3(bool value) { ___m_bMove_3 = value; } inline static int32_t get_offset_of_m_bPaused_4() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_bPaused_4)); } inline bool get_m_bPaused_4() const { return ___m_bPaused_4; } inline bool* get_address_of_m_bPaused_4() { return &___m_bPaused_4; } inline void set_m_bPaused_4(bool value) { ___m_bPaused_4 = value; } inline static int32_t get_offset_of_m_walkCamera_5() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkCamera_5)); } inline CWalkCamera_t1176337330 * get_m_walkCamera_5() const { return ___m_walkCamera_5; } inline CWalkCamera_t1176337330 ** get_address_of_m_walkCamera_5() { return &___m_walkCamera_5; } inline void set_m_walkCamera_5(CWalkCamera_t1176337330 * value) { ___m_walkCamera_5 = value; Il2CppCodeGenWriteBarrier((&___m_walkCamera_5), value); } inline static int32_t get_offset_of_m_walkRange_6() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkRange_6)); } inline CWalkRange_t2357921041 * get_m_walkRange_6() const { return ___m_walkRange_6; } inline CWalkRange_t2357921041 ** get_address_of_m_walkRange_6() { return &___m_walkRange_6; } inline void set_m_walkRange_6(CWalkRange_t2357921041 * value) { ___m_walkRange_6 = value; Il2CppCodeGenWriteBarrier((&___m_walkRange_6), value); } inline static int32_t get_offset_of_m_interactionRange_7() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_interactionRange_7)); } inline CInteractionRange_t868014233 * get_m_interactionRange_7() const { return ___m_interactionRange_7; } inline CInteractionRange_t868014233 ** get_address_of_m_interactionRange_7() { return &___m_interactionRange_7; } inline void set_m_interactionRange_7(CInteractionRange_t868014233 * value) { ___m_interactionRange_7 = value; Il2CppCodeGenWriteBarrier((&___m_interactionRange_7), value); } inline static int32_t get_offset_of_m_arrayCach_8() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_arrayCach_8)); } inline BetterList_1_t2891587622 * get_m_arrayCach_8() const { return ___m_arrayCach_8; } inline BetterList_1_t2891587622 ** get_address_of_m_arrayCach_8() { return &___m_arrayCach_8; } inline void set_m_arrayCach_8(BetterList_1_t2891587622 * value) { ___m_arrayCach_8 = value; Il2CppCodeGenWriteBarrier((&___m_arrayCach_8), value); } inline static int32_t get_offset_of_m_arrayWalkTask_9() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_arrayWalkTask_9)); } inline Dictionary_2_t2275110594 * get_m_arrayWalkTask_9() const { return ___m_arrayWalkTask_9; } inline Dictionary_2_t2275110594 ** get_address_of_m_arrayWalkTask_9() { return &___m_arrayWalkTask_9; } inline void set_m_arrayWalkTask_9(Dictionary_2_t2275110594 * value) { ___m_arrayWalkTask_9 = value; Il2CppCodeGenWriteBarrier((&___m_arrayWalkTask_9), value); } }; struct CWalkManager_t3228361237_StaticFields { public: // System.Boolean DMCore.Framework.Scene.CWalkManager::s_bEnableChangeModel bool ___s_bEnableChangeModel_0; // DMCore.Framework.Scene.CWalkManager DMCore.Framework.Scene.CWalkManager::s_Instance CWalkManager_t3228361237 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_bEnableChangeModel_0() { return static_cast(offsetof(CWalkManager_t3228361237_StaticFields, ___s_bEnableChangeModel_0)); } inline bool get_s_bEnableChangeModel_0() const { return ___s_bEnableChangeModel_0; } inline bool* get_address_of_s_bEnableChangeModel_0() { return &___s_bEnableChangeModel_0; } inline void set_s_bEnableChangeModel_0(bool value) { ___s_bEnableChangeModel_0 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CWalkManager_t3228361237_StaticFields, ___s_Instance_2)); } inline CWalkManager_t3228361237 * get_s_Instance_2() const { return ___s_Instance_2; } inline CWalkManager_t3228361237 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CWalkManager_t3228361237 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKMANAGER_T3228361237_H #ifndef CSCENEMOVESYNC_T3746512464_H #define CSCENEMOVESYNC_T3746512464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneMoveSync struct CSceneMoveSync_t3746512464 : public RuntimeObject { public: public: }; struct CSceneMoveSync_t3746512464_StaticFields { public: // DMCore.Framework.Scene.CSceneMoveSync DMCore.Framework.Scene.CSceneMoveSync::_instance CSceneMoveSync_t3746512464 * ____instance_0; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(CSceneMoveSync_t3746512464_StaticFields, ____instance_0)); } inline CSceneMoveSync_t3746512464 * get__instance_0() const { return ____instance_0; } inline CSceneMoveSync_t3746512464 ** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(CSceneMoveSync_t3746512464 * value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((&____instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEMOVESYNC_T3746512464_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef VECTOR3INT_T741115188_H #define VECTOR3INT_T741115188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3Int struct Vector3Int_t741115188 { public: // System.Int32 UnityEngine.Vector3Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector3Int::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.Vector3Int::m_Z int32_t ___m_Z_2; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector3Int_t741115188, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(Vector3Int_t741115188, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } inline static int32_t get_offset_of_m_Z_2() { return static_cast(offsetof(Vector3Int_t741115188, ___m_Z_2)); } inline int32_t get_m_Z_2() const { return ___m_Z_2; } inline int32_t* get_address_of_m_Z_2() { return &___m_Z_2; } inline void set_m_Z_2(int32_t value) { ___m_Z_2 = value; } }; struct Vector3Int_t741115188_StaticFields { public: // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Zero Vector3Int_t741115188 ___s_Zero_3; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_One Vector3Int_t741115188 ___s_One_4; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Up Vector3Int_t741115188 ___s_Up_5; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Down Vector3Int_t741115188 ___s_Down_6; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Left Vector3Int_t741115188 ___s_Left_7; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Right Vector3Int_t741115188 ___s_Right_8; public: inline static int32_t get_offset_of_s_Zero_3() { return static_cast(offsetof(Vector3Int_t741115188_StaticFields, ___s_Zero_3)); } inline Vector3Int_t741115188 get_s_Zero_3() const { return ___s_Zero_3; } inline Vector3Int_t741115188 * get_address_of_s_Zero_3() { return &___s_Zero_3; } inline void set_s_Zero_3(Vector3Int_t741115188 value) { ___s_Zero_3 = value; } inline static int32_t get_offset_of_s_One_4() { return static_cast(offsetof(Vector3Int_t741115188_StaticFields, ___s_One_4)); } inline Vector3Int_t741115188 get_s_One_4() const { return ___s_One_4; } inline Vector3Int_t741115188 * get_address_of_s_One_4() { return &___s_One_4; } inline void set_s_One_4(Vector3Int_t741115188 value) { ___s_One_4 = value; } inline static int32_t get_offset_of_s_Up_5() { return static_cast(offsetof(Vector3Int_t741115188_StaticFields, ___s_Up_5)); } inline Vector3Int_t741115188 get_s_Up_5() const { return ___s_Up_5; } inline Vector3Int_t741115188 * get_address_of_s_Up_5() { return &___s_Up_5; } inline void set_s_Up_5(Vector3Int_t741115188 value) { ___s_Up_5 = value; } inline static int32_t get_offset_of_s_Down_6() { return static_cast(offsetof(Vector3Int_t741115188_StaticFields, ___s_Down_6)); } inline Vector3Int_t741115188 get_s_Down_6() const { return ___s_Down_6; } inline Vector3Int_t741115188 * get_address_of_s_Down_6() { return &___s_Down_6; } inline void set_s_Down_6(Vector3Int_t741115188 value) { ___s_Down_6 = value; } inline static int32_t get_offset_of_s_Left_7() { return static_cast(offsetof(Vector3Int_t741115188_StaticFields, ___s_Left_7)); } inline Vector3Int_t741115188 get_s_Left_7() const { return ___s_Left_7; } inline Vector3Int_t741115188 * get_address_of_s_Left_7() { return &___s_Left_7; } inline void set_s_Left_7(Vector3Int_t741115188 value) { ___s_Left_7 = value; } inline static int32_t get_offset_of_s_Right_8() { return static_cast(offsetof(Vector3Int_t741115188_StaticFields, ___s_Right_8)); } inline Vector3Int_t741115188 get_s_Right_8() const { return ___s_Right_8; } inline Vector3Int_t741115188 * get_address_of_s_Right_8() { return &___s_Right_8; } inline void set_s_Right_8(Vector3Int_t741115188 value) { ___s_Right_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3INT_T741115188_H #ifndef VECTOR2INT_T3469998543_H #define VECTOR2INT_T3469998543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2Int struct Vector2Int_t3469998543 { public: // System.Int32 UnityEngine.Vector2Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector2Int::m_Y int32_t ___m_Y_1; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(Vector2Int_t3469998543, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } }; struct Vector2Int_t3469998543_StaticFields { public: // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero Vector2Int_t3469998543 ___s_Zero_2; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One Vector2Int_t3469998543 ___s_One_3; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up Vector2Int_t3469998543 ___s_Up_4; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down Vector2Int_t3469998543 ___s_Down_5; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left Vector2Int_t3469998543 ___s_Left_6; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right Vector2Int_t3469998543 ___s_Right_7; public: inline static int32_t get_offset_of_s_Zero_2() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Zero_2)); } inline Vector2Int_t3469998543 get_s_Zero_2() const { return ___s_Zero_2; } inline Vector2Int_t3469998543 * get_address_of_s_Zero_2() { return &___s_Zero_2; } inline void set_s_Zero_2(Vector2Int_t3469998543 value) { ___s_Zero_2 = value; } inline static int32_t get_offset_of_s_One_3() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_One_3)); } inline Vector2Int_t3469998543 get_s_One_3() const { return ___s_One_3; } inline Vector2Int_t3469998543 * get_address_of_s_One_3() { return &___s_One_3; } inline void set_s_One_3(Vector2Int_t3469998543 value) { ___s_One_3 = value; } inline static int32_t get_offset_of_s_Up_4() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Up_4)); } inline Vector2Int_t3469998543 get_s_Up_4() const { return ___s_Up_4; } inline Vector2Int_t3469998543 * get_address_of_s_Up_4() { return &___s_Up_4; } inline void set_s_Up_4(Vector2Int_t3469998543 value) { ___s_Up_4 = value; } inline static int32_t get_offset_of_s_Down_5() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Down_5)); } inline Vector2Int_t3469998543 get_s_Down_5() const { return ___s_Down_5; } inline Vector2Int_t3469998543 * get_address_of_s_Down_5() { return &___s_Down_5; } inline void set_s_Down_5(Vector2Int_t3469998543 value) { ___s_Down_5 = value; } inline static int32_t get_offset_of_s_Left_6() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Left_6)); } inline Vector2Int_t3469998543 get_s_Left_6() const { return ___s_Left_6; } inline Vector2Int_t3469998543 * get_address_of_s_Left_6() { return &___s_Left_6; } inline void set_s_Left_6(Vector2Int_t3469998543 value) { ___s_Left_6 = value; } inline static int32_t get_offset_of_s_Right_7() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Right_7)); } inline Vector2Int_t3469998543 get_s_Right_7() const { return ___s_Right_7; } inline Vector2Int_t3469998543 * get_address_of_s_Right_7() { return &___s_Right_7; } inline void set_s_Right_7(Vector2Int_t3469998543 value) { ___s_Right_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2INT_T3469998543_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef CCONFIGSITE_T3219909558_H #define CCONFIGSITE_T3219909558_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CConfigSite struct CConfigSite_t3219909558 : public IReloadSite_t3763082419 { public: // System.Collections.Generic.Dictionary`2 FitFun.CConfigSite::m_listTask Dictionary_2_t736164020 * ___m_listTask_0; public: inline static int32_t get_offset_of_m_listTask_0() { return static_cast(offsetof(CConfigSite_t3219909558, ___m_listTask_0)); } inline Dictionary_2_t736164020 * get_m_listTask_0() const { return ___m_listTask_0; } inline Dictionary_2_t736164020 ** get_address_of_m_listTask_0() { return &___m_listTask_0; } inline void set_m_listTask_0(Dictionary_2_t736164020 * value) { ___m_listTask_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTask_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCONFIGSITE_T3219909558_H #ifndef XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_7; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_8; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_9; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_10; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_11; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_12; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_13; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_14; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_15; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_16; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_17; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_18; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_19; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_25; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_26; public: inline static int32_t get_offset_of_optimal_create_element_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_7)); } inline bool get_optimal_create_element_7() const { return ___optimal_create_element_7; } inline bool* get_address_of_optimal_create_element_7() { return &___optimal_create_element_7; } inline void set_optimal_create_element_7(bool value) { ___optimal_create_element_7 = value; } inline static int32_t get_offset_of_optimal_create_attribute_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_8)); } inline bool get_optimal_create_attribute_8() const { return ___optimal_create_attribute_8; } inline bool* get_address_of_optimal_create_attribute_8() { return &___optimal_create_attribute_8; } inline void set_optimal_create_attribute_8(bool value) { ___optimal_create_attribute_8 = value; } inline static int32_t get_offset_of_nameTable_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_9)); } inline XmlNameTable_t71772148 * get_nameTable_9() const { return ___nameTable_9; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_9() { return &___nameTable_9; } inline void set_nameTable_9(XmlNameTable_t71772148 * value) { ___nameTable_9 = value; Il2CppCodeGenWriteBarrier((&___nameTable_9), value); } inline static int32_t get_offset_of_baseURI_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_10)); } inline String_t* get_baseURI_10() const { return ___baseURI_10; } inline String_t** get_address_of_baseURI_10() { return &___baseURI_10; } inline void set_baseURI_10(String_t* value) { ___baseURI_10 = value; Il2CppCodeGenWriteBarrier((&___baseURI_10), value); } inline static int32_t get_offset_of_implementation_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_11)); } inline XmlImplementation_t254178875 * get_implementation_11() const { return ___implementation_11; } inline XmlImplementation_t254178875 ** get_address_of_implementation_11() { return &___implementation_11; } inline void set_implementation_11(XmlImplementation_t254178875 * value) { ___implementation_11 = value; Il2CppCodeGenWriteBarrier((&___implementation_11), value); } inline static int32_t get_offset_of_preserveWhitespace_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_12)); } inline bool get_preserveWhitespace_12() const { return ___preserveWhitespace_12; } inline bool* get_address_of_preserveWhitespace_12() { return &___preserveWhitespace_12; } inline void set_preserveWhitespace_12(bool value) { ___preserveWhitespace_12 = value; } inline static int32_t get_offset_of_resolver_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_13)); } inline XmlResolver_t626023767 * get_resolver_13() const { return ___resolver_13; } inline XmlResolver_t626023767 ** get_address_of_resolver_13() { return &___resolver_13; } inline void set_resolver_13(XmlResolver_t626023767 * value) { ___resolver_13 = value; Il2CppCodeGenWriteBarrier((&___resolver_13), value); } inline static int32_t get_offset_of_idTable_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_14)); } inline Hashtable_t1853889766 * get_idTable_14() const { return ___idTable_14; } inline Hashtable_t1853889766 ** get_address_of_idTable_14() { return &___idTable_14; } inline void set_idTable_14(Hashtable_t1853889766 * value) { ___idTable_14 = value; Il2CppCodeGenWriteBarrier((&___idTable_14), value); } inline static int32_t get_offset_of_nameCache_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_15)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_15() const { return ___nameCache_15; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_15() { return &___nameCache_15; } inline void set_nameCache_15(XmlNameEntryCache_t2890546907 * value) { ___nameCache_15 = value; Il2CppCodeGenWriteBarrier((&___nameCache_15), value); } inline static int32_t get_offset_of_lastLinkedChild_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_16)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_16() const { return ___lastLinkedChild_16; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_16() { return &___lastLinkedChild_16; } inline void set_lastLinkedChild_16(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_16 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_16), value); } inline static int32_t get_offset_of_nsNodeXml_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_17)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_17() const { return ___nsNodeXml_17; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_17() { return &___nsNodeXml_17; } inline void set_nsNodeXml_17(XmlAttribute_t1173852259 * value) { ___nsNodeXml_17 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_17), value); } inline static int32_t get_offset_of_schemas_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_18)); } inline XmlSchemaSet_t266093086 * get_schemas_18() const { return ___schemas_18; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_18() { return &___schemas_18; } inline void set_schemas_18(XmlSchemaSet_t266093086 * value) { ___schemas_18 = value; Il2CppCodeGenWriteBarrier((&___schemas_18), value); } inline static int32_t get_offset_of_schemaInfo_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_19)); } inline RuntimeObject* get_schemaInfo_19() const { return ___schemaInfo_19; } inline RuntimeObject** get_address_of_schemaInfo_19() { return &___schemaInfo_19; } inline void set_schemaInfo_19(RuntimeObject* value) { ___schemaInfo_19 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_19), value); } inline static int32_t get_offset_of_loadMode_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_20)); } inline bool get_loadMode_20() const { return ___loadMode_20; } inline bool* get_address_of_loadMode_20() { return &___loadMode_20; } inline void set_loadMode_20(bool value) { ___loadMode_20 = value; } inline static int32_t get_offset_of_NodeChanged_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_21() const { return ___NodeChanged_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_21() { return &___NodeChanged_21; } inline void set_NodeChanged_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_21), value); } inline static int32_t get_offset_of_NodeChanging_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_22() const { return ___NodeChanging_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_22() { return &___NodeChanging_22; } inline void set_NodeChanging_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_22 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_22), value); } inline static int32_t get_offset_of_NodeInserted_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_23() const { return ___NodeInserted_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_23() { return &___NodeInserted_23; } inline void set_NodeInserted_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_23), value); } inline static int32_t get_offset_of_NodeInserting_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_24() const { return ___NodeInserting_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_24() { return &___NodeInserting_24; } inline void set_NodeInserting_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_24 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_24), value); } inline static int32_t get_offset_of_NodeRemoved_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_25() const { return ___NodeRemoved_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_25() { return &___NodeRemoved_25; } inline void set_NodeRemoved_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_25), value); } inline static int32_t get_offset_of_NodeRemoving_26() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_26)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_26() const { return ___NodeRemoving_26; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_26() { return &___NodeRemoving_26; } inline void set_NodeRemoving_26(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_26 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_26), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_6; public: inline static int32_t get_offset_of_optimal_create_types_6() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_6)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_6() const { return ___optimal_create_types_6; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_6() { return &___optimal_create_types_6; } inline void set_optimal_create_types_6(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_6 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_H #ifndef MATHF_T3464937446_H #define MATHF_T3464937446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Mathf struct Mathf_t3464937446 { public: public: }; struct Mathf_t3464937446_StaticFields { public: // System.Single UnityEngine.Mathf::Epsilon float ___Epsilon_5; public: inline static int32_t get_offset_of_Epsilon_5() { return static_cast(offsetof(Mathf_t3464937446_StaticFields, ___Epsilon_5)); } inline float get_Epsilon_5() const { return ___Epsilon_5; } inline float* get_address_of_Epsilon_5() { return &___Epsilon_5; } inline void set_Epsilon_5(float value) { ___Epsilon_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATHF_T3464937446_H #ifndef VECTOR2_T2156229523_H #define VECTOR2_T2156229523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_t2156229523 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_t2156229523, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_t2156229523, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_t2156229523_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t2156229523 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t2156229523 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t2156229523 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t2156229523 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t2156229523 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t2156229523 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t2156229523 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t2156229523 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___zeroVector_2)); } inline Vector2_t2156229523 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_t2156229523 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_t2156229523 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___oneVector_3)); } inline Vector2_t2156229523 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_t2156229523 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_t2156229523 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___upVector_4)); } inline Vector2_t2156229523 get_upVector_4() const { return ___upVector_4; } inline Vector2_t2156229523 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_t2156229523 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___downVector_5)); } inline Vector2_t2156229523 get_downVector_5() const { return ___downVector_5; } inline Vector2_t2156229523 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_t2156229523 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___leftVector_6)); } inline Vector2_t2156229523 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_t2156229523 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_t2156229523 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___rightVector_7)); } inline Vector2_t2156229523 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_t2156229523 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_t2156229523 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_t2156229523 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_t2156229523 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_t2156229523 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_t2156229523 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_t2156229523 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_t2156229523 value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_T2156229523_H #ifndef KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef XMLLINKEDNODE_T1437094927_H #define XMLLINKEDNODE_T1437094927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::nextSibling XmlLinkedNode_t1437094927 * ___nextSibling_6; public: inline static int32_t get_offset_of_nextSibling_6() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_6)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_6() const { return ___nextSibling_6; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_6() { return &___nextSibling_6; } inline void set_nextSibling_6(XmlLinkedNode_t1437094927 * value) { ___nextSibling_6 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_H #ifndef DMXMLNODELIST_T795971656_H #define DMXMLNODELIST_T795971656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656 : public BetterList_1_t3113987842 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODELIST_T795971656_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef KEYVALUEPAIR_2_T2894917444_H #define KEYVALUEPAIR_2_T2894917444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2894917444 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CRoleModelItem_t1608531946 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2894917444, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2894917444, ___value_1)); } inline CRoleModelItem_t1608531946 * get_value_1() const { return ___value_1; } inline CRoleModelItem_t1608531946 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CRoleModelItem_t1608531946 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2894917444_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_1; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_2; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_3; // System.Int32 System.IO.MemoryStream::length int32_t ___length_4; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_5; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_6; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_7; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_8; // System.Int32 System.IO.MemoryStream::position int32_t ___position_9; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_10; public: inline static int32_t get_offset_of_canWrite_1() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_1)); } inline bool get_canWrite_1() const { return ___canWrite_1; } inline bool* get_address_of_canWrite_1() { return &___canWrite_1; } inline void set_canWrite_1(bool value) { ___canWrite_1 = value; } inline static int32_t get_offset_of_allowGetBuffer_2() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_2)); } inline bool get_allowGetBuffer_2() const { return ___allowGetBuffer_2; } inline bool* get_address_of_allowGetBuffer_2() { return &___allowGetBuffer_2; } inline void set_allowGetBuffer_2(bool value) { ___allowGetBuffer_2 = value; } inline static int32_t get_offset_of_capacity_3() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_length_4() { return static_cast(offsetof(MemoryStream_t94973147, ___length_4)); } inline int32_t get_length_4() const { return ___length_4; } inline int32_t* get_address_of_length_4() { return &___length_4; } inline void set_length_4(int32_t value) { ___length_4 = value; } inline static int32_t get_offset_of_internalBuffer_5() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_5)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_5() const { return ___internalBuffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_5() { return &___internalBuffer_5; } inline void set_internalBuffer_5(ByteU5BU5D_t4116647657* value) { ___internalBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_5), value); } inline static int32_t get_offset_of_initialIndex_6() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_6)); } inline int32_t get_initialIndex_6() const { return ___initialIndex_6; } inline int32_t* get_address_of_initialIndex_6() { return &___initialIndex_6; } inline void set_initialIndex_6(int32_t value) { ___initialIndex_6 = value; } inline static int32_t get_offset_of_expandable_7() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_7)); } inline bool get_expandable_7() const { return ___expandable_7; } inline bool* get_address_of_expandable_7() { return &___expandable_7; } inline void set_expandable_7(bool value) { ___expandable_7 = value; } inline static int32_t get_offset_of_streamClosed_8() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_8)); } inline bool get_streamClosed_8() const { return ___streamClosed_8; } inline bool* get_address_of_streamClosed_8() { return &___streamClosed_8; } inline void set_streamClosed_8(bool value) { ___streamClosed_8 = value; } inline static int32_t get_offset_of_position_9() { return static_cast(offsetof(MemoryStream_t94973147, ___position_9)); } inline int32_t get_position_9() const { return ___position_9; } inline int32_t* get_address_of_position_9() { return &___position_9; } inline void set_position_9(int32_t value) { ___position_9 = value; } inline static int32_t get_offset_of_dirty_bytes_10() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_10)); } inline int32_t get_dirty_bytes_10() const { return ___dirty_bytes_10; } inline int32_t* get_address_of_dirty_bytes_10() { return &___dirty_bytes_10; } inline void set_dirty_bytes_10(int32_t value) { ___dirty_bytes_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef CNETLINK_T2605986831_H #define CNETLINK_T2605986831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetLink struct CNetLink_t2605986831 : public INetLink_t2717826932 { public: // System.Net.Sockets.TcpClient DMCore.Net.CNetLink::m_TcpClient TcpClient_t822906377 * ___m_TcpClient_3; // System.Byte[] DMCore.Net.CNetLink::m_Buffer ByteU5BU5D_t4116647657* ___m_Buffer_4; // System.Boolean DMCore.Net.CNetLink::m_beforeClose bool ___m_beforeClose_5; public: inline static int32_t get_offset_of_m_TcpClient_3() { return static_cast(offsetof(CNetLink_t2605986831, ___m_TcpClient_3)); } inline TcpClient_t822906377 * get_m_TcpClient_3() const { return ___m_TcpClient_3; } inline TcpClient_t822906377 ** get_address_of_m_TcpClient_3() { return &___m_TcpClient_3; } inline void set_m_TcpClient_3(TcpClient_t822906377 * value) { ___m_TcpClient_3 = value; Il2CppCodeGenWriteBarrier((&___m_TcpClient_3), value); } inline static int32_t get_offset_of_m_Buffer_4() { return static_cast(offsetof(CNetLink_t2605986831, ___m_Buffer_4)); } inline ByteU5BU5D_t4116647657* get_m_Buffer_4() const { return ___m_Buffer_4; } inline ByteU5BU5D_t4116647657** get_address_of_m_Buffer_4() { return &___m_Buffer_4; } inline void set_m_Buffer_4(ByteU5BU5D_t4116647657* value) { ___m_Buffer_4 = value; Il2CppCodeGenWriteBarrier((&___m_Buffer_4), value); } inline static int32_t get_offset_of_m_beforeClose_5() { return static_cast(offsetof(CNetLink_t2605986831, ___m_beforeClose_5)); } inline bool get_m_beforeClose_5() const { return ___m_beforeClose_5; } inline bool* get_address_of_m_beforeClose_5() { return &___m_beforeClose_5; } inline void set_m_beforeClose_5(bool value) { ___m_beforeClose_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETLINK_T2605986831_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef SMSGCUSTOM_T3704812008_H #define SMSGCUSTOM_T3704812008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgCustom struct SMsgCustom_t3704812008 : public INetMsgBaseS2C_t126919271 { public: // DMCore.CDataArray DMCore.Net.Protocol.SMsgCustom::dataArray CDataArray_t4068198041 * ___dataArray_0; public: inline static int32_t get_offset_of_dataArray_0() { return static_cast(offsetof(SMsgCustom_t3704812008, ___dataArray_0)); } inline CDataArray_t4068198041 * get_dataArray_0() const { return ___dataArray_0; } inline CDataArray_t4068198041 ** get_address_of_dataArray_0() { return &___dataArray_0; } inline void set_dataArray_0(CDataArray_t4068198041 * value) { ___dataArray_0 = value; Il2CppCodeGenWriteBarrier((&___dataArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGCUSTOM_T3704812008_H #ifndef XMLMANAGER_T2042691812_H #define XMLMANAGER_T2042691812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.XmlManager struct XmlManager_t2042691812 : public Singleton_1_t367392258 { public: // System.Collections.Generic.Dictionary`2 FitFun.XmlManager::xmlDic Dictionary_2_t1632706988 * ___xmlDic_1; public: inline static int32_t get_offset_of_xmlDic_1() { return static_cast(offsetof(XmlManager_t2042691812, ___xmlDic_1)); } inline Dictionary_2_t1632706988 * get_xmlDic_1() const { return ___xmlDic_1; } inline Dictionary_2_t1632706988 ** get_address_of_xmlDic_1() { return &___xmlDic_1; } inline void set_xmlDic_1(Dictionary_2_t1632706988 * value) { ___xmlDic_1 = value; Il2CppCodeGenWriteBarrier((&___xmlDic_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLMANAGER_T2042691812_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector3_t3722313464, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector3_t3722313464, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef KEYVALUEPAIR_2_T2810764528_H #define KEYVALUEPAIR_2_T2810764528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2810764528 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CPlayerPhotoLib_t3645419873 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2810764528, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2810764528, ___value_1)); } inline CPlayerPhotoLib_t3645419873 * get_value_1() const { return ___value_1; } inline CPlayerPhotoLib_t3645419873 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CPlayerPhotoLib_t3645419873 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2810764528_H #ifndef CNETSERVICE_T1201271315_H #define CNETSERVICE_T1201271315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetService struct CNetService_t1201271315 : public ILinkListener_t2747206916 { public: // DMCore.Net.INetLink DMCore.Net.CNetService::m_pNetLink INetLink_t2717826932 * ___m_pNetLink_0; // System.Collections.Generic.List`1 DMCore.Net.CNetService::m_listeners List_1_t3594922530 * ___m_listeners_1; // BetterList`1 DMCore.Net.CNetService::m_varOutBuffer BetterList_1_t289316694 * ___m_varOutBuffer_2; // BetterList`1 DMCore.Net.CNetService::m_varStructBuffer BetterList_1_t289316694 * ___m_varStructBuffer_3; // System.Collections.Generic.LinkedList`1 DMCore.Net.CNetService::m_msgFromServer LinkedList_1_t3261532576 * ___m_msgFromServer_4; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_MsgListLock CThreadLock_t3315856551 * ___m_MsgListLock_5; // System.Int32 DMCore.Net.CNetService::m_LinkStateOld int32_t ___m_LinkStateOld_6; // System.Int32 DMCore.Net.CNetService::m_LinkStateNow int32_t ___m_LinkStateNow_7; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_Lock CThreadLock_t3315856551 * ___m_Lock_8; public: inline static int32_t get_offset_of_m_pNetLink_0() { return static_cast(offsetof(CNetService_t1201271315, ___m_pNetLink_0)); } inline INetLink_t2717826932 * get_m_pNetLink_0() const { return ___m_pNetLink_0; } inline INetLink_t2717826932 ** get_address_of_m_pNetLink_0() { return &___m_pNetLink_0; } inline void set_m_pNetLink_0(INetLink_t2717826932 * value) { ___m_pNetLink_0 = value; Il2CppCodeGenWriteBarrier((&___m_pNetLink_0), value); } inline static int32_t get_offset_of_m_listeners_1() { return static_cast(offsetof(CNetService_t1201271315, ___m_listeners_1)); } inline List_1_t3594922530 * get_m_listeners_1() const { return ___m_listeners_1; } inline List_1_t3594922530 ** get_address_of_m_listeners_1() { return &___m_listeners_1; } inline void set_m_listeners_1(List_1_t3594922530 * value) { ___m_listeners_1 = value; Il2CppCodeGenWriteBarrier((&___m_listeners_1), value); } inline static int32_t get_offset_of_m_varOutBuffer_2() { return static_cast(offsetof(CNetService_t1201271315, ___m_varOutBuffer_2)); } inline BetterList_1_t289316694 * get_m_varOutBuffer_2() const { return ___m_varOutBuffer_2; } inline BetterList_1_t289316694 ** get_address_of_m_varOutBuffer_2() { return &___m_varOutBuffer_2; } inline void set_m_varOutBuffer_2(BetterList_1_t289316694 * value) { ___m_varOutBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_varOutBuffer_2), value); } inline static int32_t get_offset_of_m_varStructBuffer_3() { return static_cast(offsetof(CNetService_t1201271315, ___m_varStructBuffer_3)); } inline BetterList_1_t289316694 * get_m_varStructBuffer_3() const { return ___m_varStructBuffer_3; } inline BetterList_1_t289316694 ** get_address_of_m_varStructBuffer_3() { return &___m_varStructBuffer_3; } inline void set_m_varStructBuffer_3(BetterList_1_t289316694 * value) { ___m_varStructBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___m_varStructBuffer_3), value); } inline static int32_t get_offset_of_m_msgFromServer_4() { return static_cast(offsetof(CNetService_t1201271315, ___m_msgFromServer_4)); } inline LinkedList_1_t3261532576 * get_m_msgFromServer_4() const { return ___m_msgFromServer_4; } inline LinkedList_1_t3261532576 ** get_address_of_m_msgFromServer_4() { return &___m_msgFromServer_4; } inline void set_m_msgFromServer_4(LinkedList_1_t3261532576 * value) { ___m_msgFromServer_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgFromServer_4), value); } inline static int32_t get_offset_of_m_MsgListLock_5() { return static_cast(offsetof(CNetService_t1201271315, ___m_MsgListLock_5)); } inline CThreadLock_t3315856551 * get_m_MsgListLock_5() const { return ___m_MsgListLock_5; } inline CThreadLock_t3315856551 ** get_address_of_m_MsgListLock_5() { return &___m_MsgListLock_5; } inline void set_m_MsgListLock_5(CThreadLock_t3315856551 * value) { ___m_MsgListLock_5 = value; Il2CppCodeGenWriteBarrier((&___m_MsgListLock_5), value); } inline static int32_t get_offset_of_m_LinkStateOld_6() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateOld_6)); } inline int32_t get_m_LinkStateOld_6() const { return ___m_LinkStateOld_6; } inline int32_t* get_address_of_m_LinkStateOld_6() { return &___m_LinkStateOld_6; } inline void set_m_LinkStateOld_6(int32_t value) { ___m_LinkStateOld_6 = value; } inline static int32_t get_offset_of_m_LinkStateNow_7() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateNow_7)); } inline int32_t get_m_LinkStateNow_7() const { return ___m_LinkStateNow_7; } inline int32_t* get_address_of_m_LinkStateNow_7() { return &___m_LinkStateNow_7; } inline void set_m_LinkStateNow_7(int32_t value) { ___m_LinkStateNow_7 = value; } inline static int32_t get_offset_of_m_Lock_8() { return static_cast(offsetof(CNetService_t1201271315, ___m_Lock_8)); } inline CThreadLock_t3315856551 * get_m_Lock_8() const { return ___m_Lock_8; } inline CThreadLock_t3315856551 ** get_address_of_m_Lock_8() { return &___m_Lock_8; } inline void set_m_Lock_8(CThreadLock_t3315856551 * value) { ___m_Lock_8 = value; Il2CppCodeGenWriteBarrier((&___m_Lock_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVICE_T1201271315_H #ifndef SHOE_T2230938918_H #define SHOE_T2230938918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Shoe struct Shoe_t2230938918 : public IShoe_t2709100496 { public: // System.Int32 Shoe::id int32_t ___id_0; // System.String Shoe::name String_t* ___name_1; // System.String Shoe::address String_t* ___address_2; // System.Int32 Shoe::status int32_t ___status_3; // System.Int32 Shoe::electricity int32_t ___electricity_4; // System.Int32 Shoe::stepLeftStatus int32_t ___stepLeftStatus_5; // System.Int32 Shoe::stepLeftFrag int32_t ___stepLeftFrag_6; // System.Int32 Shoe::stepRightStatus int32_t ___stepRightStatus_7; // System.Int32 Shoe::stepRightFrag int32_t ___stepRightFrag_8; // System.Int32[] Shoe::posLeft Int32U5BU5D_t385246372* ___posLeft_9; // System.Int32[] Shoe::posRight Int32U5BU5D_t385246372* ___posRight_10; // System.Int32[] Shoe::attLeft Int32U5BU5D_t385246372* ___attLeft_11; // System.Int32[] Shoe::attRight Int32U5BU5D_t385246372* ___attRight_12; // System.Int32 Shoe::cmd int32_t ___cmd_13; // System.Int64 Shoe::cmd_ts int64_t ___cmd_ts_14; // System.Int32[] Shoe::motion Int32U5BU5D_t385246372* ___motion_15; // System.Int64[] Shoe::motion_ts Int64U5BU5D_t2559172825* ___motion_ts_16; // System.Int32[] Shoe::press Int32U5BU5D_t385246372* ___press_17; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(Shoe_t2230938918, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(Shoe_t2230938918, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_address_2() { return static_cast(offsetof(Shoe_t2230938918, ___address_2)); } inline String_t* get_address_2() const { return ___address_2; } inline String_t** get_address_of_address_2() { return &___address_2; } inline void set_address_2(String_t* value) { ___address_2 = value; Il2CppCodeGenWriteBarrier((&___address_2), value); } inline static int32_t get_offset_of_status_3() { return static_cast(offsetof(Shoe_t2230938918, ___status_3)); } inline int32_t get_status_3() const { return ___status_3; } inline int32_t* get_address_of_status_3() { return &___status_3; } inline void set_status_3(int32_t value) { ___status_3 = value; } inline static int32_t get_offset_of_electricity_4() { return static_cast(offsetof(Shoe_t2230938918, ___electricity_4)); } inline int32_t get_electricity_4() const { return ___electricity_4; } inline int32_t* get_address_of_electricity_4() { return &___electricity_4; } inline void set_electricity_4(int32_t value) { ___electricity_4 = value; } inline static int32_t get_offset_of_stepLeftStatus_5() { return static_cast(offsetof(Shoe_t2230938918, ___stepLeftStatus_5)); } inline int32_t get_stepLeftStatus_5() const { return ___stepLeftStatus_5; } inline int32_t* get_address_of_stepLeftStatus_5() { return &___stepLeftStatus_5; } inline void set_stepLeftStatus_5(int32_t value) { ___stepLeftStatus_5 = value; } inline static int32_t get_offset_of_stepLeftFrag_6() { return static_cast(offsetof(Shoe_t2230938918, ___stepLeftFrag_6)); } inline int32_t get_stepLeftFrag_6() const { return ___stepLeftFrag_6; } inline int32_t* get_address_of_stepLeftFrag_6() { return &___stepLeftFrag_6; } inline void set_stepLeftFrag_6(int32_t value) { ___stepLeftFrag_6 = value; } inline static int32_t get_offset_of_stepRightStatus_7() { return static_cast(offsetof(Shoe_t2230938918, ___stepRightStatus_7)); } inline int32_t get_stepRightStatus_7() const { return ___stepRightStatus_7; } inline int32_t* get_address_of_stepRightStatus_7() { return &___stepRightStatus_7; } inline void set_stepRightStatus_7(int32_t value) { ___stepRightStatus_7 = value; } inline static int32_t get_offset_of_stepRightFrag_8() { return static_cast(offsetof(Shoe_t2230938918, ___stepRightFrag_8)); } inline int32_t get_stepRightFrag_8() const { return ___stepRightFrag_8; } inline int32_t* get_address_of_stepRightFrag_8() { return &___stepRightFrag_8; } inline void set_stepRightFrag_8(int32_t value) { ___stepRightFrag_8 = value; } inline static int32_t get_offset_of_posLeft_9() { return static_cast(offsetof(Shoe_t2230938918, ___posLeft_9)); } inline Int32U5BU5D_t385246372* get_posLeft_9() const { return ___posLeft_9; } inline Int32U5BU5D_t385246372** get_address_of_posLeft_9() { return &___posLeft_9; } inline void set_posLeft_9(Int32U5BU5D_t385246372* value) { ___posLeft_9 = value; Il2CppCodeGenWriteBarrier((&___posLeft_9), value); } inline static int32_t get_offset_of_posRight_10() { return static_cast(offsetof(Shoe_t2230938918, ___posRight_10)); } inline Int32U5BU5D_t385246372* get_posRight_10() const { return ___posRight_10; } inline Int32U5BU5D_t385246372** get_address_of_posRight_10() { return &___posRight_10; } inline void set_posRight_10(Int32U5BU5D_t385246372* value) { ___posRight_10 = value; Il2CppCodeGenWriteBarrier((&___posRight_10), value); } inline static int32_t get_offset_of_attLeft_11() { return static_cast(offsetof(Shoe_t2230938918, ___attLeft_11)); } inline Int32U5BU5D_t385246372* get_attLeft_11() const { return ___attLeft_11; } inline Int32U5BU5D_t385246372** get_address_of_attLeft_11() { return &___attLeft_11; } inline void set_attLeft_11(Int32U5BU5D_t385246372* value) { ___attLeft_11 = value; Il2CppCodeGenWriteBarrier((&___attLeft_11), value); } inline static int32_t get_offset_of_attRight_12() { return static_cast(offsetof(Shoe_t2230938918, ___attRight_12)); } inline Int32U5BU5D_t385246372* get_attRight_12() const { return ___attRight_12; } inline Int32U5BU5D_t385246372** get_address_of_attRight_12() { return &___attRight_12; } inline void set_attRight_12(Int32U5BU5D_t385246372* value) { ___attRight_12 = value; Il2CppCodeGenWriteBarrier((&___attRight_12), value); } inline static int32_t get_offset_of_cmd_13() { return static_cast(offsetof(Shoe_t2230938918, ___cmd_13)); } inline int32_t get_cmd_13() const { return ___cmd_13; } inline int32_t* get_address_of_cmd_13() { return &___cmd_13; } inline void set_cmd_13(int32_t value) { ___cmd_13 = value; } inline static int32_t get_offset_of_cmd_ts_14() { return static_cast(offsetof(Shoe_t2230938918, ___cmd_ts_14)); } inline int64_t get_cmd_ts_14() const { return ___cmd_ts_14; } inline int64_t* get_address_of_cmd_ts_14() { return &___cmd_ts_14; } inline void set_cmd_ts_14(int64_t value) { ___cmd_ts_14 = value; } inline static int32_t get_offset_of_motion_15() { return static_cast(offsetof(Shoe_t2230938918, ___motion_15)); } inline Int32U5BU5D_t385246372* get_motion_15() const { return ___motion_15; } inline Int32U5BU5D_t385246372** get_address_of_motion_15() { return &___motion_15; } inline void set_motion_15(Int32U5BU5D_t385246372* value) { ___motion_15 = value; Il2CppCodeGenWriteBarrier((&___motion_15), value); } inline static int32_t get_offset_of_motion_ts_16() { return static_cast(offsetof(Shoe_t2230938918, ___motion_ts_16)); } inline Int64U5BU5D_t2559172825* get_motion_ts_16() const { return ___motion_ts_16; } inline Int64U5BU5D_t2559172825** get_address_of_motion_ts_16() { return &___motion_ts_16; } inline void set_motion_ts_16(Int64U5BU5D_t2559172825* value) { ___motion_ts_16 = value; Il2CppCodeGenWriteBarrier((&___motion_ts_16), value); } inline static int32_t get_offset_of_press_17() { return static_cast(offsetof(Shoe_t2230938918, ___press_17)); } inline Int32U5BU5D_t385246372* get_press_17() const { return ___press_17; } inline Int32U5BU5D_t385246372** get_address_of_press_17() { return &___press_17; } inline void set_press_17(Int32U5BU5D_t385246372* value) { ___press_17 = value; Il2CppCodeGenWriteBarrier((&___press_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOE_T2230938918_H #ifndef ENUMERATOR_T1127471601_H #define ENUMERATOR_T1127471601_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_t1127471601 { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::list LinkedList_1_t2907844050 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::current LinkedListNode_1_t3813373144 * ___current_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::index int32_t ___index_2; // System.UInt32 System.Collections.Generic.LinkedList`1/Enumerator::version uint32_t ___version_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t1127471601, ___list_0)); } inline LinkedList_1_t2907844050 * get_list_0() const { return ___list_0; } inline LinkedList_1_t2907844050 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t2907844050 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Enumerator_t1127471601, ___current_1)); } inline LinkedListNode_1_t3813373144 * get_current_1() const { return ___current_1; } inline LinkedListNode_1_t3813373144 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(LinkedListNode_1_t3813373144 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((&___current_1), value); } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t1127471601, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Enumerator_t1127471601, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1127471601_H #ifndef ENUMERATOR_T139379724_H #define ENUMERATOR_T139379724_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_t139379724 { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::list LinkedList_1_t1919752173 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::current LinkedListNode_1_t2825281267 * ___current_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::index int32_t ___index_2; // System.UInt32 System.Collections.Generic.LinkedList`1/Enumerator::version uint32_t ___version_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t139379724, ___list_0)); } inline LinkedList_1_t1919752173 * get_list_0() const { return ___list_0; } inline LinkedList_1_t1919752173 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t1919752173 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Enumerator_t139379724, ___current_1)); } inline LinkedListNode_1_t2825281267 * get_current_1() const { return ___current_1; } inline LinkedListNode_1_t2825281267 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(LinkedListNode_1_t2825281267 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((&___current_1), value); } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t139379724, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Enumerator_t139379724, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T139379724_H #ifndef NETWORKMANAGER_T478833449_H #define NETWORKMANAGER_T478833449_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.NetworkManager struct NetworkManager_t478833449 : public Singleton_1_t3098501191 { public: // DMCore.Net.CNetService FitFun.NetworkManager::networkService CNetService_t1201271315 * ___networkService_1; // FitFun.NetMainLogic FitFun.NetworkManager::netControl NetMainLogic_t1947403438 * ___netControl_2; public: inline static int32_t get_offset_of_networkService_1() { return static_cast(offsetof(NetworkManager_t478833449, ___networkService_1)); } inline CNetService_t1201271315 * get_networkService_1() const { return ___networkService_1; } inline CNetService_t1201271315 ** get_address_of_networkService_1() { return &___networkService_1; } inline void set_networkService_1(CNetService_t1201271315 * value) { ___networkService_1 = value; Il2CppCodeGenWriteBarrier((&___networkService_1), value); } inline static int32_t get_offset_of_netControl_2() { return static_cast(offsetof(NetworkManager_t478833449, ___netControl_2)); } inline NetMainLogic_t1947403438 * get_netControl_2() const { return ___netControl_2; } inline NetMainLogic_t1947403438 ** get_address_of_netControl_2() { return &___netControl_2; } inline void set_netControl_2(NetMainLogic_t1947403438 * value) { ___netControl_2 = value; Il2CppCodeGenWriteBarrier((&___netControl_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKMANAGER_T478833449_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef CMISCCONFIG_T1694835947_H #define CMISCCONFIG_T1694835947_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947 : public Singleton_1_t19536393 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMiscConfig::m_MiscDir Dictionary_2_t1632706988 * ___m_MiscDir_1; public: inline static int32_t get_offset_of_m_MiscDir_1() { return static_cast(offsetof(CMiscConfig_t1694835947, ___m_MiscDir_1)); } inline Dictionary_2_t1632706988 * get_m_MiscDir_1() const { return ___m_MiscDir_1; } inline Dictionary_2_t1632706988 ** get_address_of_m_MiscDir_1() { return &___m_MiscDir_1; } inline void set_m_MiscDir_1(Dictionary_2_t1632706988 * value) { ___m_MiscDir_1 = value; Il2CppCodeGenWriteBarrier((&___m_MiscDir_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMISCCONFIG_T1694835947_H #ifndef KEYVALUEPAIR_2_T2245450819_H #define KEYVALUEPAIR_2_T2245450819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2245450819 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2245450819, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2245450819, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2245450819_H #ifndef KEYVALUEPAIR_2_T377815465_H #define KEYVALUEPAIR_2_T377815465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t377815465 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CWalkEvent_t1212470810 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t377815465, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t377815465, ___value_1)); } inline CWalkEvent_t1212470810 * get_value_1() const { return ___value_1; } inline CWalkEvent_t1212470810 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CWalkEvent_t1212470810 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T377815465_H #ifndef COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t2555686324, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t2555686324, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t2555686324, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t2555686324, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef IWEBPOSTMSGBASE_T2445430203_H #define IWEBPOSTMSGBASE_T2445430203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.IWebPostMsgBase struct IWebPostMsgBase_t2445430203 : public IThreadMsg_t995202025 { public: // System.String DMCore.Framework.Thread.IWebPostMsgBase::m_Params String_t* ___m_Params_1; // System.String DMCore.Framework.Thread.IWebPostMsgBase::m_url String_t* ___m_url_2; public: inline static int32_t get_offset_of_m_Params_1() { return static_cast(offsetof(IWebPostMsgBase_t2445430203, ___m_Params_1)); } inline String_t* get_m_Params_1() const { return ___m_Params_1; } inline String_t** get_address_of_m_Params_1() { return &___m_Params_1; } inline void set_m_Params_1(String_t* value) { ___m_Params_1 = value; Il2CppCodeGenWriteBarrier((&___m_Params_1), value); } inline static int32_t get_offset_of_m_url_2() { return static_cast(offsetof(IWebPostMsgBase_t2445430203, ___m_url_2)); } inline String_t* get_m_url_2() const { return ___m_url_2; } inline String_t** get_address_of_m_url_2() { return &___m_url_2; } inline void set_m_url_2(String_t* value) { ___m_url_2 = value; Il2CppCodeGenWriteBarrier((&___m_url_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IWEBPOSTMSGBASE_T2445430203_H #ifndef WEBRESPONSE_T229922639_H #define WEBRESPONSE_T229922639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebResponse struct WebResponse_t229922639 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBRESPONSE_T229922639_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef QUATERNION_T2301928331_H #define QUATERNION_T2301928331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t2301928331 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t2301928331, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t2301928331, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t2301928331, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t2301928331, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t2301928331_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t2301928331 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t2301928331_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t2301928331 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t2301928331 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t2301928331 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T2301928331_H #ifndef STREAMREADER_T4009935899_H #define STREAMREADER_T4009935899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader struct StreamReader_t4009935899 : public TextReader_t283511965 { public: // System.Byte[] System.IO.StreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_1; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_2; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_3; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_4; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_5; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_6; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_7; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_8; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_9; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_10; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_11; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_13; public: inline static int32_t get_offset_of_input_buffer_1() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_1)); } inline ByteU5BU5D_t4116647657* get_input_buffer_1() const { return ___input_buffer_1; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_1() { return &___input_buffer_1; } inline void set_input_buffer_1(ByteU5BU5D_t4116647657* value) { ___input_buffer_1 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_1), value); } inline static int32_t get_offset_of_decoded_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_2)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_2() const { return ___decoded_buffer_2; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_2() { return &___decoded_buffer_2; } inline void set_decoded_buffer_2(CharU5BU5D_t3528271667* value) { ___decoded_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_2), value); } inline static int32_t get_offset_of_decoded_count_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_3)); } inline int32_t get_decoded_count_3() const { return ___decoded_count_3; } inline int32_t* get_address_of_decoded_count_3() { return &___decoded_count_3; } inline void set_decoded_count_3(int32_t value) { ___decoded_count_3 = value; } inline static int32_t get_offset_of_pos_4() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_4)); } inline int32_t get_pos_4() const { return ___pos_4; } inline int32_t* get_address_of_pos_4() { return &___pos_4; } inline void set_pos_4(int32_t value) { ___pos_4 = value; } inline static int32_t get_offset_of_buffer_size_5() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_5)); } inline int32_t get_buffer_size_5() const { return ___buffer_size_5; } inline int32_t* get_address_of_buffer_size_5() { return &___buffer_size_5; } inline void set_buffer_size_5(int32_t value) { ___buffer_size_5 = value; } inline static int32_t get_offset_of_do_checks_6() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_6)); } inline int32_t get_do_checks_6() const { return ___do_checks_6; } inline int32_t* get_address_of_do_checks_6() { return &___do_checks_6; } inline void set_do_checks_6(int32_t value) { ___do_checks_6 = value; } inline static int32_t get_offset_of_encoding_7() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_7)); } inline Encoding_t1523322056 * get_encoding_7() const { return ___encoding_7; } inline Encoding_t1523322056 ** get_address_of_encoding_7() { return &___encoding_7; } inline void set_encoding_7(Encoding_t1523322056 * value) { ___encoding_7 = value; Il2CppCodeGenWriteBarrier((&___encoding_7), value); } inline static int32_t get_offset_of_decoder_8() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_8)); } inline Decoder_t2204182725 * get_decoder_8() const { return ___decoder_8; } inline Decoder_t2204182725 ** get_address_of_decoder_8() { return &___decoder_8; } inline void set_decoder_8(Decoder_t2204182725 * value) { ___decoder_8 = value; Il2CppCodeGenWriteBarrier((&___decoder_8), value); } inline static int32_t get_offset_of_base_stream_9() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_9)); } inline Stream_t1273022909 * get_base_stream_9() const { return ___base_stream_9; } inline Stream_t1273022909 ** get_address_of_base_stream_9() { return &___base_stream_9; } inline void set_base_stream_9(Stream_t1273022909 * value) { ___base_stream_9 = value; Il2CppCodeGenWriteBarrier((&___base_stream_9), value); } inline static int32_t get_offset_of_mayBlock_10() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_10)); } inline bool get_mayBlock_10() const { return ___mayBlock_10; } inline bool* get_address_of_mayBlock_10() { return &___mayBlock_10; } inline void set_mayBlock_10(bool value) { ___mayBlock_10 = value; } inline static int32_t get_offset_of_line_builder_11() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_11)); } inline StringBuilder_t * get_line_builder_11() const { return ___line_builder_11; } inline StringBuilder_t ** get_address_of_line_builder_11() { return &___line_builder_11; } inline void set_line_builder_11(StringBuilder_t * value) { ___line_builder_11 = value; Il2CppCodeGenWriteBarrier((&___line_builder_11), value); } inline static int32_t get_offset_of_foundCR_13() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_13)); } inline bool get_foundCR_13() const { return ___foundCR_13; } inline bool* get_address_of_foundCR_13() { return &___foundCR_13; } inline void set_foundCR_13(bool value) { ___foundCR_13 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_12; public: inline static int32_t get_offset_of_Null_12() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_12)); } inline StreamReader_t4009935899 * get_Null_12() const { return ___Null_12; } inline StreamReader_t4009935899 ** get_address_of_Null_12() { return &___Null_12; } inline void set_Null_12(StreamReader_t4009935899 * value) { ___Null_12 = value; Il2CppCodeGenWriteBarrier((&___Null_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_H #ifndef RECT_T2360479859_H #define RECT_T2360479859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rect struct Rect_t2360479859 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t2360479859, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t2360479859, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t2360479859, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t2360479859, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECT_T2360479859_H #ifndef SERVERSETTING_T2760349885_H #define SERVERSETTING_T2760349885_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ServerSetting struct ServerSetting_t2760349885 : public Singleton_1_t1085050331 { public: // VersionNodeValue ServerSetting::versionNodeValue VersionNodeValue_t855201913 * ___versionNodeValue_1; public: inline static int32_t get_offset_of_versionNodeValue_1() { return static_cast(offsetof(ServerSetting_t2760349885, ___versionNodeValue_1)); } inline VersionNodeValue_t855201913 * get_versionNodeValue_1() const { return ___versionNodeValue_1; } inline VersionNodeValue_t855201913 ** get_address_of_versionNodeValue_1() { return &___versionNodeValue_1; } inline void set_versionNodeValue_1(VersionNodeValue_t855201913 * value) { ___versionNodeValue_1 = value; Il2CppCodeGenWriteBarrier((&___versionNodeValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERSETTING_T2760349885_H #ifndef IWEBGETMSGBASE_T740935312_H #define IWEBGETMSGBASE_T740935312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312 : public IThreadMsg_t995202025 { public: // System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::m_readLength int32_t ___m_readLength_1; // System.String DMCore.Framework.Thread.IWebGetMsgBase::m_url String_t* ___m_url_2; public: inline static int32_t get_offset_of_m_readLength_1() { return static_cast(offsetof(IWebGetMsgBase_t740935312, ___m_readLength_1)); } inline int32_t get_m_readLength_1() const { return ___m_readLength_1; } inline int32_t* get_address_of_m_readLength_1() { return &___m_readLength_1; } inline void set_m_readLength_1(int32_t value) { ___m_readLength_1 = value; } inline static int32_t get_offset_of_m_url_2() { return static_cast(offsetof(IWebGetMsgBase_t740935312, ___m_url_2)); } inline String_t* get_m_url_2() const { return ___m_url_2; } inline String_t** get_address_of_m_url_2() { return &___m_url_2; } inline void set_m_url_2(String_t* value) { ___m_url_2 = value; Il2CppCodeGenWriteBarrier((&___m_url_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IWEBGETMSGBASE_T740935312_H #ifndef DMXMLDOCUMENT_T2468531415_H #define DMXMLDOCUMENT_T2468531415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415 : public DMXmlNode_t3958967524 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLDOCUMENT_T2468531415_H #ifndef CTHREADMSGWEBGET_T2224858682_H #define CTHREADMSGWEBGET_T2224858682_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682 : public IWebGetMsgBase_t740935312 { public: // System.String DMCore.Framework.Thread.CThreadMsgWebGet::k__BackingField String_t* ___U3CRequestRefuseU3Ek__BackingField_3; // UnityEngine.WWW DMCore.Framework.Thread.CThreadMsgWebGet::m_result WWW_t3688466362 * ___m_result_4; public: inline static int32_t get_offset_of_U3CRequestRefuseU3Ek__BackingField_3() { return static_cast(offsetof(CThreadMsgWebGet_t2224858682, ___U3CRequestRefuseU3Ek__BackingField_3)); } inline String_t* get_U3CRequestRefuseU3Ek__BackingField_3() const { return ___U3CRequestRefuseU3Ek__BackingField_3; } inline String_t** get_address_of_U3CRequestRefuseU3Ek__BackingField_3() { return &___U3CRequestRefuseU3Ek__BackingField_3; } inline void set_U3CRequestRefuseU3Ek__BackingField_3(String_t* value) { ___U3CRequestRefuseU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CRequestRefuseU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_result_4() { return static_cast(offsetof(CThreadMsgWebGet_t2224858682, ___m_result_4)); } inline WWW_t3688466362 * get_m_result_4() const { return ___m_result_4; } inline WWW_t3688466362 ** get_address_of_m_result_4() { return &___m_result_4; } inline void set_m_result_4(WWW_t3688466362 * value) { ___m_result_4 = value; Il2CppCodeGenWriteBarrier((&___m_result_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADMSGWEBGET_T2224858682_H #ifndef ENUMERATOR_T2367275136_H #define ENUMERATOR_T2367275136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2367275136 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t413092361 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2810764528 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2367275136, ___dictionary_0)); } inline Dictionary_2_t413092361 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t413092361 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t413092361 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2367275136, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2367275136, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2367275136, ___current_3)); } inline KeyValuePair_2_t2810764528 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2810764528 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2810764528 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2367275136_H #ifndef FONTSTYLE_T82229486_H #define FONTSTYLE_T82229486_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FontStyle struct FontStyle_t82229486 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FontStyle_t82229486, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONTSTYLE_T82229486_H #ifndef EPHOTOTYPE_T806950553_H #define EPHOTOTYPE_T806950553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EPhotoType struct EPhotoType_t806950553 { public: // System.Int32 DMCore.Logic.EPhotoType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EPhotoType_t806950553, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EPHOTOTYPE_T806950553_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_t631007953, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_t631007953_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef ENUMSYSTEMINFOTYPE_T3668665862_H #define ENUMSYSTEMINFOTYPE_T3668665862_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumSystemInfoType struct enumSystemInfoType_t3668665862 { public: // System.Int32 DMCore.Logic.enumSystemInfoType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSystemInfoType_t3668665862, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSYSTEMINFOTYPE_T3668665862_H #ifndef ITEMQUALITY_T3953133361_H #define ITEMQUALITY_T3953133361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ItemQuality struct ItemQuality_t3953133361 { public: // System.Int32 DMCore.Logic.ItemQuality::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ItemQuality_t3953133361, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEMQUALITY_T3953133361_H #ifndef DMBOXCLIDER_T1454175840_H #define DMBOXCLIDER_T1454175840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.DMBoxClider struct DMBoxClider_t1454175840 : public DMCliderBase_t794824264 { public: // UnityEngine.Vector3 DMCore.Framework.Scene.DMBoxClider::m_clidePt Vector3_t3722313464 ___m_clidePt_0; // UnityEngine.BoxCollider DMCore.Framework.Scene.DMBoxClider::m_clider BoxCollider_t1640800422 * ___m_clider_1; public: inline static int32_t get_offset_of_m_clidePt_0() { return static_cast(offsetof(DMBoxClider_t1454175840, ___m_clidePt_0)); } inline Vector3_t3722313464 get_m_clidePt_0() const { return ___m_clidePt_0; } inline Vector3_t3722313464 * get_address_of_m_clidePt_0() { return &___m_clidePt_0; } inline void set_m_clidePt_0(Vector3_t3722313464 value) { ___m_clidePt_0 = value; } inline static int32_t get_offset_of_m_clider_1() { return static_cast(offsetof(DMBoxClider_t1454175840, ___m_clider_1)); } inline BoxCollider_t1640800422 * get_m_clider_1() const { return ___m_clider_1; } inline BoxCollider_t1640800422 ** get_address_of_m_clider_1() { return &___m_clider_1; } inline void set_m_clider_1(BoxCollider_t1640800422 * value) { ___m_clider_1 = value; Il2CppCodeGenWriteBarrier((&___m_clider_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMBOXCLIDER_T1454175840_H #ifndef CINTERACTIONCLIDERITEM_T1940232150_H #define CINTERACTIONCLIDERITEM_T1940232150_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionCliderItem struct CInteractionCliderItem_t1940232150 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionCliderItem::m_ptCenter Vector3_t3722313464 ___m_ptCenter_0; // UnityEngine.Quaternion DMCore.Framework.Scene.CInteractionCliderItem::m_ptRotation Quaternion_t2301928331 ___m_ptRotation_1; // UnityEngine.Transform DMCore.Framework.Scene.CInteractionCliderItem::m_transVal Transform_t3600365921 * ___m_transVal_2; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CInteractionCliderItem::m_cliderList List_1_t2266899006 * ___m_cliderList_3; // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionCliderItem::m_groupOwner CInteractionCliderGroup_t327998540 * ___m_groupOwner_4; public: inline static int32_t get_offset_of_m_ptCenter_0() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_ptCenter_0)); } inline Vector3_t3722313464 get_m_ptCenter_0() const { return ___m_ptCenter_0; } inline Vector3_t3722313464 * get_address_of_m_ptCenter_0() { return &___m_ptCenter_0; } inline void set_m_ptCenter_0(Vector3_t3722313464 value) { ___m_ptCenter_0 = value; } inline static int32_t get_offset_of_m_ptRotation_1() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_ptRotation_1)); } inline Quaternion_t2301928331 get_m_ptRotation_1() const { return ___m_ptRotation_1; } inline Quaternion_t2301928331 * get_address_of_m_ptRotation_1() { return &___m_ptRotation_1; } inline void set_m_ptRotation_1(Quaternion_t2301928331 value) { ___m_ptRotation_1 = value; } inline static int32_t get_offset_of_m_transVal_2() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_transVal_2)); } inline Transform_t3600365921 * get_m_transVal_2() const { return ___m_transVal_2; } inline Transform_t3600365921 ** get_address_of_m_transVal_2() { return &___m_transVal_2; } inline void set_m_transVal_2(Transform_t3600365921 * value) { ___m_transVal_2 = value; Il2CppCodeGenWriteBarrier((&___m_transVal_2), value); } inline static int32_t get_offset_of_m_cliderList_3() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_cliderList_3)); } inline List_1_t2266899006 * get_m_cliderList_3() const { return ___m_cliderList_3; } inline List_1_t2266899006 ** get_address_of_m_cliderList_3() { return &___m_cliderList_3; } inline void set_m_cliderList_3(List_1_t2266899006 * value) { ___m_cliderList_3 = value; Il2CppCodeGenWriteBarrier((&___m_cliderList_3), value); } inline static int32_t get_offset_of_m_groupOwner_4() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_groupOwner_4)); } inline CInteractionCliderGroup_t327998540 * get_m_groupOwner_4() const { return ___m_groupOwner_4; } inline CInteractionCliderGroup_t327998540 ** get_address_of_m_groupOwner_4() { return &___m_groupOwner_4; } inline void set_m_groupOwner_4(CInteractionCliderGroup_t327998540 * value) { ___m_groupOwner_4 = value; Il2CppCodeGenWriteBarrier((&___m_groupOwner_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONCLIDERITEM_T1940232150_H #ifndef SERVERSCENEOBJTYPE_T578249339_H #define SERVERSCENEOBJTYPE_T578249339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ServerSceneObjType struct ServerSceneObjType_t578249339 { public: // System.Int16 DMCore.Framework.Scene.ServerSceneObjType::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ServerSceneObjType_t578249339, ___value___1)); } inline int16_t get_value___1() const { return ___value___1; } inline int16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERSCENEOBJTYPE_T578249339_H #ifndef ENUMTHREADID_T4044096134_H #define ENUMTHREADID_T4044096134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.enumThreadID struct enumThreadID_t4044096134 { public: // System.Int32 DMCore.Framework.Thread.enumThreadID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumThreadID_t4044096134, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTHREADID_T4044096134_H #ifndef SERVERSCENESUBTYPE_T1590638575_H #define SERVERSCENESUBTYPE_T1590638575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ServerSceneSubType struct ServerSceneSubType_t1590638575 { public: // System.Int16 DMCore.Framework.Scene.ServerSceneSubType::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ServerSceneSubType_t1590638575, ___value___1)); } inline int16_t get_value___1() const { return ___value___1; } inline int16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERSCENESUBTYPE_T1590638575_H #ifndef ENUMDISPLAYLEVEL_T835197188_H #define ENUMDISPLAYLEVEL_T835197188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel struct enumDisplayLevel_t835197188 { public: // System.Int32 DMCore.Logic.CSuitAnimCfg/enumDisplayLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumDisplayLevel_t835197188, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMDISPLAYLEVEL_T835197188_H #ifndef DMTRIANGLECLIDER_T2950399159_H #define DMTRIANGLECLIDER_T2950399159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.DMTriangleClider struct DMTriangleClider_t2950399159 : public DMCliderBase_t794824264 { public: // UnityEngine.Vector3 DMCore.Framework.Scene.DMTriangleClider::m_result Vector3_t3722313464 ___m_result_0; // UnityEngine.Vector3 DMCore.Framework.Scene.DMTriangleClider::m_pos0 Vector3_t3722313464 ___m_pos0_1; // UnityEngine.Vector3 DMCore.Framework.Scene.DMTriangleClider::m_pos1 Vector3_t3722313464 ___m_pos1_2; // UnityEngine.Vector3 DMCore.Framework.Scene.DMTriangleClider::m_pos2 Vector3_t3722313464 ___m_pos2_3; public: inline static int32_t get_offset_of_m_result_0() { return static_cast(offsetof(DMTriangleClider_t2950399159, ___m_result_0)); } inline Vector3_t3722313464 get_m_result_0() const { return ___m_result_0; } inline Vector3_t3722313464 * get_address_of_m_result_0() { return &___m_result_0; } inline void set_m_result_0(Vector3_t3722313464 value) { ___m_result_0 = value; } inline static int32_t get_offset_of_m_pos0_1() { return static_cast(offsetof(DMTriangleClider_t2950399159, ___m_pos0_1)); } inline Vector3_t3722313464 get_m_pos0_1() const { return ___m_pos0_1; } inline Vector3_t3722313464 * get_address_of_m_pos0_1() { return &___m_pos0_1; } inline void set_m_pos0_1(Vector3_t3722313464 value) { ___m_pos0_1 = value; } inline static int32_t get_offset_of_m_pos1_2() { return static_cast(offsetof(DMTriangleClider_t2950399159, ___m_pos1_2)); } inline Vector3_t3722313464 get_m_pos1_2() const { return ___m_pos1_2; } inline Vector3_t3722313464 * get_address_of_m_pos1_2() { return &___m_pos1_2; } inline void set_m_pos1_2(Vector3_t3722313464 value) { ___m_pos1_2 = value; } inline static int32_t get_offset_of_m_pos2_3() { return static_cast(offsetof(DMTriangleClider_t2950399159, ___m_pos2_3)); } inline Vector3_t3722313464 get_m_pos2_3() const { return ___m_pos2_3; } inline Vector3_t3722313464 * get_address_of_m_pos2_3() { return &___m_pos2_3; } inline void set_m_pos2_3(Vector3_t3722313464 value) { ___m_pos2_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMTRIANGLECLIDER_T2950399159_H #ifndef CROLECONFIG_T3543365145_H #define CROLECONFIG_T3543365145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoleConfig struct CRoleConfig_t3543365145 : public CConfigSite_t3219909558 { public: // DMCore.CDataProperty DMCore.Logic.CRoleConfig::m_userPropertyRole CDataProperty_t2806246268 * ___m_userPropertyRole_1; // DMCore.CDataProperty DMCore.Logic.CRoleConfig::m_userPropertyBaby CDataProperty_t2806246268 * ___m_userPropertyBaby_2; public: inline static int32_t get_offset_of_m_userPropertyRole_1() { return static_cast(offsetof(CRoleConfig_t3543365145, ___m_userPropertyRole_1)); } inline CDataProperty_t2806246268 * get_m_userPropertyRole_1() const { return ___m_userPropertyRole_1; } inline CDataProperty_t2806246268 ** get_address_of_m_userPropertyRole_1() { return &___m_userPropertyRole_1; } inline void set_m_userPropertyRole_1(CDataProperty_t2806246268 * value) { ___m_userPropertyRole_1 = value; Il2CppCodeGenWriteBarrier((&___m_userPropertyRole_1), value); } inline static int32_t get_offset_of_m_userPropertyBaby_2() { return static_cast(offsetof(CRoleConfig_t3543365145, ___m_userPropertyBaby_2)); } inline CDataProperty_t2806246268 * get_m_userPropertyBaby_2() const { return ___m_userPropertyBaby_2; } inline CDataProperty_t2806246268 ** get_address_of_m_userPropertyBaby_2() { return &___m_userPropertyBaby_2; } inline void set_m_userPropertyBaby_2(CDataProperty_t2806246268 * value) { ___m_userPropertyBaby_2 = value; Il2CppCodeGenWriteBarrier((&___m_userPropertyBaby_2), value); } }; struct CRoleConfig_t3543365145_StaticFields { public: // DMCore.Logic.CRoleConfig DMCore.Logic.CRoleConfig::s_Instance CRoleConfig_t3543365145 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CRoleConfig_t3543365145_StaticFields, ___s_Instance_3)); } inline CRoleConfig_t3543365145 * get_s_Instance_3() const { return ___s_Instance_3; } inline CRoleConfig_t3543365145 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CRoleConfig_t3543365145 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLECONFIG_T3543365145_H #ifndef AVATARCATE_T455786881_H #define AVATARCATE_T455786881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarCate struct AvatarCate_t455786881 { public: // System.Int32 DMCore.Framework.Scene.AvatarCate::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AvatarCate_t455786881, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARCATE_T455786881_H #ifndef TEXTUREFORMAT_T2701165832_H #define TEXTUREFORMAT_T2701165832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextureFormat struct TextureFormat_t2701165832 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureFormat_t2701165832, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREFORMAT_T2701165832_H #ifndef ENUMWALKEVENTTYPE_T2418561824_H #define ENUMWALKEVENTTYPE_T2418561824_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumWalkEventType struct enumWalkEventType_t2418561824 { public: // System.Int32 DMCore.Framework.Scene.enumWalkEventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumWalkEventType_t2418561824, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMWALKEVENTTYPE_T2418561824_H #ifndef DECOMPRESSIONMETHODS_T1612219745_H #define DECOMPRESSIONMETHODS_T1612219745_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DecompressionMethods struct DecompressionMethods_t1612219745 { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DecompressionMethods_t1612219745, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECOMPRESSIONMETHODS_T1612219745_H #ifndef HTTPSTATUSCODE_T3035121829_H #define HTTPSTATUSCODE_T3035121829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpStatusCode struct HttpStatusCode_t3035121829 { public: // System.Int32 System.Net.HttpStatusCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HttpStatusCode_t3035121829, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPSTATUSCODE_T3035121829_H #ifndef AUTHENTICATIONLEVEL_T1236753641_H #define AUTHENTICATIONLEVEL_T1236753641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_t1236753641 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AuthenticationLevel_t1236753641, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONLEVEL_T1236753641_H #ifndef CWALKCAMERA_T1176337330_H #define CWALKCAMERA_T1176337330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Scene.CWalkCamera::m_exceptColliders List_1_t2585711361 * ___m_exceptColliders_1; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bInited bool ___m_bInited_2; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bEnable bool ___m_bEnable_3; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bFollowCamera bool ___m_bFollowCamera_4; // UnityEngine.Vector2 DMCore.Framework.Scene.CWalkCamera::m_firstMouse Vector2_t2156229523 ___m_firstMouse_5; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_inRotateState bool ___m_inRotateState_6; // System.Int64 DMCore.Framework.Scene.CWalkCamera::m_lockedWatchTarget int64_t ___m_lockedWatchTarget_7; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_lastClkedUI bool ___m_lastClkedUI_8; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_quatCamera Vector3_t3722313464 ___m_quatCamera_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_quatCameraCur Vector3_t3722313464 ___m_quatCameraCur_10; public: inline static int32_t get_offset_of_m_exceptColliders_1() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_exceptColliders_1)); } inline List_1_t2585711361 * get_m_exceptColliders_1() const { return ___m_exceptColliders_1; } inline List_1_t2585711361 ** get_address_of_m_exceptColliders_1() { return &___m_exceptColliders_1; } inline void set_m_exceptColliders_1(List_1_t2585711361 * value) { ___m_exceptColliders_1 = value; Il2CppCodeGenWriteBarrier((&___m_exceptColliders_1), value); } inline static int32_t get_offset_of_m_bInited_2() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bInited_2)); } inline bool get_m_bInited_2() const { return ___m_bInited_2; } inline bool* get_address_of_m_bInited_2() { return &___m_bInited_2; } inline void set_m_bInited_2(bool value) { ___m_bInited_2 = value; } inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } inline static int32_t get_offset_of_m_bFollowCamera_4() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bFollowCamera_4)); } inline bool get_m_bFollowCamera_4() const { return ___m_bFollowCamera_4; } inline bool* get_address_of_m_bFollowCamera_4() { return &___m_bFollowCamera_4; } inline void set_m_bFollowCamera_4(bool value) { ___m_bFollowCamera_4 = value; } inline static int32_t get_offset_of_m_firstMouse_5() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_firstMouse_5)); } inline Vector2_t2156229523 get_m_firstMouse_5() const { return ___m_firstMouse_5; } inline Vector2_t2156229523 * get_address_of_m_firstMouse_5() { return &___m_firstMouse_5; } inline void set_m_firstMouse_5(Vector2_t2156229523 value) { ___m_firstMouse_5 = value; } inline static int32_t get_offset_of_m_inRotateState_6() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_inRotateState_6)); } inline bool get_m_inRotateState_6() const { return ___m_inRotateState_6; } inline bool* get_address_of_m_inRotateState_6() { return &___m_inRotateState_6; } inline void set_m_inRotateState_6(bool value) { ___m_inRotateState_6 = value; } inline static int32_t get_offset_of_m_lockedWatchTarget_7() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_lockedWatchTarget_7)); } inline int64_t get_m_lockedWatchTarget_7() const { return ___m_lockedWatchTarget_7; } inline int64_t* get_address_of_m_lockedWatchTarget_7() { return &___m_lockedWatchTarget_7; } inline void set_m_lockedWatchTarget_7(int64_t value) { ___m_lockedWatchTarget_7 = value; } inline static int32_t get_offset_of_m_lastClkedUI_8() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_lastClkedUI_8)); } inline bool get_m_lastClkedUI_8() const { return ___m_lastClkedUI_8; } inline bool* get_address_of_m_lastClkedUI_8() { return &___m_lastClkedUI_8; } inline void set_m_lastClkedUI_8(bool value) { ___m_lastClkedUI_8 = value; } inline static int32_t get_offset_of_m_quatCamera_9() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_quatCamera_9)); } inline Vector3_t3722313464 get_m_quatCamera_9() const { return ___m_quatCamera_9; } inline Vector3_t3722313464 * get_address_of_m_quatCamera_9() { return &___m_quatCamera_9; } inline void set_m_quatCamera_9(Vector3_t3722313464 value) { ___m_quatCamera_9 = value; } inline static int32_t get_offset_of_m_quatCameraCur_10() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_quatCameraCur_10)); } inline Vector3_t3722313464 get_m_quatCameraCur_10() const { return ___m_quatCameraCur_10; } inline Vector3_t3722313464 * get_address_of_m_quatCameraCur_10() { return &___m_quatCameraCur_10; } inline void set_m_quatCameraCur_10(Vector3_t3722313464 value) { ___m_quatCameraCur_10 = value; } }; struct CWalkCamera_t1176337330_StaticFields { public: // System.Single DMCore.Framework.Scene.CWalkCamera::s_distance float ___s_distance_0; public: inline static int32_t get_offset_of_s_distance_0() { return static_cast(offsetof(CWalkCamera_t1176337330_StaticFields, ___s_distance_0)); } inline float get_s_distance_0() const { return ___s_distance_0; } inline float* get_address_of_s_distance_0() { return &___s_distance_0; } inline void set_s_distance_0(float value) { ___s_distance_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKCAMERA_T1176337330_H #ifndef COMMON_T3802143103_H #define COMMON_T3802143103_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Common struct Common_t3802143103 : public RuntimeObject { public: public: }; struct Common_t3802143103_StaticFields { public: // System.Int32 DMCore.Common::INVALID_ID int32_t ___INVALID_ID_0; // System.Int32 DMCore.Common::MIN_LEVEL_NUMBER int32_t ___MIN_LEVEL_NUMBER_1; // System.Int32 DMCore.Common::MAX_LEVEL_NUMBER int32_t ___MAX_LEVEL_NUMBER_2; // System.Int32 DMCore.Common::CHAT_SAVE_MAX_COUNT int32_t ___CHAT_SAVE_MAX_COUNT_3; // System.Int32 DMCore.Common::CHAT_SAVE_TIME_SPAN int32_t ___CHAT_SAVE_TIME_SPAN_4; // System.Int32 DMCore.Common::CHAT_CONTENT_COUNT_CACHE int32_t ___CHAT_CONTENT_COUNT_CACHE_5; // System.Int32 DMCore.Common::MESSAGE_SAVE_MAX_COUNT int32_t ___MESSAGE_SAVE_MAX_COUNT_6; // System.Int32 DMCore.Common::MESSAGE_SAVE_TIME_SPAN int32_t ___MESSAGE_SAVE_TIME_SPAN_7; // System.Single DMCore.Common::SYSTEMBROAD_ROLL_SPEED float ___SYSTEMBROAD_ROLL_SPEED_8; // System.Int32 DMCore.Common::SHOPPING_CART_MAX_CAPACITY int32_t ___SHOPPING_CART_MAX_CAPACITY_9; // System.Int32 DMCore.Common::CURRENT_PROTOCOL_VERSION int32_t ___CURRENT_PROTOCOL_VERSION_10; // System.Single DMCore.Common::NET_MESSAGE_OVER_TIME float ___NET_MESSAGE_OVER_TIME_11; // System.Int32 DMCore.Common::MAX_SEND_INVITED_TIMES int32_t ___MAX_SEND_INVITED_TIMES_12; // System.Int32 DMCore.Common::MAX_RECV_INVITED_TIMES int32_t ___MAX_RECV_INVITED_TIMES_13; // System.Single DMCore.Common::TIME_SPAN_TO_RESET_RECV_CNT float ___TIME_SPAN_TO_RESET_RECV_CNT_14; // System.Single DMCore.Common::MAX_SPEAKER_LIFE_TIME float ___MAX_SPEAKER_LIFE_TIME_15; // System.Single DMCore.Common::CHAT_REFRESH_ONLINESTATE float ___CHAT_REFRESH_ONLINESTATE_16; // System.Int32 DMCore.Common::MIN_CLOTH_CONFIG_ID int32_t ___MIN_CLOTH_CONFIG_ID_17; // System.Int32 DMCore.Common::MIN_PROPS_CONFIG_ID int32_t ___MIN_PROPS_CONFIG_ID_18; // System.Single DMCore.Common::FULL_DOWN_CHECK_FREQUENCY float ___FULL_DOWN_CHECK_FREQUENCY_19; // System.Int32 DMCore.Common::CLASSICAL_QUEUE_BEAT_COUNT int32_t ___CLASSICAL_QUEUE_BEAT_COUNT_20; // System.Int32 DMCore.Common::CLASSICAL_JUDGE_BEAT_COUNT int32_t ___CLASSICAL_JUDGE_BEAT_COUNT_21; // System.Int32 DMCore.Common::CLASSICAL_MIN_KEY_LEVEL int32_t ___CLASSICAL_MIN_KEY_LEVEL_22; // System.Int32 DMCore.Common::CLASSICAL_MAX_KEY_LEVEL int32_t ___CLASSICAL_MAX_KEY_LEVEL_23; // System.Int32 DMCore.Common::CLASSICAL_USER_RANDOM_KEY int32_t ___CLASSICAL_USER_RANDOM_KEY_24; // System.Int32 DMCore.Common::PROTECTED_LEVEL int32_t ___PROTECTED_LEVEL_25; // System.Int32 DMCore.Common::ROOM_COUNT_ONE_PAGE int32_t ___ROOM_COUNT_ONE_PAGE_26; // System.Single DMCore.Common::PET_DEFAULT_WALK_SPEED float ___PET_DEFAULT_WALK_SPEED_27; // System.Single DMCore.Common::PET_DEFAULT_SAFE_DISTANCE float ___PET_DEFAULT_SAFE_DISTANCE_28; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_29; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION_W Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_W_30; // System.Single DMCore.Common::SINGLE_PAGE_DEPTH float ___SINGLE_PAGE_DEPTH_31; public: inline static int32_t get_offset_of_INVALID_ID_0() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___INVALID_ID_0)); } inline int32_t get_INVALID_ID_0() const { return ___INVALID_ID_0; } inline int32_t* get_address_of_INVALID_ID_0() { return &___INVALID_ID_0; } inline void set_INVALID_ID_0(int32_t value) { ___INVALID_ID_0 = value; } inline static int32_t get_offset_of_MIN_LEVEL_NUMBER_1() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_LEVEL_NUMBER_1)); } inline int32_t get_MIN_LEVEL_NUMBER_1() const { return ___MIN_LEVEL_NUMBER_1; } inline int32_t* get_address_of_MIN_LEVEL_NUMBER_1() { return &___MIN_LEVEL_NUMBER_1; } inline void set_MIN_LEVEL_NUMBER_1(int32_t value) { ___MIN_LEVEL_NUMBER_1 = value; } inline static int32_t get_offset_of_MAX_LEVEL_NUMBER_2() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_LEVEL_NUMBER_2)); } inline int32_t get_MAX_LEVEL_NUMBER_2() const { return ___MAX_LEVEL_NUMBER_2; } inline int32_t* get_address_of_MAX_LEVEL_NUMBER_2() { return &___MAX_LEVEL_NUMBER_2; } inline void set_MAX_LEVEL_NUMBER_2(int32_t value) { ___MAX_LEVEL_NUMBER_2 = value; } inline static int32_t get_offset_of_CHAT_SAVE_MAX_COUNT_3() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_MAX_COUNT_3)); } inline int32_t get_CHAT_SAVE_MAX_COUNT_3() const { return ___CHAT_SAVE_MAX_COUNT_3; } inline int32_t* get_address_of_CHAT_SAVE_MAX_COUNT_3() { return &___CHAT_SAVE_MAX_COUNT_3; } inline void set_CHAT_SAVE_MAX_COUNT_3(int32_t value) { ___CHAT_SAVE_MAX_COUNT_3 = value; } inline static int32_t get_offset_of_CHAT_SAVE_TIME_SPAN_4() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_TIME_SPAN_4)); } inline int32_t get_CHAT_SAVE_TIME_SPAN_4() const { return ___CHAT_SAVE_TIME_SPAN_4; } inline int32_t* get_address_of_CHAT_SAVE_TIME_SPAN_4() { return &___CHAT_SAVE_TIME_SPAN_4; } inline void set_CHAT_SAVE_TIME_SPAN_4(int32_t value) { ___CHAT_SAVE_TIME_SPAN_4 = value; } inline static int32_t get_offset_of_CHAT_CONTENT_COUNT_CACHE_5() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_CONTENT_COUNT_CACHE_5)); } inline int32_t get_CHAT_CONTENT_COUNT_CACHE_5() const { return ___CHAT_CONTENT_COUNT_CACHE_5; } inline int32_t* get_address_of_CHAT_CONTENT_COUNT_CACHE_5() { return &___CHAT_CONTENT_COUNT_CACHE_5; } inline void set_CHAT_CONTENT_COUNT_CACHE_5(int32_t value) { ___CHAT_CONTENT_COUNT_CACHE_5 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_MAX_COUNT_6() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_MAX_COUNT_6)); } inline int32_t get_MESSAGE_SAVE_MAX_COUNT_6() const { return ___MESSAGE_SAVE_MAX_COUNT_6; } inline int32_t* get_address_of_MESSAGE_SAVE_MAX_COUNT_6() { return &___MESSAGE_SAVE_MAX_COUNT_6; } inline void set_MESSAGE_SAVE_MAX_COUNT_6(int32_t value) { ___MESSAGE_SAVE_MAX_COUNT_6 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_TIME_SPAN_7() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_TIME_SPAN_7)); } inline int32_t get_MESSAGE_SAVE_TIME_SPAN_7() const { return ___MESSAGE_SAVE_TIME_SPAN_7; } inline int32_t* get_address_of_MESSAGE_SAVE_TIME_SPAN_7() { return &___MESSAGE_SAVE_TIME_SPAN_7; } inline void set_MESSAGE_SAVE_TIME_SPAN_7(int32_t value) { ___MESSAGE_SAVE_TIME_SPAN_7 = value; } inline static int32_t get_offset_of_SYSTEMBROAD_ROLL_SPEED_8() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SYSTEMBROAD_ROLL_SPEED_8)); } inline float get_SYSTEMBROAD_ROLL_SPEED_8() const { return ___SYSTEMBROAD_ROLL_SPEED_8; } inline float* get_address_of_SYSTEMBROAD_ROLL_SPEED_8() { return &___SYSTEMBROAD_ROLL_SPEED_8; } inline void set_SYSTEMBROAD_ROLL_SPEED_8(float value) { ___SYSTEMBROAD_ROLL_SPEED_8 = value; } inline static int32_t get_offset_of_SHOPPING_CART_MAX_CAPACITY_9() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SHOPPING_CART_MAX_CAPACITY_9)); } inline int32_t get_SHOPPING_CART_MAX_CAPACITY_9() const { return ___SHOPPING_CART_MAX_CAPACITY_9; } inline int32_t* get_address_of_SHOPPING_CART_MAX_CAPACITY_9() { return &___SHOPPING_CART_MAX_CAPACITY_9; } inline void set_SHOPPING_CART_MAX_CAPACITY_9(int32_t value) { ___SHOPPING_CART_MAX_CAPACITY_9 = value; } inline static int32_t get_offset_of_CURRENT_PROTOCOL_VERSION_10() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CURRENT_PROTOCOL_VERSION_10)); } inline int32_t get_CURRENT_PROTOCOL_VERSION_10() const { return ___CURRENT_PROTOCOL_VERSION_10; } inline int32_t* get_address_of_CURRENT_PROTOCOL_VERSION_10() { return &___CURRENT_PROTOCOL_VERSION_10; } inline void set_CURRENT_PROTOCOL_VERSION_10(int32_t value) { ___CURRENT_PROTOCOL_VERSION_10 = value; } inline static int32_t get_offset_of_NET_MESSAGE_OVER_TIME_11() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___NET_MESSAGE_OVER_TIME_11)); } inline float get_NET_MESSAGE_OVER_TIME_11() const { return ___NET_MESSAGE_OVER_TIME_11; } inline float* get_address_of_NET_MESSAGE_OVER_TIME_11() { return &___NET_MESSAGE_OVER_TIME_11; } inline void set_NET_MESSAGE_OVER_TIME_11(float value) { ___NET_MESSAGE_OVER_TIME_11 = value; } inline static int32_t get_offset_of_MAX_SEND_INVITED_TIMES_12() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SEND_INVITED_TIMES_12)); } inline int32_t get_MAX_SEND_INVITED_TIMES_12() const { return ___MAX_SEND_INVITED_TIMES_12; } inline int32_t* get_address_of_MAX_SEND_INVITED_TIMES_12() { return &___MAX_SEND_INVITED_TIMES_12; } inline void set_MAX_SEND_INVITED_TIMES_12(int32_t value) { ___MAX_SEND_INVITED_TIMES_12 = value; } inline static int32_t get_offset_of_MAX_RECV_INVITED_TIMES_13() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_RECV_INVITED_TIMES_13)); } inline int32_t get_MAX_RECV_INVITED_TIMES_13() const { return ___MAX_RECV_INVITED_TIMES_13; } inline int32_t* get_address_of_MAX_RECV_INVITED_TIMES_13() { return &___MAX_RECV_INVITED_TIMES_13; } inline void set_MAX_RECV_INVITED_TIMES_13(int32_t value) { ___MAX_RECV_INVITED_TIMES_13 = value; } inline static int32_t get_offset_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___TIME_SPAN_TO_RESET_RECV_CNT_14)); } inline float get_TIME_SPAN_TO_RESET_RECV_CNT_14() const { return ___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline float* get_address_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return &___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline void set_TIME_SPAN_TO_RESET_RECV_CNT_14(float value) { ___TIME_SPAN_TO_RESET_RECV_CNT_14 = value; } inline static int32_t get_offset_of_MAX_SPEAKER_LIFE_TIME_15() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SPEAKER_LIFE_TIME_15)); } inline float get_MAX_SPEAKER_LIFE_TIME_15() const { return ___MAX_SPEAKER_LIFE_TIME_15; } inline float* get_address_of_MAX_SPEAKER_LIFE_TIME_15() { return &___MAX_SPEAKER_LIFE_TIME_15; } inline void set_MAX_SPEAKER_LIFE_TIME_15(float value) { ___MAX_SPEAKER_LIFE_TIME_15 = value; } inline static int32_t get_offset_of_CHAT_REFRESH_ONLINESTATE_16() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_REFRESH_ONLINESTATE_16)); } inline float get_CHAT_REFRESH_ONLINESTATE_16() const { return ___CHAT_REFRESH_ONLINESTATE_16; } inline float* get_address_of_CHAT_REFRESH_ONLINESTATE_16() { return &___CHAT_REFRESH_ONLINESTATE_16; } inline void set_CHAT_REFRESH_ONLINESTATE_16(float value) { ___CHAT_REFRESH_ONLINESTATE_16 = value; } inline static int32_t get_offset_of_MIN_CLOTH_CONFIG_ID_17() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_CLOTH_CONFIG_ID_17)); } inline int32_t get_MIN_CLOTH_CONFIG_ID_17() const { return ___MIN_CLOTH_CONFIG_ID_17; } inline int32_t* get_address_of_MIN_CLOTH_CONFIG_ID_17() { return &___MIN_CLOTH_CONFIG_ID_17; } inline void set_MIN_CLOTH_CONFIG_ID_17(int32_t value) { ___MIN_CLOTH_CONFIG_ID_17 = value; } inline static int32_t get_offset_of_MIN_PROPS_CONFIG_ID_18() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_PROPS_CONFIG_ID_18)); } inline int32_t get_MIN_PROPS_CONFIG_ID_18() const { return ___MIN_PROPS_CONFIG_ID_18; } inline int32_t* get_address_of_MIN_PROPS_CONFIG_ID_18() { return &___MIN_PROPS_CONFIG_ID_18; } inline void set_MIN_PROPS_CONFIG_ID_18(int32_t value) { ___MIN_PROPS_CONFIG_ID_18 = value; } inline static int32_t get_offset_of_FULL_DOWN_CHECK_FREQUENCY_19() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___FULL_DOWN_CHECK_FREQUENCY_19)); } inline float get_FULL_DOWN_CHECK_FREQUENCY_19() const { return ___FULL_DOWN_CHECK_FREQUENCY_19; } inline float* get_address_of_FULL_DOWN_CHECK_FREQUENCY_19() { return &___FULL_DOWN_CHECK_FREQUENCY_19; } inline void set_FULL_DOWN_CHECK_FREQUENCY_19(float value) { ___FULL_DOWN_CHECK_FREQUENCY_19 = value; } inline static int32_t get_offset_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_QUEUE_BEAT_COUNT_20)); } inline int32_t get_CLASSICAL_QUEUE_BEAT_COUNT_20() const { return ___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline int32_t* get_address_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return &___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline void set_CLASSICAL_QUEUE_BEAT_COUNT_20(int32_t value) { ___CLASSICAL_QUEUE_BEAT_COUNT_20 = value; } inline static int32_t get_offset_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_JUDGE_BEAT_COUNT_21)); } inline int32_t get_CLASSICAL_JUDGE_BEAT_COUNT_21() const { return ___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline int32_t* get_address_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return &___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline void set_CLASSICAL_JUDGE_BEAT_COUNT_21(int32_t value) { ___CLASSICAL_JUDGE_BEAT_COUNT_21 = value; } inline static int32_t get_offset_of_CLASSICAL_MIN_KEY_LEVEL_22() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MIN_KEY_LEVEL_22)); } inline int32_t get_CLASSICAL_MIN_KEY_LEVEL_22() const { return ___CLASSICAL_MIN_KEY_LEVEL_22; } inline int32_t* get_address_of_CLASSICAL_MIN_KEY_LEVEL_22() { return &___CLASSICAL_MIN_KEY_LEVEL_22; } inline void set_CLASSICAL_MIN_KEY_LEVEL_22(int32_t value) { ___CLASSICAL_MIN_KEY_LEVEL_22 = value; } inline static int32_t get_offset_of_CLASSICAL_MAX_KEY_LEVEL_23() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MAX_KEY_LEVEL_23)); } inline int32_t get_CLASSICAL_MAX_KEY_LEVEL_23() const { return ___CLASSICAL_MAX_KEY_LEVEL_23; } inline int32_t* get_address_of_CLASSICAL_MAX_KEY_LEVEL_23() { return &___CLASSICAL_MAX_KEY_LEVEL_23; } inline void set_CLASSICAL_MAX_KEY_LEVEL_23(int32_t value) { ___CLASSICAL_MAX_KEY_LEVEL_23 = value; } inline static int32_t get_offset_of_CLASSICAL_USER_RANDOM_KEY_24() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_USER_RANDOM_KEY_24)); } inline int32_t get_CLASSICAL_USER_RANDOM_KEY_24() const { return ___CLASSICAL_USER_RANDOM_KEY_24; } inline int32_t* get_address_of_CLASSICAL_USER_RANDOM_KEY_24() { return &___CLASSICAL_USER_RANDOM_KEY_24; } inline void set_CLASSICAL_USER_RANDOM_KEY_24(int32_t value) { ___CLASSICAL_USER_RANDOM_KEY_24 = value; } inline static int32_t get_offset_of_PROTECTED_LEVEL_25() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PROTECTED_LEVEL_25)); } inline int32_t get_PROTECTED_LEVEL_25() const { return ___PROTECTED_LEVEL_25; } inline int32_t* get_address_of_PROTECTED_LEVEL_25() { return &___PROTECTED_LEVEL_25; } inline void set_PROTECTED_LEVEL_25(int32_t value) { ___PROTECTED_LEVEL_25 = value; } inline static int32_t get_offset_of_ROOM_COUNT_ONE_PAGE_26() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___ROOM_COUNT_ONE_PAGE_26)); } inline int32_t get_ROOM_COUNT_ONE_PAGE_26() const { return ___ROOM_COUNT_ONE_PAGE_26; } inline int32_t* get_address_of_ROOM_COUNT_ONE_PAGE_26() { return &___ROOM_COUNT_ONE_PAGE_26; } inline void set_ROOM_COUNT_ONE_PAGE_26(int32_t value) { ___ROOM_COUNT_ONE_PAGE_26 = value; } inline static int32_t get_offset_of_PET_DEFAULT_WALK_SPEED_27() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_WALK_SPEED_27)); } inline float get_PET_DEFAULT_WALK_SPEED_27() const { return ___PET_DEFAULT_WALK_SPEED_27; } inline float* get_address_of_PET_DEFAULT_WALK_SPEED_27() { return &___PET_DEFAULT_WALK_SPEED_27; } inline void set_PET_DEFAULT_WALK_SPEED_27(float value) { ___PET_DEFAULT_WALK_SPEED_27 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SAFE_DISTANCE_28() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SAFE_DISTANCE_28)); } inline float get_PET_DEFAULT_SAFE_DISTANCE_28() const { return ___PET_DEFAULT_SAFE_DISTANCE_28; } inline float* get_address_of_PET_DEFAULT_SAFE_DISTANCE_28() { return &___PET_DEFAULT_SAFE_DISTANCE_28; } inline void set_PET_DEFAULT_SAFE_DISTANCE_28(float value) { ___PET_DEFAULT_SAFE_DISTANCE_28 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_29() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_29)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_29() const { return ___PET_DEFAULT_SHOW_POSITION_29; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_29() { return &___PET_DEFAULT_SHOW_POSITION_29; } inline void set_PET_DEFAULT_SHOW_POSITION_29(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_29 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_W_30() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_W_30)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_W_30() const { return ___PET_DEFAULT_SHOW_POSITION_W_30; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_W_30() { return &___PET_DEFAULT_SHOW_POSITION_W_30; } inline void set_PET_DEFAULT_SHOW_POSITION_W_30(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_W_30 = value; } inline static int32_t get_offset_of_SINGLE_PAGE_DEPTH_31() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SINGLE_PAGE_DEPTH_31)); } inline float get_SINGLE_PAGE_DEPTH_31() const { return ___SINGLE_PAGE_DEPTH_31; } inline float* get_address_of_SINGLE_PAGE_DEPTH_31() { return &___SINGLE_PAGE_DEPTH_31; } inline void set_SINGLE_PAGE_DEPTH_31(float value) { ___SINGLE_PAGE_DEPTH_31 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMON_T3802143103_H #ifndef ANIMATIONCULLINGTYPE_T4202248747_H #define ANIMATIONCULLINGTYPE_T4202248747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationCullingType struct AnimationCullingType_t4202248747 { public: // System.Int32 UnityEngine.AnimationCullingType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AnimationCullingType_t4202248747, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONCULLINGTYPE_T4202248747_H #ifndef ADDRESSFAMILY_T2612549059_H #define ADDRESSFAMILY_T2612549059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.AddressFamily struct AddressFamily_t2612549059 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AddressFamily_t2612549059, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADDRESSFAMILY_T2612549059_H #ifndef SOCKETTYPE_T2175930299_H #define SOCKETTYPE_T2175930299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketType struct SocketType_t2175930299 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketType_t2175930299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETTYPE_T2175930299_H #ifndef PROTOCOLTYPE_T303635025_H #define PROTOCOLTYPE_T303635025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.ProtocolType struct ProtocolType_t303635025 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProtocolType_t303635025, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROTOCOLTYPE_T303635025_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef THREADPRIORITY_T1774350854_H #define THREADPRIORITY_T1774350854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ThreadPriority struct ThreadPriority_t1774350854 { public: // System.Int32 UnityEngine.ThreadPriority::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadPriority_t1774350854, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADPRIORITY_T1774350854_H #ifndef ENUMMOVETYPE_T3837062988_H #define ENUMMOVETYPE_T3837062988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumMoveType struct enumMoveType_t3837062988 { public: // System.Int32 DMCore.Framework.Scene.enumMoveType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMoveType_t3837062988, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMOVETYPE_T3837062988_H #ifndef CUSTOMSERVER_T3388599715_H #define CUSTOMSERVER_T3388599715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CustomServer struct CustomServer_t3388599715 { public: // System.Int16 DMCore.Net.CustomServer::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CustomServer_t3388599715, ___value___1)); } inline int16_t get_value___1() const { return ___value___1; } inline int16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMSERVER_T3388599715_H #ifndef CWALKEVENT_T1212470810_H #define CWALKEVENT_T1212470810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkEvent struct CWalkEvent_t1212470810 : public RuntimeObject { public: // System.Int64 DMCore.Framework.Scene.CWalkEvent::m_userID int64_t ___m_userID_0; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_needSkip bool ___m_needSkip_1; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_endFlag bool ___m_endFlag_2; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkEvent::m_posTarget Vector3_t3722313464 ___m_posTarget_3; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkEvent::m_posBeginReal Vector3_t3722313464 ___m_posBeginReal_4; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeBegin float ___m_timeBegin_5; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeTotal float ___m_timeTotal_6; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_initFlag bool ___m_initFlag_7; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkEvent::m_forwardBegin Vector3_t3722313464 ___m_forwardBegin_8; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkEvent::m_forwardTarget Vector3_t3722313464 ___m_forwardTarget_9; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_forwardFlag bool ___m_forwardFlag_10; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeForwardBegin float ___m_timeForwardBegin_11; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeForwardTotal float ___m_timeForwardTotal_12; public: inline static int32_t get_offset_of_m_userID_0() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_userID_0)); } inline int64_t get_m_userID_0() const { return ___m_userID_0; } inline int64_t* get_address_of_m_userID_0() { return &___m_userID_0; } inline void set_m_userID_0(int64_t value) { ___m_userID_0 = value; } inline static int32_t get_offset_of_m_needSkip_1() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_needSkip_1)); } inline bool get_m_needSkip_1() const { return ___m_needSkip_1; } inline bool* get_address_of_m_needSkip_1() { return &___m_needSkip_1; } inline void set_m_needSkip_1(bool value) { ___m_needSkip_1 = value; } inline static int32_t get_offset_of_m_endFlag_2() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_endFlag_2)); } inline bool get_m_endFlag_2() const { return ___m_endFlag_2; } inline bool* get_address_of_m_endFlag_2() { return &___m_endFlag_2; } inline void set_m_endFlag_2(bool value) { ___m_endFlag_2 = value; } inline static int32_t get_offset_of_m_posTarget_3() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_posTarget_3)); } inline Vector3_t3722313464 get_m_posTarget_3() const { return ___m_posTarget_3; } inline Vector3_t3722313464 * get_address_of_m_posTarget_3() { return &___m_posTarget_3; } inline void set_m_posTarget_3(Vector3_t3722313464 value) { ___m_posTarget_3 = value; } inline static int32_t get_offset_of_m_posBeginReal_4() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_posBeginReal_4)); } inline Vector3_t3722313464 get_m_posBeginReal_4() const { return ___m_posBeginReal_4; } inline Vector3_t3722313464 * get_address_of_m_posBeginReal_4() { return &___m_posBeginReal_4; } inline void set_m_posBeginReal_4(Vector3_t3722313464 value) { ___m_posBeginReal_4 = value; } inline static int32_t get_offset_of_m_timeBegin_5() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeBegin_5)); } inline float get_m_timeBegin_5() const { return ___m_timeBegin_5; } inline float* get_address_of_m_timeBegin_5() { return &___m_timeBegin_5; } inline void set_m_timeBegin_5(float value) { ___m_timeBegin_5 = value; } inline static int32_t get_offset_of_m_timeTotal_6() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeTotal_6)); } inline float get_m_timeTotal_6() const { return ___m_timeTotal_6; } inline float* get_address_of_m_timeTotal_6() { return &___m_timeTotal_6; } inline void set_m_timeTotal_6(float value) { ___m_timeTotal_6 = value; } inline static int32_t get_offset_of_m_initFlag_7() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_initFlag_7)); } inline bool get_m_initFlag_7() const { return ___m_initFlag_7; } inline bool* get_address_of_m_initFlag_7() { return &___m_initFlag_7; } inline void set_m_initFlag_7(bool value) { ___m_initFlag_7 = value; } inline static int32_t get_offset_of_m_forwardBegin_8() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_forwardBegin_8)); } inline Vector3_t3722313464 get_m_forwardBegin_8() const { return ___m_forwardBegin_8; } inline Vector3_t3722313464 * get_address_of_m_forwardBegin_8() { return &___m_forwardBegin_8; } inline void set_m_forwardBegin_8(Vector3_t3722313464 value) { ___m_forwardBegin_8 = value; } inline static int32_t get_offset_of_m_forwardTarget_9() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_forwardTarget_9)); } inline Vector3_t3722313464 get_m_forwardTarget_9() const { return ___m_forwardTarget_9; } inline Vector3_t3722313464 * get_address_of_m_forwardTarget_9() { return &___m_forwardTarget_9; } inline void set_m_forwardTarget_9(Vector3_t3722313464 value) { ___m_forwardTarget_9 = value; } inline static int32_t get_offset_of_m_forwardFlag_10() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_forwardFlag_10)); } inline bool get_m_forwardFlag_10() const { return ___m_forwardFlag_10; } inline bool* get_address_of_m_forwardFlag_10() { return &___m_forwardFlag_10; } inline void set_m_forwardFlag_10(bool value) { ___m_forwardFlag_10 = value; } inline static int32_t get_offset_of_m_timeForwardBegin_11() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeForwardBegin_11)); } inline float get_m_timeForwardBegin_11() const { return ___m_timeForwardBegin_11; } inline float* get_address_of_m_timeForwardBegin_11() { return &___m_timeForwardBegin_11; } inline void set_m_timeForwardBegin_11(float value) { ___m_timeForwardBegin_11 = value; } inline static int32_t get_offset_of_m_timeForwardTotal_12() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeForwardTotal_12)); } inline float get_m_timeForwardTotal_12() const { return ___m_timeForwardTotal_12; } inline float* get_address_of_m_timeForwardTotal_12() { return &___m_timeForwardTotal_12; } inline void set_m_timeForwardTotal_12(float value) { ___m_timeForwardTotal_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKEVENT_T1212470810_H #ifndef EXTERNALEXCEPTION_T3544951457_H #define EXTERNALEXCEPTION_T3544951457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ExternalException struct ExternalException_t3544951457 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTERNALEXCEPTION_T3544951457_H #ifndef SELECTMODE_T1123767949_H #define SELECTMODE_T1123767949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SelectMode struct SelectMode_t1123767949 { public: // System.Int32 System.Net.Sockets.SelectMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectMode_t1123767949, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTMODE_T1123767949_H #ifndef STTRANSFORMMOVE_T3640252682_H #define STTRANSFORMMOVE_T3640252682_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneBaseObj/stTransformMove struct stTransformMove_t3640252682 : public RuntimeObject { public: // System.Single DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_fTimeLabor float ____fTimeLabor_0; // System.Single DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_TimeTotal float ____TimeTotal_1; // System.Single DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_TimeDelay float ____TimeDelay_2; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_bPlaying bool ____bPlaying_3; // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_PosDest Vector3_t3722313464 ____PosDest_4; // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_PosOld Vector3_t3722313464 ____PosOld_5; // UnityEngine.Quaternion DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_RotateDest Quaternion_t2301928331 ____RotateDest_6; // UnityEngine.Quaternion DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::_RotateOld Quaternion_t2301928331 ____RotateOld_7; public: inline static int32_t get_offset_of__fTimeLabor_0() { return static_cast(offsetof(stTransformMove_t3640252682, ____fTimeLabor_0)); } inline float get__fTimeLabor_0() const { return ____fTimeLabor_0; } inline float* get_address_of__fTimeLabor_0() { return &____fTimeLabor_0; } inline void set__fTimeLabor_0(float value) { ____fTimeLabor_0 = value; } inline static int32_t get_offset_of__TimeTotal_1() { return static_cast(offsetof(stTransformMove_t3640252682, ____TimeTotal_1)); } inline float get__TimeTotal_1() const { return ____TimeTotal_1; } inline float* get_address_of__TimeTotal_1() { return &____TimeTotal_1; } inline void set__TimeTotal_1(float value) { ____TimeTotal_1 = value; } inline static int32_t get_offset_of__TimeDelay_2() { return static_cast(offsetof(stTransformMove_t3640252682, ____TimeDelay_2)); } inline float get__TimeDelay_2() const { return ____TimeDelay_2; } inline float* get_address_of__TimeDelay_2() { return &____TimeDelay_2; } inline void set__TimeDelay_2(float value) { ____TimeDelay_2 = value; } inline static int32_t get_offset_of__bPlaying_3() { return static_cast(offsetof(stTransformMove_t3640252682, ____bPlaying_3)); } inline bool get__bPlaying_3() const { return ____bPlaying_3; } inline bool* get_address_of__bPlaying_3() { return &____bPlaying_3; } inline void set__bPlaying_3(bool value) { ____bPlaying_3 = value; } inline static int32_t get_offset_of__PosDest_4() { return static_cast(offsetof(stTransformMove_t3640252682, ____PosDest_4)); } inline Vector3_t3722313464 get__PosDest_4() const { return ____PosDest_4; } inline Vector3_t3722313464 * get_address_of__PosDest_4() { return &____PosDest_4; } inline void set__PosDest_4(Vector3_t3722313464 value) { ____PosDest_4 = value; } inline static int32_t get_offset_of__PosOld_5() { return static_cast(offsetof(stTransformMove_t3640252682, ____PosOld_5)); } inline Vector3_t3722313464 get__PosOld_5() const { return ____PosOld_5; } inline Vector3_t3722313464 * get_address_of__PosOld_5() { return &____PosOld_5; } inline void set__PosOld_5(Vector3_t3722313464 value) { ____PosOld_5 = value; } inline static int32_t get_offset_of__RotateDest_6() { return static_cast(offsetof(stTransformMove_t3640252682, ____RotateDest_6)); } inline Quaternion_t2301928331 get__RotateDest_6() const { return ____RotateDest_6; } inline Quaternion_t2301928331 * get_address_of__RotateDest_6() { return &____RotateDest_6; } inline void set__RotateDest_6(Quaternion_t2301928331 value) { ____RotateDest_6 = value; } inline static int32_t get_offset_of__RotateOld_7() { return static_cast(offsetof(stTransformMove_t3640252682, ____RotateOld_7)); } inline Quaternion_t2301928331 get__RotateOld_7() const { return ____RotateOld_7; } inline Quaternion_t2301928331 * get_address_of__RotateOld_7() { return &____RotateOld_7; } inline void set__RotateOld_7(Quaternion_t2301928331 value) { ____RotateOld_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STTRANSFORMMOVE_T3640252682_H #ifndef GAMESTATE_T1786271995_H #define GAMESTATE_T1786271995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVehicleBody/GameState struct GameState_t1786271995 { public: // System.Int32 CVehicleBody/GameState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GameState_t1786271995, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMESTATE_T1786271995_H #ifndef CROLEMOVEPLUGIN_T1887142873_H #define CROLEMOVEPLUGIN_T1887142873_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleMovePlugin struct CRoleMovePlugin_t1887142873 : public ISceneSite_t3999208198 { public: // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_moveTotalTime float ___m_moveTotalTime_4; // System.Boolean DMCore.Framework.Scene.CRoleMovePlugin::m_updateEndPos bool ___m_updateEndPos_5; // UnityEngine.Vector3 DMCore.Framework.Scene.CRoleMovePlugin::m_syncEndPos Vector3_t3722313464 ___m_syncEndPos_6; // System.Boolean DMCore.Framework.Scene.CRoleMovePlugin::m_moving bool ___m_moving_7; // BetterList`1 DMCore.Framework.Scene.CRoleMovePlugin::m_findPath BetterList_1_t754862145 * ___m_findPath_8; // System.Boolean DMCore.Framework.Scene.CRoleMovePlugin::m_finding bool ___m_finding_9; // System.Int32 DMCore.Framework.Scene.CRoleMovePlugin::m_findIndex int32_t ___m_findIndex_10; // DMCore.Framework.Navigation.CNavNode DMCore.Framework.Scene.CRoleMovePlugin::m_findLastNode CNavNode_t1599841827 * ___m_findLastNode_11; // System.Action DMCore.Framework.Scene.CRoleMovePlugin::m_findFinishCallBack Action_t1264377477 * ___m_findFinishCallBack_12; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_jumpPosY float ___m_jumpPosY_13; // System.Boolean DMCore.Framework.Scene.CRoleMovePlugin::m_jumpDown bool ___m_jumpDown_14; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_jumpUpTime float ___m_jumpUpTime_15; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_jumpDownTime float ___m_jumpDownTime_16; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_jumpTimer float ___m_jumpTimer_17; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_jumpHeight float ___m_jumpHeight_18; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_heightChangeTime float ___m_heightChangeTime_19; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_changeHeightTimer float ___m_changeHeightTimer_20; // System.Boolean DMCore.Framework.Scene.CRoleMovePlugin::m_roleJumpState bool ___m_roleJumpState_21; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_moveTimer float ___m_moveTimer_22; // DMCore.Framework.Navigation.CNavNode DMCore.Framework.Scene.CRoleMovePlugin::m_lastNode CNavNode_t1599841827 * ___m_lastNode_23; // DMCore.Framework.Navigation.CNavGrid DMCore.Framework.Scene.CRoleMovePlugin::m_navGrid CNavGrid_t19983649 * ___m_navGrid_24; // System.Single DMCore.Framework.Scene.CRoleMovePlugin::m_moveSpeed float ___m_moveSpeed_25; // System.String DMCore.Framework.Scene.CRoleMovePlugin::m_walkAnimName String_t* ___m_walkAnimName_26; // System.String DMCore.Framework.Scene.CRoleMovePlugin::m_jumpAnimName String_t* ___m_jumpAnimName_27; // UnityEngine.Camera DMCore.Framework.Scene.CRoleMovePlugin::m_curCamera Camera_t4157153871 * ___m_curCamera_28; // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CRoleMovePlugin::m_role ISceneBaseObj_t858622483 * ___m_role_29; public: inline static int32_t get_offset_of_m_moveTotalTime_4() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_moveTotalTime_4)); } inline float get_m_moveTotalTime_4() const { return ___m_moveTotalTime_4; } inline float* get_address_of_m_moveTotalTime_4() { return &___m_moveTotalTime_4; } inline void set_m_moveTotalTime_4(float value) { ___m_moveTotalTime_4 = value; } inline static int32_t get_offset_of_m_updateEndPos_5() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_updateEndPos_5)); } inline bool get_m_updateEndPos_5() const { return ___m_updateEndPos_5; } inline bool* get_address_of_m_updateEndPos_5() { return &___m_updateEndPos_5; } inline void set_m_updateEndPos_5(bool value) { ___m_updateEndPos_5 = value; } inline static int32_t get_offset_of_m_syncEndPos_6() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_syncEndPos_6)); } inline Vector3_t3722313464 get_m_syncEndPos_6() const { return ___m_syncEndPos_6; } inline Vector3_t3722313464 * get_address_of_m_syncEndPos_6() { return &___m_syncEndPos_6; } inline void set_m_syncEndPos_6(Vector3_t3722313464 value) { ___m_syncEndPos_6 = value; } inline static int32_t get_offset_of_m_moving_7() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_moving_7)); } inline bool get_m_moving_7() const { return ___m_moving_7; } inline bool* get_address_of_m_moving_7() { return &___m_moving_7; } inline void set_m_moving_7(bool value) { ___m_moving_7 = value; } inline static int32_t get_offset_of_m_findPath_8() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_findPath_8)); } inline BetterList_1_t754862145 * get_m_findPath_8() const { return ___m_findPath_8; } inline BetterList_1_t754862145 ** get_address_of_m_findPath_8() { return &___m_findPath_8; } inline void set_m_findPath_8(BetterList_1_t754862145 * value) { ___m_findPath_8 = value; Il2CppCodeGenWriteBarrier((&___m_findPath_8), value); } inline static int32_t get_offset_of_m_finding_9() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_finding_9)); } inline bool get_m_finding_9() const { return ___m_finding_9; } inline bool* get_address_of_m_finding_9() { return &___m_finding_9; } inline void set_m_finding_9(bool value) { ___m_finding_9 = value; } inline static int32_t get_offset_of_m_findIndex_10() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_findIndex_10)); } inline int32_t get_m_findIndex_10() const { return ___m_findIndex_10; } inline int32_t* get_address_of_m_findIndex_10() { return &___m_findIndex_10; } inline void set_m_findIndex_10(int32_t value) { ___m_findIndex_10 = value; } inline static int32_t get_offset_of_m_findLastNode_11() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_findLastNode_11)); } inline CNavNode_t1599841827 * get_m_findLastNode_11() const { return ___m_findLastNode_11; } inline CNavNode_t1599841827 ** get_address_of_m_findLastNode_11() { return &___m_findLastNode_11; } inline void set_m_findLastNode_11(CNavNode_t1599841827 * value) { ___m_findLastNode_11 = value; Il2CppCodeGenWriteBarrier((&___m_findLastNode_11), value); } inline static int32_t get_offset_of_m_findFinishCallBack_12() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_findFinishCallBack_12)); } inline Action_t1264377477 * get_m_findFinishCallBack_12() const { return ___m_findFinishCallBack_12; } inline Action_t1264377477 ** get_address_of_m_findFinishCallBack_12() { return &___m_findFinishCallBack_12; } inline void set_m_findFinishCallBack_12(Action_t1264377477 * value) { ___m_findFinishCallBack_12 = value; Il2CppCodeGenWriteBarrier((&___m_findFinishCallBack_12), value); } inline static int32_t get_offset_of_m_jumpPosY_13() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_jumpPosY_13)); } inline float get_m_jumpPosY_13() const { return ___m_jumpPosY_13; } inline float* get_address_of_m_jumpPosY_13() { return &___m_jumpPosY_13; } inline void set_m_jumpPosY_13(float value) { ___m_jumpPosY_13 = value; } inline static int32_t get_offset_of_m_jumpDown_14() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_jumpDown_14)); } inline bool get_m_jumpDown_14() const { return ___m_jumpDown_14; } inline bool* get_address_of_m_jumpDown_14() { return &___m_jumpDown_14; } inline void set_m_jumpDown_14(bool value) { ___m_jumpDown_14 = value; } inline static int32_t get_offset_of_m_jumpUpTime_15() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_jumpUpTime_15)); } inline float get_m_jumpUpTime_15() const { return ___m_jumpUpTime_15; } inline float* get_address_of_m_jumpUpTime_15() { return &___m_jumpUpTime_15; } inline void set_m_jumpUpTime_15(float value) { ___m_jumpUpTime_15 = value; } inline static int32_t get_offset_of_m_jumpDownTime_16() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_jumpDownTime_16)); } inline float get_m_jumpDownTime_16() const { return ___m_jumpDownTime_16; } inline float* get_address_of_m_jumpDownTime_16() { return &___m_jumpDownTime_16; } inline void set_m_jumpDownTime_16(float value) { ___m_jumpDownTime_16 = value; } inline static int32_t get_offset_of_m_jumpTimer_17() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_jumpTimer_17)); } inline float get_m_jumpTimer_17() const { return ___m_jumpTimer_17; } inline float* get_address_of_m_jumpTimer_17() { return &___m_jumpTimer_17; } inline void set_m_jumpTimer_17(float value) { ___m_jumpTimer_17 = value; } inline static int32_t get_offset_of_m_jumpHeight_18() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_jumpHeight_18)); } inline float get_m_jumpHeight_18() const { return ___m_jumpHeight_18; } inline float* get_address_of_m_jumpHeight_18() { return &___m_jumpHeight_18; } inline void set_m_jumpHeight_18(float value) { ___m_jumpHeight_18 = value; } inline static int32_t get_offset_of_m_heightChangeTime_19() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_heightChangeTime_19)); } inline float get_m_heightChangeTime_19() const { return ___m_heightChangeTime_19; } inline float* get_address_of_m_heightChangeTime_19() { return &___m_heightChangeTime_19; } inline void set_m_heightChangeTime_19(float value) { ___m_heightChangeTime_19 = value; } inline static int32_t get_offset_of_m_changeHeightTimer_20() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_changeHeightTimer_20)); } inline float get_m_changeHeightTimer_20() const { return ___m_changeHeightTimer_20; } inline float* get_address_of_m_changeHeightTimer_20() { return &___m_changeHeightTimer_20; } inline void set_m_changeHeightTimer_20(float value) { ___m_changeHeightTimer_20 = value; } inline static int32_t get_offset_of_m_roleJumpState_21() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_roleJumpState_21)); } inline bool get_m_roleJumpState_21() const { return ___m_roleJumpState_21; } inline bool* get_address_of_m_roleJumpState_21() { return &___m_roleJumpState_21; } inline void set_m_roleJumpState_21(bool value) { ___m_roleJumpState_21 = value; } inline static int32_t get_offset_of_m_moveTimer_22() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_moveTimer_22)); } inline float get_m_moveTimer_22() const { return ___m_moveTimer_22; } inline float* get_address_of_m_moveTimer_22() { return &___m_moveTimer_22; } inline void set_m_moveTimer_22(float value) { ___m_moveTimer_22 = value; } inline static int32_t get_offset_of_m_lastNode_23() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_lastNode_23)); } inline CNavNode_t1599841827 * get_m_lastNode_23() const { return ___m_lastNode_23; } inline CNavNode_t1599841827 ** get_address_of_m_lastNode_23() { return &___m_lastNode_23; } inline void set_m_lastNode_23(CNavNode_t1599841827 * value) { ___m_lastNode_23 = value; Il2CppCodeGenWriteBarrier((&___m_lastNode_23), value); } inline static int32_t get_offset_of_m_navGrid_24() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_navGrid_24)); } inline CNavGrid_t19983649 * get_m_navGrid_24() const { return ___m_navGrid_24; } inline CNavGrid_t19983649 ** get_address_of_m_navGrid_24() { return &___m_navGrid_24; } inline void set_m_navGrid_24(CNavGrid_t19983649 * value) { ___m_navGrid_24 = value; Il2CppCodeGenWriteBarrier((&___m_navGrid_24), value); } inline static int32_t get_offset_of_m_moveSpeed_25() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_moveSpeed_25)); } inline float get_m_moveSpeed_25() const { return ___m_moveSpeed_25; } inline float* get_address_of_m_moveSpeed_25() { return &___m_moveSpeed_25; } inline void set_m_moveSpeed_25(float value) { ___m_moveSpeed_25 = value; } inline static int32_t get_offset_of_m_walkAnimName_26() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_walkAnimName_26)); } inline String_t* get_m_walkAnimName_26() const { return ___m_walkAnimName_26; } inline String_t** get_address_of_m_walkAnimName_26() { return &___m_walkAnimName_26; } inline void set_m_walkAnimName_26(String_t* value) { ___m_walkAnimName_26 = value; Il2CppCodeGenWriteBarrier((&___m_walkAnimName_26), value); } inline static int32_t get_offset_of_m_jumpAnimName_27() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_jumpAnimName_27)); } inline String_t* get_m_jumpAnimName_27() const { return ___m_jumpAnimName_27; } inline String_t** get_address_of_m_jumpAnimName_27() { return &___m_jumpAnimName_27; } inline void set_m_jumpAnimName_27(String_t* value) { ___m_jumpAnimName_27 = value; Il2CppCodeGenWriteBarrier((&___m_jumpAnimName_27), value); } inline static int32_t get_offset_of_m_curCamera_28() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_curCamera_28)); } inline Camera_t4157153871 * get_m_curCamera_28() const { return ___m_curCamera_28; } inline Camera_t4157153871 ** get_address_of_m_curCamera_28() { return &___m_curCamera_28; } inline void set_m_curCamera_28(Camera_t4157153871 * value) { ___m_curCamera_28 = value; Il2CppCodeGenWriteBarrier((&___m_curCamera_28), value); } inline static int32_t get_offset_of_m_role_29() { return static_cast(offsetof(CRoleMovePlugin_t1887142873, ___m_role_29)); } inline ISceneBaseObj_t858622483 * get_m_role_29() const { return ___m_role_29; } inline ISceneBaseObj_t858622483 ** get_address_of_m_role_29() { return &___m_role_29; } inline void set_m_role_29(ISceneBaseObj_t858622483 * value) { ___m_role_29 = value; Il2CppCodeGenWriteBarrier((&___m_role_29), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMOVEPLUGIN_T1887142873_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTATE_T2533302383_H #ifndef CSUITANIMCFG_T328222487_H #define CSUITANIMCFG_T328222487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg struct CSuitAnimCfg_t328222487 : public CConfigSite_t3219909558 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CSuitAnimCfg::m_listSuitAll Dictionary_2_t714391340 * ___m_listSuitAll_3; public: inline static int32_t get_offset_of_m_listSuitAll_3() { return static_cast(offsetof(CSuitAnimCfg_t328222487, ___m_listSuitAll_3)); } inline Dictionary_2_t714391340 * get_m_listSuitAll_3() const { return ___m_listSuitAll_3; } inline Dictionary_2_t714391340 ** get_address_of_m_listSuitAll_3() { return &___m_listSuitAll_3; } inline void set_m_listSuitAll_3(Dictionary_2_t714391340 * value) { ___m_listSuitAll_3 = value; Il2CppCodeGenWriteBarrier((&___m_listSuitAll_3), value); } }; struct CSuitAnimCfg_t328222487_StaticFields { public: // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg::s_cateOrder List_1_t1927861623 * ___s_cateOrder_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CSuitAnimCfg::s_defaultCateLevel Dictionary_2_t949353519 * ___s_defaultCateLevel_2; // DMCore.Logic.CSuitAnimCfg DMCore.Logic.CSuitAnimCfg::s_Instace CSuitAnimCfg_t328222487 * ___s_Instace_4; public: inline static int32_t get_offset_of_s_cateOrder_1() { return static_cast(offsetof(CSuitAnimCfg_t328222487_StaticFields, ___s_cateOrder_1)); } inline List_1_t1927861623 * get_s_cateOrder_1() const { return ___s_cateOrder_1; } inline List_1_t1927861623 ** get_address_of_s_cateOrder_1() { return &___s_cateOrder_1; } inline void set_s_cateOrder_1(List_1_t1927861623 * value) { ___s_cateOrder_1 = value; Il2CppCodeGenWriteBarrier((&___s_cateOrder_1), value); } inline static int32_t get_offset_of_s_defaultCateLevel_2() { return static_cast(offsetof(CSuitAnimCfg_t328222487_StaticFields, ___s_defaultCateLevel_2)); } inline Dictionary_2_t949353519 * get_s_defaultCateLevel_2() const { return ___s_defaultCateLevel_2; } inline Dictionary_2_t949353519 ** get_address_of_s_defaultCateLevel_2() { return &___s_defaultCateLevel_2; } inline void set_s_defaultCateLevel_2(Dictionary_2_t949353519 * value) { ___s_defaultCateLevel_2 = value; Il2CppCodeGenWriteBarrier((&___s_defaultCateLevel_2), value); } inline static int32_t get_offset_of_s_Instace_4() { return static_cast(offsetof(CSuitAnimCfg_t328222487_StaticFields, ___s_Instace_4)); } inline CSuitAnimCfg_t328222487 * get_s_Instace_4() const { return ___s_Instace_4; } inline CSuitAnimCfg_t328222487 ** get_address_of_s_Instace_4() { return &___s_Instace_4; } inline void set_s_Instace_4(CSuitAnimCfg_t328222487 * value) { ___s_Instace_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instace_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSUITANIMCFG_T328222487_H #ifndef CWALKRANGE_T2357921041_H #define CWALKRANGE_T2357921041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkRange struct CWalkRange_t2357921041 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkRange::m_center Vector3_t3722313464 ___m_center_0; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CWalkRange::m_cliderList List_1_t2266899006 * ___m_cliderList_1; public: inline static int32_t get_offset_of_m_center_0() { return static_cast(offsetof(CWalkRange_t2357921041, ___m_center_0)); } inline Vector3_t3722313464 get_m_center_0() const { return ___m_center_0; } inline Vector3_t3722313464 * get_address_of_m_center_0() { return &___m_center_0; } inline void set_m_center_0(Vector3_t3722313464 value) { ___m_center_0 = value; } inline static int32_t get_offset_of_m_cliderList_1() { return static_cast(offsetof(CWalkRange_t2357921041, ___m_cliderList_1)); } inline List_1_t2266899006 * get_m_cliderList_1() const { return ___m_cliderList_1; } inline List_1_t2266899006 ** get_address_of_m_cliderList_1() { return &___m_cliderList_1; } inline void set_m_cliderList_1(List_1_t2266899006 * value) { ___m_cliderList_1 = value; Il2CppCodeGenWriteBarrier((&___m_cliderList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKRANGE_T2357921041_H #ifndef ENUMERATOR_T4229293369_H #define ENUMERATOR_T4229293369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t4229293369 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2275110594 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t377815465 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4229293369, ___dictionary_0)); } inline Dictionary_2_t2275110594 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2275110594 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2275110594 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4229293369, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t4229293369, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t4229293369, ___current_3)); } inline KeyValuePair_2_t377815465 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t377815465 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t377815465 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4229293369_H #ifndef ENUMEFFECTTYPE_T895630196_H #define ENUMEFFECTTYPE_T895630196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.enumEffectType struct enumEffectType_t895630196 { public: // System.Int32 DMCore.Framework.enumEffectType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumEffectType_t895630196, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMEFFECTTYPE_T895630196_H #ifndef ENUMVEHICLESTATE_T168636559_H #define ENUMVEHICLESTATE_T168636559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumVehicleState struct enumVehicleState_t168636559 { public: // System.Int32 DMCore.Framework.Scene.enumVehicleState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumVehicleState_t168636559, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMVEHICLESTATE_T168636559_H #ifndef WAITHANDLE_T1743403487_H #define WAITHANDLE_T1743403487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitHandle struct WaitHandle_t1743403487 : public MarshalByRefObject_t2760389100 { public: // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::safe_wait_handle SafeWaitHandle_t1972936122 * ___safe_wait_handle_2; // System.Boolean System.Threading.WaitHandle::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_safe_wait_handle_2() { return static_cast(offsetof(WaitHandle_t1743403487, ___safe_wait_handle_2)); } inline SafeWaitHandle_t1972936122 * get_safe_wait_handle_2() const { return ___safe_wait_handle_2; } inline SafeWaitHandle_t1972936122 ** get_address_of_safe_wait_handle_2() { return &___safe_wait_handle_2; } inline void set_safe_wait_handle_2(SafeWaitHandle_t1972936122 * value) { ___safe_wait_handle_2 = value; Il2CppCodeGenWriteBarrier((&___safe_wait_handle_2), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(WaitHandle_t1743403487, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; struct WaitHandle_t1743403487_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_3; public: inline static int32_t get_offset_of_InvalidHandle_3() { return static_cast(offsetof(WaitHandle_t1743403487_StaticFields, ___InvalidHandle_3)); } inline intptr_t get_InvalidHandle_3() const { return ___InvalidHandle_3; } inline intptr_t* get_address_of_InvalidHandle_3() { return &___InvalidHandle_3; } inline void set_InvalidHandle_3(intptr_t value) { ___InvalidHandle_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITHANDLE_T1743403487_H #ifndef ENUMSERVEROBJTYPE_T1431268_H #define ENUMSERVEROBJTYPE_T1431268_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumServerObjType struct enumServerObjType_t1431268 { public: // System.Int16 DMCore.Framework.Scene.enumServerObjType::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumServerObjType_t1431268, ___value___1)); } inline int16_t get_value___1() const { return ___value___1; } inline int16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSERVEROBJTYPE_T1431268_H #ifndef ENUMSCENEOBJTYPE_T2879723971_H #define ENUMSCENEOBJTYPE_T2879723971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumSceneObjType struct enumSceneObjType_t2879723971 { public: // System.Int32 DMCore.Framework.Scene.enumSceneObjType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSceneObjType_t2879723971, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSCENEOBJTYPE_T2879723971_H #ifndef ENUMMODELCATEGORY_T3973378142_H #define ENUMMODELCATEGORY_T3973378142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumModelCategory struct enumModelCategory_t3973378142 { public: // System.Int32 DMCore.Framework.Scene.enumModelCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumModelCategory_t3973378142, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMODELCATEGORY_T3973378142_H #ifndef RAYCASTHIT_T1056001966_H #define RAYCASTHIT_T1056001966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RaycastHit struct RaycastHit_t1056001966 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t3722313464 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t3722313464 ___m_Normal_1; // System.Int32 UnityEngine.RaycastHit::m_FaceID int32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_t2156229523 ___m_UV_4; // UnityEngine.Collider UnityEngine.RaycastHit::m_Collider Collider_t1773347010 * ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Point_0)); } inline Vector3_t3722313464 get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t3722313464 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t3722313464 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Normal_1)); } inline Vector3_t3722313464 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t3722313464 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t3722313464 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_FaceID_2)); } inline int32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline int32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(int32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_UV_4)); } inline Vector2_t2156229523 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_t2156229523 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_t2156229523 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Collider_5)); } inline Collider_t1773347010 * get_m_Collider_5() const { return ___m_Collider_5; } inline Collider_t1773347010 ** get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(Collider_t1773347010 * value) { ___m_Collider_5 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_pinvoke { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; // Native definition for COM marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_com { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; #endif // RAYCASTHIT_T1056001966_H #ifndef ENUMMEMBERLEVEL_T3960553378_H #define ENUMMEMBERLEVEL_T3960553378_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // enumMemberLevel struct enumMemberLevel_t3960553378 { public: // System.Int32 enumMemberLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMemberLevel_t3960553378, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMEMBERLEVEL_T3960553378_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef ENUMERATOR_T3923002270_H #define ENUMERATOR_T3923002270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3923002270 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1968819495 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t71524366 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3923002270, ___dictionary_0)); } inline Dictionary_2_t1968819495 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1968819495 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1968819495 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3923002270, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3923002270, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3923002270, ___current_3)); } inline KeyValuePair_2_t71524366 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t71524366 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t71524366 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3923002270_H #ifndef ENUMURLSTATE_T2032315695_H #define ENUMURLSTATE_T2032315695_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.URL.enumUrlState struct enumUrlState_t2032315695 { public: // System.Int32 DMCore.Framework.URL.enumUrlState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumUrlState_t2032315695, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMURLSTATE_T2032315695_H #ifndef XMLELEMENT_T561603118_H #define XMLELEMENT_T561603118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlElement struct XmlElement_t561603118 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_t2316283784 * ___attributes_7; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_8; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_9; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_10; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_11; public: inline static int32_t get_offset_of_attributes_7() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_7)); } inline XmlAttributeCollection_t2316283784 * get_attributes_7() const { return ___attributes_7; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_7() { return &___attributes_7; } inline void set_attributes_7(XmlAttributeCollection_t2316283784 * value) { ___attributes_7 = value; Il2CppCodeGenWriteBarrier((&___attributes_7), value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(XmlElement_t561603118, ___name_8)); } inline XmlNameEntry_t1073099671 * get_name_8() const { return ___name_8; } inline XmlNameEntry_t1073099671 ** get_address_of_name_8() { return &___name_8; } inline void set_name_8(XmlNameEntry_t1073099671 * value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((&___name_8), value); } inline static int32_t get_offset_of_lastLinkedChild_9() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_9)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_9() const { return ___lastLinkedChild_9; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_9() { return &___lastLinkedChild_9; } inline void set_lastLinkedChild_9(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_9 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_9), value); } inline static int32_t get_offset_of_isNotEmpty_10() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_10)); } inline bool get_isNotEmpty_10() const { return ___isNotEmpty_10; } inline bool* get_address_of_isNotEmpty_10() { return &___isNotEmpty_10; } inline void set_isNotEmpty_10(bool value) { ___isNotEmpty_10 = value; } inline static int32_t get_offset_of_schemaInfo_11() { return static_cast(offsetof(XmlElement_t561603118, ___schemaInfo_11)); } inline RuntimeObject* get_schemaInfo_11() const { return ___schemaInfo_11; } inline RuntimeObject** get_address_of_schemaInfo_11() { return &___schemaInfo_11; } inline void set_schemaInfo_11(RuntimeObject* value) { ___schemaInfo_11 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_H #ifndef ENUMERATOR_T2451428052_H #define ENUMERATOR_T2451428052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2451428052 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t497245277 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2894917444 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2451428052, ___dictionary_0)); } inline Dictionary_2_t497245277 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t497245277 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t497245277 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2451428052, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2451428052, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2451428052, ___current_3)); } inline KeyValuePair_2_t2894917444 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2894917444 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2894917444 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2451428052_H #ifndef CTHREADMSGWEBPOST_T2657819115_H #define CTHREADMSGWEBPOST_T2657819115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadMsgWebPost struct CThreadMsgWebPost_t2657819115 : public IWebPostMsgBase_t2445430203 { public: // System.String DMCore.Framework.Thread.CThreadMsgWebPost::k__BackingField String_t* ___U3CRequestRefuseU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CRequestRefuseU3Ek__BackingField_3() { return static_cast(offsetof(CThreadMsgWebPost_t2657819115, ___U3CRequestRefuseU3Ek__BackingField_3)); } inline String_t* get_U3CRequestRefuseU3Ek__BackingField_3() const { return ___U3CRequestRefuseU3Ek__BackingField_3; } inline String_t** get_address_of_U3CRequestRefuseU3Ek__BackingField_3() { return &___U3CRequestRefuseU3Ek__BackingField_3; } inline void set_U3CRequestRefuseU3Ek__BackingField_3(String_t* value) { ___U3CRequestRefuseU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CRequestRefuseU3Ek__BackingField_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADMSGWEBPOST_T2657819115_H #ifndef ENUMERATOR_T1801961427_H #define ENUMERATOR_T1801961427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1801961427 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4142745948 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2245450819 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1801961427, ___dictionary_0)); } inline Dictionary_2_t4142745948 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4142745948 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4142745948 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1801961427, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1801961427, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1801961427, ___current_3)); } inline KeyValuePair_2_t2245450819 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2245450819 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2245450819 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1801961427_H #ifndef XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_T1672767151_H #ifndef BLE_STATE_T2913701594_H #define BLE_STATE_T2913701594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BLE_STATE struct BLE_STATE_t2913701594 { public: // System.Int32 BLE_STATE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BLE_STATE_t2913701594, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BLE_STATE_T2913701594_H #ifndef ENUMROLESTATE_T946412100_H #define ENUMROLESTATE_T946412100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumRoleState struct enumRoleState_t946412100 { public: // System.Int32 DMCore.Framework.Scene.enumRoleState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumRoleState_t946412100, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMROLESTATE_T946412100_H #ifndef RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef ACTIONINFO_T727515507_H #define ACTIONINFO_T727515507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ActionInfo struct ActionInfo_t727515507 : public RuntimeObject { public: // System.String DMCore.Logic.ActionInfo::boy String_t* ___boy_0; // System.String DMCore.Logic.ActionInfo::girl String_t* ___girl_1; // System.String DMCore.Logic.ActionInfo::boyIdle String_t* ___boyIdle_2; // System.String DMCore.Logic.ActionInfo::girlIdle String_t* ___girlIdle_3; // System.Int32 DMCore.Logic.ActionInfo::hold int32_t ___hold_4; // System.String DMCore.Logic.ActionInfo::actionName String_t* ___actionName_5; // System.String DMCore.Logic.ActionInfo::iconName String_t* ___iconName_6; // System.Int32 DMCore.Logic.ActionInfo::actionId int32_t ___actionId_7; // System.Int32 DMCore.Logic.ActionInfo::itemValid int32_t ___itemValid_8; // System.Int32 DMCore.Logic.ActionInfo::isNeedPay int32_t ___isNeedPay_9; // System.Int32 DMCore.Logic.ActionInfo::useTimes int32_t ___useTimes_10; // System.Int32 DMCore.Logic.ActionInfo::isPose int32_t ___isPose_11; // System.Int32 DMCore.Logic.ActionInfo::isBindAction int32_t ___isBindAction_12; // System.Int32 DMCore.Logic.ActionInfo::unlockType int32_t ___unlockType_13; // enumMemberLevel DMCore.Logic.ActionInfo::unlockMemberLevel int32_t ___unlockMemberLevel_14; public: inline static int32_t get_offset_of_boy_0() { return static_cast(offsetof(ActionInfo_t727515507, ___boy_0)); } inline String_t* get_boy_0() const { return ___boy_0; } inline String_t** get_address_of_boy_0() { return &___boy_0; } inline void set_boy_0(String_t* value) { ___boy_0 = value; Il2CppCodeGenWriteBarrier((&___boy_0), value); } inline static int32_t get_offset_of_girl_1() { return static_cast(offsetof(ActionInfo_t727515507, ___girl_1)); } inline String_t* get_girl_1() const { return ___girl_1; } inline String_t** get_address_of_girl_1() { return &___girl_1; } inline void set_girl_1(String_t* value) { ___girl_1 = value; Il2CppCodeGenWriteBarrier((&___girl_1), value); } inline static int32_t get_offset_of_boyIdle_2() { return static_cast(offsetof(ActionInfo_t727515507, ___boyIdle_2)); } inline String_t* get_boyIdle_2() const { return ___boyIdle_2; } inline String_t** get_address_of_boyIdle_2() { return &___boyIdle_2; } inline void set_boyIdle_2(String_t* value) { ___boyIdle_2 = value; Il2CppCodeGenWriteBarrier((&___boyIdle_2), value); } inline static int32_t get_offset_of_girlIdle_3() { return static_cast(offsetof(ActionInfo_t727515507, ___girlIdle_3)); } inline String_t* get_girlIdle_3() const { return ___girlIdle_3; } inline String_t** get_address_of_girlIdle_3() { return &___girlIdle_3; } inline void set_girlIdle_3(String_t* value) { ___girlIdle_3 = value; Il2CppCodeGenWriteBarrier((&___girlIdle_3), value); } inline static int32_t get_offset_of_hold_4() { return static_cast(offsetof(ActionInfo_t727515507, ___hold_4)); } inline int32_t get_hold_4() const { return ___hold_4; } inline int32_t* get_address_of_hold_4() { return &___hold_4; } inline void set_hold_4(int32_t value) { ___hold_4 = value; } inline static int32_t get_offset_of_actionName_5() { return static_cast(offsetof(ActionInfo_t727515507, ___actionName_5)); } inline String_t* get_actionName_5() const { return ___actionName_5; } inline String_t** get_address_of_actionName_5() { return &___actionName_5; } inline void set_actionName_5(String_t* value) { ___actionName_5 = value; Il2CppCodeGenWriteBarrier((&___actionName_5), value); } inline static int32_t get_offset_of_iconName_6() { return static_cast(offsetof(ActionInfo_t727515507, ___iconName_6)); } inline String_t* get_iconName_6() const { return ___iconName_6; } inline String_t** get_address_of_iconName_6() { return &___iconName_6; } inline void set_iconName_6(String_t* value) { ___iconName_6 = value; Il2CppCodeGenWriteBarrier((&___iconName_6), value); } inline static int32_t get_offset_of_actionId_7() { return static_cast(offsetof(ActionInfo_t727515507, ___actionId_7)); } inline int32_t get_actionId_7() const { return ___actionId_7; } inline int32_t* get_address_of_actionId_7() { return &___actionId_7; } inline void set_actionId_7(int32_t value) { ___actionId_7 = value; } inline static int32_t get_offset_of_itemValid_8() { return static_cast(offsetof(ActionInfo_t727515507, ___itemValid_8)); } inline int32_t get_itemValid_8() const { return ___itemValid_8; } inline int32_t* get_address_of_itemValid_8() { return &___itemValid_8; } inline void set_itemValid_8(int32_t value) { ___itemValid_8 = value; } inline static int32_t get_offset_of_isNeedPay_9() { return static_cast(offsetof(ActionInfo_t727515507, ___isNeedPay_9)); } inline int32_t get_isNeedPay_9() const { return ___isNeedPay_9; } inline int32_t* get_address_of_isNeedPay_9() { return &___isNeedPay_9; } inline void set_isNeedPay_9(int32_t value) { ___isNeedPay_9 = value; } inline static int32_t get_offset_of_useTimes_10() { return static_cast(offsetof(ActionInfo_t727515507, ___useTimes_10)); } inline int32_t get_useTimes_10() const { return ___useTimes_10; } inline int32_t* get_address_of_useTimes_10() { return &___useTimes_10; } inline void set_useTimes_10(int32_t value) { ___useTimes_10 = value; } inline static int32_t get_offset_of_isPose_11() { return static_cast(offsetof(ActionInfo_t727515507, ___isPose_11)); } inline int32_t get_isPose_11() const { return ___isPose_11; } inline int32_t* get_address_of_isPose_11() { return &___isPose_11; } inline void set_isPose_11(int32_t value) { ___isPose_11 = value; } inline static int32_t get_offset_of_isBindAction_12() { return static_cast(offsetof(ActionInfo_t727515507, ___isBindAction_12)); } inline int32_t get_isBindAction_12() const { return ___isBindAction_12; } inline int32_t* get_address_of_isBindAction_12() { return &___isBindAction_12; } inline void set_isBindAction_12(int32_t value) { ___isBindAction_12 = value; } inline static int32_t get_offset_of_unlockType_13() { return static_cast(offsetof(ActionInfo_t727515507, ___unlockType_13)); } inline int32_t get_unlockType_13() const { return ___unlockType_13; } inline int32_t* get_address_of_unlockType_13() { return &___unlockType_13; } inline void set_unlockType_13(int32_t value) { ___unlockType_13 = value; } inline static int32_t get_offset_of_unlockMemberLevel_14() { return static_cast(offsetof(ActionInfo_t727515507, ___unlockMemberLevel_14)); } inline int32_t get_unlockMemberLevel_14() const { return ___unlockMemberLevel_14; } inline int32_t* get_address_of_unlockMemberLevel_14() { return &___unlockMemberLevel_14; } inline void set_unlockMemberLevel_14(int32_t value) { ___unlockMemberLevel_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONINFO_T727515507_H #ifndef STSUITDATA_T1825678009_H #define STSUITDATA_T1825678009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg/stSuitData struct stSuitData_t1825678009 : public RuntimeObject { public: // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::k__BackingField String_t* ___U3CIdleAnimU3Ek__BackingField_0; // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::k__BackingField String_t* ___U3CWalkAnimU3Ek__BackingField_1; // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel DMCore.Logic.CSuitAnimCfg/stSuitData::k__BackingField int32_t ___U3CDisplayLevelU3Ek__BackingField_2; // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg/stSuitData::k__BackingField List_1_t1927861623 * ___U3CHideCategoryU3Ek__BackingField_3; // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::k__BackingField String_t* ___U3CEffectNameU3Ek__BackingField_4; // System.Single DMCore.Logic.CSuitAnimCfg/stSuitData::k__BackingField float ___U3CEffectTimeU3Ek__BackingField_5; // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg/stSuitData::m_listItems List_1_t128053199 * ___m_listItems_6; // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg/stSuitData::m_listPlayAnim List_1_t3319525431 * ___m_listPlayAnim_7; public: inline static int32_t get_offset_of_U3CIdleAnimU3Ek__BackingField_0() { return static_cast(offsetof(stSuitData_t1825678009, ___U3CIdleAnimU3Ek__BackingField_0)); } inline String_t* get_U3CIdleAnimU3Ek__BackingField_0() const { return ___U3CIdleAnimU3Ek__BackingField_0; } inline String_t** get_address_of_U3CIdleAnimU3Ek__BackingField_0() { return &___U3CIdleAnimU3Ek__BackingField_0; } inline void set_U3CIdleAnimU3Ek__BackingField_0(String_t* value) { ___U3CIdleAnimU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CIdleAnimU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CWalkAnimU3Ek__BackingField_1() { return static_cast(offsetof(stSuitData_t1825678009, ___U3CWalkAnimU3Ek__BackingField_1)); } inline String_t* get_U3CWalkAnimU3Ek__BackingField_1() const { return ___U3CWalkAnimU3Ek__BackingField_1; } inline String_t** get_address_of_U3CWalkAnimU3Ek__BackingField_1() { return &___U3CWalkAnimU3Ek__BackingField_1; } inline void set_U3CWalkAnimU3Ek__BackingField_1(String_t* value) { ___U3CWalkAnimU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CWalkAnimU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CDisplayLevelU3Ek__BackingField_2() { return static_cast(offsetof(stSuitData_t1825678009, ___U3CDisplayLevelU3Ek__BackingField_2)); } inline int32_t get_U3CDisplayLevelU3Ek__BackingField_2() const { return ___U3CDisplayLevelU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CDisplayLevelU3Ek__BackingField_2() { return &___U3CDisplayLevelU3Ek__BackingField_2; } inline void set_U3CDisplayLevelU3Ek__BackingField_2(int32_t value) { ___U3CDisplayLevelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CHideCategoryU3Ek__BackingField_3() { return static_cast(offsetof(stSuitData_t1825678009, ___U3CHideCategoryU3Ek__BackingField_3)); } inline List_1_t1927861623 * get_U3CHideCategoryU3Ek__BackingField_3() const { return ___U3CHideCategoryU3Ek__BackingField_3; } inline List_1_t1927861623 ** get_address_of_U3CHideCategoryU3Ek__BackingField_3() { return &___U3CHideCategoryU3Ek__BackingField_3; } inline void set_U3CHideCategoryU3Ek__BackingField_3(List_1_t1927861623 * value) { ___U3CHideCategoryU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CHideCategoryU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CEffectNameU3Ek__BackingField_4() { return static_cast(offsetof(stSuitData_t1825678009, ___U3CEffectNameU3Ek__BackingField_4)); } inline String_t* get_U3CEffectNameU3Ek__BackingField_4() const { return ___U3CEffectNameU3Ek__BackingField_4; } inline String_t** get_address_of_U3CEffectNameU3Ek__BackingField_4() { return &___U3CEffectNameU3Ek__BackingField_4; } inline void set_U3CEffectNameU3Ek__BackingField_4(String_t* value) { ___U3CEffectNameU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CEffectNameU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CEffectTimeU3Ek__BackingField_5() { return static_cast(offsetof(stSuitData_t1825678009, ___U3CEffectTimeU3Ek__BackingField_5)); } inline float get_U3CEffectTimeU3Ek__BackingField_5() const { return ___U3CEffectTimeU3Ek__BackingField_5; } inline float* get_address_of_U3CEffectTimeU3Ek__BackingField_5() { return &___U3CEffectTimeU3Ek__BackingField_5; } inline void set_U3CEffectTimeU3Ek__BackingField_5(float value) { ___U3CEffectTimeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_listItems_6() { return static_cast(offsetof(stSuitData_t1825678009, ___m_listItems_6)); } inline List_1_t128053199 * get_m_listItems_6() const { return ___m_listItems_6; } inline List_1_t128053199 ** get_address_of_m_listItems_6() { return &___m_listItems_6; } inline void set_m_listItems_6(List_1_t128053199 * value) { ___m_listItems_6 = value; Il2CppCodeGenWriteBarrier((&___m_listItems_6), value); } inline static int32_t get_offset_of_m_listPlayAnim_7() { return static_cast(offsetof(stSuitData_t1825678009, ___m_listPlayAnim_7)); } inline List_1_t3319525431 * get_m_listPlayAnim_7() const { return ___m_listPlayAnim_7; } inline List_1_t3319525431 ** get_address_of_m_listPlayAnim_7() { return &___m_listPlayAnim_7; } inline void set_m_listPlayAnim_7(List_1_t3319525431 * value) { ___m_listPlayAnim_7 = value; Il2CppCodeGenWriteBarrier((&___m_listPlayAnim_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STSUITDATA_T1825678009_H #ifndef KEYVALUEPAIR_2_T3780310532_H #define KEYVALUEPAIR_2_T3780310532_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3780310532 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CThread_t3185686187 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3780310532, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3780310532, ___value_1)); } inline CThread_t3185686187 * get_value_1() const { return ___value_1; } inline CThread_t3185686187 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CThread_t3185686187 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3780310532_H #ifndef HTTPWEBRESPONSE_T3286585418_H #define HTTPWEBRESPONSE_T3286585418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418 : public WebResponse_t229922639 { public: // System.Uri System.Net.HttpWebResponse::uri Uri_t100236324 * ___uri_1; // System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_2; // System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection CookieCollection_t3881042616 * ___cookieCollection_3; // System.String System.Net.HttpWebResponse::method String_t* ___method_4; // System.Version System.Net.HttpWebResponse::version Version_t3456873960 * ___version_5; // System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode int32_t ___statusCode_6; // System.String System.Net.HttpWebResponse::statusDescription String_t* ___statusDescription_7; // System.Int64 System.Net.HttpWebResponse::contentLength int64_t ___contentLength_8; // System.String System.Net.HttpWebResponse::contentType String_t* ___contentType_9; // System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container CookieContainer_t2331592909 * ___cookie_container_10; // System.Boolean System.Net.HttpWebResponse::disposed bool ___disposed_11; // System.IO.Stream System.Net.HttpWebResponse::stream Stream_t1273022909 * ___stream_12; // System.String[] System.Net.HttpWebResponse::cookieExpiresFormats StringU5BU5D_t1281789340* ___cookieExpiresFormats_13; public: inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___uri_1)); } inline Uri_t100236324 * get_uri_1() const { return ___uri_1; } inline Uri_t100236324 ** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(Uri_t100236324 * value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((&___uri_1), value); } inline static int32_t get_offset_of_webHeaders_2() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___webHeaders_2)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_2() const { return ___webHeaders_2; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_2() { return &___webHeaders_2; } inline void set_webHeaders_2(WebHeaderCollection_t1942268960 * value) { ___webHeaders_2 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_2), value); } inline static int32_t get_offset_of_cookieCollection_3() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookieCollection_3)); } inline CookieCollection_t3881042616 * get_cookieCollection_3() const { return ___cookieCollection_3; } inline CookieCollection_t3881042616 ** get_address_of_cookieCollection_3() { return &___cookieCollection_3; } inline void set_cookieCollection_3(CookieCollection_t3881042616 * value) { ___cookieCollection_3 = value; Il2CppCodeGenWriteBarrier((&___cookieCollection_3), value); } inline static int32_t get_offset_of_method_4() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___method_4)); } inline String_t* get_method_4() const { return ___method_4; } inline String_t** get_address_of_method_4() { return &___method_4; } inline void set_method_4(String_t* value) { ___method_4 = value; Il2CppCodeGenWriteBarrier((&___method_4), value); } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___version_5)); } inline Version_t3456873960 * get_version_5() const { return ___version_5; } inline Version_t3456873960 ** get_address_of_version_5() { return &___version_5; } inline void set_version_5(Version_t3456873960 * value) { ___version_5 = value; Il2CppCodeGenWriteBarrier((&___version_5), value); } inline static int32_t get_offset_of_statusCode_6() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___statusCode_6)); } inline int32_t get_statusCode_6() const { return ___statusCode_6; } inline int32_t* get_address_of_statusCode_6() { return &___statusCode_6; } inline void set_statusCode_6(int32_t value) { ___statusCode_6 = value; } inline static int32_t get_offset_of_statusDescription_7() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___statusDescription_7)); } inline String_t* get_statusDescription_7() const { return ___statusDescription_7; } inline String_t** get_address_of_statusDescription_7() { return &___statusDescription_7; } inline void set_statusDescription_7(String_t* value) { ___statusDescription_7 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_7), value); } inline static int32_t get_offset_of_contentLength_8() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___contentLength_8)); } inline int64_t get_contentLength_8() const { return ___contentLength_8; } inline int64_t* get_address_of_contentLength_8() { return &___contentLength_8; } inline void set_contentLength_8(int64_t value) { ___contentLength_8 = value; } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___contentType_9)); } inline String_t* get_contentType_9() const { return ___contentType_9; } inline String_t** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(String_t* value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((&___contentType_9), value); } inline static int32_t get_offset_of_cookie_container_10() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookie_container_10)); } inline CookieContainer_t2331592909 * get_cookie_container_10() const { return ___cookie_container_10; } inline CookieContainer_t2331592909 ** get_address_of_cookie_container_10() { return &___cookie_container_10; } inline void set_cookie_container_10(CookieContainer_t2331592909 * value) { ___cookie_container_10 = value; Il2CppCodeGenWriteBarrier((&___cookie_container_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___stream_12)); } inline Stream_t1273022909 * get_stream_12() const { return ___stream_12; } inline Stream_t1273022909 ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t1273022909 * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((&___stream_12), value); } inline static int32_t get_offset_of_cookieExpiresFormats_13() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookieExpiresFormats_13)); } inline StringU5BU5D_t1281789340* get_cookieExpiresFormats_13() const { return ___cookieExpiresFormats_13; } inline StringU5BU5D_t1281789340** get_address_of_cookieExpiresFormats_13() { return &___cookieExpiresFormats_13; } inline void set_cookieExpiresFormats_13(StringU5BU5D_t1281789340* value) { ___cookieExpiresFormats_13 = value; Il2CppCodeGenWriteBarrier((&___cookieExpiresFormats_13), value); } }; struct HttpWebResponse_t3286585418_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Net.HttpWebResponse::<>f__switch$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_14; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_14() { return static_cast(offsetof(HttpWebResponse_t3286585418_StaticFields, ___U3CU3Ef__switchU24map8_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_14() const { return ___U3CU3Ef__switchU24map8_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_14() { return &___U3CU3Ef__switchU24map8_14; } inline void set_U3CU3Ef__switchU24map8_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBRESPONSE_T3286585418_H #ifndef NETWORKSTREAM_T4071955934_H #define NETWORKSTREAM_T4071955934_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.NetworkStream struct NetworkStream_t4071955934 : public Stream_t1273022909 { public: // System.IO.FileAccess System.Net.Sockets.NetworkStream::access int32_t ___access_1; // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::socket Socket_t1119025450 * ___socket_2; // System.Boolean System.Net.Sockets.NetworkStream::owns_socket bool ___owns_socket_3; // System.Boolean System.Net.Sockets.NetworkStream::readable bool ___readable_4; // System.Boolean System.Net.Sockets.NetworkStream::writeable bool ___writeable_5; // System.Boolean System.Net.Sockets.NetworkStream::disposed bool ___disposed_6; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(NetworkStream_t4071955934, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_socket_2() { return static_cast(offsetof(NetworkStream_t4071955934, ___socket_2)); } inline Socket_t1119025450 * get_socket_2() const { return ___socket_2; } inline Socket_t1119025450 ** get_address_of_socket_2() { return &___socket_2; } inline void set_socket_2(Socket_t1119025450 * value) { ___socket_2 = value; Il2CppCodeGenWriteBarrier((&___socket_2), value); } inline static int32_t get_offset_of_owns_socket_3() { return static_cast(offsetof(NetworkStream_t4071955934, ___owns_socket_3)); } inline bool get_owns_socket_3() const { return ___owns_socket_3; } inline bool* get_address_of_owns_socket_3() { return &___owns_socket_3; } inline void set_owns_socket_3(bool value) { ___owns_socket_3 = value; } inline static int32_t get_offset_of_readable_4() { return static_cast(offsetof(NetworkStream_t4071955934, ___readable_4)); } inline bool get_readable_4() const { return ___readable_4; } inline bool* get_address_of_readable_4() { return &___readable_4; } inline void set_readable_4(bool value) { ___readable_4 = value; } inline static int32_t get_offset_of_writeable_5() { return static_cast(offsetof(NetworkStream_t4071955934, ___writeable_5)); } inline bool get_writeable_5() const { return ___writeable_5; } inline bool* get_address_of_writeable_5() { return &___writeable_5; } inline void set_writeable_5(bool value) { ___writeable_5 = value; } inline static int32_t get_offset_of_disposed_6() { return static_cast(offsetof(NetworkStream_t4071955934, ___disposed_6)); } inline bool get_disposed_6() const { return ___disposed_6; } inline bool* get_address_of_disposed_6() { return &___disposed_6; } inline void set_disposed_6(bool value) { ___disposed_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKSTREAM_T4071955934_H #ifndef IPADDRESS_T241777590_H #define IPADDRESS_T241777590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPAddress struct IPAddress_t241777590 : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_0; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_1; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t3326319531* ___m_Numbers_2; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_3; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_11; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPAddress_t241777590, ___m_Address_0)); } inline int64_t get_m_Address_0() const { return ___m_Address_0; } inline int64_t* get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(int64_t value) { ___m_Address_0 = value; } inline static int32_t get_offset_of_m_Family_1() { return static_cast(offsetof(IPAddress_t241777590, ___m_Family_1)); } inline int32_t get_m_Family_1() const { return ___m_Family_1; } inline int32_t* get_address_of_m_Family_1() { return &___m_Family_1; } inline void set_m_Family_1(int32_t value) { ___m_Family_1 = value; } inline static int32_t get_offset_of_m_Numbers_2() { return static_cast(offsetof(IPAddress_t241777590, ___m_Numbers_2)); } inline UInt16U5BU5D_t3326319531* get_m_Numbers_2() const { return ___m_Numbers_2; } inline UInt16U5BU5D_t3326319531** get_address_of_m_Numbers_2() { return &___m_Numbers_2; } inline void set_m_Numbers_2(UInt16U5BU5D_t3326319531* value) { ___m_Numbers_2 = value; Il2CppCodeGenWriteBarrier((&___m_Numbers_2), value); } inline static int32_t get_offset_of_m_ScopeId_3() { return static_cast(offsetof(IPAddress_t241777590, ___m_ScopeId_3)); } inline int64_t get_m_ScopeId_3() const { return ___m_ScopeId_3; } inline int64_t* get_address_of_m_ScopeId_3() { return &___m_ScopeId_3; } inline void set_m_ScopeId_3(int64_t value) { ___m_ScopeId_3 = value; } inline static int32_t get_offset_of_m_HashCode_11() { return static_cast(offsetof(IPAddress_t241777590, ___m_HashCode_11)); } inline int32_t get_m_HashCode_11() const { return ___m_HashCode_11; } inline int32_t* get_address_of_m_HashCode_11() { return &___m_HashCode_11; } inline void set_m_HashCode_11(int32_t value) { ___m_HashCode_11 = value; } }; struct IPAddress_t241777590_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t241777590 * ___Any_4; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t241777590 * ___Broadcast_5; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t241777590 * ___Loopback_6; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t241777590 * ___None_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t241777590 * ___IPv6Any_8; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t241777590 * ___IPv6Loopback_9; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t241777590 * ___IPv6None_10; public: inline static int32_t get_offset_of_Any_4() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Any_4)); } inline IPAddress_t241777590 * get_Any_4() const { return ___Any_4; } inline IPAddress_t241777590 ** get_address_of_Any_4() { return &___Any_4; } inline void set_Any_4(IPAddress_t241777590 * value) { ___Any_4 = value; Il2CppCodeGenWriteBarrier((&___Any_4), value); } inline static int32_t get_offset_of_Broadcast_5() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Broadcast_5)); } inline IPAddress_t241777590 * get_Broadcast_5() const { return ___Broadcast_5; } inline IPAddress_t241777590 ** get_address_of_Broadcast_5() { return &___Broadcast_5; } inline void set_Broadcast_5(IPAddress_t241777590 * value) { ___Broadcast_5 = value; Il2CppCodeGenWriteBarrier((&___Broadcast_5), value); } inline static int32_t get_offset_of_Loopback_6() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Loopback_6)); } inline IPAddress_t241777590 * get_Loopback_6() const { return ___Loopback_6; } inline IPAddress_t241777590 ** get_address_of_Loopback_6() { return &___Loopback_6; } inline void set_Loopback_6(IPAddress_t241777590 * value) { ___Loopback_6 = value; Il2CppCodeGenWriteBarrier((&___Loopback_6), value); } inline static int32_t get_offset_of_None_7() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___None_7)); } inline IPAddress_t241777590 * get_None_7() const { return ___None_7; } inline IPAddress_t241777590 ** get_address_of_None_7() { return &___None_7; } inline void set_None_7(IPAddress_t241777590 * value) { ___None_7 = value; Il2CppCodeGenWriteBarrier((&___None_7), value); } inline static int32_t get_offset_of_IPv6Any_8() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Any_8)); } inline IPAddress_t241777590 * get_IPv6Any_8() const { return ___IPv6Any_8; } inline IPAddress_t241777590 ** get_address_of_IPv6Any_8() { return &___IPv6Any_8; } inline void set_IPv6Any_8(IPAddress_t241777590 * value) { ___IPv6Any_8 = value; Il2CppCodeGenWriteBarrier((&___IPv6Any_8), value); } inline static int32_t get_offset_of_IPv6Loopback_9() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Loopback_9)); } inline IPAddress_t241777590 * get_IPv6Loopback_9() const { return ___IPv6Loopback_9; } inline IPAddress_t241777590 ** get_address_of_IPv6Loopback_9() { return &___IPv6Loopback_9; } inline void set_IPv6Loopback_9(IPAddress_t241777590 * value) { ___IPv6Loopback_9 = value; Il2CppCodeGenWriteBarrier((&___IPv6Loopback_9), value); } inline static int32_t get_offset_of_IPv6None_10() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6None_10)); } inline IPAddress_t241777590 * get_IPv6None_10() const { return ___IPv6None_10; } inline IPAddress_t241777590 ** get_address_of_IPv6None_10() { return &___IPv6None_10; } inline void set_IPv6None_10(IPAddress_t241777590 * value) { ___IPv6None_10 = value; Il2CppCodeGenWriteBarrier((&___IPv6None_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPADDRESS_T241777590_H #ifndef SOCKET_T1119025450_H #define SOCKET_T1119025450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket struct Socket_t1119025450 : public RuntimeObject { public: // System.Collections.Queue System.Net.Sockets.Socket::readQ Queue_t3637523393 * ___readQ_0; // System.Collections.Queue System.Net.Sockets.Socket::writeQ Queue_t3637523393 * ___writeQ_1; // System.Boolean System.Net.Sockets.Socket::islistening bool ___islistening_2; // System.Boolean System.Net.Sockets.Socket::useoverlappedIO bool ___useoverlappedIO_3; // System.Int32 System.Net.Sockets.Socket::MinListenPort int32_t ___MinListenPort_4; // System.Int32 System.Net.Sockets.Socket::MaxListenPort int32_t ___MaxListenPort_5; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_8; // System.IntPtr System.Net.Sockets.Socket::socket intptr_t ___socket_9; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::address_family int32_t ___address_family_10; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socket_type int32_t ___socket_type_11; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocol_type int32_t ___protocol_type_12; // System.Boolean System.Net.Sockets.Socket::blocking bool ___blocking_13; // System.Threading.Thread System.Net.Sockets.Socket::blocking_thread Thread_t2300836069 * ___blocking_thread_14; // System.Boolean System.Net.Sockets.Socket::isbound bool ___isbound_15; // System.Int32 System.Net.Sockets.Socket::max_bind_count int32_t ___max_bind_count_17; // System.Boolean System.Net.Sockets.Socket::connected bool ___connected_18; // System.Boolean System.Net.Sockets.Socket::closed bool ___closed_19; // System.Boolean System.Net.Sockets.Socket::disposed bool ___disposed_20; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t982345378 * ___seed_endpoint_21; public: inline static int32_t get_offset_of_readQ_0() { return static_cast(offsetof(Socket_t1119025450, ___readQ_0)); } inline Queue_t3637523393 * get_readQ_0() const { return ___readQ_0; } inline Queue_t3637523393 ** get_address_of_readQ_0() { return &___readQ_0; } inline void set_readQ_0(Queue_t3637523393 * value) { ___readQ_0 = value; Il2CppCodeGenWriteBarrier((&___readQ_0), value); } inline static int32_t get_offset_of_writeQ_1() { return static_cast(offsetof(Socket_t1119025450, ___writeQ_1)); } inline Queue_t3637523393 * get_writeQ_1() const { return ___writeQ_1; } inline Queue_t3637523393 ** get_address_of_writeQ_1() { return &___writeQ_1; } inline void set_writeQ_1(Queue_t3637523393 * value) { ___writeQ_1 = value; Il2CppCodeGenWriteBarrier((&___writeQ_1), value); } inline static int32_t get_offset_of_islistening_2() { return static_cast(offsetof(Socket_t1119025450, ___islistening_2)); } inline bool get_islistening_2() const { return ___islistening_2; } inline bool* get_address_of_islistening_2() { return &___islistening_2; } inline void set_islistening_2(bool value) { ___islistening_2 = value; } inline static int32_t get_offset_of_useoverlappedIO_3() { return static_cast(offsetof(Socket_t1119025450, ___useoverlappedIO_3)); } inline bool get_useoverlappedIO_3() const { return ___useoverlappedIO_3; } inline bool* get_address_of_useoverlappedIO_3() { return &___useoverlappedIO_3; } inline void set_useoverlappedIO_3(bool value) { ___useoverlappedIO_3 = value; } inline static int32_t get_offset_of_MinListenPort_4() { return static_cast(offsetof(Socket_t1119025450, ___MinListenPort_4)); } inline int32_t get_MinListenPort_4() const { return ___MinListenPort_4; } inline int32_t* get_address_of_MinListenPort_4() { return &___MinListenPort_4; } inline void set_MinListenPort_4(int32_t value) { ___MinListenPort_4 = value; } inline static int32_t get_offset_of_MaxListenPort_5() { return static_cast(offsetof(Socket_t1119025450, ___MaxListenPort_5)); } inline int32_t get_MaxListenPort_5() const { return ___MaxListenPort_5; } inline int32_t* get_address_of_MaxListenPort_5() { return &___MaxListenPort_5; } inline void set_MaxListenPort_5(int32_t value) { ___MaxListenPort_5 = value; } inline static int32_t get_offset_of_linger_timeout_8() { return static_cast(offsetof(Socket_t1119025450, ___linger_timeout_8)); } inline int32_t get_linger_timeout_8() const { return ___linger_timeout_8; } inline int32_t* get_address_of_linger_timeout_8() { return &___linger_timeout_8; } inline void set_linger_timeout_8(int32_t value) { ___linger_timeout_8 = value; } inline static int32_t get_offset_of_socket_9() { return static_cast(offsetof(Socket_t1119025450, ___socket_9)); } inline intptr_t get_socket_9() const { return ___socket_9; } inline intptr_t* get_address_of_socket_9() { return &___socket_9; } inline void set_socket_9(intptr_t value) { ___socket_9 = value; } inline static int32_t get_offset_of_address_family_10() { return static_cast(offsetof(Socket_t1119025450, ___address_family_10)); } inline int32_t get_address_family_10() const { return ___address_family_10; } inline int32_t* get_address_of_address_family_10() { return &___address_family_10; } inline void set_address_family_10(int32_t value) { ___address_family_10 = value; } inline static int32_t get_offset_of_socket_type_11() { return static_cast(offsetof(Socket_t1119025450, ___socket_type_11)); } inline int32_t get_socket_type_11() const { return ___socket_type_11; } inline int32_t* get_address_of_socket_type_11() { return &___socket_type_11; } inline void set_socket_type_11(int32_t value) { ___socket_type_11 = value; } inline static int32_t get_offset_of_protocol_type_12() { return static_cast(offsetof(Socket_t1119025450, ___protocol_type_12)); } inline int32_t get_protocol_type_12() const { return ___protocol_type_12; } inline int32_t* get_address_of_protocol_type_12() { return &___protocol_type_12; } inline void set_protocol_type_12(int32_t value) { ___protocol_type_12 = value; } inline static int32_t get_offset_of_blocking_13() { return static_cast(offsetof(Socket_t1119025450, ___blocking_13)); } inline bool get_blocking_13() const { return ___blocking_13; } inline bool* get_address_of_blocking_13() { return &___blocking_13; } inline void set_blocking_13(bool value) { ___blocking_13 = value; } inline static int32_t get_offset_of_blocking_thread_14() { return static_cast(offsetof(Socket_t1119025450, ___blocking_thread_14)); } inline Thread_t2300836069 * get_blocking_thread_14() const { return ___blocking_thread_14; } inline Thread_t2300836069 ** get_address_of_blocking_thread_14() { return &___blocking_thread_14; } inline void set_blocking_thread_14(Thread_t2300836069 * value) { ___blocking_thread_14 = value; Il2CppCodeGenWriteBarrier((&___blocking_thread_14), value); } inline static int32_t get_offset_of_isbound_15() { return static_cast(offsetof(Socket_t1119025450, ___isbound_15)); } inline bool get_isbound_15() const { return ___isbound_15; } inline bool* get_address_of_isbound_15() { return &___isbound_15; } inline void set_isbound_15(bool value) { ___isbound_15 = value; } inline static int32_t get_offset_of_max_bind_count_17() { return static_cast(offsetof(Socket_t1119025450, ___max_bind_count_17)); } inline int32_t get_max_bind_count_17() const { return ___max_bind_count_17; } inline int32_t* get_address_of_max_bind_count_17() { return &___max_bind_count_17; } inline void set_max_bind_count_17(int32_t value) { ___max_bind_count_17 = value; } inline static int32_t get_offset_of_connected_18() { return static_cast(offsetof(Socket_t1119025450, ___connected_18)); } inline bool get_connected_18() const { return ___connected_18; } inline bool* get_address_of_connected_18() { return &___connected_18; } inline void set_connected_18(bool value) { ___connected_18 = value; } inline static int32_t get_offset_of_closed_19() { return static_cast(offsetof(Socket_t1119025450, ___closed_19)); } inline bool get_closed_19() const { return ___closed_19; } inline bool* get_address_of_closed_19() { return &___closed_19; } inline void set_closed_19(bool value) { ___closed_19 = value; } inline static int32_t get_offset_of_disposed_20() { return static_cast(offsetof(Socket_t1119025450, ___disposed_20)); } inline bool get_disposed_20() const { return ___disposed_20; } inline bool* get_address_of_disposed_20() { return &___disposed_20; } inline void set_disposed_20(bool value) { ___disposed_20 = value; } inline static int32_t get_offset_of_seed_endpoint_21() { return static_cast(offsetof(Socket_t1119025450, ___seed_endpoint_21)); } inline EndPoint_t982345378 * get_seed_endpoint_21() const { return ___seed_endpoint_21; } inline EndPoint_t982345378 ** get_address_of_seed_endpoint_21() { return &___seed_endpoint_21; } inline void set_seed_endpoint_21(EndPoint_t982345378 * value) { ___seed_endpoint_21 = value; Il2CppCodeGenWriteBarrier((&___seed_endpoint_21), value); } }; struct Socket_t1119025450_StaticFields { public: // System.Int32 System.Net.Sockets.Socket::ipv4Supported int32_t ___ipv4Supported_6; // System.Int32 System.Net.Sockets.Socket::ipv6Supported int32_t ___ipv6Supported_7; // System.Int32 System.Net.Sockets.Socket::current_bind_count int32_t ___current_bind_count_16; // System.Reflection.MethodInfo System.Net.Sockets.Socket::check_socket_policy MethodInfo_t * ___check_socket_policy_22; public: inline static int32_t get_offset_of_ipv4Supported_6() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv4Supported_6)); } inline int32_t get_ipv4Supported_6() const { return ___ipv4Supported_6; } inline int32_t* get_address_of_ipv4Supported_6() { return &___ipv4Supported_6; } inline void set_ipv4Supported_6(int32_t value) { ___ipv4Supported_6 = value; } inline static int32_t get_offset_of_ipv6Supported_7() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv6Supported_7)); } inline int32_t get_ipv6Supported_7() const { return ___ipv6Supported_7; } inline int32_t* get_address_of_ipv6Supported_7() { return &___ipv6Supported_7; } inline void set_ipv6Supported_7(int32_t value) { ___ipv6Supported_7 = value; } inline static int32_t get_offset_of_current_bind_count_16() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___current_bind_count_16)); } inline int32_t get_current_bind_count_16() const { return ___current_bind_count_16; } inline int32_t* get_address_of_current_bind_count_16() { return &___current_bind_count_16; } inline void set_current_bind_count_16(int32_t value) { ___current_bind_count_16 = value; } inline static int32_t get_offset_of_check_socket_policy_22() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___check_socket_policy_22)); } inline MethodInfo_t * get_check_socket_policy_22() const { return ___check_socket_policy_22; } inline MethodInfo_t ** get_address_of_check_socket_policy_22() { return &___check_socket_policy_22; } inline void set_check_socket_policy_22(MethodInfo_t * value) { ___check_socket_policy_22 = value; Il2CppCodeGenWriteBarrier((&___check_socket_policy_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKET_T1119025450_H #ifndef CURLRESDATA_T1244445032_H #define CURLRESDATA_T1244445032_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.URL.CURLManager/CURLResData struct CURLResData_t1244445032 : public RuntimeObject { public: // DMCore.Framework.URL.OnUrlGetTaskDown DMCore.Framework.URL.CURLManager/CURLResData::m_CallBack OnUrlGetTaskDown_t3730717116 * ___m_CallBack_0; // DMCore.Framework.URL.enumUrlState DMCore.Framework.URL.CURLManager/CURLResData::m_State int32_t ___m_State_1; // System.Int64 DMCore.Framework.URL.CURLManager/CURLResData::m_UserData int64_t ___m_UserData_2; // System.String DMCore.Framework.URL.CURLManager/CURLResData::m_LocalDirect String_t* ___m_LocalDirect_3; // System.Byte[] DMCore.Framework.URL.CURLManager/CURLResData::m_Obj ByteU5BU5D_t4116647657* ___m_Obj_4; public: inline static int32_t get_offset_of_m_CallBack_0() { return static_cast(offsetof(CURLResData_t1244445032, ___m_CallBack_0)); } inline OnUrlGetTaskDown_t3730717116 * get_m_CallBack_0() const { return ___m_CallBack_0; } inline OnUrlGetTaskDown_t3730717116 ** get_address_of_m_CallBack_0() { return &___m_CallBack_0; } inline void set_m_CallBack_0(OnUrlGetTaskDown_t3730717116 * value) { ___m_CallBack_0 = value; Il2CppCodeGenWriteBarrier((&___m_CallBack_0), value); } inline static int32_t get_offset_of_m_State_1() { return static_cast(offsetof(CURLResData_t1244445032, ___m_State_1)); } inline int32_t get_m_State_1() const { return ___m_State_1; } inline int32_t* get_address_of_m_State_1() { return &___m_State_1; } inline void set_m_State_1(int32_t value) { ___m_State_1 = value; } inline static int32_t get_offset_of_m_UserData_2() { return static_cast(offsetof(CURLResData_t1244445032, ___m_UserData_2)); } inline int64_t get_m_UserData_2() const { return ___m_UserData_2; } inline int64_t* get_address_of_m_UserData_2() { return &___m_UserData_2; } inline void set_m_UserData_2(int64_t value) { ___m_UserData_2 = value; } inline static int32_t get_offset_of_m_LocalDirect_3() { return static_cast(offsetof(CURLResData_t1244445032, ___m_LocalDirect_3)); } inline String_t* get_m_LocalDirect_3() const { return ___m_LocalDirect_3; } inline String_t** get_address_of_m_LocalDirect_3() { return &___m_LocalDirect_3; } inline void set_m_LocalDirect_3(String_t* value) { ___m_LocalDirect_3 = value; Il2CppCodeGenWriteBarrier((&___m_LocalDirect_3), value); } inline static int32_t get_offset_of_m_Obj_4() { return static_cast(offsetof(CURLResData_t1244445032, ___m_Obj_4)); } inline ByteU5BU5D_t4116647657* get_m_Obj_4() const { return ___m_Obj_4; } inline ByteU5BU5D_t4116647657** get_address_of_m_Obj_4() { return &___m_Obj_4; } inline void set_m_Obj_4(ByteU5BU5D_t4116647657* value) { ___m_Obj_4 = value; Il2CppCodeGenWriteBarrier((&___m_Obj_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURLRESDATA_T1244445032_H #ifndef CWALKMOVEEVENT_T1408489497_H #define CWALKMOVEEVENT_T1408489497_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkMoveEvent struct CWalkMoveEvent_t1408489497 : public CWalkEvent_t1212470810 { public: // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkMoveEvent::m_posBegin Vector3_t3722313464 ___m_posBegin_13; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkMoveEvent::m_posEnd Vector3_t3722313464 ___m_posEnd_14; // System.Int64 DMCore.Framework.Scene.CWalkMoveEvent::m_selectOne int64_t ___m_selectOne_15; public: inline static int32_t get_offset_of_m_posBegin_13() { return static_cast(offsetof(CWalkMoveEvent_t1408489497, ___m_posBegin_13)); } inline Vector3_t3722313464 get_m_posBegin_13() const { return ___m_posBegin_13; } inline Vector3_t3722313464 * get_address_of_m_posBegin_13() { return &___m_posBegin_13; } inline void set_m_posBegin_13(Vector3_t3722313464 value) { ___m_posBegin_13 = value; } inline static int32_t get_offset_of_m_posEnd_14() { return static_cast(offsetof(CWalkMoveEvent_t1408489497, ___m_posEnd_14)); } inline Vector3_t3722313464 get_m_posEnd_14() const { return ___m_posEnd_14; } inline Vector3_t3722313464 * get_address_of_m_posEnd_14() { return &___m_posEnd_14; } inline void set_m_posEnd_14(Vector3_t3722313464 value) { ___m_posEnd_14 = value; } inline static int32_t get_offset_of_m_selectOne_15() { return static_cast(offsetof(CWalkMoveEvent_t1408489497, ___m_selectOne_15)); } inline int64_t get_m_selectOne_15() const { return ___m_selectOne_15; } inline int64_t* get_address_of_m_selectOne_15() { return &___m_selectOne_15; } inline void set_m_selectOne_15(int64_t value) { ___m_selectOne_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKMOVEEVENT_T1408489497_H #ifndef ISCENEBASEOBJ_T858622483_H #define ISCENEBASEOBJ_T858622483_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483 : public ISceneSite_t3999208198 { public: // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::k__BackingField bool ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4; // System.Single DMCore.Framework.Scene.ISceneBaseObj::m_fTimeBeat float ___m_fTimeBeat_5; // DMCore.Framework.Scene.ServerSceneObjType DMCore.Framework.Scene.ISceneBaseObj::m_Type int16_t ___m_Type_6; // DMCore.Framework.Scene.ServerSceneSubType DMCore.Framework.Scene.ISceneBaseObj::m_SubType int16_t ___m_SubType_7; // UnityEngine.GameObject DMCore.Framework.Scene.ISceneBaseObj::m_pGameObject GameObject_t1113636619 * ___m_pGameObject_8; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_Name String_t* ___m_Name_9; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_PrefabPath String_t* ___m_PrefabPath_10; // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::m_NetProperty CProperty_t963755051 * ___m_NetProperty_11; // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::m_userProperty CDataProperty_t2806246268 * ___m_userProperty_12; // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::m_WatchedNetProp CProperty_t963755051 * ___m_WatchedNetProp_13; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneBaseObj::m_listTransform List_1_t817360128 * ___m_listTransform_14; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnable bool ___m_bEnable_15; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnableTitle bool ___m_bEnableTitle_16; // System.Int64 DMCore.Framework.Scene.ISceneBaseObj::m_UserID int64_t ___m_UserID_17; // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::m_AnimSite CAnimSite_t233742424 * ___m_AnimSite_18; // CSkeletonSite DMCore.Framework.Scene.ISceneBaseObj::m_skeletonSite CSkeletonSite_t1178137573 * ___m_skeletonSite_19; // DMCore.Framework.Scene.CAudioSite DMCore.Framework.Scene.ISceneBaseObj::m_audioSite CAudioSite_t2953826499 * ___m_audioSite_20; // DMCore.Framework.Scene.enumRoleState DMCore.Framework.Scene.ISceneBaseObj::m_roleState int32_t ___m_roleState_21; public: inline static int32_t get_offset_of_U3CEnableAutoRelaxAnimU3Ek__BackingField_4() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4)); } inline bool get_U3CEnableAutoRelaxAnimU3Ek__BackingField_4() const { return ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4; } inline bool* get_address_of_U3CEnableAutoRelaxAnimU3Ek__BackingField_4() { return &___U3CEnableAutoRelaxAnimU3Ek__BackingField_4; } inline void set_U3CEnableAutoRelaxAnimU3Ek__BackingField_4(bool value) { ___U3CEnableAutoRelaxAnimU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_fTimeBeat_5() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_fTimeBeat_5)); } inline float get_m_fTimeBeat_5() const { return ___m_fTimeBeat_5; } inline float* get_address_of_m_fTimeBeat_5() { return &___m_fTimeBeat_5; } inline void set_m_fTimeBeat_5(float value) { ___m_fTimeBeat_5 = value; } inline static int32_t get_offset_of_m_Type_6() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Type_6)); } inline int16_t get_m_Type_6() const { return ___m_Type_6; } inline int16_t* get_address_of_m_Type_6() { return &___m_Type_6; } inline void set_m_Type_6(int16_t value) { ___m_Type_6 = value; } inline static int32_t get_offset_of_m_SubType_7() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_SubType_7)); } inline int16_t get_m_SubType_7() const { return ___m_SubType_7; } inline int16_t* get_address_of_m_SubType_7() { return &___m_SubType_7; } inline void set_m_SubType_7(int16_t value) { ___m_SubType_7 = value; } inline static int32_t get_offset_of_m_pGameObject_8() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_pGameObject_8)); } inline GameObject_t1113636619 * get_m_pGameObject_8() const { return ___m_pGameObject_8; } inline GameObject_t1113636619 ** get_address_of_m_pGameObject_8() { return &___m_pGameObject_8; } inline void set_m_pGameObject_8(GameObject_t1113636619 * value) { ___m_pGameObject_8 = value; Il2CppCodeGenWriteBarrier((&___m_pGameObject_8), value); } inline static int32_t get_offset_of_m_Name_9() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Name_9)); } inline String_t* get_m_Name_9() const { return ___m_Name_9; } inline String_t** get_address_of_m_Name_9() { return &___m_Name_9; } inline void set_m_Name_9(String_t* value) { ___m_Name_9 = value; Il2CppCodeGenWriteBarrier((&___m_Name_9), value); } inline static int32_t get_offset_of_m_PrefabPath_10() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_PrefabPath_10)); } inline String_t* get_m_PrefabPath_10() const { return ___m_PrefabPath_10; } inline String_t** get_address_of_m_PrefabPath_10() { return &___m_PrefabPath_10; } inline void set_m_PrefabPath_10(String_t* value) { ___m_PrefabPath_10 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabPath_10), value); } inline static int32_t get_offset_of_m_NetProperty_11() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_NetProperty_11)); } inline CProperty_t963755051 * get_m_NetProperty_11() const { return ___m_NetProperty_11; } inline CProperty_t963755051 ** get_address_of_m_NetProperty_11() { return &___m_NetProperty_11; } inline void set_m_NetProperty_11(CProperty_t963755051 * value) { ___m_NetProperty_11 = value; Il2CppCodeGenWriteBarrier((&___m_NetProperty_11), value); } inline static int32_t get_offset_of_m_userProperty_12() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_userProperty_12)); } inline CDataProperty_t2806246268 * get_m_userProperty_12() const { return ___m_userProperty_12; } inline CDataProperty_t2806246268 ** get_address_of_m_userProperty_12() { return &___m_userProperty_12; } inline void set_m_userProperty_12(CDataProperty_t2806246268 * value) { ___m_userProperty_12 = value; Il2CppCodeGenWriteBarrier((&___m_userProperty_12), value); } inline static int32_t get_offset_of_m_WatchedNetProp_13() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_WatchedNetProp_13)); } inline CProperty_t963755051 * get_m_WatchedNetProp_13() const { return ___m_WatchedNetProp_13; } inline CProperty_t963755051 ** get_address_of_m_WatchedNetProp_13() { return &___m_WatchedNetProp_13; } inline void set_m_WatchedNetProp_13(CProperty_t963755051 * value) { ___m_WatchedNetProp_13 = value; Il2CppCodeGenWriteBarrier((&___m_WatchedNetProp_13), value); } inline static int32_t get_offset_of_m_listTransform_14() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_listTransform_14)); } inline List_1_t817360128 * get_m_listTransform_14() const { return ___m_listTransform_14; } inline List_1_t817360128 ** get_address_of_m_listTransform_14() { return &___m_listTransform_14; } inline void set_m_listTransform_14(List_1_t817360128 * value) { ___m_listTransform_14 = value; Il2CppCodeGenWriteBarrier((&___m_listTransform_14), value); } inline static int32_t get_offset_of_m_bEnable_15() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnable_15)); } inline bool get_m_bEnable_15() const { return ___m_bEnable_15; } inline bool* get_address_of_m_bEnable_15() { return &___m_bEnable_15; } inline void set_m_bEnable_15(bool value) { ___m_bEnable_15 = value; } inline static int32_t get_offset_of_m_bEnableTitle_16() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnableTitle_16)); } inline bool get_m_bEnableTitle_16() const { return ___m_bEnableTitle_16; } inline bool* get_address_of_m_bEnableTitle_16() { return &___m_bEnableTitle_16; } inline void set_m_bEnableTitle_16(bool value) { ___m_bEnableTitle_16 = value; } inline static int32_t get_offset_of_m_UserID_17() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_UserID_17)); } inline int64_t get_m_UserID_17() const { return ___m_UserID_17; } inline int64_t* get_address_of_m_UserID_17() { return &___m_UserID_17; } inline void set_m_UserID_17(int64_t value) { ___m_UserID_17 = value; } inline static int32_t get_offset_of_m_AnimSite_18() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_AnimSite_18)); } inline CAnimSite_t233742424 * get_m_AnimSite_18() const { return ___m_AnimSite_18; } inline CAnimSite_t233742424 ** get_address_of_m_AnimSite_18() { return &___m_AnimSite_18; } inline void set_m_AnimSite_18(CAnimSite_t233742424 * value) { ___m_AnimSite_18 = value; Il2CppCodeGenWriteBarrier((&___m_AnimSite_18), value); } inline static int32_t get_offset_of_m_skeletonSite_19() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_skeletonSite_19)); } inline CSkeletonSite_t1178137573 * get_m_skeletonSite_19() const { return ___m_skeletonSite_19; } inline CSkeletonSite_t1178137573 ** get_address_of_m_skeletonSite_19() { return &___m_skeletonSite_19; } inline void set_m_skeletonSite_19(CSkeletonSite_t1178137573 * value) { ___m_skeletonSite_19 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonSite_19), value); } inline static int32_t get_offset_of_m_audioSite_20() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_audioSite_20)); } inline CAudioSite_t2953826499 * get_m_audioSite_20() const { return ___m_audioSite_20; } inline CAudioSite_t2953826499 ** get_address_of_m_audioSite_20() { return &___m_audioSite_20; } inline void set_m_audioSite_20(CAudioSite_t2953826499 * value) { ___m_audioSite_20 = value; Il2CppCodeGenWriteBarrier((&___m_audioSite_20), value); } inline static int32_t get_offset_of_m_roleState_21() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_roleState_21)); } inline int32_t get_m_roleState_21() const { return ___m_roleState_21; } inline int32_t* get_address_of_m_roleState_21() { return &___m_roleState_21; } inline void set_m_roleState_21(int32_t value) { ___m_roleState_21 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEBASEOBJ_T858622483_H #ifndef MATERIAL_T340375123_H #define MATERIAL_T340375123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Material struct Material_t340375123 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATERIAL_T340375123_H #ifndef CINTERACTIVECONFIG_T2063269181_H #define CINTERACTIVECONFIG_T2063269181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CInteractiveConfig struct CInteractiveConfig_t2063269181 : public CConfigSite_t3219909558 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::m_acitonConfig Dictionary_2_t3911196134 * ___m_acitonConfig_1; // System.Collections.Generic.List`1 DMCore.Logic.CInteractiveConfig::m_babyActionCfg List_1_t2199590249 * ___m_babyActionCfg_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::m_poseActionCfg Dictionary_2_t3911196134 * ___m_poseActionCfg_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::m_acitonEffectConfig Dictionary_2_t3988524122 * ___m_acitonEffectConfig_4; // System.Collections.Generic.List`1 DMCore.Logic.CInteractiveConfig::m_actionList List_1_t128053199 * ___m_actionList_5; // System.Collections.Generic.List`1 DMCore.Logic.CInteractiveConfig::m_poseList List_1_t2199590249 * ___m_poseList_7; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CInteractiveConfig::m_interaction Dictionary_2_t1088303580 * ___m_interaction_8; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CInteractiveConfig::m_newInterCardDic Dictionary_2_t2208238762 * ___m_newInterCardDic_9; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CInteractiveConfig::m_newList Dictionary_2_t3311733826 * ___m_newList_10; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CInteractiveConfig::m_info Dictionary_2_t1088303580 * ___m_info_11; // enumMemberLevel DMCore.Logic.CInteractiveConfig::curMemberLevel int32_t ___curMemberLevel_12; // System.Int32 DMCore.Logic.CInteractiveConfig::curBabyInteractID int32_t ___curBabyInteractID_13; // DMCore.Logic.CInteractiveConfig/OnChooseNewInter DMCore.Logic.CInteractiveConfig::chooseNewInter OnChooseNewInter_t3809561974 * ___chooseNewInter_14; public: inline static int32_t get_offset_of_m_acitonConfig_1() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_acitonConfig_1)); } inline Dictionary_2_t3911196134 * get_m_acitonConfig_1() const { return ___m_acitonConfig_1; } inline Dictionary_2_t3911196134 ** get_address_of_m_acitonConfig_1() { return &___m_acitonConfig_1; } inline void set_m_acitonConfig_1(Dictionary_2_t3911196134 * value) { ___m_acitonConfig_1 = value; Il2CppCodeGenWriteBarrier((&___m_acitonConfig_1), value); } inline static int32_t get_offset_of_m_babyActionCfg_2() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_babyActionCfg_2)); } inline List_1_t2199590249 * get_m_babyActionCfg_2() const { return ___m_babyActionCfg_2; } inline List_1_t2199590249 ** get_address_of_m_babyActionCfg_2() { return &___m_babyActionCfg_2; } inline void set_m_babyActionCfg_2(List_1_t2199590249 * value) { ___m_babyActionCfg_2 = value; Il2CppCodeGenWriteBarrier((&___m_babyActionCfg_2), value); } inline static int32_t get_offset_of_m_poseActionCfg_3() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_poseActionCfg_3)); } inline Dictionary_2_t3911196134 * get_m_poseActionCfg_3() const { return ___m_poseActionCfg_3; } inline Dictionary_2_t3911196134 ** get_address_of_m_poseActionCfg_3() { return &___m_poseActionCfg_3; } inline void set_m_poseActionCfg_3(Dictionary_2_t3911196134 * value) { ___m_poseActionCfg_3 = value; Il2CppCodeGenWriteBarrier((&___m_poseActionCfg_3), value); } inline static int32_t get_offset_of_m_acitonEffectConfig_4() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_acitonEffectConfig_4)); } inline Dictionary_2_t3988524122 * get_m_acitonEffectConfig_4() const { return ___m_acitonEffectConfig_4; } inline Dictionary_2_t3988524122 ** get_address_of_m_acitonEffectConfig_4() { return &___m_acitonEffectConfig_4; } inline void set_m_acitonEffectConfig_4(Dictionary_2_t3988524122 * value) { ___m_acitonEffectConfig_4 = value; Il2CppCodeGenWriteBarrier((&___m_acitonEffectConfig_4), value); } inline static int32_t get_offset_of_m_actionList_5() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_actionList_5)); } inline List_1_t128053199 * get_m_actionList_5() const { return ___m_actionList_5; } inline List_1_t128053199 ** get_address_of_m_actionList_5() { return &___m_actionList_5; } inline void set_m_actionList_5(List_1_t128053199 * value) { ___m_actionList_5 = value; Il2CppCodeGenWriteBarrier((&___m_actionList_5), value); } inline static int32_t get_offset_of_m_poseList_7() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_poseList_7)); } inline List_1_t2199590249 * get_m_poseList_7() const { return ___m_poseList_7; } inline List_1_t2199590249 ** get_address_of_m_poseList_7() { return &___m_poseList_7; } inline void set_m_poseList_7(List_1_t2199590249 * value) { ___m_poseList_7 = value; Il2CppCodeGenWriteBarrier((&___m_poseList_7), value); } inline static int32_t get_offset_of_m_interaction_8() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_interaction_8)); } inline Dictionary_2_t1088303580 * get_m_interaction_8() const { return ___m_interaction_8; } inline Dictionary_2_t1088303580 ** get_address_of_m_interaction_8() { return &___m_interaction_8; } inline void set_m_interaction_8(Dictionary_2_t1088303580 * value) { ___m_interaction_8 = value; Il2CppCodeGenWriteBarrier((&___m_interaction_8), value); } inline static int32_t get_offset_of_m_newInterCardDic_9() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_newInterCardDic_9)); } inline Dictionary_2_t2208238762 * get_m_newInterCardDic_9() const { return ___m_newInterCardDic_9; } inline Dictionary_2_t2208238762 ** get_address_of_m_newInterCardDic_9() { return &___m_newInterCardDic_9; } inline void set_m_newInterCardDic_9(Dictionary_2_t2208238762 * value) { ___m_newInterCardDic_9 = value; Il2CppCodeGenWriteBarrier((&___m_newInterCardDic_9), value); } inline static int32_t get_offset_of_m_newList_10() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_newList_10)); } inline Dictionary_2_t3311733826 * get_m_newList_10() const { return ___m_newList_10; } inline Dictionary_2_t3311733826 ** get_address_of_m_newList_10() { return &___m_newList_10; } inline void set_m_newList_10(Dictionary_2_t3311733826 * value) { ___m_newList_10 = value; Il2CppCodeGenWriteBarrier((&___m_newList_10), value); } inline static int32_t get_offset_of_m_info_11() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_info_11)); } inline Dictionary_2_t1088303580 * get_m_info_11() const { return ___m_info_11; } inline Dictionary_2_t1088303580 ** get_address_of_m_info_11() { return &___m_info_11; } inline void set_m_info_11(Dictionary_2_t1088303580 * value) { ___m_info_11 = value; Il2CppCodeGenWriteBarrier((&___m_info_11), value); } inline static int32_t get_offset_of_curMemberLevel_12() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___curMemberLevel_12)); } inline int32_t get_curMemberLevel_12() const { return ___curMemberLevel_12; } inline int32_t* get_address_of_curMemberLevel_12() { return &___curMemberLevel_12; } inline void set_curMemberLevel_12(int32_t value) { ___curMemberLevel_12 = value; } inline static int32_t get_offset_of_curBabyInteractID_13() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___curBabyInteractID_13)); } inline int32_t get_curBabyInteractID_13() const { return ___curBabyInteractID_13; } inline int32_t* get_address_of_curBabyInteractID_13() { return &___curBabyInteractID_13; } inline void set_curBabyInteractID_13(int32_t value) { ___curBabyInteractID_13 = value; } inline static int32_t get_offset_of_chooseNewInter_14() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___chooseNewInter_14)); } inline OnChooseNewInter_t3809561974 * get_chooseNewInter_14() const { return ___chooseNewInter_14; } inline OnChooseNewInter_t3809561974 ** get_address_of_chooseNewInter_14() { return &___chooseNewInter_14; } inline void set_chooseNewInter_14(OnChooseNewInter_t3809561974 * value) { ___chooseNewInter_14 = value; Il2CppCodeGenWriteBarrier((&___chooseNewInter_14), value); } }; struct CInteractiveConfig_t2063269181_StaticFields { public: // DMCore.Logic.CInteractiveConfig DMCore.Logic.CInteractiveConfig::s_Instance CInteractiveConfig_t2063269181 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CInteractiveConfig_t2063269181_StaticFields, ___s_Instance_6)); } inline CInteractiveConfig_t2063269181 * get_s_Instance_6() const { return ___s_Instance_6; } inline CInteractiveConfig_t2063269181 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CInteractiveConfig_t2063269181 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIVECONFIG_T2063269181_H #ifndef KEYVALUEPAIR_2_T3674730509_H #define KEYVALUEPAIR_2_T3674730509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3674730509 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3674730509, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3674730509, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3674730509_H #ifndef TEXTURE_T3661962703_H #define TEXTURE_T3661962703_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture struct Texture_t3661962703 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTURE_T3661962703_H #ifndef MOTION_T1110556653_H #define MOTION_T1110556653_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Motion struct Motion_t1110556653 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTION_T1110556653_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_1; // System.Boolean System.IO.FileStream::owner bool ___owner_2; // System.Boolean System.IO.FileStream::async bool ___async_3; // System.Boolean System.IO.FileStream::canseek bool ___canseek_4; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_5; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_6; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_7; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_8; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_9; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_10; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_11; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_12; // System.String System.IO.FileStream::name String_t* ___name_13; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_14; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(FileStream_t4292183065, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_owner_2() { return static_cast(offsetof(FileStream_t4292183065, ___owner_2)); } inline bool get_owner_2() const { return ___owner_2; } inline bool* get_address_of_owner_2() { return &___owner_2; } inline void set_owner_2(bool value) { ___owner_2 = value; } inline static int32_t get_offset_of_async_3() { return static_cast(offsetof(FileStream_t4292183065, ___async_3)); } inline bool get_async_3() const { return ___async_3; } inline bool* get_address_of_async_3() { return &___async_3; } inline void set_async_3(bool value) { ___async_3 = value; } inline static int32_t get_offset_of_canseek_4() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_4)); } inline bool get_canseek_4() const { return ___canseek_4; } inline bool* get_address_of_canseek_4() { return &___canseek_4; } inline void set_canseek_4(bool value) { ___canseek_4 = value; } inline static int32_t get_offset_of_append_startpos_5() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_5)); } inline int64_t get_append_startpos_5() const { return ___append_startpos_5; } inline int64_t* get_address_of_append_startpos_5() { return &___append_startpos_5; } inline void set_append_startpos_5(int64_t value) { ___append_startpos_5 = value; } inline static int32_t get_offset_of_anonymous_6() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_6)); } inline bool get_anonymous_6() const { return ___anonymous_6; } inline bool* get_address_of_anonymous_6() { return &___anonymous_6; } inline void set_anonymous_6(bool value) { ___anonymous_6 = value; } inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t4292183065, ___buf_7)); } inline ByteU5BU5D_t4116647657* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_t4116647657* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((&___buf_7), value); } inline static int32_t get_offset_of_buf_size_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_8)); } inline int32_t get_buf_size_8() const { return ___buf_size_8; } inline int32_t* get_address_of_buf_size_8() { return &___buf_size_8; } inline void set_buf_size_8(int32_t value) { ___buf_size_8 = value; } inline static int32_t get_offset_of_buf_length_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_9)); } inline int32_t get_buf_length_9() const { return ___buf_length_9; } inline int32_t* get_address_of_buf_length_9() { return &___buf_length_9; } inline void set_buf_length_9(int32_t value) { ___buf_length_9 = value; } inline static int32_t get_offset_of_buf_offset_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_10)); } inline int32_t get_buf_offset_10() const { return ___buf_offset_10; } inline int32_t* get_address_of_buf_offset_10() { return &___buf_offset_10; } inline void set_buf_offset_10(int32_t value) { ___buf_offset_10 = value; } inline static int32_t get_offset_of_buf_dirty_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_11)); } inline bool get_buf_dirty_11() const { return ___buf_dirty_11; } inline bool* get_address_of_buf_dirty_11() { return &___buf_dirty_11; } inline void set_buf_dirty_11(bool value) { ___buf_dirty_11 = value; } inline static int32_t get_offset_of_buf_start_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_12)); } inline int64_t get_buf_start_12() const { return ___buf_start_12; } inline int64_t* get_address_of_buf_start_12() { return &___buf_start_12; } inline void set_buf_start_12(int64_t value) { ___buf_start_12 = value; } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(FileStream_t4292183065, ___name_13)); } inline String_t* get_name_13() const { return ___name_13; } inline String_t** get_address_of_name_13() { return &___name_13; } inline void set_name_13(String_t* value) { ___name_13 = value; Il2CppCodeGenWriteBarrier((&___name_13), value); } inline static int32_t get_offset_of_handle_14() { return static_cast(offsetof(FileStream_t4292183065, ___handle_14)); } inline intptr_t get_handle_14() const { return ___handle_14; } inline intptr_t* get_address_of_handle_14() { return &___handle_14; } inline void set_handle_14(intptr_t value) { ___handle_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef TEXTASSET_T3022178571_H #define TEXTASSET_T3022178571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextAsset struct TextAsset_t3022178571 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTASSET_T3022178571_H #ifndef WEBREQUEST_T1939381076_H #define WEBREQUEST_T1939381076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t1939381076 : public MarshalByRefObject_t2760389100 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::authentication_level int32_t ___authentication_level_4; public: inline static int32_t get_offset_of_authentication_level_4() { return static_cast(offsetof(WebRequest_t1939381076, ___authentication_level_4)); } inline int32_t get_authentication_level_4() const { return ___authentication_level_4; } inline int32_t* get_address_of_authentication_level_4() { return &___authentication_level_4; } inline void set_authentication_level_4(int32_t value) { ___authentication_level_4 = value; } }; struct WebRequest_t1939381076_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.WebRequest::prefixes HybridDictionary_t4070033136 * ___prefixes_1; // System.Boolean System.Net.WebRequest::isDefaultWebProxySet bool ___isDefaultWebProxySet_2; // System.Net.IWebProxy System.Net.WebRequest::defaultWebProxy RuntimeObject* ___defaultWebProxy_3; // System.Object System.Net.WebRequest::lockobj RuntimeObject * ___lockobj_5; public: inline static int32_t get_offset_of_prefixes_1() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___prefixes_1)); } inline HybridDictionary_t4070033136 * get_prefixes_1() const { return ___prefixes_1; } inline HybridDictionary_t4070033136 ** get_address_of_prefixes_1() { return &___prefixes_1; } inline void set_prefixes_1(HybridDictionary_t4070033136 * value) { ___prefixes_1 = value; Il2CppCodeGenWriteBarrier((&___prefixes_1), value); } inline static int32_t get_offset_of_isDefaultWebProxySet_2() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___isDefaultWebProxySet_2)); } inline bool get_isDefaultWebProxySet_2() const { return ___isDefaultWebProxySet_2; } inline bool* get_address_of_isDefaultWebProxySet_2() { return &___isDefaultWebProxySet_2; } inline void set_isDefaultWebProxySet_2(bool value) { ___isDefaultWebProxySet_2 = value; } inline static int32_t get_offset_of_defaultWebProxy_3() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___defaultWebProxy_3)); } inline RuntimeObject* get_defaultWebProxy_3() const { return ___defaultWebProxy_3; } inline RuntimeObject** get_address_of_defaultWebProxy_3() { return &___defaultWebProxy_3; } inline void set_defaultWebProxy_3(RuntimeObject* value) { ___defaultWebProxy_3 = value; Il2CppCodeGenWriteBarrier((&___defaultWebProxy_3), value); } inline static int32_t get_offset_of_lockobj_5() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___lockobj_5)); } inline RuntimeObject * get_lockobj_5() const { return ___lockobj_5; } inline RuntimeObject ** get_address_of_lockobj_5() { return &___lockobj_5; } inline void set_lockobj_5(RuntimeObject * value) { ___lockobj_5 = value; Il2CppCodeGenWriteBarrier((&___lockobj_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T1939381076_H #ifndef STATICCONFIGUNIT_T753464955_H #define STATICCONFIGUNIT_T753464955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.StaticConfigUnit struct StaticConfigUnit_t753464955 : public RuntimeObject { public: // System.String DMCore.Logic.StaticConfigUnit::Name String_t* ___Name_0; // DMCore.Logic.ItemQuality DMCore.Logic.StaticConfigUnit::QualityLevel int32_t ___QualityLevel_1; // System.Int32 DMCore.Logic.StaticConfigUnit::FashionStar int32_t ___FashionStar_2; // System.Int32 DMCore.Logic.StaticConfigUnit::CanEmbed_gem int32_t ___CanEmbed_gem_3; // System.String DMCore.Logic.StaticConfigUnit::Desc String_t* ___Desc_4; // System.Single DMCore.Logic.StaticConfigUnit::Addition float ___Addition_5; // System.String DMCore.Logic.StaticConfigUnit::k__BackingField String_t* ___U3CTagsU3Ek__BackingField_6; // System.String DMCore.Logic.StaticConfigUnit::k__BackingField String_t* ___U3CPathU3Ek__BackingField_7; // System.Single DMCore.Logic.StaticConfigUnit::defaultScale float ___defaultScale_8; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_QualityLevel_1() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___QualityLevel_1)); } inline int32_t get_QualityLevel_1() const { return ___QualityLevel_1; } inline int32_t* get_address_of_QualityLevel_1() { return &___QualityLevel_1; } inline void set_QualityLevel_1(int32_t value) { ___QualityLevel_1 = value; } inline static int32_t get_offset_of_FashionStar_2() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___FashionStar_2)); } inline int32_t get_FashionStar_2() const { return ___FashionStar_2; } inline int32_t* get_address_of_FashionStar_2() { return &___FashionStar_2; } inline void set_FashionStar_2(int32_t value) { ___FashionStar_2 = value; } inline static int32_t get_offset_of_CanEmbed_gem_3() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___CanEmbed_gem_3)); } inline int32_t get_CanEmbed_gem_3() const { return ___CanEmbed_gem_3; } inline int32_t* get_address_of_CanEmbed_gem_3() { return &___CanEmbed_gem_3; } inline void set_CanEmbed_gem_3(int32_t value) { ___CanEmbed_gem_3 = value; } inline static int32_t get_offset_of_Desc_4() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___Desc_4)); } inline String_t* get_Desc_4() const { return ___Desc_4; } inline String_t** get_address_of_Desc_4() { return &___Desc_4; } inline void set_Desc_4(String_t* value) { ___Desc_4 = value; Il2CppCodeGenWriteBarrier((&___Desc_4), value); } inline static int32_t get_offset_of_Addition_5() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___Addition_5)); } inline float get_Addition_5() const { return ___Addition_5; } inline float* get_address_of_Addition_5() { return &___Addition_5; } inline void set_Addition_5(float value) { ___Addition_5 = value; } inline static int32_t get_offset_of_U3CTagsU3Ek__BackingField_6() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___U3CTagsU3Ek__BackingField_6)); } inline String_t* get_U3CTagsU3Ek__BackingField_6() const { return ___U3CTagsU3Ek__BackingField_6; } inline String_t** get_address_of_U3CTagsU3Ek__BackingField_6() { return &___U3CTagsU3Ek__BackingField_6; } inline void set_U3CTagsU3Ek__BackingField_6(String_t* value) { ___U3CTagsU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CTagsU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_7() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___U3CPathU3Ek__BackingField_7)); } inline String_t* get_U3CPathU3Ek__BackingField_7() const { return ___U3CPathU3Ek__BackingField_7; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_7() { return &___U3CPathU3Ek__BackingField_7; } inline void set_U3CPathU3Ek__BackingField_7(String_t* value) { ___U3CPathU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_defaultScale_8() { return static_cast(offsetof(StaticConfigUnit_t753464955, ___defaultScale_8)); } inline float get_defaultScale_8() const { return ___defaultScale_8; } inline float* get_address_of_defaultScale_8() { return &___defaultScale_8; } inline void set_defaultScale_8(float value) { ___defaultScale_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATICCONFIGUNIT_T753464955_H #ifndef THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_H #ifndef WIN32EXCEPTION_T3234146298_H #define WIN32EXCEPTION_T3234146298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Win32Exception struct Win32Exception_t3234146298 : public ExternalException_t3544951457 { public: // System.Int32 System.ComponentModel.Win32Exception::native_error_code int32_t ___native_error_code_11; public: inline static int32_t get_offset_of_native_error_code_11() { return static_cast(offsetof(Win32Exception_t3234146298, ___native_error_code_11)); } inline int32_t get_native_error_code_11() const { return ___native_error_code_11; } inline int32_t* get_address_of_native_error_code_11() { return &___native_error_code_11; } inline void set_native_error_code_11(int32_t value) { ___native_error_code_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32EXCEPTION_T3234146298_H #ifndef FONT_T1956802104_H #define FONT_T1956802104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Font struct Font_t1956802104 : public Object_t631007953 { public: // UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback FontTextureRebuildCallback_t2467502454 * ___m_FontTextureRebuildCallback_3; public: inline static int32_t get_offset_of_m_FontTextureRebuildCallback_3() { return static_cast(offsetof(Font_t1956802104, ___m_FontTextureRebuildCallback_3)); } inline FontTextureRebuildCallback_t2467502454 * get_m_FontTextureRebuildCallback_3() const { return ___m_FontTextureRebuildCallback_3; } inline FontTextureRebuildCallback_t2467502454 ** get_address_of_m_FontTextureRebuildCallback_3() { return &___m_FontTextureRebuildCallback_3; } inline void set_m_FontTextureRebuildCallback_3(FontTextureRebuildCallback_t2467502454 * value) { ___m_FontTextureRebuildCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_FontTextureRebuildCallback_3), value); } }; struct Font_t1956802104_StaticFields { public: // System.Action`1 UnityEngine.Font::textureRebuilt Action_1_t2129269699 * ___textureRebuilt_2; public: inline static int32_t get_offset_of_textureRebuilt_2() { return static_cast(offsetof(Font_t1956802104_StaticFields, ___textureRebuilt_2)); } inline Action_1_t2129269699 * get_textureRebuilt_2() const { return ___textureRebuilt_2; } inline Action_1_t2129269699 ** get_address_of_textureRebuilt_2() { return &___textureRebuilt_2; } inline void set_textureRebuilt_2(Action_1_t2129269699 * value) { ___textureRebuilt_2 = value; Il2CppCodeGenWriteBarrier((&___textureRebuilt_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONT_T1956802104_H #ifndef CHARACTERINFO_T1228754872_H #define CHARACTERINFO_T1228754872_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CharacterInfo struct CharacterInfo_t1228754872 { public: // System.Int32 UnityEngine.CharacterInfo::index int32_t ___index_0; // UnityEngine.Rect UnityEngine.CharacterInfo::uv Rect_t2360479859 ___uv_1; // UnityEngine.Rect UnityEngine.CharacterInfo::vert Rect_t2360479859 ___vert_2; // System.Single UnityEngine.CharacterInfo::width float ___width_3; // System.Int32 UnityEngine.CharacterInfo::size int32_t ___size_4; // UnityEngine.FontStyle UnityEngine.CharacterInfo::style int32_t ___style_5; // System.Boolean UnityEngine.CharacterInfo::flipped bool ___flipped_6; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(CharacterInfo_t1228754872, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_uv_1() { return static_cast(offsetof(CharacterInfo_t1228754872, ___uv_1)); } inline Rect_t2360479859 get_uv_1() const { return ___uv_1; } inline Rect_t2360479859 * get_address_of_uv_1() { return &___uv_1; } inline void set_uv_1(Rect_t2360479859 value) { ___uv_1 = value; } inline static int32_t get_offset_of_vert_2() { return static_cast(offsetof(CharacterInfo_t1228754872, ___vert_2)); } inline Rect_t2360479859 get_vert_2() const { return ___vert_2; } inline Rect_t2360479859 * get_address_of_vert_2() { return &___vert_2; } inline void set_vert_2(Rect_t2360479859 value) { ___vert_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(CharacterInfo_t1228754872, ___width_3)); } inline float get_width_3() const { return ___width_3; } inline float* get_address_of_width_3() { return &___width_3; } inline void set_width_3(float value) { ___width_3 = value; } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(CharacterInfo_t1228754872, ___size_4)); } inline int32_t get_size_4() const { return ___size_4; } inline int32_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(int32_t value) { ___size_4 = value; } inline static int32_t get_offset_of_style_5() { return static_cast(offsetof(CharacterInfo_t1228754872, ___style_5)); } inline int32_t get_style_5() const { return ___style_5; } inline int32_t* get_address_of_style_5() { return &___style_5; } inline void set_style_5(int32_t value) { ___style_5 = value; } inline static int32_t get_offset_of_flipped_6() { return static_cast(offsetof(CharacterInfo_t1228754872, ___flipped_6)); } inline bool get_flipped_6() const { return ___flipped_6; } inline bool* get_address_of_flipped_6() { return &___flipped_6; } inline void set_flipped_6(bool value) { ___flipped_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.CharacterInfo struct CharacterInfo_t1228754872_marshaled_pinvoke { int32_t ___index_0; Rect_t2360479859 ___uv_1; Rect_t2360479859 ___vert_2; float ___width_3; int32_t ___size_4; int32_t ___style_5; int32_t ___flipped_6; }; // Native definition for COM marshalling of UnityEngine.CharacterInfo struct CharacterInfo_t1228754872_marshaled_com { int32_t ___index_0; Rect_t2360479859 ___uv_1; Rect_t2360479859 ___vert_2; float ___width_3; int32_t ___size_4; int32_t ___style_5; int32_t ___flipped_6; }; #endif // CHARACTERINFO_T1228754872_H #ifndef EVENTWAITHANDLE_T777845177_H #define EVENTWAITHANDLE_T777845177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177 : public WaitHandle_t1743403487 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTWAITHANDLE_T777845177_H #ifndef GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef MUTEX_T3066672582_H #define MUTEX_T3066672582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Mutex struct Mutex_t3066672582 : public WaitHandle_t1743403487 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MUTEX_T3066672582_H #ifndef CURLPOSTDATA_T3425532852_H #define CURLPOSTDATA_T3425532852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.URL.CURLManager/CURLPostData struct CURLPostData_t3425532852 : public RuntimeObject { public: // System.String DMCore.Framework.URL.CURLManager/CURLPostData::ExpendName String_t* ___ExpendName_0; // DMCore.Framework.URL.enumUrlState DMCore.Framework.URL.CURLManager/CURLPostData::UrlState int32_t ___UrlState_1; public: inline static int32_t get_offset_of_ExpendName_0() { return static_cast(offsetof(CURLPostData_t3425532852, ___ExpendName_0)); } inline String_t* get_ExpendName_0() const { return ___ExpendName_0; } inline String_t** get_address_of_ExpendName_0() { return &___ExpendName_0; } inline void set_ExpendName_0(String_t* value) { ___ExpendName_0 = value; Il2CppCodeGenWriteBarrier((&___ExpendName_0), value); } inline static int32_t get_offset_of_UrlState_1() { return static_cast(offsetof(CURLPostData_t3425532852, ___UrlState_1)); } inline int32_t get_UrlState_1() const { return ___UrlState_1; } inline int32_t* get_address_of_UrlState_1() { return &___UrlState_1; } inline void set_UrlState_1(int32_t value) { ___UrlState_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURLPOSTDATA_T3425532852_H #ifndef WWW_T3688466362_H #define WWW_T3688466362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WWW struct WWW_t3688466362 : public CustomYieldInstruction_t1895667560 { public: // UnityEngine.ThreadPriority UnityEngine.WWW::k__BackingField int32_t ___U3CthreadPriorityU3Ek__BackingField_0; // UnityEngine.Networking.UnityWebRequest UnityEngine.WWW::_uwr UnityWebRequest_t463507806 * ____uwr_1; // UnityEngine.AssetBundle UnityEngine.WWW::_assetBundle AssetBundle_t1153907252 * ____assetBundle_2; // System.Collections.Generic.Dictionary`2 UnityEngine.WWW::_responseHeaders Dictionary_2_t1632706988 * ____responseHeaders_3; public: inline static int32_t get_offset_of_U3CthreadPriorityU3Ek__BackingField_0() { return static_cast(offsetof(WWW_t3688466362, ___U3CthreadPriorityU3Ek__BackingField_0)); } inline int32_t get_U3CthreadPriorityU3Ek__BackingField_0() const { return ___U3CthreadPriorityU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CthreadPriorityU3Ek__BackingField_0() { return &___U3CthreadPriorityU3Ek__BackingField_0; } inline void set_U3CthreadPriorityU3Ek__BackingField_0(int32_t value) { ___U3CthreadPriorityU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of__uwr_1() { return static_cast(offsetof(WWW_t3688466362, ____uwr_1)); } inline UnityWebRequest_t463507806 * get__uwr_1() const { return ____uwr_1; } inline UnityWebRequest_t463507806 ** get_address_of__uwr_1() { return &____uwr_1; } inline void set__uwr_1(UnityWebRequest_t463507806 * value) { ____uwr_1 = value; Il2CppCodeGenWriteBarrier((&____uwr_1), value); } inline static int32_t get_offset_of__assetBundle_2() { return static_cast(offsetof(WWW_t3688466362, ____assetBundle_2)); } inline AssetBundle_t1153907252 * get__assetBundle_2() const { return ____assetBundle_2; } inline AssetBundle_t1153907252 ** get_address_of__assetBundle_2() { return &____assetBundle_2; } inline void set__assetBundle_2(AssetBundle_t1153907252 * value) { ____assetBundle_2 = value; Il2CppCodeGenWriteBarrier((&____assetBundle_2), value); } inline static int32_t get_offset_of__responseHeaders_3() { return static_cast(offsetof(WWW_t3688466362, ____responseHeaders_3)); } inline Dictionary_2_t1632706988 * get__responseHeaders_3() const { return ____responseHeaders_3; } inline Dictionary_2_t1632706988 ** get_address_of__responseHeaders_3() { return &____responseHeaders_3; } inline void set__responseHeaders_3(Dictionary_2_t1632706988 * value) { ____responseHeaders_3 = value; Il2CppCodeGenWriteBarrier((&____responseHeaders_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WWW_T3688466362_H #ifndef CKDDEVICEINFO_T2554338809_H #define CKDDEVICEINFO_T2554338809_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CKDDeviceInfo struct CKDDeviceInfo_t2554338809 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CKDDeviceInfo::ID int32_t ___ID_0; // System.String DMCore.Logic.CKDDeviceInfo::Name String_t* ___Name_1; // System.String DMCore.Logic.CKDDeviceInfo::Address String_t* ___Address_2; // BLE_STATE DMCore.Logic.CKDDeviceInfo::State int32_t ___State_3; // System.Int32 DMCore.Logic.CKDDeviceInfo::Electricity int32_t ___Electricity_4; // System.Boolean DMCore.Logic.CKDDeviceInfo::StateChanged bool ___StateChanged_5; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(CKDDeviceInfo_t2554338809, ___ID_0)); } inline int32_t get_ID_0() const { return ___ID_0; } inline int32_t* get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(int32_t value) { ___ID_0 = value; } inline static int32_t get_offset_of_Name_1() { return static_cast(offsetof(CKDDeviceInfo_t2554338809, ___Name_1)); } inline String_t* get_Name_1() const { return ___Name_1; } inline String_t** get_address_of_Name_1() { return &___Name_1; } inline void set_Name_1(String_t* value) { ___Name_1 = value; Il2CppCodeGenWriteBarrier((&___Name_1), value); } inline static int32_t get_offset_of_Address_2() { return static_cast(offsetof(CKDDeviceInfo_t2554338809, ___Address_2)); } inline String_t* get_Address_2() const { return ___Address_2; } inline String_t** get_address_of_Address_2() { return &___Address_2; } inline void set_Address_2(String_t* value) { ___Address_2 = value; Il2CppCodeGenWriteBarrier((&___Address_2), value); } inline static int32_t get_offset_of_State_3() { return static_cast(offsetof(CKDDeviceInfo_t2554338809, ___State_3)); } inline int32_t get_State_3() const { return ___State_3; } inline int32_t* get_address_of_State_3() { return &___State_3; } inline void set_State_3(int32_t value) { ___State_3 = value; } inline static int32_t get_offset_of_Electricity_4() { return static_cast(offsetof(CKDDeviceInfo_t2554338809, ___Electricity_4)); } inline int32_t get_Electricity_4() const { return ___Electricity_4; } inline int32_t* get_address_of_Electricity_4() { return &___Electricity_4; } inline void set_Electricity_4(int32_t value) { ___Electricity_4 = value; } inline static int32_t get_offset_of_StateChanged_5() { return static_cast(offsetof(CKDDeviceInfo_t2554338809, ___StateChanged_5)); } inline bool get_StateChanged_5() const { return ___StateChanged_5; } inline bool* get_address_of_StateChanged_5() { return &___StateChanged_5; } inline void set_StateChanged_5(bool value) { ___StateChanged_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CKDDEVICEINFO_T2554338809_H #ifndef MANUALRESETEVENT_T451242010_H #define MANUALRESETEVENT_T451242010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010 : public EventWaitHandle_t777845177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MANUALRESETEVENT_T451242010_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef ONURLGETTASKDOWN_T3730717116_H #define ONURLGETTASKDOWN_T3730717116_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.URL.OnUrlGetTaskDown struct OnUrlGetTaskDown_t3730717116 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONURLGETTASKDOWN_T3730717116_H #ifndef TEXTURE2D_T3840446185_H #define TEXTURE2D_T3840446185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture2D struct Texture2D_t3840446185 : public Texture_t3661962703 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTURE2D_T3840446185_H #ifndef ACTION_1_T3252573759_H #define ACTION_1_T3252573759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3252573759 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3252573759_H #ifndef ONCHOOSENEWINTER_T3809561974_H #define ONCHOOSENEWINTER_T3809561974_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CInteractiveConfig/OnChooseNewInter struct OnChooseNewInter_t3809561974 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCHOOSENEWINTER_T3809561974_H #ifndef ANIMATIONCLIP_T2318505987_H #define ANIMATIONCLIP_T2318505987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationClip struct AnimationClip_t2318505987 : public Motion_t1110556653 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONCLIP_T2318505987_H #ifndef _PROCCUSTOMMSG_T4006059236_H #define _PROCCUSTOMMSG_T4006059236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg struct _ProcCustomMsg_t4006059236 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _PROCCUSTOMMSG_T4006059236_H #ifndef COLLIDER_T1773347010_H #define COLLIDER_T1773347010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Collider struct Collider_t1773347010 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLIDER_T1773347010_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef SOCKETEXCEPTION_T3852068672_H #define SOCKETEXCEPTION_T3852068672_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketException struct SocketException_t3852068672 : public Win32Exception_t3234146298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETEXCEPTION_T3852068672_H #ifndef ACTION_1_T2019918284_H #define ACTION_1_T2019918284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2019918284 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2019918284_H #ifndef ACTION_2_T2799970140_H #define ACTION_2_T2799970140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2799970140 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2799970140_H #ifndef ACTION_2_T3073627706_H #define ACTION_2_T3073627706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3073627706 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3073627706_H #ifndef ENUMERATOR_T3231241117_H #define ENUMERATOR_T3231241117_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3231241117 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1277058342 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t3674730509 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3231241117, ___dictionary_0)); } inline Dictionary_2_t1277058342 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1277058342 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1277058342 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3231241117, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3231241117, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3231241117, ___current_3)); } inline KeyValuePair_2_t3674730509 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3674730509 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3674730509 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3231241117_H #ifndef TRANSFORM_T3600365921_H #define TRANSFORM_T3600365921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform struct Transform_t3600365921 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORM_T3600365921_H #ifndef ISCENEAVATARBODY_T3588558973_H #define ISCENEAVATARBODY_T3588558973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneAvatarBody struct ISceneAvatarBody_t3588558973 : public ISceneBaseObj_t858622483 { public: // DMCore.Framework.Scene.CRoleModelFace DMCore.Framework.Scene.ISceneAvatarBody::m_RoleFace CRoleModelFace_t1285730091 * ___m_RoleFace_23; // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneAvatarBody::m_avatarSite CAvatarSite_t1752665925 * ___m_avatarSite_24; // DMCore.Framework.CRoleEffectManager DMCore.Framework.Scene.ISceneAvatarBody::m_effectSite CRoleEffectManager_t3637256918 * ___m_effectSite_25; // System.Int32 DMCore.Framework.Scene.ISceneAvatarBody::m_suitID int32_t ___m_suitID_26; // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::m_IsNeedModelItemBindBone bool ___m_IsNeedModelItemBindBone_27; public: inline static int32_t get_offset_of_m_RoleFace_23() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_RoleFace_23)); } inline CRoleModelFace_t1285730091 * get_m_RoleFace_23() const { return ___m_RoleFace_23; } inline CRoleModelFace_t1285730091 ** get_address_of_m_RoleFace_23() { return &___m_RoleFace_23; } inline void set_m_RoleFace_23(CRoleModelFace_t1285730091 * value) { ___m_RoleFace_23 = value; Il2CppCodeGenWriteBarrier((&___m_RoleFace_23), value); } inline static int32_t get_offset_of_m_avatarSite_24() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_avatarSite_24)); } inline CAvatarSite_t1752665925 * get_m_avatarSite_24() const { return ___m_avatarSite_24; } inline CAvatarSite_t1752665925 ** get_address_of_m_avatarSite_24() { return &___m_avatarSite_24; } inline void set_m_avatarSite_24(CAvatarSite_t1752665925 * value) { ___m_avatarSite_24 = value; Il2CppCodeGenWriteBarrier((&___m_avatarSite_24), value); } inline static int32_t get_offset_of_m_effectSite_25() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_effectSite_25)); } inline CRoleEffectManager_t3637256918 * get_m_effectSite_25() const { return ___m_effectSite_25; } inline CRoleEffectManager_t3637256918 ** get_address_of_m_effectSite_25() { return &___m_effectSite_25; } inline void set_m_effectSite_25(CRoleEffectManager_t3637256918 * value) { ___m_effectSite_25 = value; Il2CppCodeGenWriteBarrier((&___m_effectSite_25), value); } inline static int32_t get_offset_of_m_suitID_26() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_suitID_26)); } inline int32_t get_m_suitID_26() const { return ___m_suitID_26; } inline int32_t* get_address_of_m_suitID_26() { return &___m_suitID_26; } inline void set_m_suitID_26(int32_t value) { ___m_suitID_26 = value; } inline static int32_t get_offset_of_m_IsNeedModelItemBindBone_27() { return static_cast(offsetof(ISceneAvatarBody_t3588558973, ___m_IsNeedModelItemBindBone_27)); } inline bool get_m_IsNeedModelItemBindBone_27() const { return ___m_IsNeedModelItemBindBone_27; } inline bool* get_address_of_m_IsNeedModelItemBindBone_27() { return &___m_IsNeedModelItemBindBone_27; } inline void set_m_IsNeedModelItemBindBone_27(bool value) { ___m_IsNeedModelItemBindBone_27 = value; } }; struct ISceneAvatarBody_t3588558973_StaticFields { public: // System.String DMCore.Framework.Scene.ISceneAvatarBody::s_EuqipWords String_t* ___s_EuqipWords_22; public: inline static int32_t get_offset_of_s_EuqipWords_22() { return static_cast(offsetof(ISceneAvatarBody_t3588558973_StaticFields, ___s_EuqipWords_22)); } inline String_t* get_s_EuqipWords_22() const { return ___s_EuqipWords_22; } inline String_t** get_address_of_s_EuqipWords_22() { return &___s_EuqipWords_22; } inline void set_s_EuqipWords_22(String_t* value) { ___s_EuqipWords_22 = value; Il2CppCodeGenWriteBarrier((&___s_EuqipWords_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEAVATARBODY_T3588558973_H #ifndef ACTION_3_T3578807402_H #define ACTION_3_T3578807402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3578807402 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3578807402_H #ifndef ACTION_2_T319610619_H #define ACTION_2_T319610619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t319610619 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T319610619_H #ifndef HTTPWEBREQUEST_T1669436515_H #define HTTPWEBREQUEST_T1669436515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515 : public WebRequest_t1939381076 { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t100236324 * ___requestUri_6; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t100236324 * ___actualUri_7; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_8; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_9; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_10; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t3399372417 * ___certificates_11; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_12; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_13; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t3009151163 * ___continueDelegate_14; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_t2331592909 * ___cookieContainer_15; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_16; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_17; // System.Boolean System.Net.HttpWebRequest::haveRequest bool ___haveRequest_18; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_19; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_20; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_21; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_22; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_23; // System.String System.Net.HttpWebRequest::method String_t* ___method_24; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_25; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_26; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_27; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_28; // System.Version System.Net.HttpWebRequest::version Version_t3456873960 * ___version_29; // System.Version System.Net.HttpWebRequest::actualVersion Version_t3456873960 * ___actualVersion_30; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_31; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_32; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_t2786966844 * ___servicePoint_33; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_34; // System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream WebConnectionStream_t2170064850 * ___writeStream_35; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_t3286585418 * ___webResponse_36; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite WebAsyncResult_t3421962937 * ___asyncWrite_37; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead WebAsyncResult_t3421962937 * ___asyncRead_38; // System.EventHandler System.Net.HttpWebRequest::abortHandler EventHandler_t1348719766 * ___abortHandler_39; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_40; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_41; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_42; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_43; // System.Boolean System.Net.HttpWebRequest::authCompleted bool ___authCompleted_44; // System.Byte[] System.Net.HttpWebRequest::bodyBuffer ByteU5BU5D_t4116647657* ___bodyBuffer_45; // System.Int32 System.Net.HttpWebRequest::bodyBufferLength int32_t ___bodyBufferLength_46; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_47; // System.Exception System.Net.HttpWebRequest::saved_exc Exception_t * ___saved_exc_48; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_49; // System.Boolean System.Net.HttpWebRequest::is_ntlm_auth bool ___is_ntlm_auth_50; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_51; // System.Net.WebConnection System.Net.HttpWebRequest::WebConnection WebConnection_t3982808322 * ___WebConnection_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_56; public: inline static int32_t get_offset_of_requestUri_6() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___requestUri_6)); } inline Uri_t100236324 * get_requestUri_6() const { return ___requestUri_6; } inline Uri_t100236324 ** get_address_of_requestUri_6() { return &___requestUri_6; } inline void set_requestUri_6(Uri_t100236324 * value) { ___requestUri_6 = value; Il2CppCodeGenWriteBarrier((&___requestUri_6), value); } inline static int32_t get_offset_of_actualUri_7() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___actualUri_7)); } inline Uri_t100236324 * get_actualUri_7() const { return ___actualUri_7; } inline Uri_t100236324 ** get_address_of_actualUri_7() { return &___actualUri_7; } inline void set_actualUri_7(Uri_t100236324 * value) { ___actualUri_7 = value; Il2CppCodeGenWriteBarrier((&___actualUri_7), value); } inline static int32_t get_offset_of_hostChanged_8() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___hostChanged_8)); } inline bool get_hostChanged_8() const { return ___hostChanged_8; } inline bool* get_address_of_hostChanged_8() { return &___hostChanged_8; } inline void set_hostChanged_8(bool value) { ___hostChanged_8 = value; } inline static int32_t get_offset_of_allowAutoRedirect_9() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___allowAutoRedirect_9)); } inline bool get_allowAutoRedirect_9() const { return ___allowAutoRedirect_9; } inline bool* get_address_of_allowAutoRedirect_9() { return &___allowAutoRedirect_9; } inline void set_allowAutoRedirect_9(bool value) { ___allowAutoRedirect_9 = value; } inline static int32_t get_offset_of_allowBuffering_10() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___allowBuffering_10)); } inline bool get_allowBuffering_10() const { return ___allowBuffering_10; } inline bool* get_address_of_allowBuffering_10() { return &___allowBuffering_10; } inline void set_allowBuffering_10(bool value) { ___allowBuffering_10 = value; } inline static int32_t get_offset_of_certificates_11() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___certificates_11)); } inline X509CertificateCollection_t3399372417 * get_certificates_11() const { return ___certificates_11; } inline X509CertificateCollection_t3399372417 ** get_address_of_certificates_11() { return &___certificates_11; } inline void set_certificates_11(X509CertificateCollection_t3399372417 * value) { ___certificates_11 = value; Il2CppCodeGenWriteBarrier((&___certificates_11), value); } inline static int32_t get_offset_of_connectionGroup_12() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___connectionGroup_12)); } inline String_t* get_connectionGroup_12() const { return ___connectionGroup_12; } inline String_t** get_address_of_connectionGroup_12() { return &___connectionGroup_12; } inline void set_connectionGroup_12(String_t* value) { ___connectionGroup_12 = value; Il2CppCodeGenWriteBarrier((&___connectionGroup_12), value); } inline static int32_t get_offset_of_contentLength_13() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___contentLength_13)); } inline int64_t get_contentLength_13() const { return ___contentLength_13; } inline int64_t* get_address_of_contentLength_13() { return &___contentLength_13; } inline void set_contentLength_13(int64_t value) { ___contentLength_13 = value; } inline static int32_t get_offset_of_continueDelegate_14() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___continueDelegate_14)); } inline HttpContinueDelegate_t3009151163 * get_continueDelegate_14() const { return ___continueDelegate_14; } inline HttpContinueDelegate_t3009151163 ** get_address_of_continueDelegate_14() { return &___continueDelegate_14; } inline void set_continueDelegate_14(HttpContinueDelegate_t3009151163 * value) { ___continueDelegate_14 = value; Il2CppCodeGenWriteBarrier((&___continueDelegate_14), value); } inline static int32_t get_offset_of_cookieContainer_15() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___cookieContainer_15)); } inline CookieContainer_t2331592909 * get_cookieContainer_15() const { return ___cookieContainer_15; } inline CookieContainer_t2331592909 ** get_address_of_cookieContainer_15() { return &___cookieContainer_15; } inline void set_cookieContainer_15(CookieContainer_t2331592909 * value) { ___cookieContainer_15 = value; Il2CppCodeGenWriteBarrier((&___cookieContainer_15), value); } inline static int32_t get_offset_of_credentials_16() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___credentials_16)); } inline RuntimeObject* get_credentials_16() const { return ___credentials_16; } inline RuntimeObject** get_address_of_credentials_16() { return &___credentials_16; } inline void set_credentials_16(RuntimeObject* value) { ___credentials_16 = value; Il2CppCodeGenWriteBarrier((&___credentials_16), value); } inline static int32_t get_offset_of_haveResponse_17() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___haveResponse_17)); } inline bool get_haveResponse_17() const { return ___haveResponse_17; } inline bool* get_address_of_haveResponse_17() { return &___haveResponse_17; } inline void set_haveResponse_17(bool value) { ___haveResponse_17 = value; } inline static int32_t get_offset_of_haveRequest_18() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___haveRequest_18)); } inline bool get_haveRequest_18() const { return ___haveRequest_18; } inline bool* get_address_of_haveRequest_18() { return &___haveRequest_18; } inline void set_haveRequest_18(bool value) { ___haveRequest_18 = value; } inline static int32_t get_offset_of_requestSent_19() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___requestSent_19)); } inline bool get_requestSent_19() const { return ___requestSent_19; } inline bool* get_address_of_requestSent_19() { return &___requestSent_19; } inline void set_requestSent_19(bool value) { ___requestSent_19 = value; } inline static int32_t get_offset_of_webHeaders_20() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___webHeaders_20)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_20() const { return ___webHeaders_20; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_20() { return &___webHeaders_20; } inline void set_webHeaders_20(WebHeaderCollection_t1942268960 * value) { ___webHeaders_20 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_20), value); } inline static int32_t get_offset_of_keepAlive_21() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___keepAlive_21)); } inline bool get_keepAlive_21() const { return ___keepAlive_21; } inline bool* get_address_of_keepAlive_21() { return &___keepAlive_21; } inline void set_keepAlive_21(bool value) { ___keepAlive_21 = value; } inline static int32_t get_offset_of_maxAutoRedirect_22() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___maxAutoRedirect_22)); } inline int32_t get_maxAutoRedirect_22() const { return ___maxAutoRedirect_22; } inline int32_t* get_address_of_maxAutoRedirect_22() { return &___maxAutoRedirect_22; } inline void set_maxAutoRedirect_22(int32_t value) { ___maxAutoRedirect_22 = value; } inline static int32_t get_offset_of_mediaType_23() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___mediaType_23)); } inline String_t* get_mediaType_23() const { return ___mediaType_23; } inline String_t** get_address_of_mediaType_23() { return &___mediaType_23; } inline void set_mediaType_23(String_t* value) { ___mediaType_23 = value; Il2CppCodeGenWriteBarrier((&___mediaType_23), value); } inline static int32_t get_offset_of_method_24() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___method_24)); } inline String_t* get_method_24() const { return ___method_24; } inline String_t** get_address_of_method_24() { return &___method_24; } inline void set_method_24(String_t* value) { ___method_24 = value; Il2CppCodeGenWriteBarrier((&___method_24), value); } inline static int32_t get_offset_of_initialMethod_25() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___initialMethod_25)); } inline String_t* get_initialMethod_25() const { return ___initialMethod_25; } inline String_t** get_address_of_initialMethod_25() { return &___initialMethod_25; } inline void set_initialMethod_25(String_t* value) { ___initialMethod_25 = value; Il2CppCodeGenWriteBarrier((&___initialMethod_25), value); } inline static int32_t get_offset_of_pipelined_26() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___pipelined_26)); } inline bool get_pipelined_26() const { return ___pipelined_26; } inline bool* get_address_of_pipelined_26() { return &___pipelined_26; } inline void set_pipelined_26(bool value) { ___pipelined_26 = value; } inline static int32_t get_offset_of_preAuthenticate_27() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___preAuthenticate_27)); } inline bool get_preAuthenticate_27() const { return ___preAuthenticate_27; } inline bool* get_address_of_preAuthenticate_27() { return &___preAuthenticate_27; } inline void set_preAuthenticate_27(bool value) { ___preAuthenticate_27 = value; } inline static int32_t get_offset_of_usedPreAuth_28() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___usedPreAuth_28)); } inline bool get_usedPreAuth_28() const { return ___usedPreAuth_28; } inline bool* get_address_of_usedPreAuth_28() { return &___usedPreAuth_28; } inline void set_usedPreAuth_28(bool value) { ___usedPreAuth_28 = value; } inline static int32_t get_offset_of_version_29() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___version_29)); } inline Version_t3456873960 * get_version_29() const { return ___version_29; } inline Version_t3456873960 ** get_address_of_version_29() { return &___version_29; } inline void set_version_29(Version_t3456873960 * value) { ___version_29 = value; Il2CppCodeGenWriteBarrier((&___version_29), value); } inline static int32_t get_offset_of_actualVersion_30() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___actualVersion_30)); } inline Version_t3456873960 * get_actualVersion_30() const { return ___actualVersion_30; } inline Version_t3456873960 ** get_address_of_actualVersion_30() { return &___actualVersion_30; } inline void set_actualVersion_30(Version_t3456873960 * value) { ___actualVersion_30 = value; Il2CppCodeGenWriteBarrier((&___actualVersion_30), value); } inline static int32_t get_offset_of_proxy_31() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___proxy_31)); } inline RuntimeObject* get_proxy_31() const { return ___proxy_31; } inline RuntimeObject** get_address_of_proxy_31() { return &___proxy_31; } inline void set_proxy_31(RuntimeObject* value) { ___proxy_31 = value; Il2CppCodeGenWriteBarrier((&___proxy_31), value); } inline static int32_t get_offset_of_sendChunked_32() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___sendChunked_32)); } inline bool get_sendChunked_32() const { return ___sendChunked_32; } inline bool* get_address_of_sendChunked_32() { return &___sendChunked_32; } inline void set_sendChunked_32(bool value) { ___sendChunked_32 = value; } inline static int32_t get_offset_of_servicePoint_33() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___servicePoint_33)); } inline ServicePoint_t2786966844 * get_servicePoint_33() const { return ___servicePoint_33; } inline ServicePoint_t2786966844 ** get_address_of_servicePoint_33() { return &___servicePoint_33; } inline void set_servicePoint_33(ServicePoint_t2786966844 * value) { ___servicePoint_33 = value; Il2CppCodeGenWriteBarrier((&___servicePoint_33), value); } inline static int32_t get_offset_of_timeout_34() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___timeout_34)); } inline int32_t get_timeout_34() const { return ___timeout_34; } inline int32_t* get_address_of_timeout_34() { return &___timeout_34; } inline void set_timeout_34(int32_t value) { ___timeout_34 = value; } inline static int32_t get_offset_of_writeStream_35() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___writeStream_35)); } inline WebConnectionStream_t2170064850 * get_writeStream_35() const { return ___writeStream_35; } inline WebConnectionStream_t2170064850 ** get_address_of_writeStream_35() { return &___writeStream_35; } inline void set_writeStream_35(WebConnectionStream_t2170064850 * value) { ___writeStream_35 = value; Il2CppCodeGenWriteBarrier((&___writeStream_35), value); } inline static int32_t get_offset_of_webResponse_36() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___webResponse_36)); } inline HttpWebResponse_t3286585418 * get_webResponse_36() const { return ___webResponse_36; } inline HttpWebResponse_t3286585418 ** get_address_of_webResponse_36() { return &___webResponse_36; } inline void set_webResponse_36(HttpWebResponse_t3286585418 * value) { ___webResponse_36 = value; Il2CppCodeGenWriteBarrier((&___webResponse_36), value); } inline static int32_t get_offset_of_asyncWrite_37() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___asyncWrite_37)); } inline WebAsyncResult_t3421962937 * get_asyncWrite_37() const { return ___asyncWrite_37; } inline WebAsyncResult_t3421962937 ** get_address_of_asyncWrite_37() { return &___asyncWrite_37; } inline void set_asyncWrite_37(WebAsyncResult_t3421962937 * value) { ___asyncWrite_37 = value; Il2CppCodeGenWriteBarrier((&___asyncWrite_37), value); } inline static int32_t get_offset_of_asyncRead_38() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___asyncRead_38)); } inline WebAsyncResult_t3421962937 * get_asyncRead_38() const { return ___asyncRead_38; } inline WebAsyncResult_t3421962937 ** get_address_of_asyncRead_38() { return &___asyncRead_38; } inline void set_asyncRead_38(WebAsyncResult_t3421962937 * value) { ___asyncRead_38 = value; Il2CppCodeGenWriteBarrier((&___asyncRead_38), value); } inline static int32_t get_offset_of_abortHandler_39() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___abortHandler_39)); } inline EventHandler_t1348719766 * get_abortHandler_39() const { return ___abortHandler_39; } inline EventHandler_t1348719766 ** get_address_of_abortHandler_39() { return &___abortHandler_39; } inline void set_abortHandler_39(EventHandler_t1348719766 * value) { ___abortHandler_39 = value; Il2CppCodeGenWriteBarrier((&___abortHandler_39), value); } inline static int32_t get_offset_of_aborted_40() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___aborted_40)); } inline int32_t get_aborted_40() const { return ___aborted_40; } inline int32_t* get_address_of_aborted_40() { return &___aborted_40; } inline void set_aborted_40(int32_t value) { ___aborted_40 = value; } inline static int32_t get_offset_of_gotRequestStream_41() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___gotRequestStream_41)); } inline bool get_gotRequestStream_41() const { return ___gotRequestStream_41; } inline bool* get_address_of_gotRequestStream_41() { return &___gotRequestStream_41; } inline void set_gotRequestStream_41(bool value) { ___gotRequestStream_41 = value; } inline static int32_t get_offset_of_redirects_42() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___redirects_42)); } inline int32_t get_redirects_42() const { return ___redirects_42; } inline int32_t* get_address_of_redirects_42() { return &___redirects_42; } inline void set_redirects_42(int32_t value) { ___redirects_42 = value; } inline static int32_t get_offset_of_expectContinue_43() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___expectContinue_43)); } inline bool get_expectContinue_43() const { return ___expectContinue_43; } inline bool* get_address_of_expectContinue_43() { return &___expectContinue_43; } inline void set_expectContinue_43(bool value) { ___expectContinue_43 = value; } inline static int32_t get_offset_of_authCompleted_44() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___authCompleted_44)); } inline bool get_authCompleted_44() const { return ___authCompleted_44; } inline bool* get_address_of_authCompleted_44() { return &___authCompleted_44; } inline void set_authCompleted_44(bool value) { ___authCompleted_44 = value; } inline static int32_t get_offset_of_bodyBuffer_45() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___bodyBuffer_45)); } inline ByteU5BU5D_t4116647657* get_bodyBuffer_45() const { return ___bodyBuffer_45; } inline ByteU5BU5D_t4116647657** get_address_of_bodyBuffer_45() { return &___bodyBuffer_45; } inline void set_bodyBuffer_45(ByteU5BU5D_t4116647657* value) { ___bodyBuffer_45 = value; Il2CppCodeGenWriteBarrier((&___bodyBuffer_45), value); } inline static int32_t get_offset_of_bodyBufferLength_46() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___bodyBufferLength_46)); } inline int32_t get_bodyBufferLength_46() const { return ___bodyBufferLength_46; } inline int32_t* get_address_of_bodyBufferLength_46() { return &___bodyBufferLength_46; } inline void set_bodyBufferLength_46(int32_t value) { ___bodyBufferLength_46 = value; } inline static int32_t get_offset_of_getResponseCalled_47() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___getResponseCalled_47)); } inline bool get_getResponseCalled_47() const { return ___getResponseCalled_47; } inline bool* get_address_of_getResponseCalled_47() { return &___getResponseCalled_47; } inline void set_getResponseCalled_47(bool value) { ___getResponseCalled_47 = value; } inline static int32_t get_offset_of_saved_exc_48() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___saved_exc_48)); } inline Exception_t * get_saved_exc_48() const { return ___saved_exc_48; } inline Exception_t ** get_address_of_saved_exc_48() { return &___saved_exc_48; } inline void set_saved_exc_48(Exception_t * value) { ___saved_exc_48 = value; Il2CppCodeGenWriteBarrier((&___saved_exc_48), value); } inline static int32_t get_offset_of_locker_49() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___locker_49)); } inline RuntimeObject * get_locker_49() const { return ___locker_49; } inline RuntimeObject ** get_address_of_locker_49() { return &___locker_49; } inline void set_locker_49(RuntimeObject * value) { ___locker_49 = value; Il2CppCodeGenWriteBarrier((&___locker_49), value); } inline static int32_t get_offset_of_is_ntlm_auth_50() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___is_ntlm_auth_50)); } inline bool get_is_ntlm_auth_50() const { return ___is_ntlm_auth_50; } inline bool* get_address_of_is_ntlm_auth_50() { return &___is_ntlm_auth_50; } inline void set_is_ntlm_auth_50(bool value) { ___is_ntlm_auth_50 = value; } inline static int32_t get_offset_of_finished_reading_51() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___finished_reading_51)); } inline bool get_finished_reading_51() const { return ___finished_reading_51; } inline bool* get_address_of_finished_reading_51() { return &___finished_reading_51; } inline void set_finished_reading_51(bool value) { ___finished_reading_51 = value; } inline static int32_t get_offset_of_WebConnection_52() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___WebConnection_52)); } inline WebConnection_t3982808322 * get_WebConnection_52() const { return ___WebConnection_52; } inline WebConnection_t3982808322 ** get_address_of_WebConnection_52() { return &___WebConnection_52; } inline void set_WebConnection_52(WebConnection_t3982808322 * value) { ___WebConnection_52 = value; Il2CppCodeGenWriteBarrier((&___WebConnection_52), value); } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_56() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___unsafe_auth_blah_56)); } inline bool get_unsafe_auth_blah_56() const { return ___unsafe_auth_blah_56; } inline bool* get_address_of_unsafe_auth_blah_56() { return &___unsafe_auth_blah_56; } inline void set_unsafe_auth_blah_56(bool value) { ___unsafe_auth_blah_56 = value; } }; struct HttpWebRequest_t1669436515_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_t1669436515_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBREQUEST_T1669436515_H #ifndef ENUMERATOR_T3336821140_H #define ENUMERATOR_T3336821140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3336821140 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1382638365 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t3780310532 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3336821140, ___dictionary_0)); } inline Dictionary_2_t1382638365 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1382638365 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1382638365 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3336821140, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3336821140, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3336821140, ___current_3)); } inline KeyValuePair_2_t3780310532 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3780310532 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3780310532 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3336821140_H #ifndef PREDICATE_1_T3540507597_H #define PREDICATE_1_T3540507597_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3540507597 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3540507597_H #ifndef THREADSTART_T1006689297_H #define THREADSTART_T1006689297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadStart struct ThreadStart_t1006689297 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTART_T1006689297_H #ifndef BOXCOLLIDER_T1640800422_H #define BOXCOLLIDER_T1640800422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BoxCollider struct BoxCollider_t1640800422 : public Collider_t1773347010 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOXCOLLIDER_T1640800422_H #ifndef SKYBOX_T2662837510_H #define SKYBOX_T2662837510_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Skybox struct Skybox_t2662837510 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKYBOX_T2662837510_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef ISCENEROLE_T2394225724_H #define ISCENEROLE_T2394225724_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724 : public ISceneAvatarBody_t3588558973 { public: // System.String DMCore.Framework.Scene.ISceneRole::k__BackingField String_t* ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28; // DMCore.Framework.Scene.CRoleMovePlugin DMCore.Framework.Scene.ISceneRole::m_movePlugin CRoleMovePlugin_t1887142873 * ___m_movePlugin_29; // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::m_attachedTransform Transform_t3600365921 * ___m_attachedTransform_30; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnableResetLocation bool ___m_bEnableResetLocation_31; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bSendLoadingRes bool ___m_bSendLoadingRes_32; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bPlayingMemberEffect bool ___m_bPlayingMemberEffect_33; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureMaster Texture2D_t3840446185 * ___m_textureMaster_34; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureChallenger Texture2D_t3840446185 * ___m_textureChallenger_35; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureTitle Texture2D_t3840446185 * ___m_textureTitle_36; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureLevel Texture2D_t3840446185 * ___m_textureLevel_37; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureStar Texture2D_t3840446185 * ___m_textureStar_38; // System.String DMCore.Framework.Scene.ISceneRole::m_starPath String_t* ___m_starPath_39; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_texturePinjie Texture2D_t3840446185 * ___m_texturePinjie_40; // System.String DMCore.Framework.Scene.ISceneRole::m_pinJiePath String_t* ___m_pinJiePath_41; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneRole::m_textureStatusArray List_1_t1017553631 * ___m_textureStatusArray_42; // System.String DMCore.Framework.Scene.ISceneRole::m_textureLevelPath String_t* ___m_textureLevelPath_43; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneRole::m_textureStatusPathArray List_1_t3319525431 * ___m_textureStatusPathArray_44; // System.String DMCore.Framework.Scene.ISceneRole::m_titleTexturePath String_t* ___m_titleTexturePath_45; // System.Int32 DMCore.Framework.Scene.ISceneRole::m_faceIndex int32_t ___m_faceIndex_46; // System.Single DMCore.Framework.Scene.ISceneRole::m_faceTime float ___m_faceTime_47; // System.Boolean DMCore.Framework.Scene.ISceneRole::b_titleEffect bool ___b_titleEffect_48; // System.Boolean DMCore.Framework.Scene.ISceneRole::b_newTagEffect bool ___b_newTagEffect_49; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnableNewTag bool ___m_bEnableNewTag_50; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnablePretend bool ___m_bEnablePretend_51; // DMCore.Framework.Scene.CPetModel DMCore.Framework.Scene.ISceneRole::m_Pretender CPetModel_t3783790547 * ___m_Pretender_52; // System.Boolean DMCore.Framework.Scene.ISceneRole::isNeedPlayEnterAnim bool ___isNeedPlayEnterAnim_53; // System.Boolean DMCore.Framework.Scene.ISceneRole::isPlayingEnterAnim bool ___isPlayingEnterAnim_54; // System.Int32 DMCore.Framework.Scene.ISceneRole::m_movingInteractionID int32_t ___m_movingInteractionID_55; public: inline static int32_t get_offset_of_U3CPreEnterRoomAnimNameU3Ek__BackingField_28() { return static_cast(offsetof(ISceneRole_t2394225724, ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28)); } inline String_t* get_U3CPreEnterRoomAnimNameU3Ek__BackingField_28() const { return ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28; } inline String_t** get_address_of_U3CPreEnterRoomAnimNameU3Ek__BackingField_28() { return &___U3CPreEnterRoomAnimNameU3Ek__BackingField_28; } inline void set_U3CPreEnterRoomAnimNameU3Ek__BackingField_28(String_t* value) { ___U3CPreEnterRoomAnimNameU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((&___U3CPreEnterRoomAnimNameU3Ek__BackingField_28), value); } inline static int32_t get_offset_of_m_movePlugin_29() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_movePlugin_29)); } inline CRoleMovePlugin_t1887142873 * get_m_movePlugin_29() const { return ___m_movePlugin_29; } inline CRoleMovePlugin_t1887142873 ** get_address_of_m_movePlugin_29() { return &___m_movePlugin_29; } inline void set_m_movePlugin_29(CRoleMovePlugin_t1887142873 * value) { ___m_movePlugin_29 = value; Il2CppCodeGenWriteBarrier((&___m_movePlugin_29), value); } inline static int32_t get_offset_of_m_attachedTransform_30() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_attachedTransform_30)); } inline Transform_t3600365921 * get_m_attachedTransform_30() const { return ___m_attachedTransform_30; } inline Transform_t3600365921 ** get_address_of_m_attachedTransform_30() { return &___m_attachedTransform_30; } inline void set_m_attachedTransform_30(Transform_t3600365921 * value) { ___m_attachedTransform_30 = value; Il2CppCodeGenWriteBarrier((&___m_attachedTransform_30), value); } inline static int32_t get_offset_of_m_bEnableResetLocation_31() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnableResetLocation_31)); } inline bool get_m_bEnableResetLocation_31() const { return ___m_bEnableResetLocation_31; } inline bool* get_address_of_m_bEnableResetLocation_31() { return &___m_bEnableResetLocation_31; } inline void set_m_bEnableResetLocation_31(bool value) { ___m_bEnableResetLocation_31 = value; } inline static int32_t get_offset_of_m_bSendLoadingRes_32() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bSendLoadingRes_32)); } inline bool get_m_bSendLoadingRes_32() const { return ___m_bSendLoadingRes_32; } inline bool* get_address_of_m_bSendLoadingRes_32() { return &___m_bSendLoadingRes_32; } inline void set_m_bSendLoadingRes_32(bool value) { ___m_bSendLoadingRes_32 = value; } inline static int32_t get_offset_of_m_bPlayingMemberEffect_33() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bPlayingMemberEffect_33)); } inline bool get_m_bPlayingMemberEffect_33() const { return ___m_bPlayingMemberEffect_33; } inline bool* get_address_of_m_bPlayingMemberEffect_33() { return &___m_bPlayingMemberEffect_33; } inline void set_m_bPlayingMemberEffect_33(bool value) { ___m_bPlayingMemberEffect_33 = value; } inline static int32_t get_offset_of_m_textureMaster_34() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureMaster_34)); } inline Texture2D_t3840446185 * get_m_textureMaster_34() const { return ___m_textureMaster_34; } inline Texture2D_t3840446185 ** get_address_of_m_textureMaster_34() { return &___m_textureMaster_34; } inline void set_m_textureMaster_34(Texture2D_t3840446185 * value) { ___m_textureMaster_34 = value; Il2CppCodeGenWriteBarrier((&___m_textureMaster_34), value); } inline static int32_t get_offset_of_m_textureChallenger_35() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureChallenger_35)); } inline Texture2D_t3840446185 * get_m_textureChallenger_35() const { return ___m_textureChallenger_35; } inline Texture2D_t3840446185 ** get_address_of_m_textureChallenger_35() { return &___m_textureChallenger_35; } inline void set_m_textureChallenger_35(Texture2D_t3840446185 * value) { ___m_textureChallenger_35 = value; Il2CppCodeGenWriteBarrier((&___m_textureChallenger_35), value); } inline static int32_t get_offset_of_m_textureTitle_36() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureTitle_36)); } inline Texture2D_t3840446185 * get_m_textureTitle_36() const { return ___m_textureTitle_36; } inline Texture2D_t3840446185 ** get_address_of_m_textureTitle_36() { return &___m_textureTitle_36; } inline void set_m_textureTitle_36(Texture2D_t3840446185 * value) { ___m_textureTitle_36 = value; Il2CppCodeGenWriteBarrier((&___m_textureTitle_36), value); } inline static int32_t get_offset_of_m_textureLevel_37() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureLevel_37)); } inline Texture2D_t3840446185 * get_m_textureLevel_37() const { return ___m_textureLevel_37; } inline Texture2D_t3840446185 ** get_address_of_m_textureLevel_37() { return &___m_textureLevel_37; } inline void set_m_textureLevel_37(Texture2D_t3840446185 * value) { ___m_textureLevel_37 = value; Il2CppCodeGenWriteBarrier((&___m_textureLevel_37), value); } inline static int32_t get_offset_of_m_textureStar_38() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStar_38)); } inline Texture2D_t3840446185 * get_m_textureStar_38() const { return ___m_textureStar_38; } inline Texture2D_t3840446185 ** get_address_of_m_textureStar_38() { return &___m_textureStar_38; } inline void set_m_textureStar_38(Texture2D_t3840446185 * value) { ___m_textureStar_38 = value; Il2CppCodeGenWriteBarrier((&___m_textureStar_38), value); } inline static int32_t get_offset_of_m_starPath_39() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_starPath_39)); } inline String_t* get_m_starPath_39() const { return ___m_starPath_39; } inline String_t** get_address_of_m_starPath_39() { return &___m_starPath_39; } inline void set_m_starPath_39(String_t* value) { ___m_starPath_39 = value; Il2CppCodeGenWriteBarrier((&___m_starPath_39), value); } inline static int32_t get_offset_of_m_texturePinjie_40() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_texturePinjie_40)); } inline Texture2D_t3840446185 * get_m_texturePinjie_40() const { return ___m_texturePinjie_40; } inline Texture2D_t3840446185 ** get_address_of_m_texturePinjie_40() { return &___m_texturePinjie_40; } inline void set_m_texturePinjie_40(Texture2D_t3840446185 * value) { ___m_texturePinjie_40 = value; Il2CppCodeGenWriteBarrier((&___m_texturePinjie_40), value); } inline static int32_t get_offset_of_m_pinJiePath_41() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_pinJiePath_41)); } inline String_t* get_m_pinJiePath_41() const { return ___m_pinJiePath_41; } inline String_t** get_address_of_m_pinJiePath_41() { return &___m_pinJiePath_41; } inline void set_m_pinJiePath_41(String_t* value) { ___m_pinJiePath_41 = value; Il2CppCodeGenWriteBarrier((&___m_pinJiePath_41), value); } inline static int32_t get_offset_of_m_textureStatusArray_42() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStatusArray_42)); } inline List_1_t1017553631 * get_m_textureStatusArray_42() const { return ___m_textureStatusArray_42; } inline List_1_t1017553631 ** get_address_of_m_textureStatusArray_42() { return &___m_textureStatusArray_42; } inline void set_m_textureStatusArray_42(List_1_t1017553631 * value) { ___m_textureStatusArray_42 = value; Il2CppCodeGenWriteBarrier((&___m_textureStatusArray_42), value); } inline static int32_t get_offset_of_m_textureLevelPath_43() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureLevelPath_43)); } inline String_t* get_m_textureLevelPath_43() const { return ___m_textureLevelPath_43; } inline String_t** get_address_of_m_textureLevelPath_43() { return &___m_textureLevelPath_43; } inline void set_m_textureLevelPath_43(String_t* value) { ___m_textureLevelPath_43 = value; Il2CppCodeGenWriteBarrier((&___m_textureLevelPath_43), value); } inline static int32_t get_offset_of_m_textureStatusPathArray_44() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStatusPathArray_44)); } inline List_1_t3319525431 * get_m_textureStatusPathArray_44() const { return ___m_textureStatusPathArray_44; } inline List_1_t3319525431 ** get_address_of_m_textureStatusPathArray_44() { return &___m_textureStatusPathArray_44; } inline void set_m_textureStatusPathArray_44(List_1_t3319525431 * value) { ___m_textureStatusPathArray_44 = value; Il2CppCodeGenWriteBarrier((&___m_textureStatusPathArray_44), value); } inline static int32_t get_offset_of_m_titleTexturePath_45() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_titleTexturePath_45)); } inline String_t* get_m_titleTexturePath_45() const { return ___m_titleTexturePath_45; } inline String_t** get_address_of_m_titleTexturePath_45() { return &___m_titleTexturePath_45; } inline void set_m_titleTexturePath_45(String_t* value) { ___m_titleTexturePath_45 = value; Il2CppCodeGenWriteBarrier((&___m_titleTexturePath_45), value); } inline static int32_t get_offset_of_m_faceIndex_46() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_faceIndex_46)); } inline int32_t get_m_faceIndex_46() const { return ___m_faceIndex_46; } inline int32_t* get_address_of_m_faceIndex_46() { return &___m_faceIndex_46; } inline void set_m_faceIndex_46(int32_t value) { ___m_faceIndex_46 = value; } inline static int32_t get_offset_of_m_faceTime_47() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_faceTime_47)); } inline float get_m_faceTime_47() const { return ___m_faceTime_47; } inline float* get_address_of_m_faceTime_47() { return &___m_faceTime_47; } inline void set_m_faceTime_47(float value) { ___m_faceTime_47 = value; } inline static int32_t get_offset_of_b_titleEffect_48() { return static_cast(offsetof(ISceneRole_t2394225724, ___b_titleEffect_48)); } inline bool get_b_titleEffect_48() const { return ___b_titleEffect_48; } inline bool* get_address_of_b_titleEffect_48() { return &___b_titleEffect_48; } inline void set_b_titleEffect_48(bool value) { ___b_titleEffect_48 = value; } inline static int32_t get_offset_of_b_newTagEffect_49() { return static_cast(offsetof(ISceneRole_t2394225724, ___b_newTagEffect_49)); } inline bool get_b_newTagEffect_49() const { return ___b_newTagEffect_49; } inline bool* get_address_of_b_newTagEffect_49() { return &___b_newTagEffect_49; } inline void set_b_newTagEffect_49(bool value) { ___b_newTagEffect_49 = value; } inline static int32_t get_offset_of_m_bEnableNewTag_50() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnableNewTag_50)); } inline bool get_m_bEnableNewTag_50() const { return ___m_bEnableNewTag_50; } inline bool* get_address_of_m_bEnableNewTag_50() { return &___m_bEnableNewTag_50; } inline void set_m_bEnableNewTag_50(bool value) { ___m_bEnableNewTag_50 = value; } inline static int32_t get_offset_of_m_bEnablePretend_51() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnablePretend_51)); } inline bool get_m_bEnablePretend_51() const { return ___m_bEnablePretend_51; } inline bool* get_address_of_m_bEnablePretend_51() { return &___m_bEnablePretend_51; } inline void set_m_bEnablePretend_51(bool value) { ___m_bEnablePretend_51 = value; } inline static int32_t get_offset_of_m_Pretender_52() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_Pretender_52)); } inline CPetModel_t3783790547 * get_m_Pretender_52() const { return ___m_Pretender_52; } inline CPetModel_t3783790547 ** get_address_of_m_Pretender_52() { return &___m_Pretender_52; } inline void set_m_Pretender_52(CPetModel_t3783790547 * value) { ___m_Pretender_52 = value; Il2CppCodeGenWriteBarrier((&___m_Pretender_52), value); } inline static int32_t get_offset_of_isNeedPlayEnterAnim_53() { return static_cast(offsetof(ISceneRole_t2394225724, ___isNeedPlayEnterAnim_53)); } inline bool get_isNeedPlayEnterAnim_53() const { return ___isNeedPlayEnterAnim_53; } inline bool* get_address_of_isNeedPlayEnterAnim_53() { return &___isNeedPlayEnterAnim_53; } inline void set_isNeedPlayEnterAnim_53(bool value) { ___isNeedPlayEnterAnim_53 = value; } inline static int32_t get_offset_of_isPlayingEnterAnim_54() { return static_cast(offsetof(ISceneRole_t2394225724, ___isPlayingEnterAnim_54)); } inline bool get_isPlayingEnterAnim_54() const { return ___isPlayingEnterAnim_54; } inline bool* get_address_of_isPlayingEnterAnim_54() { return &___isPlayingEnterAnim_54; } inline void set_isPlayingEnterAnim_54(bool value) { ___isPlayingEnterAnim_54 = value; } inline static int32_t get_offset_of_m_movingInteractionID_55() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_movingInteractionID_55)); } inline int32_t get_m_movingInteractionID_55() const { return ___m_movingInteractionID_55; } inline int32_t* get_address_of_m_movingInteractionID_55() { return &___m_movingInteractionID_55; } inline void set_m_movingInteractionID_55(int32_t value) { ___m_movingInteractionID_55 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEROLE_T2394225724_H #ifndef ANIMATION_T3648466861_H #define ANIMATION_T3648466861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Animation struct Animation_t3648466861 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATION_T3648466861_H #ifndef CSCENEBABY_T758495210_H #define CSCENEBABY_T758495210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneBaby struct CSceneBaby_t758495210 : public ISceneAvatarBody_t3588558973 { public: // System.Int64 DMCore.Framework.Scene.CSceneBaby::k__BackingField int64_t ___U3CRealBabyIDU3Ek__BackingField_28; // System.Boolean DMCore.Framework.Scene.CSceneBaby::k__BackingField bool ___U3CIsSubmitAlreadyU3Ek__BackingField_29; // DMCore.Framework.Scene.CFollowWidget DMCore.Framework.Scene.CSceneBaby::m_followWidget CFollowWidget_t3808191733 * ___m_followWidget_30; // UnityEngine.Texture2D DMCore.Framework.Scene.CSceneBaby::m_textureTitle Texture2D_t3840446185 * ___m_textureTitle_31; // System.String DMCore.Framework.Scene.CSceneBaby::m_titleTexturePath String_t* ___m_titleTexturePath_32; public: inline static int32_t get_offset_of_U3CRealBabyIDU3Ek__BackingField_28() { return static_cast(offsetof(CSceneBaby_t758495210, ___U3CRealBabyIDU3Ek__BackingField_28)); } inline int64_t get_U3CRealBabyIDU3Ek__BackingField_28() const { return ___U3CRealBabyIDU3Ek__BackingField_28; } inline int64_t* get_address_of_U3CRealBabyIDU3Ek__BackingField_28() { return &___U3CRealBabyIDU3Ek__BackingField_28; } inline void set_U3CRealBabyIDU3Ek__BackingField_28(int64_t value) { ___U3CRealBabyIDU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CIsSubmitAlreadyU3Ek__BackingField_29() { return static_cast(offsetof(CSceneBaby_t758495210, ___U3CIsSubmitAlreadyU3Ek__BackingField_29)); } inline bool get_U3CIsSubmitAlreadyU3Ek__BackingField_29() const { return ___U3CIsSubmitAlreadyU3Ek__BackingField_29; } inline bool* get_address_of_U3CIsSubmitAlreadyU3Ek__BackingField_29() { return &___U3CIsSubmitAlreadyU3Ek__BackingField_29; } inline void set_U3CIsSubmitAlreadyU3Ek__BackingField_29(bool value) { ___U3CIsSubmitAlreadyU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_m_followWidget_30() { return static_cast(offsetof(CSceneBaby_t758495210, ___m_followWidget_30)); } inline CFollowWidget_t3808191733 * get_m_followWidget_30() const { return ___m_followWidget_30; } inline CFollowWidget_t3808191733 ** get_address_of_m_followWidget_30() { return &___m_followWidget_30; } inline void set_m_followWidget_30(CFollowWidget_t3808191733 * value) { ___m_followWidget_30 = value; Il2CppCodeGenWriteBarrier((&___m_followWidget_30), value); } inline static int32_t get_offset_of_m_textureTitle_31() { return static_cast(offsetof(CSceneBaby_t758495210, ___m_textureTitle_31)); } inline Texture2D_t3840446185 * get_m_textureTitle_31() const { return ___m_textureTitle_31; } inline Texture2D_t3840446185 ** get_address_of_m_textureTitle_31() { return &___m_textureTitle_31; } inline void set_m_textureTitle_31(Texture2D_t3840446185 * value) { ___m_textureTitle_31 = value; Il2CppCodeGenWriteBarrier((&___m_textureTitle_31), value); } inline static int32_t get_offset_of_m_titleTexturePath_32() { return static_cast(offsetof(CSceneBaby_t758495210, ___m_titleTexturePath_32)); } inline String_t* get_m_titleTexturePath_32() const { return ___m_titleTexturePath_32; } inline String_t** get_address_of_m_titleTexturePath_32() { return &___m_titleTexturePath_32; } inline void set_m_titleTexturePath_32(String_t* value) { ___m_titleTexturePath_32 = value; Il2CppCodeGenWriteBarrier((&___m_titleTexturePath_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEBABY_T758495210_H #ifndef CAMERA_T4157153871_H #define CAMERA_T4157153871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Camera struct Camera_t4157153871 : public Behaviour_t1437897464 { public: public: }; struct Camera_t4157153871_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_t190067161 * ___onPreCull_2; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_t190067161 * ___onPreRender_3; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_t190067161 * ___onPostRender_4; public: inline static int32_t get_offset_of_onPreCull_2() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPreCull_2)); } inline CameraCallback_t190067161 * get_onPreCull_2() const { return ___onPreCull_2; } inline CameraCallback_t190067161 ** get_address_of_onPreCull_2() { return &___onPreCull_2; } inline void set_onPreCull_2(CameraCallback_t190067161 * value) { ___onPreCull_2 = value; Il2CppCodeGenWriteBarrier((&___onPreCull_2), value); } inline static int32_t get_offset_of_onPreRender_3() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPreRender_3)); } inline CameraCallback_t190067161 * get_onPreRender_3() const { return ___onPreRender_3; } inline CameraCallback_t190067161 ** get_address_of_onPreRender_3() { return &___onPreRender_3; } inline void set_onPreRender_3(CameraCallback_t190067161 * value) { ___onPreRender_3 = value; Il2CppCodeGenWriteBarrier((&___onPreRender_3), value); } inline static int32_t get_offset_of_onPostRender_4() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPostRender_4)); } inline CameraCallback_t190067161 * get_onPostRender_4() const { return ___onPostRender_4; } inline CameraCallback_t190067161 ** get_address_of_onPostRender_4() { return &___onPostRender_4; } inline void set_onPostRender_4(CameraCallback_t190067161 * value) { ___onPostRender_4 = value; Il2CppCodeGenWriteBarrier((&___onPostRender_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAMERA_T4157153871_H #ifndef MESSAGEHANDLER_T3017544858_H #define MESSAGEHANDLER_T3017544858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler struct MessageHandler_t3017544858 : public MonoBehaviour_t3962482529 { public: // MessageHandler/Motion MessageHandler::MotionEvent Motion_t930787875 * ___MotionEvent_3; // System.Action`2 MessageHandler::mGameEndCallback Action_2_t3073627706 * ___mGameEndCallback_4; public: inline static int32_t get_offset_of_MotionEvent_3() { return static_cast(offsetof(MessageHandler_t3017544858, ___MotionEvent_3)); } inline Motion_t930787875 * get_MotionEvent_3() const { return ___MotionEvent_3; } inline Motion_t930787875 ** get_address_of_MotionEvent_3() { return &___MotionEvent_3; } inline void set_MotionEvent_3(Motion_t930787875 * value) { ___MotionEvent_3 = value; Il2CppCodeGenWriteBarrier((&___MotionEvent_3), value); } inline static int32_t get_offset_of_mGameEndCallback_4() { return static_cast(offsetof(MessageHandler_t3017544858, ___mGameEndCallback_4)); } inline Action_2_t3073627706 * get_mGameEndCallback_4() const { return ___mGameEndCallback_4; } inline Action_2_t3073627706 ** get_address_of_mGameEndCallback_4() { return &___mGameEndCallback_4; } inline void set_mGameEndCallback_4(Action_2_t3073627706 * value) { ___mGameEndCallback_4 = value; Il2CppCodeGenWriteBarrier((&___mGameEndCallback_4), value); } }; struct MessageHandler_t3017544858_StaticFields { public: // MessageHandler MessageHandler::s_msgHandle MessageHandler_t3017544858 * ___s_msgHandle_2; // BetterList`1 MessageHandler::mInviteList BetterList_1_t2064435940 * ___mInviteList_5; // Shoe[] MessageHandler::shoes ShoeU5BU5D_t1468951427* ___shoes_6; public: inline static int32_t get_offset_of_s_msgHandle_2() { return static_cast(offsetof(MessageHandler_t3017544858_StaticFields, ___s_msgHandle_2)); } inline MessageHandler_t3017544858 * get_s_msgHandle_2() const { return ___s_msgHandle_2; } inline MessageHandler_t3017544858 ** get_address_of_s_msgHandle_2() { return &___s_msgHandle_2; } inline void set_s_msgHandle_2(MessageHandler_t3017544858 * value) { ___s_msgHandle_2 = value; Il2CppCodeGenWriteBarrier((&___s_msgHandle_2), value); } inline static int32_t get_offset_of_mInviteList_5() { return static_cast(offsetof(MessageHandler_t3017544858_StaticFields, ___mInviteList_5)); } inline BetterList_1_t2064435940 * get_mInviteList_5() const { return ___mInviteList_5; } inline BetterList_1_t2064435940 ** get_address_of_mInviteList_5() { return &___mInviteList_5; } inline void set_mInviteList_5(BetterList_1_t2064435940 * value) { ___mInviteList_5 = value; Il2CppCodeGenWriteBarrier((&___mInviteList_5), value); } inline static int32_t get_offset_of_shoes_6() { return static_cast(offsetof(MessageHandler_t3017544858_StaticFields, ___shoes_6)); } inline ShoeU5BU5D_t1468951427* get_shoes_6() const { return ___shoes_6; } inline ShoeU5BU5D_t1468951427** get_address_of_shoes_6() { return &___shoes_6; } inline void set_shoes_6(ShoeU5BU5D_t1468951427* value) { ___shoes_6 = value; Il2CppCodeGenWriteBarrier((&___shoes_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGEHANDLER_T3017544858_H #ifndef UIBEHAVIOUR_T3495933518_H #define UIBEHAVIOUR_T3495933518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3495933518 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBEHAVIOUR_T3495933518_H #ifndef CPETMODEL_T3783790547_H #define CPETMODEL_T3783790547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547 : public ISceneRole_t2394225724 { public: // System.Boolean DMCore.Framework.Scene.CPetModel::k__BackingField bool ___U3CIsSubmitAlreadyU3Ek__BackingField_56; // DMCore.Framework.Scene.CFollowWidget DMCore.Framework.Scene.CPetModel::m_followWidget CFollowWidget_t3808191733 * ___m_followWidget_57; public: inline static int32_t get_offset_of_U3CIsSubmitAlreadyU3Ek__BackingField_56() { return static_cast(offsetof(CPetModel_t3783790547, ___U3CIsSubmitAlreadyU3Ek__BackingField_56)); } inline bool get_U3CIsSubmitAlreadyU3Ek__BackingField_56() const { return ___U3CIsSubmitAlreadyU3Ek__BackingField_56; } inline bool* get_address_of_U3CIsSubmitAlreadyU3Ek__BackingField_56() { return &___U3CIsSubmitAlreadyU3Ek__BackingField_56; } inline void set_U3CIsSubmitAlreadyU3Ek__BackingField_56(bool value) { ___U3CIsSubmitAlreadyU3Ek__BackingField_56 = value; } inline static int32_t get_offset_of_m_followWidget_57() { return static_cast(offsetof(CPetModel_t3783790547, ___m_followWidget_57)); } inline CFollowWidget_t3808191733 * get_m_followWidget_57() const { return ___m_followWidget_57; } inline CFollowWidget_t3808191733 ** get_address_of_m_followWidget_57() { return &___m_followWidget_57; } inline void set_m_followWidget_57(CFollowWidget_t3808191733 * value) { ___m_followWidget_57 = value; Il2CppCodeGenWriteBarrier((&___m_followWidget_57), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETMODEL_T3783790547_H #ifndef CMAINROLE_T4200562839_H #define CMAINROLE_T4200562839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839 : public ISceneRole_t2394225724 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMAINROLE_T4200562839_H #ifndef CMONOTHREADSIMULATOR_T86775848_H #define CMONOTHREADSIMULATOR_T86775848_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMonoThreadSimulator struct CMonoThreadSimulator_t86775848 : public MonoBehaviour_t3962482529 { public: // System.Collections.Generic.LinkedList`1 CMonoThreadSimulator::m_list LinkedList_1_t1064504691 * ___m_list_2; // System.Boolean CMonoThreadSimulator::m_bInTask bool ___m_bInTask_3; public: inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(CMonoThreadSimulator_t86775848, ___m_list_2)); } inline LinkedList_1_t1064504691 * get_m_list_2() const { return ___m_list_2; } inline LinkedList_1_t1064504691 ** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(LinkedList_1_t1064504691 * value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } inline static int32_t get_offset_of_m_bInTask_3() { return static_cast(offsetof(CMonoThreadSimulator_t86775848, ___m_bInTask_3)); } inline bool get_m_bInTask_3() const { return ___m_bInTask_3; } inline bool* get_address_of_m_bInTask_3() { return &___m_bInTask_3; } inline void set_m_bInTask_3(bool value) { ___m_bInTask_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMONOTHREADSIMULATOR_T86775848_H #ifndef CVEHICLEBODY_T2299351654_H #define CVEHICLEBODY_T2299351654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVehicleBody struct CVehicleBody_t2299351654 : public MonoBehaviour_t3962482529 { public: // CVehicleBody/GameState CVehicleBody::mState int32_t ___mState_2; // UnityEngine.Transform CVehicleBody::Operator Transform_t3600365921 * ___Operator_3; // UnityEngine.Transform CVehicleBody::PedalLeft Transform_t3600365921 * ___PedalLeft_4; // UnityEngine.Transform CVehicleBody::PedalRight Transform_t3600365921 * ___PedalRight_5; // UnityEngine.Transform CVehicleBody::FrontWheelRoot Transform_t3600365921 * ___FrontWheelRoot_6; // UnityEngine.Transform CVehicleBody::BackWheelRoot Transform_t3600365921 * ___BackWheelRoot_7; // CVehicleBody/CVehicleSetting CVehicleBody::curVehicleSetting CVehicleSetting_t1816823460 * ___curVehicleSetting_8; // CVehicleBody/WheelSetting CVehicleBody::curWheelSetting WheelSetting_t3438082713 * ___curWheelSetting_9; // System.Action`1 CVehicleBody::NoActionCallback Action_1_t3123413348 * ___NoActionCallback_10; // System.Collections.Generic.LinkedList`1 CVehicleBody::mPlayRecordList LinkedList_1_t1192679804 * ___mPlayRecordList_11; // System.Single CVehicleBody::mElapsedTime float ___mElapsedTime_12; // System.Int32 CVehicleBody::mElapsedID int32_t ___mElapsedID_13; // UnityEngine.Vector2Int CVehicleBody::mFixedCount Vector2Int_t3469998543 ___mFixedCount_14; // UnityEngine.Rigidbody CVehicleBody::m_rigidBody Rigidbody_t3916780224 * ___m_rigidBody_15; // CVehicleCollider CVehicleBody::m_collider CVehicleCollider_t2058705694 * ___m_collider_16; // CVehicleLights CVehicleBody::m_carLights CVehicleLights_t3789093856 * ___m_carLights_17; // UnityEngine.AudioSource CVehicleBody::m_audioIdle AudioSource_t3935305588 * ___m_audioIdle_18; // UnityEngine.AudioSource CVehicleBody::m_audioLow AudioSource_t3935305588 * ___m_audioLow_19; // UnityEngine.AudioSource CVehicleBody::m_audioHigh AudioSource_t3935305588 * ___m_audioHigh_20; // UnityEngine.AudioSource CVehicleBody::m_auidoNitro AudioSource_t3935305588 * ___m_auidoNitro_21; // BetterList`1 CVehicleBody::m_shiftParticles BetterList_1_t955799599 * ___m_shiftParticles_22; // BetterList`1 CVehicleBody::m_wheels BetterList_1_t2394306533 * ___m_wheels_23; // System.Boolean CVehicleBody::m_enableMsg bool ___m_enableMsg_24; // System.Boolean CVehicleBody::m_enableOperator bool ___m_enableOperator_25; // System.Boolean CVehicleBody::m_leftIsRight bool ___m_leftIsRight_26; // System.Boolean CVehicleBody::m_enableTurnAround bool ___m_enableTurnAround_27; // System.Single CVehicleBody::m_steerTurnAround float ___m_steerTurnAround_28; // System.Single CVehicleBody::m_wantedRPM float ___m_wantedRPM_29; // System.Single CVehicleBody::m_motorRPM float ___m_motorRPM_30; // System.Single CVehicleBody::m_curTorque float ___m_curTorque_31; // System.Single CVehicleBody::m_shiftDelay float ___m_shiftDelay_32; // System.Single CVehicleBody::m_shiftTime float ___m_shiftTime_33; // System.Int32 CVehicleBody::m_currentGear int32_t ___m_currentGear_34; // System.Boolean CVehicleBody::m_NeutralGear bool ___m_NeutralGear_35; // System.Single CVehicleBody::m_curSpeed float ___m_curSpeed_36; // System.Single CVehicleBody::m_lastSpeed float ___m_lastSpeed_37; // System.Single CVehicleBody::m_realSpeed float ___m_realSpeed_38; // UnityEngine.Vector3 CVehicleBody::m_lastPos Vector3_t3722313464 ___m_lastPos_39; // UnityEngine.Vector3 CVehicleBody::m_heightLimitPos Vector3_t3722313464 ___m_heightLimitPos_40; // System.Boolean CVehicleBody::m_shifmotor bool ___m_shifmotor_41; // System.Single CVehicleBody::m_powerShift float ___m_powerShift_42; // System.Single CVehicleBody::m_slip float ___m_slip_43; // System.Single CVehicleBody::m_slip2 float ___m_slip2_44; // System.Boolean CVehicleBody::Backward bool ___Backward_45; // System.Single CVehicleBody::m_rotate float ___m_rotate_46; // System.Single CVehicleBody::m_steer float ___m_steer_47; // System.Single CVehicleBody::m_steerAngle float ___m_steerAngle_48; // System.Single CVehicleBody::m_pitchDelay float ___m_pitchDelay_49; // IVehicleInput CVehicleBody::m_input IVehicleInput_t1990112580 * ___m_input_50; // DMCore.Framework.Scene.ISceneAvatarBody CVehicleBody::m_role ISceneAvatarBody_t3588558973 * ___m_role_51; // UnityEngine.Vector3 CVehicleBody::m_AIBeginPos Vector3_t3722313464 ___m_AIBeginPos_52; // UnityEngine.Vector3 CVehicleBody::m_AITargetPos Vector3_t3722313464 ___m_AITargetPos_53; // System.Single CVehicleBody::m_AIMaxMagnitude float ___m_AIMaxMagnitude_54; // System.Boolean CVehicleBody::m_AIUpdate bool ___m_AIUpdate_55; // System.Boolean CVehicleBody::m_LastTargetFinished bool ___m_LastTargetFinished_56; // System.Single CVehicleBody::m_SteerSpeed float ___m_SteerSpeed_57; // UnityEngine.Vector2 CVehicleBody::m_MinSpeed Vector2_t2156229523 ___m_MinSpeed_58; // UnityEngine.Vector3Int CVehicleBody::m_RotateZeroLock Vector3Int_t741115188 ___m_RotateZeroLock_59; // UnityEngine.Vector3 CVehicleBody::m_TmpVec3 Vector3_t3722313464 ___m_TmpVec3_60; // System.Int32 CVehicleBody::m_FrameCount int32_t ___m_FrameCount_61; public: inline static int32_t get_offset_of_mState_2() { return static_cast(offsetof(CVehicleBody_t2299351654, ___mState_2)); } inline int32_t get_mState_2() const { return ___mState_2; } inline int32_t* get_address_of_mState_2() { return &___mState_2; } inline void set_mState_2(int32_t value) { ___mState_2 = value; } inline static int32_t get_offset_of_Operator_3() { return static_cast(offsetof(CVehicleBody_t2299351654, ___Operator_3)); } inline Transform_t3600365921 * get_Operator_3() const { return ___Operator_3; } inline Transform_t3600365921 ** get_address_of_Operator_3() { return &___Operator_3; } inline void set_Operator_3(Transform_t3600365921 * value) { ___Operator_3 = value; Il2CppCodeGenWriteBarrier((&___Operator_3), value); } inline static int32_t get_offset_of_PedalLeft_4() { return static_cast(offsetof(CVehicleBody_t2299351654, ___PedalLeft_4)); } inline Transform_t3600365921 * get_PedalLeft_4() const { return ___PedalLeft_4; } inline Transform_t3600365921 ** get_address_of_PedalLeft_4() { return &___PedalLeft_4; } inline void set_PedalLeft_4(Transform_t3600365921 * value) { ___PedalLeft_4 = value; Il2CppCodeGenWriteBarrier((&___PedalLeft_4), value); } inline static int32_t get_offset_of_PedalRight_5() { return static_cast(offsetof(CVehicleBody_t2299351654, ___PedalRight_5)); } inline Transform_t3600365921 * get_PedalRight_5() const { return ___PedalRight_5; } inline Transform_t3600365921 ** get_address_of_PedalRight_5() { return &___PedalRight_5; } inline void set_PedalRight_5(Transform_t3600365921 * value) { ___PedalRight_5 = value; Il2CppCodeGenWriteBarrier((&___PedalRight_5), value); } inline static int32_t get_offset_of_FrontWheelRoot_6() { return static_cast(offsetof(CVehicleBody_t2299351654, ___FrontWheelRoot_6)); } inline Transform_t3600365921 * get_FrontWheelRoot_6() const { return ___FrontWheelRoot_6; } inline Transform_t3600365921 ** get_address_of_FrontWheelRoot_6() { return &___FrontWheelRoot_6; } inline void set_FrontWheelRoot_6(Transform_t3600365921 * value) { ___FrontWheelRoot_6 = value; Il2CppCodeGenWriteBarrier((&___FrontWheelRoot_6), value); } inline static int32_t get_offset_of_BackWheelRoot_7() { return static_cast(offsetof(CVehicleBody_t2299351654, ___BackWheelRoot_7)); } inline Transform_t3600365921 * get_BackWheelRoot_7() const { return ___BackWheelRoot_7; } inline Transform_t3600365921 ** get_address_of_BackWheelRoot_7() { return &___BackWheelRoot_7; } inline void set_BackWheelRoot_7(Transform_t3600365921 * value) { ___BackWheelRoot_7 = value; Il2CppCodeGenWriteBarrier((&___BackWheelRoot_7), value); } inline static int32_t get_offset_of_curVehicleSetting_8() { return static_cast(offsetof(CVehicleBody_t2299351654, ___curVehicleSetting_8)); } inline CVehicleSetting_t1816823460 * get_curVehicleSetting_8() const { return ___curVehicleSetting_8; } inline CVehicleSetting_t1816823460 ** get_address_of_curVehicleSetting_8() { return &___curVehicleSetting_8; } inline void set_curVehicleSetting_8(CVehicleSetting_t1816823460 * value) { ___curVehicleSetting_8 = value; Il2CppCodeGenWriteBarrier((&___curVehicleSetting_8), value); } inline static int32_t get_offset_of_curWheelSetting_9() { return static_cast(offsetof(CVehicleBody_t2299351654, ___curWheelSetting_9)); } inline WheelSetting_t3438082713 * get_curWheelSetting_9() const { return ___curWheelSetting_9; } inline WheelSetting_t3438082713 ** get_address_of_curWheelSetting_9() { return &___curWheelSetting_9; } inline void set_curWheelSetting_9(WheelSetting_t3438082713 * value) { ___curWheelSetting_9 = value; Il2CppCodeGenWriteBarrier((&___curWheelSetting_9), value); } inline static int32_t get_offset_of_NoActionCallback_10() { return static_cast(offsetof(CVehicleBody_t2299351654, ___NoActionCallback_10)); } inline Action_1_t3123413348 * get_NoActionCallback_10() const { return ___NoActionCallback_10; } inline Action_1_t3123413348 ** get_address_of_NoActionCallback_10() { return &___NoActionCallback_10; } inline void set_NoActionCallback_10(Action_1_t3123413348 * value) { ___NoActionCallback_10 = value; Il2CppCodeGenWriteBarrier((&___NoActionCallback_10), value); } inline static int32_t get_offset_of_mPlayRecordList_11() { return static_cast(offsetof(CVehicleBody_t2299351654, ___mPlayRecordList_11)); } inline LinkedList_1_t1192679804 * get_mPlayRecordList_11() const { return ___mPlayRecordList_11; } inline LinkedList_1_t1192679804 ** get_address_of_mPlayRecordList_11() { return &___mPlayRecordList_11; } inline void set_mPlayRecordList_11(LinkedList_1_t1192679804 * value) { ___mPlayRecordList_11 = value; Il2CppCodeGenWriteBarrier((&___mPlayRecordList_11), value); } inline static int32_t get_offset_of_mElapsedTime_12() { return static_cast(offsetof(CVehicleBody_t2299351654, ___mElapsedTime_12)); } inline float get_mElapsedTime_12() const { return ___mElapsedTime_12; } inline float* get_address_of_mElapsedTime_12() { return &___mElapsedTime_12; } inline void set_mElapsedTime_12(float value) { ___mElapsedTime_12 = value; } inline static int32_t get_offset_of_mElapsedID_13() { return static_cast(offsetof(CVehicleBody_t2299351654, ___mElapsedID_13)); } inline int32_t get_mElapsedID_13() const { return ___mElapsedID_13; } inline int32_t* get_address_of_mElapsedID_13() { return &___mElapsedID_13; } inline void set_mElapsedID_13(int32_t value) { ___mElapsedID_13 = value; } inline static int32_t get_offset_of_mFixedCount_14() { return static_cast(offsetof(CVehicleBody_t2299351654, ___mFixedCount_14)); } inline Vector2Int_t3469998543 get_mFixedCount_14() const { return ___mFixedCount_14; } inline Vector2Int_t3469998543 * get_address_of_mFixedCount_14() { return &___mFixedCount_14; } inline void set_mFixedCount_14(Vector2Int_t3469998543 value) { ___mFixedCount_14 = value; } inline static int32_t get_offset_of_m_rigidBody_15() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_rigidBody_15)); } inline Rigidbody_t3916780224 * get_m_rigidBody_15() const { return ___m_rigidBody_15; } inline Rigidbody_t3916780224 ** get_address_of_m_rigidBody_15() { return &___m_rigidBody_15; } inline void set_m_rigidBody_15(Rigidbody_t3916780224 * value) { ___m_rigidBody_15 = value; Il2CppCodeGenWriteBarrier((&___m_rigidBody_15), value); } inline static int32_t get_offset_of_m_collider_16() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_collider_16)); } inline CVehicleCollider_t2058705694 * get_m_collider_16() const { return ___m_collider_16; } inline CVehicleCollider_t2058705694 ** get_address_of_m_collider_16() { return &___m_collider_16; } inline void set_m_collider_16(CVehicleCollider_t2058705694 * value) { ___m_collider_16 = value; Il2CppCodeGenWriteBarrier((&___m_collider_16), value); } inline static int32_t get_offset_of_m_carLights_17() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_carLights_17)); } inline CVehicleLights_t3789093856 * get_m_carLights_17() const { return ___m_carLights_17; } inline CVehicleLights_t3789093856 ** get_address_of_m_carLights_17() { return &___m_carLights_17; } inline void set_m_carLights_17(CVehicleLights_t3789093856 * value) { ___m_carLights_17 = value; Il2CppCodeGenWriteBarrier((&___m_carLights_17), value); } inline static int32_t get_offset_of_m_audioIdle_18() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_audioIdle_18)); } inline AudioSource_t3935305588 * get_m_audioIdle_18() const { return ___m_audioIdle_18; } inline AudioSource_t3935305588 ** get_address_of_m_audioIdle_18() { return &___m_audioIdle_18; } inline void set_m_audioIdle_18(AudioSource_t3935305588 * value) { ___m_audioIdle_18 = value; Il2CppCodeGenWriteBarrier((&___m_audioIdle_18), value); } inline static int32_t get_offset_of_m_audioLow_19() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_audioLow_19)); } inline AudioSource_t3935305588 * get_m_audioLow_19() const { return ___m_audioLow_19; } inline AudioSource_t3935305588 ** get_address_of_m_audioLow_19() { return &___m_audioLow_19; } inline void set_m_audioLow_19(AudioSource_t3935305588 * value) { ___m_audioLow_19 = value; Il2CppCodeGenWriteBarrier((&___m_audioLow_19), value); } inline static int32_t get_offset_of_m_audioHigh_20() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_audioHigh_20)); } inline AudioSource_t3935305588 * get_m_audioHigh_20() const { return ___m_audioHigh_20; } inline AudioSource_t3935305588 ** get_address_of_m_audioHigh_20() { return &___m_audioHigh_20; } inline void set_m_audioHigh_20(AudioSource_t3935305588 * value) { ___m_audioHigh_20 = value; Il2CppCodeGenWriteBarrier((&___m_audioHigh_20), value); } inline static int32_t get_offset_of_m_auidoNitro_21() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_auidoNitro_21)); } inline AudioSource_t3935305588 * get_m_auidoNitro_21() const { return ___m_auidoNitro_21; } inline AudioSource_t3935305588 ** get_address_of_m_auidoNitro_21() { return &___m_auidoNitro_21; } inline void set_m_auidoNitro_21(AudioSource_t3935305588 * value) { ___m_auidoNitro_21 = value; Il2CppCodeGenWriteBarrier((&___m_auidoNitro_21), value); } inline static int32_t get_offset_of_m_shiftParticles_22() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_shiftParticles_22)); } inline BetterList_1_t955799599 * get_m_shiftParticles_22() const { return ___m_shiftParticles_22; } inline BetterList_1_t955799599 ** get_address_of_m_shiftParticles_22() { return &___m_shiftParticles_22; } inline void set_m_shiftParticles_22(BetterList_1_t955799599 * value) { ___m_shiftParticles_22 = value; Il2CppCodeGenWriteBarrier((&___m_shiftParticles_22), value); } inline static int32_t get_offset_of_m_wheels_23() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_wheels_23)); } inline BetterList_1_t2394306533 * get_m_wheels_23() const { return ___m_wheels_23; } inline BetterList_1_t2394306533 ** get_address_of_m_wheels_23() { return &___m_wheels_23; } inline void set_m_wheels_23(BetterList_1_t2394306533 * value) { ___m_wheels_23 = value; Il2CppCodeGenWriteBarrier((&___m_wheels_23), value); } inline static int32_t get_offset_of_m_enableMsg_24() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_enableMsg_24)); } inline bool get_m_enableMsg_24() const { return ___m_enableMsg_24; } inline bool* get_address_of_m_enableMsg_24() { return &___m_enableMsg_24; } inline void set_m_enableMsg_24(bool value) { ___m_enableMsg_24 = value; } inline static int32_t get_offset_of_m_enableOperator_25() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_enableOperator_25)); } inline bool get_m_enableOperator_25() const { return ___m_enableOperator_25; } inline bool* get_address_of_m_enableOperator_25() { return &___m_enableOperator_25; } inline void set_m_enableOperator_25(bool value) { ___m_enableOperator_25 = value; } inline static int32_t get_offset_of_m_leftIsRight_26() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_leftIsRight_26)); } inline bool get_m_leftIsRight_26() const { return ___m_leftIsRight_26; } inline bool* get_address_of_m_leftIsRight_26() { return &___m_leftIsRight_26; } inline void set_m_leftIsRight_26(bool value) { ___m_leftIsRight_26 = value; } inline static int32_t get_offset_of_m_enableTurnAround_27() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_enableTurnAround_27)); } inline bool get_m_enableTurnAround_27() const { return ___m_enableTurnAround_27; } inline bool* get_address_of_m_enableTurnAround_27() { return &___m_enableTurnAround_27; } inline void set_m_enableTurnAround_27(bool value) { ___m_enableTurnAround_27 = value; } inline static int32_t get_offset_of_m_steerTurnAround_28() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_steerTurnAround_28)); } inline float get_m_steerTurnAround_28() const { return ___m_steerTurnAround_28; } inline float* get_address_of_m_steerTurnAround_28() { return &___m_steerTurnAround_28; } inline void set_m_steerTurnAround_28(float value) { ___m_steerTurnAround_28 = value; } inline static int32_t get_offset_of_m_wantedRPM_29() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_wantedRPM_29)); } inline float get_m_wantedRPM_29() const { return ___m_wantedRPM_29; } inline float* get_address_of_m_wantedRPM_29() { return &___m_wantedRPM_29; } inline void set_m_wantedRPM_29(float value) { ___m_wantedRPM_29 = value; } inline static int32_t get_offset_of_m_motorRPM_30() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_motorRPM_30)); } inline float get_m_motorRPM_30() const { return ___m_motorRPM_30; } inline float* get_address_of_m_motorRPM_30() { return &___m_motorRPM_30; } inline void set_m_motorRPM_30(float value) { ___m_motorRPM_30 = value; } inline static int32_t get_offset_of_m_curTorque_31() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_curTorque_31)); } inline float get_m_curTorque_31() const { return ___m_curTorque_31; } inline float* get_address_of_m_curTorque_31() { return &___m_curTorque_31; } inline void set_m_curTorque_31(float value) { ___m_curTorque_31 = value; } inline static int32_t get_offset_of_m_shiftDelay_32() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_shiftDelay_32)); } inline float get_m_shiftDelay_32() const { return ___m_shiftDelay_32; } inline float* get_address_of_m_shiftDelay_32() { return &___m_shiftDelay_32; } inline void set_m_shiftDelay_32(float value) { ___m_shiftDelay_32 = value; } inline static int32_t get_offset_of_m_shiftTime_33() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_shiftTime_33)); } inline float get_m_shiftTime_33() const { return ___m_shiftTime_33; } inline float* get_address_of_m_shiftTime_33() { return &___m_shiftTime_33; } inline void set_m_shiftTime_33(float value) { ___m_shiftTime_33 = value; } inline static int32_t get_offset_of_m_currentGear_34() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_currentGear_34)); } inline int32_t get_m_currentGear_34() const { return ___m_currentGear_34; } inline int32_t* get_address_of_m_currentGear_34() { return &___m_currentGear_34; } inline void set_m_currentGear_34(int32_t value) { ___m_currentGear_34 = value; } inline static int32_t get_offset_of_m_NeutralGear_35() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_NeutralGear_35)); } inline bool get_m_NeutralGear_35() const { return ___m_NeutralGear_35; } inline bool* get_address_of_m_NeutralGear_35() { return &___m_NeutralGear_35; } inline void set_m_NeutralGear_35(bool value) { ___m_NeutralGear_35 = value; } inline static int32_t get_offset_of_m_curSpeed_36() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_curSpeed_36)); } inline float get_m_curSpeed_36() const { return ___m_curSpeed_36; } inline float* get_address_of_m_curSpeed_36() { return &___m_curSpeed_36; } inline void set_m_curSpeed_36(float value) { ___m_curSpeed_36 = value; } inline static int32_t get_offset_of_m_lastSpeed_37() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_lastSpeed_37)); } inline float get_m_lastSpeed_37() const { return ___m_lastSpeed_37; } inline float* get_address_of_m_lastSpeed_37() { return &___m_lastSpeed_37; } inline void set_m_lastSpeed_37(float value) { ___m_lastSpeed_37 = value; } inline static int32_t get_offset_of_m_realSpeed_38() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_realSpeed_38)); } inline float get_m_realSpeed_38() const { return ___m_realSpeed_38; } inline float* get_address_of_m_realSpeed_38() { return &___m_realSpeed_38; } inline void set_m_realSpeed_38(float value) { ___m_realSpeed_38 = value; } inline static int32_t get_offset_of_m_lastPos_39() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_lastPos_39)); } inline Vector3_t3722313464 get_m_lastPos_39() const { return ___m_lastPos_39; } inline Vector3_t3722313464 * get_address_of_m_lastPos_39() { return &___m_lastPos_39; } inline void set_m_lastPos_39(Vector3_t3722313464 value) { ___m_lastPos_39 = value; } inline static int32_t get_offset_of_m_heightLimitPos_40() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_heightLimitPos_40)); } inline Vector3_t3722313464 get_m_heightLimitPos_40() const { return ___m_heightLimitPos_40; } inline Vector3_t3722313464 * get_address_of_m_heightLimitPos_40() { return &___m_heightLimitPos_40; } inline void set_m_heightLimitPos_40(Vector3_t3722313464 value) { ___m_heightLimitPos_40 = value; } inline static int32_t get_offset_of_m_shifmotor_41() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_shifmotor_41)); } inline bool get_m_shifmotor_41() const { return ___m_shifmotor_41; } inline bool* get_address_of_m_shifmotor_41() { return &___m_shifmotor_41; } inline void set_m_shifmotor_41(bool value) { ___m_shifmotor_41 = value; } inline static int32_t get_offset_of_m_powerShift_42() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_powerShift_42)); } inline float get_m_powerShift_42() const { return ___m_powerShift_42; } inline float* get_address_of_m_powerShift_42() { return &___m_powerShift_42; } inline void set_m_powerShift_42(float value) { ___m_powerShift_42 = value; } inline static int32_t get_offset_of_m_slip_43() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_slip_43)); } inline float get_m_slip_43() const { return ___m_slip_43; } inline float* get_address_of_m_slip_43() { return &___m_slip_43; } inline void set_m_slip_43(float value) { ___m_slip_43 = value; } inline static int32_t get_offset_of_m_slip2_44() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_slip2_44)); } inline float get_m_slip2_44() const { return ___m_slip2_44; } inline float* get_address_of_m_slip2_44() { return &___m_slip2_44; } inline void set_m_slip2_44(float value) { ___m_slip2_44 = value; } inline static int32_t get_offset_of_Backward_45() { return static_cast(offsetof(CVehicleBody_t2299351654, ___Backward_45)); } inline bool get_Backward_45() const { return ___Backward_45; } inline bool* get_address_of_Backward_45() { return &___Backward_45; } inline void set_Backward_45(bool value) { ___Backward_45 = value; } inline static int32_t get_offset_of_m_rotate_46() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_rotate_46)); } inline float get_m_rotate_46() const { return ___m_rotate_46; } inline float* get_address_of_m_rotate_46() { return &___m_rotate_46; } inline void set_m_rotate_46(float value) { ___m_rotate_46 = value; } inline static int32_t get_offset_of_m_steer_47() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_steer_47)); } inline float get_m_steer_47() const { return ___m_steer_47; } inline float* get_address_of_m_steer_47() { return &___m_steer_47; } inline void set_m_steer_47(float value) { ___m_steer_47 = value; } inline static int32_t get_offset_of_m_steerAngle_48() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_steerAngle_48)); } inline float get_m_steerAngle_48() const { return ___m_steerAngle_48; } inline float* get_address_of_m_steerAngle_48() { return &___m_steerAngle_48; } inline void set_m_steerAngle_48(float value) { ___m_steerAngle_48 = value; } inline static int32_t get_offset_of_m_pitchDelay_49() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_pitchDelay_49)); } inline float get_m_pitchDelay_49() const { return ___m_pitchDelay_49; } inline float* get_address_of_m_pitchDelay_49() { return &___m_pitchDelay_49; } inline void set_m_pitchDelay_49(float value) { ___m_pitchDelay_49 = value; } inline static int32_t get_offset_of_m_input_50() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_input_50)); } inline IVehicleInput_t1990112580 * get_m_input_50() const { return ___m_input_50; } inline IVehicleInput_t1990112580 ** get_address_of_m_input_50() { return &___m_input_50; } inline void set_m_input_50(IVehicleInput_t1990112580 * value) { ___m_input_50 = value; Il2CppCodeGenWriteBarrier((&___m_input_50), value); } inline static int32_t get_offset_of_m_role_51() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_role_51)); } inline ISceneAvatarBody_t3588558973 * get_m_role_51() const { return ___m_role_51; } inline ISceneAvatarBody_t3588558973 ** get_address_of_m_role_51() { return &___m_role_51; } inline void set_m_role_51(ISceneAvatarBody_t3588558973 * value) { ___m_role_51 = value; Il2CppCodeGenWriteBarrier((&___m_role_51), value); } inline static int32_t get_offset_of_m_AIBeginPos_52() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_AIBeginPos_52)); } inline Vector3_t3722313464 get_m_AIBeginPos_52() const { return ___m_AIBeginPos_52; } inline Vector3_t3722313464 * get_address_of_m_AIBeginPos_52() { return &___m_AIBeginPos_52; } inline void set_m_AIBeginPos_52(Vector3_t3722313464 value) { ___m_AIBeginPos_52 = value; } inline static int32_t get_offset_of_m_AITargetPos_53() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_AITargetPos_53)); } inline Vector3_t3722313464 get_m_AITargetPos_53() const { return ___m_AITargetPos_53; } inline Vector3_t3722313464 * get_address_of_m_AITargetPos_53() { return &___m_AITargetPos_53; } inline void set_m_AITargetPos_53(Vector3_t3722313464 value) { ___m_AITargetPos_53 = value; } inline static int32_t get_offset_of_m_AIMaxMagnitude_54() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_AIMaxMagnitude_54)); } inline float get_m_AIMaxMagnitude_54() const { return ___m_AIMaxMagnitude_54; } inline float* get_address_of_m_AIMaxMagnitude_54() { return &___m_AIMaxMagnitude_54; } inline void set_m_AIMaxMagnitude_54(float value) { ___m_AIMaxMagnitude_54 = value; } inline static int32_t get_offset_of_m_AIUpdate_55() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_AIUpdate_55)); } inline bool get_m_AIUpdate_55() const { return ___m_AIUpdate_55; } inline bool* get_address_of_m_AIUpdate_55() { return &___m_AIUpdate_55; } inline void set_m_AIUpdate_55(bool value) { ___m_AIUpdate_55 = value; } inline static int32_t get_offset_of_m_LastTargetFinished_56() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_LastTargetFinished_56)); } inline bool get_m_LastTargetFinished_56() const { return ___m_LastTargetFinished_56; } inline bool* get_address_of_m_LastTargetFinished_56() { return &___m_LastTargetFinished_56; } inline void set_m_LastTargetFinished_56(bool value) { ___m_LastTargetFinished_56 = value; } inline static int32_t get_offset_of_m_SteerSpeed_57() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_SteerSpeed_57)); } inline float get_m_SteerSpeed_57() const { return ___m_SteerSpeed_57; } inline float* get_address_of_m_SteerSpeed_57() { return &___m_SteerSpeed_57; } inline void set_m_SteerSpeed_57(float value) { ___m_SteerSpeed_57 = value; } inline static int32_t get_offset_of_m_MinSpeed_58() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_MinSpeed_58)); } inline Vector2_t2156229523 get_m_MinSpeed_58() const { return ___m_MinSpeed_58; } inline Vector2_t2156229523 * get_address_of_m_MinSpeed_58() { return &___m_MinSpeed_58; } inline void set_m_MinSpeed_58(Vector2_t2156229523 value) { ___m_MinSpeed_58 = value; } inline static int32_t get_offset_of_m_RotateZeroLock_59() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_RotateZeroLock_59)); } inline Vector3Int_t741115188 get_m_RotateZeroLock_59() const { return ___m_RotateZeroLock_59; } inline Vector3Int_t741115188 * get_address_of_m_RotateZeroLock_59() { return &___m_RotateZeroLock_59; } inline void set_m_RotateZeroLock_59(Vector3Int_t741115188 value) { ___m_RotateZeroLock_59 = value; } inline static int32_t get_offset_of_m_TmpVec3_60() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_TmpVec3_60)); } inline Vector3_t3722313464 get_m_TmpVec3_60() const { return ___m_TmpVec3_60; } inline Vector3_t3722313464 * get_address_of_m_TmpVec3_60() { return &___m_TmpVec3_60; } inline void set_m_TmpVec3_60(Vector3_t3722313464 value) { ___m_TmpVec3_60 = value; } inline static int32_t get_offset_of_m_FrameCount_61() { return static_cast(offsetof(CVehicleBody_t2299351654, ___m_FrameCount_61)); } inline int32_t get_m_FrameCount_61() const { return ___m_FrameCount_61; } inline int32_t* get_address_of_m_FrameCount_61() { return &___m_FrameCount_61; } inline void set_m_FrameCount_61(int32_t value) { ___m_FrameCount_61 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVEHICLEBODY_T2299351654_H #ifndef SKYBOXROTATE_T356761585_H #define SKYBOXROTATE_T356761585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.SkyboxRotate struct SkyboxRotate_t356761585 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject DMCore.Framework.SkyboxRotate::mObj GameObject_t1113636619 * ___mObj_2; // System.Single DMCore.Framework.SkyboxRotate::mNum float ___mNum_3; public: inline static int32_t get_offset_of_mObj_2() { return static_cast(offsetof(SkyboxRotate_t356761585, ___mObj_2)); } inline GameObject_t1113636619 * get_mObj_2() const { return ___mObj_2; } inline GameObject_t1113636619 ** get_address_of_mObj_2() { return &___mObj_2; } inline void set_mObj_2(GameObject_t1113636619 * value) { ___mObj_2 = value; Il2CppCodeGenWriteBarrier((&___mObj_2), value); } inline static int32_t get_offset_of_mNum_3() { return static_cast(offsetof(SkyboxRotate_t356761585, ___mNum_3)); } inline float get_mNum_3() const { return ___mNum_3; } inline float* get_address_of_mNum_3() { return &___mNum_3; } inline void set_mNum_3(float value) { ___mNum_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKYBOXROTATE_T356761585_H #ifndef TRIROLE_T907519295_H #define TRIROLE_T907519295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.TriRole struct TriRole_t907519295 : public ISceneRole_t2394225724 { public: // System.Boolean DMCore.Framework.Scene.TriRole::k__BackingField bool ___U3CIsSubmitAlreadyU3Ek__BackingField_56; public: inline static int32_t get_offset_of_U3CIsSubmitAlreadyU3Ek__BackingField_56() { return static_cast(offsetof(TriRole_t907519295, ___U3CIsSubmitAlreadyU3Ek__BackingField_56)); } inline bool get_U3CIsSubmitAlreadyU3Ek__BackingField_56() const { return ___U3CIsSubmitAlreadyU3Ek__BackingField_56; } inline bool* get_address_of_U3CIsSubmitAlreadyU3Ek__BackingField_56() { return &___U3CIsSubmitAlreadyU3Ek__BackingField_56; } inline void set_U3CIsSubmitAlreadyU3Ek__BackingField_56(bool value) { ___U3CIsSubmitAlreadyU3Ek__BackingField_56 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIROLE_T907519295_H #ifndef GRAPHIC_T1660335611_H #define GRAPHIC_T1660335611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Graphic struct Graphic_t1660335611 : public UIBehaviour_t3495933518 { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t340375123 * ___m_Material_4; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_t2555686324 ___m_Color_5; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_6; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t3704657025 * ___m_RectTransform_7; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_t2598313366 * ___m_CanvasRenderer_8; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t3310196443 * ___m_Canvas_9; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_10; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_11; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t3245792599 * ___m_OnDirtyLayoutCallback_12; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t3245792599 * ___m_OnDirtyVertsCallback_13; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t3245792599 * ___m_OnDirtyMaterialCallback_14; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_t3055525458 * ___m_ColorTweenRunner_17; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; public: inline static int32_t get_offset_of_m_Material_4() { return static_cast(offsetof(Graphic_t1660335611, ___m_Material_4)); } inline Material_t340375123 * get_m_Material_4() const { return ___m_Material_4; } inline Material_t340375123 ** get_address_of_m_Material_4() { return &___m_Material_4; } inline void set_m_Material_4(Material_t340375123 * value) { ___m_Material_4 = value; Il2CppCodeGenWriteBarrier((&___m_Material_4), value); } inline static int32_t get_offset_of_m_Color_5() { return static_cast(offsetof(Graphic_t1660335611, ___m_Color_5)); } inline Color_t2555686324 get_m_Color_5() const { return ___m_Color_5; } inline Color_t2555686324 * get_address_of_m_Color_5() { return &___m_Color_5; } inline void set_m_Color_5(Color_t2555686324 value) { ___m_Color_5 = value; } inline static int32_t get_offset_of_m_RaycastTarget_6() { return static_cast(offsetof(Graphic_t1660335611, ___m_RaycastTarget_6)); } inline bool get_m_RaycastTarget_6() const { return ___m_RaycastTarget_6; } inline bool* get_address_of_m_RaycastTarget_6() { return &___m_RaycastTarget_6; } inline void set_m_RaycastTarget_6(bool value) { ___m_RaycastTarget_6 = value; } inline static int32_t get_offset_of_m_RectTransform_7() { return static_cast(offsetof(Graphic_t1660335611, ___m_RectTransform_7)); } inline RectTransform_t3704657025 * get_m_RectTransform_7() const { return ___m_RectTransform_7; } inline RectTransform_t3704657025 ** get_address_of_m_RectTransform_7() { return &___m_RectTransform_7; } inline void set_m_RectTransform_7(RectTransform_t3704657025 * value) { ___m_RectTransform_7 = value; Il2CppCodeGenWriteBarrier((&___m_RectTransform_7), value); } inline static int32_t get_offset_of_m_CanvasRenderer_8() { return static_cast(offsetof(Graphic_t1660335611, ___m_CanvasRenderer_8)); } inline CanvasRenderer_t2598313366 * get_m_CanvasRenderer_8() const { return ___m_CanvasRenderer_8; } inline CanvasRenderer_t2598313366 ** get_address_of_m_CanvasRenderer_8() { return &___m_CanvasRenderer_8; } inline void set_m_CanvasRenderer_8(CanvasRenderer_t2598313366 * value) { ___m_CanvasRenderer_8 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasRenderer_8), value); } inline static int32_t get_offset_of_m_Canvas_9() { return static_cast(offsetof(Graphic_t1660335611, ___m_Canvas_9)); } inline Canvas_t3310196443 * get_m_Canvas_9() const { return ___m_Canvas_9; } inline Canvas_t3310196443 ** get_address_of_m_Canvas_9() { return &___m_Canvas_9; } inline void set_m_Canvas_9(Canvas_t3310196443 * value) { ___m_Canvas_9 = value; Il2CppCodeGenWriteBarrier((&___m_Canvas_9), value); } inline static int32_t get_offset_of_m_VertsDirty_10() { return static_cast(offsetof(Graphic_t1660335611, ___m_VertsDirty_10)); } inline bool get_m_VertsDirty_10() const { return ___m_VertsDirty_10; } inline bool* get_address_of_m_VertsDirty_10() { return &___m_VertsDirty_10; } inline void set_m_VertsDirty_10(bool value) { ___m_VertsDirty_10 = value; } inline static int32_t get_offset_of_m_MaterialDirty_11() { return static_cast(offsetof(Graphic_t1660335611, ___m_MaterialDirty_11)); } inline bool get_m_MaterialDirty_11() const { return ___m_MaterialDirty_11; } inline bool* get_address_of_m_MaterialDirty_11() { return &___m_MaterialDirty_11; } inline void set_m_MaterialDirty_11(bool value) { ___m_MaterialDirty_11 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_12() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyLayoutCallback_12)); } inline UnityAction_t3245792599 * get_m_OnDirtyLayoutCallback_12() const { return ___m_OnDirtyLayoutCallback_12; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyLayoutCallback_12() { return &___m_OnDirtyLayoutCallback_12; } inline void set_m_OnDirtyLayoutCallback_12(UnityAction_t3245792599 * value) { ___m_OnDirtyLayoutCallback_12 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyLayoutCallback_12), value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_13() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyVertsCallback_13)); } inline UnityAction_t3245792599 * get_m_OnDirtyVertsCallback_13() const { return ___m_OnDirtyVertsCallback_13; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyVertsCallback_13() { return &___m_OnDirtyVertsCallback_13; } inline void set_m_OnDirtyVertsCallback_13(UnityAction_t3245792599 * value) { ___m_OnDirtyVertsCallback_13 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyVertsCallback_13), value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_14() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyMaterialCallback_14)); } inline UnityAction_t3245792599 * get_m_OnDirtyMaterialCallback_14() const { return ___m_OnDirtyMaterialCallback_14; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyMaterialCallback_14() { return &___m_OnDirtyMaterialCallback_14; } inline void set_m_OnDirtyMaterialCallback_14(UnityAction_t3245792599 * value) { ___m_OnDirtyMaterialCallback_14 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyMaterialCallback_14), value); } inline static int32_t get_offset_of_m_ColorTweenRunner_17() { return static_cast(offsetof(Graphic_t1660335611, ___m_ColorTweenRunner_17)); } inline TweenRunner_1_t3055525458 * get_m_ColorTweenRunner_17() const { return ___m_ColorTweenRunner_17; } inline TweenRunner_1_t3055525458 ** get_address_of_m_ColorTweenRunner_17() { return &___m_ColorTweenRunner_17; } inline void set_m_ColorTweenRunner_17(TweenRunner_1_t3055525458 * value) { ___m_ColorTweenRunner_17 = value; Il2CppCodeGenWriteBarrier((&___m_ColorTweenRunner_17), value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return static_cast(offsetof(Graphic_t1660335611, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_18(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18 = value; } }; struct Graphic_t1660335611_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t340375123 * ___s_DefaultUI_2; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t3840446185 * ___s_WhiteTexture_3; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t3648964284 * ___s_Mesh_15; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_t2453304189 * ___s_VertexHelper_16; public: inline static int32_t get_offset_of_s_DefaultUI_2() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_DefaultUI_2)); } inline Material_t340375123 * get_s_DefaultUI_2() const { return ___s_DefaultUI_2; } inline Material_t340375123 ** get_address_of_s_DefaultUI_2() { return &___s_DefaultUI_2; } inline void set_s_DefaultUI_2(Material_t340375123 * value) { ___s_DefaultUI_2 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultUI_2), value); } inline static int32_t get_offset_of_s_WhiteTexture_3() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_WhiteTexture_3)); } inline Texture2D_t3840446185 * get_s_WhiteTexture_3() const { return ___s_WhiteTexture_3; } inline Texture2D_t3840446185 ** get_address_of_s_WhiteTexture_3() { return &___s_WhiteTexture_3; } inline void set_s_WhiteTexture_3(Texture2D_t3840446185 * value) { ___s_WhiteTexture_3 = value; Il2CppCodeGenWriteBarrier((&___s_WhiteTexture_3), value); } inline static int32_t get_offset_of_s_Mesh_15() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_Mesh_15)); } inline Mesh_t3648964284 * get_s_Mesh_15() const { return ___s_Mesh_15; } inline Mesh_t3648964284 ** get_address_of_s_Mesh_15() { return &___s_Mesh_15; } inline void set_s_Mesh_15(Mesh_t3648964284 * value) { ___s_Mesh_15 = value; Il2CppCodeGenWriteBarrier((&___s_Mesh_15), value); } inline static int32_t get_offset_of_s_VertexHelper_16() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_VertexHelper_16)); } inline VertexHelper_t2453304189 * get_s_VertexHelper_16() const { return ___s_VertexHelper_16; } inline VertexHelper_t2453304189 ** get_address_of_s_VertexHelper_16() { return &___s_VertexHelper_16; } inline void set_s_VertexHelper_16(VertexHelper_t2453304189 * value) { ___s_VertexHelper_16 = value; Il2CppCodeGenWriteBarrier((&___s_VertexHelper_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GRAPHIC_T1660335611_H #ifndef MASKABLEGRAPHIC_T3839221559_H #define MASKABLEGRAPHIC_T3839221559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t3839221559 : public Graphic_t1660335611 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_19; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t340375123 * ___m_MaskMaterial_20; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_t3474889437 * ___m_ParentMask_21; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_22; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_23; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t3661388177 * ___m_OnCullStateChanged_24; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_25; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_26; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t1718750761* ___m_Corners_27; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_19() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculateStencil_19)); } inline bool get_m_ShouldRecalculateStencil_19() const { return ___m_ShouldRecalculateStencil_19; } inline bool* get_address_of_m_ShouldRecalculateStencil_19() { return &___m_ShouldRecalculateStencil_19; } inline void set_m_ShouldRecalculateStencil_19(bool value) { ___m_ShouldRecalculateStencil_19 = value; } inline static int32_t get_offset_of_m_MaskMaterial_20() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_MaskMaterial_20)); } inline Material_t340375123 * get_m_MaskMaterial_20() const { return ___m_MaskMaterial_20; } inline Material_t340375123 ** get_address_of_m_MaskMaterial_20() { return &___m_MaskMaterial_20; } inline void set_m_MaskMaterial_20(Material_t340375123 * value) { ___m_MaskMaterial_20 = value; Il2CppCodeGenWriteBarrier((&___m_MaskMaterial_20), value); } inline static int32_t get_offset_of_m_ParentMask_21() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ParentMask_21)); } inline RectMask2D_t3474889437 * get_m_ParentMask_21() const { return ___m_ParentMask_21; } inline RectMask2D_t3474889437 ** get_address_of_m_ParentMask_21() { return &___m_ParentMask_21; } inline void set_m_ParentMask_21(RectMask2D_t3474889437 * value) { ___m_ParentMask_21 = value; Il2CppCodeGenWriteBarrier((&___m_ParentMask_21), value); } inline static int32_t get_offset_of_m_Maskable_22() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Maskable_22)); } inline bool get_m_Maskable_22() const { return ___m_Maskable_22; } inline bool* get_address_of_m_Maskable_22() { return &___m_Maskable_22; } inline void set_m_Maskable_22(bool value) { ___m_Maskable_22 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_23() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_IncludeForMasking_23)); } inline bool get_m_IncludeForMasking_23() const { return ___m_IncludeForMasking_23; } inline bool* get_address_of_m_IncludeForMasking_23() { return &___m_IncludeForMasking_23; } inline void set_m_IncludeForMasking_23(bool value) { ___m_IncludeForMasking_23 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_24() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_OnCullStateChanged_24)); } inline CullStateChangedEvent_t3661388177 * get_m_OnCullStateChanged_24() const { return ___m_OnCullStateChanged_24; } inline CullStateChangedEvent_t3661388177 ** get_address_of_m_OnCullStateChanged_24() { return &___m_OnCullStateChanged_24; } inline void set_m_OnCullStateChanged_24(CullStateChangedEvent_t3661388177 * value) { ___m_OnCullStateChanged_24 = value; Il2CppCodeGenWriteBarrier((&___m_OnCullStateChanged_24), value); } inline static int32_t get_offset_of_m_ShouldRecalculate_25() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculate_25)); } inline bool get_m_ShouldRecalculate_25() const { return ___m_ShouldRecalculate_25; } inline bool* get_address_of_m_ShouldRecalculate_25() { return &___m_ShouldRecalculate_25; } inline void set_m_ShouldRecalculate_25(bool value) { ___m_ShouldRecalculate_25 = value; } inline static int32_t get_offset_of_m_StencilValue_26() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_StencilValue_26)); } inline int32_t get_m_StencilValue_26() const { return ___m_StencilValue_26; } inline int32_t* get_address_of_m_StencilValue_26() { return &___m_StencilValue_26; } inline void set_m_StencilValue_26(int32_t value) { ___m_StencilValue_26 = value; } inline static int32_t get_offset_of_m_Corners_27() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Corners_27)); } inline Vector3U5BU5D_t1718750761* get_m_Corners_27() const { return ___m_Corners_27; } inline Vector3U5BU5D_t1718750761** get_address_of_m_Corners_27() { return &___m_Corners_27; } inline void set_m_Corners_27(Vector3U5BU5D_t1718750761* value) { ___m_Corners_27 = value; Il2CppCodeGenWriteBarrier((&___m_Corners_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MASKABLEGRAPHIC_T3839221559_H #ifndef TEXT_T1901882714_H #define TEXT_T1901882714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Text struct Text_t1901882714 : public MaskableGraphic_t3839221559 { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t746620069 * ___m_FontData_28; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_29; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t3211863866 * ___m_TextCache_30; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t3211863866 * ___m_TextCacheForLayout_31; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_33; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_t1981460040* ___m_TempVerts_34; public: inline static int32_t get_offset_of_m_FontData_28() { return static_cast(offsetof(Text_t1901882714, ___m_FontData_28)); } inline FontData_t746620069 * get_m_FontData_28() const { return ___m_FontData_28; } inline FontData_t746620069 ** get_address_of_m_FontData_28() { return &___m_FontData_28; } inline void set_m_FontData_28(FontData_t746620069 * value) { ___m_FontData_28 = value; Il2CppCodeGenWriteBarrier((&___m_FontData_28), value); } inline static int32_t get_offset_of_m_Text_29() { return static_cast(offsetof(Text_t1901882714, ___m_Text_29)); } inline String_t* get_m_Text_29() const { return ___m_Text_29; } inline String_t** get_address_of_m_Text_29() { return &___m_Text_29; } inline void set_m_Text_29(String_t* value) { ___m_Text_29 = value; Il2CppCodeGenWriteBarrier((&___m_Text_29), value); } inline static int32_t get_offset_of_m_TextCache_30() { return static_cast(offsetof(Text_t1901882714, ___m_TextCache_30)); } inline TextGenerator_t3211863866 * get_m_TextCache_30() const { return ___m_TextCache_30; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCache_30() { return &___m_TextCache_30; } inline void set_m_TextCache_30(TextGenerator_t3211863866 * value) { ___m_TextCache_30 = value; Il2CppCodeGenWriteBarrier((&___m_TextCache_30), value); } inline static int32_t get_offset_of_m_TextCacheForLayout_31() { return static_cast(offsetof(Text_t1901882714, ___m_TextCacheForLayout_31)); } inline TextGenerator_t3211863866 * get_m_TextCacheForLayout_31() const { return ___m_TextCacheForLayout_31; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCacheForLayout_31() { return &___m_TextCacheForLayout_31; } inline void set_m_TextCacheForLayout_31(TextGenerator_t3211863866 * value) { ___m_TextCacheForLayout_31 = value; Il2CppCodeGenWriteBarrier((&___m_TextCacheForLayout_31), value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_33() { return static_cast(offsetof(Text_t1901882714, ___m_DisableFontTextureRebuiltCallback_33)); } inline bool get_m_DisableFontTextureRebuiltCallback_33() const { return ___m_DisableFontTextureRebuiltCallback_33; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_33() { return &___m_DisableFontTextureRebuiltCallback_33; } inline void set_m_DisableFontTextureRebuiltCallback_33(bool value) { ___m_DisableFontTextureRebuiltCallback_33 = value; } inline static int32_t get_offset_of_m_TempVerts_34() { return static_cast(offsetof(Text_t1901882714, ___m_TempVerts_34)); } inline UIVertexU5BU5D_t1981460040* get_m_TempVerts_34() const { return ___m_TempVerts_34; } inline UIVertexU5BU5D_t1981460040** get_address_of_m_TempVerts_34() { return &___m_TempVerts_34; } inline void set_m_TempVerts_34(UIVertexU5BU5D_t1981460040* value) { ___m_TempVerts_34 = value; Il2CppCodeGenWriteBarrier((&___m_TempVerts_34), value); } }; struct Text_t1901882714_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t340375123 * ___s_DefaultText_32; public: inline static int32_t get_offset_of_s_DefaultText_32() { return static_cast(offsetof(Text_t1901882714_StaticFields, ___s_DefaultText_32)); } inline Material_t340375123 * get_s_DefaultText_32() const { return ___s_DefaultText_32; } inline Material_t340375123 ** get_address_of_s_DefaultText_32() { return &___s_DefaultText_32; } inline void set_s_DefaultText_32(Material_t340375123 * value) { ___s_DefaultText_32 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultText_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXT_T1901882714_H // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_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, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.BoxCollider[] struct BoxColliderU5BU5D_t835877379 : public RuntimeArray { public: ALIGN_FIELD (8) BoxCollider_t1640800422 * m_Items[1]; public: inline BoxCollider_t1640800422 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BoxCollider_t1640800422 ** 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, BoxCollider_t1640800422 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline BoxCollider_t1640800422 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BoxCollider_t1640800422 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BoxCollider_t1640800422 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* 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, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_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, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // DMCore.Framework.XML.DMXmlNode[] struct DMXmlNodeU5BU5D_t4275982093 : public RuntimeArray { public: ALIGN_FIELD (8) DMXmlNode_t3958967524 * m_Items[1]; public: inline DMXmlNode_t3958967524 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DMXmlNode_t3958967524 ** 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, DMXmlNode_t3958967524 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline DMXmlNode_t3958967524 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DMXmlNode_t3958967524 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DMXmlNode_t3958967524 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Collections.Generic.Dictionary`2[] struct Dictionary_2U5BU5D_t635963316 : public RuntimeArray { public: ALIGN_FIELD (8) Dictionary_2_t413092361 * m_Items[1]; public: inline Dictionary_2_t413092361 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Dictionary_2_t413092361 ** 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, Dictionary_2_t413092361 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Dictionary_2_t413092361 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Dictionary_2_t413092361 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Dictionary_2_t413092361 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1493202757_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1746769275_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1218653627_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1107143448_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3741534516_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2107733682_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m938263239_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject * p1, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Component_GetComponentsInChildren_TisRuntimeObject_m3461200874_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2223224509_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1801961427 Dictionary_2_GetEnumerator_m2243911723_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2245450819 Enumerator_get_Current_m3111232608_gshared (Enumerator_t1801961427 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m1421854688_gshared (KeyValuePair_2_t2245450819 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m215662071_gshared (BetterList_1_t2891587622 * __this, int64_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3618312344_gshared (Enumerator_t1801961427 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t BetterList_1_get_Item_m3140183444_gshared (BetterList_1_t2891587622 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t71524366 Enumerator_get_Current_m3431285658_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m1839753989_gshared (KeyValuePair_2_t71524366 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m697420525_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3398155861_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m987949881_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2263725670_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m361000296_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3495598764_gshared (KeyValuePair_2_t71524366 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1578862614_gshared (Action_2_t2470008838 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3345590611_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m914906257_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2730968292_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m1416767016_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m1513755678_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1__ctor_m3670635350_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_Clear_m2711926805_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m2167432147_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t2825281267 * LinkedList_1_get_First_m1512309353_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedListNode`1::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m3891174027_gshared (LinkedListNode_1_t2825281267 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_RemoveFirst_m2082760208_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(!0) extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t2825281267 * LinkedList_1_AddFirst_m4240701168_gshared (LinkedList_1_t1919752173 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t2825281267 * LinkedList_1_AddLast_m3177585097_gshared (LinkedList_1_t1919752173 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3632386771_gshared (List_1_t1221203580 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m214964557_gshared (List_1_t1221203580 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m4162453448_gshared (Dictionary_2_t1277058342 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m3459958539_gshared (List_1_t1221203580 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m2770904181_gshared (Dictionary_2_t1277058342 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2227048709_gshared (List_1_t1221203580 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2938910549_gshared (Dictionary_2_t1277058342 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3231241117 Dictionary_2_GetEnumerator_m2981960891_gshared (Dictionary_2_t1277058342 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t3674730509 Enumerator_get_Current_m632556628_gshared (Enumerator_t3231241117 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3104836953_gshared (KeyValuePair_2_t3674730509 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m245551235_gshared (Enumerator_t3231241117 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m3288061854_gshared (Dictionary_2_t1277058342 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m4126192554_gshared (Dictionary_2_t1277058342 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2278349286_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m2714930061_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_get_Instance_m1621582618_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1786738978_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1521034418_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BetterList_1_get_Item_m1187708413_gshared (BetterList_1_t2235126482 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3152364487_gshared (List_1_t2869341516 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3167860287_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2382293057_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m107019914_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m212974362_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2154023298_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1938428402_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1544430118_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2024781851_gshared (List_1_t2869341516 * __this, float p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m3300912776_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(!0,!1,!2) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1713880820_gshared (Action_3_t3578807402 * __this, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m2358343581_gshared (Dictionary_2_t2625280635 * __this, int32_t p0, int64_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m15403554_gshared (Dictionary_2_t2625280635 * __this, int32_t p0, int64_t p1, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t139379724 LinkedList_1_GetEnumerator_m3578995369_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m899741953_gshared (Enumerator_t139379724 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m880141662_gshared (Enumerator_t139379724 * __this, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonUtility_FromJson_TisRuntimeObject_m1405553448_gshared (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2461023210_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1548220042_gshared (Action_2_t11315885 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2807742409_gshared (Dictionary_2_t2625280635 * __this, const RuntimeMethod* method); // System.Void FitFun.Singleton`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Singleton_1__ctor_m643532412_gshared (Singleton_1_t1404806610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m2051403347_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3581340774_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m358737454_gshared (List_1_t913674750 * __this, int64_t p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t List_1_get_Item_m3814898732_gshared (List_1_t913674750 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2237906497_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m353586409_gshared (Dictionary_2_t949353519 * __this, int32_t p0, int32_t* p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::IndexOf(!0) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m2189688348_gshared (List_1_t1927861623 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m1488119755_gshared (List_1_t1927861623 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1108676631_gshared (Dictionary_2_t949353519 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m46437669_gshared (List_1_t1927861623 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m1930956209_gshared (List_1_t1927861623 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m398309918_gshared (Dictionary_2_t949353519 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m448327179_gshared (List_1_t1927861623 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1143566052_gshared (Dictionary_2_t949353519 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_m2048854920_gshared (List_1_t257213610 * __this, Predicate_1_t3905400288 * p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m916496649_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t BetterList_1_get_Item_m318494546_gshared (BetterList_1_t289316694 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3689618584_gshared (BetterList_1_t289316694 * __this, uint8_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2496795138_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera__ctor_m1230390696 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkRange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkRange__ctor_m345771197 (CWalkRange_t2357921041 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionRange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionRange__ctor_m3991271252 (CInteractionRange_t868014233 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m1493202757(__this, method) (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))BetterList_1__ctor_m1493202757_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4233902579(__this, method) (( void (*) (Dictionary_2_t2275110594 *, const RuntimeMethod*))Dictionary_2__ctor_m1746769275_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CWalkManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkManager__ctor_m1504083091 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetPretenderModeEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetPretenderModeEnable_m1950268146 (ISceneRole_t2394225724 * __this, bool ___bEnable0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetRoleObj(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetRoleObj_m3880305570 (RuntimeObject * __this /* static, unused */, int32_t ___nIndex0, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::GetWalkCamera() extern "C" IL2CPP_METHOD_ATTR CWalkCamera_t1176337330 * CWalkManager_GetWalkCamera_m2368173090 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::Clear() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_Clear_m1189001900 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CInteractionRange DMCore.Framework.Scene.CWalkManager::GetInteractionRange() extern "C" IL2CPP_METHOD_ATTR CInteractionRange_t868014233 * CWalkManager_GetInteractionRange_m3832850933 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionRange::Clear() extern "C" IL2CPP_METHOD_ATTR void CInteractionRange_Clear_m1673904080 (CInteractionRange_t868014233 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::GetWalkRange() extern "C" IL2CPP_METHOD_ATTR CWalkRange_t2357921041 * CWalkManager_GetWalkRange_m2924960475 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkRange::Clear() extern "C" IL2CPP_METHOD_ATTR void CWalkRange_Clear_m2162142570 (CWalkRange_t2357921041 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * CSceneService_GetMainRole_m3386793463 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3782068962(__this, p0, method) (( bool (*) (Dictionary_2_t2275110594 *, int64_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m1218653627_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1705991948(__this, p0, method) (( bool (*) (Dictionary_2_t2275110594 *, int64_t, const RuntimeMethod*))Dictionary_2_Remove_m1107143448_gshared)(__this, p0, method) // System.Int32 DMCore.CDataArray::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetCount_m3616072297 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetInt_m1111369473 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int32_t ___defaultVal1, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkEvent DMCore.Framework.Scene.CWalkEvent::GetWalkEvtIns(System.Int32) extern "C" IL2CPP_METHOD_ATTR CWalkEvent_t1212470810 * CWalkEvent_GetWalkEvtIns_m2895470799 (RuntimeObject * __this /* static, unused */, int32_t ___walkEventType0, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneMoveSync DMCore.Framework.Scene.CSceneMoveSync::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSceneMoveSync_t3746512464 * CSceneMoveSync_GetInstance_m1358064671 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CSceneMoveSync::OnGetMsg(DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CSceneMoveSync_OnGetMsg_m1095001718 (CSceneMoveSync_t3746512464 * __this, CDataArray_t4068198041 * ___data0, int32_t ___index1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkManager::PushWalkEvent(DMCore.Framework.Scene.CWalkEvent) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_PushWalkEvent_m3252668440 (CWalkManager_t3228361237 * __this, CWalkEvent_t1212470810 * ___evtIns0, const RuntimeMethod* method); // System.Int64 DMCore.CDataArray::GetLong(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CDataArray_GetLong_m4094450536 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int64_t ___defaultVal1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CWalkEvent::IsNeedSkip() extern "C" IL2CPP_METHOD_ATTR bool CWalkEvent_IsNeedSkip_m4218433878 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m4148217459(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2275110594 *, int64_t, CWalkEvent_t1212470810 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3741534516_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Scene.CWalkEvent::IsEnd() extern "C" IL2CPP_METHOD_ATTR bool CWalkEvent_IsEnd_m1555391170 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3249220344(__this, p0, p1, method) (( void (*) (Dictionary_2_t2275110594 *, int64_t, CWalkEvent_t1212470810 *, const RuntimeMethod*))Dictionary_2_set_Item_m2107733682_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1892539527(__this, p0, p1, method) (( void (*) (Dictionary_2_t2275110594 *, int64_t, CWalkEvent_t1212470810 *, const RuntimeMethod*))Dictionary_2_Add_m938263239_gshared)(__this, p0, p1, method) // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_Find_m1729760951 (Transform_t3600365921 * __this, String_t* p0, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkManager DMCore.Framework.Scene.CWalkManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWalkManager_t3228361237 * CWalkManager_GetInstance_m2470367946 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkRange::SetCenter(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkRange_SetCenter_m2835306587 (CWalkRange_t2357921041 * __this, Vector3_t3722313464 ___pt0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.DMTriangleClider::.ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void DMTriangleClider__ctor_m1266168824 (DMTriangleClider_t2950399159 * __this, Vector3_t3722313464 ___pos00, Vector3_t3722313464 ___pos11, Vector3_t3722313464 ___pos22, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkRange::PushClider(DMCore.Framework.Scene.DMCliderBase) extern "C" IL2CPP_METHOD_ATTR void CWalkRange_PushClider_m2171279236 (CWalkRange_t2357921041 * __this, DMCliderBase_t794824264 * ___clider0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::Set(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3_Set_m1737058353 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localEulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localEulerAngles_m2136926248 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Navigation.CNavGrid::Init(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CNavGrid_Init_m839021906 (CNavGrid_t19983649 * __this, int32_t ___leftVal0, int32_t ___rightVal1, int32_t ___topVal2, int32_t ___bottomVal3, float ___lengthPerNode4, float ___heightPerNode5, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_GetChild_m1092972975 (Transform_t3600365921 * __this, int32_t p0, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Single DMCore.Framework.Navigation.CNavGrid::get_HeightRate() extern "C" IL2CPP_METHOD_ATTR float CNavGrid_get_HeightRate_m1090956012 (CNavGrid_t19983649 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::RoundToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m1874334613 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Navigation.CNavGrid::InitHeight(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNavGrid_InitHeight_m134602626 (CNavGrid_t19983649 * __this, int32_t ___coordX0, int32_t ___coordY1, int32_t ___coordH2, const RuntimeMethod* method); // DMCore.Framework.Navigation.CNavNode DMCore.Framework.Navigation.CNavGrid::GetNode(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CNavNode_t1599841827 * CNavGrid_GetNode_m3620732109 (CNavGrid_t19983649 * __this, int32_t ___coordX0, int32_t ___coordY1, const RuntimeMethod* method); // System.Void DMCore.Framework.Navigation.CNavNode::set_CanPass(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CNavNode_set_CanPass_m3956722764 (CNavNode_t1599841827 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() extern "C" IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m3145433196 (Transform_t3600365921 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionRange::GetInteracionCliderGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderGroup_t327998540 * CInteractionRange_GetInteracionCliderGroup_m2736705229 (CInteractionRange_t868014233 * __this, int32_t ___groupID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::AttachTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup_AttachTransform_m138891626 (CInteractionCliderGroup_t327998540 * __this, Transform_t3600365921 * ___transVal0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_ToInt_m1396402449 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t ___nDefaultVal1, const RuntimeMethod* method); // DMCore.Framework.Scene.CInteractionCliderItem DMCore.Framework.Scene.CInteractionCliderGroup::InvokInteracionCliderItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderItem_t1940232150 * CInteractionCliderGroup_InvokInteracionCliderItem_m2953612865 (CInteractionCliderGroup_t327998540 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionCliderItem::SetInformation(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderItem_SetInformation_m1570941690 (CInteractionCliderItem_t1940232150 * __this, Transform_t3600365921 * ___transVal0, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() #define Component_GetComponentsInChildren_TisBoxCollider_t1640800422_m812819167(__this, method) (( BoxColliderU5BU5D_t835877379* (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m3461200874_gshared)(__this, method) // System.Void DMCore.Framework.Scene.DMBoxClider::.ctor(UnityEngine.BoxCollider) extern "C" IL2CPP_METHOD_ATTR void DMBoxClider__ctor_m3367394723 (DMBoxClider_t1454175840 * __this, BoxCollider_t1640800422 * ___clider0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionCliderItem::PushClider(DMCore.Framework.Scene.DMCliderBase) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderItem_PushClider_m1350113817 (CInteractionCliderItem_t1940232150 * __this, DMCliderBase_t794824264 * ___clider0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void FitFun.Tracer::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogWarning_m1083847736 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::PushGameObject(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup_PushGameObject_m3129682036 (CInteractionCliderGroup_t327998540 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::OnTick() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_OnTick_m2988549695 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m2223224509(__this, method) (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))BetterList_1_Clear_m2223224509_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2527739969(__this, method) (( Enumerator_t4229293369 (*) (Dictionary_2_t2275110594 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m2243911723_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m3116003204(__this, method) (( KeyValuePair_2_t377815465 (*) (Enumerator_t4229293369 *, const RuntimeMethod*))Enumerator_get_Current_m3111232608_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m496503180(__this, method) (( CWalkEvent_t1212470810 * (*) (KeyValuePair_2_t377815465 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1421854688_gshared)(__this, method) // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m215662071(__this, p0, method) (( void (*) (BetterList_1_t2891587622 *, int64_t, const RuntimeMethod*))BetterList_1_Add_m215662071_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3031852739(__this, method) (( bool (*) (Enumerator_t4229293369 *, const RuntimeMethod*))Enumerator_MoveNext_m3618312344_gshared)(__this, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3140183444(__this, p0, method) (( int64_t (*) (BetterList_1_t2891587622 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m3140183444_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CWalkManager::ProcessFollowTarget() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_ProcessFollowTarget_m1935230792 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::CheckRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_CheckRoleState_m2983555996 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::GetUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * ISceneBaseObj_GetUserProperty_m776816018 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int64 DMCore.CDataProperty::GetLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CDataProperty_GetLong_m2096131398 (CDataProperty_t2806246268 * __this, String_t* ___key0, int64_t ___lDefault1, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService::FindRoleByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CSceneService_FindRoleByUserID_m4171044813 (RuntimeObject * __this /* static, unused */, int64_t ___userID0, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_position_m3387557959 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_forward_m747522392 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_forward(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_forward_m1840797198 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent__ctor_m2524678992 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataArray__ctor_m2623161048 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3820844360 (CDataArray_t4068198041 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3799896857 (CDataArray_t4068198041 * __this, int64_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1044129115 (CDataArray_t4068198041 * __this, float ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CWalkEvent::OnGetMsg(DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CWalkEvent_OnGetMsg_m3522864474 (CWalkEvent_t1212470810 * __this, CDataArray_t4068198041 * ___msg0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Single DMCore.CDataArray::GetFloat(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR float CDataArray_GetFloat_m2138633744 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, float ___defaultVal1, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::RemoveRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_RemoveRoleState_m1533657667 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Scene.CProperty::GetLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CProperty_GetLong_m359864449 (CProperty_t963755051 * __this, String_t* ___propname0, int64_t ___lDefault1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::SetFollowCamera(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SetFollowCamera_m3257888760 (CWalkCamera_t1176337330 * __this, bool ___bEnableFollow0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::FlushFollowCamera() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_FlushFollowCamera_m20976819 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::AddRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_AddRoleState_m2943967725 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::SetInfo(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_SetInfo_m752624831 (CWalkEvent_t1212470810 * __this, Vector3_t3722313464 ___targetPos0, Vector3_t3722313464 ___beginPos1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::OnInit(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnInit_m247998893 (CWalkEvent_t1212470810 * __this, ISceneRole_t2394225724 * ___sceneRole0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::OnTickMove(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnTickMove_m2897709827 (CWalkEvent_t1212470810 * __this, ISceneBaseObj_t858622483 * ___role0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1664421400(__this, method) (( void (*) (List_1_t2266899006 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1322609822(__this, method) (( void (*) (List_1_t2266899006 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2116331374(__this, p0, method) (( void (*) (List_1_t2266899006 *, DMCliderBase_t794824264 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3920255031(__this, p0, method) (( DMCliderBase_t794824264 * (*) (List_1_t2266899006 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1136297764(__this, method) (( int32_t (*) (List_1_t2266899006 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Framework.Scene.DMCliderBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMCliderBase__ctor_m3111314730 (DMCliderBase_t794824264 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Boolean UnityEngine.Collider::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Collider_Raycast_m2876906360 (Collider_t1773347010 * __this, Ray_t3785851493 p0, RaycastHit_t1056001966 * p1, float p2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Ray::get_origin() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Ray_get_origin_m2819290985 (Ray_t3785851493 * __this, const RuntimeMethod* method); // System.Single UnityEngine.RaycastHit::get_distance() extern "C" IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m3727327466 (RaycastHit_t1056001966 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Ray::get_direction() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Ray_get_direction_m761601601 (Ray_t3785851493 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m2104357790 (RuntimeObject * __this /* static, unused */, float p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Addition_m779775034 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Subtraction_m3073674971 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Vector3_Dot_m606404487 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.DMCliderBase::RayTraceTriangle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Ray,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR bool DMCliderBase_RayTraceTriangle_m3958482609 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___v00, Vector3_t3722313464 ___v11, Vector3_t3722313464 ___v22, Ray_t3785851493 ___rayVal3, Vector3_t3722313464 * ___posResult4, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CRoleConfig::IsEnableRoleBlendFace() extern "C" IL2CPP_METHOD_ATTR bool CRoleConfig_IsEnableRoleBlendFace_m2264735641 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__ctor_m4120917529 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::.ctor(DMCore.Framework.Scene.ISceneAvatarBody) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite__ctor_m2007817852 (CAvatarSite_t1752665925 * __this, ISceneAvatarBody_t3588558973 * ___moveAble0, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager__ctor_m1263625120 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::SetOwner(DMCore.Framework.Scene.ISceneAvatarBody) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_SetOwner_m2132561067 (CRoleEffectManager_t3637256918 * __this, ISceneAvatarBody_t3588558973 * ___body0, const RuntimeMethod* method); // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneAvatarBody::GetAvatarSite() extern "C" IL2CPP_METHOD_ATTR CAvatarSite_t1752665925 * ISceneAvatarBody_GetAvatarSite_m4280735166 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.CAvatarSite::CreateAvatarItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * CAvatarSite_CreateAvatarItem_m2019342553 (CAvatarSite_t1752665925 * __this, int32_t ___cate0, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.CAvatarSite::FindAvatarItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * CAvatarSite_FindAvatarItem_m3681740487 (CAvatarSite_t1752665925 * __this, int32_t ___cate0, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Framework.Scene.CProperty::GetKeys() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * CProperty_GetKeys_m6339137 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2276455407(__this, method) (( int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator DMCore.Framework.Scene.CAvatarSite::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2451428052 CAvatarSite_GetEnumerator_m1415828918 (CAvatarSite_t1752665925 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m59556516(__this, method) (( KeyValuePair_2_t2894917444 (*) (Enumerator_t2451428052 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m611959596(__this, method) (( int32_t (*) (KeyValuePair_2_t2894917444 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m697420525(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Add_m697420525_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1600580383(__this, method) (( bool (*) (Enumerator_t2451428052 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::ChangeSkin(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_ChangeSkin_m3681856285 (CAvatarSite_t1752665925 * __this, int32_t ___skinId0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m953835688(__this, p0, method) (( String_t* (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.String::CompareTo(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareTo_m3414379165 (String_t* __this, String_t* p0, const RuntimeMethod* method); // DMCore.Framework.Scene.AvatarInfo DMCore.Framework.Scene.CAvatarHelp::AsAvatarInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR AvatarInfo_t571832948 * CAvatarHelp_AsAvatarInfo_m1012662642 (RuntimeObject * __this /* static, unused */, int32_t ___itemID0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_Category() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_Category_m2094546247 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneAvatarBody::GetModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneAvatarBody_GetModelItem_m1005926466 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nCategory0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetSubModelItemIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSubModelItemIndex_m1516327529 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_SubIndex() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_SubIndex_m786032553 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_Sex_m3718099394 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::ChangeSubModel(System.Int32,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_ChangeSubModel_m1069865053 (CRoleModelItem_t1608531946 * __this, int32_t ___nSex0, int32_t ___nItemIndex1, bool ___bAysn2, bool ___bDirectLoad3, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetModelID_m2197572308 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m987949881(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m987949881_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m2263725670(__this, p0, method) (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Contains_m2263725670_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CRoleModelItem::OnDestroy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnDestroy_m1465529345 (CRoleModelItem_t1608531946 * __this, bool ___bEnableResume0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m361000296(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m361000296_gshared)(__this, method) // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneAvatarBody::FindModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneAvatarBody_FindModelItem_m2897315059 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nCategory0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::SetRoleItemEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetRoleItemEnable_m3456968021 (CRoleModelItem_t1608531946 * __this, bool ___b0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsRoleItemEnable() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsRoleItemEnable_m3413806313 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CAvatarSite::WearAvatar(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CAvatarSite_WearAvatar_m812548984 (CAvatarSite_t1752665925 * __this, int32_t ___itemID0, bool ___bAysn1, bool ___bDirectLoad2, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneAvatarBody::GetSex() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneAvatarBody_GetSex_m3392603294 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::GetInstance() extern "C" IL2CPP_METHOD_ATTR CJuniorRoleModelItem_t636793867 * CJuniorRoleModelItem_GetInstance_m2353718821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CJuniorRoleModelItem::GetDefaultModelItem(System.Boolean,DMCore.Framework.Scene.AvatarCate) extern "C" IL2CPP_METHOD_ATTR int32_t CJuniorRoleModelItem_GetDefaultModelItem_m384567376 (CJuniorRoleModelItem_t636793867 * __this, bool ___ifMale0, int32_t ___cat1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::HoldResources() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_HoldResources_m37748790 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m566560947(__this, method) (( CRoleModelItem_t1608531946 * (*) (KeyValuePair_2_t2894917444 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModelItem::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_LoadingResource_m2591595945 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfigManager_t3017667155 * CRoleModelItem_SuitConfigManager_GetInstance_m3634792590 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::TryWearSuit(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfigManager_TryWearSuit_m4162724810 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, int64_t ___userID1, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfig DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetSuitCfg(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfig_t3912215432 * CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem_SuitConfig::IsDone() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_SuitConfig_IsDone_m2238062894 (CRoleModelItem_SuitConfig_t3912215432 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_SuitConfig_GetItemCount_m225672488 (CRoleModelItem_SuitConfig_t3912215432 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetItemID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_SuitConfig_GetItemID_m2687720188 (CRoleModelItem_SuitConfig_t3912215432 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_StopEffect_m3562134177 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_PlayEffect_m1641389585 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_PlayEffect_m3757415791 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, String_t* ___bindBoneName3, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.CRoleEffectManager::GetEffectRoot(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CRoleEffectManager_GetEffectRoot_m2975894142 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_Clear_m885802197 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsEnable_m3745268461 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetEnable_m217419873 (ISceneBaseObj_t858622483 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnRoleEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnRoleEnable_m1002368919 (CRoleModelItem_t1608531946 * __this, bool ___bRoleEnableNow0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::Reset() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_Reset_m1928825497 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsNeedSubmit() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsNeedSubmit_m1853932435 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::Reload() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_Reload_m919028703 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::Clear() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_Clear_m2618079574 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::DestroyAvatar() extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_DestroyAvatar_m4073980386 (CAvatarSite_t1752665925 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_Destroy_m2170965624 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::DestroyAll() extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_DestroyAll_m1900279317 (CAvatarSite_t1752665925 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnUpdate_m1897338165 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnUpdate_m978550602 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsValid_m632020454 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::FitVehicleAnim() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_FitVehicleAnim_m459242281 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::GetAnimSite() extern "C" IL2CPP_METHOD_ATTR CAnimSite_t233742424 * ISceneBaseObj_GetAnimSite_m1357014666 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void CAnimSite::SynchronizeTargetAnim(CAnimSite) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_SynchronizeTargetAnim_m881565285 (CAnimSite_t233742424 * __this, CAnimSite_t233742424 * ___dest0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnLateUpdate_m1353150370 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CAvatarBinding DMCore.Framework.Scene.CRoleModelItem::GetAvatarBinding() extern "C" IL2CPP_METHOD_ATTR CAvatarBinding_t1216096343 * CRoleModelItem_GetAvatarBinding_m1759129545 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::GetBindTargetMain(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CAvatarBinding_GetBindTargetMain_m2271926819 (CAvatarBinding_t1216096343 * __this, bool ___male0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m2006396688 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // CSkeletonSite DMCore.Framework.Scene.ISceneBaseObj::GetSkeletonSite() extern "C" IL2CPP_METHOD_ATTR CSkeletonSite_t1178137573 * ISceneBaseObj_GetSkeletonSite_m251848588 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CAvatarBinding::get_BindBoneName() extern "C" IL2CPP_METHOD_ATTR String_t* CAvatarBinding_get_BindBoneName_m1410294478 (CAvatarBinding_t1216096343 * __this, const RuntimeMethod* method); // UnityEngine.Transform CSkeletonSite::GetBone(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_GetBone_m772310976 (CSkeletonSite_t1178137573 * __this, String_t* ___boneName0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_rotation_m3524318132 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_OnAfterAnimUpdate_m29231580 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::OnAfterAnim() extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_OnAfterAnim_m2661536085 (CAvatarSite_t1752665925 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsReady_m4181127110 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsReady_m3318928730 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void CAnimSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAnimSite__ctor_m929762818 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Void CSkeletonSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSite__ctor_m1378794604 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAudioSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAudioSite__ctor_m185037343 (CAudioSite_t2953826499 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneSite__ctor_m3645380679 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::set_EnableAutoRelaxAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_set_EnableAutoRelaxAnim_m1800426087 (ISceneBaseObj_t858622483 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2887041057(__this, method) (( void (*) (List_1_t817360128 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProperty__ctor_m1842622200 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2047516667(__this, p0, p1, method) (( void (*) (Action_2_t319610619 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1578862614_gshared)(__this, p0, p1, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m838414602(__this, p0, p1, method) (( void (*) (Action_1_t2019918284 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CProperty::OnRegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_OnRegisterListener_m297633249 (CProperty_t963755051 * __this, Action_2_t319610619 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataProperty__ctor_m4247268200 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2722879698(__this, p0, p1, method) (( void (*) (Action_2_t2799970140 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1578862614_gshared)(__this, p0, p1, method) // System.Void DMCore.CDataProperty::RegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_RegisterListener_m3253102657 (CDataProperty_t2806246268 * __this, Action_2_t2799970140 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method); // DMCore.Framework.Scene.CAudioSite DMCore.Framework.Scene.ISceneBaseObj::GetAudioSite() extern "C" IL2CPP_METHOD_ATTR CAudioSite_t2953826499 * ISceneBaseObj_GetAudioSite_m774775513 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAudioSite::SetAudioEnvironment(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void CAudioSite_SetAudioEnvironment_m1126111024 (CAudioSite_t2953826499 * __this, ISceneBaseObj_t858622483 * ___sceneOwner0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAudioSite::OnEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAudioSite_OnEnable_m3053728913 (CAudioSite_t2953826499 * __this, bool ___bEnable0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ResetAnim(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ResetAnim_m1618882349 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___gameObj0, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m170606278 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // UnityEngine.Animation DMCore.Framework.Scene.ISceneBaseObj::CreateAnimCpt() extern "C" IL2CPP_METHOD_ATTR Animation_t3648466861 * ISceneBaseObj_CreateAnimCpt_m3394691980 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void CAnimSite::SetAnimEnvironment(DMCore.Framework.Scene.ISceneBaseObj,UnityEngine.Animation,CSkeletonSite) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_SetAnimEnvironment_m3176899690 (CAnimSite_t233742424 * __this, ISceneBaseObj_t858622483 * ___sceneOwner0, Animation_t3648466861 * ___animPlayer1, CSkeletonSite_t1178137573 * ___skeletonSite2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetName_m2657421930 (ISceneBaseObj_t858622483 * __this, String_t* ___strName0, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Framework.Misc.CMiscHelp::GetActive3DCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * CMiscHelp_GetActive3DCamera_m1925094002 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetChildBoneTrans(System.String,UnityEngine.Vector3&,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetChildBoneTrans_m2300247844 (ISceneBaseObj_t858622483 * __this, String_t* ___boneName0, Vector3_t3722313464 * ___posTPOS1, Quaternion_t2301928331 * ___rotTPOSInvert2, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_WorldToScreenPoint_m3726311023 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m837145387 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::SetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetInt_m72189256 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___value1, const RuntimeMethod* method); // System.Int32 DMCore.CDataProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetInt_m1935343217 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___nDefault1, const RuntimeMethod* method); // UnityEngine.Object FitFun.AssetManager::LoadAsset(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * AssetManager_LoadAsset_m1115993353 (RuntimeObject * __this /* static, unused */, String_t* ___path_0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1643428058(__this, method) (( void (*) (List_1_t817360128 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Quaternion__ctor_m435141806 (Quaternion_t2301928331 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransformMove__ctor_m56117532 (stTransformMove_t3640252682 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Scene.ISceneSite::Tell() extern "C" IL2CPP_METHOD_ATTR float ISceneSite_Tell_m3487188177 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m469409233(__this, p0, method) (( void (*) (List_1_t817360128 *, stTransformMove_t3640252682 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void CAnimSite::StopAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_StopAnim_m744227390 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Boolean CAnimSite::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_IfExistAnim_m54548297 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetIdleAnim_m1936918694 (ISceneBaseObj_t858622483 * __this, String_t* ___animName0, const RuntimeMethod* method); // System.Boolean CAnimSite::SetIdleAnim(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_SetIdleAnim_m2919088148 (CAnimSite_t233742424 * __this, String_t* ___animPath0, float ___idleFadeIn1, const RuntimeMethod* method); // System.Void CAnimSite::ClearAnimCached() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_ClearAnimCached_m2770422380 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Void CAnimSite::PauseAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_PauseAnim_m521609244 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Void CAnimSite::ResumeAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_ResumeAnim_m2362767433 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Boolean CAnimSite::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_PlayAnimClip_m2670366768 (CAnimSite_t233742424 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_Destroy_m3726802780 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___target0, const RuntimeMethod* method); // System.Boolean DMCore.CDataProperty::Exist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CDataProperty_Exist_m372773481 (CDataProperty_t2806246268 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void CAnimSite::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_OnDestroy_m1564647853 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Void CSkeletonSite::Clear() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSite_Clear_m1465145911 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAudioSite::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CAudioSite_OnDestroy_m2232631896 (CAudioSite_t2953826499 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::DettachNetProperty() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_DettachNetProperty_m3209181164 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // UnityEngine.Transform CSkeletonSite::GetChildBoneTrans(System.String,UnityEngine.Vector3&,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_GetChildBoneTrans_m2115485952 (CSkeletonSite_t1178137573 * __this, String_t* ___boneName0, Vector3_t3722313464 * ___posTPOS1, Quaternion_t2301928331 * ___rotTPOSInvert2, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m291480324 (Object_t631007953 * __this, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::Append(DMCore.Framework.Scene.CProperty) extern "C" IL2CPP_METHOD_ATTR void CProperty_Append_m396754954 (CProperty_t963755051 * __this, CProperty_t963755051 * ___other0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::OnUnRegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_OnUnRegisterListener_m2419209623 (CProperty_t963755051 * __this, Action_2_t319610619 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3345590611_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisAnimation_t3648466861_m2689494502(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m914906257_gshared)(__this, method) // System.Void UnityEngine.Animation::set_playAutomatically(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Animation_set_playAutomatically_m3664844654 (Animation_t3648466861 * __this, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::set_cullingType(UnityEngine.AnimationCullingType) extern "C" IL2CPP_METHOD_ATTR void Animation_set_cullingType_m309686333 (Animation_t3648466861 * __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::DoMoving() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_DoMoving_m2274969534 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void CAnimSite::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_OnUpdate_m1340691293 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAudioSite::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CAudioSite_OnUpdate_m3947908847 (CAudioSite_t2953826499 * __this, const RuntimeMethod* method); // System.Void CAnimSite::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_OnLateUpdate_m2851510144 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CProperty::AppendOne(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR bool CProperty_AppendOne_m578731943 (CProperty_t963755051 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m247198074(__this, p0, method) (( stTransformMove_t3640252682 * (*) (List_1_t817360128 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Lerp_m407887542 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, float p2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Lerp_m1238806789 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, float p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m1737632654(__this, p0, method) (( void (*) (List_1_t817360128 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1672116170(__this, method) (( int32_t (*) (List_1_t817360128 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Framework.Scene.ISceneAvatarBody::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody__ctor_m3026184422 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::set_PreEnterRoomAnimName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_PreEnterRoomAnimName_m1207106764 (ISceneRole_t2394225724 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4204035120(__this, method) (( void (*) (List_1_t1017553631 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean DMCore.Framework.Scene.CWalkManager::get_EnableChangeModel() extern "C" IL2CPP_METHOD_ATTR bool CWalkManager_get_EnableChangeModel_m492159633 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::InitAvatarSite(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_InitAvatarSite_m687612912 (CAvatarSite_t1752665925 * __this, bool ___isBaby0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::LoadingResource(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadingResource_m1741647283 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetChangeModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetChangeModel_m2585185700 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Range_m4054026115 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Random_Range_m2202990745 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetScenePointTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetScenePointTrans_m1104265267 (RuntimeObject * __this /* static, unused */, int32_t ___posIndex0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::LookAt(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_LookAt_m3649447396 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneRole::GetRoleFashionLevel() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetRoleFashionLevel_m4134509595 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneRole::GetRoleFashionLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetRoleFashionLevel_m3458306213 (RuntimeObject * __this /* static, unused */, int32_t ___fashionVal0, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_VehicleCfgManager_t2872767124 * CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::GetVehicleCfg(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_VehicleCfg_t3488277076 * CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089 (CRoleModelItem_VehicleCfgManager_t2872767124 * __this, int32_t ___vehicleID0, const RuntimeMethod* method); // DMCore.Framework.Scene.CVehicleRoleAnimName DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::GetPartner(System.Boolean) extern "C" IL2CPP_METHOD_ATTR CVehicleRoleAnimName_t758558953 * CRoleModelItem_VehicleCfg_GetPartner_m1186830452 (CRoleModelItem_VehicleCfg_t3488277076 * __this, bool ___male0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::get_AnimNameIdle() extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_get_AnimNameIdle_m2358933187 (CVehicleRoleAnimName_t758558953 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IfModelItemEnable(DMCore.Framework.Scene.AvatarCate) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IfModelItemEnable_m818929063 (ISceneAvatarBody_t3588558973 * __this, int32_t ___category0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetFullItemID() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetFullItemID_m3835475041 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::PlayRalaxAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_PlayRalaxAnim_m3814698505 (CRoleModelItem_t1608531946 * __this, bool ___bPlay0, const RuntimeMethod* method); // DMCore.Framework.Scene.CVehicleRoleAnimName DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::GetOwner(System.Boolean) extern "C" IL2CPP_METHOD_ATTR CVehicleRoleAnimName_t758558953 * CRoleModelItem_VehicleCfg_GetOwner_m2048399818 (CRoleModelItem_VehicleCfg_t3488277076 * __this, bool ___male0, const RuntimeMethod* method); // DMCore.Logic.CSuitAnimCfg DMCore.Logic.CSuitAnimCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitAnimCfg_t328222487 * CSuitAnimCfg_GetInstance_m1078416264 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CSuitAnimCfg/stSuitData DMCore.Logic.CSuitAnimCfg::IfCanPlayIdleSuitAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR stSuitData_t1825678009 * CSuitAnimCfg_IfCanPlayIdleSuitAnim_m255096553 (CSuitAnimCfg_t328222487 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method); // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_IdleAnim() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_IdleAnim_m2193191486 (stSuitData_t1825678009 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IfExistWing() extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IfExistWing_m1762582921 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsBusy() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsBusy_m2477670000 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IfExistAnim_m267911107 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // UnityEngine.AnimationClip DMCore.Framework.Misc.CMiscHelp::GetSkeletonAnim(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CMiscHelp_GetSkeletonAnim_m3255520599 (RuntimeObject * __this /* static, unused */, String_t* ___skeletonName0, const RuntimeMethod* method); // System.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_PlayAnimClip_m3190763634 (ISceneBaseObj_t858622483 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::GetRandomPlayName() extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_GetRandomPlayName_m4232037906 (CVehicleRoleAnimName_t758558953 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::GetPartnerPlayName(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* CRoleModelItem_VehicleCfg_GetPartnerPlayName_m2261654309 (CRoleModelItem_VehicleCfg_t3488277076 * __this, bool ___maleOwner0, bool ___malePartner1, const RuntimeMethod* method); // System.Void CAnimSite::PlayAnimOnce(System.String) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_PlayAnimOnce_m4015861408 (CAnimSite_t233742424 * __this, String_t* ___animPath0, const RuntimeMethod* method); // DMCore.Logic.CSuitAnimCfg/stSuitData DMCore.Logic.CSuitAnimCfg::IfCanPlayRelaxSuitAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR stSuitData_t1825678009 * CSuitAnimCfg_IfCanPlayRelaxSuitAnim_m3746905269 (CSuitAnimCfg_t328222487 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method); // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_AnimName() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_AnimName_m3940212888 (stSuitData_t1825678009 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_EffectName() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_EffectName_m978606511 (stSuitData_t1825678009 * __this, const RuntimeMethod* method); // System.Single DMCore.Logic.CSuitAnimCfg/stSuitData::get_EffectTime() extern "C" IL2CPP_METHOD_ATTR float stSuitData_get_EffectTime_m2362298311 (stSuitData_t1825678009 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneAvatarBody::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_PlayEffect_m1781900459 (ISceneAvatarBody_t3588558973 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method); // System.Single DMCore.Framework.Scene.CRoleModelItem::GetNextPlayTime(System.Single) extern "C" IL2CPP_METHOD_ATTR float CRoleModelItem_GetNextPlayTime_m4151726217 (CRoleModelItem_t1608531946 * __this, float ___fTime0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneAvatarBody::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_Destroy_m3454387676 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::DestroyRoleParams() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_DestroyRoleParams_m3852120245 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::DestroyPretender() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_DestroyPretender_m180652183 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_ResetIdleAnim_m2438303903 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::WearSubModel(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_WearSubModel_m1491959671 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nSubModelId0, bool ___bAsyn1, bool ___Direct2, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::TakeOffModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_TakeOffModel_m3558964862 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nModelID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_WearSuit_m2703862880 (ISceneAvatarBody_t3588558973 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::PlayAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_PlayAnim_m2130897867 (CRoleModelItem_t1608531946 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneAvatarBody::EnableModelItem(DMCore.Framework.Scene.AvatarCate,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_EnableModelItem_m2934873520 (ISceneAvatarBody_t3588558973 * __this, int32_t ___category0, bool ___bEnable1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::EnableFollowedObject(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_EnableFollowedObject_m3016896269 (ISceneRole_t2394225724 * __this, int64_t ___objectId0, bool ___isEnable1, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetSceneBaseObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetSceneBaseObj_m1922388889 (RuntimeObject * __this /* static, unused */, int64_t ___userID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneBaby::ResetFollowDistance(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSceneBaby_ResetFollowDistance_m4167350098 (CSceneBaby_t758495210 * __this, float ___safeDistance0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IsReady_m3539629533 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnCreate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnCreate_m2476126066 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SubmitToScene_m799218937 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void CSkeletonSite::set_RootBone(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSite_set_RootBone_m4068911538 (CSkeletonSite_t1178137573 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::OnInit(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnInit_m2124850211 (CRoleModelFace_t1285730091 * __this, Material_t340375123 * ___nativeClose0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::BindOriginalGo(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_BindOriginalGo_m3563711932 (CRoleModelItem_t1608531946 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::get_EnableResetLocation() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_get_EnableResetLocation_m3836554147 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CProperty::Check(System.String) extern "C" IL2CPP_METHOD_ATTR bool CProperty_Check_m2093268374 (CProperty_t963755051 * __this, String_t* ___propname0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetScenePoint(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetScenePoint_m3088388914 (ISceneRole_t2394225724 * __this, int32_t ___scenePt0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::set_EnableResetLocation(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_EnableResetLocation_m3350401902 (ISceneRole_t2394225724 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnSubmitToScene() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnSubmitToScene_m246349242 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleMovePlugin::.ctor(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void CRoleMovePlugin__ctor_m152528498 (CRoleMovePlugin_t1887142873 * __this, ISceneBaseObj_t858622483 * ___role0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnReady_m4001975239 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetUserId_m830872956 (ISceneBaseObj_t858622483 * __this, int64_t ___nUserId0, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m2743671346 (CDataProperty_t2806246268 * __this, String_t* ___key0, int64_t ___value1, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::GetBindTargetFollow(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CAvatarBinding_GetBindTargetFollow_m2081544485 (CAvatarBinding_t1216096343 * __this, bool ___male0, const RuntimeMethod* method); // DMCore.Framework.Scene.CInteractionCliderItem DMCore.Framework.Scene.CInteractionRange::FindInteracionCliderItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderItem_t1940232150 * CInteractionRange_FindInteracionCliderItem_m4137299991 (CInteractionRange_t868014233 * __this, int32_t ___InteractionID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CWalkCamera::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool CWalkCamera_IsEnable_m1548027643 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionCliderItem::GetCenter() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CInteractionCliderItem_GetCenter_m3757805819 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion DMCore.Framework.Scene.CInteractionCliderItem::GetRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 CInteractionCliderItem_GetRotation_m1600691375 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneAvatarBody::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_OnLateUpdate_m614134439 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CPropData::GetInt() extern "C" IL2CPP_METHOD_ATTR int32_t CPropData_GetInt_m2221393311 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Scene.CPropData::GetLong() extern "C" IL2CPP_METHOD_ATTR int64_t CPropData_GetLong_m2266891612 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_eulerAngles_m2743581774 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m565254235 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_m135219616 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::OnModelChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnModelChanged_m2288175910 (ISceneRole_t2394225724 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CProperty::GetWideStr(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CProperty_GetWideStr_m2042428682 (CProperty_t963755051 * __this, String_t* ___propname0, String_t* ___strDefault1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsHighQuality_m3319450917 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::LoadFromPrefab(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_LoadFromPrefab_m1643718464 (ISceneBaseObj_t858622483 * __this, String_t* ___strPath0, bool ___Async1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::.ctor(DMCore.Framework.Scene.ISceneAvatarBody) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace__ctor_m4201600695 (CRoleModelFace_t1285730091 * __this, ISceneAvatarBody_t3588558973 * ___role0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneAvatarBody::LoadSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_LoadSubModels_m2953008318 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPetModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetModel__ctor_m2823182446 (CPetModel_t3783790547 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetModelID_m3286778194 (ISceneBaseObj_t858622483 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPetModel::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void CPetModel_LoadingResource_m2925010647 (CPetModel_t3783790547 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneAvatarBody::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_SetEnable_m1356130404 (ISceneAvatarBody_t3588558973 * __this, bool ___enableNow0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IsNeedSubmit() extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IsNeedSubmit_m3641879808 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m2404707562 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t* p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneAvatarBody::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_OnUpdate_m558821740 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneSite::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneSite_Update_m626253138 (ISceneSite_t3999208198 * __this, float ___fTimeDelta0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.AvatarInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void AvatarInfo__ctor_m89811936 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarHelp::CalcAvatarInfo(System.Int32,DMCore.Framework.Scene.AvatarInfo&) extern "C" IL2CPP_METHOD_ATTR void CAvatarHelp_CalcAvatarInfo_m2513778130 (RuntimeObject * __this /* static, unused */, int32_t ___itemID0, AvatarInfo_t571832948 ** ___result1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::ChangeModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_ChangeModelID_m4097645203 (ISceneRole_t2394225724 * __this, int32_t ___id0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::get_AnimNameWalk() extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_get_AnimNameWalk_m3610183044 (CVehicleRoleAnimName_t758558953 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m332823477(__this, p0, method) (( ISceneSite_t3999208198 * (*) (List_1_t1176315644 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.ISceneSite::Reset() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_Reset_m2751833619 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3021822947(__this, method) (( int32_t (*) (List_1_t1176315644 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Framework.Scene.ISceneSite::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_LateUpdate_m1799254379 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneSite::Paint() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_Paint_m2817166628 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneSite::DrawScreen3D() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_DrawScreen3D_m3139075508 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneSite DMCore.Framework.Scene.ISceneSite::GetFather() extern "C" IL2CPP_METHOD_ATTR ISceneSite_t3999208198 * ISceneSite_GetFather_m1358707055 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Scene.ISceneSite::DeltaTime() extern "C" IL2CPP_METHOD_ATTR float ISceneSite_DeltaTime_m1497016204 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2492616442(__this, method) (( void (*) (List_1_t1176315644 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m559333303(__this, p0, method) (( bool (*) (List_1_t1176315644 *, ISceneSite_t3999208198 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2842547678(__this, p0, method) (( void (*) (List_1_t1176315644 *, ISceneSite_t3999208198 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3659623129(__this, p0, method) (( bool (*) (List_1_t1176315644 *, ISceneSite_t3999208198 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2455246644(__this, method) (( void (*) (List_1_t1176315644 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Framework.Scene.ISceneRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneRole__ctor_m212722519 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.TriRole::set_IsSubmitAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TriRole_set_IsSubmitAlready_m714482217 (TriRole_t907519295 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.TriRole::GetMyModelID() extern "C" IL2CPP_METHOD_ATTR int32_t TriRole_GetMyModelID_m913873912 (TriRole_t907519295 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.TriRole::BindTricycle(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void TriRole_BindTricycle_m2230536459 (TriRole_t907519295 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::ClearAnimCached() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ClearAnimCached_m960245356 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() #define GameObject_GetComponentInChildren_TisCVehicleBody_t2299351654_m2155714999(__this, method) (( CVehicleBody_t2299351654 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m1513755678_gshared)(__this, method) // System.Void CVehicleBody::SetRoleOwner(DMCore.Framework.Scene.ISceneAvatarBody) extern "C" IL2CPP_METHOD_ATTR void CVehicleBody_SetRoleOwner_m1549781348 (CVehicleBody_t2299351654 * __this, ISceneAvatarBody_t3588558973 * ___owner0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.AvatarInfo::GetFullName() extern "C" IL2CPP_METHOD_ATTR String_t* AvatarInfo_GetFullName_m2182792055 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.AvatarInfo::GetResPath() extern "C" IL2CPP_METHOD_ATTR String_t* AvatarInfo_GetResPath_m2373098328 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Transform_SetParent_m273471670 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, bool p1, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.TriRole::GetFullModelResPath() extern "C" IL2CPP_METHOD_ATTR String_t* TriRole_GetFullModelResPath_m3070456612 (TriRole_t907519295 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsReady_m2864932283 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetBitValue(System.Int32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetBitValue_m3106479109 (RuntimeObject * __this /* static, unused */, int32_t ___input0, uint32_t ___posFromLeftSide1, int32_t ___defaultVal2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetEnable_m286995857 (ISceneRole_t2394225724 * __this, bool ___enableNow0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_Destroy_m1995019410 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.TriRole::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void TriRole_LoadingResource_m2046881272 (TriRole_t907519295 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SubmitToScene_m1879067220 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnUpdate_m3560575392 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.SkyboxRotate::FixSkybox() extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_FixSkybox_m578906859 (SkyboxRotate_t356761585 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisSkybox_t2662837510_m681337268(__this, method) (( Skybox_t2662837510 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Material UnityEngine.Skybox::get_material() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * Skybox_get_material_m3789022787 (Skybox_t2662837510 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RenderSettings::set_skybox(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void RenderSettings_set_skybox_m1979596356 (RuntimeObject * __this /* static, unused */, Material_t340375123 * p0, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.RenderSettings::get_skybox() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * RenderSettings_get_skybox_m1418963821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Material::GetFloat(System.String) extern "C" IL2CPP_METHOD_ATTR float Material_GetFloat_m2210875428 (Material_t340375123 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void Material_SetFloat_m3226510453 (Material_t340375123 * __this, String_t* p0, float p1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisSkybox_t2662837510_m3514487626(__this, method) (( Skybox_t2662837510 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m914906257_gshared)(__this, method) // System.Void UnityEngine.Skybox::set_material(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Skybox_set_material_m3176166872 (Skybox_t2662837510 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisCamera_t4157153871_m1557787507(__this, method) (( Camera_t4157153871 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect__ctor_m2614021312 (Rect_t2360479859 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_rect(UnityEngine.Rect) extern "C" IL2CPP_METHOD_ATTR void Camera_set_rect_m521006799 (Camera_t4157153871 * __this, Rect_t2360479859 p0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m4010886457 (ManualResetEvent_t451242010 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m1335587376(__this, method) (( void (*) (LinkedList_1_t4129815330 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // System.Void DMCore.Framework.Thread.CThreadLock::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadLock__ctor_m2708615033 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ThreadStart__ctor_m3250019360 (ThreadStart_t1006689297 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) extern "C" IL2CPP_METHOD_ATTR void Thread__ctor_m777188137 (Thread_t2300836069 * __this, ThreadStart_t1006689297 * p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() extern "C" IL2CPP_METHOD_ATTR void Thread_Start_m2860771284 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Thread.CThreadLock::Lock() extern "C" IL2CPP_METHOD_ATTR bool CThreadLock_Lock_m3448296176 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::Clear() #define LinkedList_1_Clear_m951813919(__this, method) (( void (*) (LinkedList_1_t4129815330 *, const RuntimeMethod*))LinkedList_1_Clear_m2711926805_gshared)(__this, method) // System.Void DMCore.Framework.Thread.CThreadLock::UnLock() extern "C" IL2CPP_METHOD_ATTR void CThreadLock_UnLock_m2922388906 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m1231295413(__this, method) (( int32_t (*) (LinkedList_1_t4129815330 *, const RuntimeMethod*))LinkedList_1_get_Count_m2167432147_gshared)(__this, method) // System.Void System.Threading.Thread::Sleep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Thread_Sleep_m483098292 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() #define LinkedList_1_get_First_m2280304909(__this, method) (( LinkedListNode_1_t740377128 * (*) (LinkedList_1_t4129815330 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m3266229447(__this, method) (( IThreadMsg_t995202025 * (*) (LinkedListNode_1_t740377128 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m783358073(__this, method) (( void (*) (LinkedList_1_t4129815330 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // System.Void FitFun.Tracer::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_Log_m3513947261 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(!0) #define LinkedList_1_AddFirst_m668639403(__this, p0, method) (( LinkedListNode_1_t740377128 * (*) (LinkedList_1_t4129815330 *, IThreadMsg_t995202025 *, const RuntimeMethod*))LinkedList_1_AddFirst_m4240701168_gshared)(__this, p0, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) #define LinkedList_1_AddLast_m4225405674(__this, p0, method) (( LinkedListNode_1_t740377128 * (*) (LinkedList_1_t4129815330 *, IThreadMsg_t995202025 *, const RuntimeMethod*))LinkedList_1_AddLast_m3177585097_gshared)(__this, p0, method) // System.Void DMCore.Framework.Thread.IThreadMsg::SetFailded() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg_SetFailded_m2507299407 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m2445193251 (EventWaitHandle_t777845177 * __this, const RuntimeMethod* method); // System.Void System.Threading.Mutex::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Mutex__ctor_m2825059899 (Mutex_t3066672582 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Threading.Mutex::ReleaseMutex() extern "C" IL2CPP_METHOD_ATTR void Mutex_ReleaseMutex_m3169074890 (Mutex_t3066672582 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3632386771(__this, method) (( void (*) (List_1_t1221203580 *, const RuntimeMethod*))List_1__ctor_m3632386771_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m214964557(__this, p0, method) (( void (*) (List_1_t1221203580 *, int32_t, const RuntimeMethod*))List_1_Add_m214964557_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2731385819(__this, method) (( void (*) (Dictionary_2_t2578695322 *, const RuntimeMethod*))Dictionary_2__ctor_m4162453448_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m618727671(__this, method) (( void (*) (Dictionary_2_t1382638365 *, const RuntimeMethod*))Dictionary_2__ctor_m4162453448_gshared)(__this, method) // System.Void DMCore.Framework.Thread.CThreadManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadManager__ctor_m1630243820 (CThreadManager_t1155338034 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3459958539(__this, p0, method) (( int32_t (*) (List_1_t1221203580 *, int32_t, const RuntimeMethod*))List_1_get_Item_m3459958539_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m62289507(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1382638365 *, int32_t, CThread_t3185686187 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m2770904181_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Thread.CThread::GetEndMsg() extern "C" IL2CPP_METHOD_ATTR void CThread_GetEndMsg_m2757714428 (CThread_t3185686187 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2227048709(__this, method) (( int32_t (*) (List_1_t1221203580 *, const RuntimeMethod*))List_1_get_Count_m2227048709_gshared)(__this, method) // System.Void DMCore.Framework.Thread.CThreadManager::PushMsg(DMCore.Framework.Thread.enumThreadID,DMCore.Framework.Thread.IThreadMsg,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_PushMsg_m2790061995 (CThreadManager_t1155338034 * __this, int32_t ___id0, IThreadMsg_t995202025 * ___msg1, bool ___highPriority2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2636024711(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2578695322 *, int32_t, CMonoThreadSimulator_t86775848 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m2770904181_gshared)(__this, p0, p1, method) // System.Void UnityEngine.GameObject::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m2093116449 (GameObject_t1113636619 * __this, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisCMonoThreadSimulator_t86775848_m2072323465(__this, method) (( CMonoThreadSimulator_t86775848 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m914906257_gshared)(__this, method) // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m166252750 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m212590861(__this, p0, p1, method) (( void (*) (Dictionary_2_t2578695322 *, int32_t, CMonoThreadSimulator_t86775848 *, const RuntimeMethod*))Dictionary_2_Add_m2938910549_gshared)(__this, p0, p1, method) // System.Void CMonoThreadSimulator::push(DMCore.Framework.Thread.CThreadMsgWebGet,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMonoThreadSimulator_push_m2610401299 (CMonoThreadSimulator_t86775848 * __this, CThreadMsgWebGet_t2224858682 * ___msg0, bool ___highPriority1, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThread::PushMsg(DMCore.Framework.Thread.IThreadMsg,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CThread_PushMsg_m3488309297 (CThread_t3185686187 * __this, IThreadMsg_t995202025 * ___msg0, bool ___highPriority1, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThread::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThread__ctor_m622732024 (CThread_t3185686187 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m852998046(__this, p0, p1, method) (( void (*) (Dictionary_2_t1382638365 *, int32_t, CThread_t3185686187 *, const RuntimeMethod*))Dictionary_2_Add_m2938910549_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Thread.CThread::Start() extern "C" IL2CPP_METHOD_ATTR void CThread_Start_m3402148526 (CThread_t3185686187 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m675724443(__this, method) (( Enumerator_t3336821140 (*) (Dictionary_2_t1382638365 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m2981960891_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1373423376(__this, method) (( KeyValuePair_2_t3780310532 (*) (Enumerator_t3336821140 *, const RuntimeMethod*))Enumerator_get_Current_m632556628_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2474659176(__this, method) (( CThread_t3185686187 * (*) (KeyValuePair_2_t3780310532 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3104836953_gshared)(__this, method) // System.Void DMCore.Framework.Thread.CThread::Stop() extern "C" IL2CPP_METHOD_ATTR void CThread_Stop_m3937678865 (CThread_t3185686187 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m2376142346(__this, method) (( bool (*) (Enumerator_t3336821140 *, const RuntimeMethod*))Enumerator_MoveNext_m245551235_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1622822326(__this, method) (( void (*) (Dictionary_2_t1382638365 *, const RuntimeMethod*))Dictionary_2_Clear_m3288061854_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2647080173(__this, p0, method) (( bool (*) (Dictionary_2_t1382638365 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m4126192554_gshared)(__this, p0, method) // System.Void DMCore.Framework.Thread.CThread::SlienceStop() extern "C" IL2CPP_METHOD_ATTR void CThread_SlienceStop_m726332005 (CThread_t3185686187 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.IWebGetMsgBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void IWebGetMsgBase__ctor_m1931967911 (IWebGetMsgBase_t740935312 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::set_RequestRefuse(System.String) extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet_set_RequestRefuse_m3140651709 (CThreadMsgWebGet_t2224858682 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Byte[] UnityEngine.WWW::get_bytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* WWW_get_bytes_m3061182897 (WWW_t3688466362 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.WWW::get_bytesDownloaded() extern "C" IL2CPP_METHOD_ATTR int32_t WWW_get_bytesDownloaded_m2453026756 (WWW_t3688466362 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.IWebPostMsgBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void IWebPostMsgBase__ctor_m4009552825 (IWebPostMsgBase_t2445430203 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadMsgWebPost::set_RequestRefuse(System.String) extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebPost_set_RequestRefuse_m1595853486 (CThreadMsgWebPost_t2657819115 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m800430703 (Uri_t100236324 * __this, String_t* p0, const RuntimeMethod* method); // System.Net.WebRequest System.Net.WebRequest::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * WebRequest_Create_m2603246108 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * p0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m3941437302 (StreamReader_t4009935899 * __this, Stream_t1273022909 * p0, Encoding_t1523322056 * p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.IThreadMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg__ctor_m509884931 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m3511298534(__this, method) (( void (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2180602332(__this, method) (( void (*) (Dictionary_2_t1029701331 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4046162348(__this, method) (( void (*) (Dictionary_2_t3210789151 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Framework.URL.CURLManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CURLManager__ctor_m1804995986 (CURLManager_t2578998768 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3184822460(__this, p0, method) (( bool (*) (Dictionary_2_t3210789151 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void DMCore.Framework.URL.CURLManager/CURLPostData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CURLPostData__ctor_m4085435323 (CURLPostData_t3425532852 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2528198850(__this, p0, p1, method) (( void (*) (Dictionary_2_t3210789151 *, String_t*, CURLPostData_t3425532852 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) #define LinkedList_1_AddLast_m980610863(__this, p0, method) (( LinkedListNode_1_t1592625792 * (*) (LinkedList_1_t687096698 *, String_t*, const RuntimeMethod*))LinkedList_1_AddLast_m3177585097_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m1415204279(__this, method) (( int32_t (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_get_Count_m2167432147_gshared)(__this, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() #define LinkedList_1_get_First_m2874225059(__this, method) (( LinkedListNode_1_t1592625792 * (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m2392486284(__this, method) (( String_t* (*) (LinkedListNode_1_t1592625792 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m3486779266(__this, method) (( void (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2268760768(__this, p0, method) (( CURLPostData_t3425532852 * (*) (Dictionary_2_t3210789151 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m404110273(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3210789151 *, String_t*, CURLPostData_t3425532852 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m906527132(__this /* static, unused */, method) (( ServerSetting_t2760349885 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.String ServerSetting::GetPropertyValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ServerSetting_GetPropertyValue_m2475801718 (ServerSetting_t2760349885 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2401482396(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1029701331 *, String_t*, CURLResData_t1244445032 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.URL.CURLManager/CURLResData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CURLResData__ctor_m2729636831 (CURLResData_t1244445032 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m451687388(__this, p0, p1, method) (( void (*) (Dictionary_2_t1029701331 *, String_t*, CURLResData_t1244445032 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(!0) #define LinkedList_1_AddFirst_m3233453830(__this, p0, method) (( LinkedListNode_1_t1592625792 * (*) (LinkedList_1_t687096698 *, String_t*, const RuntimeMethod*))LinkedList_1_AddFirst_m4240701168_gshared)(__this, p0, method) // System.Void DMCore.Framework.URL.OnUrlGetTaskDown::Invoke(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void OnUrlGetTaskDown_Invoke_m4106112121 (OnUrlGetTaskDown_t3730717116 * __this, String_t* ___path0, int64_t ___userData1, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m837314852(__this, p0, method) (( CURLResData_t1244445032 * (*) (Dictionary_2_t1029701331 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3690580538(__this, p0, method) (( bool (*) (Dictionary_2_t1029701331 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2438093830(__this, p0, method) (( bool (*) (Dictionary_2_t1029701331 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m1786738978_gshared)(__this, p0, method) // System.Void DMCore.Framework.XML.DMXmlNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlNode__ctor_m4014632942 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlDocument__ctor_m1999715427 (DMXmlDocument_t2468531415 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlSerial::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DMXmlSerial__ctor_m2514249048 (DMXmlSerial_t1029243897 * __this, String_t* ___strOrg0, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlNodeList__ctor_m2198242240 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Char DMCore.Framework.XML.DMXmlSerial::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar DMXmlSerial_get_Item_m3623854977 (DMXmlSerial_t1029243897 * __this, int32_t ___i0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::Pop() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_Pop_m3136560729 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlNode::SetNodeName(DMCore.Framework.XML.DMXmlSerial) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_SetNodeName_m164867616 (DMXmlNode_t3958967524 * __this, DMXmlSerial_t1029243897 * ___nameSerial0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNode_get_ChildNodes_m14158511 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m2128542311(__this, p0, method) (( void (*) (BetterList_1_t3113987842 *, DMXmlNode_t3958967524 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Void DMCore.Framework.XML.DMXmlNode::AddAttributeNative(DMCore.Framework.XML.DMXmlSerial,DMCore.Framework.XML.DMXmlSerial) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_AddAttributeNative_m669688486 (DMXmlNode_t3958967524 * __this, DMXmlSerial_t1029243897 * ___key0, DMXmlSerial_t1029243897 * ___val1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_Item_m3433089129 (DMXmlNodeList_t795971656 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlNode::SerialToString(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_SerialToString_m2359361991 (DMXmlNode_t3958967524 * __this, StringBuilder_t * ___sbVal0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.XML.DMXmlNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNodeList_get_Count_m1776804761 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m4039421717(__this, method) (( void (*) (BetterList_1_t2935806958 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void DMCore.Framework.XML.DMXmlNode::set_Parent(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_set_Parent_m3147973293 (DMXmlNode_t3958967524 * __this, DMXmlNode_t3958967524 * ___value0, const RuntimeMethod* method); // System.String DMCore.Framework.XML.DMXmlSerial::get_RealText() extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlSerial_get_RealText_m3350810865 (DMXmlSerial_t1029243897 * __this, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlSerial::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlSerial_t1029243897 * DMXmlSerial_FromString_m2973593847 (RuntimeObject * __this /* static, unused */, String_t* ___strFull0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.XML.DMXmlSerial::EqualString(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMXmlSerial_EqualString_m4204928528 (DMXmlSerial_t1029243897 * __this, String_t* ___other0, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3745418477(__this, p0, method) (( DMXmlNode_t3958967524 * (*) (BetterList_1_t3113987842 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::FindNode(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_FindNode_m1047441073 (DMXmlNodeList_t795971656 * __this, String_t* ___nodeName0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNodeList::FindNodeList(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNodeList_FindNodeList_m835661080 (DMXmlNodeList_t795971656 * __this, String_t* ___nodeName0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.XML.DMXmlNode::FindAttriIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNode_FindAttriIndex_m1216428450 (DMXmlNode_t3958967524 * __this, String_t* ___key0, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m2032547231(__this, p0, method) (( DMXmlAttribute_t3780786640 * (*) (BetterList_1_t2935806958 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.String DMCore.Framework.XML.DMXmlNode::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlNode_GetAttribute_m2954850936 (DMXmlNode_t3958967524 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1758051682 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m4087101237 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.String) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m12213886 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.String) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m1364128555 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlNode/DMXmlAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlAttribute__ctor_m1406273113 (DMXmlAttribute_t3780786640 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m1865026566(__this, p0, method) (( void (*) (BetterList_1_t2935806958 *, DMXmlAttribute_t3780786640 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::get_Parent() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_get_Parent_m2513184265 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.String DMCore.Framework.XML.DMXmlNode::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlNode_get_Name_m3620017394 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m4079346502(__this, method) (( void (*) (BetterList_1_t3113987842 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Boolean DMCore.Framework.XML.DMXmlNode::IsNodeName(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMXmlNode_IsNodeName_m1197447144 (DMXmlNode_t3958967524 * __this, String_t* ___nodeName0, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlSerial::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlSerial__ctor_m2095661433 (DMXmlSerial_t1029243897 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Min_m18103608 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m2510091139 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.String DMCore.IDataUnit::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* IDataUnit_GetXmlElemString_m3411326493 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3152364487(__this, method) (( void (*) (List_1_t2869341516 *, const RuntimeMethod*))List_1__ctor_m3152364487_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1158359793(__this, method) (( void (*) (Dictionary_2_t3911196134 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1886869245(__this, method) (( void (*) (List_1_t2199590249 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2312709220(__this, method) (( void (*) (Dictionary_2_t3988524122 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2903941560(__this, method) (( void (*) (Dictionary_2_t1088303580 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m3768010563(__this, method) (( void (*) (Dictionary_2_t2208238762 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1205774902(__this, method) (( void (*) (Dictionary_2_t3311733826 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void FitFun.CConfigSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CConfigSite__ctor_m1200915073 (CConfigSite_t3219909558 * __this, const RuntimeMethod* method); // System.Void FitFun.CConfigSite::PushTask(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CConfigSite_PushTask_m269625903 (CConfigSite_t3219909558 * __this, String_t* ___text0, int32_t ___usrData1, const RuntimeMethod* method); // System.Void DMCore.Logic.CInteractiveConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig__ctor_m9305230 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m798973611(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3911196134 *, int32_t, ActionInfo_t727515507 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3167860287_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2>::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1280097966(__this, p0, method) (( bool (*) (Dictionary_2_t2208238762 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m1586686462(__this, p0, method) (( List_1_t3319525431 * (*) (Dictionary_2_t2208238762 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m620664077(__this, p0, method) (( bool (*) (Dictionary_2_t3911196134 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m445751559(__this, p0, method) (( ActionInfo_t727515507 * (*) (Dictionary_2_t3911196134 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Logic.CInteractiveConfig::LoadPoseConfig(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_LoadPoseConfig_m2056588788 (CInteractiveConfig_t2063269181 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void DMCore.Logic.CInteractiveConfig::LoadBabyConfig(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_LoadBabyConfig_m2983795899 (CInteractiveConfig_t2063269181 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void DMCore.Logic.CInteractiveConfig::LoadCfg(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_LoadCfg_m1268092411 (CInteractiveConfig_t2063269181 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1447119458 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2371872819(__this, method) (( void (*) (List_1_t2199590249 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1681362054(__this, method) (( void (*) (Dictionary_2_t3911196134 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m926144416 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, const RuntimeMethod* method); // System.Void DMCore.Logic.ActionInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionInfo__ctor_m3533770338 (ActionInfo_t727515507 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void DMCore.Logic.CInteractiveConfig::AddPose(DMCore.Logic.ActionInfo) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_AddPose_m3055389549 (CInteractiveConfig_t2063269181 * __this, ActionInfo_t727515507 * ___info0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2277765195(__this, p0, p1, method) (( void (*) (Dictionary_2_t3911196134 *, int32_t, ActionInfo_t727515507 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1725473467(__this, p0, method) (( void (*) (List_1_t2199590249 *, ActionInfo_t727515507 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2154023298(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_Clear_m2154023298_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2322919848(__this, method) (( void (*) (Dictionary_2_t3988524122 *, const RuntimeMethod*))Dictionary_2_Clear_m1938428402_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2841163766(__this, p0, p1, method) (( void (*) (Dictionary_2_t3911196134 *, int32_t, ActionInfo_t727515507 *, const RuntimeMethod*))Dictionary_2_set_Item_m1544430118_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::set_Item(!0,!1) #define Dictionary_2_set_Item_m2074792419(__this, p0, p1, method) (( void (*) (Dictionary_2_t2208238762 *, int32_t, List_1_t3319525431 *, const RuntimeMethod*))Dictionary_2_set_Item_m1544430118_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.ActionEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionEffect__ctor_m1052187113 (ActionEffect_t4203267823 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::GetXmlElemFloat(System.Xml.XmlElement,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_GetXmlElemFloat_m3630113139 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, float ___fDefault2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2024781851(__this, p0, method) (( void (*) (List_1_t2869341516 *, float, const RuntimeMethod*))List_1_Add_m2024781851_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m918358533(__this, p0, p1, method) (( void (*) (Dictionary_2_t3988524122 *, String_t*, ActionEffect_t4203267823 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // DMCore.Logic.CInteractiveConfig DMCore.Logic.CInteractiveConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractiveConfig_t2063269181 * CInteractiveConfig_GetInstance_m1304557195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CInteractiveConfig::GetAmount() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetAmount_m1817999266 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m699107486(__this, method) (( void (*) (Dictionary_2_t1088303580 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m2199357574(__this, p0, method) (( List_1_t128053199 * (*) (Dictionary_2_t3311733826 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2>::ContainsKey(!0) #define Dictionary_2_ContainsKey_m4226727103(__this, p0, method) (( bool (*) (Dictionary_2_t1088303580 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m1362381464(__this, p0, p1, method) (( void (*) (Dictionary_2_t1088303580 *, int32_t, List_1_t2199590249 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2>::set_Item(!0,!1) #define Dictionary_2_set_Item_m4046672389(__this, p0, p1, method) (( void (*) (Dictionary_2_t1088303580 *, int32_t, List_1_t2199590249 *, const RuntimeMethod*))Dictionary_2_set_Item_m1544430118_gshared)(__this, p0, p1, method) // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m2039758131(__this, p0, method) (( List_1_t2199590249 * (*) (Dictionary_2_t1088303580 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // enumMemberLevel DMCore.Logic.CInteractiveConfig::get_GetCurMemberLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_get_GetCurMemberLevel_m2670022248 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CInteractiveConfig::GetActionCout(enumMemberLevel) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetActionCout_m3762355685 (CInteractiveConfig_t2063269181 * __this, int32_t ___level0, const RuntimeMethod* method); // DMCore.Logic.ActionInfo DMCore.Logic.CInteractiveConfig::GetActionData(enumMemberLevel,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionInfo_t727515507 * CInteractiveConfig_GetActionData_m2234212052 (CInteractiveConfig_t2063269181 * __this, int32_t ___level0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2>::get_Count() #define Dictionary_2_get_Count_m1887984566(__this, method) (( int32_t (*) (Dictionary_2_t1088303580 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m827914923(__this, p0, p1, method) (( void (*) (Dictionary_2_t3311733826 *, int32_t, List_1_t128053199 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m3364340345(__this, method) (( void (*) (Dictionary_2_t3311733826 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Int32 System.Collections.Generic.Dictionary`2>::get_Count() #define Dictionary_2_get_Count_m447978254(__this, method) (( int32_t (*) (Dictionary_2_t3311733826 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2658419190(__this, method) (( int32_t (*) (List_1_t2199590249 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1542683258(__this, p0, method) (( ActionInfo_t727515507 * (*) (List_1_t2199590249 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Logic.CInteractiveConfig/OnChooseNewInter::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnChooseNewInter_Invoke_m287264964 (OnChooseNewInter_t3809561974 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m2491068633(__this, p0, method) (( bool (*) (List_1_t2199590249 *, ActionInfo_t727515507 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Action`3::Invoke(!0,!1,!2) #define Action_3_Invoke_m1713880820(__this, p0, p1, p2, method) (( void (*) (Action_3_t3578807402 *, int32_t, int32_t, int32_t, const RuntimeMethod*))Action_3_Invoke_m1713880820_gshared)(__this, p0, p1, p2, method) // DMCore.Logic.IMsgHandler DMCore.Logic.CKDDeviceService::GetMH() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CKDDeviceService_GetMH_m4225318652 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2358343581(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2625280635 *, int32_t, int64_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m2358343581_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m15403554(__this, p0, p1, method) (( void (*) (Dictionary_2_t2625280635 *, int32_t, int64_t, const RuntimeMethod*))Dictionary_2_set_Item_m15403554_gshared)(__this, p0, p1, method) // MessageHandler MessageHandler::GetInstance() extern "C" IL2CPP_METHOD_ATTR MessageHandler_t3017544858 * MessageHandler_GetInstance_m511688706 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp_m3350697880 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Misc.CMiscHelp::ToLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CMiscHelp_ToLong_m203243206 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int64_t ___lDefaultVal1, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() #define LinkedList_1_GetEnumerator_m2298069321(__this, method) (( Enumerator_t1127471601 (*) (LinkedList_1_t2907844050 *, const RuntimeMethod*))LinkedList_1_GetEnumerator_m3578995369_gshared)(__this, method) // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m4077443021(__this, method) (( CDataArray_t4068198041 * (*) (Enumerator_t1127471601 *, const RuntimeMethod*))Enumerator_get_Current_m899741953_gshared)(__this, method) // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3610446807(__this, method) (( bool (*) (Enumerator_t1127471601 *, const RuntimeMethod*))Enumerator_MoveNext_m880141662_gshared)(__this, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) #define LinkedList_1_AddLast_m329034811(__this, p0, method) (( LinkedListNode_1_t3813373144 * (*) (LinkedList_1_t2907844050 *, CDataArray_t4068198041 *, const RuntimeMethod*))LinkedList_1_AddLast_m3177585097_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m2611927432(__this, method) (( int32_t (*) (LinkedList_1_t2907844050 *, const RuntimeMethod*))LinkedList_1_get_Count_m2167432147_gshared)(__this, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() #define LinkedList_1_get_First_m3977447555(__this, method) (( LinkedListNode_1_t3813373144 * (*) (LinkedList_1_t2907844050 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m1152914827(__this, method) (( CDataArray_t4068198041 * (*) (LinkedListNode_1_t3813373144 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m2708647211(__this, method) (( void (*) (LinkedList_1_t2907844050 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // System.Void DMCore.Logic.CKDDeviceService::DoShowInvite(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_DoShowInvite_m1100198360 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method); // DMCore.Logic.CKDDeviceInfo DMCore.Logic.CKDDeviceService::GetDeviceInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CKDDeviceInfo_t2554338809 * CKDDeviceService_GetDeviceInfo_m1244554302 (RuntimeObject * __this /* static, unused */, int32_t ___id0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CKDDeviceInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceInfo__ctor_m1890349121 (CKDDeviceInfo_t2554338809 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3069956404(__this, p0, method) (( void (*) (List_1_t4026413551 *, CKDDeviceInfo_t2554338809 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2189478225(__this, p0, method) (( CKDDeviceInfo_t2554338809 * (*) (List_1_t4026413551 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1876512557(__this, method) (( int32_t (*) (List_1_t4026413551 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !!0 UnityEngine.JsonUtility::FromJson(System.String) #define JsonUtility_FromJson_TisGameEndParams_t2409445106_m3803418968(__this /* static, unused */, p0, method) (( GameEndParams_t2409445106 * (*) (RuntimeObject * /* static, unused */, String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisRuntimeObject_m1405553448_gshared)(__this /* static, unused */, p0, method) // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m2461023210(__this, p0, method) (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, method) // System.Void Loom::QueueOnMainThread(System.Action`1,System.String) extern "C" IL2CPP_METHOD_ATTR void Loom_QueueOnMainThread_m1011641833 (RuntimeObject * __this /* static, unused */, Action_1_t2019918284 * ___action0, String_t* ___txt1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Debug_LogFormat_m309087137 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2499209327(__this, p0, p1, method) (( void (*) (Action_2_t3073627706 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1548220042_gshared)(__this, p0, p1, method) // System.Single DMCore.Logic.CKDDeviceService::GetSteer(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CKDDeviceService_GetSteer_m1866443668 (RuntimeObject * __this /* static, unused */, int32_t ___id0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_Equals_m1601893879 (float* __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Application::Quit() extern "C" IL2CPP_METHOD_ATTR void Application_Quit_m470877999 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m2471290996(__this, method) (( void (*) (LinkedList_1_t2907844050 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2807742409(__this, method) (( void (*) (Dictionary_2_t2625280635 *, const RuntimeMethod*))Dictionary_2__ctor_m2807742409_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m10894940(__this, method) (( void (*) (List_1_t4026413551 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void FitFun.Singleton`1::.ctor() #define Singleton_1__ctor_m1398614225(__this, method) (( void (*) (Singleton_1_t19536393 *, const RuntimeMethod*))Singleton_1__ctor_m643532412_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.String FitFun.AssetManager::LoadText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* AssetManager_LoadText_m1978970207 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMiscConfig::OnLoad(System.String) extern "C" IL2CPP_METHOD_ATTR bool CMiscConfig_OnLoad_m775998711 (CMiscConfig_t1694835947 * __this, String_t* ___loadedObj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1279106658(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2_Clear_m1938428402_gshared)(__this, method) // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m3447431122 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m187286838(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2249167092(__this, p0, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.String DMCore.Logic.CMiscConfig::GetValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m1810403399 (CMiscConfig_t1694835947 * __this, String_t* ___id0, String_t* ___defaultValue1, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2643467469(__this, p0, method) (( String_t* (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.Single DMCore.Framework.Misc.CMiscHelp::ToFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_ToFloat_m661515888 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, float ___fDefault1, const RuntimeMethod* method); // System.String DMCore.Logic.CMiscConfig::GetValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m2443549100 (CMiscConfig_t1694835947 * __this, String_t* ___id0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3194139652(__this, method) (( void (*) (Dictionary_2_t413092361 *, const RuntimeMethod*))Dictionary_2__ctor_m1746769275_gshared)(__this, method) // System.Void DMCore.Logic.CPhotoManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager__ctor_m305653688 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPhotoManager::GetPhotoContainer(DMCore.Logic.EPhotoType) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t413092361 * CPhotoManager_GetPhotoContainer_m234126674 (CPhotoManager_t704993275 * __this, int32_t ___photoType0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2703509630(__this, method) (( Enumerator_t2367275136 (*) (Dictionary_2_t413092361 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m2243911723_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m3866122697(__this, method) (( KeyValuePair_2_t2810764528 (*) (Enumerator_t2367275136 *, const RuntimeMethod*))Enumerator_get_Current_m3111232608_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m181540397(__this, method) (( CPlayerPhotoLib_t3645419873 * (*) (KeyValuePair_2_t2810764528 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1421854688_gshared)(__this, method) // System.Void DMCore.Logic.CPlayerPhotoLib::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_ClearAll_m2535572549 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3420153151(__this, method) (( bool (*) (Enumerator_t2367275136 *, const RuntimeMethod*))Enumerator_MoveNext_m3618312344_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3539223798(__this, method) (( void (*) (Dictionary_2_t413092361 *, const RuntimeMethod*))Dictionary_2_Clear_m2051403347_gshared)(__this, method) // System.Void DMCore.Logic.CPlayerPhotoLib::ClearExceptPhoto() extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_ClearExceptPhoto_m500777317 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3197124127(__this, p0, p1, method) (( bool (*) (Dictionary_2_t413092361 *, int64_t, CPlayerPhotoLib_t3645419873 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3741534516_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPlayerPhotoLib::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib__ctor_m679019940 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPlayerPhotoLib::OnInit(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_OnInit_m1850158121 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m804743470(__this, p0, p1, method) (( void (*) (Dictionary_2_t413092361 *, int64_t, CPlayerPhotoLib_t3645419873 *, const RuntimeMethod*))Dictionary_2_Add_m938263239_gshared)(__this, p0, p1, method) // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3900357046(__this, method) (( void (*) (List_1_t1465954377 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int64 DMCore.Logic.CPlayerPhotoLib::GetHeadPhotoID() extern "C" IL2CPP_METHOD_ATTR int64_t CPlayerPhotoLib_GetHeadPhotoID_m83287906 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method); // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::RequestPhotoByID(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_RequestPhotoByID_m1686474240 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___isBigOne1, const RuntimeMethod* method); // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::GetTextureByPhotoID(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_GetTextureByPhotoID_m1514093914 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___bigOne1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPlayerPhotoLib::RequestGetPhoto(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_RequestGetPhoto_m4064108061 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___bigOne1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3443885369(__this, p0, method) (( CPhotoInfo_t4288846931 * (*) (List_1_t1465954377 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3818745975(__this, method) (( int32_t (*) (List_1_t1465954377 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3581340774(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1__ctor_m3581340774_gshared)(__this, method) // System.Void DMCore.Logic.CPlayerPhotoLib/CPhotoInfo::DestroyAll() extern "C" IL2CPP_METHOD_ATTR void CPhotoInfo_DestroyAll_m1184636937 (CPhotoInfo_t4288846931 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m1998034305(__this, p0, method) (( void (*) (List_1_t1465954377 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPlayerPhotoLib/CPhotoInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoInfo__ctor_m2355481392 (CPhotoInfo_t4288846931 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2279817056(__this, p0, method) (( void (*) (List_1_t1465954377 *, CPhotoInfo_t4288846931 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m358737454(__this, p0, method) (( void (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))List_1_Add_m358737454_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3814898732(__this, p0, method) (( int64_t (*) (List_1_t913674750 *, int32_t, const RuntimeMethod*))List_1_get_Item_m3814898732_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2237906497(__this, method) (( int32_t (*) (List_1_t913674750 *, const RuntimeMethod*))List_1_get_Count_m2237906497_gshared)(__this, method) // System.Void DMCore.Logic.CPlayerPhotoLib::SetPhotoID(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_SetPhotoID_m3385342145 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___isBigOne1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3946063580(__this, method) (( void (*) (List_1_t1465954377 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // DMCore.Framework.URL.CURLManager DMCore.Framework.URL.CURLManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CURLManager_t2578998768 * CURLManager_GetInstance_m1166728630 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.URL.CURLManager::GetUrlObject(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CURLManager_GetUrlObject_m173663503 (CURLManager_t2578998768 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Texture2D__ctor_m2862217990 (Texture2D_t3840446185 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, const RuntimeMethod* method); // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m2182108104 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * p0, ByteU5BU5D_t4116647657* p1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPlayerPhotoLib::PushPhotoResult(System.Int64,UnityEngine.Texture2D,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_PushPhotoResult_m1296904173 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___PhotoID0, Texture2D_t3840446185 * ___tex1, bool ___bigOne2, const RuntimeMethod* method); // System.Void DMCore.Framework.URL.CURLManager::RemoveUrlObject(System.String) extern "C" IL2CPP_METHOD_ATTR void CURLManager_RemoveUrlObject_m1275450391 (CURLManager_t2578998768 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void DMCore.Framework.URL.OnUrlGetTaskDown::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnUrlGetTaskDown__ctor_m1943020277 (OnUrlGetTaskDown_t3730717116 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Framework.URL.CURLManager::PushTask(System.String,System.Boolean,System.String,DMCore.Framework.URL.OnUrlGetTaskDown,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CURLManager_PushTask_m669214287 (CURLManager_t2578998768 * __this, String_t* ___localPath0, bool ___bHigh1, String_t* ___localDirect2, OnUrlGetTaskDown_t3730717116 * ___callBack3, int64_t ___userData4, const RuntimeMethod* method); // System.String DMCore.Logic.CPhotoManager::GetSmallPictureName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoManager_GetSmallPictureName_m736706205 (RuntimeObject * __this /* static, unused */, String_t* ___fullName0, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoleConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleConfig__ctor_m3422238869 (CRoleConfig_t3543365145 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Clear_m1542459772 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Ini.CIniFile::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIniFile__ctor_m3137372490 (CIniFile_t2879301433 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Ini.CIniFile::LoadText(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIniFile_LoadText_m2088181559 (CIniFile_t2879301433 * __this, String_t* ___textVal0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Ini.CIniFile::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIniFile_GetSectionCount_m1690370596 (CIniFile_t2879301433 * __this, const RuntimeMethod* method); // DMCore.Framework.Ini.CIniSection DMCore.Framework.Ini.CIniFile::GetSection(System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniSection_t1218490364 * CIniFile_GetSection_m2927514527 (CIniFile_t2879301433 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Ini.CIniSection::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIniSection_GetItemCount_m2955586327 (CIniSection_t1218490364 * __this, const RuntimeMethod* method); // DMCore.Framework.Ini.CIniItem DMCore.Framework.Ini.CIniSection::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniItem_t4093898296 * CIniSection_GetItem_m1669271756 (CIniSection_t1218490364 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m1879965761 (CDataProperty_t2806246268 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Void FitFun.Tracer::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Tracer_LogError_m2639997090 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2790634385(__this, method) (( void (*) (Dictionary_2_t714391340 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CSuitAnimCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSuitAnimCfg__ctor_m3568104541 (CSuitAnimCfg_t328222487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m353586409(__this, p0, p1, method) (( bool (*) (Dictionary_2_t949353519 *, int32_t, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m353586409_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1::IndexOf(!0) #define List_1_IndexOf_m2189688348(__this, p0, method) (( int32_t (*) (List_1_t1927861623 *, int32_t, const RuntimeMethod*))List_1_IndexOf_m2189688348_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1488119755(__this, method) (( int32_t (*) (List_1_t1927861623 *, const RuntimeMethod*))List_1_get_Count_m1488119755_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1674573557(__this, p0, p1, method) (( bool (*) (Dictionary_2_t714391340 *, int32_t, stSuitData_t1825678009 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3167860287_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::IfCanPlayRelaxAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_IfCanPlayRelaxAnim_m652558210 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method); // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel DMCore.Logic.CSuitAnimCfg/stSuitData::get_DisplayLevel() extern "C" IL2CPP_METHOD_ATTR int32_t stSuitData_get_DisplayLevel_m2137979891 (stSuitData_t1825678009 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetCategory() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetCategory_m3754405430 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSuitAnimCfg::CheckHigherLevel(DMCore.Framework.Scene.AvatarCate,DMCore.Framework.Scene.AvatarCate) extern "C" IL2CPP_METHOD_ATTR bool CSuitAnimCfg_CheckHigherLevel_m352451230 (RuntimeObject * __this /* static, unused */, int32_t ___my0, int32_t ___target1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::IfCanPlayIdleAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_IfCanPlayIdleAnim_m3772956317 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::IfCanPlayWalkAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_IfCanPlayWalkAnim_m489384516 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3914404257(__this, method) (( void (*) (Dictionary_2_t714391340 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1108676631(__this, method) (( void (*) (Dictionary_2_t949353519 *, const RuntimeMethod*))Dictionary_2_Clear_m1108676631_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m46437669(__this, method) (( void (*) (List_1_t1927861623 *, const RuntimeMethod*))List_1_Clear_m46437669_gshared)(__this, method) // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::.ctor(DMCore.Framework.Ini.CIniSection,System.Int32) extern "C" IL2CPP_METHOD_ATTR void stSuitData__ctor_m2702023732 (stSuitData_t1825678009 * __this, CIniSection_t1218490364 * ___section0, int32_t ___mainID1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1680470531(__this, p0, p1, method) (( void (*) (Dictionary_2_t714391340 *, int32_t, stSuitData_t1825678009 *, const RuntimeMethod*))Dictionary_2_set_Item_m1544430118_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1930956209(__this, p0, method) (( void (*) (List_1_t1927861623 *, int32_t, const RuntimeMethod*))List_1_Add_m1930956209_gshared)(__this, p0, method) // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel DMCore.Logic.CSuitAnimCfg::ParseDisplayLevel(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSuitAnimCfg_ParseDisplayLevel_m3026119263 (RuntimeObject * __this /* static, unused */, String_t* ___levelValue0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m398309918(__this, p0, p1, method) (( void (*) (Dictionary_2_t949353519 *, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m398309918_gshared)(__this, p0, p1, method) // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m448327179(__this, method) (( void (*) (List_1_t1927861623 *, const RuntimeMethod*))List_1__ctor_m448327179_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1143566052(__this, method) (( void (*) (Dictionary_2_t949353519 *, const RuntimeMethod*))Dictionary_2__ctor_m1143566052_gshared)(__this, method) // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_DisplayLevel(DMCore.Logic.CSuitAnimCfg/enumDisplayLevel) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_DisplayLevel_m1318553894 (stSuitData_t1825678009 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_EffectName(System.String) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_EffectName_m937133829 (stSuitData_t1825678009 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_EffectTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_EffectTime_m2706995461 (stSuitData_t1825678009 * __this, float ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_IdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_IdleAnim_m4134810502 (stSuitData_t1825678009 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_WalkAnim(System.String) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_WalkAnim_m2714512899 (stSuitData_t1825678009 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg/stSuitData::get_HideCategory() extern "C" IL2CPP_METHOD_ATTR List_1_t1927861623 * stSuitData_get_HideCategory_m3892984759 (stSuitData_t1825678009 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_HideCategory(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_HideCategory_m1207378264 (stSuitData_t1825678009 * __this, List_1_t1927861623 * ___value0, const RuntimeMethod* method); // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel DMCore.Logic.CSuitAnimCfg::GetDefaultDisplayLevel(DMCore.Framework.Scene.AvatarCate) extern "C" IL2CPP_METHOD_ATTR int32_t CSuitAnimCfg_GetDefaultDisplayLevel_m807057142 (RuntimeObject * __this /* static, unused */, int32_t ___cate0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::CheckContiansSubModelItems(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_CheckContiansSubModelItems_m1947187093 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method); // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_WalkAnim() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_WalkAnim_m204093120 (stSuitData_t1825678009 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CTextHelp::PushTask() extern "C" IL2CPP_METHOD_ATTR void CTextHelp_PushTask_m3211228919 (CTextHelp_t2329227920 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CTextHelp::.ctor() extern "C" IL2CPP_METHOD_ATTR void CTextHelp__ctor_m989630194 (CTextHelp_t2329227920 * __this, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m4269561041(__this /* static, unused */, method) (( XmlManager_t2042691812 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // System.String FitFun.XmlManager::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlManager_LoadXml_m2620436906 (XmlManager_t2042691812 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CTextHelp::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CTextHelp_OnLoad_m3394852751 (CTextHelp_t2329227920 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlDocument DMCore.Framework.XML.DMXmlDocument::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlDocument_t2468531415 * DMXmlDocument_LoadXml_m2953623357 (RuntimeObject * __this /* static, unused */, String_t* ___content0, const RuntimeMethod* method); // System.Void DMCore.Logic.CTextHelp::LoadShopCfg(DMCore.Framework.XML.DMXmlDocument) extern "C" IL2CPP_METHOD_ATTR void CTextHelp_LoadShopCfg_m1377951526 (CTextHelp_t2329227920 * __this, DMXmlDocument_t2468531415 * ___doc0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::get_FirstChild() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_get_FirstChild_m4174520049 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(DMCore.Framework.XML.DMXmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m1058230318 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CTextHelp::IsContain(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CTextHelp_IsContain_m3940973288 (CTextHelp_t2329227920 * __this, int32_t ___s0, int32_t ___e1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1185325717(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // UnityEngine.Font UnityEngine.UI.Text::get_font() extern "C" IL2CPP_METHOD_ATTR Font_t1956802104 * Text_get_font_m2857203289 (Text_t1901882714 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.UI.Text::get_fontSize() extern "C" IL2CPP_METHOD_ATTR int32_t Text_get_fontSize_m1677872538 (Text_t1901882714 * __this, const RuntimeMethod* method); // UnityEngine.FontStyle UnityEngine.UI.Text::get_fontStyle() extern "C" IL2CPP_METHOD_ATTR int32_t Text_get_fontStyle_m3082671380 (Text_t1901882714 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Font::RequestCharactersInTexture(System.String,System.Int32,UnityEngine.FontStyle) extern "C" IL2CPP_METHOD_ATTR void Font_RequestCharactersInTexture_m2970556110 (Font_t1956802104 * __this, String_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Boolean UnityEngine.Font::GetCharacterInfo(System.Char,UnityEngine.CharacterInfo&,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Font_GetCharacterInfo_m3035673071 (Font_t1956802104 * __this, Il2CppChar p0, CharacterInfo_t1228754872 * p1, int32_t p2, const RuntimeMethod* method); // System.Int32 UnityEngine.CharacterInfo::get_advance() extern "C" IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_advance_m2829275018 (CharacterInfo_t1228754872 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAvatarInfo__ctor_m3185568976 (CAvatarInfo_t655526405 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.HS_Rank::UpDate() extern "C" IL2CPP_METHOD_ATTR void HS_Rank_UpDate_m3926289995 (HS_Rank_t3665439562 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.HS_Rank::GetCurActiveShopModel(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * HS_Rank_GetCurActiveShopModel_m3239089478 (HS_Rank_t3665439562 * __this, int64_t ___roleID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetVisible_m2703148496 (ISceneBaseObj_t858622483 * __this, bool ___bVisible0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CAvatarInfo::IfDone() extern "C" IL2CPP_METHOD_ATTR bool CAvatarInfo_IfDone_m1749105604 (CAvatarInfo_t655526405 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CAvatarInfo::GetSex() extern "C" IL2CPP_METHOD_ATTR int32_t CAvatarInfo_GetSex_m2697800072 (CAvatarInfo_t655526405 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.HS_Rank::SwitchShowModel(System.Boolean,System.Boolean,System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * HS_Rank_SwitchShowModel_m1475672820 (HS_Rank_t3665439562 * __this, bool ___bMale0, bool ___buildDefault1, int64_t ___roleID2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CProperty_Clear_m1869381630 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CAvatarInfo::GetEquipByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CAvatarInfo_GetEquipByIndex_m3186139450 (CAvatarInfo_t655526405 * __this, int32_t ___index0, const RuntimeMethod* method); // DMCore.Logic.ShopConfig DMCore.Logic.ShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR ShopConfig_t4062099933 * ShopConfig_GetInstance_m1661698564 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.ShopConfig::GetSubModelInfo(System.Int32,System.Int32&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void ShopConfig_GetSubModelInfo_m3723376093 (ShopConfig_t4062099933 * __this, int32_t ___nSubModelId0, int32_t* ___nModelSex1, int32_t* ___nSubCategory2, int32_t* ___nSubModelIndex3, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CAvatarInfo::GetEquipCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAvatarInfo_GetEquipCount_m2156477561 (CAvatarInfo_t655526405 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::LoadRoleModel() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadRoleModel_m1111386502 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyRoleObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyRoleObj_m3016152155 (RuntimeObject * __this /* static, unused */, int64_t ___userID0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::CreateGameObj(System.String,DMCore.Framework.Scene.enumSceneObjType) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_CreateGameObj_m958236987 (RuntimeObject * __this /* static, unused */, String_t* ___strName0, int32_t ___type1, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_width_m345039817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Min_m1073399594 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_ScreenToWorldPoint_m3978588570 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_m4202601546 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1026609676(__this, method) (( void (*) (Dictionary_2_t3937145582 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.ShopConfig::PushTask() extern "C" IL2CPP_METHOD_ATTR void ShopConfig_PushTask_m2995257737 (ShopConfig_t4062099933 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ShopConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void ShopConfig__ctor_m1911515090 (ShopConfig_t4062099933 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.ShopConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ShopConfig_OnLoad_m1594113155 (ShopConfig_t4062099933 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method); // System.Void DMCore.Logic.ShopConfig::LoadShopCfg(DMCore.Framework.XML.DMXmlDocument) extern "C" IL2CPP_METHOD_ATTR void ShopConfig_LoadShopCfg_m3900391647 (ShopConfig_t4062099933 * __this, DMXmlDocument_t2468531415 * ___doc0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3450848055(__this, method) (( void (*) (Dictionary_2_t3937145582 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(DMCore.Framework.XML.DMXmlNode,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m1889603049 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void DMCore.Logic.StaticConfigUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit__ctor_m3479754044 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.StaticConfigUnit::set_Tags(System.String) extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit_set_Tags_m2934280525 (StaticConfigUnit_t753464955 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.StaticConfigUnit::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit_set_Path_m735059075 (StaticConfigUnit_t753464955 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::GetXmlElemFloat(DMCore.Framework.XML.DMXmlNode,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_GetXmlElemFloat_m1388798143 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, float ___fDefault2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3743402429(__this, p0, p1, method) (( void (*) (Dictionary_2_t3937145582 *, int32_t, StaticConfigUnit_t753464955 *, const RuntimeMethod*))Dictionary_2_set_Item_m1544430118_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m4174601776(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3937145582 *, int32_t, StaticConfigUnit_t753464955 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3167860287_gshared)(__this, p0, p1, method) // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2026858216(__this, method) (( void (*) (List_1_t4187288215 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.String DMCore.Logic.StaticConfigUnit::get_Tags() extern "C" IL2CPP_METHOD_ATTR String_t* StaticConfigUnit_get_Tags_m3828922066 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.StaticConfigUnit/StaticTag::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StaticTag__ctor_m1443754263 (StaticTag_t2715213473 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3699235404(__this, p0, method) (( void (*) (List_1_t4187288215 *, StaticTag_t2715213473 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.String DMCore.Logic.StaticConfigUnit::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* StaticConfigUnit_get_Path_m1275311819 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Logic.StaticConfigUnit/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetTagsU3Ec__AnonStorey0__ctor_m3533153777 (U3CGetTagsU3Ec__AnonStorey0_t1770152849 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.StaticConfigUnit::get_staticTagList() extern "C" IL2CPP_METHOD_ATTR List_1_t4187288215 * StaticConfigUnit_get_staticTagList_m33576803 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3966466281(__this, p0, p1, method) (( void (*) (Predicate_1_t3540507597 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m697440477(__this, p0, method) (( StaticTag_t2715213473 * (*) (List_1_t4187288215 *, Predicate_1_t3540507597 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.StaticConfigUnit/StaticTag::get_TagId() extern "C" IL2CPP_METHOD_ATTR int32_t StaticTag_get_TagId_m3763007974 (StaticTag_t2715213473 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.StaticConfigUnit/StaticTag::set_Id(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StaticTag_set_Id_m3076629129 (StaticTag_t2715213473 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.StaticConfigUnit/StaticTag::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t StaticTag_get_Id_m3220705670 (StaticTag_t2715213473 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m1870542928 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.StaticConfigUnit/StaticTag::get_TagScore() extern "C" IL2CPP_METHOD_ATTR int32_t StaticTag_get_TagScore_m589162379 (StaticTag_t2715213473 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.StaticConfigUnit/StaticTag::GetLevelStr(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_GetLevelStr_m935452897 (StaticTag_t2715213473 * __this, int32_t ___level0, const RuntimeMethod* method); // System.String DMCore.Logic.StaticConfigUnit/StaticTag::get_TagQuality() extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_get_TagQuality_m1587010039 (StaticTag_t2715213473 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.StaticConfigUnit/StaticTag::get_Icon() extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_get_Icon_m880056098 (StaticTag_t2715213473 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1146460721(__this, method) (( void (*) (Dictionary_2_t2894772567 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m169465257(__this, p0, method) (( bool (*) (Dictionary_2_t2894772567 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2444938132(__this, p0, method) (( _ProcCustomMsg_t4006059236 * (*) (Dictionary_2_t2894772567 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg::Invoke(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void _ProcCustomMsg_Invoke_m4176140132 (_ProcCustomMsg_t4006059236 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3367577580(__this, p0, p1, method) (( void (*) (Dictionary_2_t2894772567 *, int32_t, _ProcCustomMsg_t4006059236 *, const RuntimeMethod*))Dictionary_2_set_Item_m1544430118_gshared)(__this, p0, p1, method) // System.Void DMCore.Net.INetLink::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetLink__ctor_m495627144 (INetLink_t2717826932 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void TcpClient__ctor_m1992471411 (TcpClient_t822906377 * __this, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.Sockets.TcpClient::get_Client() extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * TcpClient_get_Client_m139203108 (TcpClient_t822906377 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.INetLink::SetKeepAlive(System.Net.Sockets.Socket,System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void INetLink_SetKeepAlive_m261764816 (RuntimeObject * __this /* static, unused */, Socket_t1119025450 * ___socket0, uint64_t ___keepAliveTime1, uint64_t ___intervalTime2, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPAddress_Parse_m2200822423 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m530647953 (AsyncCallback_t3962456242 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.TcpClient::BeginConnect(System.Net.IPAddress,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_m3532703723 (TcpClient_t822906377 * __this, IPAddress_t241777590 * p0, int32_t p1, AsyncCallback_t3962456242 * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::Close() extern "C" IL2CPP_METHOD_ATTR void TcpClient_Close_m3817529922 (TcpClient_t822906377 * __this, const RuntimeMethod* method); // System.Void System.GC::Collect() extern "C" IL2CPP_METHOD_ATTR void GC_Collect_m743975114 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::GetStream() extern "C" IL2CPP_METHOD_ATTR NetworkStream_t4071955934 * TcpClient_GetStream_m960745678 (TcpClient_t822906377 * __this, const RuntimeMethod* method); // DMCore.Net.ILinkListener DMCore.Net.INetLink::GetListener() extern "C" IL2CPP_METHOD_ATTR ILinkListener_t2747206916 * INetLink_GetListener_m831413518 (INetLink_t2717826932 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.TcpClient::get_Connected() extern "C" IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_m4171740171 (TcpClient_t822906377 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::EndConnect(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void TcpClient_EndConnect_m1433859801 (TcpClient_t822906377 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetReceiver::OnGetStream(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnGetStream_m361994846 (CNetReceiver_t1076104922 * __this, ByteU5BU5D_t4116647657* ___var0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_m2589290611 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_m391414345 (Socket_t1119025450 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_Available() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_Available_m356510663 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Connected() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_m2875145796 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m916496649(__this, method) (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1__ctor_m916496649_gshared)(__this, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m318494546(__this, p0, method) (( uint8_t (*) (BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m318494546_gshared)(__this, p0, method) // System.Boolean DMCore.Net.Help::IsEndFlag(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Help_IsEndFlag_m727407284 (RuntimeObject * __this /* static, unused */, uint8_t ___cValue0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3689618584(__this, p0, method) (( void (*) (BetterList_1_t289316694 *, uint8_t, const RuntimeMethod*))BetterList_1_Add_m3689618584_gshared)(__this, p0, method) // System.Void DMCore.Net.CNetReceiver::ParseMessage() extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_ParseMessage_m1278601957 (CNetReceiver_t1076104922 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m2496795138(__this, method) (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1_Clear_m2496795138_gshared)(__this, method) // System.Void DMCore.Net.Help::FormatReceiveNetStream(BetterList`1&,BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_FormatReceiveNetStream_m2064661201 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVar0, BetterList_1_t289316694 * ___inVar1, int32_t ___nStartIndex2, int32_t ___nLen3, const RuntimeMethod* method); // DMCore.Net.Protocol.INetMsgBaseS2C DMCore.Net.Protocol.INetMsgBaseS2C::DeserialFromServer(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR INetMsgBaseS2C_t126919271 * INetMsgBaseS2C_DeserialFromServer_m3877426234 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method); // T FitFun.Singleton`1::get_Instance() #define Singleton_1_get_Instance_m1324156550(__this /* static, unused */, method) (( NetworkManager_t478833449 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Singleton_1_get_Instance_m1621582618_gshared)(__this /* static, unused */, method) // DMCore.Net.CNetService FitFun.NetworkManager::GetNetService() extern "C" IL2CPP_METHOD_ATTR CNetService_t1201271315 * NetworkManager_GetNetService_m455031442 (NetworkManager_t478833449 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::DispatchMessage(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetService_DispatchMessage_m4289082544 (CNetService_t1201271315 * __this, INetMsgBaseS2C_t126919271 * ___msgFromS0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetReceiver::OnReceiveMsg(BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnReceiveMsg_m1573803191 (CNetReceiver_t1076104922 * __this, BetterList_1_t289316694 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetServerConfig::CheckLinkConfig(System.Xml.XmlNodeList) extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_CheckLinkConfig_m251908310 (CNetServerConfig_t202072970 * __this, XmlNodeList_t2551693786 * ___children0, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_DeserialFromXml_m1844093992 (CDataProperty_t2806246268 * __this, XmlElement_t561603118 * ___element0, const RuntimeMethod* method); // System.Void UnityEngine.Resources::UnloadAsset(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Resources_UnloadAsset_m4120664229 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetServerConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig__ctor_m3381213502 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetCount_m3325234687 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m1524948975 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.String DMCore.Net.CNetServerConfig::ReplaceServerURL(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_ReplaceServerURL_m4059194231 (RuntimeObject * __this /* static, unused */, String_t* ___oldURL0, String_t* ___newURL1, const RuntimeMethod* method); // System.String DMCore.CDataProperty::GetWideStr(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CDataProperty_GetWideStr_m3656006276 (CDataProperty_t2806246268 * __this, String_t* ___key0, String_t* ___strDefault1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CWalkManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkManager__ctor_m1504083091 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager__ctor_m1504083091_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bMove_3((bool)0); __this->set_m_bPaused_4((bool)0); CWalkCamera_t1176337330 * L_0 = (CWalkCamera_t1176337330 *)il2cpp_codegen_object_new(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera__ctor_m1230390696(L_0, /*hidden argument*/NULL); __this->set_m_walkCamera_5(L_0); CWalkRange_t2357921041 * L_1 = (CWalkRange_t2357921041 *)il2cpp_codegen_object_new(CWalkRange_t2357921041_il2cpp_TypeInfo_var); CWalkRange__ctor_m345771197(L_1, /*hidden argument*/NULL); __this->set_m_walkRange_6(L_1); CInteractionRange_t868014233 * L_2 = (CInteractionRange_t868014233 *)il2cpp_codegen_object_new(CInteractionRange_t868014233_il2cpp_TypeInfo_var); CInteractionRange__ctor_m3991271252(L_2, /*hidden argument*/NULL); __this->set_m_interactionRange_7(L_2); BetterList_1_t2891587622 * L_3 = (BetterList_1_t2891587622 *)il2cpp_codegen_object_new(BetterList_1_t2891587622_il2cpp_TypeInfo_var); BetterList_1__ctor_m1493202757(L_3, /*hidden argument*/BetterList_1__ctor_m1493202757_RuntimeMethod_var); __this->set_m_arrayCach_8(L_3); Dictionary_2_t2275110594 * L_4 = (Dictionary_2_t2275110594 *)il2cpp_codegen_object_new(Dictionary_2_t2275110594_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4233902579(L_4, /*hidden argument*/Dictionary_2__ctor_m4233902579_RuntimeMethod_var); __this->set_m_arrayWalkTask_9(L_4); return; } } // DMCore.Framework.Scene.CWalkManager DMCore.Framework.Scene.CWalkManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWalkManager_t3228361237 * CWalkManager_GetInstance_m2470367946 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_GetInstance_m2470367946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_0 = ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_1 = ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CWalkManager_t3228361237 * L_2 = (CWalkManager_t3228361237 *)il2cpp_codegen_object_new(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager__ctor_m1504083091(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CWalkManager_t3228361237 * L_3 = ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Boolean DMCore.Framework.Scene.CWalkManager::get_EnableChangeModel() extern "C" IL2CPP_METHOD_ATTR bool CWalkManager_get_EnableChangeModel_m492159633 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_get_EnableChangeModel_m492159633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); bool L_0 = ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->get_s_bEnableChangeModel_0(); return L_0; } } // System.Void DMCore.Framework.Scene.CWalkManager::set_EnableChangeModel(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_set_EnableChangeModel_m1452555125 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_set_EnableChangeModel_m1452555125_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; int32_t V_1 = 0; ISceneRole_t2394225724 * V_2 = NULL; { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->set_s_bEnableChangeModel_0(L_0); V_0 = (ISceneBaseObj_t858622483 *)NULL; V_1 = 0; goto IL_0027; } IL_000f: { ISceneBaseObj_t858622483 * L_1 = V_0; V_2 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_1, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_2 = V_2; if (!L_2) { goto IL_0027; } } { ISceneRole_t2394225724 * L_3 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); bool L_4 = ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->get_s_bEnableChangeModel_0(); NullCheck(L_3); ISceneRole_SetPretenderModeEnable_m1950268146(L_3, L_4, /*hidden argument*/NULL); } IL_0027: { int32_t L_5 = V_1; int32_t L_6 = L_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_7 = CSceneService_GetRoleObj_m3880305570(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_8 = L_7; V_0 = L_8; if (L_8) { goto IL_000f; } } { return; } } // System.Void DMCore.Framework.Scene.CWalkManager::OnReset() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnReset_m3097969851 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_OnReset_m3097969851_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { __this->set_m_bPaused_4((bool)0); CWalkCamera_t1176337330 * L_0 = CWalkManager_GetWalkCamera_m2368173090(__this, /*hidden argument*/NULL); NullCheck(L_0); CWalkCamera_Clear_m1189001900(L_0, /*hidden argument*/NULL); CInteractionRange_t868014233 * L_1 = CWalkManager_GetInteractionRange_m3832850933(__this, /*hidden argument*/NULL); NullCheck(L_1); CInteractionRange_Clear_m1673904080(L_1, /*hidden argument*/NULL); CWalkRange_t2357921041 * L_2 = CWalkManager_GetWalkRange_m2924960475(__this, /*hidden argument*/NULL); NullCheck(L_2); CWalkRange_Clear_m2162142570(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_3 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_3); V_0 = L_4; Dictionary_2_t2275110594 * L_5 = __this->get_m_arrayWalkTask_9(); int64_t L_6 = V_0; NullCheck(L_5); bool L_7 = Dictionary_2_ContainsKey_m3782068962(L_5, L_6, /*hidden argument*/Dictionary_2_ContainsKey_m3782068962_RuntimeMethod_var); if (!L_7) { goto IL_0051; } } { Dictionary_2_t2275110594 * L_8 = __this->get_m_arrayWalkTask_9(); int64_t L_9 = V_0; NullCheck(L_8); Dictionary_2_Remove_m1705991948(L_8, L_9, /*hidden argument*/Dictionary_2_Remove_m1705991948_RuntimeMethod_var); } IL_0051: { return; } } // System.Void DMCore.Framework.Scene.CWalkManager::Pause(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_Pause_m4128880488 (CWalkManager_t3228361237 * __this, bool ___bPause0, const RuntimeMethod* method) { { bool L_0 = ___bPause0; __this->set_m_bPaused_4(L_0); return; } } // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::GetWalkRange() extern "C" IL2CPP_METHOD_ATTR CWalkRange_t2357921041 * CWalkManager_GetWalkRange_m2924960475 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { { CWalkRange_t2357921041 * L_0 = __this->get_m_walkRange_6(); return L_0; } } // DMCore.Framework.Scene.CInteractionRange DMCore.Framework.Scene.CWalkManager::GetInteractionRange() extern "C" IL2CPP_METHOD_ATTR CInteractionRange_t868014233 * CWalkManager_GetInteractionRange_m3832850933 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { { CInteractionRange_t868014233 * L_0 = __this->get_m_interactionRange_7(); return L_0; } } // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::GetWalkCamera() extern "C" IL2CPP_METHOD_ATTR CWalkCamera_t1176337330 * CWalkManager_GetWalkCamera_m2368173090 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { { CWalkCamera_t1176337330 * L_0 = __this->get_m_walkCamera_5(); return L_0; } } // System.Void DMCore.Framework.Scene.CWalkManager::OnServerMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnServerMsg_m263065033 (CWalkManager_t3228361237 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; CWalkEvent_t1212470810 * V_2 = NULL; int32_t V_3 = 0; { CDataArray_t4068198041 * L_0 = ___msg0; NullCheck(L_0); int32_t L_1 = CDataArray_GetCount_m3616072297(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 1; goto IL_0086; } IL_000e: { CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = CDataArray_GetInt_m1111369473(L_2, L_3, (-1), /*hidden argument*/NULL); CWalkEvent_t1212470810 * L_5 = CWalkEvent_GetWalkEvtIns_m2895470799(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_2 = L_5; CWalkEvent_t1212470810 * L_6 = V_2; if (!L_6) { goto IL_0081; } } { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); CWalkEvent_t1212470810 * L_8 = V_2; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(4 /* DMCore.Framework.Scene.enumWalkEventType DMCore.Framework.Scene.CWalkEvent::GetWalkType() */, L_8); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_006c; } } { CDataArray_t4068198041 * L_10 = ___msg0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = CDataArray_GetInt_m1111369473(L_10, L_11, (-1), /*hidden argument*/NULL); V_3 = L_12; int32_t L_13 = V_3; if (L_13) { goto IL_0053; } } { CWalkEvent_t1212470810 * L_14 = V_2; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_1; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_1 = L_17; NullCheck(L_14); int32_t L_18 = VirtFuncInvoker2< int32_t, CDataArray_t4068198041 *, int32_t >::Invoke(6 /* System.Int32 DMCore.Framework.Scene.CWalkEvent::OnGetMsg(DMCore.CDataArray,System.Int32) */, L_14, L_15, L_17); V_1 = L_18; goto IL_0067; } IL_0053: { int32_t L_19 = V_3; if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_0067; } } { CSceneMoveSync_t3746512464 * L_20 = CSceneMoveSync_GetInstance_m1358064671(NULL /*static, unused*/, /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = ___msg0; int32_t L_22 = V_1; NullCheck(L_20); int32_t L_23 = CSceneMoveSync_OnGetMsg_m1095001718(L_20, L_21, L_22, /*hidden argument*/NULL); V_1 = L_23; } IL_0067: { goto IL_0075; } IL_006c: { CWalkEvent_t1212470810 * L_24 = V_2; CDataArray_t4068198041 * L_25 = ___msg0; int32_t L_26 = V_1; NullCheck(L_24); int32_t L_27 = VirtFuncInvoker2< int32_t, CDataArray_t4068198041 *, int32_t >::Invoke(6 /* System.Int32 DMCore.Framework.Scene.CWalkEvent::OnGetMsg(DMCore.CDataArray,System.Int32) */, L_24, L_25, L_26); V_1 = L_27; } IL_0075: { CWalkEvent_t1212470810 * L_28 = V_2; CWalkManager_PushWalkEvent_m3252668440(__this, L_28, /*hidden argument*/NULL); goto IL_0086; } IL_0081: { goto IL_008d; } IL_0086: { int32_t L_29 = V_0; int32_t L_30 = V_1; if ((((int32_t)L_29) > ((int32_t)L_30))) { goto IL_000e; } } IL_008d: { return; } } // System.Void DMCore.Framework.Scene.CWalkManager::OnGetInteractInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnGetInteractInfo_m1643689276 (CWalkManager_t3228361237 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; CWalkEvent_t1212470810 * V_4 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; NullCheck(L_0); int64_t L_2 = CDataArray_GetLong_m4094450536(L_0, L_1, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_1 = L_2; CDataArray_t4068198041 * L_3 = ___msg0; int32_t L_4 = V_0; NullCheck(L_3); int64_t L_5 = CDataArray_GetLong_m4094450536(L_3, L_4, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_2 = L_5; CDataArray_t4068198041 * L_6 = ___msg0; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = CDataArray_GetInt_m1111369473(L_6, L_7, 0, /*hidden argument*/NULL); V_3 = L_8; CWalkEvent_t1212470810 * L_9 = CWalkEvent_GetWalkEvtIns_m2895470799(NULL /*static, unused*/, 4, /*hidden argument*/NULL); V_4 = L_9; int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); CWalkEvent_t1212470810 * L_11 = V_4; CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; NullCheck(L_11); int32_t L_14 = VirtFuncInvoker2< int32_t, CDataArray_t4068198041 *, int32_t >::Invoke(6 /* System.Int32 DMCore.Framework.Scene.CWalkEvent::OnGetMsg(DMCore.CDataArray,System.Int32) */, L_11, L_12, L_13); V_0 = L_14; CWalkEvent_t1212470810 * L_15 = V_4; CWalkManager_PushWalkEvent_m3252668440(__this, L_15, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CWalkManager::OnGetPoseInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnGetPoseInfo_m2978386117 (CWalkManager_t3228361237 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; CWalkEvent_t1212470810 * V_3 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; NullCheck(L_0); int64_t L_2 = CDataArray_GetLong_m4094450536(L_0, L_1, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_1 = L_2; CDataArray_t4068198041 * L_3 = ___msg0; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = CDataArray_GetInt_m1111369473(L_3, L_4, 0, /*hidden argument*/NULL); V_2 = L_5; CWalkEvent_t1212470810 * L_6 = CWalkEvent_GetWalkEvtIns_m2895470799(NULL /*static, unused*/, 5, /*hidden argument*/NULL); V_3 = L_6; int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); CWalkEvent_t1212470810 * L_8 = V_3; CDataArray_t4068198041 * L_9 = ___msg0; int32_t L_10 = V_0; NullCheck(L_8); int32_t L_11 = VirtFuncInvoker2< int32_t, CDataArray_t4068198041 *, int32_t >::Invoke(6 /* System.Int32 DMCore.Framework.Scene.CWalkEvent::OnGetMsg(DMCore.CDataArray,System.Int32) */, L_8, L_9, L_10); V_0 = L_11; CWalkEvent_t1212470810 * L_12 = V_3; CWalkManager_PushWalkEvent_m3252668440(__this, L_12, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CWalkManager::PushWalkEvent(DMCore.Framework.Scene.CWalkEvent) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_PushWalkEvent_m3252668440 (CWalkManager_t3228361237 * __this, CWalkEvent_t1212470810 * ___evtIns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_PushWalkEvent_m3252668440_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; CWalkEvent_t1212470810 * V_1 = NULL; { CWalkEvent_t1212470810 * L_0 = ___evtIns0; NullCheck(L_0); bool L_1 = CWalkEvent_IsNeedSkip_m4218433878(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { V_0 = (bool)0; V_1 = (CWalkEvent_t1212470810 *)NULL; Dictionary_2_t2275110594 * L_2 = __this->get_m_arrayWalkTask_9(); CWalkEvent_t1212470810 * L_3 = ___evtIns0; NullCheck(L_3); int64_t L_4 = L_3->get_m_userID_0(); NullCheck(L_2); bool L_5 = Dictionary_2_TryGetValue_m4148217459(L_2, L_4, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m4148217459_RuntimeMethod_var); if (!L_5) { goto IL_0038; } } { V_0 = (bool)1; CWalkEvent_t1212470810 * L_6 = V_1; if (!L_6) { goto IL_0038; } } { CWalkEvent_t1212470810 * L_7 = V_1; NullCheck(L_7); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.CWalkEvent::OnStop() */, L_7); V_1 = (CWalkEvent_t1212470810 *)NULL; } IL_0038: { CWalkEvent_t1212470810 * L_8 = ___evtIns0; NullCheck(L_8); VirtActionInvoker0::Invoke(7 /* System.Void DMCore.Framework.Scene.CWalkEvent::OnStart() */, L_8); CWalkEvent_t1212470810 * L_9 = ___evtIns0; NullCheck(L_9); bool L_10 = CWalkEvent_IsEnd_m1555391170(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_007d; } } { bool L_11 = V_0; if (!L_11) { goto IL_0066; } } { Dictionary_2_t2275110594 * L_12 = __this->get_m_arrayWalkTask_9(); CWalkEvent_t1212470810 * L_13 = ___evtIns0; NullCheck(L_13); int64_t L_14 = L_13->get_m_userID_0(); CWalkEvent_t1212470810 * L_15 = ___evtIns0; NullCheck(L_12); Dictionary_2_set_Item_m3249220344(L_12, L_14, L_15, /*hidden argument*/Dictionary_2_set_Item_m3249220344_RuntimeMethod_var); goto IL_0078; } IL_0066: { Dictionary_2_t2275110594 * L_16 = __this->get_m_arrayWalkTask_9(); CWalkEvent_t1212470810 * L_17 = ___evtIns0; NullCheck(L_17); int64_t L_18 = L_17->get_m_userID_0(); CWalkEvent_t1212470810 * L_19 = ___evtIns0; NullCheck(L_16); Dictionary_2_Add_m1892539527(L_16, L_18, L_19, /*hidden argument*/Dictionary_2_Add_m1892539527_RuntimeMethod_var); } IL_0078: { goto IL_009b; } IL_007d: { CWalkEvent_t1212470810 * L_20 = ___evtIns0; NullCheck(L_20); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.CWalkEvent::OnStop() */, L_20); bool L_21 = V_0; if (!L_21) { goto IL_009b; } } { Dictionary_2_t2275110594 * L_22 = __this->get_m_arrayWalkTask_9(); CWalkEvent_t1212470810 * L_23 = ___evtIns0; NullCheck(L_23); int64_t L_24 = L_23->get_m_userID_0(); NullCheck(L_22); Dictionary_2_Remove_m1705991948(L_22, L_24, /*hidden argument*/Dictionary_2_Remove_m1705991948_RuntimeMethod_var); } IL_009b: { return; } } // System.Void DMCore.Framework.Scene.CWalkManager::OnInitScene(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnInitScene_m174495901 (CWalkManager_t3228361237 * __this, Transform_t3600365921 * ___sceneTrans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_OnInitScene_m174495901_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); DMTriangleClider_t2950399159 * V_9 = NULL; DMTriangleClider_t2950399159 * V_10 = NULL; Transform_t3600365921 * V_11 = NULL; CNavGrid_t19983649 * V_12 = NULL; Transform_t3600365921 * V_13 = NULL; Transform_t3600365921 * V_14 = NULL; int32_t V_15 = 0; Vector3_t3722313464 V_16; memset(&V_16, 0, sizeof(V_16)); int32_t V_17 = 0; Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); int32_t V_19 = 0; Vector3_t3722313464 V_20; memset(&V_20, 0, sizeof(V_20)); int32_t V_21 = 0; Vector3_t3722313464 V_22; memset(&V_22, 0, sizeof(V_22)); Vector3_t3722313464 V_23; memset(&V_23, 0, sizeof(V_23)); Vector3_t3722313464 V_24; memset(&V_24, 0, sizeof(V_24)); float V_25 = 0.0f; Vector3_t3722313464 V_26; memset(&V_26, 0, sizeof(V_26)); float V_27 = 0.0f; Vector3_t3722313464 V_28; memset(&V_28, 0, sizeof(V_28)); int32_t V_29 = 0; Transform_t3600365921 * V_30 = NULL; int32_t V_31 = 0; int32_t V_32 = 0; Transform_t3600365921 * V_33 = NULL; int32_t V_34 = 0; Vector3_t3722313464 V_35; memset(&V_35, 0, sizeof(V_35)); StringU5BU5D_t1281789340* V_36 = NULL; int32_t V_37 = 0; String_t* V_38 = NULL; int32_t V_39 = 0; CNavNode_t1599841827 * V_40 = NULL; Transform_t3600365921 * V_41 = NULL; int32_t V_42 = 0; CInteractionCliderGroup_t327998540 * V_43 = NULL; Transform_t3600365921 * V_44 = NULL; int32_t V_45 = 0; Transform_t3600365921 * V_46 = NULL; int32_t V_47 = 0; CInteractionCliderItem_t1940232150 * V_48 = NULL; BoxColliderU5BU5D_t835877379* V_49 = NULL; int32_t V_50 = 0; DMBoxClider_t1454175840 * V_51 = NULL; Transform_t3600365921 * G_B3_0 = NULL; Transform_t3600365921 * G_B14_0 = NULL; Transform_t3600365921 * G_B19_0 = NULL; int32_t G_B23_0 = 0; Transform_t3600365921 * G_B43_0 = NULL; { Transform_t3600365921 * L_0 = ___sceneTrans0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { Transform_t3600365921 * L_2 = ___sceneTrans0; NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral1215384411, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_001d; } IL_001c: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_001d: { V_0 = G_B3_0; Transform_t3600365921 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_011e; } } { V_1 = 2; Transform_t3600365921 * L_6 = V_0; NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral3452614544, /*hidden argument*/NULL); V_2 = L_7; Transform_t3600365921 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral3452614543, /*hidden argument*/NULL); V_3 = L_9; V_4 = (Transform_t3600365921 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_10 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CWalkRange_t2357921041 * L_11 = CWalkManager_GetWalkRange_m2924960475(L_10, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = V_2; NullCheck(L_12); Vector3_t3722313464 L_13 = Transform_get_position_m36019626(L_12, /*hidden argument*/NULL); NullCheck(L_11); CWalkRange_SetCenter_m2835306587(L_11, L_13, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_011e; } } { Transform_t3600365921 * L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_011e; } } { Transform_t3600365921 * L_18 = V_2; NullCheck(L_18); Vector3_t3722313464 L_19 = Transform_get_position_m36019626(L_18, /*hidden argument*/NULL); V_5 = L_19; Transform_t3600365921 * L_20 = V_3; NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_position_m36019626(L_20, /*hidden argument*/NULL); V_6 = L_21; Transform_t3600365921 * L_22 = V_3; NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_position_m36019626(L_22, /*hidden argument*/NULL); V_7 = L_23; goto IL_00d8; } IL_0091: { Transform_t3600365921 * L_24 = V_4; NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_position_m36019626(L_24, /*hidden argument*/NULL); V_8 = L_25; Vector3_t3722313464 L_26 = V_5; Vector3_t3722313464 L_27 = V_7; Vector3_t3722313464 L_28 = V_8; DMTriangleClider_t2950399159 * L_29 = (DMTriangleClider_t2950399159 *)il2cpp_codegen_object_new(DMTriangleClider_t2950399159_il2cpp_TypeInfo_var); DMTriangleClider__ctor_m1266168824(L_29, L_26, L_27, L_28, /*hidden argument*/NULL); V_9 = L_29; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_30 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); CWalkRange_t2357921041 * L_31 = CWalkManager_GetWalkRange_m2924960475(L_30, /*hidden argument*/NULL); DMTriangleClider_t2950399159 * L_32 = V_9; NullCheck(L_31); CWalkRange_PushClider_m2171279236(L_31, L_32, /*hidden argument*/NULL); float L_33 = (&V_8)->get_x_1(); float L_34 = (&V_8)->get_y_2(); float L_35 = (&V_8)->get_z_3(); Vector3_Set_m1737058353((&V_7), L_33, L_34, L_35, /*hidden argument*/NULL); int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00d8: { Transform_t3600365921 * L_37 = V_0; String_t* L_38 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); NullCheck(L_37); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_37, L_38, /*hidden argument*/NULL); Transform_t3600365921 * L_40 = L_39; V_4 = L_40; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_40, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_41) { goto IL_0091; } } { int32_t L_42 = V_1; if ((((int32_t)4) > ((int32_t)L_42))) { goto IL_011e; } } { Vector3_t3722313464 L_43 = V_5; Vector3_t3722313464 L_44 = V_6; Vector3_t3722313464 L_45 = V_7; DMTriangleClider_t2950399159 * L_46 = (DMTriangleClider_t2950399159 *)il2cpp_codegen_object_new(DMTriangleClider_t2950399159_il2cpp_TypeInfo_var); DMTriangleClider__ctor_m1266168824(L_46, L_43, L_44, L_45, /*hidden argument*/NULL); V_10 = L_46; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_47 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); CWalkRange_t2357921041 * L_48 = CWalkManager_GetWalkRange_m2924960475(L_47, /*hidden argument*/NULL); DMTriangleClider_t2950399159 * L_49 = V_10; NullCheck(L_48); CWalkRange_PushClider_m2171279236(L_48, L_49, /*hidden argument*/NULL); } IL_011e: { Transform_t3600365921 * L_50 = ___sceneTrans0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_51 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_013a; } } { Transform_t3600365921 * L_52 = ___sceneTrans0; NullCheck(L_52); Transform_t3600365921 * L_53 = Transform_Find_m1729760951(L_52, _stringLiteral1831738736, /*hidden argument*/NULL); G_B14_0 = L_53; goto IL_013b; } IL_013a: { G_B14_0 = ((Transform_t3600365921 *)(NULL)); } IL_013b: { V_11 = G_B14_0; Transform_t3600365921 * L_54 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_55 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0369; } } { IL2CPP_RUNTIME_CLASS_INIT(CNavService_t3399483397_il2cpp_TypeInfo_var); CNavGrid_t19983649 * L_56 = ((CNavService_t3399483397_StaticFields*)il2cpp_codegen_static_fields_for(CNavService_t3399483397_il2cpp_TypeInfo_var))->get_Current_0(); V_12 = L_56; Transform_t3600365921 * L_57 = V_11; NullCheck(L_57); Transform_t3600365921 * L_58 = Transform_Find_m1729760951(L_57, _stringLiteral395947462, /*hidden argument*/NULL); V_13 = L_58; Transform_t3600365921 * L_59 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_60 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0369; } } { Transform_t3600365921 * L_61 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_62 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_018a; } } { Transform_t3600365921 * L_63 = V_13; NullCheck(L_63); Transform_t3600365921 * L_64 = Transform_Find_m1729760951(L_63, _stringLiteral823592379, /*hidden argument*/NULL); G_B19_0 = L_64; goto IL_018b; } IL_018a: { G_B19_0 = ((Transform_t3600365921 *)(NULL)); } IL_018b: { V_14 = G_B19_0; Transform_t3600365921 * L_65 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_66 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0250; } } { Transform_t3600365921 * L_67 = V_14; NullCheck(L_67); Vector3_t3722313464 L_68 = Transform_get_localPosition_m4234289348(L_67, /*hidden argument*/NULL); V_16 = L_68; float L_69 = (&V_16)->get_x_1(); V_15 = (((int32_t)((int32_t)L_69))); Transform_t3600365921 * L_70 = V_14; NullCheck(L_70); Vector3_t3722313464 L_71 = Transform_get_localPosition_m4234289348(L_70, /*hidden argument*/NULL); V_18 = L_71; float L_72 = (&V_18)->get_z_3(); V_17 = (((int32_t)((int32_t)L_72))); Transform_t3600365921 * L_73 = V_14; NullCheck(L_73); Vector3_t3722313464 L_74 = Transform_get_localEulerAngles_m2136926248(L_73, /*hidden argument*/NULL); V_20 = L_74; float L_75 = (&V_20)->get_x_1(); V_19 = (((int32_t)((int32_t)L_75))); Transform_t3600365921 * L_76 = V_14; NullCheck(L_76); Vector3_t3722313464 L_77 = Transform_get_localEulerAngles_m2136926248(L_76, /*hidden argument*/NULL); V_22 = L_77; float L_78 = (&V_22)->get_z_3(); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)L_78)))))) { goto IL_0206; } } { Transform_t3600365921 * L_79 = V_14; NullCheck(L_79); Vector3_t3722313464 L_80 = Transform_get_localEulerAngles_m2136926248(L_79, /*hidden argument*/NULL); V_23 = L_80; float L_81 = (&V_23)->get_z_3(); G_B23_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)L_81))), (int32_t)((int32_t)360))); goto IL_0217; } IL_0206: { Transform_t3600365921 * L_82 = V_14; NullCheck(L_82); Vector3_t3722313464 L_83 = Transform_get_localEulerAngles_m2136926248(L_82, /*hidden argument*/NULL); V_24 = L_83; float L_84 = (&V_24)->get_z_3(); G_B23_0 = (((int32_t)((int32_t)L_84))); } IL_0217: { V_21 = G_B23_0; Transform_t3600365921 * L_85 = V_14; NullCheck(L_85); Vector3_t3722313464 L_86 = Transform_get_localScale_m129152068(L_85, /*hidden argument*/NULL); V_26 = L_86; float L_87 = (&V_26)->get_x_1(); V_25 = L_87; Transform_t3600365921 * L_88 = V_14; NullCheck(L_88); Vector3_t3722313464 L_89 = Transform_get_localScale_m129152068(L_88, /*hidden argument*/NULL); V_28 = L_89; float L_90 = (&V_28)->get_z_3(); V_27 = L_90; CNavGrid_t19983649 * L_91 = V_12; int32_t L_92 = V_15; int32_t L_93 = V_17; int32_t L_94 = V_19; int32_t L_95 = V_21; float L_96 = V_25; float L_97 = V_27; NullCheck(L_91); CNavGrid_Init_m839021906(L_91, L_92, L_93, L_94, L_95, L_96, L_97, /*hidden argument*/NULL); } IL_0250: { V_29 = 0; goto IL_035b; } IL_0258: { Transform_t3600365921 * L_98 = V_13; int32_t L_99 = V_29; NullCheck(L_98); Transform_t3600365921 * L_100 = Transform_GetChild_m1092972975(L_98, L_99, /*hidden argument*/NULL); V_30 = L_100; Transform_t3600365921 * L_101 = V_30; NullCheck(L_101); String_t* L_102 = Object_get_name_m4211327027(L_101, /*hidden argument*/NULL); NullCheck(_stringLiteral823592379); bool L_103 = String_Equals_m2270643605(_stringLiteral823592379, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_027e; } } { goto IL_0355; } IL_027e: { Transform_t3600365921 * L_104 = V_30; NullCheck(L_104); String_t* L_105 = Object_get_name_m4211327027(L_104, /*hidden argument*/NULL); int32_t L_106 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_105, /*hidden argument*/NULL); V_31 = L_106; V_32 = 0; goto IL_0347; } IL_0294: { Transform_t3600365921 * L_107 = V_30; int32_t L_108 = V_32; NullCheck(L_107); Transform_t3600365921 * L_109 = Transform_GetChild_m1092972975(L_107, L_108, /*hidden argument*/NULL); V_33 = L_109; Transform_t3600365921 * L_110 = V_33; NullCheck(L_110); Vector3_t3722313464 L_111 = Transform_get_localPosition_m4234289348(L_110, /*hidden argument*/NULL); V_35 = L_111; float L_112 = (&V_35)->get_y_2(); CNavGrid_t19983649 * L_113 = V_12; NullCheck(L_113); float L_114 = CNavGrid_get_HeightRate_m1090956012(L_113, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_115 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)((float)L_112/(float)L_114)), /*hidden argument*/NULL); V_34 = L_115; Transform_t3600365921 * L_116 = V_33; NullCheck(L_116); String_t* L_117 = Object_get_name_m4211327027(L_116, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_118 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_118); (L_118)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_117); StringU5BU5D_t1281789340* L_119 = String_Split_m3646115398(L_117, L_118, /*hidden argument*/NULL); V_36 = L_119; V_37 = 0; goto IL_0336; } IL_02df: { StringU5BU5D_t1281789340* L_120 = V_36; int32_t L_121 = V_37; NullCheck(L_120); int32_t L_122 = L_121; String_t* L_123 = (L_120)->GetAt(static_cast(L_122)); V_38 = L_123; String_t* L_124 = V_38; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_125 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_124, /*hidden argument*/NULL); if (L_125) { goto IL_0330; } } { String_t* L_126 = V_38; int32_t L_127 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_126, /*hidden argument*/NULL); V_39 = L_127; int32_t L_128 = V_34; if (!L_128) { goto IL_0314; } } { CNavGrid_t19983649 * L_129 = V_12; int32_t L_130 = V_31; int32_t L_131 = V_39; int32_t L_132 = V_34; NullCheck(L_129); CNavGrid_InitHeight_m134602626(L_129, L_130, L_131, L_132, /*hidden argument*/NULL); goto IL_0330; } IL_0314: { CNavGrid_t19983649 * L_133 = V_12; int32_t L_134 = V_31; int32_t L_135 = V_39; NullCheck(L_133); CNavNode_t1599841827 * L_136 = CNavGrid_GetNode_m3620732109(L_133, L_134, L_135, /*hidden argument*/NULL); V_40 = L_136; CNavNode_t1599841827 * L_137 = V_40; if (!L_137) { goto IL_0330; } } { CNavNode_t1599841827 * L_138 = V_40; NullCheck(L_138); CNavNode_set_CanPass_m3956722764(L_138, (bool)1, /*hidden argument*/NULL); } IL_0330: { int32_t L_139 = V_37; V_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); } IL_0336: { int32_t L_140 = V_37; StringU5BU5D_t1281789340* L_141 = V_36; NullCheck(L_141); if ((((int32_t)L_140) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_141)->max_length))))))) { goto IL_02df; } } { int32_t L_142 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)1)); } IL_0347: { int32_t L_143 = V_32; Transform_t3600365921 * L_144 = V_30; NullCheck(L_144); int32_t L_145 = Transform_get_childCount_m3145433196(L_144, /*hidden argument*/NULL); if ((((int32_t)L_143) < ((int32_t)L_145))) { goto IL_0294; } } IL_0355: { int32_t L_146 = V_29; V_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); } IL_035b: { int32_t L_147 = V_29; Transform_t3600365921 * L_148 = V_13; NullCheck(L_148); int32_t L_149 = Transform_get_childCount_m3145433196(L_148, /*hidden argument*/NULL); if ((((int32_t)L_147) < ((int32_t)L_149))) { goto IL_0258; } } IL_0369: { Transform_t3600365921 * L_150 = ___sceneTrans0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_151 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_150, /*hidden argument*/NULL); if (!L_151) { goto IL_0385; } } { Transform_t3600365921 * L_152 = ___sceneTrans0; NullCheck(L_152); Transform_t3600365921 * L_153 = Transform_Find_m1729760951(L_152, _stringLiteral2365897554, /*hidden argument*/NULL); G_B43_0 = L_153; goto IL_0386; } IL_0385: { G_B43_0 = ((Transform_t3600365921 *)(NULL)); } IL_0386: { V_41 = G_B43_0; Transform_t3600365921 * L_154 = V_41; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_155 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_154, /*hidden argument*/NULL); if (!L_155) { goto IL_04a6; } } { V_42 = 0; goto IL_0498; } IL_039d: { CInteractionRange_t868014233 * L_156 = CWalkManager_GetInteractionRange_m3832850933(__this, /*hidden argument*/NULL); int32_t L_157 = V_42; NullCheck(L_156); CInteractionCliderGroup_t327998540 * L_158 = CInteractionRange_GetInteracionCliderGroup_m2736705229(L_156, L_157, /*hidden argument*/NULL); V_43 = L_158; Transform_t3600365921 * L_159 = V_41; int32_t L_160 = V_42; NullCheck(L_159); Transform_t3600365921 * L_161 = Transform_GetChild_m1092972975(L_159, L_160, /*hidden argument*/NULL); V_44 = L_161; CInteractionCliderGroup_t327998540 * L_162 = V_43; Transform_t3600365921 * L_163 = V_44; NullCheck(L_162); CInteractionCliderGroup_AttachTransform_m138891626(L_162, L_163, /*hidden argument*/NULL); V_45 = 0; goto IL_0484; } IL_03c8: { Transform_t3600365921 * L_164 = V_44; int32_t L_165 = V_45; NullCheck(L_164); Transform_t3600365921 * L_166 = Transform_GetChild_m1092972975(L_164, L_165, /*hidden argument*/NULL); V_46 = L_166; Transform_t3600365921 * L_167 = V_46; NullCheck(L_167); GameObject_t1113636619 * L_168 = Component_get_gameObject_m442555142(L_167, /*hidden argument*/NULL); NullCheck(L_168); String_t* L_169 = Object_get_name_m4211327027(L_168, /*hidden argument*/NULL); int32_t L_170 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_169, (-1), /*hidden argument*/NULL); V_47 = L_170; int32_t L_171 = V_47; if ((((int32_t)(-1)) >= ((int32_t)L_171))) { goto IL_0470; } } { CInteractionCliderGroup_t327998540 * L_172 = V_43; int32_t L_173 = V_47; NullCheck(L_172); CInteractionCliderItem_t1940232150 * L_174 = CInteractionCliderGroup_InvokInteracionCliderItem_m2953612865(L_172, L_173, /*hidden argument*/NULL); V_48 = L_174; CInteractionCliderItem_t1940232150 * L_175 = V_48; Transform_t3600365921 * L_176 = V_46; NullCheck(L_175); CInteractionCliderItem_SetInformation_m1570941690(L_175, L_176, /*hidden argument*/NULL); Transform_t3600365921 * L_177 = V_46; NullCheck(L_177); BoxColliderU5BU5D_t835877379* L_178 = Component_GetComponentsInChildren_TisBoxCollider_t1640800422_m812819167(L_177, /*hidden argument*/Component_GetComponentsInChildren_TisBoxCollider_t1640800422_m812819167_RuntimeMethod_var); V_49 = L_178; BoxColliderU5BU5D_t835877379* L_179 = V_49; if (!L_179) { goto IL_0450; } } { BoxColliderU5BU5D_t835877379* L_180 = V_49; NullCheck(L_180); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_180)->max_length))))))) { goto IL_0450; } } { V_50 = 0; goto IL_0440; } IL_0425: { BoxColliderU5BU5D_t835877379* L_181 = V_49; int32_t L_182 = V_50; NullCheck(L_181); int32_t L_183 = L_182; BoxCollider_t1640800422 * L_184 = (L_181)->GetAt(static_cast(L_183)); DMBoxClider_t1454175840 * L_185 = (DMBoxClider_t1454175840 *)il2cpp_codegen_object_new(DMBoxClider_t1454175840_il2cpp_TypeInfo_var); DMBoxClider__ctor_m3367394723(L_185, L_184, /*hidden argument*/NULL); V_51 = L_185; CInteractionCliderItem_t1940232150 * L_186 = V_48; DMBoxClider_t1454175840 * L_187 = V_51; NullCheck(L_186); CInteractionCliderItem_PushClider_m1350113817(L_186, L_187, /*hidden argument*/NULL); int32_t L_188 = V_50; V_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)1)); } IL_0440: { int32_t L_189 = V_50; BoxColliderU5BU5D_t835877379* L_190 = V_49; NullCheck(L_190); if ((((int32_t)L_189) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_190)->max_length))))))) { goto IL_0425; } } { goto IL_046b; } IL_0450: { Transform_t3600365921 * L_191 = V_46; NullCheck(L_191); GameObject_t1113636619 * L_192 = Component_get_gameObject_m442555142(L_191, /*hidden argument*/NULL); NullCheck(L_192); String_t* L_193 = Object_get_name_m4211327027(L_192, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_194 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2243051672, L_193, /*hidden argument*/NULL); Tracer_LogWarning_m1083847736(NULL /*static, unused*/, L_194, /*hidden argument*/NULL); } IL_046b: { goto IL_047e; } IL_0470: { CInteractionCliderGroup_t327998540 * L_195 = V_43; Transform_t3600365921 * L_196 = V_46; NullCheck(L_196); GameObject_t1113636619 * L_197 = Component_get_gameObject_m442555142(L_196, /*hidden argument*/NULL); NullCheck(L_195); CInteractionCliderGroup_PushGameObject_m3129682036(L_195, L_197, /*hidden argument*/NULL); } IL_047e: { int32_t L_198 = V_45; V_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)1)); } IL_0484: { int32_t L_199 = V_45; Transform_t3600365921 * L_200 = V_44; NullCheck(L_200); int32_t L_201 = Transform_get_childCount_m3145433196(L_200, /*hidden argument*/NULL); if ((((int32_t)L_199) < ((int32_t)L_201))) { goto IL_03c8; } } { int32_t L_202 = V_42; V_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1)); } IL_0498: { int32_t L_203 = V_42; Transform_t3600365921 * L_204 = V_41; NullCheck(L_204); int32_t L_205 = Transform_get_childCount_m3145433196(L_204, /*hidden argument*/NULL); if ((((int32_t)L_203) < ((int32_t)L_205))) { goto IL_039d; } } IL_04a6: { return; } } // System.Void DMCore.Framework.Scene.CWalkManager::OnTick() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnTick_m538879698 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_OnTick_m538879698_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t4229293369 V_0; memset(&V_0, 0, sizeof(V_0)); CWalkEvent_t1212470810 * V_1 = NULL; KeyValuePair_2_t377815465 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { bool L_0 = __this->get_m_bPaused_4(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { CWalkCamera_t1176337330 * L_1 = CWalkManager_GetWalkCamera_m2368173090(__this, /*hidden argument*/NULL); NullCheck(L_1); CWalkCamera_OnTick_m2988549695(L_1, /*hidden argument*/NULL); BetterList_1_t2891587622 * L_2 = __this->get_m_arrayCach_8(); NullCheck(L_2); BetterList_1_Clear_m2223224509(L_2, /*hidden argument*/BetterList_1_Clear_m2223224509_RuntimeMethod_var); Dictionary_2_t2275110594 * L_3 = __this->get_m_arrayWalkTask_9(); NullCheck(L_3); Enumerator_t4229293369 L_4 = Dictionary_2_GetEnumerator_m2527739969(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m2527739969_RuntimeMethod_var); V_0 = L_4; goto IL_0087; } IL_0033: { KeyValuePair_2_t377815465 L_5 = Enumerator_get_Current_m3116003204((&V_0), /*hidden argument*/Enumerator_get_Current_m3116003204_RuntimeMethod_var); V_2 = L_5; CWalkEvent_t1212470810 * L_6 = KeyValuePair_2_get_Value_m496503180((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m496503180_RuntimeMethod_var); V_1 = L_6; CWalkEvent_t1212470810 * L_7 = V_1; if (!L_7) { goto IL_0076; } } { CWalkEvent_t1212470810 * L_8 = V_1; NullCheck(L_8); VirtActionInvoker0::Invoke(8 /* System.Void DMCore.Framework.Scene.CWalkEvent::OnTick() */, L_8); CWalkEvent_t1212470810 * L_9 = V_1; NullCheck(L_9); bool L_10 = CWalkEvent_IsEnd_m1555391170(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0071; } } { CWalkEvent_t1212470810 * L_11 = V_1; NullCheck(L_11); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.CWalkEvent::OnStop() */, L_11); BetterList_1_t2891587622 * L_12 = __this->get_m_arrayCach_8(); CWalkEvent_t1212470810 * L_13 = V_1; NullCheck(L_13); int64_t L_14 = L_13->get_m_userID_0(); NullCheck(L_12); BetterList_1_Add_m215662071(L_12, L_14, /*hidden argument*/BetterList_1_Add_m215662071_RuntimeMethod_var); } IL_0071: { goto IL_0087; } IL_0076: { BetterList_1_t2891587622 * L_15 = __this->get_m_arrayCach_8(); CWalkEvent_t1212470810 * L_16 = V_1; NullCheck(L_16); int64_t L_17 = L_16->get_m_userID_0(); NullCheck(L_15); BetterList_1_Add_m215662071(L_15, L_17, /*hidden argument*/BetterList_1_Add_m215662071_RuntimeMethod_var); } IL_0087: { bool L_18 = Enumerator_MoveNext_m3031852739((&V_0), /*hidden argument*/Enumerator_MoveNext_m3031852739_RuntimeMethod_var); if (L_18) { goto IL_0033; } } { V_3 = 0; goto IL_00b6; } IL_009a: { Dictionary_2_t2275110594 * L_19 = __this->get_m_arrayWalkTask_9(); BetterList_1_t2891587622 * L_20 = __this->get_m_arrayCach_8(); int32_t L_21 = V_3; NullCheck(L_20); int64_t L_22 = BetterList_1_get_Item_m3140183444(L_20, L_21, /*hidden argument*/BetterList_1_get_Item_m3140183444_RuntimeMethod_var); NullCheck(L_19); Dictionary_2_Remove_m1705991948(L_19, L_22, /*hidden argument*/Dictionary_2_Remove_m1705991948_RuntimeMethod_var); int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00b6: { int32_t L_24 = V_3; BetterList_1_t2891587622 * L_25 = __this->get_m_arrayCach_8(); NullCheck(L_25); int32_t L_26 = L_25->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_009a; } } { CWalkManager_ProcessFollowTarget_m1935230792(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CWalkManager::ProcessFollowTarget() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_ProcessFollowTarget_m1935230792 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_ProcessFollowTarget_m1935230792_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; ISceneRole_t2394225724 * V_3 = NULL; { V_0 = (ISceneRole_t2394225724 *)NULL; V_1 = 0; goto IL_008a; } IL_0009: { ISceneRole_t2394225724 * L_0 = V_0; NullCheck(L_0); bool L_1 = ISceneBaseObj_IsValid_m1197404667(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { ISceneRole_t2394225724 * L_2 = V_0; NullCheck(L_2); bool L_3 = ISceneBaseObj_CheckRoleState_m2983555996(L_2, ((int32_t)16), /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } IL_0021: { goto IL_008a; } IL_0026: { ISceneRole_t2394225724 * L_4 = V_0; NullCheck(L_4); CDataProperty_t2806246268 * L_5 = ISceneBaseObj_GetUserProperty_m776816018(L_4, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = CDataProperty_GetLong_m2096131398(L_5, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_2 = L_6; int64_t L_7 = V_2; if ((!(((uint64_t)L_7) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0046; } } { goto IL_008a; } IL_0046: { int64_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_9 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_3 = L_9; ISceneRole_t2394225724 * L_10 = V_3; if (!L_10) { goto IL_008a; } } { ISceneRole_t2394225724 * L_11 = V_3; NullCheck(L_11); bool L_12 = ISceneBaseObj_IsValid_m1197404667(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_008a; } } { ISceneRole_t2394225724 * L_13 = V_0; NullCheck(L_13); Transform_t3600365921 * L_14 = ISceneBaseObj_GetTransform_m3818769012(L_13, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_15 = V_3; NullCheck(L_15); Transform_t3600365921 * L_16 = ISceneBaseObj_GetTransform_m3818769012(L_15, /*hidden argument*/NULL); NullCheck(L_16); Vector3_t3722313464 L_17 = Transform_get_position_m36019626(L_16, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_position_m3387557959(L_14, L_17, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_18 = V_0; NullCheck(L_18); Transform_t3600365921 * L_19 = ISceneBaseObj_GetTransform_m3818769012(L_18, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_20 = V_3; NullCheck(L_20); Transform_t3600365921 * L_21 = ISceneBaseObj_GetTransform_m3818769012(L_20, /*hidden argument*/NULL); NullCheck(L_21); Vector3_t3722313464 L_22 = Transform_get_forward_m747522392(L_21, /*hidden argument*/NULL); NullCheck(L_19); Transform_set_forward_m1840797198(L_19, L_22, /*hidden argument*/NULL); } IL_008a: { int32_t L_23 = V_1; int32_t L_24 = L_23; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_25 = CSceneService_GetRoleObj_m3880305570(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_26 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_25, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_26; if (L_26) { goto IL_0009; } } { return; } } // DMCore.Framework.Scene.CWalkEvent DMCore.Framework.Scene.CWalkManager::GetWalkEvent(System.Int64) extern "C" IL2CPP_METHOD_ATTR CWalkEvent_t1212470810 * CWalkManager_GetWalkEvent_m2870642478 (CWalkManager_t3228361237 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkManager_GetWalkEvent_m2870642478_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWalkEvent_t1212470810 * V_0 = NULL; { Dictionary_2_t2275110594 * L_0 = __this->get_m_arrayWalkTask_9(); int64_t L_1 = ___userID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4148217459(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4148217459_RuntimeMethod_var); if (!L_2) { goto IL_0015; } } { CWalkEvent_t1212470810 * L_3 = V_0; return L_3; } IL_0015: { return (CWalkEvent_t1212470810 *)NULL; } } // System.Boolean DMCore.Framework.Scene.CWalkManager::get_isKeepAct() extern "C" IL2CPP_METHOD_ATTR bool CWalkManager_get_isKeepAct_m3162454594 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CisKeepActU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Framework.Scene.CWalkManager::set_isKeepAct(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_set_isKeepAct_m3104530730 (CWalkManager_t3228361237 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CisKeepActU3Ek__BackingField_1(L_0); return; } } // System.Boolean DMCore.Framework.Scene.CWalkManager::get_isMove() extern "C" IL2CPP_METHOD_ATTR bool CWalkManager_get_isMove_m1686209922 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bMove_3(); return L_0; } } // System.Void DMCore.Framework.Scene.CWalkManager::set_isMove(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_set_isMove_m2744976067 (CWalkManager_t3228361237 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_bMove_3(L_0); return; } } // System.Void DMCore.Framework.Scene.CWalkManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CWalkManager__cctor_m342948716 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { 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 // System.Void DMCore.Framework.Scene.CWalkMoveEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkMoveEvent__ctor_m330280742 (CWalkMoveEvent_t1408489497 * __this, const RuntimeMethod* method) { { CWalkEvent__ctor_m2524678992(__this, /*hidden argument*/NULL); __this->set_m_selectOne_15((((int64_t)((int64_t)0)))); return; } } // DMCore.Framework.Scene.enumWalkEventType DMCore.Framework.Scene.CWalkMoveEvent::GetWalkType() extern "C" IL2CPP_METHOD_ATTR int32_t CWalkMoveEvent_GetWalkType_m2708367622 (CWalkMoveEvent_t1408489497 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Void DMCore.Framework.Scene.CWalkMoveEvent::SendMsg() extern "C" IL2CPP_METHOD_ATTR void CWalkMoveEvent_SendMsg_m2778224424 (CWalkMoveEvent_t1408489497 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkMoveEvent_SendMsg_m2778224424_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)2000), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int64_t L_5 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; Vector3_t3722313464 * L_7 = __this->get_address_of_m_posBegin_13(); float L_8 = L_7->get_x_1(); NullCheck(L_6); CDataArray_Push_m1044129115(L_6, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_0; Vector3_t3722313464 * L_10 = __this->get_address_of_m_posBegin_13(); float L_11 = L_10->get_y_2(); NullCheck(L_9); CDataArray_Push_m1044129115(L_9, L_11, /*hidden argument*/NULL); CDataArray_t4068198041 * L_12 = V_0; Vector3_t3722313464 * L_13 = __this->get_address_of_m_posBegin_13(); float L_14 = L_13->get_z_3(); NullCheck(L_12); CDataArray_Push_m1044129115(L_12, L_14, /*hidden argument*/NULL); CDataArray_t4068198041 * L_15 = V_0; Vector3_t3722313464 * L_16 = __this->get_address_of_m_posEnd_14(); float L_17 = L_16->get_x_1(); NullCheck(L_15); CDataArray_Push_m1044129115(L_15, L_17, /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = V_0; Vector3_t3722313464 * L_19 = __this->get_address_of_m_posEnd_14(); float L_20 = L_19->get_y_2(); NullCheck(L_18); CDataArray_Push_m1044129115(L_18, L_20, /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_0; Vector3_t3722313464 * L_22 = __this->get_address_of_m_posEnd_14(); float L_23 = L_22->get_z_3(); NullCheck(L_21); CDataArray_Push_m1044129115(L_21, L_23, /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = V_0; NullCheck(L_24); CDataArray_Flush_m1077150699(L_24, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Scene.CWalkMoveEvent::OnGetMsg(DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CWalkMoveEvent_OnGetMsg_m2362694175 (CWalkMoveEvent_t1408489497 * __this, CDataArray_t4068198041 * ___msg0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkMoveEvent_OnGetMsg_m2362694175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = ___startIndex1; int32_t L_2 = CWalkEvent_OnGetMsg_m3522864474(__this, L_0, L_1, /*hidden argument*/NULL); ___startIndex1 = L_2; CDataArray_t4068198041 * L_3 = ___msg0; int32_t L_4 = ___startIndex1; int32_t L_5 = L_4; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); float L_6 = CDataArray_GetFloat_m2138633744(L_3, L_5, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = ___startIndex1; int32_t L_9 = L_8; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); float L_10 = CDataArray_GetFloat_m2138633744(L_7, L_9, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = ___msg0; int32_t L_12 = ___startIndex1; int32_t L_13 = L_12; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); NullCheck(L_11); float L_14 = CDataArray_GetFloat_m2138633744(L_11, L_13, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_15; memset(&L_15, 0, sizeof(L_15)); Vector3__ctor_m3353183577((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL); __this->set_m_posBegin_13(L_15); CDataArray_t4068198041 * L_16 = ___msg0; int32_t L_17 = ___startIndex1; int32_t L_18 = L_17; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); NullCheck(L_16); float L_19 = CDataArray_GetFloat_m2138633744(L_16, L_18, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_20 = ___msg0; int32_t L_21 = ___startIndex1; int32_t L_22 = L_21; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); NullCheck(L_20); float L_23 = CDataArray_GetFloat_m2138633744(L_20, L_22, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = ___msg0; int32_t L_25 = ___startIndex1; int32_t L_26 = L_25; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); NullCheck(L_24); float L_27 = CDataArray_GetFloat_m2138633744(L_24, L_26, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_28; memset(&L_28, 0, sizeof(L_28)); Vector3__ctor_m3353183577((&L_28), L_19, L_23, L_27, /*hidden argument*/NULL); __this->set_m_posEnd_14(L_28); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_29 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); int64_t L_30 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_29); int64_t L_31 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); if ((!(((uint64_t)L_30) == ((uint64_t)L_31)))) { goto IL_00a9; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); ((CWalkEvent_t1212470810 *)__this)->set_m_needSkip_1((bool)1); } IL_00a9: { int32_t L_32 = ___startIndex1; return L_32; } } // System.Void DMCore.Framework.Scene.CWalkMoveEvent::OnStop() extern "C" IL2CPP_METHOD_ATTR void CWalkMoveEvent_OnStop_m3807332973 (CWalkMoveEvent_t1408489497 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkMoveEvent_OnStop_m3807332973_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; ISceneBaseObj_t858622483 * V_1 = NULL; { int64_t L_0 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ISceneBaseObj_t858622483 * L_2 = V_0; if (!L_2) { goto IL_004a; } } { ISceneBaseObj_t858622483 * L_3 = V_0; NullCheck(L_3); ISceneBaseObj_RemoveRoleState_m1533657667(L_3, 1, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(L_4, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = CProperty_GetLong_m359864449(L_5, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_7 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_7); if ((!(((uint64_t)L_6) == ((uint64_t)L_8)))) { goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_9 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CWalkCamera_t1176337330 * L_10 = CWalkManager_GetWalkCamera_m2368173090(L_9, /*hidden argument*/NULL); NullCheck(L_10); CWalkCamera_SetFollowCamera_m3257888760(L_10, (bool)0, /*hidden argument*/NULL); } IL_004a: { int64_t L_11 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_12 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_12); if ((!(((uint64_t)L_11) == ((uint64_t)L_13)))) { goto IL_00b8; } } { int64_t L_14 = __this->get_m_selectOne_15(); if ((((int64_t)L_14) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00b8; } } { int64_t L_15 = __this->get_m_selectOne_15(); int64_t L_16 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); if ((((int64_t)L_15) == ((int64_t)L_16))) { goto IL_00b8; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_17 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CWalkCamera_t1176337330 * L_18 = CWalkManager_GetWalkCamera_m2368173090(L_17, /*hidden argument*/NULL); NullCheck(L_18); CWalkCamera_SetFollowCamera_m3257888760(L_18, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_19 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CWalkCamera_t1176337330 * L_20 = CWalkManager_GetWalkCamera_m2368173090(L_19, /*hidden argument*/NULL); NullCheck(L_20); CWalkCamera_FlushFollowCamera_m20976819(L_20, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_21 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CWalkCamera_t1176337330 * L_22 = CWalkManager_GetWalkCamera_m2368173090(L_21, /*hidden argument*/NULL); NullCheck(L_22); CWalkCamera_SetFollowCamera_m3257888760(L_22, (bool)0, /*hidden argument*/NULL); int64_t L_23 = __this->get_m_selectOne_15(); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_24 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); V_1 = L_24; } IL_00b8: { return; } } // System.Void DMCore.Framework.Scene.CWalkMoveEvent::OnStart() extern "C" IL2CPP_METHOD_ATTR void CWalkMoveEvent_OnStart_m604427728 (CWalkMoveEvent_t1408489497 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkMoveEvent_OnStart_m604427728_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; { int64_t L_0 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ISceneBaseObj_t858622483 * L_2 = V_0; if (!L_2) { goto IL_001e; } } { ISceneBaseObj_t858622483 * L_3 = V_0; NullCheck(L_3); ISceneBaseObj_AddRoleState_m2943967725(L_3, 1, /*hidden argument*/NULL); goto IL_0025; } IL_001e: { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); } IL_0025: { bool L_4 = ((CWalkEvent_t1212470810 *)__this)->get_m_endFlag_2(); if (!L_4) { goto IL_0031; } } { return; } IL_0031: { Vector3_t3722313464 L_5 = __this->get_m_posEnd_14(); Vector3_t3722313464 L_6 = __this->get_m_posBegin_13(); CWalkEvent_SetInfo_m752624831(__this, L_5, L_6, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_7 = V_0; NullCheck(L_7); bool L_8 = ISceneBaseObj_CheckRoleState_m2983555996(L_7, 2, /*hidden argument*/NULL); if (L_8) { goto IL_005b; } } { ISceneBaseObj_t858622483 * L_9 = V_0; CWalkEvent_OnInit_m247998893(__this, ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_9, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_005b: { return; } } // System.Void DMCore.Framework.Scene.CWalkMoveEvent::OnTick() extern "C" IL2CPP_METHOD_ATTR void CWalkMoveEvent_OnTick_m4019577523 (CWalkMoveEvent_t1408489497 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkMoveEvent_OnTick_m4019577523_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; { int64_t L_0 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ISceneBaseObj_t858622483 * L_2 = V_0; if (L_2) { goto IL_001a; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); return; } IL_001a: { ISceneBaseObj_t858622483 * L_3 = V_0; NullCheck(L_3); bool L_4 = ISceneBaseObj_IsValid_m1197404667(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { ISceneBaseObj_t858622483 * L_5 = V_0; NullCheck(L_5); bool L_6 = ISceneBaseObj_CheckRoleState_m2983555996(L_5, 2, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } IL_0031: { return; } IL_0032: { ISceneBaseObj_t858622483 * L_7 = V_0; CWalkEvent_OnTickMove_m2897709827(__this, L_7, /*hidden argument*/NULL); 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 // System.Void DMCore.Framework.Scene.CWalkRange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkRange__ctor_m345771197 (CWalkRange_t2357921041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkRange__ctor_m345771197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_center_0(L_0); List_1_t2266899006 * L_1 = (List_1_t2266899006 *)il2cpp_codegen_object_new(List_1_t2266899006_il2cpp_TypeInfo_var); List_1__ctor_m1664421400(L_1, /*hidden argument*/List_1__ctor_m1664421400_RuntimeMethod_var); __this->set_m_cliderList_1(L_1); return; } } // System.Void DMCore.Framework.Scene.CWalkRange::Clear() extern "C" IL2CPP_METHOD_ATTR void CWalkRange_Clear_m2162142570 (CWalkRange_t2357921041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkRange_Clear_m2162142570_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2266899006 * L_0 = __this->get_m_cliderList_1(); NullCheck(L_0); List_1_Clear_m1322609822(L_0, /*hidden argument*/List_1_Clear_m1322609822_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CWalkRange::PushClider(DMCore.Framework.Scene.DMCliderBase) extern "C" IL2CPP_METHOD_ATTR void CWalkRange_PushClider_m2171279236 (CWalkRange_t2357921041 * __this, DMCliderBase_t794824264 * ___clider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkRange_PushClider_m2171279236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMCliderBase_t794824264 * L_0 = ___clider0; if (!L_0) { goto IL_0012; } } { List_1_t2266899006 * L_1 = __this->get_m_cliderList_1(); DMCliderBase_t794824264 * L_2 = ___clider0; NullCheck(L_1); List_1_Add_m2116331374(L_1, L_2, /*hidden argument*/List_1_Add_m2116331374_RuntimeMethod_var); } IL_0012: { return; } } // System.Void DMCore.Framework.Scene.CWalkRange::SetCenter(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkRange_SetCenter_m2835306587 (CWalkRange_t2357921041 * __this, Vector3_t3722313464 ___pt0, const RuntimeMethod* method) { { Vector3_t3722313464 * L_0 = __this->get_address_of_m_center_0(); float L_1 = (&___pt0)->get_x_1(); float L_2 = (&___pt0)->get_y_2(); float L_3 = (&___pt0)->get_z_3(); Vector3_Set_m1737058353(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkRange::GetCenter() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CWalkRange_GetCenter_m307968099 (CWalkRange_t2357921041 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_m_center_0(); return L_0; } } // System.Boolean DMCore.Framework.Scene.CWalkRange::Intersect(UnityEngine.Ray,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR bool CWalkRange_Intersect_m1824154936 (CWalkRange_t2357921041 * __this, Ray_t3785851493 ___rayVal0, Vector3_t3722313464 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkRange_Intersect_m1824154936_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { V_0 = 0; goto IL_0051; } IL_0007: { List_1_t2266899006 * L_0 = __this->get_m_cliderList_1(); int32_t L_1 = V_0; NullCheck(L_0); DMCliderBase_t794824264 * L_2 = List_1_get_Item_m3920255031(L_0, L_1, /*hidden argument*/List_1_get_Item_m3920255031_RuntimeMethod_var); Ray_t3785851493 L_3 = ___rayVal0; NullCheck(L_2); bool L_4 = VirtFuncInvoker1< bool, Ray_t3785851493 >::Invoke(4 /* System.Boolean DMCore.Framework.Scene.DMCliderBase::Intersect(UnityEngine.Ray) */, L_2, L_3); if (!L_4) { goto IL_004d; } } { List_1_t2266899006 * L_5 = __this->get_m_cliderList_1(); int32_t L_6 = V_0; NullCheck(L_5); DMCliderBase_t794824264 * L_7 = List_1_get_Item_m3920255031(L_5, L_6, /*hidden argument*/List_1_get_Item_m3920255031_RuntimeMethod_var); NullCheck(L_7); Vector3_t3722313464 L_8 = VirtFuncInvoker0< Vector3_t3722313464 >::Invoke(5 /* UnityEngine.Vector3 DMCore.Framework.Scene.DMCliderBase::Result() */, L_7); V_1 = L_8; Vector3_t3722313464 * L_9 = ___result1; float L_10 = (&V_1)->get_x_1(); float L_11 = (&V_1)->get_y_2(); float L_12 = (&V_1)->get_z_3(); Vector3_Set_m1737058353(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return (bool)1; } IL_004d: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0051: { int32_t L_14 = V_0; List_1_t2266899006 * L_15 = __this->get_m_cliderList_1(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m1136297764(L_15, /*hidden argument*/List_1_get_Count_m1136297764_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0007; } } { return (bool)0; } } #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 DMCore.Framework.Scene.DMBoxClider::.ctor(UnityEngine.BoxCollider) extern "C" IL2CPP_METHOD_ATTR void DMBoxClider__ctor_m3367394723 (DMBoxClider_t1454175840 * __this, BoxCollider_t1640800422 * ___clider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMBoxClider__ctor_m3367394723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMCliderBase__ctor_m3111314730(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_clidePt_0(L_0); BoxCollider_t1640800422 * L_1 = ___clider0; __this->set_m_clider_1(L_1); return; } } // System.Boolean DMCore.Framework.Scene.DMBoxClider::Intersect(UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR bool DMBoxClider_Intersect_m1997854192 (DMBoxClider_t1454175840 * __this, Ray_t3785851493 ___rayVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMBoxClider_Intersect_m1997854192_MetadataUsageId); s_Il2CppMethodInitialized = true; } RaycastHit_t1056001966 V_0; memset(&V_0, 0, sizeof(V_0)); float V_1 = 0.0f; bool V_2 = false; { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_clidePt_0(L_0); BoxCollider_t1640800422 * L_1 = __this->get_m_clider_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { return (bool)0; } IL_001e: { il2cpp_codegen_initobj((&V_0), sizeof(RaycastHit_t1056001966 )); V_1 = (999.0f); BoxCollider_t1640800422 * L_3 = __this->get_m_clider_1(); Ray_t3785851493 L_4 = ___rayVal0; float L_5 = V_1; NullCheck(L_3); bool L_6 = Collider_Raycast_m2876906360(L_3, L_4, (&V_0), L_5, /*hidden argument*/NULL); V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_0067; } } { Vector3_t3722313464 L_8 = Ray_get_origin_m2819290985((&___rayVal0), /*hidden argument*/NULL); float L_9 = RaycastHit_get_distance_m3727327466((&V_0), /*hidden argument*/NULL); Vector3_t3722313464 L_10 = Ray_get_direction_m761601601((&___rayVal0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); Vector3_t3722313464 L_12 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_8, L_11, /*hidden argument*/NULL); __this->set_m_clidePt_0(L_12); } IL_0067: { bool L_13 = V_2; return L_13; } } // UnityEngine.Vector3 DMCore.Framework.Scene.DMBoxClider::Result() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMBoxClider_Result_m3587453665 (DMBoxClider_t1454175840 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_m_clidePt_0(); return L_0; } } #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 DMCore.Framework.Scene.DMCliderBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMCliderBase__ctor_m3111314730 (DMCliderBase_t794824264 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.DMCliderBase::PtInTriangle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool DMCliderBase_PtInTriangle_m3203488423 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___tri00, Vector3_t3722313464 ___tri11, Vector3_t3722313464 ___tri22, Vector3_t3722313464 ___P3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCliderBase_PtInTriangle_m3203488423_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; { Vector3_t3722313464 L_0 = ___tri22; Vector3_t3722313464 L_1 = ___tri00; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Vector3_t3722313464 L_3 = ___tri11; Vector3_t3722313464 L_4 = ___tri00; Vector3_t3722313464 L_5 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; Vector3_t3722313464 L_6 = ___P3; Vector3_t3722313464 L_7 = ___tri00; Vector3_t3722313464 L_8 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; Vector3_t3722313464 L_9 = V_0; Vector3_t3722313464 L_10 = V_0; float L_11 = Vector3_Dot_m606404487(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; Vector3_t3722313464 L_12 = V_0; Vector3_t3722313464 L_13 = V_1; float L_14 = Vector3_Dot_m606404487(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; Vector3_t3722313464 L_15 = V_0; Vector3_t3722313464 L_16 = V_2; float L_17 = Vector3_Dot_m606404487(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; Vector3_t3722313464 L_18 = V_1; Vector3_t3722313464 L_19 = V_1; float L_20 = Vector3_Dot_m606404487(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); V_6 = L_20; Vector3_t3722313464 L_21 = V_1; Vector3_t3722313464 L_22 = V_2; float L_23 = Vector3_Dot_m606404487(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_7 = L_23; float L_24 = V_3; float L_25 = V_6; float L_26 = V_4; float L_27 = V_4; V_8 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_25)), (float)((float)il2cpp_codegen_multiply((float)L_26, (float)L_27)))))); float L_28 = V_6; float L_29 = V_5; float L_30 = V_4; float L_31 = V_7; float L_32 = V_8; V_9 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)), (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_31)))), (float)L_32)); float L_33 = V_9; if ((((float)L_33) < ((float)(0.0f)))) { goto IL_007e; } } { float L_34 = V_9; if ((!(((float)L_34) > ((float)(1.0f))))) { goto IL_0080; } } IL_007e: { return (bool)0; } IL_0080: { float L_35 = V_3; float L_36 = V_7; float L_37 = V_4; float L_38 = V_5; float L_39 = V_8; V_10 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_35, (float)L_36)), (float)((float)il2cpp_codegen_multiply((float)L_37, (float)L_38)))), (float)L_39)); float L_40 = V_10; if ((((float)L_40) < ((float)(0.0f)))) { goto IL_00a7; } } { float L_41 = V_10; if ((!(((float)L_41) > ((float)(1.0f))))) { goto IL_00a9; } } IL_00a7: { return (bool)0; } IL_00a9: { float L_42 = V_9; float L_43 = V_10; return (bool)((((int32_t)((!(((float)((float)il2cpp_codegen_add((float)L_42, (float)L_43))) <= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean DMCore.Framework.Scene.DMCliderBase::RayTraceTriangle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Ray,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR bool DMCliderBase_RayTraceTriangle_m3958482609 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___v00, Vector3_t3722313464 ___v11, Vector3_t3722313464 ___v22, Ray_t3785851493 ___rayVal3, Vector3_t3722313464 * ___posResult4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCliderBase_RayTraceTriangle_m3958482609_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); float V_4 = 0.0f; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); float V_10 = 0.0f; Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; Vector3_t3722313464 V_15; memset(&V_15, 0, sizeof(V_15)); float V_16 = 0.0f; Vector3_t3722313464 V_17; memset(&V_17, 0, sizeof(V_17)); float V_18 = 0.0f; float V_19 = 0.0f; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; float V_26 = 0.0f; float V_27 = 0.0f; float V_28 = 0.0f; float V_29 = 0.0f; float V_30 = 0.0f; float V_31 = 0.0f; { float L_0 = (&___v00)->get_x_1(); float L_1 = (&___v11)->get_x_1(); V_0 = ((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)); float L_2 = (&___v00)->get_x_1(); float L_3 = (&___v22)->get_x_1(); V_1 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); Vector3_t3722313464 L_4 = Ray_get_direction_m761601601((&___rayVal3), /*hidden argument*/NULL); V_3 = L_4; float L_5 = (&V_3)->get_x_1(); V_2 = L_5; float L_6 = (&___v00)->get_x_1(); Vector3_t3722313464 L_7 = Ray_get_origin_m2819290985((&___rayVal3), /*hidden argument*/NULL); V_5 = L_7; float L_8 = (&V_5)->get_x_1(); V_4 = ((float)il2cpp_codegen_subtract((float)L_6, (float)L_8)); float L_9 = (&___v00)->get_y_2(); float L_10 = (&___v11)->get_y_2(); V_6 = ((float)il2cpp_codegen_subtract((float)L_9, (float)L_10)); float L_11 = (&___v00)->get_y_2(); float L_12 = (&___v22)->get_y_2(); V_7 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); Vector3_t3722313464 L_13 = Ray_get_direction_m761601601((&___rayVal3), /*hidden argument*/NULL); V_9 = L_13; float L_14 = (&V_9)->get_y_2(); V_8 = L_14; float L_15 = (&___v00)->get_y_2(); Vector3_t3722313464 L_16 = Ray_get_origin_m2819290985((&___rayVal3), /*hidden argument*/NULL); V_11 = L_16; float L_17 = (&V_11)->get_y_2(); V_10 = ((float)il2cpp_codegen_subtract((float)L_15, (float)L_17)); float L_18 = (&___v00)->get_z_3(); float L_19 = (&___v11)->get_z_3(); V_12 = ((float)il2cpp_codegen_subtract((float)L_18, (float)L_19)); float L_20 = (&___v00)->get_z_3(); float L_21 = (&___v22)->get_z_3(); V_13 = ((float)il2cpp_codegen_subtract((float)L_20, (float)L_21)); Vector3_t3722313464 L_22 = Ray_get_direction_m761601601((&___rayVal3), /*hidden argument*/NULL); V_15 = L_22; float L_23 = (&V_15)->get_z_3(); V_14 = L_23; float L_24 = (&___v00)->get_z_3(); Vector3_t3722313464 L_25 = Ray_get_origin_m2819290985((&___rayVal3), /*hidden argument*/NULL); V_17 = L_25; float L_26 = (&V_17)->get_z_3(); V_16 = ((float)il2cpp_codegen_subtract((float)L_24, (float)L_26)); float L_27 = V_7; float L_28 = V_14; float L_29 = V_8; float L_30 = V_13; V_18 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)), (float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30)))); float L_31 = V_10; float L_32 = V_14; float L_33 = V_8; float L_34 = V_16; V_19 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_31, (float)L_32)), (float)((float)il2cpp_codegen_multiply((float)L_33, (float)L_34)))); float L_35 = V_7; float L_36 = V_16; float L_37 = V_10; float L_38 = V_13; V_20 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_35, (float)L_36)), (float)((float)il2cpp_codegen_multiply((float)L_37, (float)L_38)))); float L_39 = V_8; float L_40 = V_12; float L_41 = V_6; float L_42 = V_14; V_21 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_39, (float)L_40)), (float)((float)il2cpp_codegen_multiply((float)L_41, (float)L_42)))); float L_43 = V_6; float L_44 = V_13; float L_45 = V_7; float L_46 = V_12; V_22 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_43, (float)L_44)), (float)((float)il2cpp_codegen_multiply((float)L_45, (float)L_46)))); float L_47 = V_0; float L_48 = V_18; float L_49 = V_1; float L_50 = V_21; float L_51 = V_2; float L_52 = V_22; V_23 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_47, (float)L_48)), (float)((float)il2cpp_codegen_multiply((float)L_49, (float)L_50)))), (float)((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)))); float L_53 = V_23; if ((!(((double)(-0.0001)) < ((double)(((double)((double)L_53))))))) { goto IL_015b; } } { float L_54 = V_23; if ((!(((double)(0.0001)) > ((double)(((double)((double)L_54))))))) { goto IL_015b; } } { return (bool)0; } IL_015b: { float L_55 = V_23; V_24 = ((float)((float)(1.0f)/(float)L_55)); float L_56 = V_4; float L_57 = V_18; float L_58 = V_1; float L_59 = V_19; float L_60 = V_2; float L_61 = V_20; V_25 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)), (float)((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)))), (float)((float)il2cpp_codegen_multiply((float)L_60, (float)L_61)))); float L_62 = V_25; float L_63 = V_24; V_26 = ((float)il2cpp_codegen_multiply((float)L_62, (float)L_63)); float L_64 = V_26; if ((!(((float)L_64) < ((float)(0.0f))))) { goto IL_018b; } } { return (bool)0; } IL_018b: { float L_65 = V_6; float L_66 = V_16; float L_67 = V_10; float L_68 = V_12; V_27 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_65, (float)L_66)), (float)((float)il2cpp_codegen_multiply((float)L_67, (float)L_68)))); float L_69 = V_0; float L_70 = V_19; float L_71 = V_4; float L_72 = V_21; float L_73 = V_2; float L_74 = V_27; V_28 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_69, (float)L_70)), (float)((float)il2cpp_codegen_multiply((float)L_71, (float)L_72)))), (float)((float)il2cpp_codegen_multiply((float)L_73, (float)L_74)))); float L_75 = V_28; float L_76 = V_24; V_29 = ((float)il2cpp_codegen_multiply((float)L_75, (float)L_76)); float L_77 = V_29; if ((((float)L_77) < ((float)(0.0f)))) { goto IL_01cb; } } { float L_78 = V_26; float L_79 = V_29; if ((!(((float)((float)il2cpp_codegen_add((float)L_78, (float)L_79))) > ((float)(1.0f))))) { goto IL_01cd; } } IL_01cb: { return (bool)0; } IL_01cd: { float L_80 = V_0; float L_81 = V_20; float L_82 = V_1; float L_83 = V_27; float L_84 = V_4; float L_85 = V_22; V_30 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_80, (float)L_81)), (float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)))), (float)((float)il2cpp_codegen_multiply((float)L_84, (float)L_85)))); float L_86 = V_30; float L_87 = V_24; V_31 = ((float)il2cpp_codegen_multiply((float)L_86, (float)L_87)); float L_88 = V_31; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_89 = ((Mathf_t3464937446_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_t3464937446_il2cpp_TypeInfo_var))->get_Epsilon_5(); if ((!(((float)L_88) < ((float)L_89)))) { goto IL_01f3; } } { return (bool)0; } IL_01f3: { Vector3_t3722313464 * L_90 = ___posResult4; Vector3_t3722313464 L_91 = Ray_get_origin_m2819290985((&___rayVal3), /*hidden argument*/NULL); float L_92 = V_31; Vector3_t3722313464 L_93 = Ray_get_direction_m761601601((&___rayVal3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_94 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, L_92, L_93, /*hidden argument*/NULL); Vector3_t3722313464 L_95 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_91, L_94, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_90 = L_95; return (bool)1; } } // System.Boolean DMCore.Framework.Scene.DMCliderBase::Intersect(UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR bool DMCliderBase_Intersect_m3677064355 (DMCliderBase_t794824264 * __this, Ray_t3785851493 ___rayVal0, const RuntimeMethod* method) { { return (bool)0; } } // UnityEngine.Vector3 DMCore.Framework.Scene.DMCliderBase::Result() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMCliderBase_Result_m302768804 (DMCliderBase_t794824264 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCliderBase_Result_m302768804_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } #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 DMCore.Framework.Scene.DMTriangleClider::.ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void DMTriangleClider__ctor_m1266168824 (DMTriangleClider_t2950399159 * __this, Vector3_t3722313464 ___pos00, Vector3_t3722313464 ___pos11, Vector3_t3722313464 ___pos22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMTriangleClider__ctor_m1266168824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMCliderBase__ctor_m3111314730(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_result_0(L_0); float L_1 = (&___pos00)->get_x_1(); float L_2 = (&___pos00)->get_y_2(); float L_3 = (&___pos00)->get_z_3(); Vector3_t3722313464 L_4; memset(&L_4, 0, sizeof(L_4)); Vector3__ctor_m3353183577((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_m_pos0_1(L_4); float L_5 = (&___pos11)->get_x_1(); float L_6 = (&___pos11)->get_y_2(); float L_7 = (&___pos11)->get_z_3(); Vector3_t3722313464 L_8; memset(&L_8, 0, sizeof(L_8)); Vector3__ctor_m3353183577((&L_8), L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_m_pos1_2(L_8); float L_9 = (&___pos22)->get_x_1(); float L_10 = (&___pos22)->get_y_2(); float L_11 = (&___pos22)->get_z_3(); Vector3_t3722313464 L_12; memset(&L_12, 0, sizeof(L_12)); Vector3__ctor_m3353183577((&L_12), L_9, L_10, L_11, /*hidden argument*/NULL); __this->set_m_pos2_3(L_12); return; } } // System.Void DMCore.Framework.Scene.DMTriangleClider::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMTriangleClider__ctor_m1976207995 (DMTriangleClider_t2950399159 * __this, const RuntimeMethod* method) { { DMCliderBase__ctor_m3111314730(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.DMTriangleClider::Intersect(UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR bool DMTriangleClider_Intersect_m2530872347 (DMTriangleClider_t2950399159 * __this, Ray_t3785851493 ___rayVal0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_m_pos0_1(); Vector3_t3722313464 L_1 = __this->get_m_pos1_2(); Vector3_t3722313464 L_2 = __this->get_m_pos2_3(); Ray_t3785851493 L_3 = ___rayVal0; Vector3_t3722313464 * L_4 = __this->get_address_of_m_result_0(); bool L_5 = DMCliderBase_RayTraceTriangle_m3958482609(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 DMCore.Framework.Scene.DMTriangleClider::Result() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMTriangleClider_Result_m2831234712 (DMTriangleClider_t2950399159 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_m_result_0(); return L_0; } } #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 #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 #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 DMCore.Framework.Scene.IAvatarSkin::.ctor() extern "C" IL2CPP_METHOD_ATTR void IAvatarSkin__ctor_m2458559199 (IAvatarSkin_t3391917898 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Scene.IAvatarSkin::GetSkinPath(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* IAvatarSkin_GetSkinPath_m3278817804 (RuntimeObject * __this /* static, unused */, int32_t ___modelID0, int32_t ___cateOwner1, int32_t ___skinID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IAvatarSkin_GetSkinPath_m3278817804_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B6_0 = 0; ObjectU5BU5D_t2843939325* G_B6_1 = NULL; ObjectU5BU5D_t2843939325* G_B6_2 = NULL; String_t* G_B6_3 = NULL; int32_t G_B5_0 = 0; ObjectU5BU5D_t2843939325* G_B5_1 = NULL; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; String_t* G_B5_3 = NULL; String_t* G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_t2843939325* G_B7_2 = NULL; ObjectU5BU5D_t2843939325* G_B7_3 = NULL; String_t* G_B7_4 = NULL; String_t* G_B11_0 = NULL; String_t* G_B10_0 = NULL; String_t* G_B12_0 = NULL; String_t* G_B12_1 = NULL; int32_t G_B15_0 = 0; ObjectU5BU5D_t2843939325* G_B15_1 = NULL; ObjectU5BU5D_t2843939325* G_B15_2 = NULL; String_t* G_B15_3 = NULL; int32_t G_B14_0 = 0; ObjectU5BU5D_t2843939325* G_B14_1 = NULL; ObjectU5BU5D_t2843939325* G_B14_2 = NULL; String_t* G_B14_3 = NULL; String_t* G_B16_0 = NULL; int32_t G_B16_1 = 0; ObjectU5BU5D_t2843939325* G_B16_2 = NULL; ObjectU5BU5D_t2843939325* G_B16_3 = NULL; String_t* G_B16_4 = NULL; { int32_t L_0 = ___modelID0; if ((((int32_t)1) < ((int32_t)L_0))) { goto IL_00dc; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoleConfig_t3543365145_il2cpp_TypeInfo_var); bool L_1 = CRoleConfig_IsEnableRoleBlendFace_m2264735641(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_1) { goto IL_0061; } } { int32_t L_2 = ___skinID2; if ((((int32_t)0) < ((int32_t)L_2))) { goto IL_001b; } } { ___skinID2 = 1; } IL_001b: { ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_4 = ___modelID0; G_B5_0 = 0; G_B5_1 = L_3; G_B5_2 = L_3; G_B5_3 = _stringLiteral3833944908; if (L_4) { G_B6_0 = 0; G_B6_1 = L_3; G_B6_2 = L_3; G_B6_3 = _stringLiteral3833944908; goto IL_0038; } } { G_B7_0 = _stringLiteral2600665179; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; goto IL_003d; } IL_0038: { G_B7_0 = _stringLiteral3978303945; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; } IL_003d: { NullCheck(G_B7_2); ArrayElementTypeCheck (G_B7_2, G_B7_0); (G_B7_2)->SetAt(static_cast(G_B7_1), (RuntimeObject *)G_B7_0); ObjectU5BU5D_t2843939325* L_5 = G_B7_3; int32_t L_6 = ___modelID0; int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_8); ObjectU5BU5D_t2843939325* L_9 = L_5; int32_t L_10 = ___cateOwner1; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(2), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = L_9; int32_t L_14 = ___skinID2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m630303134(NULL /*static, unused*/, G_B7_4, L_13, /*hidden argument*/NULL); return L_17; } IL_0061: { int32_t L_18 = ___skinID2; if ((((int32_t)0) < ((int32_t)L_18))) { goto IL_0096; } } { int32_t L_19 = ___modelID0; G_B10_0 = _stringLiteral2762847225; if (L_19) { G_B11_0 = _stringLiteral2762847225; goto IL_007d; } } { G_B12_0 = _stringLiteral2600665179; G_B12_1 = G_B10_0; goto IL_0082; } IL_007d: { G_B12_0 = _stringLiteral3978303945; G_B12_1 = G_B11_0; } IL_0082: { int32_t L_20 = ___modelID0; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); int32_t L_23 = ___cateOwner1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m3339413201(NULL /*static, unused*/, G_B12_1, G_B12_0, L_22, L_25, /*hidden argument*/NULL); return L_26; } IL_0096: { ObjectU5BU5D_t2843939325* L_27 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_28 = ___modelID0; G_B14_0 = 0; G_B14_1 = L_27; G_B14_2 = L_27; G_B14_3 = _stringLiteral3833944908; if (L_28) { G_B15_0 = 0; G_B15_1 = L_27; G_B15_2 = L_27; G_B15_3 = _stringLiteral3833944908; goto IL_00b3; } } { G_B16_0 = _stringLiteral2600665179; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; G_B16_3 = G_B14_2; G_B16_4 = G_B14_3; goto IL_00b8; } IL_00b3: { G_B16_0 = _stringLiteral3978303945; G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; G_B16_3 = G_B15_2; G_B16_4 = G_B15_3; } IL_00b8: { NullCheck(G_B16_2); ArrayElementTypeCheck (G_B16_2, G_B16_0); (G_B16_2)->SetAt(static_cast(G_B16_1), (RuntimeObject *)G_B16_0); ObjectU5BU5D_t2843939325* L_29 = G_B16_3; int32_t L_30 = ___modelID0; int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); RuntimeObject * L_32 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_31); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_32); (L_29)->SetAt(static_cast(1), (RuntimeObject *)L_32); ObjectU5BU5D_t2843939325* L_33 = L_29; int32_t L_34 = ___cateOwner1; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_36); (L_33)->SetAt(static_cast(2), (RuntimeObject *)L_36); ObjectU5BU5D_t2843939325* L_37 = L_33; int32_t L_38 = ___skinID2; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_40); (L_37)->SetAt(static_cast(3), (RuntimeObject *)L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Format_m630303134(NULL /*static, unused*/, G_B16_4, L_37, /*hidden argument*/NULL); return L_41; } IL_00dc: { int32_t L_42 = ___skinID2; if ((((int32_t)0) < ((int32_t)L_42))) { goto IL_00e6; } } { ___skinID2 = 1; } IL_00e6: { return (String_t*)NULL; } } // System.Void DMCore.Framework.Scene.IAvatarSkin::.cctor() extern "C" IL2CPP_METHOD_ATTR void IAvatarSkin__cctor_m1986777152 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IAvatarSkin__cctor_m1986777152_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((IAvatarSkin_t3391917898_StaticFields*)il2cpp_codegen_static_fields_for(IAvatarSkin_t3391917898_il2cpp_TypeInfo_var))->set_SOLID_DEFAULT_0(_stringLiteral194077008); ((IAvatarSkin_t3391917898_StaticFields*)il2cpp_codegen_static_fields_for(IAvatarSkin_t3391917898_il2cpp_TypeInfo_var))->set_SOLID_BLEND_1(_stringLiteral1592589601); 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 // System.Void DMCore.Framework.Scene.ISceneAvatarBody::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody__ctor_m3026184422 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody__ctor_m3026184422_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_IsNeedModelItemBindBone_27((bool)1); ISceneBaseObj__ctor_m4120917529(__this, /*hidden argument*/NULL); CAvatarSite_t1752665925 * L_0 = (CAvatarSite_t1752665925 *)il2cpp_codegen_object_new(CAvatarSite_t1752665925_il2cpp_TypeInfo_var); CAvatarSite__ctor_m2007817852(L_0, __this, /*hidden argument*/NULL); __this->set_m_avatarSite_24(L_0); CRoleEffectManager_t3637256918 * L_1 = (CRoleEffectManager_t3637256918 *)il2cpp_codegen_object_new(CRoleEffectManager_t3637256918_il2cpp_TypeInfo_var); CRoleEffectManager__ctor_m1263625120(L_1, /*hidden argument*/NULL); __this->set_m_effectSite_25(L_1); CRoleEffectManager_t3637256918 * L_2 = __this->get_m_effectSite_25(); NullCheck(L_2); CRoleEffectManager_SetOwner_m2132561067(L_2, __this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneAvatarBody::GetAvatarSite() extern "C" IL2CPP_METHOD_ATTR CAvatarSite_t1752665925 * ISceneAvatarBody_GetAvatarSite_m4280735166 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { CAvatarSite_t1752665925 * L_0 = __this->get_m_avatarSite_24(); return L_0; } } // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneAvatarBody::GetModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneAvatarBody_GetModelItem_m1005926466 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nCategory0, const RuntimeMethod* method) { { CAvatarSite_t1752665925 * L_0 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); int32_t L_1 = ___nCategory0; NullCheck(L_0); CRoleModelItem_t1608531946 * L_2 = CAvatarSite_CreateAvatarItem_m2019342553(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneAvatarBody::FindModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneAvatarBody_FindModelItem_m2897315059 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nCategory0, const RuntimeMethod* method) { { CAvatarSite_t1752665925 * L_0 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); int32_t L_1 = ___nCategory0; NullCheck(L_0); CRoleModelItem_t1608531946 * L_2 = CAvatarSite_FindAvatarItem_m3681740487(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_ResumeSubModels_m660141779 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_ResumeSubModels_m660141779_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; List_1_t128053199 * V_1 = NULL; List_1_t128053199 * V_2 = NULL; Enumerator_t2451428052 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t2894917444 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; String_t* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; AvatarInfo_t571832948 * V_10 = NULL; CRoleModelItem_t1608531946 * V_11 = NULL; CRoleModelItem_t1608531946 * V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; CRoleModelItem_t1608531946 * V_15 = NULL; { __this->set_m_suitID_26(0); CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); List_1_t3319525431 * L_1 = CProperty_GetKeys_m6339137(L_0, /*hidden argument*/NULL); V_0 = L_1; List_1_t3319525431 * L_2 = V_0; if (!L_2) { goto IL_0024; } } { List_1_t3319525431 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2276455407(L_3, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_4) { goto IL_0025; } } IL_0024: { return; } IL_0025: { List_1_t128053199 * L_5 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_5, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_1 = L_5; List_1_t128053199 * L_6 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_6, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_2 = L_6; CAvatarSite_t1752665925 * L_7 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_7); Enumerator_t2451428052 L_8 = CAvatarSite_GetEnumerator_m1415828918(L_7, /*hidden argument*/NULL); V_3 = L_8; goto IL_0058; } IL_0042: { List_1_t128053199 * L_9 = V_1; KeyValuePair_2_t2894917444 L_10 = Enumerator_get_Current_m59556516((&V_3), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_4 = L_10; int32_t L_11 = KeyValuePair_2_get_Key_m611959596((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m611959596_RuntimeMethod_var); NullCheck(L_9); List_1_Add_m697420525(L_9, L_11, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0058: { bool L_12 = Enumerator_MoveNext_m1600580383((&V_3), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_12) { goto IL_0042; } } { CProperty_t963755051 * L_13 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CProperty_GetInt_m2680341236(L_13, _stringLiteral989714396, 0, /*hidden argument*/NULL); V_5 = L_14; CAvatarSite_t1752665925 * L_15 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); int32_t L_16 = V_5; NullCheck(L_15); CAvatarSite_ChangeSkin_m3681856285(L_15, L_16, /*hidden argument*/NULL); V_6 = 0; goto IL_01c6; } IL_008c: { List_1_t3319525431 * L_17 = V_0; int32_t L_18 = V_6; NullCheck(L_17); String_t* L_19 = List_1_get_Item_m953835688(L_17, L_18, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); V_7 = L_19; IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_20 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); String_t* L_22 = V_7; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) > ((int32_t)L_23))) { goto IL_00cd; } } { IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_24 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); String_t* L_25 = V_7; String_t* L_26 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_26); int32_t L_27 = String_get_Length_m3847582255(L_26, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_28 = String_Substring_m1610150815(L_25, 0, L_27, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_29 = String_CompareTo_m3414379165(L_24, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00d2; } } IL_00cd: { goto IL_01c0; } IL_00d2: { CProperty_t963755051 * L_30 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_31 = V_7; NullCheck(L_30); int32_t L_32 = CProperty_GetInt_m2680341236(L_30, L_31, 0, /*hidden argument*/NULL); V_8 = L_32; String_t* L_33 = V_7; IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_34 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); String_t* L_36 = V_7; NullCheck(L_36); int32_t L_37 = String_get_Length_m3847582255(L_36, /*hidden argument*/NULL); String_t* L_38 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_38); int32_t L_39 = String_get_Length_m3847582255(L_38, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_40 = String_Substring_m1610150815(L_33, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_39)), /*hidden argument*/NULL); int32_t L_41 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_40, 0, /*hidden argument*/NULL); V_9 = L_41; int32_t L_42 = V_8; if ((((int32_t)0) >= ((int32_t)L_42))) { goto IL_016a; } } { int32_t L_43 = V_8; AvatarInfo_t571832948 * L_44 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); V_10 = L_44; List_1_t128053199 * L_45 = V_2; AvatarInfo_t571832948 * L_46 = V_10; NullCheck(L_46); int32_t L_47 = AvatarInfo_get_Category_m2094546247(L_46, /*hidden argument*/NULL); NullCheck(L_45); List_1_Add_m697420525(L_45, L_47, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); AvatarInfo_t571832948 * L_48 = V_10; NullCheck(L_48); int32_t L_49 = AvatarInfo_get_Category_m2094546247(L_48, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_50 = ISceneAvatarBody_GetModelItem_m1005926466(__this, L_49, /*hidden argument*/NULL); V_11 = L_50; CRoleModelItem_t1608531946 * L_51 = V_11; NullCheck(L_51); int32_t L_52 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_51, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_53 = V_10; NullCheck(L_53); int32_t L_54 = AvatarInfo_get_SubIndex_m786032553(L_53, /*hidden argument*/NULL); if ((((int32_t)L_52) == ((int32_t)L_54))) { goto IL_0165; } } { CRoleModelItem_t1608531946 * L_55 = V_11; AvatarInfo_t571832948 * L_56 = V_10; NullCheck(L_56); int32_t L_57 = AvatarInfo_get_Sex_m3718099394(L_56, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_58 = V_10; NullCheck(L_58); int32_t L_59 = AvatarInfo_get_SubIndex_m786032553(L_58, /*hidden argument*/NULL); NullCheck(L_55); CRoleModelItem_ChangeSubModel_m1069865053(L_55, L_57, L_59, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_0165: { goto IL_01c0; } IL_016a: { int32_t L_60 = V_9; if ((((int32_t)L_60) == ((int32_t)8))) { goto IL_017b; } } { int32_t L_61 = V_9; if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)13))))) { goto IL_01c0; } } IL_017b: { List_1_t128053199 * L_62 = V_2; int32_t L_63 = V_9; NullCheck(L_62); List_1_Add_m697420525(L_62, L_63, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); int32_t L_64 = V_9; CRoleModelItem_t1608531946 * L_65 = ISceneAvatarBody_GetModelItem_m1005926466(__this, L_64, /*hidden argument*/NULL); V_12 = L_65; CRoleModelItem_t1608531946 * L_66 = V_12; if (!L_66) { goto IL_01c0; } } { CRoleModelItem_t1608531946 * L_67 = V_12; NullCheck(L_67); int32_t L_68 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01c0; } } { CRoleModelItem_t1608531946 * L_69 = V_12; NullCheck(L_69); int32_t L_70 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_69, /*hidden argument*/NULL); if ((((int32_t)L_70) == ((int32_t)(-1)))) { goto IL_01c0; } } { CRoleModelItem_t1608531946 * L_71 = V_12; int32_t L_72 = ISceneBaseObj_GetModelID_m2197572308(__this, /*hidden argument*/NULL); NullCheck(L_71); CRoleModelItem_ChangeSubModel_m1069865053(L_71, ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)), 0, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_01c0: { int32_t L_73 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_01c6: { int32_t L_74 = V_6; List_1_t3319525431 * L_75 = V_0; NullCheck(L_75); int32_t L_76 = List_1_get_Count_m2276455407(L_75, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_74) < ((int32_t)L_76))) { goto IL_008c; } } { V_13 = 0; goto IL_0216; } IL_01db: { List_1_t128053199 * L_77 = V_1; int32_t L_78 = V_13; NullCheck(L_77); int32_t L_79 = List_1_get_Item_m987949881(L_77, L_78, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); V_14 = L_79; List_1_t128053199 * L_80 = V_2; int32_t L_81 = V_14; NullCheck(L_80); bool L_82 = List_1_Contains_m2263725670(L_80, L_81, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (L_82) { goto IL_0210; } } { CAvatarSite_t1752665925 * L_83 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); int32_t L_84 = V_14; NullCheck(L_83); CRoleModelItem_t1608531946 * L_85 = CAvatarSite_FindAvatarItem_m3681740487(L_83, L_84, /*hidden argument*/NULL); V_15 = L_85; CRoleModelItem_t1608531946 * L_86 = V_15; if (!L_86) { goto IL_0210; } } { CRoleModelItem_t1608531946 * L_87 = V_15; NullCheck(L_87); CRoleModelItem_OnDestroy_m1465529345(L_87, (bool)1, /*hidden argument*/NULL); } IL_0210: { int32_t L_88 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_0216: { int32_t L_89 = V_13; List_1_t128053199 * L_90 = V_1; NullCheck(L_90); int32_t L_91 = List_1_get_Count_m361000296(L_90, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((((int32_t)L_89) < ((int32_t)L_91))) { goto IL_01db; } } { return; } } // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneAvatarBody::GetModelItemsList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * ISceneAvatarBody_GetModelItemsList_m424859374 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_GetModelItemsList_m424859374_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; List_1_t128053199 * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); List_1_t3319525431 * L_1 = CProperty_GetKeys_m6339137(L_0, /*hidden argument*/NULL); V_0 = L_1; List_1_t3319525431 * L_2 = V_0; if (L_2) { goto IL_0014; } } { return (List_1_t128053199 *)NULL; } IL_0014: { V_1 = (List_1_t128053199 *)NULL; V_2 = 0; goto IL_0079; } IL_001d: { List_1_t3319525431 * L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); String_t* L_5 = List_1_get_Item_m953835688(L_3, L_4, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); V_3 = L_5; IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_6 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); String_t* L_8 = V_3; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) > ((int32_t)L_9))) { goto IL_0075; } } { String_t* L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_11 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_10); bool L_12 = String_StartsWith_m1759067526(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0075; } } { CProperty_t963755051 * L_13 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_14 = V_3; NullCheck(L_13); int32_t L_15 = CProperty_GetInt_m2680341236(L_13, L_14, 0, /*hidden argument*/NULL); V_4 = L_15; int32_t L_16 = V_4; if ((((int32_t)0) >= ((int32_t)L_16))) { goto IL_0075; } } { List_1_t128053199 * L_17 = V_1; if (L_17) { goto IL_006d; } } { List_1_t128053199 * L_18 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_18, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_1 = L_18; } IL_006d: { List_1_t128053199 * L_19 = V_1; int32_t L_20 = V_4; NullCheck(L_19); List_1_Add_m697420525(L_19, L_20, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0075: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0079: { int32_t L_22 = V_2; List_1_t3319525431 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = List_1_get_Count_m2276455407(L_23, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_001d; } } { List_1_t128053199 * L_25 = V_1; return L_25; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::EnableModelItem(DMCore.Framework.Scene.AvatarCate,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_EnableModelItem_m2934873520 (ISceneAvatarBody_t3588558973 * __this, int32_t ___category0, bool ___bEnable1, const RuntimeMethod* method) { CRoleModelItem_t1608531946 * V_0 = NULL; { int32_t L_0 = ___category0; CRoleModelItem_t1608531946 * L_1 = ISceneAvatarBody_FindModelItem_m2897315059(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_t1608531946 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { CRoleModelItem_t1608531946 * L_3 = V_0; bool L_4 = ___bEnable1; NullCheck(L_3); CRoleModelItem_SetRoleItemEnable_m3456968021(L_3, L_4, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IfModelItemEnable(DMCore.Framework.Scene.AvatarCate) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IfModelItemEnable_m818929063 (ISceneAvatarBody_t3588558973 * __this, int32_t ___category0, const RuntimeMethod* method) { CRoleModelItem_t1608531946 * V_0 = NULL; int32_t G_B5_0 = 0; { int32_t L_0 = ___category0; CRoleModelItem_t1608531946 * L_1 = ISceneAvatarBody_FindModelItem_m2897315059(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_t1608531946 * L_2 = V_0; if (!L_2) { goto IL_002d; } } { CRoleModelItem_t1608531946 * L_3 = V_0; NullCheck(L_3); bool L_4 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { CRoleModelItem_t1608531946 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_5, /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_6))) { goto IL_002b; } } { G_B5_0 = 1; goto IL_002c; } IL_002b: { G_B5_0 = 0; } IL_002c: { return (bool)G_B5_0; } IL_002d: { return (bool)0; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IfExistWing() extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IfExistWing_m1762582921 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { CRoleModelItem_t1608531946 * V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; { CRoleModelItem_t1608531946 * L_0 = ISceneAvatarBody_FindModelItem_m2897315059(__this, ((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; CRoleModelItem_t1608531946 * L_1 = V_0; if (!L_1) { goto IL_001a; } } { CRoleModelItem_t1608531946 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_001b; } IL_001a: { G_B3_0 = 0; } IL_001b: { V_1 = G_B3_0; int32_t L_4 = V_1; if ((((int32_t)((int32_t)10000)) > ((int32_t)L_4))) { goto IL_002d; } } { G_B6_0 = 1; goto IL_002e; } IL_002d: { G_B6_0 = 0; } IL_002e: { return (bool)G_B6_0; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::WearSubModel(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_WearSubModel_m1491959671 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nSubModelId0, bool ___bAsyn1, bool ___Direct2, const RuntimeMethod* method) { { CAvatarSite_t1752665925 * L_0 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); int32_t L_1 = ___nSubModelId0; bool L_2 = ___bAsyn1; bool L_3 = ___Direct2; NullCheck(L_0); bool L_4 = CAvatarSite_WearAvatar_m812548984(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::TakeOffModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_TakeOffModel_m3558964862 (ISceneAvatarBody_t3588558973 * __this, int32_t ___nModelID0, const RuntimeMethod* method) { bool V_0 = false; AvatarInfo_t571832948 * V_1 = NULL; CRoleModelItem_t1608531946 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; AvatarInfo_t571832948 * V_5 = NULL; { V_0 = (bool)1; int32_t L_0 = ___nModelID0; AvatarInfo_t571832948 * L_1 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_1 = L_1; AvatarInfo_t571832948 * L_2 = V_1; NullCheck(L_2); int32_t L_3 = AvatarInfo_get_Category_m2094546247(L_2, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_4 = ISceneAvatarBody_FindModelItem_m2897315059(__this, L_3, /*hidden argument*/NULL); V_2 = L_4; CRoleModelItem_t1608531946 * L_5 = V_2; if (L_5) { goto IL_0023; } } { V_0 = (bool)0; goto IL_0077; } IL_0023: { int32_t L_6 = ISceneAvatarBody_GetSex_m3392603294(__this, /*hidden argument*/NULL); V_3 = L_6; V_4 = 0; CJuniorRoleModelItem_t636793867 * L_7 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = V_3; AvatarInfo_t571832948 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = AvatarInfo_get_Category_m2094546247(L_9, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_11 = CJuniorRoleModelItem_GetDefaultModelItem_m384567376(L_7, (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0), L_10, /*hidden argument*/NULL); V_4 = L_11; int32_t L_12 = V_4; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0070; } } { int32_t L_13 = V_4; AvatarInfo_t571832948 * L_14 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_5 = L_14; CRoleModelItem_t1608531946 * L_15 = V_2; AvatarInfo_t571832948 * L_16 = V_5; NullCheck(L_16); int32_t L_17 = AvatarInfo_get_Sex_m3718099394(L_16, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_18 = V_5; NullCheck(L_18); int32_t L_19 = AvatarInfo_get_SubIndex_m786032553(L_18, /*hidden argument*/NULL); NullCheck(L_15); CRoleModelItem_ChangeSubModel_m1069865053(L_15, L_17, L_19, (bool)1, (bool)1, /*hidden argument*/NULL); goto IL_0077; } IL_0070: { CRoleModelItem_t1608531946 * L_20 = V_2; NullCheck(L_20); CRoleModelItem_OnDestroy_m1465529345(L_20, (bool)1, /*hidden argument*/NULL); } IL_0077: { AvatarInfo_t571832948 * L_21 = V_1; NullCheck(L_21); int32_t L_22 = AvatarInfo_get_Category_m2094546247(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)((int32_t)12)))) { goto IL_0091; } } { AvatarInfo_t571832948 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = AvatarInfo_get_Category_m2094546247(L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)30))))) { goto IL_0098; } } IL_0091: { VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); } IL_0098: { bool L_25 = V_0; return L_25; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::HoldResources() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_HoldResources_m1975108850 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { ISceneBaseObj_HoldResources_m37748790(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::LoadSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_LoadSubModels_m2953008318 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_LoadSubModels_m2953008318_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2451428052 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2894917444 V_1; memset(&V_1, 0, sizeof(V_1)); { CAvatarSite_t1752665925 * L_0 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_0); Enumerator_t2451428052 L_1 = CAvatarSite_GetEnumerator_m1415828918(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t2894917444 L_2 = Enumerator_get_Current_m59556516((&V_0), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_1 = L_2; CRoleModelItem_t1608531946 * L_3 = KeyValuePair_2_get_Value_m566560947((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_3); CRoleModelItem_LoadingResource_m2591595945(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m1600580383((&V_0), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { return; } } // System.Int32 DMCore.Framework.Scene.ISceneAvatarBody::GetWearSuitID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneAvatarBody_GetWearSuitID_m3276469139 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_suitID_26(); return L_0; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_WearSuit_m2703862880 (ISceneAvatarBody_t3588558973 * __this, int32_t ___suitID0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_suitID_26(); int32_t L_1 = ___suitID0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000e; } } { return (bool)0; } IL_000e: { int32_t L_2 = ___suitID0; __this->set_m_suitID_26(L_2); CRoleModelItem_SuitConfigManager_t3017667155 * L_3 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = ___suitID0; int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); NullCheck(L_3); CRoleModelItem_SuitConfigManager_TryWearSuit_m4162724810(L_3, L_4, L_5, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::TakeOffSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_TakeOffSuit_m2855694525 (ISceneAvatarBody_t3588558973 * __this, int32_t ___suitID0, const RuntimeMethod* method) { CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { __this->set_m_suitID_26(0); CRoleModelItem_SuitConfigManager_t3017667155 * L_0 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___suitID0; NullCheck(L_0); CRoleModelItem_SuitConfig_t3912215432 * L_2 = CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CRoleModelItem_SuitConfig_t3912215432 * L_3 = V_0; if (!L_3) { goto IL_004b; } } { CRoleModelItem_SuitConfig_t3912215432 * L_4 = V_0; NullCheck(L_4); bool L_5 = CRoleModelItem_SuitConfig_IsDone_m2238062894(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } { CRoleModelItem_SuitConfig_t3912215432 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_0044; } IL_0032: { CRoleModelItem_SuitConfig_t3912215432 * L_8 = V_0; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_8, L_9, /*hidden argument*/NULL); VirtFuncInvoker1< bool, int32_t >::Invoke(36 /* System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::TakeOffModel(System.Int32) */, __this, L_10); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0044: { int32_t L_12 = V_2; int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0032; } } IL_004b: { return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::OnSuitCfgDone(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_OnSuitCfgDone_m4245273698 (ISceneAvatarBody_t3588558973 * __this, int32_t ___suit0, const RuntimeMethod* method) { CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_m_suitID_26(); int32_t L_1 = ___suit0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_000d; } } { return; } IL_000d: { CRoleModelItem_SuitConfigManager_t3017667155 * L_2 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___suit0; NullCheck(L_2); CRoleModelItem_SuitConfig_t3912215432 * L_4 = CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; CRoleModelItem_SuitConfig_t3912215432 * L_5 = V_0; if (!L_5) { goto IL_0046; } } { V_1 = 0; goto IL_003a; } IL_0026: { CRoleModelItem_SuitConfig_t3912215432 * L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_6, L_7, /*hidden argument*/NULL); VirtFuncInvoker3< bool, int32_t, bool, bool >::Invoke(35 /* System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::WearSubModel(System.Int32,System.Boolean,System.Boolean) */, __this, L_8, (bool)1, (bool)1); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003a: { int32_t L_10 = V_1; CRoleModelItem_SuitConfig_t3912215432 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0026; } } IL_0046: { return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_StopEffect_m29986231 (ISceneAvatarBody_t3588558973 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_effectSite_25(); String_t* L_1 = ___name0; int32_t L_2 = ___type1; NullCheck(L_0); CRoleEffectManager_StopEffect_m3562134177(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_PlayEffect_m1781900459 (ISceneAvatarBody_t3588558973 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_effectSite_25(); String_t* L_1 = ___name0; int32_t L_2 = ___type1; float L_3 = ___fTimeTotal2; NullCheck(L_0); CRoleEffectManager_PlayEffect_m1641389585(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_PlayEffect_m3589843848 (ISceneAvatarBody_t3588558973 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, String_t* ___bindBoneName3, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_effectSite_25(); String_t* L_1 = ___name0; int32_t L_2 = ___type1; float L_3 = ___fTimeTotal2; String_t* L_4 = ___bindBoneName3; NullCheck(L_0); CRoleEffectManager_PlayEffect_m3757415791(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // UnityEngine.Transform DMCore.Framework.Scene.ISceneAvatarBody::GetEffectRoot(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneAvatarBody_GetEffectRoot_m203037069 (ISceneAvatarBody_t3588558973 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_effectSite_25(); String_t* L_1 = ___name0; int32_t L_2 = ___type1; NullCheck(L_0); Transform_t3600365921 * L_3 = CRoleEffectManager_GetEffectRoot_m2975894142(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::ClearAllEffect() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_ClearAllEffect_m2432517932 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_effectSite_25(); NullCheck(L_0); CRoleEffectManager_Clear_m885802197(L_0, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Scene.ISceneAvatarBody::GetSex() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneAvatarBody_GetSex_m3392603294 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_GetSex_m3392603294_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral4166355951, 0, /*hidden argument*/NULL); return L_1; } } // DMCore.Framework.Scene.CRoleModelFace DMCore.Framework.Scene.ISceneAvatarBody::GetFace() extern "C" IL2CPP_METHOD_ATTR CRoleModelFace_t1285730091 * ISceneAvatarBody_GetFace_m1612791330 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { CRoleModelFace_t1285730091 * L_0 = __this->get_m_RoleFace_23(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_SetEnable_m1356130404 (ISceneAvatarBody_t3588558973 * __this, bool ___enableNow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_SetEnable_m1356130404_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_t2451428052 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t2894917444 V_2; memset(&V_2, 0, sizeof(V_2)); { bool L_0 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___enableNow0; ISceneBaseObj_SetEnable_m217419873(__this, L_1, /*hidden argument*/NULL); bool L_2 = V_0; bool L_3 = ___enableNow0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0063; } } { CAvatarSite_t1752665925 * L_4 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_4); Enumerator_t2451428052 L_5 = CAvatarSite_GetEnumerator_m1415828918(L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_003b; } IL_0026: { KeyValuePair_2_t2894917444 L_6 = Enumerator_get_Current_m59556516((&V_1), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_2 = L_6; CRoleModelItem_t1608531946 * L_7 = KeyValuePair_2_get_Value_m566560947((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); bool L_8 = ___enableNow0; NullCheck(L_7); CRoleModelItem_OnRoleEnable_m1002368919(L_7, L_8, /*hidden argument*/NULL); } IL_003b: { bool L_9 = Enumerator_MoveNext_m1600580383((&V_1), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_9) { goto IL_0026; } } { CRoleModelFace_t1285730091 * L_10 = __this->get_m_RoleFace_23(); if (!L_10) { goto IL_0063; } } { bool L_11 = ___enableNow0; if (!L_11) { goto IL_0063; } } { CRoleModelFace_t1285730091 * L_12 = __this->get_m_RoleFace_23(); NullCheck(L_12); CRoleModelFace_Reset_m1928825497(L_12, /*hidden argument*/NULL); } IL_0063: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IsNeedSubmit() extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IsNeedSubmit_m3641879808 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_IsNeedSubmit_m3641879808_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2451428052 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2894917444 V_1; memset(&V_1, 0, sizeof(V_1)); { CAvatarSite_t1752665925 * L_0 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_0); Enumerator_t2451428052 L_1 = CAvatarSite_GetEnumerator_m1415828918(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_002c; } IL_0011: { KeyValuePair_2_t2894917444 L_2 = Enumerator_get_Current_m59556516((&V_0), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_1 = L_2; CRoleModelItem_t1608531946 * L_3 = KeyValuePair_2_get_Value_m566560947((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_3); bool L_4 = CRoleModelItem_IsNeedSubmit_m1853932435(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { return (bool)1; } IL_002c: { bool L_5 = Enumerator_MoveNext_m1600580383((&V_0), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_5) { goto IL_0011; } } { return (bool)0; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::Reload() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_Reload_m1830156163 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { ISceneBaseObj_Reload_m919028703(__this, /*hidden argument*/NULL); CRoleModelFace_t1285730091 * L_0 = __this->get_m_RoleFace_23(); if (!L_0) { goto IL_0023; } } { CRoleModelFace_t1285730091 * L_1 = __this->get_m_RoleFace_23(); NullCheck(L_1); CRoleModelFace_Clear_m2618079574(L_1, /*hidden argument*/NULL); __this->set_m_RoleFace_23((CRoleModelFace_t1285730091 *)NULL); } IL_0023: { CAvatarSite_t1752665925 * L_2 = __this->get_m_avatarSite_24(); NullCheck(L_2); CAvatarSite_DestroyAvatar_m4073980386(L_2, /*hidden argument*/NULL); CRoleEffectManager_t3637256918 * L_3 = __this->get_m_effectSite_25(); NullCheck(L_3); CRoleEffectManager_Clear_m885802197(L_3, /*hidden argument*/NULL); __this->set_m_suitID_26(0); ISceneBaseObj_Destroy_m2170965624(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_Destroy_m3454387676 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { CRoleModelFace_t1285730091 * L_0 = __this->get_m_RoleFace_23(); if (!L_0) { goto IL_001d; } } { CRoleModelFace_t1285730091 * L_1 = __this->get_m_RoleFace_23(); NullCheck(L_1); CRoleModelFace_Clear_m2618079574(L_1, /*hidden argument*/NULL); __this->set_m_RoleFace_23((CRoleModelFace_t1285730091 *)NULL); } IL_001d: { CAvatarSite_t1752665925 * L_2 = __this->get_m_avatarSite_24(); NullCheck(L_2); CAvatarSite_DestroyAll_m1900279317(L_2, /*hidden argument*/NULL); CRoleEffectManager_t3637256918 * L_3 = __this->get_m_effectSite_25(); NullCheck(L_3); CRoleEffectManager_Clear_m885802197(L_3, /*hidden argument*/NULL); __this->set_m_suitID_26(0); ISceneBaseObj_Destroy_m2170965624(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_OnUpdate_m558821740 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_OnUpdate_m558821740_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_t1608531946 * V_0 = NULL; int64_t V_1 = 0; ISceneRole_t2394225724 * V_2 = NULL; ISceneRole_t2394225724 * G_B10_0 = NULL; { ISceneBaseObj_OnUpdate_m1897338165(__this, /*hidden argument*/NULL); CRoleModelFace_t1285730091 * L_0 = __this->get_m_RoleFace_23(); if (!L_0) { goto IL_001c; } } { CRoleModelFace_t1285730091 * L_1 = __this->get_m_RoleFace_23(); NullCheck(L_1); CRoleModelFace_OnUpdate_m978550602(L_1, /*hidden argument*/NULL); } IL_001c: { bool L_2 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_00dc; } } { bool L_3 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_00dc; } } { CAvatarSite_t1752665925 * L_4 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_4); CRoleModelItem_t1608531946 * L_5 = CAvatarSite_FindAvatarItem_m3681740487(L_4, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_5; CRoleModelItem_t1608531946 * L_6 = V_0; if (!L_6) { goto IL_00dc; } } { CRoleModelItem_t1608531946 * L_7 = V_0; NullCheck(L_7); bool L_8 = CRoleModelItem_IsValid_m632020454(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00dc; } } { CRoleModelItem_t1608531946 * L_9 = V_0; NullCheck(L_9); bool L_10 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00dc; } } { CRoleModelItem_t1608531946 * L_11 = V_0; NullCheck(L_11); CRoleModelItem_FitVehicleAnim_m459242281(L_11, /*hidden argument*/NULL); CProperty_t963755051 * L_12 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_12); int64_t L_13 = CProperty_GetLong_m359864449(L_12, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_13; int64_t L_14 = V_1; if ((((int64_t)L_14) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0088; } } { int64_t L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_16 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); G_B10_0 = L_16; goto IL_0089; } IL_0088: { G_B10_0 = ((ISceneRole_t2394225724 *)(NULL)); } IL_0089: { V_2 = G_B10_0; ISceneRole_t2394225724 * L_17 = V_2; if (!L_17) { goto IL_00ba; } } { ISceneRole_t2394225724 * L_18 = V_2; NullCheck(L_18); bool L_19 = ISceneBaseObj_IsValid_m1197404667(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00b8; } } { ISceneRole_t2394225724 * L_20 = V_2; NullCheck(L_20); CDataProperty_t2806246268 * L_21 = ISceneBaseObj_GetUserProperty_m776816018(L_20, /*hidden argument*/NULL); NullCheck(L_21); int64_t L_22 = CDataProperty_GetLong_m2096131398(L_21, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); int64_t L_23 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); if ((((int64_t)L_22) == ((int64_t)L_23))) { goto IL_00ba; } } IL_00b8: { V_2 = (ISceneRole_t2394225724 *)NULL; } IL_00ba: { ISceneRole_t2394225724 * L_24 = V_2; if (!L_24) { goto IL_00dc; } } { CAnimSite_t233742424 * L_25 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00dc; } } { CAnimSite_t233742424 * L_26 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_27 = V_2; NullCheck(L_27); CAnimSite_t233742424 * L_28 = ISceneBaseObj_GetAnimSite_m1357014666(L_27, /*hidden argument*/NULL); NullCheck(L_26); CAnimSite_SynchronizeTargetAnim_m881565285(L_26, L_28, /*hidden argument*/NULL); } IL_00dc: { return; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_OnLateUpdate_m614134439 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_OnLateUpdate_m614134439_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_t1608531946 * V_0 = NULL; CAvatarBinding_t1216096343 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; { ISceneBaseObj_OnLateUpdate_m1353150370(__this, /*hidden argument*/NULL); CAvatarSite_t1752665925 * L_0 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_0); CRoleModelItem_t1608531946 * L_1 = CAvatarSite_FindAvatarItem_m3681740487(L_0, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_t1608531946 * L_2 = V_0; if (!L_2) { goto IL_009f; } } { CRoleModelItem_t1608531946 * L_3 = V_0; NullCheck(L_3); bool L_4 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_009f; } } { CRoleModelItem_t1608531946 * L_5 = V_0; NullCheck(L_5); bool L_6 = CRoleModelItem_IsValid_m632020454(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_009f; } } { CRoleModelItem_t1608531946 * L_7 = V_0; NullCheck(L_7); CAvatarBinding_t1216096343 * L_8 = CRoleModelItem_GetAvatarBinding_m1759129545(L_7, /*hidden argument*/NULL); V_1 = L_8; CAvatarBinding_t1216096343 * L_9 = V_1; if (!L_9) { goto IL_009f; } } { CAvatarBinding_t1216096343 * L_10 = V_1; int32_t L_11 = ISceneAvatarBody_GetSex_m3392603294(__this, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_12 = CAvatarBinding_GetBindTargetMain_m2271926819(L_10, (bool)((((int32_t)0) == ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL); V_2 = L_12; Transform_t3600365921 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_009f; } } { Transform_t3600365921 * L_15 = V_2; NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = GameObject_get_activeInHierarchy_m2006396688(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_009f; } } { CSkeletonSite_t1178137573 * L_18 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); CAvatarBinding_t1216096343 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = CAvatarBinding_get_BindBoneName_m1410294478(L_19, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_21 = CSkeletonSite_GetBone_m772310976(L_18, L_20, /*hidden argument*/NULL); V_3 = L_21; Transform_t3600365921 * L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_009f; } } { Transform_t3600365921 * L_24 = V_3; Transform_t3600365921 * L_25 = V_2; NullCheck(L_25); Vector3_t3722313464 L_26 = Transform_get_position_m36019626(L_25, /*hidden argument*/NULL); NullCheck(L_24); Transform_set_position_m3387557959(L_24, L_26, /*hidden argument*/NULL); Transform_t3600365921 * L_27 = V_3; Transform_t3600365921 * L_28 = V_2; NullCheck(L_28); Quaternion_t2301928331 L_29 = Transform_get_rotation_m3502953881(L_28, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_rotation_m3524318132(L_27, L_29, /*hidden argument*/NULL); } IL_009f: { bool L_30 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { bool L_31 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_31) { goto IL_00cb; } } { CRoleEffectManager_t3637256918 * L_32 = __this->get_m_effectSite_25(); NullCheck(L_32); CRoleEffectManager_OnAfterAnimUpdate_m29231580(L_32, /*hidden argument*/NULL); CAvatarSite_t1752665925 * L_33 = __this->get_m_avatarSite_24(); NullCheck(L_33); CAvatarSite_OnAfterAnim_m2661536085(L_33, /*hidden argument*/NULL); } IL_00cb: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IsReady_m3539629533 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody_IsReady_m3539629533_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2451428052 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2894917444 V_1; memset(&V_1, 0, sizeof(V_1)); { bool L_0 = ISceneBaseObj_IsReady_m4181127110(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { CAvatarSite_t1752665925 * L_1 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_1); Enumerator_t2451428052 L_2 = CAvatarSite_GetEnumerator_m1415828918(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0039; } IL_001e: { KeyValuePair_2_t2894917444 L_3 = Enumerator_get_Current_m59556516((&V_0), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_1 = L_3; CRoleModelItem_t1608531946 * L_4 = KeyValuePair_2_get_Value_m566560947((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_4); bool L_5 = CRoleModelItem_IsReady_m3318928730(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0039; } } { return (bool)0; } IL_0039: { bool L_6 = Enumerator_MoveNext_m1600580383((&V_0), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_6) { goto IL_001e; } } { return (bool)1; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::SetModelItemBindBone(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody_SetModelItemBindBone_m2268382948 (ISceneAvatarBody_t3588558973 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsNeedModelItemBindBone_27(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IsNeedModelItemBindBone() extern "C" IL2CPP_METHOD_ATTR bool ISceneAvatarBody_IsNeedModelItemBindBone_m3073853283 (ISceneAvatarBody_t3588558973 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsNeedModelItemBindBone_27(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneAvatarBody::.cctor() extern "C" IL2CPP_METHOD_ATTR void ISceneAvatarBody__cctor_m801272662 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneAvatarBody__cctor_m801272662_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->set_s_EuqipWords_22(_stringLiteral845755458); 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 // System.Void DMCore.Framework.Scene.ISceneBaseObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__ctor_m4120917529 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj__ctor_m4120917529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAnimSite_t233742424 * L_0 = (CAnimSite_t233742424 *)il2cpp_codegen_object_new(CAnimSite_t233742424_il2cpp_TypeInfo_var); CAnimSite__ctor_m929762818(L_0, /*hidden argument*/NULL); __this->set_m_AnimSite_18(L_0); CSkeletonSite_t1178137573 * L_1 = (CSkeletonSite_t1178137573 *)il2cpp_codegen_object_new(CSkeletonSite_t1178137573_il2cpp_TypeInfo_var); CSkeletonSite__ctor_m1378794604(L_1, /*hidden argument*/NULL); __this->set_m_skeletonSite_19(L_1); CAudioSite_t2953826499 * L_2 = (CAudioSite_t2953826499 *)il2cpp_codegen_object_new(CAudioSite_t2953826499_il2cpp_TypeInfo_var); CAudioSite__ctor_m185037343(L_2, /*hidden argument*/NULL); __this->set_m_audioSite_20(L_2); ISceneSite__ctor_m3645380679(__this, /*hidden argument*/NULL); __this->set_m_UserID_17((((int64_t)((int64_t)(-1))))); ISceneBaseObj_set_EnableAutoRelaxAnim_m1800426087(__this, (bool)1, /*hidden argument*/NULL); __this->set_m_bEnableTitle_16((bool)1); __this->set_m_Type_6(0); __this->set_m_SubType_7(0); __this->set_m_bEnable_15((bool)1); List_1_t817360128 * L_3 = (List_1_t817360128 *)il2cpp_codegen_object_new(List_1_t817360128_il2cpp_TypeInfo_var); List_1__ctor_m2887041057(L_3, /*hidden argument*/List_1__ctor_m2887041057_RuntimeMethod_var); __this->set_m_listTransform_14(L_3); __this->set_m_pGameObject_8((GameObject_t1113636619 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_Name_9(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_PrefabPath_10(L_5); CProperty_t963755051 * L_6 = (CProperty_t963755051 *)il2cpp_codegen_object_new(CProperty_t963755051_il2cpp_TypeInfo_var); CProperty__ctor_m1842622200(L_6, /*hidden argument*/NULL); __this->set_m_NetProperty_11(L_6); CProperty_t963755051 * L_7 = __this->get_m_NetProperty_11(); intptr_t L_8 = (intptr_t)ISceneBaseObj__NetPropChangeBefore_m811095896_RuntimeMethod_var; Action_2_t319610619 * L_9 = (Action_2_t319610619 *)il2cpp_codegen_object_new(Action_2_t319610619_il2cpp_TypeInfo_var); Action_2__ctor_m2047516667(L_9, __this, L_8, /*hidden argument*/Action_2__ctor_m2047516667_RuntimeMethod_var); intptr_t L_10 = (intptr_t)ISceneBaseObj__NetPropChangeEnd_m3482387527_RuntimeMethod_var; Action_1_t2019918284 * L_11 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_11, __this, L_10, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_7); CProperty_OnRegisterListener_m297633249(L_7, L_9, L_11, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_12 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_12, /*hidden argument*/NULL); __this->set_m_userProperty_12(L_12); CDataProperty_t2806246268 * L_13 = __this->get_m_userProperty_12(); intptr_t L_14 = (intptr_t)ISceneBaseObj__UserPropChangeBefore_m2549402010_RuntimeMethod_var; Action_2_t2799970140 * L_15 = (Action_2_t2799970140 *)il2cpp_codegen_object_new(Action_2_t2799970140_il2cpp_TypeInfo_var); Action_2__ctor_m2722879698(L_15, __this, L_14, /*hidden argument*/Action_2__ctor_m2722879698_RuntimeMethod_var); intptr_t L_16 = (intptr_t)ISceneBaseObj__UserPropChangeEnd_m167698124_RuntimeMethod_var; Action_1_t2019918284 * L_17 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_17, __this, L_16, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_13); CDataProperty_RegisterListener_m3253102657(L_13, L_15, L_17, /*hidden argument*/NULL); CAudioSite_t2953826499 * L_18 = ISceneBaseObj_GetAudioSite_m774775513(__this, /*hidden argument*/NULL); NullCheck(L_18); CAudioSite_SetAudioEnvironment_m1126111024(L_18, __this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::Reload() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_Reload_m919028703 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::get_EnableAutoRelaxAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_get_EnableAutoRelaxAnim_m1418470300 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableAutoRelaxAnimU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::set_EnableAutoRelaxAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_set_EnableAutoRelaxAnim_m1800426087 (ISceneBaseObj_t858622483 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableAutoRelaxAnimU3Ek__BackingField_4(L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::HoldResources() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_HoldResources_m37748790 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Framework.Scene.ServerSceneObjType DMCore.Framework.Scene.ISceneBaseObj::GetServerType() extern "C" IL2CPP_METHOD_ATTR int16_t ISceneBaseObj_GetServerType_m3178454515 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { int16_t L_0 = __this->get_m_Type_6(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetServerType(DMCore.Framework.Scene.ServerSceneObjType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetServerType_m3318423344 (ISceneBaseObj_t858622483 * __this, int16_t ___type0, const RuntimeMethod* method) { { int16_t L_0 = ___type0; __this->set_m_Type_6(L_0); return; } } // DMCore.Framework.Scene.ServerSceneSubType DMCore.Framework.Scene.ISceneBaseObj::GetSubType() extern "C" IL2CPP_METHOD_ATTR int16_t ISceneBaseObj_GetSubType_m1591381168 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { int16_t L_0 = __this->get_m_SubType_7(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetSubType(DMCore.Framework.Scene.ServerSceneSubType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetSubType_m2147549751 (ISceneBaseObj_t858622483 * __this, int16_t ___subType0, const RuntimeMethod* method) { { int16_t L_0 = ___subType0; __this->set_m_SubType_7(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsTitleVisible() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsTitleVisible_m1072246621 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnableTitle_16(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetTitleVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetTitleVisible_m4004458557 (ISceneBaseObj_t858622483 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_bEnableTitle_16(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsEnable_m3745268461 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnable_15(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetEnable_m217419873 (ISceneBaseObj_t858622483 * __this, bool ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SetEnable_m217419873_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = ___b0; __this->set_m_bEnable_15(L_0); GameObject_t1113636619 * L_1 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0058; } } { GameObject_t1113636619 * L_3 = __this->get_m_pGameObject_8(); NullCheck(L_3); bool L_4 = GameObject_get_activeSelf_m1767405923(L_3, /*hidden argument*/NULL); V_0 = L_4; GameObject_t1113636619 * L_5 = __this->get_m_pGameObject_8(); bool L_6 = ___b0; NullCheck(L_5); GameObject_SetActive_m796801857(L_5, L_6, /*hidden argument*/NULL); CAudioSite_t2953826499 * L_7 = ISceneBaseObj_GetAudioSite_m774775513(__this, /*hidden argument*/NULL); bool L_8 = ___b0; NullCheck(L_7); CAudioSite_OnEnable_m3053728913(L_7, L_8, /*hidden argument*/NULL); bool L_9 = __this->get_m_bEnable_15(); if (!L_9) { goto IL_0058; } } { bool L_10 = V_0; if (L_10) { goto IL_0058; } } { GameObject_t1113636619 * L_11 = __this->get_m_pGameObject_8(); CMiscHelp_ResetAnim_m1618882349(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_0058: { return; } } // DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.ISceneBaseObj::GetObjType() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetObjType_m3998626345 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SubmitToScene_m799218937 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SubmitToScene_m799218937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_005b; } } { bool L_2 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_005b; } } { String_t* L_3 = __this->get_m_PrefabPath_10(); Object_t631007953 * L_4 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_pGameObject_8(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_4, GameObject_t1113636619_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_5 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_005b; } } { CAnimSite_t233742424 * L_7 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); Animation_t3648466861 * L_8 = ISceneBaseObj_CreateAnimCpt_m3394691980(__this, /*hidden argument*/NULL); CSkeletonSite_t1178137573 * L_9 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); NullCheck(L_7); CAnimSite_SetAnimEnvironment_m3176899690(L_7, __this, L_8, L_9, /*hidden argument*/NULL); } IL_005b: { String_t* L_10 = __this->get_m_Name_9(); ISceneBaseObj_SetName_m2657421930(__this, L_10, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnReady_m4001975239 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnChangeScene(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnChangeScene_m1077307008 (ISceneBaseObj_t858622483 * __this, String_t* ___old0, String_t* ___Newname1, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsReady_m4181127110 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_IsReady_m4181127110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_m_PrefabPath_10(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetUserId_m830872956 (ISceneBaseObj_t858622483 * __this, int64_t ___nUserId0, const RuntimeMethod* method) { { int64_t L_0 = ___nUserId0; __this->set_m_UserID_17(L_0); return; } } // System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() extern "C" IL2CPP_METHOD_ATTR int64_t ISceneBaseObj_GetUserId_m56450123 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_UserID_17(); return L_0; } } // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetTitleHeadPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneBaseObj_GetTitleHeadPosition_m2646926732 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetTitleHeadPosition_m2646926732_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetTitleRectCenter2D(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneBaseObj_GetTitleRectCenter2D_m1332462294 (ISceneBaseObj_t858622483 * __this, String_t* ___headBoneName0, float ___customOffset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetTitleRectCenter2D_m1332462294_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Camera_t4157153871 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Quaternion_t2301928331 V_3; memset(&V_3, 0, sizeof(V_3)); Transform_t3600365921 * V_4 = NULL; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); float V_7 = 0.0f; Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); float V_9 = 0.0f; float V_10 = 0.0f; Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); Vector3_t3722313464 V_14; memset(&V_14, 0, sizeof(V_14)); Vector3_t3722313464 V_15; memset(&V_15, 0, sizeof(V_15)); { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = ___headBoneName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0013; } } { Vector3_t3722313464 L_3 = V_0; return L_3; } IL_0013: { Camera_t4157153871 * L_4 = CMiscHelp_GetActive3DCamera_m1925094002(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_4; Camera_t4157153871 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { Vector3_t3722313464 L_7 = V_0; return L_7; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_8 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_8; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_9 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_9; String_t* L_10 = ___headBoneName0; Transform_t3600365921 * L_11 = ISceneBaseObj_GetChildBoneTrans_m2300247844(__this, L_10, (&V_2), (&V_3), /*hidden argument*/NULL); V_4 = L_11; Transform_t3600365921 * L_12 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_004f; } } { Vector3_t3722313464 L_14 = V_0; return L_14; } IL_004f: { GameObject_t1113636619 * L_15 = __this->get_m_pGameObject_8(); NullCheck(L_15); Transform_t3600365921 * L_16 = GameObject_get_transform_m1369836730(L_15, /*hidden argument*/NULL); NullCheck(L_16); Vector3_t3722313464 L_17 = Transform_get_position_m36019626(L_16, /*hidden argument*/NULL); V_5 = L_17; Transform_t3600365921 * L_18 = V_4; NullCheck(L_18); Vector3_t3722313464 L_19 = Transform_get_position_m36019626(L_18, /*hidden argument*/NULL); Vector3_t3722313464 L_20 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_21 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_6 = L_21; float L_22 = (&V_6)->get_y_2(); GameObject_t1113636619 * L_23 = __this->get_m_pGameObject_8(); NullCheck(L_23); Transform_t3600365921 * L_24 = GameObject_get_transform_m1369836730(L_23, /*hidden argument*/NULL); NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_localScale_m129152068(L_24, /*hidden argument*/NULL); V_8 = L_25; float L_26 = (&V_8)->get_y_2(); V_7 = ((float)((float)L_22/(float)L_26)); V_9 = (0.0f); float L_27 = (&V_2)->get_y_2(); if ((!(((float)(0.1f)) < ((float)L_27)))) { goto IL_00cc; } } { float L_28 = (&V_2)->get_y_2(); float L_29 = V_7; if ((!(((float)((float)il2cpp_codegen_add((float)L_28, (float)(0.1f)))) < ((float)L_29)))) { goto IL_00cc; } } { float L_30 = V_7; float L_31 = (&V_2)->get_y_2(); V_9 = ((float)il2cpp_codegen_subtract((float)L_30, (float)L_31)); } IL_00cc: { float L_32 = (&V_5)->get_y_2(); GameObject_t1113636619 * L_33 = __this->get_m_pGameObject_8(); NullCheck(L_33); Transform_t3600365921 * L_34 = GameObject_get_transform_m1369836730(L_33, /*hidden argument*/NULL); NullCheck(L_34); Vector3_t3722313464 L_35 = Transform_get_localScale_m129152068(L_34, /*hidden argument*/NULL); V_11 = L_35; float L_36 = (&V_11)->get_y_2(); float L_37 = ___customOffset1; float L_38 = V_9; V_10 = ((float)il2cpp_codegen_add((float)L_32, (float)((float)il2cpp_codegen_multiply((float)L_36, (float)((float)il2cpp_codegen_add((float)L_37, (float)L_38)))))); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_39 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_12 = L_39; Transform_t3600365921 * L_40 = V_4; NullCheck(L_40); Vector3_t3722313464 L_41 = Transform_get_position_m36019626(L_40, /*hidden argument*/NULL); V_13 = L_41; float L_42 = (&V_13)->get_x_1(); float L_43 = V_10; Transform_t3600365921 * L_44 = V_4; NullCheck(L_44); Vector3_t3722313464 L_45 = Transform_get_position_m36019626(L_44, /*hidden argument*/NULL); V_14 = L_45; float L_46 = (&V_14)->get_z_3(); Vector3_Set_m1737058353((&V_12), L_42, L_43, L_46, /*hidden argument*/NULL); Camera_t4157153871 * L_47 = V_1; Vector3_t3722313464 L_48 = V_12; NullCheck(L_47); Vector3_t3722313464 L_49 = Camera_WorldToScreenPoint_m3726311023(L_47, L_48, /*hidden argument*/NULL); V_0 = L_49; Transform_t3600365921 * L_50 = V_4; NullCheck(L_50); Vector3_t3722313464 L_51 = Transform_get_position_m36019626(L_50, /*hidden argument*/NULL); V_15 = L_51; float L_52 = (&V_15)->get_z_3(); (&V_0)->set_z_3(L_52); Vector3_t3722313464 L_53 = V_0; return L_53; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetModelID_m3286778194 (ISceneBaseObj_t858622483 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SetModelID_m3286778194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataProperty_t2806246268 * L_0 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); int32_t L_1 = ___modelID0; NullCheck(L_0); CDataProperty_Add_m837145387(L_0, _stringLiteral795478587, L_1, /*hidden argument*/NULL); CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); int32_t L_3 = ___modelID0; NullCheck(L_2); CProperty_SetInt_m72189256(L_2, _stringLiteral795478587, L_3, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetModelID_m2197572308 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetModelID_m2197572308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataProperty_t2806246268 * L_0 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CDataProperty_GetInt_m1935343217(L_0, _stringLiteral795478587, 0, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsLooker() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsLooker_m3790122426 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_IsLooker_m3790122426_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral4031999231, 0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_IsValid_m1197404667_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { GameObject_t1113636619 * L_0 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { G_B3_0 = 1; goto IL_0018; } IL_0017: { G_B3_0 = 0; } IL_0018: { return (bool)G_B3_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::LoadFromPrefab(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_LoadFromPrefab_m1643718464 (ISceneBaseObj_t858622483 * __this, String_t* ___strPath0, bool ___Async1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_LoadFromPrefab_m1643718464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strPath0; __this->set_m_PrefabPath_10(L_0); String_t* L_1 = ___strPath0; IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); AssetManager_LoadAsset_m1115993353(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::AttacheSceneObj(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_AttacheSceneObj_m1301616300 (ISceneBaseObj_t858622483 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_AttacheSceneObj_m1301616300_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { String_t* L_0 = ___strName0; GameObject_t1113636619 * L_1 = GameObject_Find_m2032535176(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; GameObject_t1113636619 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { return (bool)0; } IL_0015: { GameObject_t1113636619 * L_4 = V_0; __this->set_m_pGameObject_8(L_4); String_t* L_5 = ___strName0; __this->set_m_Name_9(L_5); return (bool)1; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopMove(UnityEngine.Vector3,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopMove_m2366111287 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___posDest0, Quaternion_t2301928331 ___rotateDest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_StopMove_m2366111287_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { List_1_t817360128 * L_0 = __this->get_m_listTransform_14(); NullCheck(L_0); List_1_Clear_m1643428058(L_0, /*hidden argument*/List_1_Clear_m1643428058_RuntimeMethod_var); Transform_t3600365921 * L_1 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); V_0 = L_1; Transform_t3600365921 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0065; } } { Transform_t3600365921 * L_4 = V_0; float L_5 = (&___posDest0)->get_x_1(); float L_6 = (&___posDest0)->get_y_2(); float L_7 = (&___posDest0)->get_z_3(); Vector3_t3722313464 L_8; memset(&L_8, 0, sizeof(L_8)); Vector3__ctor_m3353183577((&L_8), L_5, L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); Transform_set_position_m3387557959(L_4, L_8, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = V_0; float L_10 = (&___rotateDest1)->get_x_0(); float L_11 = (&___rotateDest1)->get_y_1(); float L_12 = (&___rotateDest1)->get_z_2(); float L_13 = (&___rotateDest1)->get_w_3(); Quaternion_t2301928331 L_14; memset(&L_14, 0, sizeof(L_14)); Quaternion__ctor_m435141806((&L_14), L_10, L_11, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_9); Transform_set_rotation_m3524318132(L_9, L_14, /*hidden argument*/NULL); } IL_0065: { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::Move(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_Move_m555801117 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___posDest0, Quaternion_t2301928331 ___rotateDest1, float ___fTimeTotal2, float ___fDelay3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_Move_m555801117_MetadataUsageId); s_Il2CppMethodInitialized = true; } stTransformMove_t3640252682 * V_0 = NULL; { stTransformMove_t3640252682 * L_0 = (stTransformMove_t3640252682 *)il2cpp_codegen_object_new(stTransformMove_t3640252682_il2cpp_TypeInfo_var); stTransformMove__ctor_m56117532(L_0, /*hidden argument*/NULL); V_0 = L_0; stTransformMove_t3640252682 * L_1 = V_0; float L_2 = (&___posDest0)->get_x_1(); float L_3 = (&___posDest0)->get_y_2(); float L_4 = (&___posDest0)->get_z_3(); Vector3_t3722313464 L_5; memset(&L_5, 0, sizeof(L_5)); Vector3__ctor_m3353183577((&L_5), L_2, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set__PosDest_4(L_5); stTransformMove_t3640252682 * L_6 = V_0; float L_7 = (&___rotateDest1)->get_x_0(); float L_8 = (&___rotateDest1)->get_y_1(); float L_9 = (&___rotateDest1)->get_z_2(); float L_10 = (&___rotateDest1)->get_w_3(); Quaternion_t2301928331 L_11; memset(&L_11, 0, sizeof(L_11)); Quaternion__ctor_m435141806((&L_11), L_7, L_8, L_9, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set__RotateDest_6(L_11); stTransformMove_t3640252682 * L_12 = V_0; float L_13 = ISceneSite_Tell_m3487188177(__this, /*hidden argument*/NULL); NullCheck(L_12); L_12->set__fTimeLabor_0(L_13); stTransformMove_t3640252682 * L_14 = V_0; float L_15 = ___fTimeTotal2; NullCheck(L_14); L_14->set__TimeTotal_1(L_15); stTransformMove_t3640252682 * L_16 = V_0; float L_17 = ___fDelay3; NullCheck(L_16); L_16->set__TimeDelay_2(L_17); stTransformMove_t3640252682 * L_18 = V_0; NullCheck(L_18); L_18->set__bPlaying_3((bool)0); List_1_t817360128 * L_19 = __this->get_m_listTransform_14(); stTransformMove_t3640252682 * L_20 = V_0; NullCheck(L_19); List_1_Add_m469409233(L_19, L_20, /*hidden argument*/List_1_Add_m469409233_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); NullCheck(L_0); CAnimSite_StopAnim_m744227390(L_0, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IfExistAnim_m267911107 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CAnimSite_IfExistAnim_m54548297(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_ResetIdleAnim_m2438303903 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_ResetIdleAnim_m2438303903_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetIdleAnimName() */, __this); V_0 = L_0; String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { return (bool)0; } IL_0014: { String_t* L_3 = V_0; bool L_4 = ISceneBaseObj_SetIdleAnim_m1936918694(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetIdleAnim_m1936918694 (ISceneBaseObj_t858622483 * __this, String_t* ___animName0, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); String_t* L_1 = ___animName0; NullCheck(L_0); bool L_2 = CAnimSite_SetIdleAnim_m2919088148(L_0, L_1, (0.3f), /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::ClearAnimCached() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ClearAnimCached_m960245356 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); NullCheck(L_0); CAnimSite_ClearAnimCached_m2770422380(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::PauseAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_PauseAnim_m3513522981 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); NullCheck(L_0); CAnimSite_PauseAnim_m521609244(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::ResumeAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ResumeAnim_m709162895 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); NullCheck(L_0); CAnimSite_ResumeAnim_m2362767433(L_0, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_PlayAnimClip_m3190763634 (ISceneBaseObj_t858622483 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = ISceneBaseObj_GetAnimSite_m1357014666(__this, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_1 = ___clip0; String_t* L_2 = ___name1; float L_3 = ___fSpeed2; float L_4 = ___fPlayTime3; float L_5 = ___fDelay4; bool L_6 = ___bHighPriority5; float L_7 = ___fadeInTime6; NullCheck(L_0); bool L_8 = CAnimSite_PlayAnimClip_m2670366768(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnCreate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnCreate_m2476126066 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_Destroy_m2170965624 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_Destroy_m2170965624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_PrefabPath_10(L_2); GameObject_t1113636619 * L_3 = __this->get_m_pGameObject_8(); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_pGameObject_8((GameObject_t1113636619 *)NULL); } IL_002e: { ISceneBaseObj_set_EnableAutoRelaxAnim_m1800426087(__this, (bool)1, /*hidden argument*/NULL); __this->set_m_roleState_21(0); CDataProperty_t2806246268 * L_4 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CDataProperty_Exist_m372773481(L_4, _stringLiteral3478854286, /*hidden argument*/NULL); if (!L_5) { goto IL_0066; } } { CDataProperty_t2806246268 * L_6 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_7 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_6); CDataProperty_Add_m837145387(L_6, _stringLiteral3478854286, L_7, /*hidden argument*/NULL); } IL_0066: { __this->set_m_bEnable_15((bool)1); List_1_t817360128 * L_8 = __this->get_m_listTransform_14(); NullCheck(L_8); List_1_Clear_m1643428058(L_8, /*hidden argument*/List_1_Clear_m1643428058_RuntimeMethod_var); CAnimSite_t233742424 * L_9 = __this->get_m_AnimSite_18(); NullCheck(L_9); CAnimSite_OnDestroy_m1564647853(L_9, /*hidden argument*/NULL); CSkeletonSite_t1178137573 * L_10 = __this->get_m_skeletonSite_19(); NullCheck(L_10); CSkeletonSite_Clear_m1465145911(L_10, /*hidden argument*/NULL); CAudioSite_t2953826499 * L_11 = __this->get_m_audioSite_20(); NullCheck(L_11); CAudioSite_OnDestroy_m2232631896(L_11, /*hidden argument*/NULL); ISceneBaseObj_DettachNetProperty_m3209181164(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetChildBoneTrans(System.String,UnityEngine.Vector3&,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetChildBoneTrans_m2300247844 (ISceneBaseObj_t858622483 * __this, String_t* ___boneName0, Vector3_t3722313464 * ___posTPOS1, Quaternion_t2301928331 * ___rotTPOSInvert2, const RuntimeMethod* method) { { CSkeletonSite_t1178137573 * L_0 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); String_t* L_1 = ___boneName0; Vector3_t3722313464 * L_2 = ___posTPOS1; Quaternion_t2301928331 * L_3 = ___rotTPOSInvert2; NullCheck(L_0); Transform_t3600365921 * L_4 = CSkeletonSite_GetChildBoneTrans_m2115485952(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String DMCore.Framework.Scene.ISceneBaseObj::GetName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetName_m925236876 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Name_9(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetName_m2657421930 (ISceneBaseObj_t858622483 * __this, String_t* ___strName0, const RuntimeMethod* method) { { String_t* L_0 = ___strName0; __this->set_m_Name_9(L_0); bool L_1 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { GameObject_t1113636619 * L_2 = __this->get_m_pGameObject_8(); String_t* L_3 = ___strName0; NullCheck(L_2); Object_set_name_m291480324(L_2, L_3, /*hidden argument*/NULL); } IL_001e: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsVisible() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsVisible_m3522701289 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_IsVisible_m3522701289_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; { GameObject_t1113636619 * L_0 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { GameObject_t1113636619 * L_2 = __this->get_m_pGameObject_8(); NullCheck(L_2); bool L_3 = GameObject_get_activeSelf_m1767405923(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { G_B4_0 = 1; goto IL_0028; } IL_0027: { G_B4_0 = 0; } IL_0028: { return (bool)G_B4_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetVisible_m2703148496 (ISceneBaseObj_t858622483 * __this, bool ___bVisible0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SetVisible_m2703148496_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { GameObject_t1113636619 * L_2 = __this->get_m_pGameObject_8(); bool L_3 = ___bVisible0; NullCheck(L_2); GameObject_SetActive_m796801857(L_2, L_3, /*hidden argument*/NULL); } IL_001d: { return; } } // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CProperty_t963755051 * L_0 = __this->get_m_NetProperty_11(); return L_0; } } // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::GetUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * ISceneBaseObj_GetUserProperty_m776816018 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CDataProperty_t2806246268 * L_0 = __this->get_m_userProperty_12(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::AttachNetProperty(DMCore.Framework.Scene.CProperty) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_AttachNetProperty_m3288900958 (ISceneBaseObj_t858622483 * __this, CProperty_t963755051 * ___propTarget0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_AttachNetProperty_m3288900958_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = __this->get_m_WatchedNetProp_13(); CProperty_t963755051 * L_1 = ___propTarget0; if ((!(((RuntimeObject*)(CProperty_t963755051 *)L_0) == ((RuntimeObject*)(CProperty_t963755051 *)L_1)))) { goto IL_000d; } } { return; } IL_000d: { ISceneBaseObj_DettachNetProperty_m3209181164(__this, /*hidden argument*/NULL); CProperty_t963755051 * L_2 = ___propTarget0; __this->set_m_WatchedNetProp_13(L_2); CProperty_t963755051 * L_3 = __this->get_m_WatchedNetProp_13(); if (!L_3) { goto IL_004e; } } { CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); CProperty_t963755051 * L_5 = __this->get_m_WatchedNetProp_13(); NullCheck(L_4); CProperty_Append_m396754954(L_4, L_5, /*hidden argument*/NULL); CProperty_t963755051 * L_6 = __this->get_m_WatchedNetProp_13(); intptr_t L_7 = (intptr_t)ISceneBaseObj__OnWatchNetPropChanged_m4253251838_RuntimeMethod_var; Action_2_t319610619 * L_8 = (Action_2_t319610619 *)il2cpp_codegen_object_new(Action_2_t319610619_il2cpp_TypeInfo_var); Action_2__ctor_m2047516667(L_8, __this, L_7, /*hidden argument*/Action_2__ctor_m2047516667_RuntimeMethod_var); NullCheck(L_6); CProperty_OnRegisterListener_m297633249(L_6, L_8, (Action_1_t2019918284 *)NULL, /*hidden argument*/NULL); } IL_004e: { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::DettachNetProperty() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_DettachNetProperty_m3209181164 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_DettachNetProperty_m3209181164_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = __this->get_m_WatchedNetProp_13(); if (!L_0) { goto IL_002a; } } { CProperty_t963755051 * L_1 = __this->get_m_WatchedNetProp_13(); intptr_t L_2 = (intptr_t)ISceneBaseObj__OnWatchNetPropChanged_m4253251838_RuntimeMethod_var; Action_2_t319610619 * L_3 = (Action_2_t319610619 *)il2cpp_codegen_object_new(Action_2_t319610619_il2cpp_TypeInfo_var); Action_2__ctor_m2047516667(L_3, __this, L_2, /*hidden argument*/Action_2__ctor_m2047516667_RuntimeMethod_var); NullCheck(L_1); CProperty_OnUnRegisterListener_m2419209623(L_1, L_3, (Action_1_t2019918284 *)NULL, /*hidden argument*/NULL); __this->set_m_WatchedNetProp_13((CProperty_t963755051 *)NULL); } IL_002a: { return; } } // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetTransform_m3818769012_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * G_B3_0 = NULL; { GameObject_t1113636619 * L_0 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { GameObject_t1113636619 * L_2 = __this->get_m_pGameObject_8(); NullCheck(L_2); Transform_t3600365921 * L_3 = GameObject_get_transform_m1369836730(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0022; } IL_0021: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_0022: { return G_B3_0; } } // System.String DMCore.Framework.Scene.ISceneBaseObj::GetIdleAnimName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetIdleAnimName_m4200805023 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetIdleAnimName_m4200805023_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.String DMCore.Framework.Scene.ISceneBaseObj::GetRalaxAnimName(System.Single&) extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetRalaxAnimName_m3831452171 (ISceneBaseObj_t858622483 * __this, float* ___playTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetRalaxAnimName_m3831452171_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float* L_0 = ___playTime0; *((float*)(L_0)) = (float)(-1.0f); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } } // System.Single DMCore.Framework.Scene.ISceneBaseObj::GetNextRalaxTime(System.Single) extern "C" IL2CPP_METHOD_ATTR float ISceneBaseObj_GetNextRalaxTime_m992416705 (ISceneBaseObj_t858622483 * __this, float ___fTime0, const RuntimeMethod* method) { { float L_0 = ___fTime0; return L_0; } } // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::GetAnimSite() extern "C" IL2CPP_METHOD_ATTR CAnimSite_t233742424 * ISceneBaseObj_GetAnimSite_m1357014666 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CAnimSite_t233742424 * L_0 = __this->get_m_AnimSite_18(); return L_0; } } // CSkeletonSite DMCore.Framework.Scene.ISceneBaseObj::GetSkeletonSite() extern "C" IL2CPP_METHOD_ATTR CSkeletonSite_t1178137573 * ISceneBaseObj_GetSkeletonSite_m251848588 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CSkeletonSite_t1178137573 * L_0 = __this->get_m_skeletonSite_19(); return L_0; } } // DMCore.Framework.Scene.CAudioSite DMCore.Framework.Scene.ISceneBaseObj::GetAudioSite() extern "C" IL2CPP_METHOD_ATTR CAudioSite_t2953826499 * ISceneBaseObj_GetAudioSite_m774775513 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CAudioSite_t2953826499 * L_0 = __this->get_m_audioSite_20(); return L_0; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsBusy() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsBusy_m2477670000 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_m_roleState_21(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { return (bool)G_B3_0; } } // DMCore.Framework.Scene.enumRoleState DMCore.Framework.Scene.ISceneBaseObj::GetRoleState() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetRoleState_m635995718 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_roleState_21(); return L_0; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::CheckRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_CheckRoleState_m2983555996 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_m_roleState_21(); int32_t L_1 = ___state0; if (!((int32_t)((int32_t)L_0&(int32_t)L_1))) { goto IL_0013; } } { G_B3_0 = 1; goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::AddRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_AddRoleState_m2943967725 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_roleState_21(); int32_t L_1 = ___state0; __this->set_m_roleState_21(((int32_t)((int32_t)L_0|(int32_t)L_1))); int32_t L_2 = ___state0; VirtActionInvoker1< int32_t >::Invoke(29 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnAddRoleState(DMCore.Framework.Scene.enumRoleState) */, __this, L_2); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::RemoveRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_RemoveRoleState_m1533657667 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_roleState_21(); int32_t L_1 = ___state0; V_0 = ((int32_t)((int32_t)L_0&(int32_t)((~L_1)))); int32_t L_2 = V_0; __this->set_m_roleState_21(L_2); int32_t L_3 = ___state0; VirtActionInvoker1< int32_t >::Invoke(30 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnRemoveRoleState(DMCore.Framework.Scene.enumRoleState) */, __this, L_3); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnAddRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnAddRoleState_m586105506 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnRemoveRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnRemoveRoleState_m535108778 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method) { { return; } } // UnityEngine.Animation DMCore.Framework.Scene.ISceneBaseObj::CreateAnimCpt() extern "C" IL2CPP_METHOD_ATTR Animation_t3648466861 * ISceneBaseObj_CreateAnimCpt_m3394691980 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_CreateAnimCpt_m3394691980_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t3648466861 * V_0 = NULL; { GameObject_t1113636619 * L_0 = __this->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (Animation_t3648466861 *)NULL; } IL_0013: { GameObject_t1113636619 * L_2 = __this->get_m_pGameObject_8(); NullCheck(L_2); Animation_t3648466861 * L_3 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_2, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); V_0 = L_3; Animation_t3648466861 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { GameObject_t1113636619 * L_6 = __this->get_m_pGameObject_8(); NullCheck(L_6); Animation_t3648466861 * L_7 = GameObject_AddComponent_TisAnimation_t3648466861_m2689494502(L_6, /*hidden argument*/GameObject_AddComponent_TisAnimation_t3648466861_m2689494502_RuntimeMethod_var); V_0 = L_7; Animation_t3648466861 * L_8 = V_0; NullCheck(L_8); Animation_set_playAutomatically_m3664844654(L_8, (bool)0, /*hidden argument*/NULL); Animation_t3648466861 * L_9 = V_0; NullCheck(L_9); Animation_set_cullingType_m309686333(L_9, 0, /*hidden argument*/NULL); } IL_0045: { Animation_t3648466861 * L_10 = V_0; return L_10; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnUpdate_m1897338165 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { ISceneBaseObj_DoMoving_m2274969534(__this, /*hidden argument*/NULL); bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0032; } } { bool L_1 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0032; } } { CAnimSite_t233742424 * L_2 = __this->get_m_AnimSite_18(); NullCheck(L_2); CAnimSite_OnUpdate_m1340691293(L_2, /*hidden argument*/NULL); CAudioSite_t2953826499 * L_3 = __this->get_m_audioSite_20(); NullCheck(L_3); CAudioSite_OnUpdate_m3947908847(L_3, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnLateUpdate_m1353150370 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0021; } } { bool L_1 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { CAnimSite_t233742424 * L_2 = __this->get_m_AnimSite_18(); NullCheck(L_2); CAnimSite_OnLateUpdate_m2851510144(L_2, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnUserPropChangeBefore(System.String,DMCore.IDataUnit) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnUserPropChangeBefore_m2221559920 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, IDataUnit_t677250155 * ___newData1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnUserPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnUserPropChangeEnd_m2659260809 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnNetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnNetPropChangeBefore_m86008797 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::OnNetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnNetPropChangeEnd_m2838951252 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::_UserPropChangeBefore(System.String,DMCore.IDataUnit) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__UserPropChangeBefore_m2549402010 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, IDataUnit_t677250155 * ___newData1, const RuntimeMethod* method) { { String_t* L_0 = ___key0; IDataUnit_t677250155 * L_1 = ___newData1; VirtActionInvoker2< String_t*, IDataUnit_t677250155 * >::Invoke(31 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnUserPropChangeBefore(System.String,DMCore.IDataUnit) */, __this, L_0, L_1); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::_UserPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__UserPropChangeEnd_m167698124 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, const RuntimeMethod* method) { { String_t* L_0 = ___key0; VirtActionInvoker1< String_t* >::Invoke(32 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnUserPropChangeEnd(System.String) */, __this, L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::_NetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__NetPropChangeBefore_m811095896 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { { String_t* L_0 = ___key0; CPropData_t2491857930 * L_1 = ___newData1; VirtActionInvoker2< String_t*, CPropData_t2491857930 * >::Invoke(33 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnNetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) */, __this, L_0, L_1); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::_OnWatchNetPropChanged(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__OnWatchNetPropChanged_m4253251838 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_1 = ___key0; CPropData_t2491857930 * L_2 = ___newData1; NullCheck(L_0); CProperty_AppendOne_m578731943(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::_NetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__NetPropChangeEnd_m3482387527 (ISceneBaseObj_t858622483 * __this, String_t* ___key0, const RuntimeMethod* method) { { String_t* L_0 = ___key0; VirtActionInvoker1< String_t* >::Invoke(34 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnNetPropChangeEnd(System.String) */, __this, L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::DoMoving() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_DoMoving_m2274969534 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_DoMoving_m2274969534_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Transform_t3600365921 * V_1 = NULL; int32_t V_2 = 0; stTransformMove_t3640252682 * V_3 = NULL; float V_4 = 0.0f; bool V_5 = false; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); Quaternion_t2301928331 V_9; memset(&V_9, 0, sizeof(V_9)); Quaternion_t2301928331 V_10; memset(&V_10, 0, sizeof(V_10)); Quaternion_t2301928331 V_11; memset(&V_11, 0, sizeof(V_11)); Quaternion_t2301928331 V_12; memset(&V_12, 0, sizeof(V_12)); bool V_13 = false; float V_14 = 0.0f; { float L_0 = ISceneSite_Tell_m3487188177(__this, /*hidden argument*/NULL); V_0 = L_0; Transform_t3600365921 * L_1 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); V_1 = L_1; V_2 = 0; goto IL_01e2; } IL_0015: { List_1_t817360128 * L_2 = __this->get_m_listTransform_14(); int32_t L_3 = V_2; NullCheck(L_2); stTransformMove_t3640252682 * L_4 = List_1_get_Item_m247198074(L_2, L_3, /*hidden argument*/List_1_get_Item_m247198074_RuntimeMethod_var); V_3 = L_4; stTransformMove_t3640252682 * L_5 = V_3; NullCheck(L_5); float L_6 = L_5->get__fTimeLabor_0(); stTransformMove_t3640252682 * L_7 = V_3; NullCheck(L_7); float L_8 = L_7->get__TimeDelay_2(); V_4 = ((float)il2cpp_codegen_add((float)L_6, (float)L_8)); float L_9 = V_4; float L_10 = V_0; V_5 = (bool)((((int32_t)((!(((float)L_9) <= ((float)L_10)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_11 = V_5; if (L_11) { goto IL_0047; } } { goto IL_01de; } IL_0047: { stTransformMove_t3640252682 * L_12 = V_3; NullCheck(L_12); bool L_13 = L_12->get__bPlaying_3(); if (L_13) { goto IL_014c; } } { Transform_t3600365921 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00e2; } } { stTransformMove_t3640252682 * L_16 = V_3; Transform_t3600365921 * L_17 = V_1; NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_position_m36019626(L_17, /*hidden argument*/NULL); V_6 = L_18; float L_19 = (&V_6)->get_x_1(); Transform_t3600365921 * L_20 = V_1; NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_position_m36019626(L_20, /*hidden argument*/NULL); V_7 = L_21; float L_22 = (&V_7)->get_y_2(); Transform_t3600365921 * L_23 = V_1; NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_position_m36019626(L_23, /*hidden argument*/NULL); V_8 = L_24; float L_25 = (&V_8)->get_z_3(); Vector3_t3722313464 L_26; memset(&L_26, 0, sizeof(L_26)); Vector3__ctor_m3353183577((&L_26), L_19, L_22, L_25, /*hidden argument*/NULL); NullCheck(L_16); L_16->set__PosOld_5(L_26); stTransformMove_t3640252682 * L_27 = V_3; Transform_t3600365921 * L_28 = V_1; NullCheck(L_28); Quaternion_t2301928331 L_29 = Transform_get_rotation_m3502953881(L_28, /*hidden argument*/NULL); V_9 = L_29; float L_30 = (&V_9)->get_x_0(); Transform_t3600365921 * L_31 = V_1; NullCheck(L_31); Quaternion_t2301928331 L_32 = Transform_get_rotation_m3502953881(L_31, /*hidden argument*/NULL); V_10 = L_32; float L_33 = (&V_10)->get_y_1(); Transform_t3600365921 * L_34 = V_1; NullCheck(L_34); Quaternion_t2301928331 L_35 = Transform_get_rotation_m3502953881(L_34, /*hidden argument*/NULL); V_11 = L_35; float L_36 = (&V_11)->get_z_2(); Transform_t3600365921 * L_37 = V_1; NullCheck(L_37); Quaternion_t2301928331 L_38 = Transform_get_rotation_m3502953881(L_37, /*hidden argument*/NULL); V_12 = L_38; float L_39 = (&V_12)->get_w_3(); Quaternion_t2301928331 L_40; memset(&L_40, 0, sizeof(L_40)); Quaternion__ctor_m435141806((&L_40), L_30, L_33, L_36, L_39, /*hidden argument*/NULL); NullCheck(L_27); L_27->set__RotateOld_7(L_40); goto IL_0145; } IL_00e2: { stTransformMove_t3640252682 * L_41 = V_3; stTransformMove_t3640252682 * L_42 = V_3; NullCheck(L_42); Vector3_t3722313464 * L_43 = L_42->get_address_of__PosDest_4(); float L_44 = L_43->get_x_1(); stTransformMove_t3640252682 * L_45 = V_3; NullCheck(L_45); Vector3_t3722313464 * L_46 = L_45->get_address_of__PosDest_4(); float L_47 = L_46->get_y_2(); stTransformMove_t3640252682 * L_48 = V_3; NullCheck(L_48); Vector3_t3722313464 * L_49 = L_48->get_address_of__PosDest_4(); float L_50 = L_49->get_z_3(); Vector3_t3722313464 L_51; memset(&L_51, 0, sizeof(L_51)); Vector3__ctor_m3353183577((&L_51), L_44, L_47, L_50, /*hidden argument*/NULL); NullCheck(L_41); L_41->set__PosOld_5(L_51); stTransformMove_t3640252682 * L_52 = V_3; stTransformMove_t3640252682 * L_53 = V_3; NullCheck(L_53); Quaternion_t2301928331 * L_54 = L_53->get_address_of__RotateDest_6(); float L_55 = L_54->get_x_0(); stTransformMove_t3640252682 * L_56 = V_3; NullCheck(L_56); Quaternion_t2301928331 * L_57 = L_56->get_address_of__RotateDest_6(); float L_58 = L_57->get_y_1(); stTransformMove_t3640252682 * L_59 = V_3; NullCheck(L_59); Quaternion_t2301928331 * L_60 = L_59->get_address_of__RotateDest_6(); float L_61 = L_60->get_z_2(); stTransformMove_t3640252682 * L_62 = V_3; NullCheck(L_62); Quaternion_t2301928331 * L_63 = L_62->get_address_of__RotateDest_6(); float L_64 = L_63->get_w_3(); Quaternion_t2301928331 L_65; memset(&L_65, 0, sizeof(L_65)); Quaternion__ctor_m435141806((&L_65), L_55, L_58, L_61, L_64, /*hidden argument*/NULL); NullCheck(L_52); L_52->set__RotateOld_7(L_65); } IL_0145: { stTransformMove_t3640252682 * L_66 = V_3; NullCheck(L_66); L_66->set__bPlaying_3((bool)1); } IL_014c: { float L_67 = V_4; stTransformMove_t3640252682 * L_68 = V_3; NullCheck(L_68); float L_69 = L_68->get__TimeTotal_1(); float L_70 = V_0; V_13 = (bool)((((int32_t)((!(((float)((float)il2cpp_codegen_add((float)L_67, (float)L_69))) <= ((float)L_70)))? 1 : 0)) == ((int32_t)0))? 1 : 0); Transform_t3600365921 * L_71 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_72 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01c6; } } { V_14 = (1.0f); bool L_73 = V_13; if (L_73) { goto IL_0194; } } { stTransformMove_t3640252682 * L_74 = V_3; NullCheck(L_74); float L_75 = L_74->get__TimeTotal_1(); if ((!(((float)(0.0f)) < ((float)L_75)))) { goto IL_0194; } } { float L_76 = V_0; float L_77 = V_4; stTransformMove_t3640252682 * L_78 = V_3; NullCheck(L_78); float L_79 = L_78->get__TimeTotal_1(); V_14 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_76, (float)L_77))/(float)L_79)); } IL_0194: { Transform_t3600365921 * L_80 = V_1; stTransformMove_t3640252682 * L_81 = V_3; NullCheck(L_81); Vector3_t3722313464 L_82 = L_81->get__PosOld_5(); stTransformMove_t3640252682 * L_83 = V_3; NullCheck(L_83); Vector3_t3722313464 L_84 = L_83->get__PosDest_4(); float L_85 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_86 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_82, L_84, L_85, /*hidden argument*/NULL); NullCheck(L_80); Transform_set_position_m3387557959(L_80, L_86, /*hidden argument*/NULL); Transform_t3600365921 * L_87 = V_1; stTransformMove_t3640252682 * L_88 = V_3; NullCheck(L_88); Quaternion_t2301928331 L_89 = L_88->get__RotateOld_7(); stTransformMove_t3640252682 * L_90 = V_3; NullCheck(L_90); Quaternion_t2301928331 L_91 = L_90->get__RotateDest_6(); float L_92 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_93 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_89, L_91, L_92, /*hidden argument*/NULL); NullCheck(L_87); Transform_set_rotation_m3524318132(L_87, L_93, /*hidden argument*/NULL); } IL_01c6: { bool L_94 = V_13; if (!L_94) { goto IL_01de; } } { List_1_t817360128 * L_95 = __this->get_m_listTransform_14(); int32_t L_96 = V_2; NullCheck(L_95); List_1_RemoveAt_m1737632654(L_95, L_96, /*hidden argument*/List_1_RemoveAt_m1737632654_RuntimeMethod_var); goto IL_01f3; } IL_01de: { int32_t L_97 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_01e2: { int32_t L_98 = V_2; List_1_t817360128 * L_99 = __this->get_m_listTransform_14(); NullCheck(L_99); int32_t L_100 = List_1_get_Count_m1672116170(L_99, /*hidden argument*/List_1_get_Count_m1672116170_RuntimeMethod_var); if ((((int32_t)L_98) < ((int32_t)L_100))) { goto IL_0015; } } IL_01f3: { return; } } // System.String DMCore.Framework.Scene.ISceneBaseObj::GetPrefabPath() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetPrefabPath_m2476546827 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_PrefabPath_10(); return L_0; } } #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 DMCore.Framework.Scene.ISceneBaseObj/stTransformMove::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransformMove__ctor_m56117532 (stTransformMove_t3640252682 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stTransformMove__ctor_m56117532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__PosDest_4(L_0); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__PosOld_5(L_1); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_2 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__RotateDest_6(L_2); Quaternion_t2301928331 L_3 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__RotateOld_7(L_3); Object__ctor_m297566312(__this, /*hidden argument*/NULL); 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 // System.Void DMCore.Framework.Scene.ISceneRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneRole__ctor_m212722519 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole__ctor_m212722519_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); __this->set_m_movingInteractionID_55(L_0); IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); ISceneAvatarBody__ctor_m3026184422(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ISceneRole_set_PreEnterRoomAnimName_m1207106764(__this, L_1, /*hidden argument*/NULL); __this->set_m_bEnableNewTag_50((bool)1); __this->set_isNeedPlayEnterAnim_53((bool)1); __this->set_isPlayingEnterAnim_54((bool)0); __this->set_m_textureTitle_36((Texture2D_t3840446185 *)NULL); __this->set_m_textureMaster_34((Texture2D_t3840446185 *)NULL); __this->set_m_textureChallenger_35((Texture2D_t3840446185 *)NULL); __this->set_m_textureLevel_37((Texture2D_t3840446185 *)NULL); __this->set_m_textureStar_38((Texture2D_t3840446185 *)NULL); __this->set_m_texturePinjie_40((Texture2D_t3840446185 *)NULL); List_1_t1017553631 * L_2 = (List_1_t1017553631 *)il2cpp_codegen_object_new(List_1_t1017553631_il2cpp_TypeInfo_var); List_1__ctor_m4204035120(L_2, /*hidden argument*/List_1__ctor_m4204035120_RuntimeMethod_var); __this->set_m_textureStatusArray_42(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_titleTexturePath_45(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_textureLevelPath_43(L_4); List_1_t3319525431 * L_5 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_5, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_textureStatusPathArray_44(L_5); __this->set_m_bSendLoadingRes_32((bool)0); __this->set_m_bEnableResetLocation_31((bool)1); __this->set_m_bPlayingMemberEffect_33((bool)0); __this->set_m_faceIndex_46((-1)); __this->set_m_faceTime_47((-1.0f)); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); bool L_6 = CWalkManager_get_EnableChangeModel_m492159633(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bEnablePretend_51(L_6); CAvatarSite_t1752665925 * L_7 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_7); CAvatarSite_InitAvatarSite_m687612912(L_7, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::IsNewTagVisible() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsNewTagVisible_m2313517372 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnableNewTag_50(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetNewTagVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetNewTagVisible_m3738312315 (ISceneRole_t2394225724 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_bEnableNewTag_50(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::GetIsPlayingEnterRoomAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_GetIsPlayingEnterRoomAnim_m2063552211 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isPlayingEnterAnim_54(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetIsPlayingEnterRoomAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetIsPlayingEnterRoomAnim_m2517870298 (ISceneRole_t2394225724 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_isPlayingEnterAnim_54(L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetNeedPlayEnterRoomAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetNeedPlayEnterRoomAnim_m3225743564 (ISceneRole_t2394225724 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_isNeedPlayEnterAnim_53(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::GetNeedPlayEnterRoomAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_GetNeedPlayEnterRoomAnim_m2523691365 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNeedPlayEnterAnim_53(); return L_0; } } // System.String DMCore.Framework.Scene.ISceneRole::get_PreEnterRoomAnimName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_get_PreEnterRoomAnimName_m2146111078 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPreEnterRoomAnimNameU3Ek__BackingField_28(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::set_PreEnterRoomAnimName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_PreEnterRoomAnimName_m1207106764 (ISceneRole_t2394225724 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPreEnterRoomAnimNameU3Ek__BackingField_28(L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::Reload() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_Reload_m3914225791 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_Reload_m3914225791_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; AvatarInfo_t571832948 * V_4 = NULL; CRoleModelItem_t1608531946 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { VirtActionInvoker0::Invoke(25 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, __this); __this->set_m_bSendLoadingRes_32((bool)0); CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral795478587, 0, /*hidden argument*/NULL); ISceneRole_LoadingResource_m1741647283(__this, L_1, /*hidden argument*/NULL); CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_2); List_1_t3319525431 * L_3 = CProperty_GetKeys_m6339137(L_2, /*hidden argument*/NULL); V_0 = L_3; List_1_t3319525431 * L_4 = V_0; if (!L_4) { goto IL_00be; } } { V_1 = 0; goto IL_00b2; } IL_003d: { List_1_t3319525431 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7 = List_1_get_Item_m953835688(L_5, L_6, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); V_2 = L_7; IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_8 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); String_t* L_10 = V_2; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) > ((int32_t)L_11))) { goto IL_00ae; } } { String_t* L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_13 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_12); bool L_14 = String_StartsWith_m1759067526(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00ae; } } { CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_16 = V_2; NullCheck(L_15); int32_t L_17 = CProperty_GetInt_m2680341236(L_15, L_16, 0, /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = V_3; if ((((int32_t)0) >= ((int32_t)L_18))) { goto IL_00ae; } } { int32_t L_19 = V_3; AvatarInfo_t571832948 * L_20 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_4 = L_20; AvatarInfo_t571832948 * L_21 = V_4; NullCheck(L_21); int32_t L_22 = AvatarInfo_get_Category_m2094546247(L_21, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_23 = ISceneAvatarBody_GetModelItem_m1005926466(__this, L_22, /*hidden argument*/NULL); V_5 = L_23; CRoleModelItem_t1608531946 * L_24 = V_5; AvatarInfo_t571832948 * L_25 = V_4; NullCheck(L_25); int32_t L_26 = AvatarInfo_get_Sex_m3718099394(L_25, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_27 = V_4; NullCheck(L_27); int32_t L_28 = AvatarInfo_get_SubIndex_m786032553(L_27, /*hidden argument*/NULL); NullCheck(L_24); CRoleModelItem_ChangeSubModel_m1069865053(L_24, L_26, L_28, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_00ae: { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00b2: { int32_t L_30 = V_1; List_1_t3319525431 * L_31 = V_0; NullCheck(L_31); int32_t L_32 = List_1_get_Count_m2276455407(L_31, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_003d; } } IL_00be: { CProperty_t963755051 * L_33 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34 = CProperty_GetInt_m2680341236(L_33, _stringLiteral4039210824, 0, /*hidden argument*/NULL); V_6 = L_34; int32_t L_35 = V_6; if (!L_35) { goto IL_00e0; } } { int32_t L_36 = V_6; ISceneRole_SetChangeModel_m2585185700(__this, L_36, /*hidden argument*/NULL); } IL_00e0: { CProperty_t963755051 * L_37 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = CProperty_GetInt_m2680341236(L_37, _stringLiteral989714396, 0, /*hidden argument*/NULL); V_7 = L_38; CAvatarSite_t1752665925 * L_39 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); int32_t L_40 = V_7; NullCheck(L_39); CAvatarSite_ChangeSkin_m3681856285(L_39, L_40, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetScenePoint(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetScenePoint_m3088388914 (ISceneRole_t2394225724 * __this, int32_t ___scenePt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetScenePoint_m3088388914_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; float V_1 = 0.0f; int32_t V_2 = 0; float V_3 = 0.0f; Transform_t3600365921 * V_4 = NULL; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); float V_8 = 0.0f; Transform_t3600365921 * V_9 = NULL; Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); Transform_t3600365921 * V_13 = NULL; { Transform_t3600365921 * L_0 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); V_0 = L_0; Transform_t3600365921 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { return; } IL_0014: { int32_t L_3 = ___scenePt0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)99)))) { goto IL_0165; } } { int32_t L_4 = ___scenePt0; if ((((int32_t)L_4) >= ((int32_t)((int32_t)200)))) { goto IL_0165; } } { int32_t L_5 = ___scenePt0; V_1 = (((float)((float)((int32_t)((int32_t)L_5%(int32_t)2))))); V_2 = 0; float L_6 = V_1; if ((!(((float)L_6) == ((float)(0.0f))))) { goto IL_00ce; } } { int32_t L_7 = Random_Range_m4054026115(NULL /*static, unused*/, 0, 2, /*hidden argument*/NULL); V_2 = L_7; float L_8 = Random_Range_m2202990745(NULL /*static, unused*/, (0.3f), (1.0f), /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); Transform_t3600365921 * L_10 = CSceneService_GetScenePointTrans_m1104265267(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_4 = L_10; Transform_t3600365921 * L_11 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00c9; } } { Transform_t3600365921 * L_13 = V_4; Transform_t3600365921 * L_14 = V_4; NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_position_m36019626(L_14, /*hidden argument*/NULL); V_5 = L_15; float L_16 = (&V_5)->get_x_1(); Transform_t3600365921 * L_17 = V_4; NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_position_m36019626(L_17, /*hidden argument*/NULL); V_6 = L_18; float L_19 = (&V_6)->get_y_2(); Transform_t3600365921 * L_20 = V_4; NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_position_m36019626(L_20, /*hidden argument*/NULL); V_7 = L_21; float L_22 = (&V_7)->get_z_3(); float L_23 = V_3; Vector3_t3722313464 L_24; memset(&L_24, 0, sizeof(L_24)); Vector3__ctor_m3353183577((&L_24), L_16, L_19, ((float)il2cpp_codegen_add((float)L_22, (float)L_23)), /*hidden argument*/NULL); NullCheck(L_13); Transform_set_position_m3387557959(L_13, L_24, /*hidden argument*/NULL); Transform_t3600365921 * L_25 = V_0; Transform_t3600365921 * L_26 = V_4; NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_position_m36019626(L_26, /*hidden argument*/NULL); NullCheck(L_25); Transform_set_position_m3387557959(L_25, L_27, /*hidden argument*/NULL); Transform_t3600365921 * L_28 = V_0; Transform_t3600365921 * L_29 = V_0; NullCheck(L_29); Vector3_t3722313464 L_30 = Transform_get_position_m36019626(L_29, /*hidden argument*/NULL); Transform_t3600365921 * L_31 = V_4; NullCheck(L_31); Vector3_t3722313464 L_32 = Transform_get_forward_m747522392(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_33 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_30, L_32, /*hidden argument*/NULL); NullCheck(L_28); Transform_LookAt_m3649447396(L_28, L_33, /*hidden argument*/NULL); } IL_00c9: { goto IL_0160; } IL_00ce: { int32_t L_34 = Random_Range_m4054026115(NULL /*static, unused*/, 2, 4, /*hidden argument*/NULL); V_2 = L_34; float L_35 = Random_Range_m2202990745(NULL /*static, unused*/, (0.3f), (1.0f), /*hidden argument*/NULL); V_8 = L_35; int32_t L_36 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); Transform_t3600365921 * L_37 = CSceneService_GetScenePointTrans_m1104265267(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_9 = L_37; Transform_t3600365921 * L_38 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_39 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0160; } } { Transform_t3600365921 * L_40 = V_9; Transform_t3600365921 * L_41 = V_9; NullCheck(L_41); Vector3_t3722313464 L_42 = Transform_get_position_m36019626(L_41, /*hidden argument*/NULL); V_10 = L_42; float L_43 = (&V_10)->get_x_1(); Transform_t3600365921 * L_44 = V_9; NullCheck(L_44); Vector3_t3722313464 L_45 = Transform_get_position_m36019626(L_44, /*hidden argument*/NULL); V_11 = L_45; float L_46 = (&V_11)->get_y_2(); Transform_t3600365921 * L_47 = V_9; NullCheck(L_47); Vector3_t3722313464 L_48 = Transform_get_position_m36019626(L_47, /*hidden argument*/NULL); V_12 = L_48; float L_49 = (&V_12)->get_z_3(); float L_50 = V_8; Vector3_t3722313464 L_51; memset(&L_51, 0, sizeof(L_51)); Vector3__ctor_m3353183577((&L_51), L_43, L_46, ((float)il2cpp_codegen_add((float)L_49, (float)L_50)), /*hidden argument*/NULL); NullCheck(L_40); Transform_set_position_m3387557959(L_40, L_51, /*hidden argument*/NULL); Transform_t3600365921 * L_52 = V_0; Transform_t3600365921 * L_53 = V_9; NullCheck(L_53); Vector3_t3722313464 L_54 = Transform_get_position_m36019626(L_53, /*hidden argument*/NULL); NullCheck(L_52); Transform_set_position_m3387557959(L_52, L_54, /*hidden argument*/NULL); Transform_t3600365921 * L_55 = V_0; Transform_t3600365921 * L_56 = V_0; NullCheck(L_56); Vector3_t3722313464 L_57 = Transform_get_position_m36019626(L_56, /*hidden argument*/NULL); Transform_t3600365921 * L_58 = V_9; NullCheck(L_58); Vector3_t3722313464 L_59 = Transform_get_forward_m747522392(L_58, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_60 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_57, L_59, /*hidden argument*/NULL); NullCheck(L_55); Transform_LookAt_m3649447396(L_55, L_60, /*hidden argument*/NULL); } IL_0160: { goto IL_019f; } IL_0165: { int32_t L_61 = ___scenePt0; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); Transform_t3600365921 * L_62 = CSceneService_GetScenePointTrans_m1104265267(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); V_13 = L_62; Transform_t3600365921 * L_63 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_64 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_019f; } } { Transform_t3600365921 * L_65 = V_0; Transform_t3600365921 * L_66 = V_13; NullCheck(L_66); Vector3_t3722313464 L_67 = Transform_get_position_m36019626(L_66, /*hidden argument*/NULL); NullCheck(L_65); Transform_set_position_m3387557959(L_65, L_67, /*hidden argument*/NULL); Transform_t3600365921 * L_68 = V_0; Transform_t3600365921 * L_69 = V_0; NullCheck(L_69); Vector3_t3722313464 L_70 = Transform_get_position_m36019626(L_69, /*hidden argument*/NULL); Transform_t3600365921 * L_71 = V_13; NullCheck(L_71); Vector3_t3722313464 L_72 = Transform_get_forward_m747522392(L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_73 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_70, L_72, /*hidden argument*/NULL); NullCheck(L_68); Transform_LookAt_m3649447396(L_68, L_73, /*hidden argument*/NULL); } IL_019f: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetAttachTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetAttachTransform_m3676277535 (ISceneRole_t2394225724 * __this, Transform_t3600365921 * ___attachedTransform0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___attachedTransform0; __this->set_m_attachedTransform_30(L_0); return; } } // System.String DMCore.Framework.Scene.ISceneRole::GetRoleFashionEffectName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetRoleFashionEffectName_m391684629 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ISceneRole_GetRoleFashionLevel_m4134509595(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)1001), (int32_t)L_0)); String_t* L_1 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); return L_1; } } // System.Int32 DMCore.Framework.Scene.ISceneRole::GetRoleFashionLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetRoleFashionLevel_m3458306213 (RuntimeObject * __this /* static, unused */, int32_t ___fashionVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetRoleFashionLevel_m3458306213_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___fashionVal0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, ((int32_t)((int32_t)L_0/(int32_t)((int32_t)200))), 0, 4, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; return L_2; } } // System.Int32 DMCore.Framework.Scene.ISceneRole::GetRoleFashionLevel() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetRoleFashionLevel_m4134509595 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetRoleFashionLevel_m4134509595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral3883940818, 0, /*hidden argument*/NULL); int32_t L_2 = ISceneRole_GetRoleFashionLevel_m3458306213(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetPretenderModeEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetPretenderModeEnable_m1950268146 (ISceneRole_t2394225724 * __this, bool ___bEnable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetPretenderModeEnable_m1950268146_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2451428052 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2894917444 V_1; memset(&V_1, 0, sizeof(V_1)); { bool L_0 = __this->get_m_bEnablePretend_51(); bool L_1 = ___bEnable0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000d; } } { return; } IL_000d: { bool L_2 = ___bEnable0; __this->set_m_bEnablePretend_51(L_2); bool L_3 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0054; } } { CAvatarSite_t1752665925 * L_4 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_4); Enumerator_t2451428052 L_5 = CAvatarSite_GetEnumerator_m1415828918(L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0048; } IL_0030: { KeyValuePair_2_t2894917444 L_6 = Enumerator_get_Current_m59556516((&V_0), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_1 = L_6; CRoleModelItem_t1608531946 * L_7 = KeyValuePair_2_get_Value_m566560947((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); bool L_8 = ___bEnable0; NullCheck(L_7); CRoleModelItem_SetRoleItemEnable_m3456968021(L_7, (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_0048: { bool L_9 = Enumerator_MoveNext_m1600580383((&V_0), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_9) { goto IL_0030; } } IL_0054: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::IsPretenderMode() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsPretenderMode_m24167155 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_m_bEnablePretend_51(); if (!L_0) { goto IL_0019; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_52(); G_B3_0 = ((((int32_t)((((RuntimeObject*)(RuntimeObject *)NULL) == ((RuntimeObject*)(CPetModel_t3783790547 *)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { return (bool)G_B3_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::DestroyPretender() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_DestroyPretender_m180652183 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { CPetModel_t3783790547 * L_0 = __this->get_m_Pretender_52(); if (!L_0) { goto IL_001d; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_52(); NullCheck(L_1); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_1); __this->set_m_Pretender_52((CPetModel_t3783790547 *)NULL); } IL_001d: { return; } } // System.String DMCore.Framework.Scene.ISceneRole::GetIdleAnimName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetIdleAnimName_m1334139814 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetIdleAnimName_m1334139814_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int64_t V_1 = 0; ISceneRole_t2394225724 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; CRoleModelItem_VehicleCfg_t3488277076 * V_5 = NULL; CVehicleRoleAnimName_t758558953 * V_6 = NULL; CRoleModelItem_t1608531946 * V_7 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * V_8 = NULL; CVehicleRoleAnimName_t758558953 * V_9 = NULL; stSuitData_t1825678009 * V_10 = NULL; int32_t G_B3_0 = 0; CVehicleRoleAnimName_t758558953 * G_B10_0 = NULL; String_t* G_B13_0 = NULL; CVehicleRoleAnimName_t758558953 * G_B18_0 = NULL; String_t* G_B21_0 = NULL; String_t* G_B29_0 = NULL; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { G_B3_0 = 1; goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_0 = (bool)G_B3_0; bool L_2 = ISceneBaseObj_CheckRoleState_m2983555996(__this, ((int32_t)16), /*hidden argument*/NULL); if (!L_2) { goto IL_00c1; } } { CDataProperty_t2806246268 * L_3 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = CDataProperty_GetLong_m2096131398(L_3, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_4; int64_t L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_6 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_2 = L_6; ISceneRole_t2394225724 * L_7 = V_2; if (!L_7) { goto IL_00c1; } } { ISceneRole_t2394225724 * L_8 = V_2; NullCheck(L_8); bool L_9 = ISceneBaseObj_IsValid_m1197404667(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_00c1; } } { ISceneRole_t2394225724 * L_10 = V_2; NullCheck(L_10); CProperty_t963755051 * L_11 = ISceneBaseObj_GetNetProperty_m1709069404(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_12 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); V_4 = ((int32_t)30); String_t* L_13 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_15 = CProperty_GetInt_m2680341236(L_11, L_14, 0, /*hidden argument*/NULL); V_3 = L_15; int32_t L_16 = V_3; if (!L_16) { goto IL_00c1; } } { CRoleModelItem_VehicleCfgManager_t2872767124 * L_17 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_18 = V_3; NullCheck(L_17); CRoleModelItem_VehicleCfg_t3488277076 * L_19 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_17, L_18, /*hidden argument*/NULL); V_5 = L_19; CRoleModelItem_VehicleCfg_t3488277076 * L_20 = V_5; if (!L_20) { goto IL_00a5; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_21 = V_5; bool L_22 = V_0; NullCheck(L_21); CVehicleRoleAnimName_t758558953 * L_23 = CRoleModelItem_VehicleCfg_GetPartner_m1186830452(L_21, L_22, /*hidden argument*/NULL); G_B10_0 = L_23; goto IL_00a6; } IL_00a5: { G_B10_0 = ((CVehicleRoleAnimName_t758558953 *)(NULL)); } IL_00a6: { V_6 = G_B10_0; CVehicleRoleAnimName_t758558953 * L_24 = V_6; if (!L_24) { goto IL_00bb; } } { CVehicleRoleAnimName_t758558953 * L_25 = V_6; NullCheck(L_25); String_t* L_26 = CVehicleRoleAnimName_get_AnimNameIdle_m2358933187(L_25, /*hidden argument*/NULL); G_B13_0 = L_26; goto IL_00c0; } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B13_0 = L_27; } IL_00c0: { return G_B13_0; } IL_00c1: { bool L_28 = ISceneAvatarBody_IfModelItemEnable_m818929063(__this, ((int32_t)30), /*hidden argument*/NULL); if (!L_28) { goto IL_0123; } } { CRoleModelItem_t1608531946 * L_29 = ISceneAvatarBody_GetModelItem_m1005926466(__this, ((int32_t)30), /*hidden argument*/NULL); V_7 = L_29; CRoleModelItem_VehicleCfgManager_t2872767124 * L_30 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_31 = V_7; NullCheck(L_31); int32_t L_32 = CRoleModelItem_GetFullItemID_m3835475041(L_31, /*hidden argument*/NULL); NullCheck(L_30); CRoleModelItem_VehicleCfg_t3488277076 * L_33 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_30, L_32, /*hidden argument*/NULL); V_8 = L_33; CRoleModelItem_t1608531946 * L_34 = V_7; NullCheck(L_34); CRoleModelItem_PlayRalaxAnim_m3814698505(L_34, (bool)0, /*hidden argument*/NULL); CRoleModelItem_VehicleCfg_t3488277076 * L_35 = V_8; if (!L_35) { goto IL_0107; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_36 = V_8; bool L_37 = V_0; NullCheck(L_36); CVehicleRoleAnimName_t758558953 * L_38 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_36, L_37, /*hidden argument*/NULL); G_B18_0 = L_38; goto IL_0108; } IL_0107: { G_B18_0 = ((CVehicleRoleAnimName_t758558953 *)(NULL)); } IL_0108: { V_9 = G_B18_0; CVehicleRoleAnimName_t758558953 * L_39 = V_9; if (!L_39) { goto IL_011d; } } { CVehicleRoleAnimName_t758558953 * L_40 = V_9; NullCheck(L_40); String_t* L_41 = CVehicleRoleAnimName_get_AnimNameIdle_m2358933187(L_40, /*hidden argument*/NULL); G_B21_0 = L_41; goto IL_0122; } IL_011d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B21_0 = L_42; } IL_0122: { return G_B21_0; } IL_0123: { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); CSuitAnimCfg_t328222487 * L_43 = CSuitAnimCfg_GetInstance_m1078416264(NULL /*static, unused*/, /*hidden argument*/NULL); CAvatarSite_t1752665925 * L_44 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_43); stSuitData_t1825678009 * L_45 = CSuitAnimCfg_IfCanPlayIdleSuitAnim_m255096553(L_43, L_44, /*hidden argument*/NULL); V_10 = L_45; stSuitData_t1825678009 * L_46 = V_10; if (!L_46) { goto IL_0155; } } { stSuitData_t1825678009 * L_47 = V_10; NullCheck(L_47); String_t* L_48 = stSuitData_get_IdleAnim_m2193191486(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); if (L_49) { goto IL_0155; } } { stSuitData_t1825678009 * L_50 = V_10; NullCheck(L_50); String_t* L_51 = stSuitData_get_IdleAnim_m2193191486(L_50, /*hidden argument*/NULL); return L_51; } IL_0155: { bool L_52 = ISceneAvatarBody_IfExistWing_m1762582921(__this, /*hidden argument*/NULL); if (!L_52) { goto IL_0176; } } { bool L_53 = V_0; if (!L_53) { goto IL_0170; } } { G_B29_0 = _stringLiteral3228236795; goto IL_0175; } IL_0170: { G_B29_0 = _stringLiteral3244232428; } IL_0175: { return G_B29_0; } IL_0176: { return _stringLiteral1754973336; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::PlayTopChangeItemAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_PlayTopChangeItemAnim_m4144166103 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_PlayTopChangeItemAnim_m4144166103_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; AnimationClip_t2318505987 * V_5 = NULL; int32_t G_B9_0 = 0; String_t* G_B16_0 = NULL; { bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { bool L_1 = ISceneBaseObj_IsBusy_m2477670000(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { V_0 = (bool)1; bool L_2 = ISceneAvatarBody_IfExistWing_m1762582921(__this, /*hidden argument*/NULL); if (L_2) { goto IL_00ef; } } { bool L_3 = ISceneBaseObj_IfExistAnim_m267911107(__this, /*hidden argument*/NULL); if (L_3) { goto IL_00ef; } } { bool L_4 = ISceneAvatarBody_IfModelItemEnable_m818929063(__this, ((int32_t)30), /*hidden argument*/NULL); if (L_4) { goto IL_00ef; } } { CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CProperty_GetInt_m2680341236(L_5, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_6) { goto IL_0059; } } { G_B9_0 = 1; goto IL_005a; } IL_0059: { G_B9_0 = 0; } IL_005a: { V_1 = (bool)G_B9_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = L_7; int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); if ((!(((uint64_t)L_8) == ((uint64_t)(((int64_t)((int64_t)((int32_t)10)))))))) { goto IL_007a; } } { V_2 = _stringLiteral3420598470; goto IL_008e; } IL_007a: { int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); if ((!(((uint64_t)L_9) == ((uint64_t)(((int64_t)((int64_t)((int32_t)11)))))))) { goto IL_008e; } } { V_2 = _stringLiteral1081946310; } IL_008e: { String_t* L_10 = V_2; V_3 = L_10; bool L_11 = V_1; if (!L_11) { goto IL_00a0; } } { G_B16_0 = _stringLiteral2820005844; goto IL_00a5; } IL_00a0: { G_B16_0 = _stringLiteral1726884675; } IL_00a5: { V_4 = G_B16_0; String_t* L_12 = V_4; String_t* L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; String_t* L_15 = V_4; AnimationClip_t2318505987 * L_16 = CMiscHelp_GetSkeletonAnim_m3255520599(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_5 = L_16; AnimationClip_t2318505987 * L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00ed; } } { AnimationClip_t2318505987 * L_19 = V_5; String_t* L_20 = V_3; AnimationClip_t2318505987 * L_21 = V_5; NullCheck(L_21); float L_22 = AnimationClip_get_length_m3296085482(L_21, /*hidden argument*/NULL); ISceneBaseObj_PlayAnimClip_m3190763634(__this, L_19, L_20, (1.0f), L_22, (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); goto IL_00ef; } IL_00ed: { V_0 = (bool)0; } IL_00ef: { bool L_23 = V_0; if (L_23) { goto IL_00f7; } } { return (bool)0; } IL_00f7: { return (bool)1; } } // System.String DMCore.Framework.Scene.ISceneRole::GetRalaxAnimName(System.Single&) extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetRalaxAnimName_m990268863 (ISceneRole_t2394225724 * __this, float* ___playTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetRalaxAnimName_m990268863_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; CRoleModelItem_t1608531946 * V_1 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * V_2 = NULL; String_t* V_3 = NULL; CVehicleRoleAnimName_t758558953 * V_4 = NULL; int64_t V_5 = 0; ISceneRole_t2394225724 * V_6 = NULL; String_t* V_7 = NULL; stSuitData_t1825678009 * V_8 = NULL; String_t* V_9 = NULL; int32_t G_B6_0 = 0; String_t* G_B11_0 = NULL; ISceneRole_t2394225724 * G_B16_0 = NULL; { CPetModel_t3783790547 * L_0 = __this->get_m_Pretender_52(); if (!L_0) { goto IL_0028; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_52(); CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_52(); float* L_3 = ___playTime0; NullCheck(L_2); String_t* L_4 = VirtFuncInvoker1< String_t*, float* >::Invoke(27 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetRalaxAnimName(System.Single&) */, L_2, L_3); NullCheck(L_1); ISceneBaseObj_SetIdleAnim_m1936918694(L_1, L_4, /*hidden argument*/NULL); goto IL_002f; } IL_0028: { float* L_5 = ___playTime0; *((float*)(L_5)) = (float)(-1.0f); } IL_002f: { CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CProperty_GetInt_m2680341236(L_6, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_7) { goto IL_004b; } } { G_B6_0 = 1; goto IL_004c; } IL_004b: { G_B6_0 = 0; } IL_004c: { V_0 = (bool)G_B6_0; bool L_8 = ISceneAvatarBody_IfModelItemEnable_m818929063(__this, ((int32_t)30), /*hidden argument*/NULL); if (!L_8) { goto IL_0144; } } { CRoleModelItem_t1608531946 * L_9 = ISceneAvatarBody_GetModelItem_m1005926466(__this, ((int32_t)30), /*hidden argument*/NULL); V_1 = L_9; CRoleModelItem_VehicleCfgManager_t2872767124 * L_10 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_11 = V_1; NullCheck(L_11); int32_t L_12 = CRoleModelItem_GetFullItemID_m3835475041(L_11, /*hidden argument*/NULL); NullCheck(L_10); CRoleModelItem_VehicleCfg_t3488277076 * L_13 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_10, L_12, /*hidden argument*/NULL); V_2 = L_13; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_14; CRoleModelItem_VehicleCfg_t3488277076 * L_15 = V_2; if (!L_15) { goto IL_009e; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_16 = V_2; bool L_17 = V_0; NullCheck(L_16); CVehicleRoleAnimName_t758558953 * L_18 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_16, L_17, /*hidden argument*/NULL); V_4 = L_18; CVehicleRoleAnimName_t758558953 * L_19 = V_4; if (!L_19) { goto IL_009c; } } { CVehicleRoleAnimName_t758558953 * L_20 = V_4; NullCheck(L_20); String_t* L_21 = CVehicleRoleAnimName_GetRandomPlayName_m4232037906(L_20, /*hidden argument*/NULL); G_B11_0 = L_21; goto IL_009d; } IL_009c: { G_B11_0 = ((String_t*)(NULL)); } IL_009d: { V_3 = G_B11_0; } IL_009e: { String_t* L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0142; } } { CRoleModelItem_t1608531946 * L_24 = V_1; NullCheck(L_24); CRoleModelItem_PlayRalaxAnim_m3814698505(L_24, (bool)1, /*hidden argument*/NULL); CProperty_t963755051 * L_25 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_25); int64_t L_26 = CProperty_GetLong_m359864449(L_25, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_5 = L_26; int64_t L_27 = V_5; if ((((int64_t)L_27) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00d9; } } { int64_t L_28 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_29 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); G_B16_0 = L_29; goto IL_00da; } IL_00d9: { G_B16_0 = ((ISceneRole_t2394225724 *)(NULL)); } IL_00da: { V_6 = G_B16_0; ISceneRole_t2394225724 * L_30 = V_6; if (!L_30) { goto IL_0142; } } { ISceneRole_t2394225724 * L_31 = V_6; NullCheck(L_31); bool L_32 = ISceneBaseObj_IsValid_m1197404667(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0142; } } { ISceneRole_t2394225724 * L_33 = V_6; NullCheck(L_33); CDataProperty_t2806246268 * L_34 = ISceneBaseObj_GetUserProperty_m776816018(L_33, /*hidden argument*/NULL); NullCheck(L_34); int64_t L_35 = CDataProperty_GetLong_m2096131398(L_34, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); int64_t L_36 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); if ((!(((uint64_t)L_35) == ((uint64_t)L_36)))) { goto IL_0142; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_37 = V_2; int32_t L_38 = ISceneAvatarBody_GetSex_m3392603294(__this, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_39 = V_6; NullCheck(L_39); int32_t L_40 = ISceneAvatarBody_GetSex_m3392603294(L_39, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_41 = CRoleModelItem_VehicleCfg_GetPartnerPlayName_m2261654309(L_37, (bool)((((int32_t)0) == ((int32_t)L_38))? 1 : 0), (bool)((((int32_t)0) == ((int32_t)L_40))? 1 : 0), /*hidden argument*/NULL); V_7 = L_41; String_t* L_42 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); if (L_43) { goto IL_0142; } } { ISceneRole_t2394225724 * L_44 = V_6; NullCheck(L_44); CAnimSite_t233742424 * L_45 = ISceneBaseObj_GetAnimSite_m1357014666(L_44, /*hidden argument*/NULL); String_t* L_46 = V_7; NullCheck(L_45); CAnimSite_PlayAnimOnce_m4015861408(L_45, L_46, /*hidden argument*/NULL); } IL_0142: { String_t* L_47 = V_3; return L_47; } IL_0144: { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); CSuitAnimCfg_t328222487 * L_48 = CSuitAnimCfg_GetInstance_m1078416264(NULL /*static, unused*/, /*hidden argument*/NULL); CAvatarSite_t1752665925 * L_49 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_48); stSuitData_t1825678009 * L_50 = CSuitAnimCfg_IfCanPlayRelaxSuitAnim_m3746905269(L_48, L_49, /*hidden argument*/NULL); V_8 = L_50; stSuitData_t1825678009 * L_51 = V_8; if (!L_51) { goto IL_019e; } } { stSuitData_t1825678009 * L_52 = V_8; NullCheck(L_52); String_t* L_53 = stSuitData_get_AnimName_m3940212888(L_52, /*hidden argument*/NULL); V_9 = L_53; String_t* L_54 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); if (L_55) { goto IL_019e; } } { stSuitData_t1825678009 * L_56 = V_8; NullCheck(L_56); String_t* L_57 = stSuitData_get_EffectName_m978606511(L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_58 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0186; } } { String_t* L_59 = V_9; return L_59; } IL_0186: { stSuitData_t1825678009 * L_60 = V_8; NullCheck(L_60); String_t* L_61 = stSuitData_get_EffectName_m978606511(L_60, /*hidden argument*/NULL); stSuitData_t1825678009 * L_62 = V_8; NullCheck(L_62); float L_63 = stSuitData_get_EffectTime_m2362298311(L_62, /*hidden argument*/NULL); ISceneAvatarBody_PlayEffect_m1781900459(__this, L_61, 2, L_63, /*hidden argument*/NULL); String_t* L_64 = V_9; return L_64; } IL_019e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_65; } } // System.Single DMCore.Framework.Scene.ISceneRole::GetNextRalaxTime(System.Single) extern "C" IL2CPP_METHOD_ATTR float ISceneRole_GetNextRalaxTime_m258933944 (ISceneRole_t2394225724 * __this, float ___fTime0, const RuntimeMethod* method) { CRoleModelItem_t1608531946 * V_0 = NULL; { bool L_0 = ISceneAvatarBody_IfModelItemEnable_m818929063(__this, ((int32_t)30), /*hidden argument*/NULL); if (!L_0) { goto IL_0024; } } { CRoleModelItem_t1608531946 * L_1 = ISceneAvatarBody_GetModelItem_m1005926466(__this, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_t1608531946 * L_2 = V_0; if (!L_2) { goto IL_0024; } } { CRoleModelItem_t1608531946 * L_3 = V_0; float L_4 = ___fTime0; NullCheck(L_3); float L_5 = CRoleModelItem_GetNextPlayTime_m4151726217(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { float L_6 = ___fTime0; return L_6; } } // System.String DMCore.Framework.Scene.ISceneRole::GetCoupleIdleAnimName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetCoupleIdleAnimName_m1436648937 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetCoupleIdleAnimName_m1436648937_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; int32_t G_B3_0 = 0; String_t* G_B6_0 = NULL; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { G_B3_0 = 1; goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_002e; } } { G_B6_0 = _stringLiteral2521410636; goto IL_0033; } IL_002e: { G_B6_0 = _stringLiteral515586386; } IL_0033: { V_1 = G_B6_0; String_t* L_3 = V_1; return L_3; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::PlayChangeItemAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_PlayChangeItemAnim_m3669603506 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_PlayChangeItemAnim_m3669603506_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; AnimationClip_t2318505987 * V_4 = NULL; String_t* G_B9_0 = NULL; { bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { bool L_1 = ISceneBaseObj_IsBusy_m2477670000(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { V_0 = (bool)1; bool L_2 = ISceneAvatarBody_IfExistWing_m1762582921(__this, /*hidden argument*/NULL); if (L_2) { goto IL_00c5; } } { bool L_3 = ISceneBaseObj_IfExistAnim_m267911107(__this, /*hidden argument*/NULL); if (L_3) { goto IL_00c5; } } { bool L_4 = ISceneAvatarBody_IfModelItemEnable_m818929063(__this, ((int32_t)30), /*hidden argument*/NULL); if (L_4) { goto IL_00c5; } } { int32_t L_5 = Random_Range_m4054026115(NULL /*static, unused*/, 1, 4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_7 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_6, 1, 3, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1757569359, L_10, /*hidden argument*/NULL); V_2 = L_11; int32_t L_12 = ISceneAvatarBody_GetSex_m3392603294(__this, /*hidden argument*/NULL); if (L_12) { goto IL_0074; } } { G_B9_0 = _stringLiteral2820005844; goto IL_0079; } IL_0074: { G_B9_0 = _stringLiteral1726884675; } IL_0079: { V_3 = G_B9_0; String_t* L_13 = V_3; String_t* L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; String_t* L_16 = V_3; AnimationClip_t2318505987 * L_17 = CMiscHelp_GetSkeletonAnim_m3255520599(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_4 = L_17; AnimationClip_t2318505987 * L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00c3; } } { AnimationClip_t2318505987 * L_20 = V_4; String_t* L_21 = V_2; AnimationClip_t2318505987 * L_22 = V_4; NullCheck(L_22); float L_23 = AnimationClip_get_length_m3296085482(L_22, /*hidden argument*/NULL); ISceneBaseObj_PlayAnimClip_m3190763634(__this, L_20, L_21, (1.0f), ((float)il2cpp_codegen_subtract((float)L_23, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); goto IL_00c5; } IL_00c3: { V_0 = (bool)0; } IL_00c5: { bool L_24 = V_0; if (L_24) { goto IL_00cd; } } { return (bool)0; } IL_00cd: { return (bool)1; } } // System.Void DMCore.Framework.Scene.ISceneRole::InitRoleEffect() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_InitRoleEffect_m2798063024 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::IsPlayingMemberShipEffect() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsPlayingMemberShipEffect_m4029322539 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bPlayingMemberEffect_33(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_Destroy_m1995019410 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { ISceneAvatarBody_Destroy_m3454387676(__this, /*hidden argument*/NULL); ISceneRole_DestroyRoleParams_m3852120245(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::DestroyRoleParams() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_DestroyRoleParams_m3852120245 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_DestroyRoleParams_m3852120245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bEnableResetLocation_31((bool)1); __this->set_m_textureMaster_34((Texture2D_t3840446185 *)NULL); __this->set_m_textureChallenger_35((Texture2D_t3840446185 *)NULL); __this->set_m_bPlayingMemberEffect_33((bool)0); __this->set_m_faceIndex_46((-1)); __this->set_m_faceTime_47((-1.0f)); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); __this->set_m_movingInteractionID_55(L_0); ISceneRole_DestroyPretender_m180652183(__this, /*hidden argument*/NULL); __this->set_m_attachedTransform_30((Transform_t3600365921 *)NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnChangeScene(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnChangeScene_m2481601374 (ISceneRole_t2394225724 * __this, String_t* ___old0, String_t* ___Newname1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnChangeScene_m2481601374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneBaseObj_StopAnim_m821603361(__this, /*hidden argument*/NULL); String_t* L_0 = ___Newname1; if (!L_0) { goto IL_0024; } } { String_t* L_1 = ___Newname1; NullCheck(L_1); int32_t L_2 = String_CompareTo_m3414379165(L_1, _stringLiteral840214861, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { ISceneBaseObj_SetIdleAnim_m1936918694(__this, (String_t*)NULL, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::ResetIdleAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_ResetIdleAnim_m442676700 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = ISceneBaseObj_ResetIdleAnim_m2438303903(__this, /*hidden argument*/NULL); V_0 = L_0; CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_52(); if (!L_1) { goto IL_001e; } } { CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_52(); NullCheck(L_2); VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_2); } IL_001e: { bool L_3 = V_0; return L_3; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::WearSubModel(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_WearSubModel_m2695610556 (ISceneRole_t2394225724 * __this, int32_t ___nSubModelId0, bool ___bAsyn1, bool ___Direct2, const RuntimeMethod* method) { bool V_0 = false; { int32_t L_0 = ___nSubModelId0; bool L_1 = ___bAsyn1; bool L_2 = ___Direct2; bool L_3 = ISceneAvatarBody_WearSubModel_m1491959671(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; bool L_4 = V_0; return L_4; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::TakeOffModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_TakeOffModel_m2824917378 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method) { AvatarInfo_t571832948 * V_0 = NULL; { int32_t L_0 = ___nModelID0; bool L_1 = ISceneAvatarBody_TakeOffModel_m3558964862(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { int32_t L_2 = ___nModelID0; AvatarInfo_t571832948 * L_3 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; return (bool)1; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_WearSuit_m1162039160 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method) { { int32_t L_0 = ___suitID0; bool L_1 = ISceneAvatarBody_WearSuit_m2703862880(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { return (bool)1; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnAddRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnAddRoleState_m3318622715 (ISceneRole_t2394225724 * __this, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnAddRoleState_m3318622715_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_t1608531946 * V_0 = NULL; int64_t V_1 = 0; CSceneBaby_t758495210 * V_2 = NULL; { int32_t L_0 = ___state0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_003d; } } { CRoleModelItem_t1608531946 * L_1 = ISceneAvatarBody_GetModelItem_m1005926466(__this, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_t1608531946 * L_2 = V_0; if (!L_2) { goto IL_0038; } } { CRoleModelItem_t1608531946 * L_3 = V_0; NullCheck(L_3); bool L_4 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0038; } } { CRoleModelItem_t1608531946 * L_5 = V_0; NullCheck(L_5); bool L_6 = CRoleModelItem_IsValid_m632020454(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0038; } } { CRoleModelItem_t1608531946 * L_7 = V_0; NullCheck(L_7); CRoleModelItem_PlayAnim_m2130897867(L_7, _stringLiteral4073296162, /*hidden argument*/NULL); } IL_0038: { goto IL_0111; } IL_003d: { int32_t L_8 = ___state0; if ((!(((uint32_t)L_8) == ((uint32_t)4)))) { goto IL_006b; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); CProperty_t963755051 * L_9 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_9); int64_t L_10 = CProperty_GetLong_m359864449(L_9, _stringLiteral3045376494, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); ISceneRole_EnableFollowedObject_m3016896269(__this, L_10, (bool)0, /*hidden argument*/NULL); goto IL_0111; } IL_006b: { int32_t L_11 = ___state0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)64))))) { goto IL_0081; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); goto IL_0111; } IL_0081: { int32_t L_12 = ___state0; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)128))))) { goto IL_009a; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); goto IL_0111; } IL_009a: { int32_t L_13 = ___state0; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_00af; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); goto IL_0111; } IL_00af: { int32_t L_14 = ___state0; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)16))))) { goto IL_010a; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_15); int64_t L_16 = CProperty_GetLong_m359864449(L_15, _stringLiteral1146059260, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_16; int64_t L_17 = V_1; if ((((int64_t)L_17) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0105; } } { int64_t L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_19 = CSceneService_GetSceneBaseObj_m1922388889(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); V_2 = ((CSceneBaby_t758495210 *)IsInstClass((RuntimeObject*)L_19, CSceneBaby_t758495210_il2cpp_TypeInfo_var)); CSceneBaby_t758495210 * L_20 = V_2; if (!L_20) { goto IL_0105; } } { CSceneBaby_t758495210 * L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_22 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); NullCheck(L_21); CSceneBaby_ResetFollowDistance_m4167350098(L_21, ((float)il2cpp_codegen_add((float)L_22, (float)(0.4f))), /*hidden argument*/NULL); } IL_0105: { goto IL_0111; } IL_010a: { int32_t L_23 = ___state0; if ((!(((uint32_t)L_23) == ((uint32_t)8)))) { goto IL_0111; } } IL_0111: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnRemoveRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnRemoveRoleState_m2030163732 (ISceneRole_t2394225724 * __this, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnRemoveRoleState_m2030163732_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_t1608531946 * V_0 = NULL; int64_t V_1 = 0; CSceneBaby_t758495210 * V_2 = NULL; { int32_t L_0 = ___state0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0054; } } { CRoleModelItem_t1608531946 * L_1 = ISceneAvatarBody_GetModelItem_m1005926466(__this, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_t1608531946 * L_2 = V_0; if (!L_2) { goto IL_0038; } } { CRoleModelItem_t1608531946 * L_3 = V_0; NullCheck(L_3); bool L_4 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0038; } } { CRoleModelItem_t1608531946 * L_5 = V_0; NullCheck(L_5); bool L_6 = CRoleModelItem_IsValid_m632020454(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0038; } } { CRoleModelItem_t1608531946 * L_7 = V_0; NullCheck(L_7); CRoleModelItem_PlayAnim_m2130897867(L_7, _stringLiteral1628612581, /*hidden argument*/NULL); } IL_0038: { CPetModel_t3783790547 * L_8 = __this->get_m_Pretender_52(); if (!L_8) { goto IL_004f; } } { CPetModel_t3783790547 * L_9 = __this->get_m_Pretender_52(); NullCheck(L_9); VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_9); } IL_004f: { goto IL_01a7; } IL_0054: { int32_t L_10 = ___state0; if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_00a6; } } { bool L_11 = ISceneBaseObj_CheckRoleState_m2983555996(__this, ((int32_t)16), /*hidden argument*/NULL); if (L_11) { goto IL_007d; } } { bool L_12 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 2, /*hidden argument*/NULL); if (L_12) { goto IL_007d; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)1, /*hidden argument*/NULL); } IL_007d: { CProperty_t963755051 * L_13 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_13); int64_t L_14 = CProperty_GetLong_m359864449(L_13, _stringLiteral3045376494, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); ISceneRole_EnableFollowedObject_m3016896269(__this, L_14, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_15 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); __this->set_m_movingInteractionID_55(L_15); goto IL_01a7; } IL_00a6: { int32_t L_16 = ___state0; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)16))))) { goto IL_0113; } } { bool L_17 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 4, /*hidden argument*/NULL); if (L_17) { goto IL_00cf; } } { bool L_18 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 2, /*hidden argument*/NULL); if (L_18) { goto IL_00cf; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)1, /*hidden argument*/NULL); } IL_00cf: { VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); CProperty_t963755051 * L_19 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_19); int64_t L_20 = CProperty_GetLong_m359864449(L_19, _stringLiteral1146059260, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_20; int64_t L_21 = V_1; if ((((int64_t)L_21) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_010e; } } { int64_t L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_23 = CSceneService_GetSceneBaseObj_m1922388889(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); V_2 = ((CSceneBaby_t758495210 *)IsInstClass((RuntimeObject*)L_23, CSceneBaby_t758495210_il2cpp_TypeInfo_var)); CSceneBaby_t758495210 * L_24 = V_2; if (!L_24) { goto IL_010e; } } { CSceneBaby_t758495210 * L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_26 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); NullCheck(L_25); CSceneBaby_ResetFollowDistance_m4167350098(L_25, L_26, /*hidden argument*/NULL); } IL_010e: { goto IL_01a7; } IL_0113: { int32_t L_27 = ___state0; if ((!(((uint32_t)L_27) == ((uint32_t)2)))) { goto IL_0141; } } { bool L_28 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 4, /*hidden argument*/NULL); if (L_28) { goto IL_013c; } } { bool L_29 = ISceneBaseObj_CheckRoleState_m2983555996(__this, ((int32_t)16), /*hidden argument*/NULL); if (L_29) { goto IL_013c; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)1, /*hidden argument*/NULL); } IL_013c: { goto IL_01a7; } IL_0141: { int32_t L_30 = ___state0; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)64))))) { goto IL_016f; } } { bool L_31 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 4, /*hidden argument*/NULL); if (L_31) { goto IL_016a; } } { bool L_32 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 2, /*hidden argument*/NULL); if (L_32) { goto IL_016a; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)1, /*hidden argument*/NULL); } IL_016a: { goto IL_01a7; } IL_016f: { int32_t L_33 = ___state0; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)128))))) { goto IL_01a0; } } { bool L_34 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 4, /*hidden argument*/NULL); if (L_34) { goto IL_019b; } } { bool L_35 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 2, /*hidden argument*/NULL); if (L_35) { goto IL_019b; } } { ISceneAvatarBody_EnableModelItem_m2934873520(__this, ((int32_t)30), (bool)1, /*hidden argument*/NULL); } IL_019b: { goto IL_01a7; } IL_01a0: { int32_t L_36 = ___state0; if ((!(((uint32_t)L_36) == ((uint32_t)8)))) { goto IL_01a7; } } IL_01a7: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetMovingInteraction(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetMovingInteraction_m3114680788 (ISceneRole_t2394225724 * __this, int32_t ___interactionID0, const RuntimeMethod* method) { { int32_t L_0 = ___interactionID0; __this->set_m_movingInteractionID_55(L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::EnableFollowedObject(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_EnableFollowedObject_m3016896269 (ISceneRole_t2394225724 * __this, int64_t ___objectId0, bool ___isEnable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_EnableFollowedObject_m3016896269_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; { int64_t L_0 = ___objectId0; if ((((int64_t)L_0) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0024; } } { int64_t L_1 = ___objectId0; if ((((int64_t)L_1) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0024; } } { int64_t L_2 = ___objectId0; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_3 = CSceneService_GetSceneBaseObj_m1922388889(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; ISceneBaseObj_t858622483 * L_4 = V_0; if (!L_4) { goto IL_0024; } } { ISceneBaseObj_t858622483 * L_5 = V_0; bool L_6 = ___isEnable1; NullCheck(L_5); VirtActionInvoker1< bool >::Invoke(13 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_5, L_6); } IL_0024: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsReady_m2864932283 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { bool L_0 = ISceneAvatarBody_IsReady_m3539629533(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { bool L_1 = __this->get_m_bEnablePretend_51(); if (!L_1) { goto IL_002f; } } { CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_52(); if (!L_2) { goto IL_002f; } } { CPetModel_t3783790547 * L_3 = __this->get_m_Pretender_52(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_3); return L_4; } IL_002f: { return (bool)1; } } // DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.ISceneRole::GetObjType() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetObjType_m3893469298 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Void DMCore.Framework.Scene.ISceneRole::OnCreate() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnCreate_m3596145686 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { ISceneBaseObj_OnCreate_m2476126066(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SubmitToScene_m1879067220 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SubmitToScene_m1879067220_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; CRoleModelItem_t1608531946 * V_5 = NULL; int32_t V_6 = 0; bool V_7 = false; int32_t V_8 = 0; Enumerator_t2451428052 V_9; memset(&V_9, 0, sizeof(V_9)); KeyValuePair_2_t2894917444 V_10; memset(&V_10, 0, sizeof(V_10)); String_t* V_11 = NULL; Enumerator_t2451428052 V_12; memset(&V_12, 0, sizeof(V_12)); KeyValuePair_2_t2894917444 V_13; memset(&V_13, 0, sizeof(V_13)); String_t* G_B10_0 = NULL; { bool L_0 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { bool L_1 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); V_0 = L_1; ISceneBaseObj_SubmitToScene_m799218937(__this, /*hidden argument*/NULL); bool L_2 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0295; } } { bool L_3 = V_0; if (L_3) { goto IL_0141; } } { __this->set_b_titleEffect_48((bool)0); __this->set_b_newTagEffect_49((bool)0); CSkeletonSite_t1178137573 * L_4 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral287567133, /*hidden argument*/NULL); NullCheck(L_4); CSkeletonSite_set_RootBone_m4068911538(L_4, L_7, /*hidden argument*/NULL); CRoleModelFace_t1285730091 * L_8 = ((ISceneAvatarBody_t3588558973 *)__this)->get_m_RoleFace_23(); if (!L_8) { goto IL_00af; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoleConfig_t3543365145_il2cpp_TypeInfo_var); bool L_9 = CRoleConfig_IsEnableRoleBlendFace_m2264735641(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_9) { goto IL_007e; } } { CRoleModelFace_t1285730091 * L_10 = ((ISceneAvatarBody_t3588558973 *)__this)->get_m_RoleFace_23(); NullCheck(L_10); CRoleModelFace_OnInit_m2124850211(L_10, (Material_t340375123 *)NULL, /*hidden argument*/NULL); goto IL_00af; } IL_007e: { int32_t L_11 = ISceneAvatarBody_GetSex_m3392603294(__this, /*hidden argument*/NULL); if (L_11) { goto IL_0093; } } { G_B10_0 = _stringLiteral2602551893; goto IL_0098; } IL_0093: { G_B10_0 = _stringLiteral304684666; } IL_0098: { V_1 = G_B10_0; CRoleModelFace_t1285730091 * L_12 = ((ISceneAvatarBody_t3588558973 *)__this)->get_m_RoleFace_23(); String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); Object_t631007953 * L_14 = AssetManager_LoadAsset_m1115993353(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); CRoleModelFace_OnInit_m2124850211(L_12, ((Material_t340375123 *)IsInstClass((RuntimeObject*)L_14, Material_t340375123_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_00af: { V_2 = (Transform_t3600365921 *)NULL; V_3 = 0; goto IL_012b; } IL_00b8: { GameObject_t1113636619 * L_15 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_15); Transform_t3600365921 * L_16 = GameObject_get_transform_m1369836730(L_15, /*hidden argument*/NULL); int32_t L_17 = V_3; NullCheck(L_16); Transform_t3600365921 * L_18 = Transform_GetChild_m1092972975(L_16, L_17, /*hidden argument*/NULL); V_2 = L_18; Transform_t3600365921 * L_19 = V_2; NullCheck(L_19); GameObject_t1113636619 * L_20 = Component_get_gameObject_m442555142(L_19, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = Object_get_name_m4211327027(L_20, /*hidden argument*/NULL); int32_t L_22 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_21, (-1), /*hidden argument*/NULL); V_4 = L_22; int32_t L_23 = V_4; if ((((int32_t)0) < ((int32_t)L_23))) { goto IL_00ea; } } { goto IL_0127; } IL_00ea: { Transform_t3600365921 * L_24 = V_2; NullCheck(L_24); int32_t L_25 = Transform_get_childCount_m3145433196(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0127; } } { int32_t L_26 = V_4; CRoleModelItem_t1608531946 * L_27 = ISceneAvatarBody_GetModelItem_m1005926466(__this, L_26, /*hidden argument*/NULL); V_5 = L_27; Transform_t3600365921 * L_28 = V_2; NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_GetChild_m1092972975(L_28, 0, /*hidden argument*/NULL); V_2 = L_29; CRoleModelItem_t1608531946 * L_30 = V_5; if (!L_30) { goto IL_0127; } } { Transform_t3600365921 * L_31 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_32 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0127; } } { CRoleModelItem_t1608531946 * L_33 = V_5; Transform_t3600365921 * L_34 = V_2; NullCheck(L_34); GameObject_t1113636619 * L_35 = Component_get_gameObject_m442555142(L_34, /*hidden argument*/NULL); NullCheck(L_33); CRoleModelItem_BindOriginalGo_m3563711932(L_33, L_35, /*hidden argument*/NULL); } IL_0127: { int32_t L_36 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_012b: { int32_t L_37 = V_3; GameObject_t1113636619 * L_38 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_38); Transform_t3600365921 * L_39 = GameObject_get_transform_m1369836730(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40 = Transform_get_childCount_m3145433196(L_39, /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_40))) { goto IL_00b8; } } IL_0141: { bool L_41 = ISceneRole_get_EnableResetLocation_m3836554147(__this, /*hidden argument*/NULL); if (!L_41) { goto IL_0183; } } { CProperty_t963755051 * L_42 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_42); bool L_43 = CProperty_Check_m2093268374(L_42, _stringLiteral3941088982, /*hidden argument*/NULL); if (!L_43) { goto IL_0183; } } { CProperty_t963755051 * L_44 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45 = CProperty_GetInt_m2680341236(L_44, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_6 = L_45; int32_t L_46 = V_6; ISceneRole_SetScenePoint_m3088388914(__this, L_46, /*hidden argument*/NULL); ISceneRole_set_EnableResetLocation_m3350401902(__this, (bool)0, /*hidden argument*/NULL); } IL_0183: { bool L_47 = __this->get_m_bEnablePretend_51(); if (!L_47) { goto IL_0295; } } { CPetModel_t3783790547 * L_48 = __this->get_m_Pretender_52(); if (!L_48) { goto IL_0295; } } { CPetModel_t3783790547 * L_49 = __this->get_m_Pretender_52(); NullCheck(L_49); bool L_50 = ISceneBaseObj_IsValid_m1197404667(L_49, /*hidden argument*/NULL); V_7 = L_50; CPetModel_t3783790547 * L_51 = __this->get_m_Pretender_52(); NullCheck(L_51); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_51); bool L_52 = V_7; if (L_52) { goto IL_0295; } } { CPetModel_t3783790547 * L_53 = __this->get_m_Pretender_52(); NullCheck(L_53); bool L_54 = ISceneBaseObj_IsValid_m1197404667(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0295; } } { CPetModel_t3783790547 * L_55 = __this->get_m_Pretender_52(); CPetModel_t3783790547 * L_56 = __this->get_m_Pretender_52(); NullCheck(L_56); int32_t L_57 = ISceneBaseObj_GetModelID_m2197572308(L_56, /*hidden argument*/NULL); V_8 = L_57; String_t* L_58 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3926588496, L_58, /*hidden argument*/NULL); NullCheck(L_55); ISceneBaseObj_SetName_m2657421930(L_55, L_59, /*hidden argument*/NULL); CPetModel_t3783790547 * L_60 = __this->get_m_Pretender_52(); NullCheck(L_60); Transform_t3600365921 * L_61 = ISceneBaseObj_GetTransform_m3818769012(L_60, /*hidden argument*/NULL); Transform_t3600365921 * L_62 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_61); Transform_set_parent_m786917804(L_61, L_62, /*hidden argument*/NULL); CPetModel_t3783790547 * L_63 = __this->get_m_Pretender_52(); NullCheck(L_63); Transform_t3600365921 * L_64 = ISceneBaseObj_GetTransform_m3818769012(L_63, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_65 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_64); Transform_set_localPosition_m4128471975(L_64, L_65, /*hidden argument*/NULL); CPetModel_t3783790547 * L_66 = __this->get_m_Pretender_52(); NullCheck(L_66); Transform_t3600365921 * L_67 = ISceneBaseObj_GetTransform_m3818769012(L_66, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_68 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_67); Transform_set_localRotation_m19445462(L_67, L_68, /*hidden argument*/NULL); CPetModel_t3783790547 * L_69 = __this->get_m_Pretender_52(); NullCheck(L_69); Transform_t3600365921 * L_70 = ISceneBaseObj_GetTransform_m3818769012(L_69, /*hidden argument*/NULL); Vector3_t3722313464 L_71 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_70); Transform_set_localScale_m3053443106(L_70, L_71, /*hidden argument*/NULL); CAvatarSite_t1752665925 * L_72 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_72); Enumerator_t2451428052 L_73 = CAvatarSite_GetEnumerator_m1415828918(L_72, /*hidden argument*/NULL); V_9 = L_73; goto IL_0274; } IL_025e: { KeyValuePair_2_t2894917444 L_74 = Enumerator_get_Current_m59556516((&V_9), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_10 = L_74; CRoleModelItem_t1608531946 * L_75 = KeyValuePair_2_get_Value_m566560947((&V_10), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_75); CRoleModelItem_SetRoleItemEnable_m3456968021(L_75, (bool)0, /*hidden argument*/NULL); } IL_0274: { bool L_76 = Enumerator_MoveNext_m1600580383((&V_9), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_76) { goto IL_025e; } } { V_11 = _stringLiteral3018459499; String_t* L_77 = V_11; ISceneAvatarBody_PlayEffect_m1781900459(__this, L_77, 0, (1.0f), /*hidden argument*/NULL); } IL_0295: { CAvatarSite_t1752665925 * L_78 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_78); Enumerator_t2451428052 L_79 = CAvatarSite_GetEnumerator_m1415828918(L_78, /*hidden argument*/NULL); V_12 = L_79; goto IL_02bc; } IL_02a7: { KeyValuePair_2_t2894917444 L_80 = Enumerator_get_Current_m59556516((&V_12), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_13 = L_80; CRoleModelItem_t1608531946 * L_81 = KeyValuePair_2_get_Value_m566560947((&V_13), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_81); CRoleModelItem_OnSubmitToScene_m246349242(L_81, /*hidden argument*/NULL); } IL_02bc: { bool L_82 = Enumerator_MoveNext_m1600580383((&V_12), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_82) { goto IL_02a7; } } { CRoleMovePlugin_t1887142873 * L_83 = (CRoleMovePlugin_t1887142873 *)il2cpp_codegen_object_new(CRoleMovePlugin_t1887142873_il2cpp_TypeInfo_var); CRoleMovePlugin__ctor_m152528498(L_83, __this, /*hidden argument*/NULL); __this->set_m_movePlugin_29(L_83); return; } } // DMCore.Framework.Scene.CRoleMovePlugin DMCore.Framework.Scene.ISceneRole::get_MovePlugin() extern "C" IL2CPP_METHOD_ATTR CRoleMovePlugin_t1887142873 * ISceneRole_get_MovePlugin_m1169960973 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_get_MovePlugin_m1169960973_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CRoleMovePlugin_t1887142873 * L_0 = __this->get_m_movePlugin_29(); if (L_0) { goto IL_0017; } } { CRoleMovePlugin_t1887142873 * L_1 = (CRoleMovePlugin_t1887142873 *)il2cpp_codegen_object_new(CRoleMovePlugin_t1887142873_il2cpp_TypeInfo_var); CRoleMovePlugin__ctor_m152528498(L_1, __this, /*hidden argument*/NULL); __this->set_m_movePlugin_29(L_1); } IL_0017: { CRoleMovePlugin_t1887142873 * L_2 = __this->get_m_movePlugin_29(); return L_2; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnReady() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnReady_m3957853243 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { ISceneBaseObj_OnReady_m4001975239(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetUserId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetUserId_m1222661741 (ISceneRole_t2394225724 * __this, int64_t ___nUserId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetUserId_m1222661741_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; { int64_t L_0 = ___nUserId0; ISceneBaseObj_SetUserId_m830872956(__this, L_0, /*hidden argument*/NULL); int64_t* L_1 = ((ISceneBaseObj_t858622483 *)__this)->get_address_of_m_UserID_17(); String_t* L_2 = Int64_ToString_m2986581816(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1628940268, L_2, /*hidden argument*/NULL); ISceneBaseObj_SetName_m2657421930(__this, L_3, /*hidden argument*/NULL); V_0 = (ISceneRole_t2394225724 *)NULL; V_1 = 0; goto IL_0080; } IL_0031: { ISceneRole_t2394225724 * L_4 = V_0; NullCheck(L_4); int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_4); int64_t L_6 = ___nUserId0; if ((!(((uint64_t)L_5) == ((uint64_t)L_6)))) { goto IL_0042; } } { goto IL_0080; } IL_0042: { ISceneRole_t2394225724 * L_7 = V_0; NullCheck(L_7); CProperty_t963755051 * L_8 = ISceneBaseObj_GetNetProperty_m1709069404(L_7, /*hidden argument*/NULL); NullCheck(L_8); int64_t L_9 = CProperty_GetLong_m359864449(L_8, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); int64_t L_10 = ___nUserId0; if ((!(((uint64_t)L_9) == ((uint64_t)L_10)))) { goto IL_0080; } } { int64_t L_11 = ___nUserId0; if ((((int64_t)L_11) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0080; } } { CDataProperty_t2806246268 * L_12 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = V_0; NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); NullCheck(L_12); CDataProperty_Add_m2743671346(L_12, _stringLiteral451437530, L_14, /*hidden argument*/NULL); ISceneBaseObj_AddRoleState_m2943967725(__this, ((int32_t)16), /*hidden argument*/NULL); } IL_0080: { int32_t L_15 = V_1; int32_t L_16 = L_15; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_17 = CSceneService_GetRoleObj_m3880305570(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_18 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_17, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_18; if (L_18) { goto IL_0031; } } { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnLateUpdate_m1372023449 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnLateUpdate_m1372023449_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; CRoleModelItem_t1608531946 * V_2 = NULL; CAvatarBinding_t1216096343 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; Transform_t3600365921 * V_5 = NULL; CInteractionCliderItem_t1940232150 * V_6 = NULL; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Quaternion_t2301928331 V_8; memset(&V_8, 0, sizeof(V_8)); ISceneRole_t2394225724 * G_B5_0 = NULL; { bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_01c2; } } { bool L_1 = ISceneBaseObj_CheckRoleState_m2983555996(__this, ((int32_t)16), /*hidden argument*/NULL); if (!L_1) { goto IL_00f8; } } { CDataProperty_t2806246268 * L_2 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = CDataProperty_GetLong_m2096131398(L_2, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = L_3; int64_t L_4 = V_0; if ((((int64_t)L_4) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003e; } } { int64_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneRole_t2394225724 * L_6 = CSceneService_FindRoleByUserID_m4171044813(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); G_B5_0 = L_6; goto IL_003f; } IL_003e: { G_B5_0 = ((ISceneRole_t2394225724 *)(NULL)); } IL_003f: { V_1 = G_B5_0; ISceneRole_t2394225724 * L_7 = V_1; if (!L_7) { goto IL_00f3; } } { ISceneRole_t2394225724 * L_8 = V_1; NullCheck(L_8); bool L_9 = ISceneBaseObj_IsValid_m1197404667(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_00f3; } } { ISceneRole_t2394225724 * L_10 = V_1; NullCheck(L_10); CAvatarSite_t1752665925 * L_11 = ISceneAvatarBody_GetAvatarSite_m4280735166(L_10, /*hidden argument*/NULL); NullCheck(L_11); CRoleModelItem_t1608531946 * L_12 = CAvatarSite_FindAvatarItem_m3681740487(L_11, ((int32_t)30), /*hidden argument*/NULL); V_2 = L_12; CRoleModelItem_t1608531946 * L_13 = V_2; if (!L_13) { goto IL_00f3; } } { CRoleModelItem_t1608531946 * L_14 = V_2; NullCheck(L_14); bool L_15 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00f3; } } { CRoleModelItem_t1608531946 * L_16 = V_2; NullCheck(L_16); bool L_17 = CRoleModelItem_IsValid_m632020454(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00f3; } } { CRoleModelItem_t1608531946 * L_18 = V_2; NullCheck(L_18); CAvatarBinding_t1216096343 * L_19 = CRoleModelItem_GetAvatarBinding_m1759129545(L_18, /*hidden argument*/NULL); V_3 = L_19; CAvatarBinding_t1216096343 * L_20 = V_3; if (!L_20) { goto IL_00f3; } } { CAvatarBinding_t1216096343 * L_21 = V_3; int32_t L_22 = ISceneAvatarBody_GetSex_m3392603294(__this, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_23 = CAvatarBinding_GetBindTargetFollow_m2081544485(L_21, (bool)((((int32_t)0) == ((int32_t)L_22))? 1 : 0), /*hidden argument*/NULL); V_4 = L_23; Transform_t3600365921 * L_24 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00f3; } } { Transform_t3600365921 * L_26 = V_4; NullCheck(L_26); GameObject_t1113636619 * L_27 = Component_get_gameObject_m442555142(L_26, /*hidden argument*/NULL); NullCheck(L_27); bool L_28 = GameObject_get_activeInHierarchy_m2006396688(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00f3; } } { CSkeletonSite_t1178137573 * L_29 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); CAvatarBinding_t1216096343 * L_30 = V_3; NullCheck(L_30); String_t* L_31 = CAvatarBinding_get_BindBoneName_m1410294478(L_30, /*hidden argument*/NULL); NullCheck(L_29); Transform_t3600365921 * L_32 = CSkeletonSite_GetBone_m772310976(L_29, L_31, /*hidden argument*/NULL); V_5 = L_32; Transform_t3600365921 * L_33 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_34 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00f3; } } { Transform_t3600365921 * L_35 = V_5; Transform_t3600365921 * L_36 = V_4; NullCheck(L_36); Vector3_t3722313464 L_37 = Transform_get_position_m36019626(L_36, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_position_m3387557959(L_35, L_37, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = V_5; Transform_t3600365921 * L_39 = V_4; NullCheck(L_39); Quaternion_t2301928331 L_40 = Transform_get_rotation_m3502953881(L_39, /*hidden argument*/NULL); NullCheck(L_38); Transform_set_rotation_m3524318132(L_38, L_40, /*hidden argument*/NULL); } IL_00f3: { goto IL_01c2; } IL_00f8: { bool L_41 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 4, /*hidden argument*/NULL); if (!L_41) { goto IL_01c2; } } { int32_t L_42 = __this->get_m_movingInteractionID_55(); if ((((int32_t)0) > ((int32_t)L_42))) { goto IL_01c2; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_43 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); CInteractionRange_t868014233 * L_44 = CWalkManager_GetInteractionRange_m3832850933(L_43, /*hidden argument*/NULL); int32_t L_45 = __this->get_m_movingInteractionID_55(); NullCheck(L_44); CInteractionCliderItem_t1940232150 * L_46 = CInteractionRange_FindInteracionCliderItem_m4137299991(L_44, L_45, /*hidden argument*/NULL); V_6 = L_46; CInteractionCliderItem_t1940232150 * L_47 = V_6; if (!L_47) { goto IL_01b7; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_48 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_48); CWalkCamera_t1176337330 * L_49 = CWalkManager_GetWalkCamera_m2368173090(L_48, /*hidden argument*/NULL); NullCheck(L_49); bool L_50 = CWalkCamera_IsEnable_m1548027643(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_01b2; } } { CInteractionCliderItem_t1940232150 * L_51 = V_6; NullCheck(L_51); Vector3_t3722313464 L_52 = CInteractionCliderItem_GetCenter_m3757805819(L_51, /*hidden argument*/NULL); V_7 = L_52; CInteractionCliderItem_t1940232150 * L_53 = V_6; NullCheck(L_53); Quaternion_t2301928331 L_54 = CInteractionCliderItem_GetRotation_m1600691375(L_53, /*hidden argument*/NULL); V_8 = L_54; Transform_t3600365921 * L_55 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_56 = V_7; NullCheck(L_55); Transform_set_position_m3387557959(L_55, L_56, /*hidden argument*/NULL); Transform_t3600365921 * L_57 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); Quaternion_t2301928331 L_58 = V_8; NullCheck(L_57); Transform_set_rotation_m3524318132(L_57, L_58, /*hidden argument*/NULL); int64_t L_59 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_60 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_60); int64_t L_61 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_60); if ((!(((uint64_t)L_59) == ((uint64_t)L_61)))) { goto IL_01b2; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_62 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_62); CWalkCamera_t1176337330 * L_63 = CWalkManager_GetWalkCamera_m2368173090(L_62, /*hidden argument*/NULL); NullCheck(L_63); CWalkCamera_SetFollowCamera_m3257888760(L_63, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_64 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_64); CWalkCamera_t1176337330 * L_65 = CWalkManager_GetWalkCamera_m2368173090(L_64, /*hidden argument*/NULL); NullCheck(L_65); CWalkCamera_FlushFollowCamera_m20976819(L_65, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_66 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_66); CWalkCamera_t1176337330 * L_67 = CWalkManager_GetWalkCamera_m2368173090(L_66, /*hidden argument*/NULL); NullCheck(L_67); CWalkCamera_SetFollowCamera_m3257888760(L_67, (bool)0, /*hidden argument*/NULL); } IL_01b2: { goto IL_01c2; } IL_01b7: { IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_68 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); __this->set_m_movingInteractionID_55(L_68); } IL_01c2: { ISceneAvatarBody_OnLateUpdate_m614134439(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_69 = __this->get_m_attachedTransform_30(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_70 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_0220; } } { GameObject_t1113636619 * L_71 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_72 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_0220; } } { GameObject_t1113636619 * L_73 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_73); Transform_t3600365921 * L_74 = GameObject_get_transform_m1369836730(L_73, /*hidden argument*/NULL); Transform_t3600365921 * L_75 = __this->get_m_attachedTransform_30(); NullCheck(L_75); Vector3_t3722313464 L_76 = Transform_get_position_m36019626(L_75, /*hidden argument*/NULL); NullCheck(L_74); Transform_set_position_m3387557959(L_74, L_76, /*hidden argument*/NULL); GameObject_t1113636619 * L_77 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_77); Transform_t3600365921 * L_78 = GameObject_get_transform_m1369836730(L_77, /*hidden argument*/NULL); Transform_t3600365921 * L_79 = __this->get_m_attachedTransform_30(); NullCheck(L_79); Vector3_t3722313464 L_80 = Transform_get_forward_m747522392(L_79, /*hidden argument*/NULL); NullCheck(L_78); Transform_set_forward_m1840797198(L_78, L_80, /*hidden argument*/NULL); } IL_0220: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::LoadRoleModel() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadRoleModel_m1111386502 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_LoadRoleModel_m1111386502_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CProperty_Check_m2093268374(L_0, _stringLiteral795478587, /*hidden argument*/NULL); if (!L_1) { goto IL_002c; } } { CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CProperty_GetInt_m2680341236(L_2, _stringLiteral795478587, 0, /*hidden argument*/NULL); ISceneRole_LoadingResource_m1741647283(__this, L_3, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnUserPropChangeBefore(System.String,DMCore.IDataUnit) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnUserPropChangeBefore_m2909881445 (ISceneRole_t2394225724 * __this, String_t* ___key0, IDataUnit_t677250155 * ___newData1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnUserPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnUserPropChangeEnd_m4007722433 (ISceneRole_t2394225724 * __this, String_t* ___key0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnNetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnNetPropChangeBefore_m86535089 (ISceneRole_t2394225724 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnNetPropChangeBefore_m86535089_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int64_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; AvatarInfo_t571832948 * V_4 = NULL; CRoleModelItem_t1608531946 * V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; CRoleModelItem_t1608531946 * V_8 = NULL; int32_t G_B11_0 = 0; int32_t G_B20_0 = 0; { String_t* L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1985563870, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { CPropData_t2491857930 * L_2 = ___newData1; NullCheck(L_2); int32_t L_3 = CPropData_GetInt_m2221393311(L_2, /*hidden argument*/NULL); VirtActionInvoker1< bool >::Invoke(13 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, __this, (bool)((((int32_t)0) == ((int32_t)L_3))? 1 : 0)); goto IL_0227; } IL_0024: { String_t* L_4 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3941088982, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0066; } } { bool L_6 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0061; } } { CDataProperty_t2806246268 * L_7 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CDataProperty_GetInt_m1935343217(L_7, _stringLiteral3249829647, 0, /*hidden argument*/NULL); if (L_8) { goto IL_0061; } } { CPropData_t2491857930 * L_9 = ___newData1; NullCheck(L_9); int32_t L_10 = CPropData_GetInt_m2221393311(L_9, /*hidden argument*/NULL); ISceneRole_SetScenePoint_m3088388914(__this, L_10, /*hidden argument*/NULL); } IL_0061: { goto IL_0227; } IL_0066: { String_t* L_11 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral795478587, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00bd; } } { CProperty_t963755051 * L_13 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_13); bool L_14 = CProperty_Check_m2093268374(L_13, _stringLiteral795478587, /*hidden argument*/NULL); if (!L_14) { goto IL_00a9; } } { CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CProperty_GetInt_m2680341236(L_15, _stringLiteral795478587, (-1), /*hidden argument*/NULL); CPropData_t2491857930 * L_17 = ___newData1; NullCheck(L_17); int32_t L_18 = CPropData_GetInt_m2221393311(L_17, /*hidden argument*/NULL); G_B11_0 = ((((int32_t)((((int32_t)L_16) == ((int32_t)L_18))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00aa; } IL_00a9: { G_B11_0 = 1; } IL_00aa: { V_0 = (bool)G_B11_0; bool L_19 = V_0; if (!L_19) { goto IL_00b8; } } { __this->set_m_bSendLoadingRes_32((bool)0); } IL_00b8: { goto IL_0227; } IL_00bd: { String_t* L_20 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral4039210824, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00de; } } { CPropData_t2491857930 * L_22 = ___newData1; NullCheck(L_22); int32_t L_23 = CPropData_GetInt_m2221393311(L_22, /*hidden argument*/NULL); ISceneRole_SetChangeModel_m2585185700(__this, L_23, /*hidden argument*/NULL); goto IL_0227; } IL_00de: { String_t* L_24 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral350069932, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_012b; } } { CPropData_t2491857930 * L_26 = ___newData1; NullCheck(L_26); int64_t L_27 = CPropData_GetLong_m2266891612(L_26, /*hidden argument*/NULL); V_1 = L_27; CProperty_t963755051 * L_28 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_28); bool L_29 = CProperty_Check_m2093268374(L_28, _stringLiteral350069932, /*hidden argument*/NULL); if (!L_29) { goto IL_0124; } } { CProperty_t963755051 * L_30 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_30); int64_t L_31 = CProperty_GetLong_m359864449(L_30, _stringLiteral350069932, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); int64_t L_32 = V_1; G_B20_0 = ((((int32_t)((((int64_t)L_31) == ((int64_t)L_32))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0125; } IL_0124: { G_B20_0 = 1; } IL_0125: { V_2 = (bool)G_B20_0; goto IL_0227; } IL_012b: { IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_33 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); String_t* L_35 = ___key0; NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); if ((((int32_t)L_34) > ((int32_t)L_36))) { goto IL_0227; } } { IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_37 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); String_t* L_38 = ___key0; String_t* L_39 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_39); int32_t L_40 = String_get_Length_m3847582255(L_39, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_41 = String_Substring_m1610150815(L_38, 0, L_40, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_42 = String_CompareTo_m3414379165(L_37, L_41, /*hidden argument*/NULL); if (L_42) { goto IL_0227; } } { CPropData_t2491857930 * L_43 = ___newData1; NullCheck(L_43); int32_t L_44 = CPropData_GetInt_m2221393311(L_43, /*hidden argument*/NULL); V_3 = L_44; int32_t L_45 = V_3; if ((((int32_t)0) >= ((int32_t)L_45))) { goto IL_01d4; } } { int32_t L_46 = V_3; AvatarInfo_t571832948 * L_47 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); V_4 = L_47; AvatarInfo_t571832948 * L_48 = V_4; NullCheck(L_48); int32_t L_49 = AvatarInfo_get_Category_m2094546247(L_48, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_50 = ISceneAvatarBody_GetModelItem_m1005926466(__this, L_49, /*hidden argument*/NULL); V_5 = L_50; int64_t L_51 = ((ISceneBaseObj_t858622483 *)__this)->get_m_UserID_17(); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_52 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_52); int64_t L_53 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_52); if ((!(((uint64_t)L_51) == ((uint64_t)L_53)))) { goto IL_01b7; } } { CRoleModelItem_t1608531946 * L_54 = V_5; AvatarInfo_t571832948 * L_55 = V_4; NullCheck(L_55); int32_t L_56 = AvatarInfo_get_Sex_m3718099394(L_55, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_57 = V_4; NullCheck(L_57); int32_t L_58 = AvatarInfo_get_SubIndex_m786032553(L_57, /*hidden argument*/NULL); NullCheck(L_54); CRoleModelItem_ChangeSubModel_m1069865053(L_54, L_56, L_58, (bool)1, (bool)1, /*hidden argument*/NULL); goto IL_01cf; } IL_01b7: { CRoleModelItem_t1608531946 * L_59 = V_5; AvatarInfo_t571832948 * L_60 = V_4; NullCheck(L_60); int32_t L_61 = AvatarInfo_get_Sex_m3718099394(L_60, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_62 = V_4; NullCheck(L_62); int32_t L_63 = AvatarInfo_get_SubIndex_m786032553(L_62, /*hidden argument*/NULL); NullCheck(L_59); CRoleModelItem_ChangeSubModel_m1069865053(L_59, L_61, L_63, (bool)1, (bool)0, /*hidden argument*/NULL); } IL_01cf: { goto IL_0227; } IL_01d4: { String_t* L_64 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_65 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_65); int32_t L_66 = String_get_Length_m3847582255(L_65, /*hidden argument*/NULL); String_t* L_67 = ___key0; NullCheck(L_67); int32_t L_68 = String_get_Length_m3847582255(L_67, /*hidden argument*/NULL); String_t* L_69 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); NullCheck(L_69); int32_t L_70 = String_get_Length_m3847582255(L_69, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_71 = String_Substring_m1610150815(L_64, L_66, ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_70)), /*hidden argument*/NULL); V_6 = L_71; String_t* L_72 = V_6; int32_t L_73 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_72, (-1), /*hidden argument*/NULL); V_7 = L_73; int32_t L_74 = V_7; if ((((int32_t)0) > ((int32_t)L_74))) { goto IL_0227; } } { CAvatarSite_t1752665925 * L_75 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); int32_t L_76 = V_7; NullCheck(L_75); CRoleModelItem_t1608531946 * L_77 = CAvatarSite_FindAvatarItem_m3681740487(L_75, L_76, /*hidden argument*/NULL); V_8 = L_77; CRoleModelItem_t1608531946 * L_78 = V_8; if (!L_78) { goto IL_0227; } } { CRoleModelItem_t1608531946 * L_79 = V_8; NullCheck(L_79); CRoleModelItem_OnDestroy_m1465529345(L_79, (bool)1, /*hidden argument*/NULL); } IL_0227: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnModelChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnModelChanged_m2288175910 (ISceneRole_t2394225724 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnModelChanged_m2288175910_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_1; Vector3_t3722313464 L_2 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_2; GameObject_t1113636619 * L_3 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0068; } } { GameObject_t1113636619 * L_5 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t3722313464 L_7 = Transform_get_position_m36019626(L_6, /*hidden argument*/NULL); V_0 = L_7; GameObject_t1113636619 * L_8 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_eulerAngles_m2743581774(L_9, /*hidden argument*/NULL); V_1 = L_10; GameObject_t1113636619 * L_11 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_11); Transform_t3600365921 * L_12 = GameObject_get_transform_m1369836730(L_11, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t3722313464 L_13 = Transform_get_localScale_m129152068(L_12, /*hidden argument*/NULL); V_2 = L_13; GameObject_t1113636619 * L_14 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); ((ISceneBaseObj_t858622483 *)__this)->set_m_pGameObject_8((GameObject_t1113636619 *)NULL); } IL_0068: { VirtActionInvoker0::Invoke(10 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Reload() */, __this); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, __this); GameObject_t1113636619 * L_15 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00b8; } } { GameObject_t1113636619 * L_17 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); Vector3_t3722313464 L_19 = V_0; NullCheck(L_18); Transform_set_position_m3387557959(L_18, L_19, /*hidden argument*/NULL); GameObject_t1113636619 * L_20 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_20); Transform_t3600365921 * L_21 = GameObject_get_transform_m1369836730(L_20, /*hidden argument*/NULL); Vector3_t3722313464 L_22 = V_1; NullCheck(L_21); Transform_set_eulerAngles_m135219616(L_21, L_22, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_23); Transform_t3600365921 * L_24 = GameObject_get_transform_m1369836730(L_23, /*hidden argument*/NULL); Vector3_t3722313464 L_25 = V_2; NullCheck(L_24); Transform_set_localScale_m3053443106(L_24, L_25, /*hidden argument*/NULL); } IL_00b8: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnNetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnNetPropChangeEnd_m4201829603 (ISceneRole_t2394225724 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnNetPropChangeEnd_m4201829603_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int64_t V_2 = 0; ISceneRole_t2394225724 * V_3 = NULL; int32_t V_4 = 0; int64_t V_5 = 0; String_t* V_6 = NULL; { String_t* L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral4166355951, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { goto IL_01b3; } IL_0015: { String_t* L_2 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral795478587, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0043; } } { CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral795478587, 0, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; ISceneRole_OnModelChanged_m2288175910(__this, L_6, /*hidden argument*/NULL); goto IL_01b3; } IL_0043: { String_t* L_7 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral4041997353, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0063; } } { bool L_9 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } IL_005e: { goto IL_01b3; } IL_0063: { String_t* L_10 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2467057994, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0078; } } { goto IL_01b3; } IL_0078: { String_t* L_12 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral989714396, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00c2; } } { CProperty_t963755051 * L_14 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = CProperty_GetInt_m2680341236(L_14, _stringLiteral795478587, (-1), /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if ((((int32_t)0) > ((int32_t)L_16))) { goto IL_00bd; } } { CAvatarSite_t1752665925 * L_17 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); CProperty_t963755051 * L_18 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = CProperty_GetInt_m2680341236(L_18, _stringLiteral989714396, 0, /*hidden argument*/NULL); NullCheck(L_17); CAvatarSite_ChangeSkin_m3681856285(L_17, L_19, /*hidden argument*/NULL); } IL_00bd: { goto IL_01b3; } IL_00c2: { String_t* L_20 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral990895520, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_018c; } } { CProperty_t963755051 * L_22 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_22); int64_t L_23 = CProperty_GetLong_m359864449(L_22, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_2 = L_23; V_3 = (ISceneRole_t2394225724 *)NULL; V_4 = 0; goto IL_016f; } IL_00ef: { ISceneRole_t2394225724 * L_24 = V_3; NullCheck(L_24); int64_t L_25 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_24); int64_t L_26 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); if ((!(((uint64_t)L_25) == ((uint64_t)L_26)))) { goto IL_0105; } } { goto IL_016f; } IL_0105: { ISceneRole_t2394225724 * L_27 = V_3; NullCheck(L_27); int64_t L_28 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_27); int64_t L_29 = V_2; if ((!(((uint64_t)L_28) == ((uint64_t)L_29)))) { goto IL_0134; } } { ISceneRole_t2394225724 * L_30 = V_3; NullCheck(L_30); CDataProperty_t2806246268 * L_31 = ISceneBaseObj_GetUserProperty_m776816018(L_30, /*hidden argument*/NULL); int64_t L_32 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); NullCheck(L_31); CDataProperty_Add_m2743671346(L_31, _stringLiteral451437530, L_32, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_33 = V_3; NullCheck(L_33); ISceneBaseObj_AddRoleState_m2943967725(L_33, ((int32_t)16), /*hidden argument*/NULL); goto IL_016f; } IL_0134: { int64_t L_34 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); ISceneRole_t2394225724 * L_35 = V_3; NullCheck(L_35); CDataProperty_t2806246268 * L_36 = ISceneBaseObj_GetUserProperty_m776816018(L_35, /*hidden argument*/NULL); NullCheck(L_36); int64_t L_37 = CDataProperty_GetLong_m2096131398(L_36, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((!(((uint64_t)L_34) == ((uint64_t)L_37)))) { goto IL_016f; } } { V_5 = (((int64_t)((int64_t)0))); ISceneRole_t2394225724 * L_38 = V_3; NullCheck(L_38); CDataProperty_t2806246268 * L_39 = ISceneBaseObj_GetUserProperty_m776816018(L_38, /*hidden argument*/NULL); int64_t L_40 = V_5; NullCheck(L_39); CDataProperty_Add_m2743671346(L_39, _stringLiteral451437530, L_40, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_41 = V_3; NullCheck(L_41); ISceneBaseObj_RemoveRoleState_m1533657667(L_41, ((int32_t)16), /*hidden argument*/NULL); } IL_016f: { int32_t L_42 = V_4; int32_t L_43 = L_42; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_44 = CSceneService_GetRoleObj_m3880305570(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_45 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_44, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_3 = L_45; if (L_45) { goto IL_00ef; } } { goto IL_01b3; } IL_018c: { String_t* L_46 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_47 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral169143161, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_01b3; } } { CProperty_t963755051 * L_48 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_48); String_t* L_50 = CProperty_GetWideStr_m2042428682(L_48, _stringLiteral169143161, L_49, /*hidden argument*/NULL); V_6 = L_50; } IL_01b3: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::LoadingResource(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadingResource_m1741647283 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_LoadingResource_m1741647283_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; String_t* V_2 = NULL; { bool L_0 = __this->get_m_bSendLoadingRes_32(); if (L_0) { goto IL_0149; } } { V_0 = (bool)1; __this->set_m_bSendLoadingRes_32((bool)1); int32_t L_1 = ___nModelID0; if (L_1) { goto IL_0046; } } { bool L_2 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { bool L_3 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral3438716482, L_3, /*hidden argument*/NULL); goto IL_0041; } IL_0035: { bool L_4 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral172410544, L_4, /*hidden argument*/NULL); } IL_0041: { goto IL_0103; } IL_0046: { int32_t L_5 = ___nModelID0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0083; } } { bool L_6 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_6) { goto IL_0072; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2148494972, /*hidden argument*/NULL); bool L_7 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral1298458304, L_7, /*hidden argument*/NULL); goto IL_007e; } IL_0072: { bool L_8 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral2302632015, L_8, /*hidden argument*/NULL); } IL_007e: { goto IL_0103; } IL_0083: { int32_t L_9 = ___nModelID0; if ((((int32_t)2) > ((int32_t)L_9))) { goto IL_00b6; } } { int32_t L_10 = ___nModelID0; if ((((int32_t)L_10) > ((int32_t)((int32_t)20)))) { goto IL_00b6; } } { int32_t L_11 = ___nModelID0; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); int32_t L_14 = ___nModelID0; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2446993643, L_13, L_16, /*hidden argument*/NULL); V_1 = L_17; String_t* L_18 = V_1; bool L_19 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_18, L_19, /*hidden argument*/NULL); goto IL_0103; } IL_00b6: { String_t* L_20 = Int32_ToString_m141394615((&___nModelID0), /*hidden argument*/NULL); V_2 = L_20; bool L_21 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_21) { goto IL_00eb; } } { String_t* L_22 = V_2; String_t* L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2755371533, L_22, _stringLiteral3452614529, L_23, /*hidden argument*/NULL); bool L_25 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_24, L_25, /*hidden argument*/NULL); goto IL_0103; } IL_00eb: { String_t* L_26 = V_2; String_t* L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2755371533, L_26, _stringLiteral2788013625, L_27, /*hidden argument*/NULL); bool L_29 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_28, L_29, /*hidden argument*/NULL); } IL_0103: { int32_t L_30 = ___nModelID0; if (!L_30) { goto IL_0110; } } { int32_t L_31 = ___nModelID0; if ((!(((uint32_t)L_31) == ((uint32_t)1)))) { goto IL_012c; } } IL_0110: { CRoleModelFace_t1285730091 * L_32 = ((ISceneAvatarBody_t3588558973 *)__this)->get_m_RoleFace_23(); if (L_32) { goto IL_0127; } } { CRoleModelFace_t1285730091 * L_33 = (CRoleModelFace_t1285730091 *)il2cpp_codegen_object_new(CRoleModelFace_t1285730091_il2cpp_TypeInfo_var); CRoleModelFace__ctor_m4201600695(L_33, __this, /*hidden argument*/NULL); ((ISceneAvatarBody_t3588558973 *)__this)->set_m_RoleFace_23(L_33); } IL_0127: { goto IL_0149; } IL_012c: { CRoleModelFace_t1285730091 * L_34 = ((ISceneAvatarBody_t3588558973 *)__this)->get_m_RoleFace_23(); if (!L_34) { goto IL_0149; } } { CRoleModelFace_t1285730091 * L_35 = ((ISceneAvatarBody_t3588558973 *)__this)->get_m_RoleFace_23(); NullCheck(L_35); CRoleModelFace_Clear_m2618079574(L_35, /*hidden argument*/NULL); ((ISceneAvatarBody_t3588558973 *)__this)->set_m_RoleFace_23((CRoleModelFace_t1285730091 *)NULL); } IL_0149: { ISceneAvatarBody_LoadSubModels_m2953008318(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetChangeModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetChangeModel_m2585185700 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetChangeModel_m2585185700_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2451428052 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2894917444 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = ___nModelID0; if (L_0) { goto IL_0063; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_52(); if (!L_1) { goto IL_0062; } } { CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_52(); NullCheck(L_2); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_2); __this->set_m_Pretender_52((CPetModel_t3783790547 *)NULL); CAvatarSite_t1752665925 * L_3 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_3); Enumerator_t2451428052 L_4 = CAvatarSite_GetEnumerator_m1415828918(L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0049; } IL_0034: { KeyValuePair_2_t2894917444 L_5 = Enumerator_get_Current_m59556516((&V_0), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_1 = L_5; CRoleModelItem_t1608531946 * L_6 = KeyValuePair_2_get_Value_m566560947((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_6); CRoleModelItem_SetRoleItemEnable_m3456968021(L_6, (bool)1, /*hidden argument*/NULL); } IL_0049: { bool L_7 = Enumerator_MoveNext_m1600580383((&V_0), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_7) { goto IL_0034; } } { ISceneBaseObj_StopAnim_m821603361(__this, /*hidden argument*/NULL); VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); } IL_0062: { return; } IL_0063: { int32_t L_8 = ___nModelID0; if ((((int32_t)((int32_t)50000000)) >= ((int32_t)L_8))) { goto IL_00ab; } } { CPetModel_t3783790547 * L_9 = __this->get_m_Pretender_52(); if (!L_9) { goto IL_0089; } } { CPetModel_t3783790547 * L_10 = __this->get_m_Pretender_52(); NullCheck(L_10); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_10); goto IL_0094; } IL_0089: { CPetModel_t3783790547 * L_11 = (CPetModel_t3783790547 *)il2cpp_codegen_object_new(CPetModel_t3783790547_il2cpp_TypeInfo_var); CPetModel__ctor_m2823182446(L_11, /*hidden argument*/NULL); __this->set_m_Pretender_52(L_11); } IL_0094: { CPetModel_t3783790547 * L_12 = __this->get_m_Pretender_52(); int32_t L_13 = ___nModelID0; NullCheck(L_12); ISceneBaseObj_SetModelID_m3286778194(L_12, L_13, /*hidden argument*/NULL); CPetModel_t3783790547 * L_14 = __this->get_m_Pretender_52(); NullCheck(L_14); CPetModel_LoadingResource_m2925010647(L_14, /*hidden argument*/NULL); } IL_00ab: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetEnable_m286995857 (ISceneRole_t2394225724 * __this, bool ___enableNow0, const RuntimeMethod* method) { { bool L_0 = ___enableNow0; ISceneAvatarBody_SetEnable_m1356130404(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::PlayDanceFace(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayDanceFace_m2150404248 (ISceneRole_t2394225724 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; __this->set_m_faceIndex_46(L_0); __this->set_m_faceTime_47((0.0f)); return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::IsNeedSubmit() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsNeedSubmit_m1584710125 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { int32_t G_B7_0 = 0; { bool L_0 = ISceneAvatarBody_IsNeedSubmit_m3641879808(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_1 = __this->get_m_bEnablePretend_51(); if (!L_1) { goto IL_0042; } } { CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_52(); if (!L_2) { goto IL_0042; } } { CPetModel_t3783790547 * L_3 = __this->get_m_Pretender_52(); NullCheck(L_3); bool L_4 = ISceneBaseObj_IsValid_m1197404667(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0040; } } { CPetModel_t3783790547 * L_5 = __this->get_m_Pretender_52(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_5); G_B7_0 = ((int32_t)(L_6)); goto IL_0041; } IL_0040: { G_B7_0 = 0; } IL_0041: { return (bool)G_B7_0; } IL_0042: { return (bool)0; } } // System.Void DMCore.Framework.Scene.ISceneRole::set_EnableResetLocation(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_EnableResetLocation_m3350401902 (ISceneRole_t2394225724 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_bEnableResetLocation_31(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::get_EnableResetLocation() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_get_EnableResetLocation_m3836554147 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnableResetLocation_31(); return L_0; } } // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::GetTransformByCategoryID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneRole_GetTransformByCategoryID_m4165463785 (ISceneRole_t2394225724 * __this, int32_t ___categoryID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetTransformByCategoryID_m4165463785_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { V_0 = (Transform_t3600365921 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_0; Transform_t3600365921 * L_1 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0096; } } { int32_t L_3 = ___categoryID0; if ((((int32_t)L_3) >= ((int32_t)((int32_t)10)))) { goto IL_003e; } } { String_t* L_4 = Int32_ToString_m141394615((&___categoryID0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614544, L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_004c; } IL_003e: { String_t* L_6 = Int32_ToString_m141394615((&___categoryID0), /*hidden argument*/NULL); V_1 = L_6; } IL_004c: { V_2 = 0; goto IL_0085; } IL_0053: { Transform_t3600365921 * L_7 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); int32_t L_8 = V_2; NullCheck(L_7); Transform_t3600365921 * L_9 = Transform_GetChild_m1092972975(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = Object_get_name_m4211327027(L_9, /*hidden argument*/NULL); String_t* L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0081; } } { Transform_t3600365921 * L_13 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); int32_t L_14 = V_2; NullCheck(L_13); Transform_t3600365921 * L_15 = Transform_GetChild_m1092972975(L_13, L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0081: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0085: { int32_t L_18 = V_2; Transform_t3600365921 * L_19 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = Transform_get_childCount_m3145433196(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0053; } } IL_0096: { Transform_t3600365921 * L_21 = V_0; return L_21; } } // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::GetTitleEffect() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneRole_GetTitleEffect_m1678408685 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetTitleEffect_m1678408685_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; { V_0 = (Transform_t3600365921 *)NULL; V_1 = (Transform_t3600365921 *)NULL; V_2 = (Transform_t3600365921 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_0; Transform_t3600365921 * L_1 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { Transform_t3600365921 * L_3 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral2163307623, /*hidden argument*/NULL); V_2 = L_4; } IL_002e: { Transform_t3600365921 * L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_009b; } } { V_4 = 0; goto IL_008e; } IL_0042: { Transform_t3600365921 * L_7 = V_2; int32_t L_8 = V_4; NullCheck(L_7); Transform_t3600365921 * L_9 = Transform_GetChild_m1092972975(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = Object_get_name_m4211327027(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)4))) { goto IL_0088; } } { Transform_t3600365921 * L_12 = V_2; int32_t L_13 = V_4; NullCheck(L_12); Transform_t3600365921 * L_14 = Transform_GetChild_m1092972975(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = Object_get_name_m4211327027(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = String_Substring_m1610150815(L_15, 0, 5, /*hidden argument*/NULL); V_3 = L_16; String_t* L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, _stringLiteral3963993483, /*hidden argument*/NULL); if (!L_18) { goto IL_0088; } } { Transform_t3600365921 * L_19 = V_2; int32_t L_20 = V_4; NullCheck(L_19); Transform_t3600365921 * L_21 = Transform_GetChild_m1092972975(L_19, L_20, /*hidden argument*/NULL); V_1 = L_21; } IL_0088: { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_008e: { int32_t L_23 = V_4; Transform_t3600365921 * L_24 = V_2; NullCheck(L_24); int32_t L_25 = Transform_get_childCount_m3145433196(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0042; } } IL_009b: { Transform_t3600365921 * L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_26, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_00af; } } { Transform_t3600365921 * L_28 = V_1; NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_GetChild_m1092972975(L_28, 0, /*hidden argument*/NULL); V_0 = L_29; } IL_00af: { Transform_t3600365921 * L_30 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_30, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_31) { goto IL_00bd; } } { Transform_t3600365921 * L_32 = V_0; return L_32; } IL_00bd: { return (Transform_t3600365921 *)NULL; } } // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::GetNewEffect() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneRole_GetNewEffect_m2395965827 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetNewEffect_m2395965827_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; { V_0 = (Transform_t3600365921 *)NULL; V_1 = (Transform_t3600365921 *)NULL; V_2 = (Transform_t3600365921 *)NULL; V_3 = 0; Transform_t3600365921 * L_0 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_002a; } } { Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral2163307623, /*hidden argument*/NULL); V_2 = L_3; } IL_002a: { Transform_t3600365921 * L_4 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0082; } } { V_4 = 0; goto IL_0075; } IL_003e: { Transform_t3600365921 * L_6 = V_2; int32_t L_7 = V_4; NullCheck(L_6); Transform_t3600365921 * L_8 = Transform_GetChild_m1092972975(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = Object_get_name_m4211327027(L_8, /*hidden argument*/NULL); bool L_10 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_9, (&V_3), /*hidden argument*/NULL); V_5 = L_10; bool L_11 = V_5; if (!L_11) { goto IL_006f; } } { int32_t L_12 = V_3; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)1080))))) { goto IL_006f; } } { Transform_t3600365921 * L_13 = V_2; int32_t L_14 = V_4; NullCheck(L_13); Transform_t3600365921 * L_15 = Transform_GetChild_m1092972975(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; } IL_006f: { int32_t L_16 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0075: { int32_t L_17 = V_4; Transform_t3600365921 * L_18 = V_2; NullCheck(L_18); int32_t L_19 = Transform_get_childCount_m3145433196(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_003e; } } IL_0082: { Transform_t3600365921 * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_20, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_0096; } } { Transform_t3600365921 * L_22 = V_1; NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_GetChild_m1092972975(L_22, 0, /*hidden argument*/NULL); V_0 = L_23; } IL_0096: { Transform_t3600365921 * L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_24, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_00a4; } } { Transform_t3600365921 * L_26 = V_0; return L_26; } IL_00a4: { return (Transform_t3600365921 *)NULL; } } // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneRole::GetTitleHeadPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneRole_GetTitleHeadPosition_m2776602585 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetTitleHeadPosition_m2776602585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3_t3722313464 L_0 = VirtFuncInvoker2< Vector3_t3722313464 , String_t*, float >::Invoke(22 /* UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetTitleRectCenter2D(System.String,System.Single) */, __this, _stringLiteral2604637519, (1.62f)); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnPaint() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnPaint_m3571264541 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnUpdate_m3560575392 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { ISceneAvatarBody_OnUpdate_m558821740(__this, /*hidden argument*/NULL); bool L_0 = __this->get_m_bEnablePretend_51(); if (!L_0) { goto IL_002c; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_52(); if (!L_1) { goto IL_002c; } } { CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_52(); float L_3 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISceneSite_Update_m626253138(L_2, L_3, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::WearEquips(System.Int32,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearEquips_m1360182222 (ISceneRole_t2394225724 * __this, int32_t ___modelID0, Int32U5BU5D_t385246372* ___equips1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_WearEquips_m1360182222_MetadataUsageId); s_Il2CppMethodInitialized = true; } AvatarInfo_t571832948 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Int32U5BU5D_t385246372* V_3 = NULL; int32_t V_4 = 0; bool V_5 = false; { Int32U5BU5D_t385246372* L_0 = ___equips1; if (!L_0) { goto IL_000e; } } { Int32U5BU5D_t385246372* L_1 = ___equips1; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_000f; } } IL_000e: { return; } IL_000f: { AvatarInfo_t571832948 * L_2 = (AvatarInfo_t571832948 *)il2cpp_codegen_object_new(AvatarInfo_t571832948_il2cpp_TypeInfo_var); AvatarInfo__ctor_m89811936(L_2, /*hidden argument*/NULL); V_0 = L_2; V_1 = 1; goto IL_003c; } IL_001c: { CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_4 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); int32_t L_5 = V_1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); NullCheck(L_3); CProperty_SetInt_m72189256(L_3, L_8, 0, /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003c: { int32_t L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)((int32_t)99)))) { goto IL_001c; } } { CAvatarSite_t1752665925 * L_11 = ISceneAvatarBody_GetAvatarSite_m4280735166(__this, /*hidden argument*/NULL); NullCheck(L_11); CAvatarSite_DestroyAvatar_m4073980386(L_11, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_12 = ___equips1; V_3 = L_12; V_4 = 0; goto IL_008d; } IL_0059: { Int32U5BU5D_t385246372* L_13 = V_3; int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = L_14; int32_t L_16 = (L_13)->GetAt(static_cast(L_15)); V_2 = L_16; int32_t L_17 = V_2; CAvatarHelp_CalcAvatarInfo_m2513778130(NULL /*static, unused*/, L_17, (&V_0), /*hidden argument*/NULL); CProperty_t963755051 * L_18 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var); String_t* L_19 = ((ISceneAvatarBody_t3588558973_StaticFields*)il2cpp_codegen_static_fields_for(ISceneAvatarBody_t3588558973_il2cpp_TypeInfo_var))->get_s_EuqipWords_22(); AvatarInfo_t571832948 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = AvatarInfo_get_Category_m2094546247(L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, L_19, L_23, /*hidden argument*/NULL); int32_t L_25 = V_2; NullCheck(L_18); CProperty_SetInt_m72189256(L_18, L_24, L_25, /*hidden argument*/NULL); int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_008d: { int32_t L_27 = V_4; Int32U5BU5D_t385246372* L_28 = V_3; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_0059; } } { int32_t L_29 = ___modelID0; bool L_30 = ISceneRole_ChangeModelID_m4097645203(__this, L_29, /*hidden argument*/NULL); V_5 = L_30; bool L_31 = V_5; if (!L_31) { goto IL_00b3; } } { VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); goto IL_00b9; } IL_00b3: { VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, __this); } IL_00b9: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::ChangeSex(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_ChangeSex_m291885784 (ISceneRole_t2394225724 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_ChangeSex_m291885784_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral4166355951, (-1), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = ___sex0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001b; } } { return (bool)0; } IL_001b: { CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); int32_t L_5 = ___sex0; NullCheck(L_4); CProperty_SetInt_m72189256(L_4, _stringLiteral4166355951, L_5, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::ChangeModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_ChangeModelID_m4097645203 (ISceneRole_t2394225724 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_ChangeModelID_m4097645203_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral795478587, (-1), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = ___id0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001b; } } { return (bool)0; } IL_001b: { CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); int32_t L_5 = ___id0; NullCheck(L_4); CProperty_SetInt_m72189256(L_4, _stringLiteral795478587, L_5, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Scene.ISceneRole::ResetVehicleWalkAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_ResetVehicleWalkAnim_m967623622 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_ResetVehicleWalkAnim_m967623622_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_t1608531946 * V_0 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * V_1 = NULL; bool V_2 = false; CVehicleRoleAnimName_t758558953 * V_3 = NULL; String_t* V_4 = NULL; int32_t G_B7_0 = 0; CVehicleRoleAnimName_t758558953 * G_B10_0 = NULL; String_t* G_B13_0 = NULL; { CRoleModelItem_t1608531946 * L_0 = ISceneAvatarBody_GetModelItem_m1005926466(__this, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_0; CRoleModelItem_t1608531946 * L_1 = V_0; if (L_1) { goto IL_0010; } } { return; } IL_0010: { CRoleModelItem_VehicleCfgManager_t2872767124 * L_2 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CRoleModelItem_GetFullItemID_m3835475041(L_3, /*hidden argument*/NULL); NullCheck(L_2); CRoleModelItem_VehicleCfg_t3488277076 * L_5 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; CRoleModelItem_VehicleCfg_t3488277076 * L_6 = V_1; if (L_6) { goto IL_0028; } } { return; } IL_0028: { CRoleModelItem_t1608531946 * L_7 = V_0; NullCheck(L_7); CRoleModelItem_PlayRalaxAnim_m3814698505(L_7, (bool)0, /*hidden argument*/NULL); CProperty_t963755051 * L_8 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CProperty_GetInt_m2680341236(L_8, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_9) { goto IL_004b; } } { G_B7_0 = 1; goto IL_004c; } IL_004b: { G_B7_0 = 0; } IL_004c: { V_2 = (bool)G_B7_0; CRoleModelItem_VehicleCfg_t3488277076 * L_10 = V_1; if (!L_10) { goto IL_005f; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_11 = V_1; bool L_12 = V_2; NullCheck(L_11); CVehicleRoleAnimName_t758558953 * L_13 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_11, L_12, /*hidden argument*/NULL); G_B10_0 = L_13; goto IL_0060; } IL_005f: { G_B10_0 = ((CVehicleRoleAnimName_t758558953 *)(NULL)); } IL_0060: { V_3 = G_B10_0; CVehicleRoleAnimName_t758558953 * L_14 = V_3; if (!L_14) { goto IL_0072; } } { CVehicleRoleAnimName_t758558953 * L_15 = V_3; NullCheck(L_15); String_t* L_16 = CVehicleRoleAnimName_get_AnimNameWalk_m3610183044(L_15, /*hidden argument*/NULL); G_B13_0 = L_16; goto IL_0077; } IL_0072: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B13_0 = L_17; } IL_0077: { V_4 = G_B13_0; String_t* L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0086; } } { return; } IL_0086: { String_t* L_20 = V_4; ISceneBaseObj_SetIdleAnim_m1936918694(__this, L_20, /*hidden argument*/NULL); 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 // System.Void DMCore.Framework.Scene.ISceneSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneSite__ctor_m3645380679 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_fTime_0((0.0f)); __this->set_m_fCurDelta_1((0.0f)); __this->set_m_LogicChildren_2((List_1_t1176315644 *)NULL); __this->set_m_Father_3((ISceneSite_t3999208198 *)NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneSite::Reset() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_Reset_m2751833619 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_Reset_m2751833619_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_m_fTime_0((0.0f)); List_1_t1176315644 * L_0 = __this->get_m_LogicChildren_2(); if (!L_0) { goto IL_0043; } } { V_0 = 0; goto IL_0032; } IL_001d: { List_1_t1176315644 * L_1 = __this->get_m_LogicChildren_2(); int32_t L_2 = V_0; NullCheck(L_1); ISceneSite_t3999208198 * L_3 = List_1_get_Item_m332823477(L_1, L_2, /*hidden argument*/List_1_get_Item_m332823477_RuntimeMethod_var); NullCheck(L_3); ISceneSite_Reset_m2751833619(L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0032: { int32_t L_5 = V_0; List_1_t1176315644 * L_6 = __this->get_m_LogicChildren_2(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3021822947(L_6, /*hidden argument*/List_1_get_Count_m3021822947_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_001d; } } IL_0043: { VirtActionInvoker0::Invoke(4 /* System.Void DMCore.Framework.Scene.ISceneSite::OnReset() */, __this); return; } } // System.Void DMCore.Framework.Scene.ISceneSite::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneSite_Update_m626253138 (ISceneSite_t3999208198 * __this, float ___fTimeDelta0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_Update_m626253138_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___fTimeDelta0; __this->set_m_fCurDelta_1(L_0); float L_1 = __this->get_m_fTime_0(); float L_2 = ___fTimeDelta0; __this->set_m_fTime_0(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); List_1_t1176315644 * L_3 = __this->get_m_LogicChildren_2(); if (!L_3) { goto IL_004e; } } { V_0 = 0; goto IL_003d; } IL_0027: { List_1_t1176315644 * L_4 = __this->get_m_LogicChildren_2(); int32_t L_5 = V_0; NullCheck(L_4); ISceneSite_t3999208198 * L_6 = List_1_get_Item_m332823477(L_4, L_5, /*hidden argument*/List_1_get_Item_m332823477_RuntimeMethod_var); float L_7 = ___fTimeDelta0; NullCheck(L_6); ISceneSite_Update_m626253138(L_6, L_7, /*hidden argument*/NULL); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003d: { int32_t L_9 = V_0; List_1_t1176315644 * L_10 = __this->get_m_LogicChildren_2(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m3021822947(L_10, /*hidden argument*/List_1_get_Count_m3021822947_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0027; } } IL_004e: { VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Scene.ISceneSite::OnUpdate() */, __this); return; } } // System.Void DMCore.Framework.Scene.ISceneSite::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_LateUpdate_m1799254379 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_LateUpdate_m1799254379_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t1176315644 * L_0 = __this->get_m_LogicChildren_2(); if (!L_0) { goto IL_0038; } } { V_0 = 0; goto IL_0027; } IL_0012: { List_1_t1176315644 * L_1 = __this->get_m_LogicChildren_2(); int32_t L_2 = V_0; NullCheck(L_1); ISceneSite_t3999208198 * L_3 = List_1_get_Item_m332823477(L_1, L_2, /*hidden argument*/List_1_get_Item_m332823477_RuntimeMethod_var); NullCheck(L_3); ISceneSite_LateUpdate_m1799254379(L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0027: { int32_t L_5 = V_0; List_1_t1176315644 * L_6 = __this->get_m_LogicChildren_2(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3021822947(L_6, /*hidden argument*/List_1_get_Count_m3021822947_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0012; } } IL_0038: { VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Framework.Scene.ISceneSite::OnLateUpdate() */, __this); return; } } // System.Void DMCore.Framework.Scene.ISceneSite::Paint() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_Paint_m2817166628 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_Paint_m2817166628_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { VirtActionInvoker0::Invoke(7 /* System.Void DMCore.Framework.Scene.ISceneSite::OnPaint() */, __this); List_1_t1176315644 * L_0 = __this->get_m_LogicChildren_2(); if (!L_0) { goto IL_003e; } } { V_0 = 0; goto IL_002d; } IL_0018: { List_1_t1176315644 * L_1 = __this->get_m_LogicChildren_2(); int32_t L_2 = V_0; NullCheck(L_1); ISceneSite_t3999208198 * L_3 = List_1_get_Item_m332823477(L_1, L_2, /*hidden argument*/List_1_get_Item_m332823477_RuntimeMethod_var); NullCheck(L_3); ISceneSite_Paint_m2817166628(L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002d: { int32_t L_5 = V_0; List_1_t1176315644 * L_6 = __this->get_m_LogicChildren_2(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3021822947(L_6, /*hidden argument*/List_1_get_Count_m3021822947_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0018; } } IL_003e: { VirtActionInvoker0::Invoke(8 /* System.Void DMCore.Framework.Scene.ISceneSite::OnPaintEnd() */, __this); return; } } // System.Void DMCore.Framework.Scene.ISceneSite::DrawScreen3D() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_DrawScreen3D_m3139075508 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_DrawScreen3D_m3139075508_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.ISceneSite::OnDrawScreen3D() */, __this); List_1_t1176315644 * L_0 = __this->get_m_LogicChildren_2(); if (!L_0) { goto IL_003e; } } { V_0 = 0; goto IL_002d; } IL_0018: { List_1_t1176315644 * L_1 = __this->get_m_LogicChildren_2(); int32_t L_2 = V_0; NullCheck(L_1); ISceneSite_t3999208198 * L_3 = List_1_get_Item_m332823477(L_1, L_2, /*hidden argument*/List_1_get_Item_m332823477_RuntimeMethod_var); NullCheck(L_3); ISceneSite_DrawScreen3D_m3139075508(L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002d: { int32_t L_5 = V_0; List_1_t1176315644 * L_6 = __this->get_m_LogicChildren_2(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3021822947(L_6, /*hidden argument*/List_1_get_Count_m3021822947_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0018; } } IL_003e: { return; } } // System.Single DMCore.Framework.Scene.ISceneSite::Tell() extern "C" IL2CPP_METHOD_ATTR float ISceneSite_Tell_m3487188177 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { ISceneSite_t3999208198 * L_0 = ISceneSite_GetFather_m1358707055(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { ISceneSite_t3999208198 * L_1 = ISceneSite_GetFather_m1358707055(__this, /*hidden argument*/NULL); NullCheck(L_1); float L_2 = ISceneSite_Tell_m3487188177(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { float L_3 = __this->get_m_fTime_0(); return L_3; } } // System.Single DMCore.Framework.Scene.ISceneSite::DeltaTime() extern "C" IL2CPP_METHOD_ATTR float ISceneSite_DeltaTime_m1497016204 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { ISceneSite_t3999208198 * L_0 = ISceneSite_GetFather_m1358707055(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { ISceneSite_t3999208198 * L_1 = ISceneSite_GetFather_m1358707055(__this, /*hidden argument*/NULL); NullCheck(L_1); float L_2 = ISceneSite_DeltaTime_m1497016204(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { float L_3 = __this->get_m_fCurDelta_1(); return L_3; } } // System.Void DMCore.Framework.Scene.ISceneSite::AddChild(DMCore.Framework.Scene.ISceneSite) extern "C" IL2CPP_METHOD_ATTR void ISceneSite_AddChild_m122392943 (ISceneSite_t3999208198 * __this, ISceneSite_t3999208198 * ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_AddChild_m122392943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1176315644 * L_0 = __this->get_m_LogicChildren_2(); if (L_0) { goto IL_0016; } } { List_1_t1176315644 * L_1 = (List_1_t1176315644 *)il2cpp_codegen_object_new(List_1_t1176315644_il2cpp_TypeInfo_var); List_1__ctor_m2492616442(L_1, /*hidden argument*/List_1__ctor_m2492616442_RuntimeMethod_var); __this->set_m_LogicChildren_2(L_1); } IL_0016: { List_1_t1176315644 * L_2 = __this->get_m_LogicChildren_2(); ISceneSite_t3999208198 * L_3 = ___ptr0; NullCheck(L_2); bool L_4 = List_1_Contains_m559333303(L_2, L_3, /*hidden argument*/List_1_Contains_m559333303_RuntimeMethod_var); if (L_4) { goto IL_0033; } } { List_1_t1176315644 * L_5 = __this->get_m_LogicChildren_2(); ISceneSite_t3999208198 * L_6 = ___ptr0; NullCheck(L_5); List_1_Add_m2842547678(L_5, L_6, /*hidden argument*/List_1_Add_m2842547678_RuntimeMethod_var); } IL_0033: { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::RemoveChild(DMCore.Framework.Scene.ISceneSite) extern "C" IL2CPP_METHOD_ATTR void ISceneSite_RemoveChild_m4215294651 (ISceneSite_t3999208198 * __this, ISceneSite_t3999208198 * ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_RemoveChild_m4215294651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1176315644 * L_0 = __this->get_m_LogicChildren_2(); if (!L_0) { goto IL_0029; } } { List_1_t1176315644 * L_1 = __this->get_m_LogicChildren_2(); ISceneSite_t3999208198 * L_2 = ___ptr0; NullCheck(L_1); bool L_3 = List_1_Contains_m559333303(L_1, L_2, /*hidden argument*/List_1_Contains_m559333303_RuntimeMethod_var); if (!L_3) { goto IL_0029; } } { List_1_t1176315644 * L_4 = __this->get_m_LogicChildren_2(); ISceneSite_t3999208198 * L_5 = ___ptr0; NullCheck(L_4); List_1_Remove_m3659623129(L_4, L_5, /*hidden argument*/List_1_Remove_m3659623129_RuntimeMethod_var); } IL_0029: { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::RemoveChildren() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_RemoveChildren_m715413119 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneSite_RemoveChildren_m715413119_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1176315644 * L_0 = __this->get_m_LogicChildren_2(); if (!L_0) { goto IL_001d; } } { List_1_t1176315644 * L_1 = __this->get_m_LogicChildren_2(); NullCheck(L_1); List_1_Clear_m2455246644(L_1, /*hidden argument*/List_1_Clear_m2455246644_RuntimeMethod_var); __this->set_m_LogicChildren_2((List_1_t1176315644 *)NULL); } IL_001d: { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::OnReset() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_OnReset_m568580949 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_OnUpdate_m1251674345 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_OnLateUpdate_m1053132718 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::OnPaint() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_OnPaint_m2972187452 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::OnPaintEnd() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_OnPaintEnd_m369979411 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.ISceneSite::OnDrawScreen3D() extern "C" IL2CPP_METHOD_ATTR void ISceneSite_OnDrawScreen3D_m2430963436 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Framework.Scene.ISceneSite DMCore.Framework.Scene.ISceneSite::GetFather() extern "C" IL2CPP_METHOD_ATTR ISceneSite_t3999208198 * ISceneSite_GetFather_m1358707055 (ISceneSite_t3999208198 * __this, const RuntimeMethod* method) { { ISceneSite_t3999208198 * L_0 = __this->get_m_Father_3(); return L_0; } } #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 // System.Void DMCore.Framework.Scene.RoleMoveCommand::SendRoleCurPos(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void RoleMoveCommand_SendRoleCurPos_m1347507284 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleMoveCommand_SendRoleCurPos_m1347507284_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; CDataArray_t4068198041 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_0 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); V_0 = L_1; float L_2 = (&___pos0)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_2, (float)(100.0f))), /*hidden argument*/NULL); V_1 = L_3; float L_4 = (&___pos0)->get_y_2(); int32_t L_5 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_4, (float)(100.0f))), /*hidden argument*/NULL); V_2 = L_5; float L_6 = (&___pos0)->get_z_3(); int32_t L_7 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_6, (float)(100.0f))), /*hidden argument*/NULL); V_3 = L_7; CDataArray_t4068198041 * L_8 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_8, /*hidden argument*/NULL); V_4 = L_8; CDataArray_t4068198041 * L_9 = V_4; NullCheck(L_9); CDataArray_Push_m3820844360(L_9, ((int32_t)2000), /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_4; NullCheck(L_10); CDataArray_Push_m3820844360(L_10, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_4; NullCheck(L_11); CDataArray_Push_m3820844360(L_11, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_12 = V_4; int64_t L_13 = V_0; NullCheck(L_12); CDataArray_Push_m3799896857(L_12, L_13, /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = V_4; int32_t L_15 = V_1; NullCheck(L_14); CDataArray_Push_m3820844360(L_14, L_15, /*hidden argument*/NULL); CDataArray_t4068198041 * L_16 = V_4; int32_t L_17 = V_2; NullCheck(L_16); CDataArray_Push_m3820844360(L_16, L_17, /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = V_4; int32_t L_19 = V_3; NullCheck(L_18); CDataArray_Push_m3820844360(L_18, L_19, /*hidden argument*/NULL); CDataArray_t4068198041 * L_20 = V_4; NullCheck(L_20); CDataArray_Flush_m1077150699(L_20, /*hidden argument*/NULL); 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 #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 DMCore.Framework.Scene.TriRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void TriRole__ctor_m3991019396 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { ISceneRole__ctor_m212722519(__this, /*hidden argument*/NULL); TriRole_set_IsSubmitAlready_m714482217(__this, (bool)0, /*hidden argument*/NULL); VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetIdleAnimName() */, __this); return; } } // System.Void DMCore.Framework.Scene.TriRole::ChangeMode(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TriRole_ChangeMode_m3098291466 (TriRole_t907519295 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_ChangeMode_m3098291466_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { int32_t L_0 = TriRole_GetMyModelID_m913873912(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___id0; int32_t L_2 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_000f; } } { return; } IL_000f: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; Vector3_t3722313464 L_4 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_4; Vector3_t3722313464 L_5 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_5; CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); int32_t L_7 = ___id0; NullCheck(L_6); CProperty_SetInt_m72189256(L_6, _stringLiteral795478587, L_7, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0088; } } { GameObject_t1113636619 * L_10 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_position_m36019626(L_11, /*hidden argument*/NULL); V_1 = L_12; GameObject_t1113636619 * L_13 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_13); Transform_t3600365921 * L_14 = GameObject_get_transform_m1369836730(L_13, /*hidden argument*/NULL); NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_eulerAngles_m2743581774(L_14, /*hidden argument*/NULL); V_2 = L_15; GameObject_t1113636619 * L_16 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_localScale_m129152068(L_17, /*hidden argument*/NULL); V_3 = L_18; GameObject_t1113636619 * L_19 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); ((ISceneBaseObj_t858622483 *)__this)->set_m_pGameObject_8((GameObject_t1113636619 *)NULL); } IL_0088: { VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, __this); GameObject_t1113636619 * L_20 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00de; } } { GameObject_t1113636619 * L_22 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_22); Transform_t3600365921 * L_23 = GameObject_get_transform_m1369836730(L_22, /*hidden argument*/NULL); Vector3_t3722313464 L_24 = V_3; NullCheck(L_23); Transform_set_localScale_m3053443106(L_23, L_24, /*hidden argument*/NULL); GameObject_t1113636619 * L_25 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_25); Transform_t3600365921 * L_26 = GameObject_get_transform_m1369836730(L_25, /*hidden argument*/NULL); Vector3_t3722313464 L_27 = V_2; NullCheck(L_26); Transform_set_eulerAngles_m135219616(L_26, L_27, /*hidden argument*/NULL); GameObject_t1113636619 * L_28 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_28); Transform_t3600365921 * L_29 = GameObject_get_transform_m1369836730(L_28, /*hidden argument*/NULL); Vector3_t3722313464 L_30 = V_1; NullCheck(L_29); Transform_set_position_m3387557959(L_29, L_30, /*hidden argument*/NULL); GameObject_t1113636619 * L_31 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); TriRole_BindTricycle_m2230536459(__this, L_31, /*hidden argument*/NULL); } IL_00de: { ISceneBaseObj_ClearAnimCached_m960245356(__this, /*hidden argument*/NULL); VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); return; } } // System.Void DMCore.Framework.Scene.TriRole::BindTricycle(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void TriRole_BindTricycle_m2230536459 (TriRole_t907519295 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_BindTricycle_m2230536459_MetadataUsageId); s_Il2CppMethodInitialized = true; } CVehicleBody_t2299351654 * V_0 = NULL; { GameObject_t1113636619 * L_0 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { GameObject_t1113636619 * L_2 = ___obj0; NullCheck(L_2); CVehicleBody_t2299351654 * L_3 = GameObject_GetComponentInChildren_TisCVehicleBody_t2299351654_m2155714999(L_2, /*hidden argument*/GameObject_GetComponentInChildren_TisCVehicleBody_t2299351654_m2155714999_RuntimeMethod_var); V_0 = L_3; CVehicleBody_t2299351654 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } { CVehicleBody_t2299351654 * L_6 = V_0; NullCheck(L_6); CVehicleBody_SetRoleOwner_m1549781348(L_6, __this, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Void DMCore.Framework.Scene.TriRole::WearEquips(System.Int32,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void TriRole_WearEquips_m227415963 (TriRole_t907519295 * __this, int32_t ___sex0, Int32U5BU5D_t385246372* ___equips1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_WearEquips_m227415963_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; AvatarInfo_t571832948 * V_1 = NULL; int32_t V_2 = 0; Int32U5BU5D_t385246372* V_3 = NULL; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; String_t* V_6 = NULL; GameObject_t1113636619 * V_7 = NULL; { int32_t L_0 = ___sex0; if ((((int32_t)L_0) == ((int32_t)((int32_t)2147483647LL)))) { goto IL_000c; } } { return; } IL_000c: { Int32U5BU5D_t385246372* L_1 = ___equips1; if (!L_1) { goto IL_001a; } } { Int32U5BU5D_t385246372* L_2 = ___equips1; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_001b; } } IL_001a: { return; } IL_001b: { V_0 = (bool)0; AvatarInfo_t571832948 * L_3 = (AvatarInfo_t571832948 *)il2cpp_codegen_object_new(AvatarInfo_t571832948_il2cpp_TypeInfo_var); AvatarInfo__ctor_m89811936(L_3, /*hidden argument*/NULL); V_1 = L_3; Int32U5BU5D_t385246372* L_4 = ___equips1; V_3 = L_4; V_4 = 0; goto IL_0054; } IL_002d: { Int32U5BU5D_t385246372* L_5 = V_3; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; int32_t L_9 = V_2; CAvatarHelp_CalcAvatarInfo_m2513778130(NULL /*static, unused*/, L_9, (&V_1), /*hidden argument*/NULL); AvatarInfo_t571832948 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = AvatarInfo_get_Category_m2094546247(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)30))))) { goto IL_004e; } } { V_0 = (bool)1; goto IL_005e; } IL_004e: { int32_t L_12 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0054: { int32_t L_13 = V_4; Int32U5BU5D_t385246372* L_14 = V_3; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_002d; } } IL_005e: { bool L_15 = V_0; if (!L_15) { goto IL_0075; } } { GameObject_t1113636619 * L_16 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0076; } } IL_0075: { return; } IL_0076: { GameObject_t1113636619 * L_18 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_18); Transform_t3600365921 * L_19 = GameObject_get_transform_m1369836730(L_18, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_20 = V_1; NullCheck(L_20); String_t* L_21 = AvatarInfo_GetFullName_m2182792055(L_20, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_19, L_21, /*hidden argument*/NULL); V_5 = L_22; Transform_t3600365921 * L_23 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00a7; } } { Transform_t3600365921 * L_25 = V_5; NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); } IL_00a7: { AvatarInfo_t571832948 * L_27 = V_1; NullCheck(L_27); String_t* L_28 = AvatarInfo_GetResPath_m2373098328(L_27, /*hidden argument*/NULL); V_6 = L_28; String_t* L_29 = V_6; Object_t631007953 * L_30 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_7 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_30, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_31 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_32 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0122; } } { GameObject_t1113636619 * L_33 = V_7; AvatarInfo_t571832948 * L_34 = V_1; NullCheck(L_34); String_t* L_35 = AvatarInfo_GetFullName_m2182792055(L_34, /*hidden argument*/NULL); NullCheck(L_33); Object_set_name_m291480324(L_33, L_35, /*hidden argument*/NULL); GameObject_t1113636619 * L_36 = V_7; NullCheck(L_36); Transform_t3600365921 * L_37 = GameObject_get_transform_m1369836730(L_36, /*hidden argument*/NULL); GameObject_t1113636619 * L_38 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_38); Transform_t3600365921 * L_39 = GameObject_get_transform_m1369836730(L_38, /*hidden argument*/NULL); NullCheck(L_37); Transform_SetParent_m273471670(L_37, L_39, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_40 = V_7; NullCheck(L_40); Transform_t3600365921 * L_41 = GameObject_get_transform_m1369836730(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_42 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localPosition_m4128471975(L_41, L_42, /*hidden argument*/NULL); GameObject_t1113636619 * L_43 = V_7; NullCheck(L_43); Transform_t3600365921 * L_44 = GameObject_get_transform_m1369836730(L_43, /*hidden argument*/NULL); Vector3_t3722313464 L_45 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); Transform_set_eulerAngles_m135219616(L_44, L_45, /*hidden argument*/NULL); GameObject_t1113636619 * L_46 = V_7; NullCheck(L_46); Transform_t3600365921 * L_47 = GameObject_get_transform_m1369836730(L_46, /*hidden argument*/NULL); Vector3_t3722313464 L_48 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); Transform_set_localScale_m3053443106(L_47, L_48, /*hidden argument*/NULL); } IL_0122: { return; } } // System.Void DMCore.Framework.Scene.TriRole::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void TriRole_LoadingResource_m2046881272 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { String_t* L_0 = TriRole_GetFullModelResPath_m3070456612(__this, /*hidden argument*/NULL); ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.TriRole::OnReady() extern "C" IL2CPP_METHOD_ATTR void TriRole_OnReady_m3436082320 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.TriRole::GetObjType() extern "C" IL2CPP_METHOD_ATTR int32_t TriRole_GetObjType_m810743170 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Boolean DMCore.Framework.Scene.TriRole::IsReady() extern "C" IL2CPP_METHOD_ATTR bool TriRole_IsReady_m1880871740 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { bool L_0 = ISceneRole_IsReady_m2864932283(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { return (bool)1; } } // System.Int32 DMCore.Framework.Scene.TriRole::GetMyModelID() extern "C" IL2CPP_METHOD_ATTR int32_t TriRole_GetMyModelID_m913873912 (TriRole_t907519295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_GetMyModelID_m913873912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral795478587, 0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Scene.TriRole::GetFullModelResPath() extern "C" IL2CPP_METHOD_ATTR String_t* TriRole_GetFullModelResPath_m3070456612 (TriRole_t907519295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_GetFullModelResPath_m3070456612_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = TriRole_GetMyModelID_m913873912(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = V_0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2446993643, L_3, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 DMCore.Framework.Scene.TriRole::GetObjectType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t TriRole_GetObjectType_m424858152 (TriRole_t907519295 * __this, int32_t ___modelID0, const RuntimeMethod* method) { { int32_t L_0 = ___modelID0; int32_t L_1 = CMiscHelp_GetBitValue_m3106479109(NULL /*static, unused*/, L_0, 1, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 DMCore.Framework.Scene.TriRole::GetSex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t TriRole_GetSex_m3173990009 (TriRole_t907519295 * __this, int32_t ___modelID0, const RuntimeMethod* method) { { int32_t L_0 = ___modelID0; int32_t L_1 = CMiscHelp_GetBitValue_m3106479109(NULL /*static, unused*/, L_0, 2, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 DMCore.Framework.Scene.TriRole::GetState(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t TriRole_GetState_m2776992374 (TriRole_t907519295 * __this, int32_t ___modelID0, const RuntimeMethod* method) { { int32_t L_0 = ___modelID0; int32_t L_1 = CMiscHelp_GetBitValue_m3106479109(NULL /*static, unused*/, L_0, 3, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 DMCore.Framework.Scene.TriRole::GetSubType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t TriRole_GetSubType_m2843047491 (TriRole_t907519295 * __this, int32_t ___modelID0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___modelID0; int32_t L_1 = CMiscHelp_GetBitValue_m3106479109(NULL /*static, unused*/, L_0, 4, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___modelID0; int32_t L_3 = CMiscHelp_GetBitValue_m3106479109(NULL /*static, unused*/, L_2, 5, 0, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_0; int32_t L_5 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)10))), (int32_t)L_5)); } } // System.Void DMCore.Framework.Scene.TriRole::set_IsSubmitAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TriRole_set_IsSubmitAlready_m714482217 (TriRole_t907519295 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsSubmitAlreadyU3Ek__BackingField_56(L_0); return; } } // System.Boolean DMCore.Framework.Scene.TriRole::get_IsSubmitAlready() extern "C" IL2CPP_METHOD_ATTR bool TriRole_get_IsSubmitAlready_m854560925 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsSubmitAlreadyU3Ek__BackingField_56(); return L_0; } } // System.Void DMCore.Framework.Scene.TriRole::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TriRole_SetEnable_m1656017630 (TriRole_t907519295 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; ISceneRole_SetEnable_m286995857(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.TriRole::Destroy() extern "C" IL2CPP_METHOD_ATTR void TriRole_Destroy_m949865163 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { TriRole_set_IsSubmitAlready_m714482217(__this, (bool)0, /*hidden argument*/NULL); ISceneRole_Destroy_m1995019410(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.TriRole::OnAddRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void TriRole_OnAddRoleState_m3166256151 (TriRole_t907519295 * __this, int32_t ___state0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.TriRole::OnRemoveRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void TriRole_OnRemoveRoleState_m625312924 (TriRole_t907519295 * __this, int32_t ___state0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.TriRole::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void TriRole_SubmitToScene_m270350792 (TriRole_t907519295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_SubmitToScene_m270350792_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { bool L_1 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); V_0 = L_1; TriRole_LoadingResource_m2046881272(__this, /*hidden argument*/NULL); ISceneRole_SubmitToScene_m1879067220(__this, /*hidden argument*/NULL); bool L_2 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0050; } } { bool L_3 = V_0; if (L_3) { goto IL_0050; } } { CSkeletonSite_t1178137573 * L_4 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_8(); NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral287567133, /*hidden argument*/NULL); NullCheck(L_4); CSkeletonSite_set_RootBone_m4068911538(L_4, L_7, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void DMCore.Framework.Scene.TriRole::OnNetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void TriRole_OnNetPropChangeBefore_m2177369160 (TriRole_t907519295 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_OnNetPropChangeBefore_m2177369160_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B4_0 = 0; { String_t* L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_1 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral1985563870, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_002a; } } { CPropData_t2491857930 * L_2 = ___newData1; NullCheck(L_2); int32_t L_3 = CPropData_GetInt_m2221393311(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { G_B4_0 = 1; goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { V_0 = (bool)G_B4_0; bool L_4 = V_0; VirtActionInvoker1< bool >::Invoke(13 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, __this, L_4); } IL_002a: { return; } } // System.Void DMCore.Framework.Scene.TriRole::OnNetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void TriRole_OnNetPropChangeEnd_m2035410951 (TriRole_t907519295 * __this, String_t* ___key0, const RuntimeMethod* method) { { return; } } // UnityEngine.Vector3 DMCore.Framework.Scene.TriRole::GetTitleHeadPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 TriRole_GetTitleHeadPosition_m3845790686 (TriRole_t907519295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TriRole_GetTitleHeadPosition_m3845790686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3_t3722313464 L_0 = VirtFuncInvoker2< Vector3_t3722313464 , String_t*, float >::Invoke(22 /* UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetTitleRectCenter2D(System.String,System.Single) */, __this, _stringLiteral2604637519, (0.4f)); return L_0; } } // System.Void DMCore.Framework.Scene.TriRole::OnPaint() extern "C" IL2CPP_METHOD_ATTR void TriRole_OnPaint_m1494791611 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.TriRole::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void TriRole_OnUpdate_m1733692962 (TriRole_t907519295 * __this, const RuntimeMethod* method) { { ISceneRole_OnUpdate_m3560575392(__this, /*hidden argument*/NULL); 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 #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 DMCore.Framework.SkyboxRotate::.ctor() extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate__ctor_m2182771200 (SkyboxRotate_t356761585 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.SkyboxRotate::Start() extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_Start_m2112908830 (SkyboxRotate_t356761585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkyboxRotate_Start_m2112908830_MetadataUsageId); s_Il2CppMethodInitialized = true; } Skybox_t2662837510 * V_0 = NULL; { SkyboxRotate_FixSkybox_m578906859(__this, /*hidden argument*/NULL); Skybox_t2662837510 * L_0 = Component_GetComponent_TisSkybox_t2662837510_m681337268(__this, /*hidden argument*/Component_GetComponent_TisSkybox_t2662837510_m681337268_RuntimeMethod_var); V_0 = L_0; Skybox_t2662837510 * L_1 = V_0; NullCheck(L_1); Material_t340375123 * L_2 = Skybox_get_material_m3789022787(L_1, /*hidden argument*/NULL); RenderSettings_set_skybox_m1979596356(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.SkyboxRotate::Update() extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_Update_m2704697589 (SkyboxRotate_t356761585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkyboxRotate_Update_m2704697589_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { Material_t340375123 * L_0 = RenderSettings_get_skybox_m1418963821(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); float L_1 = Material_GetFloat_m2210875428(L_0, _stringLiteral3603070438, /*hidden argument*/NULL); __this->set_mNum_3(L_1); Material_t340375123 * L_2 = RenderSettings_get_skybox_m1418963821(NULL /*static, unused*/, /*hidden argument*/NULL); float L_3 = __this->get_mNum_3(); NullCheck(L_2); Material_SetFloat_m3226510453(L_2, _stringLiteral3603070438, ((float)il2cpp_codegen_add((float)L_3, (float)(0.02f))), /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = __this->get_mObj_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0078; } } { Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t3722313464 L_7 = Transform_get_eulerAngles_m2743581774(L_6, /*hidden argument*/NULL); V_0 = L_7; GameObject_t1113636619 * L_8 = __this->get_mObj_2(); NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_eulerAngles_m2743581774(L_9, /*hidden argument*/NULL); V_1 = L_10; float L_11 = (&V_1)->get_y_2(); (&V_0)->set_y_2(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_13 = V_0; NullCheck(L_12); Transform_set_eulerAngles_m135219616(L_12, L_13, /*hidden argument*/NULL); } IL_0078: { return; } } // System.Void DMCore.Framework.SkyboxRotate::FixSkybox() extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_FixSkybox_m578906859 (SkyboxRotate_t356761585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkyboxRotate_FixSkybox_m578906859_MetadataUsageId); s_Il2CppMethodInitialized = true; } Skybox_t2662837510 * V_0 = NULL; { Skybox_t2662837510 * L_0 = Component_GetComponent_TisSkybox_t2662837510_m681337268(__this, /*hidden argument*/Component_GetComponent_TisSkybox_t2662837510_m681337268_RuntimeMethod_var); V_0 = L_0; Skybox_t2662837510 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_3); Skybox_t2662837510 * L_4 = GameObject_AddComponent_TisSkybox_t2662837510_m3514487626(L_3, /*hidden argument*/GameObject_AddComponent_TisSkybox_t2662837510_m3514487626_RuntimeMethod_var); V_0 = L_4; } IL_001f: { Skybox_t2662837510 * L_5 = V_0; NullCheck(L_5); Material_t340375123 * L_6 = Skybox_get_material_m3789022787(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0045; } } { Skybox_t2662837510 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); Object_t631007953 * L_9 = AssetManager_LoadAsset_m1115993353(NULL /*static, unused*/, _stringLiteral1212094493, /*hidden argument*/NULL); NullCheck(L_8); Skybox_set_material_m3176166872(L_8, ((Material_t340375123 *)IsInstClass((RuntimeObject*)L_9, Material_t340375123_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0045: { return; } } // System.Void DMCore.Framework.SkyboxRotate::ChangeMaterial(System.String) extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_ChangeMaterial_m3539322024 (SkyboxRotate_t356761585 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkyboxRotate_ChangeMaterial_m3539322024_MetadataUsageId); s_Il2CppMethodInitialized = true; } Skybox_t2662837510 * V_0 = NULL; { Skybox_t2662837510 * L_0 = Component_GetComponent_TisSkybox_t2662837510_m681337268(__this, /*hidden argument*/Component_GetComponent_TisSkybox_t2662837510_m681337268_RuntimeMethod_var); V_0 = L_0; Skybox_t2662837510 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_3); Skybox_t2662837510 * L_4 = GameObject_AddComponent_TisSkybox_t2662837510_m3514487626(L_3, /*hidden argument*/GameObject_AddComponent_TisSkybox_t2662837510_m3514487626_RuntimeMethod_var); V_0 = L_4; } IL_001f: { Skybox_t2662837510 * L_5 = V_0; String_t* L_6 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); Object_t631007953 * L_7 = AssetManager_LoadAsset_m1115993353(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); Skybox_set_material_m3176166872(L_5, ((Material_t340375123 *)IsInstClass((RuntimeObject*)L_7, Material_t340375123_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.SkyboxRotate::SetRotationFollow(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_SetRotationFollow_m1763189809 (SkyboxRotate_t356761585 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = ___obj0; __this->set_mObj_2(L_0); return; } } // System.Void DMCore.Framework.SkyboxRotate::SetHalfCamera(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_SetHalfCamera_m1553447273 (SkyboxRotate_t356761585 * __this, bool ___left0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkyboxRotate_SetHalfCamera_m1553447273_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Camera_t4157153871 * G_B3_0 = NULL; Camera_t4157153871 * G_B2_0 = NULL; Rect_t2360479859 G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); Camera_t4157153871 * G_B4_1 = NULL; { Camera_t4157153871 * L_0 = Component_GetComponent_TisCamera_t4157153871_m1557787507(__this, /*hidden argument*/Component_GetComponent_TisCamera_t4157153871_m1557787507_RuntimeMethod_var); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0056; } } { Camera_t4157153871 * L_3 = V_0; bool L_4 = ___left0; G_B2_0 = L_3; if (!L_4) { G_B3_0 = L_3; goto IL_0038; } } { Rect_t2360479859 L_5; memset(&L_5, 0, sizeof(L_5)); Rect__ctor_m2614021312((&L_5), (0.0f), (0.0f), (0.5f), (1.0f), /*hidden argument*/NULL); G_B4_0 = L_5; G_B4_1 = G_B2_0; goto IL_0051; } IL_0038: { Rect_t2360479859 L_6; memset(&L_6, 0, sizeof(L_6)); Rect__ctor_m2614021312((&L_6), (0.5f), (0.0f), (0.5f), (1.0f), /*hidden argument*/NULL); G_B4_0 = L_6; G_B4_1 = G_B3_0; } IL_0051: { NullCheck(G_B4_1); Camera_set_rect_m521006799(G_B4_1, G_B4_0, /*hidden argument*/NULL); } IL_0056: { return; } } // System.Void DMCore.Framework.SkyboxRotate::SetFullCamera() extern "C" IL2CPP_METHOD_ATTR void SkyboxRotate_SetFullCamera_m4044754876 (SkyboxRotate_t356761585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkyboxRotate_SetFullCamera_m4044754876_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Camera_t4157153871 * L_0 = Component_GetComponent_TisCamera_t4157153871_m1557787507(__this, /*hidden argument*/Component_GetComponent_TisCamera_t4157153871_m1557787507_RuntimeMethod_var); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { Camera_t4157153871 * L_3 = V_0; Rect_t2360479859 L_4; memset(&L_4, 0, sizeof(L_4)); Rect__ctor_m2614021312((&L_4), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_3); Camera_set_rect_m521006799(L_3, L_4, /*hidden argument*/NULL); } IL_0032: { 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 // System.Void DMCore.Framework.Thread.CThread::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThread__ctor_m622732024 (CThread_t3185686187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThread__ctor_m622732024_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bLiveFlag_6((bool)1); ManualResetEvent_t451242010 * L_0 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_0, (bool)0, /*hidden argument*/NULL); __this->set_m_closeEvt_5(L_0); LinkedList_1_t4129815330 * L_1 = (LinkedList_1_t4129815330 *)il2cpp_codegen_object_new(LinkedList_1_t4129815330_il2cpp_TypeInfo_var); LinkedList_1__ctor_m1335587376(L_1, /*hidden argument*/LinkedList_1__ctor_m1335587376_RuntimeMethod_var); __this->set_m_listTaskArray_1(L_1); LinkedList_1_t4129815330 * L_2 = (LinkedList_1_t4129815330 *)il2cpp_codegen_object_new(LinkedList_1_t4129815330_il2cpp_TypeInfo_var); LinkedList_1__ctor_m1335587376(L_2, /*hidden argument*/LinkedList_1__ctor_m1335587376_RuntimeMethod_var); __this->set_m_ListEndTask_2(L_2); CThreadLock_t3315856551 * L_3 = (CThreadLock_t3315856551 *)il2cpp_codegen_object_new(CThreadLock_t3315856551_il2cpp_TypeInfo_var); CThreadLock__ctor_m2708615033(L_3, /*hidden argument*/NULL); __this->set_m_lockTask_3(L_3); CThreadLock_t3315856551 * L_4 = (CThreadLock_t3315856551 *)il2cpp_codegen_object_new(CThreadLock_t3315856551_il2cpp_TypeInfo_var); CThreadLock__ctor_m2708615033(L_4, /*hidden argument*/NULL); __this->set_m_lockEndMsg_4(L_4); return; } } // System.Void DMCore.Framework.Thread.CThread::Start() extern "C" IL2CPP_METHOD_ATTR void CThread_Start_m3402148526 (CThread_t3185686187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThread_Start_m3402148526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Thread_t2300836069 * L_0 = __this->get_m_tIns_0(); if (L_0) { goto IL_002d; } } { intptr_t L_1 = (intptr_t)CThread__TMain_m3123072741_RuntimeMethod_var; ThreadStart_t1006689297 * L_2 = (ThreadStart_t1006689297 *)il2cpp_codegen_object_new(ThreadStart_t1006689297_il2cpp_TypeInfo_var); ThreadStart__ctor_m3250019360(L_2, __this, L_1, /*hidden argument*/NULL); Thread_t2300836069 * L_3 = (Thread_t2300836069 *)il2cpp_codegen_object_new(Thread_t2300836069_il2cpp_TypeInfo_var); Thread__ctor_m777188137(L_3, L_2, /*hidden argument*/NULL); __this->set_m_tIns_0(L_3); Thread_t2300836069 * L_4 = __this->get_m_tIns_0(); NullCheck(L_4); Thread_Start_m2860771284(L_4, /*hidden argument*/NULL); } IL_002d: { return; } } // System.Void DMCore.Framework.Thread.CThread::Stop() extern "C" IL2CPP_METHOD_ATTR void CThread_Stop_m3937678865 (CThread_t3185686187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThread_Stop_m3937678865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CThreadLock_t3315856551 * L_0 = __this->get_m_lockTask_3(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); LinkedList_1_t4129815330 * L_1 = __this->get_m_listTaskArray_1(); NullCheck(L_1); LinkedList_1_Clear_m951813919(L_1, /*hidden argument*/LinkedList_1_Clear_m951813919_RuntimeMethod_var); CThreadLock_t3315856551 * L_2 = __this->get_m_lockTask_3(); NullCheck(L_2); CThreadLock_UnLock_m2922388906(L_2, /*hidden argument*/NULL); CThreadLock_t3315856551 * L_3 = __this->get_m_lockEndMsg_4(); NullCheck(L_3); CThreadLock_Lock_m3448296176(L_3, /*hidden argument*/NULL); LinkedList_1_t4129815330 * L_4 = __this->get_m_ListEndTask_2(); NullCheck(L_4); LinkedList_1_Clear_m951813919(L_4, /*hidden argument*/LinkedList_1_Clear_m951813919_RuntimeMethod_var); CThreadLock_t3315856551 * L_5 = __this->get_m_lockEndMsg_4(); NullCheck(L_5); CThreadLock_UnLock_m2922388906(L_5, /*hidden argument*/NULL); __this->set_m_bLiveFlag_6((bool)0); return; } } // System.Void DMCore.Framework.Thread.CThread::SlienceStop() extern "C" IL2CPP_METHOD_ATTR void CThread_SlienceStop_m726332005 (CThread_t3185686187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThread_SlienceStop_m726332005_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)1; goto IL_004c; } IL_0007: try { // begin try (depth: 1) try { // begin try (depth: 2) { CThreadLock_t3315856551 * L_0 = __this->get_m_lockTask_3(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); LinkedList_1_t4129815330 * L_1 = __this->get_m_listTaskArray_1(); NullCheck(L_1); int32_t L_2 = LinkedList_1_get_Count_m1231295413(L_1, /*hidden argument*/LinkedList_1_get_Count_m1231295413_RuntimeMethod_var); if (L_2) { goto IL_0025; } } IL_0023: { V_0 = (bool)0; } IL_0025: { IL2CPP_LEAVE(0x3C, FINALLY_0030); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002a; throw e; } CATCH_002a: { // begin catch(System.Object) IL2CPP_LEAVE(0x3C, FINALLY_0030); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) CThreadLock_t3315856551 * L_3 = __this->get_m_lockTask_3(); NullCheck(L_3); CThreadLock_UnLock_m2922388906(L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(48) } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3C, IL_003c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003c: { bool L_4 = V_0; if (!L_4) { goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_Sleep_m483098292(NULL /*static, unused*/, ((int32_t)300), /*hidden argument*/NULL); } IL_004c: { bool L_5 = V_0; if (L_5) { goto IL_0007; } } { __this->set_m_bLiveFlag_6((bool)0); ManualResetEvent_t451242010 * L_6 = __this->get_m_closeEvt_5(); NullCheck(L_6); VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_6); return; } } // System.Void DMCore.Framework.Thread.CThread::GetEndMsg() extern "C" IL2CPP_METHOD_ATTR void CThread_GetEndMsg_m2757714428 (CThread_t3185686187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThread_GetEndMsg_m2757714428_MetadataUsageId); s_Il2CppMethodInitialized = true; } IThreadMsg_t995202025 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { CThreadLock_t3315856551 * L_0 = __this->get_m_lockEndMsg_4(); NullCheck(L_0); bool L_1 = CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0061; } } IL_0010: try { // begin try (depth: 1) try { // begin try (depth: 2) { LinkedList_1_t4129815330 * L_2 = __this->get_m_ListEndTask_2(); NullCheck(L_2); int32_t L_3 = LinkedList_1_get_Count_m1231295413(L_2, /*hidden argument*/LinkedList_1_get_Count_m1231295413_RuntimeMethod_var); if (!L_3) { goto IL_004a; } } IL_0020: { LinkedList_1_t4129815330 * L_4 = __this->get_m_ListEndTask_2(); NullCheck(L_4); LinkedListNode_1_t740377128 * L_5 = LinkedList_1_get_First_m2280304909(L_4, /*hidden argument*/LinkedList_1_get_First_m2280304909_RuntimeMethod_var); NullCheck(L_5); IThreadMsg_t995202025 * L_6 = LinkedListNode_1_get_Value_m3266229447(L_5, /*hidden argument*/LinkedListNode_1_get_Value_m3266229447_RuntimeMethod_var); V_0 = L_6; LinkedList_1_t4129815330 * L_7 = __this->get_m_ListEndTask_2(); NullCheck(L_7); LinkedList_1_RemoveFirst_m783358073(L_7, /*hidden argument*/LinkedList_1_RemoveFirst_m783358073_RuntimeMethod_var); IThreadMsg_t995202025 * L_8 = V_0; if (!L_8) { goto IL_0048; } } IL_0042: { IThreadMsg_t995202025 * L_9 = V_0; NullCheck(L_9); VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Framework.Thread.IThreadMsg::OnEndExcute() */, L_9); } IL_0048: { V_0 = (IThreadMsg_t995202025 *)NULL; } IL_004a: { IL2CPP_LEAVE(0x61, FINALLY_0055); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004f; throw e; } CATCH_004f: { // begin catch(System.Object) IL2CPP_LEAVE(0x61, FINALLY_0055); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: { // begin finally (depth: 1) CThreadLock_t3315856551 * L_10 = __this->get_m_lockEndMsg_4(); NullCheck(L_10); CThreadLock_UnLock_m2922388906(L_10, /*hidden argument*/NULL); IL2CPP_END_FINALLY(85) } // end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_JUMP_TBL(0x61, IL_0061) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0061: { return; } } // System.Void DMCore.Framework.Thread.CThread::PushMsg(DMCore.Framework.Thread.IThreadMsg,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CThread_PushMsg_m3488309297 (CThread_t3185686187 * __this, IThreadMsg_t995202025 * ___msg0, bool ___highPriority1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThread_PushMsg_m3488309297_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IThreadMsg_t995202025 * L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { Thread_t2300836069 * L_1 = __this->get_m_tIns_0(); if (L_1) { goto IL_001c; } } { Tracer_Log_m3513947261(NULL /*static, unused*/, _stringLiteral1507527240, /*hidden argument*/NULL); } IL_001c: try { // begin try (depth: 1) try { // begin try (depth: 2) { CThreadLock_t3315856551 * L_2 = __this->get_m_lockTask_3(); NullCheck(L_2); CThreadLock_Lock_m3448296176(L_2, /*hidden argument*/NULL); bool L_3 = ___highPriority1; if (!L_3) { goto IL_0040; } } IL_002e: { LinkedList_1_t4129815330 * L_4 = __this->get_m_listTaskArray_1(); IThreadMsg_t995202025 * L_5 = ___msg0; NullCheck(L_4); LinkedList_1_AddFirst_m668639403(L_4, L_5, /*hidden argument*/LinkedList_1_AddFirst_m668639403_RuntimeMethod_var); goto IL_004d; } IL_0040: { LinkedList_1_t4129815330 * L_6 = __this->get_m_listTaskArray_1(); IThreadMsg_t995202025 * L_7 = ___msg0; NullCheck(L_6); LinkedList_1_AddLast_m4225405674(L_6, L_7, /*hidden argument*/LinkedList_1_AddLast_m4225405674_RuntimeMethod_var); } IL_004d: { IL2CPP_LEAVE(0x64, FINALLY_0058); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0052; throw e; } CATCH_0052: { // begin catch(System.Object) IL2CPP_LEAVE(0x64, FINALLY_0058); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: { // begin finally (depth: 1) CThreadLock_t3315856551 * L_8 = __this->get_m_lockTask_3(); NullCheck(L_8); CThreadLock_UnLock_m2922388906(L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(88) } // end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_JUMP_TBL(0x64, IL_0064) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0064: { return; } } // System.Void DMCore.Framework.Thread.CThread::_TMain() extern "C" IL2CPP_METHOD_ATTR void CThread__TMain_m3123072741 (CThread_t3185686187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThread__TMain_m3123072741_MetadataUsageId); s_Il2CppMethodInitialized = true; } IThreadMsg_t995202025 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { goto IL_00c1; } IL_0005: { CThreadLock_t3315856551 * L_0 = __this->get_m_lockTask_3(); NullCheck(L_0); bool L_1 = CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_00ba; } } { V_0 = (IThreadMsg_t995202025 *)NULL; } IL_0017: try { // begin try (depth: 1) try { // begin try (depth: 2) { LinkedList_1_t4129815330 * L_2 = __this->get_m_listTaskArray_1(); NullCheck(L_2); int32_t L_3 = LinkedList_1_get_Count_m1231295413(L_2, /*hidden argument*/LinkedList_1_get_Count_m1231295413_RuntimeMethod_var); if (!L_3) { goto IL_0043; } } IL_0027: { LinkedList_1_t4129815330 * L_4 = __this->get_m_listTaskArray_1(); NullCheck(L_4); LinkedListNode_1_t740377128 * L_5 = LinkedList_1_get_First_m2280304909(L_4, /*hidden argument*/LinkedList_1_get_First_m2280304909_RuntimeMethod_var); NullCheck(L_5); IThreadMsg_t995202025 * L_6 = LinkedListNode_1_get_Value_m3266229447(L_5, /*hidden argument*/LinkedListNode_1_get_Value_m3266229447_RuntimeMethod_var); V_0 = L_6; LinkedList_1_t4129815330 * L_7 = __this->get_m_listTaskArray_1(); NullCheck(L_7); LinkedList_1_RemoveFirst_m783358073(L_7, /*hidden argument*/LinkedList_1_RemoveFirst_m783358073_RuntimeMethod_var); } IL_0043: { IL2CPP_LEAVE(0x5A, FINALLY_004e); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0048; throw e; } CATCH_0048: { // begin catch(System.Object) IL2CPP_LEAVE(0x5A, FINALLY_004e); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) CThreadLock_t3315856551 * L_8 = __this->get_m_lockTask_3(); NullCheck(L_8); CThreadLock_UnLock_m2922388906(L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(78) } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x5A, IL_005a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005a: { IThreadMsg_t995202025 * L_9 = V_0; if (!L_9) { goto IL_00ae; } } IL_0060: try { // begin try (depth: 1) try { // begin try (depth: 2) IThreadMsg_t995202025 * L_10 = V_0; NullCheck(L_10); VirtActionInvoker0::Invoke(4 /* System.Void DMCore.Framework.Thread.IThreadMsg::OnBackGroundExcute() */, L_10); IL2CPP_LEAVE(0xA9, FINALLY_0077); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006b; throw e; } CATCH_006b: { // begin catch(System.Object) IThreadMsg_t995202025 * L_11 = V_0; NullCheck(L_11); IThreadMsg_SetFailded_m2507299407(L_11, /*hidden argument*/NULL); IL2CPP_LEAVE(0xA9, FINALLY_0077); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0077; } FINALLY_0077: { // begin finally (depth: 1) IThreadMsg_t995202025 * L_12 = V_0; NullCheck(L_12); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Thread.IThreadMsg::OnBackGroundExcuteEnd() */, L_12); CThreadLock_t3315856551 * L_13 = __this->get_m_lockEndMsg_4(); NullCheck(L_13); CThreadLock_Lock_m3448296176(L_13, /*hidden argument*/NULL); LinkedList_1_t4129815330 * L_14 = __this->get_m_ListEndTask_2(); IThreadMsg_t995202025 * L_15 = V_0; NullCheck(L_14); LinkedList_1_AddLast_m4225405674(L_14, L_15, /*hidden argument*/LinkedList_1_AddLast_m4225405674_RuntimeMethod_var); CThreadLock_t3315856551 * L_16 = __this->get_m_lockEndMsg_4(); NullCheck(L_16); CThreadLock_UnLock_m2922388906(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_Sleep_m483098292(NULL /*static, unused*/, ((int32_t)30), /*hidden argument*/NULL); IL2CPP_END_FINALLY(119) } // end finally (depth: 1) IL2CPP_CLEANUP(119) { IL2CPP_JUMP_TBL(0xA9, IL_00a9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a9: { goto IL_00b5; } IL_00ae: { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_Sleep_m483098292(NULL /*static, unused*/, ((int32_t)40), /*hidden argument*/NULL); } IL_00b5: { goto IL_00c1; } IL_00ba: { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_Sleep_m483098292(NULL /*static, unused*/, ((int32_t)30), /*hidden argument*/NULL); } IL_00c1: { bool L_17 = __this->get_m_bLiveFlag_6(); if (L_17) { goto IL_0005; } } { ManualResetEvent_t451242010 * L_18 = __this->get_m_closeEvt_5(); NullCheck(L_18); EventWaitHandle_Set_m2445193251(L_18, /*hidden argument*/NULL); 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 // System.Void DMCore.Framework.Thread.CThreadLock::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadLock__ctor_m2708615033 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadLock__ctor_m2708615033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Mutex_t3066672582 * L_0 = (Mutex_t3066672582 *)il2cpp_codegen_object_new(Mutex_t3066672582_il2cpp_TypeInfo_var); Mutex__ctor_m2825059899(L_0, (bool)0, /*hidden argument*/NULL); __this->set_m_lock_0(L_0); return; } } // System.Boolean DMCore.Framework.Thread.CThreadLock::Lock() extern "C" IL2CPP_METHOD_ATTR bool CThreadLock_Lock_m3448296176 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method) { { Mutex_t3066672582 * L_0 = __this->get_m_lock_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_0); return L_1; } } // System.Boolean DMCore.Framework.Thread.CThreadLock::Lock(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CThreadLock_Lock_m1490123542 (CThreadLock_t3315856551 * __this, int32_t ___ms0, const RuntimeMethod* method) { { Mutex_t3066672582 * L_0 = __this->get_m_lock_0(); int32_t L_1 = ___ms0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32) */, L_0, L_1); return L_2; } } // System.Void DMCore.Framework.Thread.CThreadLock::UnLock() extern "C" IL2CPP_METHOD_ATTR void CThreadLock_UnLock_m2922388906 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method) { { Mutex_t3066672582 * L_0 = __this->get_m_lock_0(); NullCheck(L_0); Mutex_ReleaseMutex_m3169074890(L_0, /*hidden argument*/NULL); 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 // System.Void DMCore.Framework.Thread.CThreadManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadManager__ctor_m1630243820 (CThreadManager_t1155338034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadManager__ctor_m1630243820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1221203580 * L_0 = (List_1_t1221203580 *)il2cpp_codegen_object_new(List_1_t1221203580_il2cpp_TypeInfo_var); List_1__ctor_m3632386771(L_0, /*hidden argument*/List_1__ctor_m3632386771_RuntimeMethod_var); __this->set_m_listTID_0(L_0); List_1_t1221203580 * L_1 = __this->get_m_listTID_0(); NullCheck(L_1); List_1_Add_m214964557(L_1, 0, /*hidden argument*/List_1_Add_m214964557_RuntimeMethod_var); List_1_t1221203580 * L_2 = __this->get_m_listTID_0(); NullCheck(L_2); List_1_Add_m214964557(L_2, ((int32_t)10), /*hidden argument*/List_1_Add_m214964557_RuntimeMethod_var); List_1_t1221203580 * L_3 = __this->get_m_listTID_0(); NullCheck(L_3); List_1_Add_m214964557(L_3, ((int32_t)11), /*hidden argument*/List_1_Add_m214964557_RuntimeMethod_var); List_1_t1221203580 * L_4 = __this->get_m_listTID_0(); NullCheck(L_4); List_1_Add_m214964557(L_4, 5, /*hidden argument*/List_1_Add_m214964557_RuntimeMethod_var); Dictionary_2_t2578695322 * L_5 = (Dictionary_2_t2578695322 *)il2cpp_codegen_object_new(Dictionary_2_t2578695322_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2731385819(L_5, /*hidden argument*/Dictionary_2__ctor_m2731385819_RuntimeMethod_var); __this->set_m_listIOS_1(L_5); Dictionary_2_t1382638365 * L_6 = (Dictionary_2_t1382638365 *)il2cpp_codegen_object_new(Dictionary_2_t1382638365_il2cpp_TypeInfo_var); Dictionary_2__ctor_m618727671(L_6, /*hidden argument*/Dictionary_2__ctor_m618727671_RuntimeMethod_var); __this->set_m_list_2(L_6); return; } } // DMCore.Framework.Thread.CThreadManager DMCore.Framework.Thread.CThreadManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CThreadManager_t1155338034 * CThreadManager_GetInstance_m98901248 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadManager_GetInstance_m98901248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CThreadManager_t1155338034 * L_0 = ((CThreadManager_t1155338034_StaticFields*)il2cpp_codegen_static_fields_for(CThreadManager_t1155338034_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (!L_0) { goto IL_0010; } } { CThreadManager_t1155338034 * L_1 = ((CThreadManager_t1155338034_StaticFields*)il2cpp_codegen_static_fields_for(CThreadManager_t1155338034_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_1; } IL_0010: { CThreadManager_t1155338034 * L_2 = (CThreadManager_t1155338034 *)il2cpp_codegen_object_new(CThreadManager_t1155338034_il2cpp_TypeInfo_var); CThreadManager__ctor_m1630243820(L_2, /*hidden argument*/NULL); ((CThreadManager_t1155338034_StaticFields*)il2cpp_codegen_static_fields_for(CThreadManager_t1155338034_il2cpp_TypeInfo_var))->set_s_Instance_3(L_2); CThreadManager_t1155338034 * L_3 = ((CThreadManager_t1155338034_StaticFields*)il2cpp_codegen_static_fields_for(CThreadManager_t1155338034_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_3; } } // System.Void DMCore.Framework.Thread.CThreadManager::OnGetMsg() extern "C" IL2CPP_METHOD_ATTR void CThreadManager_OnGetMsg_m2398509114 (CThreadManager_t1155338034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadManager_OnGetMsg_m2398509114_MetadataUsageId); s_Il2CppMethodInitialized = true; } CThread_t3185686187 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (CThread_t3185686187 *)NULL; V_1 = 0; goto IL_0039; } IL_0009: { V_0 = (CThread_t3185686187 *)NULL; Dictionary_2_t1382638365 * L_0 = __this->get_m_list_2(); List_1_t1221203580 * L_1 = __this->get_m_listTID_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = List_1_get_Item_m3459958539(L_1, L_2, /*hidden argument*/List_1_get_Item_m3459958539_RuntimeMethod_var); NullCheck(L_0); bool L_4 = Dictionary_2_TryGetValue_m62289507(L_0, L_3, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m62289507_RuntimeMethod_var); if (!L_4) { goto IL_0035; } } { CThread_t3185686187 * L_5 = V_0; if (!L_5) { goto IL_0035; } } { CThread_t3185686187 * L_6 = V_0; NullCheck(L_6); CThread_GetEndMsg_m2757714428(L_6, /*hidden argument*/NULL); } IL_0035: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0039: { int32_t L_8 = V_1; List_1_t1221203580 * L_9 = __this->get_m_listTID_0(); NullCheck(L_9); int32_t L_10 = List_1_get_Count_m2227048709(L_9, /*hidden argument*/List_1_get_Count_m2227048709_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0009; } } { return; } } // System.Void DMCore.Framework.Thread.CThreadManager::PushMsg(DMCore.Framework.Thread.enumThreadID,DMCore.Framework.Thread.IThreadMsg) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_PushMsg_m3098333431 (CThreadManager_t1155338034 * __this, int32_t ___id0, IThreadMsg_t995202025 * ___msg1, const RuntimeMethod* method) { { int32_t L_0 = ___id0; IThreadMsg_t995202025 * L_1 = ___msg1; CThreadManager_PushMsg_m2790061995(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Thread.CThreadManager::PushMsg(DMCore.Framework.Thread.enumThreadID,DMCore.Framework.Thread.IThreadMsg,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_PushMsg_m2790061995 (CThreadManager_t1155338034 * __this, int32_t ___id0, IThreadMsg_t995202025 * ___msg1, bool ___highPriority2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadManager_PushMsg_m2790061995_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CMonoThreadSimulator_t86775848 * V_1 = NULL; GameObject_t1113636619 * V_2 = NULL; int32_t V_3 = 0; CThread_t3185686187 * V_4 = NULL; { int32_t L_0 = ___id0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)0) < ((int32_t)L_1))) { goto IL_0065; } } { V_1 = (CMonoThreadSimulator_t86775848 *)NULL; Dictionary_2_t2578695322 * L_2 = __this->get_m_listIOS_1(); int32_t L_3 = ___id0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m2636024711(L_2, L_3, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2636024711_RuntimeMethod_var); if (L_4) { goto IL_0057; } } { int32_t L_5 = ___id0; V_3 = L_5; String_t* L_6 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral957670877, L_6, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_8, L_7, /*hidden argument*/NULL); V_2 = L_8; GameObject_t1113636619 * L_9 = V_2; NullCheck(L_9); CMonoThreadSimulator_t86775848 * L_10 = GameObject_AddComponent_TisCMonoThreadSimulator_t86775848_m2072323465(L_9, /*hidden argument*/GameObject_AddComponent_TisCMonoThreadSimulator_t86775848_m2072323465_RuntimeMethod_var); V_1 = L_10; GameObject_t1113636619 * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); Dictionary_2_t2578695322 * L_12 = __this->get_m_listIOS_1(); int32_t L_13 = ___id0; CMonoThreadSimulator_t86775848 * L_14 = V_1; NullCheck(L_12); Dictionary_2_Add_m212590861(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_Add_m212590861_RuntimeMethod_var); } IL_0057: { CMonoThreadSimulator_t86775848 * L_15 = V_1; IThreadMsg_t995202025 * L_16 = ___msg1; bool L_17 = ___highPriority2; NullCheck(L_15); CMonoThreadSimulator_push_m2610401299(L_15, ((CThreadMsgWebGet_t2224858682 *)IsInstClass((RuntimeObject*)L_16, CThreadMsgWebGet_t2224858682_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL); return; } IL_0065: { V_4 = (CThread_t3185686187 *)NULL; Dictionary_2_t1382638365 * L_18 = __this->get_m_list_2(); int32_t L_19 = ___id0; NullCheck(L_18); bool L_20 = Dictionary_2_TryGetValue_m62289507(L_18, L_19, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m62289507_RuntimeMethod_var); if (!L_20) { goto IL_0089; } } { CThread_t3185686187 * L_21 = V_4; IThreadMsg_t995202025 * L_22 = ___msg1; bool L_23 = ___highPriority2; NullCheck(L_21); CThread_PushMsg_m3488309297(L_21, L_22, L_23, /*hidden argument*/NULL); goto IL_00ae; } IL_0089: { CThread_t3185686187 * L_24 = (CThread_t3185686187 *)il2cpp_codegen_object_new(CThread_t3185686187_il2cpp_TypeInfo_var); CThread__ctor_m622732024(L_24, /*hidden argument*/NULL); V_4 = L_24; Dictionary_2_t1382638365 * L_25 = __this->get_m_list_2(); int32_t L_26 = ___id0; CThread_t3185686187 * L_27 = V_4; NullCheck(L_25); Dictionary_2_Add_m852998046(L_25, L_26, L_27, /*hidden argument*/Dictionary_2_Add_m852998046_RuntimeMethod_var); CThread_t3185686187 * L_28 = V_4; NullCheck(L_28); CThread_Start_m3402148526(L_28, /*hidden argument*/NULL); CThread_t3185686187 * L_29 = V_4; IThreadMsg_t995202025 * L_30 = ___msg1; bool L_31 = ___highPriority2; NullCheck(L_29); CThread_PushMsg_m3488309297(L_29, L_30, L_31, /*hidden argument*/NULL); } IL_00ae: { return; } } // System.Void DMCore.Framework.Thread.CThreadManager::StopAll() extern "C" IL2CPP_METHOD_ATTR void CThreadManager_StopAll_m1863911803 (CThreadManager_t1155338034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadManager_StopAll_m1863911803_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3336821140 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t3780310532 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t1382638365 * L_0 = __this->get_m_list_2(); NullCheck(L_0); Enumerator_t3336821140 L_1 = Dictionary_2_GetEnumerator_m675724443(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m675724443_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t3780310532 L_2 = Enumerator_get_Current_m1373423376((&V_0), /*hidden argument*/Enumerator_get_Current_m1373423376_RuntimeMethod_var); V_1 = L_2; CThread_t3185686187 * L_3 = KeyValuePair_2_get_Value_m2474659176((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2474659176_RuntimeMethod_var); NullCheck(L_3); CThread_Stop_m3937678865(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m2376142346((&V_0), /*hidden argument*/Enumerator_MoveNext_m2376142346_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t1382638365 * L_5 = __this->get_m_list_2(); NullCheck(L_5); Dictionary_2_Clear_m1622822326(L_5, /*hidden argument*/Dictionary_2_Clear_m1622822326_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Thread.CThreadManager::Stop(DMCore.Framework.Thread.enumThreadID) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_Stop_m147882772 (CThreadManager_t1155338034 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadManager_Stop_m147882772_MetadataUsageId); s_Il2CppMethodInitialized = true; } CThread_t3185686187 * V_0 = NULL; { V_0 = (CThread_t3185686187 *)NULL; Dictionary_2_t1382638365 * L_0 = __this->get_m_list_2(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m62289507(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m62289507_RuntimeMethod_var); if (!L_2) { goto IL_0028; } } { CThread_t3185686187 * L_3 = V_0; NullCheck(L_3); CThread_Stop_m3937678865(L_3, /*hidden argument*/NULL); Dictionary_2_t1382638365 * L_4 = __this->get_m_list_2(); int32_t L_5 = ___id0; NullCheck(L_4); Dictionary_2_Remove_m2647080173(L_4, L_5, /*hidden argument*/Dictionary_2_Remove_m2647080173_RuntimeMethod_var); } IL_0028: { return; } } // System.Void DMCore.Framework.Thread.CThreadManager::SlienceStop(DMCore.Framework.Thread.enumThreadID) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_SlienceStop_m2664667457 (CThreadManager_t1155338034 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadManager_SlienceStop_m2664667457_MetadataUsageId); s_Il2CppMethodInitialized = true; } CThread_t3185686187 * V_0 = NULL; { V_0 = (CThread_t3185686187 *)NULL; Dictionary_2_t1382638365 * L_0 = __this->get_m_list_2(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m62289507(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m62289507_RuntimeMethod_var); if (!L_2) { goto IL_0028; } } { CThread_t3185686187 * L_3 = V_0; NullCheck(L_3); CThread_SlienceStop_m726332005(L_3, /*hidden argument*/NULL); Dictionary_2_t1382638365 * L_4 = __this->get_m_list_2(); int32_t L_5 = ___id0; NullCheck(L_4); Dictionary_2_Remove_m2647080173(L_4, L_5, /*hidden argument*/Dictionary_2_Remove_m2647080173_RuntimeMethod_var); } IL_0028: { 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 // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet__ctor_m3027652583 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadMsgWebGet__ctor_m3027652583_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IWebGetMsgBase__ctor_m1931967911(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CThreadMsgWebGet_set_RequestRefuse_m3140651709(__this, L_0, /*hidden argument*/NULL); __this->set_m_result_4((WWW_t3688466362 *)NULL); return; } } // System.String DMCore.Framework.Thread.CThreadMsgWebGet::get_RequestRefuse() extern "C" IL2CPP_METHOD_ATTR String_t* CThreadMsgWebGet_get_RequestRefuse_m3241150981 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CRequestRefuseU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::set_RequestRefuse(System.String) extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet_set_RequestRefuse_m3140651709 (CThreadMsgWebGet_t2224858682 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CRequestRefuseU3Ek__BackingField_3(L_0); return; } } // System.Byte[] DMCore.Framework.Thread.CThreadMsgWebGet::GetBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CThreadMsgWebGet_GetBuffer_m420783959 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* G_B3_0 = NULL; { WWW_t3688466362 * L_0 = __this->get_m_result_4(); if (!L_0) { goto IL_001b; } } { WWW_t3688466362 * L_1 = __this->get_m_result_4(); NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = WWW_get_bytes_m3061182897(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = ((ByteU5BU5D_t4116647657*)(NULL)); } IL_001c: { return G_B3_0; } } // System.Int32 DMCore.Framework.Thread.CThreadMsgWebGet::GetSize() extern "C" IL2CPP_METHOD_ATTR int32_t CThreadMsgWebGet_GetSize_m2117962719 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { WWW_t3688466362 * L_0 = __this->get_m_result_4(); if (!L_0) { goto IL_001b; } } { WWW_t3688466362 * L_1 = __this->get_m_result_4(); NullCheck(L_1); int32_t L_2 = WWW_get_bytesDownloaded_m2453026756(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet_OnEndExcute_m1512998207 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method) { { __this->set_m_result_4((WWW_t3688466362 *)NULL); 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 // System.Void DMCore.Framework.Thread.CThreadMsgWebPost::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebPost__ctor_m2502064474 (CThreadMsgWebPost_t2657819115 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadMsgWebPost__ctor_m2502064474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IWebPostMsgBase__ctor_m4009552825(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CThreadMsgWebPost_set_RequestRefuse_m1595853486(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Thread.CThreadMsgWebPost::OnBackGroundExcute() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebPost_OnBackGroundExcute_m508087590 (CThreadMsgWebPost_t2657819115 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CThreadMsgWebPost_OnBackGroundExcute_m508087590_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; HttpWebRequest_t1669436515 * V_1 = NULL; Stream_t1273022909 * V_2 = NULL; HttpWebResponse_t3286585418 * V_3 = NULL; StreamReader_t4009935899 * V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CThreadMsgWebPost_set_RequestRefuse_m1595853486(__this, L_0, /*hidden argument*/NULL); } IL_000b: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ((IWebPostMsgBase_t2445430203 *)__this)->get_m_Params_1(); NullCheck(L_1); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_1, L_2); V_0 = L_3; String_t* L_4 = ((IWebPostMsgBase_t2445430203 *)__this)->get_m_url_2(); Uri_t100236324 * L_5 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m800430703(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_t1939381076 * L_6 = WebRequest_Create_m2603246108(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = ((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_6, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_7 = V_1; NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.Net.WebRequest::set_Method(System.String) */, L_7, _stringLiteral45808443); HttpWebRequest_t1669436515 * L_8 = V_1; NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Net.WebRequest::set_ContentType(System.String) */, L_8, _stringLiteral3776665136); HttpWebRequest_t1669436515 * L_9 = V_1; ByteU5BU5D_t4116647657* L_10 = V_0; NullCheck(L_10); NullCheck(L_9); VirtActionInvoker1< int64_t >::Invoke(7 /* System.Void System.Net.WebRequest::set_ContentLength(System.Int64) */, L_9, (((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))); HttpWebRequest_t1669436515 * L_11 = V_1; NullCheck(L_11); Stream_t1273022909 * L_12 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(22 /* System.IO.Stream System.Net.WebRequest::GetRequestStream() */, L_11); V_2 = L_12; Stream_t1273022909 * L_13 = V_2; ByteU5BU5D_t4116647657* L_14 = V_0; ByteU5BU5D_t4116647657* L_15 = V_0; NullCheck(L_15); NullCheck(L_13); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))); Stream_t1273022909 * L_16 = V_2; NullCheck(L_16); VirtActionInvoker0::Invoke(12 /* System.Void System.IO.Stream::Close() */, L_16); HttpWebRequest_t1669436515 * L_17 = V_1; NullCheck(L_17); WebResponse_t229922639 * L_18 = VirtFuncInvoker0< WebResponse_t229922639 * >::Invoke(23 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_17); V_3 = ((HttpWebResponse_t3286585418 *)CastclassClass((RuntimeObject*)L_18, HttpWebResponse_t3286585418_il2cpp_TypeInfo_var)); HttpWebResponse_t3286585418 * L_19 = V_3; NullCheck(L_19); Stream_t1273022909 * L_20 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(9 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_19); Encoding_t1523322056 * L_21 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); StreamReader_t4009935899 * L_22 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m3941437302(L_22, L_20, L_21, /*hidden argument*/NULL); V_4 = L_22; StreamReader_t4009935899 * L_23 = V_4; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.IO.TextReader::ReadToEnd() */, L_23); CThreadMsgWebPost_set_RequestRefuse_m1595853486(__this, L_24, /*hidden argument*/NULL); StreamReader_t4009935899 * L_25 = V_4; NullCheck(L_25); VirtActionInvoker0::Invoke(5 /* System.Void System.IO.TextReader::Close() */, L_25); HttpWebResponse_t3286585418 * L_26 = V_3; NullCheck(L_26); VirtActionInvoker0::Invoke(8 /* System.Void System.Net.WebResponse::Close() */, L_26); Stream_t1273022909 * L_27 = V_2; NullCheck(L_27); VirtActionInvoker0::Invoke(12 /* System.Void System.IO.Stream::Close() */, L_27); goto IL_00c7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ad; throw e; } CATCH_00ad: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); Exception_t * L_28 = V_5; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_28); CThreadMsgWebPost_set_RequestRefuse_m1595853486(__this, L_29, /*hidden argument*/NULL); IThreadMsg_SetFailded_m2507299407(__this, /*hidden argument*/NULL); goto IL_00c7; } // end catch (depth: 1) IL_00c7: { return; } } // System.String DMCore.Framework.Thread.CThreadMsgWebPost::get_RequestRefuse() extern "C" IL2CPP_METHOD_ATTR String_t* CThreadMsgWebPost_get_RequestRefuse_m1279571049 (CThreadMsgWebPost_t2657819115 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CRequestRefuseU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Framework.Thread.CThreadMsgWebPost::set_RequestRefuse(System.String) extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebPost_set_RequestRefuse_m1595853486 (CThreadMsgWebPost_t2657819115 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CRequestRefuseU3Ek__BackingField_3(L_0); 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 #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Thread.IThreadMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg__ctor_m509884931 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bSuccess_0((bool)1); return; } } // System.Void DMCore.Framework.Thread.IThreadMsg::OnBackGroundExcute() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg_OnBackGroundExcute_m3251429564 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Thread.IThreadMsg::OnBackGroundExcuteEnd() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg_OnBackGroundExcuteEnd_m2575306988 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Thread.IThreadMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg_OnEndExcute_m1511326103 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Thread.IThreadMsg::SetFailded() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg_SetFailded_m2507299407 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method) { { __this->set_m_bSuccess_0((bool)0); return; } } // System.Void DMCore.Framework.Thread.IThreadMsg::ResetFaildFlag() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg_ResetFaildFlag_m3447542595 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method) { { __this->set_m_bSuccess_0((bool)1); return; } } // System.Boolean DMCore.Framework.Thread.IThreadMsg::IsSuccess() extern "C" IL2CPP_METHOD_ATTR bool IThreadMsg_IsSuccess_m186262284 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bSuccess_0(); return L_0; } } #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 DMCore.Framework.Thread.IWebGetMsgBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void IWebGetMsgBase__ctor_m1931967911 (IWebGetMsgBase_t740935312 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IWebGetMsgBase__ctor_m1931967911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_url_2(L_0); IThreadMsg__ctor_m509884931(__this, /*hidden argument*/NULL); return; } } // System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* IWebGetMsgBase_GetBuffer_m2691868576 (IWebGetMsgBase_t740935312 * __this, const RuntimeMethod* method) { { return (ByteU5BU5D_t4116647657*)NULL; } } // System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() extern "C" IL2CPP_METHOD_ATTR int32_t IWebGetMsgBase_GetSize_m1551218480 (IWebGetMsgBase_t740935312 * __this, const RuntimeMethod* method) { { return 0; } } // System.Void DMCore.Framework.Thread.IWebGetMsgBase::SetUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void IWebGetMsgBase_SetUrl_m3512145757 (IWebGetMsgBase_t740935312 * __this, String_t* ___url0, const RuntimeMethod* method) { { String_t* L_0 = ___url0; __this->set_m_url_2(L_0); return; } } // System.String DMCore.Framework.Thread.IWebGetMsgBase::GetUrl() extern "C" IL2CPP_METHOD_ATTR String_t* IWebGetMsgBase_GetUrl_m1440464857 (IWebGetMsgBase_t740935312 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_url_2(); return L_0; } } #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 DMCore.Framework.Thread.IWebPostMsgBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void IWebPostMsgBase__ctor_m4009552825 (IWebPostMsgBase_t2445430203 * __this, const RuntimeMethod* method) { { IThreadMsg__ctor_m509884931(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Thread.IWebPostMsgBase::SetUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void IWebPostMsgBase_SetUrl_m2420279910 (IWebPostMsgBase_t2445430203 * __this, String_t* ___url0, const RuntimeMethod* method) { { String_t* L_0 = ___url0; __this->set_m_url_2(L_0); return; } } // System.Void DMCore.Framework.Thread.IWebPostMsgBase::SetParams(System.String) extern "C" IL2CPP_METHOD_ATTR void IWebPostMsgBase_SetParams_m3662119783 (IWebPostMsgBase_t2445430203 * __this, String_t* ____param0, const RuntimeMethod* method) { { String_t* L_0 = ____param0; __this->set_m_Params_1(L_0); 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 // System.Void DMCore.Framework.URL.CURLManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CURLManager__ctor_m1804995986 (CURLManager_t2578998768 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager__ctor_m1804995986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); LinkedList_1_t687096698 * L_0 = (LinkedList_1_t687096698 *)il2cpp_codegen_object_new(LinkedList_1_t687096698_il2cpp_TypeInfo_var); LinkedList_1__ctor_m3511298534(L_0, /*hidden argument*/LinkedList_1__ctor_m3511298534_RuntimeMethod_var); __this->set_m_TaskList_1(L_0); Dictionary_2_t1029701331 * L_1 = (Dictionary_2_t1029701331 *)il2cpp_codegen_object_new(Dictionary_2_t1029701331_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2180602332(L_1, /*hidden argument*/Dictionary_2__ctor_m2180602332_RuntimeMethod_var); __this->set_m_DictionaryRes_0(L_1); LinkedList_1_t687096698 * L_2 = (LinkedList_1_t687096698 *)il2cpp_codegen_object_new(LinkedList_1_t687096698_il2cpp_TypeInfo_var); LinkedList_1__ctor_m3511298534(L_2, /*hidden argument*/LinkedList_1__ctor_m3511298534_RuntimeMethod_var); __this->set_m_postTskList_3(L_2); Dictionary_2_t3210789151 * L_3 = (Dictionary_2_t3210789151 *)il2cpp_codegen_object_new(Dictionary_2_t3210789151_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4046162348(L_3, /*hidden argument*/Dictionary_2__ctor_m4046162348_RuntimeMethod_var); __this->set_m_postTask_2(L_3); return; } } // DMCore.Framework.URL.CURLManager DMCore.Framework.URL.CURLManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CURLManager_t2578998768 * CURLManager_GetInstance_m1166728630 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_GetInstance_m1166728630_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CURLManager_t2578998768 * L_0 = ((CURLManager_t2578998768_StaticFields*)il2cpp_codegen_static_fields_for(CURLManager_t2578998768_il2cpp_TypeInfo_var))->get_s_Instance_4(); if (!L_0) { goto IL_0010; } } { CURLManager_t2578998768 * L_1 = ((CURLManager_t2578998768_StaticFields*)il2cpp_codegen_static_fields_for(CURLManager_t2578998768_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_1; } IL_0010: { CURLManager_t2578998768 * L_2 = (CURLManager_t2578998768 *)il2cpp_codegen_object_new(CURLManager_t2578998768_il2cpp_TypeInfo_var); CURLManager__ctor_m1804995986(L_2, /*hidden argument*/NULL); ((CURLManager_t2578998768_StaticFields*)il2cpp_codegen_static_fields_for(CURLManager_t2578998768_il2cpp_TypeInfo_var))->set_s_Instance_4(L_2); CURLManager_t2578998768 * L_3 = ((CURLManager_t2578998768_StaticFields*)il2cpp_codegen_static_fields_for(CURLManager_t2578998768_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_3; } } // System.Void DMCore.Framework.URL.CURLManager::PushPostTask(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CURLManager_PushPostTask_m1283263562 (CURLManager_t2578998768 * __this, String_t* ___localPath0, String_t* ___endExpend1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_PushPostTask_m1283263562_MetadataUsageId); s_Il2CppMethodInitialized = true; } CURLPostData_t3425532852 * V_0 = NULL; { Dictionary_2_t3210789151 * L_0 = __this->get_m_postTask_2(); String_t* L_1 = ___localPath0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3184822460(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3184822460_RuntimeMethod_var); if (L_2) { goto IL_003f; } } { CURLPostData_t3425532852 * L_3 = (CURLPostData_t3425532852 *)il2cpp_codegen_object_new(CURLPostData_t3425532852_il2cpp_TypeInfo_var); CURLPostData__ctor_m4085435323(L_3, /*hidden argument*/NULL); V_0 = L_3; CURLPostData_t3425532852 * L_4 = V_0; String_t* L_5 = ___endExpend1; NullCheck(L_4); L_4->set_ExpendName_0(L_5); CURLPostData_t3425532852 * L_6 = V_0; NullCheck(L_6); L_6->set_UrlState_1(0); Dictionary_2_t3210789151 * L_7 = __this->get_m_postTask_2(); String_t* L_8 = ___localPath0; CURLPostData_t3425532852 * L_9 = V_0; NullCheck(L_7); Dictionary_2_Add_m2528198850(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_Add_m2528198850_RuntimeMethod_var); LinkedList_1_t687096698 * L_10 = __this->get_m_postTskList_3(); String_t* L_11 = ___localPath0; NullCheck(L_10); LinkedList_1_AddLast_m980610863(L_10, L_11, /*hidden argument*/LinkedList_1_AddLast_m980610863_RuntimeMethod_var); } IL_003f: { return; } } // System.String DMCore.Framework.URL.CURLManager::PopPostTask() extern "C" IL2CPP_METHOD_ATTR String_t* CURLManager_PopPostTask_m1378112436 (CURLManager_t2578998768 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_PopPostTask_m1378112436_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; LinkedList_1_t687096698 * L_0 = __this->get_m_postTskList_3(); NullCheck(L_0); int32_t L_1 = LinkedList_1_get_Count_m1415204279(L_0, /*hidden argument*/LinkedList_1_get_Count_m1415204279_RuntimeMethod_var); if (!L_1) { goto IL_0040; } } { LinkedList_1_t687096698 * L_2 = __this->get_m_postTskList_3(); NullCheck(L_2); LinkedListNode_1_t1592625792 * L_3 = LinkedList_1_get_First_m2874225059(L_2, /*hidden argument*/LinkedList_1_get_First_m2874225059_RuntimeMethod_var); NullCheck(L_3); String_t* L_4 = LinkedListNode_1_get_Value_m2392486284(L_3, /*hidden argument*/LinkedListNode_1_get_Value_m2392486284_RuntimeMethod_var); V_0 = L_4; LinkedList_1_t687096698 * L_5 = __this->get_m_postTskList_3(); NullCheck(L_5); LinkedList_1_RemoveFirst_m3486779266(L_5, /*hidden argument*/LinkedList_1_RemoveFirst_m3486779266_RuntimeMethod_var); Dictionary_2_t3210789151 * L_6 = __this->get_m_postTask_2(); String_t* L_7 = V_0; NullCheck(L_6); CURLPostData_t3425532852 * L_8 = Dictionary_2_get_Item_m2268760768(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m2268760768_RuntimeMethod_var); NullCheck(L_8); L_8->set_UrlState_1(2); } IL_0040: { String_t* L_9 = V_0; return L_9; } } // System.String DMCore.Framework.URL.CURLManager::GetPostTaskExpendName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CURLManager_GetPostTaskExpendName_m2748774184 (CURLManager_t2578998768 * __this, String_t* ___localPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_GetPostTaskExpendName_m2748774184_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; Dictionary_2_t3210789151 * L_1 = __this->get_m_postTask_2(); String_t* L_2 = ___localPath0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m3184822460(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m3184822460_RuntimeMethod_var); if (!L_3) { goto IL_0029; } } { Dictionary_2_t3210789151 * L_4 = __this->get_m_postTask_2(); String_t* L_5 = ___localPath0; NullCheck(L_4); CURLPostData_t3425532852 * L_6 = Dictionary_2_get_Item_m2268760768(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m2268760768_RuntimeMethod_var); NullCheck(L_6); String_t* L_7 = L_6->get_ExpendName_0(); V_0 = L_7; } IL_0029: { String_t* L_8 = V_0; return L_8; } } // System.Void DMCore.Framework.URL.CURLManager::SetPostResult(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CURLManager_SetPostResult_m4173920449 (CURLManager_t2578998768 * __this, String_t* ___localPath0, bool ___bSuccess1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_SetPostResult_m4173920449_MetadataUsageId); s_Il2CppMethodInitialized = true; } CURLPostData_t3425532852 * G_B3_0 = NULL; CURLPostData_t3425532852 * G_B2_0 = NULL; int32_t G_B4_0 = 0; CURLPostData_t3425532852 * G_B4_1 = NULL; { Dictionary_2_t3210789151 * L_0 = __this->get_m_postTask_2(); String_t* L_1 = ___localPath0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3184822460(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3184822460_RuntimeMethod_var); if (!L_2) { goto IL_002f; } } { Dictionary_2_t3210789151 * L_3 = __this->get_m_postTask_2(); String_t* L_4 = ___localPath0; NullCheck(L_3); CURLPostData_t3425532852 * L_5 = Dictionary_2_get_Item_m2268760768(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2268760768_RuntimeMethod_var); bool L_6 = ___bSuccess1; G_B2_0 = L_5; if (!L_6) { G_B3_0 = L_5; goto IL_0029; } } { G_B4_0 = 3; G_B4_1 = G_B2_0; goto IL_002a; } IL_0029: { G_B4_0 = 4; G_B4_1 = G_B3_0; } IL_002a: { NullCheck(G_B4_1); G_B4_1->set_UrlState_1(G_B4_0); } IL_002f: { return; } } // DMCore.Framework.URL.enumUrlState DMCore.Framework.URL.CURLManager::GetPostState(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CURLManager_GetPostState_m3862593590 (CURLManager_t2578998768 * __this, String_t* ___localPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_GetPostState_m3862593590_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CURLPostData_t3425532852 * V_1 = NULL; { V_0 = 0; V_1 = (CURLPostData_t3425532852 *)NULL; Dictionary_2_t3210789151 * L_0 = __this->get_m_postTask_2(); String_t* L_1 = ___localPath0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m404110273(L_0, L_1, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m404110273_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { CURLPostData_t3425532852 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = L_3->get_UrlState_1(); V_0 = L_4; } IL_001e: { int32_t L_5 = V_0; return L_5; } } // System.String DMCore.Framework.URL.CURLManager::StaticPosUrl() extern "C" IL2CPP_METHOD_ATTR String_t* CURLManager_StaticPosUrl_m2074534259 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_StaticPosUrl_m2074534259_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1085050331_il2cpp_TypeInfo_var); ServerSetting_t2760349885 * L_0 = Singleton_1_get_Instance_m906527132(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m906527132_RuntimeMethod_var); NullCheck(L_0); String_t* L_1 = ServerSetting_GetPropertyValue_m2475801718(L_0, _stringLiteral3278377697, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.URL.CURLManager::StaticGetUrl() extern "C" IL2CPP_METHOD_ATTR String_t* CURLManager_StaticGetUrl_m1204673895 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_StaticGetUrl_m1204673895_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t1085050331_il2cpp_TypeInfo_var); ServerSetting_t2760349885 * L_0 = Singleton_1_get_Instance_m906527132(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m906527132_RuntimeMethod_var); NullCheck(L_0); String_t* L_1 = ServerSetting_GetPropertyValue_m2475801718(L_0, _stringLiteral671283288, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Framework.URL.CURLManager::PushTask(System.String,System.Boolean,System.String,DMCore.Framework.URL.OnUrlGetTaskDown,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CURLManager_PushTask_m669214287 (CURLManager_t2578998768 * __this, String_t* ___localPath0, bool ___bHigh1, String_t* ___localDirect2, OnUrlGetTaskDown_t3730717116 * ___callBack3, int64_t ___userData4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_PushTask_m669214287_MetadataUsageId); s_Il2CppMethodInitialized = true; } CURLResData_t1244445032 * V_0 = NULL; CURLResData_t1244445032 * V_1 = NULL; int32_t V_2 = 0; { V_0 = (CURLResData_t1244445032 *)NULL; Dictionary_2_t1029701331 * L_0 = __this->get_m_DictionaryRes_0(); String_t* L_1 = ___localPath0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2401482396(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2401482396_RuntimeMethod_var); if (L_2) { goto IL_0073; } } { CURLResData_t1244445032 * L_3 = (CURLResData_t1244445032 *)il2cpp_codegen_object_new(CURLResData_t1244445032_il2cpp_TypeInfo_var); CURLResData__ctor_m2729636831(L_3, /*hidden argument*/NULL); V_1 = L_3; CURLResData_t1244445032 * L_4 = V_1; NullCheck(L_4); L_4->set_m_Obj_4((ByteU5BU5D_t4116647657*)NULL); CURLResData_t1244445032 * L_5 = V_1; NullCheck(L_5); L_5->set_m_State_1(1); CURLResData_t1244445032 * L_6 = V_1; OnUrlGetTaskDown_t3730717116 * L_7 = ___callBack3; NullCheck(L_6); L_6->set_m_CallBack_0(L_7); CURLResData_t1244445032 * L_8 = V_1; String_t* L_9 = ___localDirect2; NullCheck(L_8); L_8->set_m_LocalDirect_3(L_9); CURLResData_t1244445032 * L_10 = V_1; int64_t L_11 = ___userData4; NullCheck(L_10); L_10->set_m_UserData_2(L_11); Dictionary_2_t1029701331 * L_12 = __this->get_m_DictionaryRes_0(); String_t* L_13 = ___localPath0; CURLResData_t1244445032 * L_14 = V_1; NullCheck(L_12); Dictionary_2_Add_m451687388(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_Add_m451687388_RuntimeMethod_var); bool L_15 = ___bHigh1; if (!L_15) { goto IL_0065; } } { LinkedList_1_t687096698 * L_16 = __this->get_m_TaskList_1(); String_t* L_17 = ___localPath0; NullCheck(L_16); LinkedList_1_AddFirst_m3233453830(L_16, L_17, /*hidden argument*/LinkedList_1_AddFirst_m3233453830_RuntimeMethod_var); goto IL_0072; } IL_0065: { LinkedList_1_t687096698 * L_18 = __this->get_m_TaskList_1(); String_t* L_19 = ___localPath0; NullCheck(L_18); LinkedList_1_AddLast_m980610863(L_18, L_19, /*hidden argument*/LinkedList_1_AddLast_m980610863_RuntimeMethod_var); } IL_0072: { return; } IL_0073: { CURLResData_t1244445032 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = L_20->get_m_State_1(); V_2 = L_21; int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)3)))) { goto IL_0092; } } { OnUrlGetTaskDown_t3730717116 * L_23 = ___callBack3; if (!L_23) { goto IL_0092; } } { OnUrlGetTaskDown_t3730717116 * L_24 = ___callBack3; String_t* L_25 = ___localPath0; int64_t L_26 = ___userData4; NullCheck(L_24); OnUrlGetTaskDown_Invoke_m4106112121(L_24, L_25, L_26, /*hidden argument*/NULL); } IL_0092: { return; } } // System.String DMCore.Framework.URL.CURLManager::GetDwonloadTaskLocalDirect(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CURLManager_GetDwonloadTaskLocalDirect_m1468123417 (CURLManager_t2578998768 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_GetDwonloadTaskLocalDirect_m1468123417_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CURLResData_t1244445032 * V_1 = NULL; { V_0 = (String_t*)NULL; V_1 = (CURLResData_t1244445032 *)NULL; Dictionary_2_t1029701331 * L_0 = __this->get_m_DictionaryRes_0(); String_t* L_1 = ___path0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2401482396(L_0, L_1, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2401482396_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { CURLResData_t1244445032 * L_3 = V_1; NullCheck(L_3); String_t* L_4 = L_3->get_m_LocalDirect_3(); V_0 = L_4; } IL_001e: { String_t* L_5 = V_0; return L_5; } } // System.String DMCore.Framework.URL.CURLManager::PopTask() extern "C" IL2CPP_METHOD_ATTR String_t* CURLManager_PopTask_m3497533704 (CURLManager_t2578998768 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_PopTask_m3497533704_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; LinkedList_1_t687096698 * L_0 = __this->get_m_TaskList_1(); NullCheck(L_0); int32_t L_1 = LinkedList_1_get_Count_m1415204279(L_0, /*hidden argument*/LinkedList_1_get_Count_m1415204279_RuntimeMethod_var); if (!L_1) { goto IL_0040; } } { LinkedList_1_t687096698 * L_2 = __this->get_m_TaskList_1(); NullCheck(L_2); LinkedListNode_1_t1592625792 * L_3 = LinkedList_1_get_First_m2874225059(L_2, /*hidden argument*/LinkedList_1_get_First_m2874225059_RuntimeMethod_var); NullCheck(L_3); String_t* L_4 = LinkedListNode_1_get_Value_m2392486284(L_3, /*hidden argument*/LinkedListNode_1_get_Value_m2392486284_RuntimeMethod_var); V_0 = L_4; LinkedList_1_t687096698 * L_5 = __this->get_m_TaskList_1(); NullCheck(L_5); LinkedList_1_RemoveFirst_m3486779266(L_5, /*hidden argument*/LinkedList_1_RemoveFirst_m3486779266_RuntimeMethod_var); Dictionary_2_t1029701331 * L_6 = __this->get_m_DictionaryRes_0(); String_t* L_7 = V_0; NullCheck(L_6); CURLResData_t1244445032 * L_8 = Dictionary_2_get_Item_m837314852(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m837314852_RuntimeMethod_var); NullCheck(L_8); L_8->set_m_State_1(2); } IL_0040: { String_t* L_9 = V_0; return L_9; } } // System.Void DMCore.Framework.URL.CURLManager::SetTaskTarget(System.String,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CURLManager_SetTaskTarget_m1671834598 (CURLManager_t2578998768 * __this, String_t* ___path0, ByteU5BU5D_t4116647657* ___result1, int32_t ___start2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_SetTaskTarget_m1671834598_MetadataUsageId); s_Il2CppMethodInitialized = true; } CURLResData_t1244445032 * V_0 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { V_0 = (CURLResData_t1244445032 *)NULL; Dictionary_2_t1029701331 * L_2 = __this->get_m_DictionaryRes_0(); String_t* L_3 = ___path0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m2401482396(L_2, L_3, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2401482396_RuntimeMethod_var); if (!L_4) { goto IL_0066; } } { ByteU5BU5D_t4116647657* L_5 = ___result1; if (!L_5) { goto IL_0058; } } { int32_t L_6 = ___count3; if ((((int32_t)0) >= ((int32_t)L_6))) { goto IL_0058; } } { CURLResData_t1244445032 * L_7 = V_0; int32_t L_8 = ___count3; NullCheck(L_7); L_7->set_m_Obj_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_8))); ByteU5BU5D_t4116647657* L_9 = ___result1; int32_t L_10 = ___start2; CURLResData_t1244445032 * L_11 = V_0; NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = L_11->get_m_Obj_4(); int32_t L_13 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); CURLResData_t1244445032 * L_14 = V_0; NullCheck(L_14); L_14->set_m_State_1(3); goto IL_0066; } IL_0058: { CURLResData_t1244445032 * L_15 = V_0; NullCheck(L_15); L_15->set_m_Obj_4((ByteU5BU5D_t4116647657*)NULL); CURLResData_t1244445032 * L_16 = V_0; NullCheck(L_16); L_16->set_m_State_1(2); } IL_0066: { return; } } // System.Void DMCore.Framework.URL.CURLManager::OnTaskEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void CURLManager_OnTaskEnd_m906488029 (CURLManager_t2578998768 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_OnTaskEnd_m906488029_MetadataUsageId); s_Il2CppMethodInitialized = true; } OnUrlGetTaskDown_t3730717116 * V_0 = NULL; int64_t V_1 = 0; CURLResData_t1244445032 * V_2 = NULL; CURLResData_t1244445032 * G_B6_0 = NULL; CURLResData_t1244445032 * G_B4_0 = NULL; CURLResData_t1244445032 * G_B5_0 = NULL; int32_t G_B7_0 = 0; CURLResData_t1244445032 * G_B7_1 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { V_0 = (OnUrlGetTaskDown_t3730717116 *)NULL; V_1 = (((int64_t)((int64_t)0))); V_2 = (CURLResData_t1244445032 *)NULL; Dictionary_2_t1029701331 * L_2 = __this->get_m_DictionaryRes_0(); String_t* L_3 = ___path0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m2401482396(L_2, L_3, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m2401482396_RuntimeMethod_var); if (!L_4) { goto IL_005a; } } { CURLResData_t1244445032 * L_5 = V_2; CURLResData_t1244445032 * L_6 = V_2; NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = L_6->get_m_Obj_4(); G_B4_0 = L_5; if (!L_7) { G_B6_0 = L_5; goto IL_0046; } } { CURLResData_t1244445032 * L_8 = V_2; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = L_8->get_m_Obj_4(); NullCheck(L_9); G_B5_0 = G_B4_0; if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { G_B6_0 = G_B4_0; goto IL_0046; } } { G_B7_0 = 3; G_B7_1 = G_B5_0; goto IL_0047; } IL_0046: { G_B7_0 = 4; G_B7_1 = G_B6_0; } IL_0047: { NullCheck(G_B7_1); G_B7_1->set_m_State_1(G_B7_0); CURLResData_t1244445032 * L_10 = V_2; NullCheck(L_10); OnUrlGetTaskDown_t3730717116 * L_11 = L_10->get_m_CallBack_0(); V_0 = L_11; CURLResData_t1244445032 * L_12 = V_2; NullCheck(L_12); int64_t L_13 = L_12->get_m_UserData_2(); V_1 = L_13; } IL_005a: { OnUrlGetTaskDown_t3730717116 * L_14 = V_0; if (!L_14) { goto IL_0068; } } { OnUrlGetTaskDown_t3730717116 * L_15 = V_0; String_t* L_16 = ___path0; int64_t L_17 = V_1; NullCheck(L_15); OnUrlGetTaskDown_Invoke_m4106112121(L_15, L_16, L_17, /*hidden argument*/NULL); } IL_0068: { return; } } // DMCore.Framework.URL.enumUrlState DMCore.Framework.URL.CURLManager::GetResState(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CURLManager_GetResState_m3860133774 (CURLManager_t2578998768 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_GetResState_m3860133774_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CURLResData_t1244445032 * V_1 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (int32_t)(0); } IL_000d: { V_0 = 0; V_1 = (CURLResData_t1244445032 *)NULL; Dictionary_2_t1029701331 * L_2 = __this->get_m_DictionaryRes_0(); String_t* L_3 = ___path0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m2401482396(L_2, L_3, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2401482396_RuntimeMethod_var); if (!L_4) { goto IL_002b; } } { CURLResData_t1244445032 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->get_m_State_1(); V_0 = L_6; } IL_002b: { int32_t L_7 = V_0; return L_7; } } // System.Void DMCore.Framework.URL.CURLManager::RemoveUrlObject(System.String) extern "C" IL2CPP_METHOD_ATTR void CURLManager_RemoveUrlObject_m1275450391 (CURLManager_t2578998768 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_RemoveUrlObject_m1275450391_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { Dictionary_2_t1029701331 * L_2 = __this->get_m_DictionaryRes_0(); String_t* L_3 = ___path0; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m3690580538(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m3690580538_RuntimeMethod_var); if (!L_4) { goto IL_002a; } } { Dictionary_2_t1029701331 * L_5 = __this->get_m_DictionaryRes_0(); String_t* L_6 = ___path0; NullCheck(L_5); Dictionary_2_Remove_m2438093830(L_5, L_6, /*hidden argument*/Dictionary_2_Remove_m2438093830_RuntimeMethod_var); } IL_002a: { return; } } // System.Byte[] DMCore.Framework.URL.CURLManager::GetUrlObject(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CURLManager_GetUrlObject_m173663503 (CURLManager_t2578998768 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLManager_GetUrlObject_m173663503_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; CURLResData_t1244445032 * V_1 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { V_0 = (ByteU5BU5D_t4116647657*)NULL; V_1 = (CURLResData_t1244445032 *)NULL; Dictionary_2_t1029701331 * L_2 = __this->get_m_DictionaryRes_0(); String_t* L_3 = ___path0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m2401482396(L_2, L_3, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2401482396_RuntimeMethod_var); if (!L_4) { goto IL_002b; } } { CURLResData_t1244445032 * L_5 = V_1; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = L_5->get_m_Obj_4(); V_0 = L_6; } IL_002b: { ByteU5BU5D_t4116647657* L_7 = V_0; return L_7; } } #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 DMCore.Framework.URL.CURLManager/CURLPostData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CURLPostData__ctor_m4085435323 (CURLPostData_t3425532852 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CURLPostData__ctor_m4085435323_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_ExpendName_0(L_0); __this->set_UrlState_1(0); 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 // System.Void DMCore.Framework.URL.CURLManager/CURLResData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CURLResData__ctor_m2729636831 (CURLResData_t1244445032 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_State_1(1); __this->set_m_Obj_4((ByteU5BU5D_t4116647657*)NULL); __this->set_m_CallBack_0((OnUrlGetTaskDown_t3730717116 *)NULL); __this->set_m_UserData_2((((int64_t)((int64_t)0)))); 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 #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnUrlGetTaskDown_t3730717116 (OnUrlGetTaskDown_t3730717116 * __this, String_t* ___path0, int64_t ___userData1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, int64_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___path0' to native representation char* ____path0_marshaled = NULL; ____path0_marshaled = il2cpp_codegen_marshal_string(___path0); // Native function invocation il2cppPInvokeFunc(____path0_marshaled, ___userData1); // Marshaling cleanup of parameter '___path0' native representation il2cpp_codegen_marshal_free(____path0_marshaled); ____path0_marshaled = NULL; } // System.Void DMCore.Framework.URL.OnUrlGetTaskDown::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnUrlGetTaskDown__ctor_m1943020277 (OnUrlGetTaskDown_t3730717116 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Framework.URL.OnUrlGetTaskDown::Invoke(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void OnUrlGetTaskDown_Invoke_m4106112121 (OnUrlGetTaskDown_t3730717116 * __this, String_t* ___path0, int64_t ___userData1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnUrlGetTaskDown_Invoke_m4106112121((OnUrlGetTaskDown_t3730717116 *)__this->get_prev_9(), ___path0, ___userData1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, String_t*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___path0, ___userData1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___path0, ___userData1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< String_t*, int64_t >::Invoke(targetMethod, targetThis, ___path0, ___userData1); else GenericVirtActionInvoker2< String_t*, int64_t >::Invoke(targetMethod, targetThis, ___path0, ___userData1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< String_t*, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___path0, ___userData1); else VirtActionInvoker2< String_t*, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___path0, ___userData1); } } else { typedef void (*FunctionPointerType) (void*, String_t*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___path0, ___userData1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int64_t >::Invoke(targetMethod, ___path0, ___userData1); else GenericVirtActionInvoker1< int64_t >::Invoke(targetMethod, ___path0, ___userData1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___path0, ___userData1); else VirtActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___path0, ___userData1); } } else { typedef void (*FunctionPointerType) (String_t*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___path0, ___userData1, targetMethod); } } } } // System.IAsyncResult DMCore.Framework.URL.OnUrlGetTaskDown::BeginInvoke(System.String,System.Int64,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnUrlGetTaskDown_BeginInvoke_m670770688 (OnUrlGetTaskDown_t3730717116 * __this, String_t* ___path0, int64_t ___userData1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnUrlGetTaskDown_BeginInvoke_m670770688_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___path0; __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___userData1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void DMCore.Framework.URL.OnUrlGetTaskDown::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnUrlGetTaskDown_EndInvoke_m3820742032 (OnUrlGetTaskDown_t3730717116 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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 DMCore.Framework.XML.DMXmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlDocument__ctor_m1999715427 (DMXmlDocument_t2468531415 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlDocument__ctor_m1999715427_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); DMXmlNode__ctor_m4014632942(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.XML.DMXmlDocument DMCore.Framework.XML.DMXmlDocument::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlDocument_t2468531415 * DMXmlDocument_LoadXml_m2953623357 (RuntimeObject * __this /* static, unused */, String_t* ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlDocument_LoadXml_m2953623357_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlDocument_t2468531415 * V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; DMXmlSerial_t1029243897 * V_6 = NULL; DMXmlSerial_t1029243897 * V_7 = NULL; DMXmlSerial_t1029243897 * V_8 = NULL; bool V_9 = false; bool V_10 = false; DMXmlNodeList_t795971656 * V_11 = NULL; DMXmlNode_t3958967524 * V_12 = NULL; int32_t V_13 = 0; Il2CppChar V_14 = 0x0; Il2CppChar V_15 = 0x0; int32_t V_16 = 0; Il2CppChar V_17 = 0x0; Il2CppChar V_18 = 0x0; DMXmlNode_t3958967524 * V_19 = NULL; { DMXmlDocument_t2468531415 * L_0 = (DMXmlDocument_t2468531415 *)il2cpp_codegen_object_new(DMXmlDocument_t2468531415_il2cpp_TypeInfo_var); DMXmlDocument__ctor_m1999715427(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; V_5 = (bool)0; String_t* L_1 = ___content0; DMXmlSerial_t1029243897 * L_2 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_2, L_1, /*hidden argument*/NULL); V_6 = L_2; String_t* L_3 = ___content0; DMXmlSerial_t1029243897 * L_4 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_4, L_3, /*hidden argument*/NULL); V_7 = L_4; String_t* L_5 = ___content0; DMXmlSerial_t1029243897 * L_6 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_6, L_5, /*hidden argument*/NULL); V_8 = L_6; V_9 = (bool)0; V_10 = (bool)0; DMXmlNodeList_t795971656 * L_7 = (DMXmlNodeList_t795971656 *)il2cpp_codegen_object_new(DMXmlNodeList_t795971656_il2cpp_TypeInfo_var); DMXmlNodeList__ctor_m2198242240(L_7, /*hidden argument*/NULL); V_11 = L_7; DMXmlDocument_t2468531415 * L_8 = V_0; V_12 = L_8; String_t* L_9 = ___content0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); V_13 = L_10; V_14 = ((int32_t)126); V_15 = ((int32_t)32); V_16 = 0; goto IL_0427; } IL_0052: { String_t* L_11 = ___content0; int32_t L_12 = V_16; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); V_15 = L_13; V_17 = ((int32_t)126); V_18 = ((int32_t)126); int32_t L_14 = V_16; int32_t L_15 = V_13; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) >= ((int32_t)L_15))) { goto IL_007b; } } { String_t* L_16 = ___content0; int32_t L_17 = V_16; NullCheck(L_16); Il2CppChar L_18 = String_get_Chars_m2986988803(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); V_17 = L_18; } IL_007b: { int32_t L_19 = V_16; int32_t L_20 = V_13; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2))) >= ((int32_t)L_20))) { goto IL_0092; } } { String_t* L_21 = ___content0; int32_t L_22 = V_16; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)2)), /*hidden argument*/NULL); V_18 = L_23; } IL_0092: { bool L_24 = V_1; if (!L_24) { goto IL_0371; } } { bool L_25 = V_2; if (!L_25) { goto IL_016a; } } { Il2CppChar L_26 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_27 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_3(); if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_00b1; } } { V_2 = (bool)0; goto IL_00c1; } IL_00b1: { Il2CppChar L_28 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_29 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_00c1; } } { V_2 = (bool)0; V_1 = (bool)0; } IL_00c1: { bool L_30 = V_2; if (L_30) { goto IL_0134; } } { DMXmlSerial_t1029243897 * L_31 = V_8; NullCheck(L_31); int32_t L_32 = L_31->get_m_length_2(); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_0134; } } { DMXmlSerial_t1029243897 * L_33 = V_8; NullCheck(L_33); Il2CppChar L_34 = DMXmlSerial_get_Item_m3623854977(L_33, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_35 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SLASH_6(); if ((!(((uint32_t)L_34) == ((uint32_t)L_35)))) { goto IL_00fc; } } { String_t* L_36 = ___content0; DMXmlSerial_t1029243897 * L_37 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_37, L_36, /*hidden argument*/NULL); V_8 = L_37; DMXmlNodeList_t795971656 * L_38 = V_11; NullCheck(L_38); DMXmlNode_t3958967524 * L_39 = DMXmlNodeList_Pop_m3136560729(L_38, /*hidden argument*/NULL); V_12 = L_39; goto IL_012f; } IL_00fc: { DMXmlNode_t3958967524 * L_40 = (DMXmlNode_t3958967524 *)il2cpp_codegen_object_new(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); DMXmlNode__ctor_m4014632942(L_40, /*hidden argument*/NULL); V_19 = L_40; DMXmlNode_t3958967524 * L_41 = V_19; DMXmlSerial_t1029243897 * L_42 = V_8; NullCheck(L_41); DMXmlNode_SetNodeName_m164867616(L_41, L_42, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_43 = V_12; NullCheck(L_43); DMXmlNodeList_t795971656 * L_44 = DMXmlNode_get_ChildNodes_m14158511(L_43, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_45 = V_19; NullCheck(L_44); BetterList_1_Add_m2128542311(L_44, L_45, /*hidden argument*/BetterList_1_Add_m2128542311_RuntimeMethod_var); DMXmlNodeList_t795971656 * L_46 = V_11; DMXmlNode_t3958967524 * L_47 = V_12; NullCheck(L_46); BetterList_1_Add_m2128542311(L_46, L_47, /*hidden argument*/BetterList_1_Add_m2128542311_RuntimeMethod_var); DMXmlNode_t3958967524 * L_48 = V_19; V_12 = L_48; String_t* L_49 = ___content0; DMXmlSerial_t1029243897 * L_50 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_50, L_49, /*hidden argument*/NULL); V_8 = L_50; } IL_012f: { goto IL_0165; } IL_0134: { DMXmlSerial_t1029243897 * L_51 = V_8; NullCheck(L_51); int32_t L_52 = L_51->get_m_length_2(); if (L_52) { goto IL_0156; } } { DMXmlSerial_t1029243897 * L_53 = V_8; int32_t L_54 = V_16; NullCheck(L_53); L_53->set_m_start_1(L_54); DMXmlSerial_t1029243897 * L_55 = V_8; NullCheck(L_55); L_55->set_m_length_2(1); goto IL_0165; } IL_0156: { DMXmlSerial_t1029243897 * L_56 = V_8; DMXmlSerial_t1029243897 * L_57 = L_56; NullCheck(L_57); int32_t L_58 = L_57->get_m_length_2(); NullCheck(L_57); L_57->set_m_length_2(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1))); } IL_0165: { goto IL_036c; } IL_016a: { bool L_59 = V_5; if (L_59) { goto IL_01ec; } } { Il2CppChar L_60 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_61 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SLASH_6(); if ((!(((uint32_t)L_60) == ((uint32_t)L_61)))) { goto IL_01ec; } } { Il2CppChar L_62 = V_17; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_63 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); if ((!(((uint32_t)L_62) == ((uint32_t)L_63)))) { goto IL_01ec; } } { V_1 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; DMXmlSerial_t1029243897 * L_64 = V_6; NullCheck(L_64); int32_t L_65 = L_64->get_m_length_2(); if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_01c8; } } { DMXmlSerial_t1029243897 * L_66 = V_7; NullCheck(L_66); int32_t L_67 = L_66->get_m_length_2(); if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_01ba; } } { DMXmlNode_t3958967524 * L_68 = V_12; DMXmlSerial_t1029243897 * L_69 = V_6; DMXmlSerial_t1029243897 * L_70 = V_7; NullCheck(L_68); DMXmlNode_AddAttributeNative_m669688486(L_68, L_69, L_70, /*hidden argument*/NULL); goto IL_01c8; } IL_01ba: { DMXmlNode_t3958967524 * L_71 = V_12; DMXmlSerial_t1029243897 * L_72 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial_t1029243897 * L_73 = ((DMXmlSerial_t1029243897_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var))->get_Empty_0(); NullCheck(L_71); DMXmlNode_AddAttributeNative_m669688486(L_71, L_72, L_73, /*hidden argument*/NULL); } IL_01c8: { int32_t L_74 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); DMXmlNodeList_t795971656 * L_75 = V_11; NullCheck(L_75); DMXmlNode_t3958967524 * L_76 = DMXmlNodeList_Pop_m3136560729(L_75, /*hidden argument*/NULL); V_12 = L_76; String_t* L_77 = ___content0; DMXmlSerial_t1029243897 * L_78 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_78, L_77, /*hidden argument*/NULL); V_6 = L_78; String_t* L_79 = ___content0; DMXmlSerial_t1029243897 * L_80 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_80, L_79, /*hidden argument*/NULL); V_7 = L_80; goto IL_036c; } IL_01ec: { bool L_81 = V_5; if (L_81) { goto IL_0233; } } { Il2CppChar L_82 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_83 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); if ((!(((uint32_t)L_82) == ((uint32_t)L_83)))) { goto IL_0233; } } { V_1 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; DMXmlSerial_t1029243897 * L_84 = V_6; NullCheck(L_84); int32_t L_85 = L_84->get_m_length_2(); if ((((int32_t)L_85) <= ((int32_t)0))) { goto IL_021e; } } { DMXmlNode_t3958967524 * L_86 = V_12; DMXmlSerial_t1029243897 * L_87 = V_6; DMXmlSerial_t1029243897 * L_88 = V_7; NullCheck(L_86); DMXmlNode_AddAttributeNative_m669688486(L_86, L_87, L_88, /*hidden argument*/NULL); } IL_021e: { String_t* L_89 = ___content0; DMXmlSerial_t1029243897 * L_90 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_90, L_89, /*hidden argument*/NULL); V_6 = L_90; String_t* L_91 = ___content0; DMXmlSerial_t1029243897 * L_92 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_92, L_91, /*hidden argument*/NULL); V_7 = L_92; goto IL_036c; } IL_0233: { bool L_93 = V_3; if (!L_93) { goto IL_0291; } } { Il2CppChar L_94 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_95 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_3(); if ((((int32_t)L_94) == ((int32_t)L_95))) { goto IL_0251; } } { Il2CppChar L_96 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_97 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_EQUALS_8(); if ((!(((uint32_t)L_96) == ((uint32_t)L_97)))) { goto IL_025b; } } IL_0251: { V_3 = (bool)0; V_4 = (bool)1; goto IL_028c; } IL_025b: { DMXmlSerial_t1029243897 * L_98 = V_6; NullCheck(L_98); int32_t L_99 = L_98->get_m_length_2(); if (L_99) { goto IL_027d; } } { DMXmlSerial_t1029243897 * L_100 = V_6; int32_t L_101 = V_16; NullCheck(L_100); L_100->set_m_start_1(L_101); DMXmlSerial_t1029243897 * L_102 = V_6; NullCheck(L_102); L_102->set_m_length_2(1); goto IL_028c; } IL_027d: { DMXmlSerial_t1029243897 * L_103 = V_6; DMXmlSerial_t1029243897 * L_104 = L_103; NullCheck(L_104); int32_t L_105 = L_104->get_m_length_2(); NullCheck(L_104); L_104->set_m_length_2(((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1))); } IL_028c: { goto IL_036c; } IL_0291: { bool L_106 = V_4; if (!L_106) { goto IL_0316; } } { Il2CppChar L_107 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_108 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_QUOTE_4(); if ((!(((uint32_t)L_107) == ((uint32_t)L_108)))) { goto IL_02d9; } } { bool L_109 = V_5; if (!L_109) { goto IL_02d1; } } { V_4 = (bool)0; DMXmlNode_t3958967524 * L_110 = V_12; DMXmlSerial_t1029243897 * L_111 = V_6; DMXmlSerial_t1029243897 * L_112 = V_7; NullCheck(L_110); DMXmlNode_AddAttributeNative_m669688486(L_110, L_111, L_112, /*hidden argument*/NULL); String_t* L_113 = ___content0; DMXmlSerial_t1029243897 * L_114 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_114, L_113, /*hidden argument*/NULL); V_7 = L_114; String_t* L_115 = ___content0; DMXmlSerial_t1029243897 * L_116 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_116, L_115, /*hidden argument*/NULL); V_6 = L_116; V_5 = (bool)0; goto IL_02d4; } IL_02d1: { V_5 = (bool)1; } IL_02d4: { goto IL_0311; } IL_02d9: { bool L_117 = V_5; if (!L_117) { goto IL_0311; } } { DMXmlSerial_t1029243897 * L_118 = V_7; NullCheck(L_118); int32_t L_119 = L_118->get_m_length_2(); if (L_119) { goto IL_0302; } } { DMXmlSerial_t1029243897 * L_120 = V_7; int32_t L_121 = V_16; NullCheck(L_120); L_120->set_m_start_1(L_121); DMXmlSerial_t1029243897 * L_122 = V_7; NullCheck(L_122); L_122->set_m_length_2(1); goto IL_0311; } IL_0302: { DMXmlSerial_t1029243897 * L_123 = V_7; DMXmlSerial_t1029243897 * L_124 = L_123; NullCheck(L_124); int32_t L_125 = L_124->get_m_length_2(); NullCheck(L_124); L_124->set_m_length_2(((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1))); } IL_0311: { goto IL_036c; } IL_0316: { IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_126 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_3(); Il2CppChar L_127 = V_15; if ((((int32_t)L_126) == ((int32_t)L_127))) { goto IL_036c; } } { IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_128 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_N_11(); Il2CppChar L_129 = V_15; if ((((int32_t)L_128) == ((int32_t)L_129))) { goto IL_036c; } } { IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_130 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_R_12(); Il2CppChar L_131 = V_15; if ((((int32_t)L_130) == ((int32_t)L_131))) { goto IL_036c; } } { IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_132 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_T_13(); Il2CppChar L_133 = V_15; if ((((int32_t)L_132) == ((int32_t)L_133))) { goto IL_036c; } } { V_3 = (bool)1; String_t* L_134 = ___content0; DMXmlSerial_t1029243897 * L_135 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_135, L_134, /*hidden argument*/NULL); V_6 = L_135; DMXmlSerial_t1029243897 * L_136 = V_6; int32_t L_137 = V_16; NullCheck(L_136); L_136->set_m_start_1(L_137); DMXmlSerial_t1029243897 * L_138 = V_6; NullCheck(L_138); L_138->set_m_length_2(1); String_t* L_139 = ___content0; DMXmlSerial_t1029243897 * L_140 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_140, L_139, /*hidden argument*/NULL); V_7 = L_140; V_5 = (bool)0; } IL_036c: { goto IL_041d; } IL_0371: { bool L_141 = V_9; if (!L_141) { goto IL_039e; } } { Il2CppChar L_142 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_143 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_QMARK_7(); if ((!(((uint32_t)L_142) == ((uint32_t)L_143)))) { goto IL_0399; } } { Il2CppChar L_144 = V_17; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_145 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); if ((!(((uint32_t)L_144) == ((uint32_t)L_145)))) { goto IL_0399; } } { V_9 = (bool)0; int32_t L_146 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); } IL_0399: { goto IL_041d; } IL_039e: { bool L_147 = V_10; if (!L_147) { goto IL_03d7; } } { Il2CppChar L_148 = V_14; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_149 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_DASH_10(); if ((!(((uint32_t)L_148) == ((uint32_t)L_149)))) { goto IL_03d2; } } { Il2CppChar L_150 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_151 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_DASH_10(); if ((!(((uint32_t)L_150) == ((uint32_t)L_151)))) { goto IL_03d2; } } { Il2CppChar L_152 = V_17; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_153 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); if ((!(((uint32_t)L_152) == ((uint32_t)L_153)))) { goto IL_03d2; } } { V_10 = (bool)0; int32_t L_154 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); } IL_03d2: { goto IL_041d; } IL_03d7: { Il2CppChar L_155 = V_15; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_156 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_LT_1(); if ((!(((uint32_t)L_155) == ((uint32_t)L_156)))) { goto IL_041d; } } { bool L_157 = V_5; if (L_157) { goto IL_03fe; } } { Il2CppChar L_158 = V_17; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_159 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_QMARK_7(); if ((!(((uint32_t)L_158) == ((uint32_t)L_159)))) { goto IL_03fe; } } { V_9 = (bool)1; goto IL_041d; } IL_03fe: { bool L_160 = V_5; if (L_160) { goto IL_0419; } } { Il2CppChar L_161 = V_17; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_162 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_EXCLAMATION_9(); if ((!(((uint32_t)L_161) == ((uint32_t)L_162)))) { goto IL_0419; } } { V_10 = (bool)1; goto IL_041d; } IL_0419: { V_1 = (bool)1; V_2 = (bool)1; } IL_041d: { int32_t L_163 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)1)); Il2CppChar L_164 = V_15; V_14 = L_164; } IL_0427: { int32_t L_165 = V_16; int32_t L_166 = V_13; if ((((int32_t)L_165) < ((int32_t)L_166))) { goto IL_0052; } } { DMXmlDocument_t2468531415 * L_167 = V_0; return L_167; } } // System.Boolean DMCore.Framework.XML.DMXmlDocument::Save(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMXmlDocument_Save_m863657147 (DMXmlDocument_t2468531415 * __this, String_t* ___xmlFullPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlDocument_Save_m863657147_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; DMXmlNodeList_t795971656 * V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; FileStream_t4292183065 * V_4 = NULL; bool V_5 = false; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; DMXmlNodeList_t795971656 * L_1 = DMXmlNode_get_ChildNodes_m14158511(__this, /*hidden argument*/NULL); V_1 = L_1; V_2 = 0; goto IL_0025; } IL_0014: { DMXmlNodeList_t795971656 * L_2 = V_1; int32_t L_3 = V_2; NullCheck(L_2); DMXmlNode_t3958967524 * L_4 = DMXmlNodeList_Item_m3433089129(L_2, L_3, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; NullCheck(L_4); DMXmlNode_SerialToString_m2359361991(L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0025: { int32_t L_7 = V_2; DMXmlNodeList_t795971656 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = DMXmlNodeList_get_Count_m1776804761(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0014; } } IL_0031: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_10 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); NullCheck(L_10); ByteU5BU5D_t4116647657* L_13 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_10, L_12); V_3 = L_13; String_t* L_14 = ___xmlFullPath0; bool L_15 = File_Exists_m3943585060(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0053; } } IL_004d: { String_t* L_16 = ___xmlFullPath0; File_Delete_m321251800(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); } IL_0053: { String_t* L_17 = ___xmlFullPath0; FileStream_t4292183065 * L_18 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_18, L_17, 2, 2, 2, /*hidden argument*/NULL); V_4 = L_18; FileStream_t4292183065 * L_19 = V_4; if (L_19) { goto IL_006d; } } IL_0065: { V_5 = (bool)0; goto IL_00b4; } IL_006d: { FileStream_t4292183065 * L_20 = V_4; ByteU5BU5D_t4116647657* L_21 = V_3; ByteU5BU5D_t4116647657* L_22 = V_3; NullCheck(L_22); NullCheck(L_20); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_20, L_21, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))); FileStream_t4292183065 * L_23 = V_4; NullCheck(L_23); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Flush() */, L_23); FileStream_t4292183065 * L_24 = V_4; NullCheck(L_24); VirtActionInvoker0::Invoke(12 /* System.Void System.IO.Stream::Close() */, L_24); goto IL_00b2; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_008c; throw e; } CATCH_008c: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); String_t* L_25 = ___xmlFullPath0; Exception_t * L_26 = V_6; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral20745326, L_25, _stringLiteral3453007779, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); V_5 = (bool)0; goto IL_00b4; } // end catch (depth: 1) IL_00b2: { return (bool)1; } IL_00b4: { bool L_29 = V_5; return L_29; } } #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 DMCore.Framework.XML.DMXmlNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlNode__ctor_m4014632942 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode__ctor_m4014632942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t2935806958 * L_0 = (BetterList_1_t2935806958 *)il2cpp_codegen_object_new(BetterList_1_t2935806958_il2cpp_TypeInfo_var); BetterList_1__ctor_m4039421717(L_0, /*hidden argument*/BetterList_1__ctor_m4039421717_RuntimeMethod_var); __this->set_m_listAttribute_15(L_0); DMXmlNodeList_t795971656 * L_1 = (DMXmlNodeList_t795971656 *)il2cpp_codegen_object_new(DMXmlNodeList_t795971656_il2cpp_TypeInfo_var); DMXmlNodeList__ctor_m2198242240(L_1, /*hidden argument*/NULL); __this->set_m_children_16(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); DMXmlNode_set_Parent_m3147973293(__this, (DMXmlNode_t3958967524 *)NULL, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.XML.DMXmlNode::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlNode_get_Name_m3620017394 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_get_Name_m3620017394_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { DMXmlSerial_t1029243897 * L_0 = __this->get_m_Name_14(); if (!L_0) { goto IL_001b; } } { DMXmlSerial_t1029243897 * L_1 = __this->get_m_Name_14(); NullCheck(L_1); String_t* L_2 = DMXmlSerial_get_RealText_m3350810865(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0020; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.Void DMCore.Framework.XML.DMXmlNode::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_set_Name_m410271552 (DMXmlNode_t3958967524 * __this, String_t* ___value0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.XML.DMXmlNode::SetNodeName(System.String) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_SetNodeName_m1124391796 (DMXmlNode_t3958967524 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_SetNodeName_m1124391796_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strName0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial_t1029243897 * L_1 = DMXmlSerial_FromString_m2973593847(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_m_Name_14(L_1); return; } } // System.Void DMCore.Framework.XML.DMXmlNode::SetNodeName(DMCore.Framework.XML.DMXmlSerial) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_SetNodeName_m164867616 (DMXmlNode_t3958967524 * __this, DMXmlSerial_t1029243897 * ___nameSerial0, const RuntimeMethod* method) { { DMXmlSerial_t1029243897 * L_0 = ___nameSerial0; __this->set_m_Name_14(L_0); return; } } // System.Boolean DMCore.Framework.XML.DMXmlNode::IsNodeName(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMXmlNode_IsNodeName_m1197447144 (DMXmlNode_t3958967524 * __this, String_t* ___nodeName0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { DMXmlSerial_t1029243897 * L_0 = __this->get_m_Name_14(); if (!L_0) { goto IL_0019; } } { DMXmlSerial_t1029243897 * L_1 = __this->get_m_Name_14(); String_t* L_2 = ___nodeName0; NullCheck(L_1); bool L_3 = DMXmlSerial_EqualString_m4204928528(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { return (bool)G_B3_0; } } // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::get_Parent() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_get_Parent_m2513184265 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method) { { DMXmlNode_t3958967524 * L_0 = __this->get_U3CParentU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Framework.XML.DMXmlNode::set_Parent(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_set_Parent_m3147973293 (DMXmlNode_t3958967524 * __this, DMXmlNode_t3958967524 * ___value0, const RuntimeMethod* method) { { DMXmlNode_t3958967524 * L_0 = ___value0; __this->set_U3CParentU3Ek__BackingField_0(L_0); return; } } // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::get_FirstChild() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_get_FirstChild_m4174520049 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_get_FirstChild_m4174520049_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlNode_t3958967524 * G_B3_0 = NULL; { DMXmlNodeList_t795971656 * L_0 = __this->get_m_children_16(); NullCheck(L_0); int32_t L_1 = ((BetterList_1_t3113987842 *)L_0)->get_size_1(); if (!L_1) { goto IL_0021; } } { DMXmlNodeList_t795971656 * L_2 = __this->get_m_children_16(); NullCheck(L_2); DMXmlNode_t3958967524 * L_3 = BetterList_1_get_Item_m3745418477(L_2, 0, /*hidden argument*/BetterList_1_get_Item_m3745418477_RuntimeMethod_var); G_B3_0 = L_3; goto IL_0022; } IL_0021: { G_B3_0 = ((DMXmlNode_t3958967524 *)(NULL)); } IL_0022: { return G_B3_0; } } // System.Void DMCore.Framework.XML.DMXmlNode::set_FirstChild(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_set_FirstChild_m3084243165 (DMXmlNode_t3958967524 * __this, DMXmlNode_t3958967524 * ___value0, const RuntimeMethod* method) { { return; } } // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::FindChild(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_FindChild_m3609051302 (DMXmlNode_t3958967524 * __this, String_t* ___nodeName0, const RuntimeMethod* method) { { DMXmlNodeList_t795971656 * L_0 = __this->get_m_children_16(); String_t* L_1 = ___nodeName0; NullCheck(L_0); DMXmlNode_t3958967524 * L_2 = DMXmlNodeList_FindNode_m1047441073(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::FindChildren(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNode_FindChildren_m2023729895 (DMXmlNode_t3958967524 * __this, String_t* ___nodeName0, const RuntimeMethod* method) { { DMXmlNodeList_t795971656 * L_0 = __this->get_m_children_16(); String_t* L_1 = ___nodeName0; NullCheck(L_0); DMXmlNodeList_t795971656 * L_2 = DMXmlNodeList_FindNodeList_m835661080(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_CreateElement_m495605703 (RuntimeObject * __this /* static, unused */, String_t* ___nodeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_CreateElement_m495605703_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlNode_t3958967524 * V_0 = NULL; { DMXmlNode_t3958967524 * L_0 = (DMXmlNode_t3958967524 *)il2cpp_codegen_object_new(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); DMXmlNode__ctor_m4014632942(L_0, /*hidden argument*/NULL); V_0 = L_0; DMXmlNode_t3958967524 * L_1 = V_0; String_t* L_2 = ___nodeName0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial_t1029243897 * L_3 = DMXmlSerial_FromString_m2973593847(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); DMXmlNode_SetNodeName_m164867616(L_1, L_3, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_4 = V_0; return L_4; } } // System.Void DMCore.Framework.XML.DMXmlNode::AppendChild(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_AppendChild_m1303778160 (DMXmlNode_t3958967524 * __this, DMXmlNode_t3958967524 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_AppendChild_m1303778160_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlNode_t3958967524 * L_0 = ___node0; NullCheck(L_0); DMXmlNode_set_Parent_m3147973293(L_0, __this, /*hidden argument*/NULL); DMXmlNodeList_t795971656 * L_1 = __this->get_m_children_16(); DMXmlNode_t3958967524 * L_2 = ___node0; NullCheck(L_1); BetterList_1_Add_m2128542311(L_1, L_2, /*hidden argument*/BetterList_1_Add_m2128542311_RuntimeMethod_var); return; } } // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNode_get_ChildNodes_m14158511 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method) { { DMXmlNodeList_t795971656 * L_0 = __this->get_m_children_16(); return L_0; } } // System.Void DMCore.Framework.XML.DMXmlNode::set_ChildNodes(DMCore.Framework.XML.DMXmlNodeList) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_set_ChildNodes_m378631426 (DMXmlNode_t3958967524 * __this, DMXmlNodeList_t795971656 * ___value0, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.XML.DMXmlNode::HasAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMXmlNode_HasAttribute_m2748658159 (DMXmlNode_t3958967524 * __this, String_t* ___key0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { String_t* L_0 = ___key0; int32_t L_1 = DMXmlNode_FindAttriIndex_m1216428450(__this, L_0, /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0013; } } { G_B3_0 = 1; goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.String DMCore.Framework.XML.DMXmlNode::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlNode_GetAttribute_m2954850936 (DMXmlNode_t3958967524 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_GetAttribute_m2954850936_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___key0; int32_t L_1 = DMXmlNode_FindAttriIndex_m1216428450(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0026; } } { BetterList_1_t2935806958 * L_3 = __this->get_m_listAttribute_15(); int32_t L_4 = V_0; NullCheck(L_3); DMXmlAttribute_t3780786640 * L_5 = BetterList_1_get_Item_m2032547231(L_3, L_4, /*hidden argument*/BetterList_1_get_Item_m2032547231_RuntimeMethod_var); NullCheck(L_5); DMXmlSerial_t1029243897 * L_6 = L_5->get_ItemValue_0(); NullCheck(L_6); String_t* L_7 = DMXmlSerial_get_RealText_m3350810865(L_6, /*hidden argument*/NULL); return L_7; } IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } } // System.String DMCore.Framework.XML.DMXmlNode::GetAttributeString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlNode_GetAttributeString_m2462131447 (DMXmlNode_t3958967524 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_GetAttributeString_m2462131447_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___key0; int32_t L_1 = DMXmlNode_FindAttriIndex_m1216428450(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0026; } } { BetterList_1_t2935806958 * L_3 = __this->get_m_listAttribute_15(); int32_t L_4 = V_0; NullCheck(L_3); DMXmlAttribute_t3780786640 * L_5 = BetterList_1_get_Item_m2032547231(L_3, L_4, /*hidden argument*/BetterList_1_get_Item_m2032547231_RuntimeMethod_var); NullCheck(L_5); DMXmlSerial_t1029243897 * L_6 = L_5->get_ItemValue_0(); NullCheck(L_6); String_t* L_7 = DMXmlSerial_get_RealText_m3350810865(L_6, /*hidden argument*/NULL); return L_7; } IL_0026: { String_t* L_8 = ___defaultVal1; return L_8; } } // System.Int32 DMCore.Framework.XML.DMXmlNode::GetAttributeInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNode_GetAttributeInt_m4115790630 (DMXmlNode_t3958967524 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_GetAttributeInt_m4115790630_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___key0; String_t* L_1 = DMXmlNode_GetAttribute_m2954850936(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { int32_t L_4 = ___defaultVal1; return L_4; } IL_0015: try { // begin try (depth: 1) String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_6 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_1; V_2 = L_7; goto IL_002b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0023; throw e; } CATCH_0023: { // begin catch(System.Object) int32_t L_8 = ___defaultVal1; V_2 = L_8; goto IL_002b; } // end catch (depth: 1) IL_002b: { int32_t L_9 = V_2; return L_9; } } // System.Int64 DMCore.Framework.XML.DMXmlNode::GetAttributeLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t DMXmlNode_GetAttributeLong_m1570139501 (DMXmlNode_t3958967524 * __this, String_t* ___key0, int64_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_GetAttributeLong_m1570139501_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; int64_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___key0; String_t* L_1 = DMXmlNode_GetAttribute_m2954850936(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { int64_t L_4 = ___defaultVal1; return L_4; } IL_0015: try { // begin try (depth: 1) String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_6 = Convert_ToInt64_m4087101237(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; int64_t L_7 = V_1; V_2 = L_7; goto IL_002b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0023; throw e; } CATCH_0023: { // begin catch(System.Object) int64_t L_8 = ___defaultVal1; V_2 = L_8; goto IL_002b; } // end catch (depth: 1) IL_002b: { int64_t L_9 = V_2; return L_9; } } // System.Single DMCore.Framework.XML.DMXmlNode::GetAttributeFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float DMXmlNode_GetAttributeFloat_m3975085840 (DMXmlNode_t3958967524 * __this, String_t* ___key0, float ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_GetAttributeFloat_m3975085840_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___key0; String_t* L_1 = DMXmlNode_GetAttribute_m2954850936(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { float L_4 = ___defaultVal1; return L_4; } IL_0015: try { // begin try (depth: 1) String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_6 = Convert_ToSingle_m12213886(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; float L_7 = V_1; V_2 = L_7; goto IL_002b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0023; throw e; } CATCH_0023: { // begin catch(System.Object) float L_8 = ___defaultVal1; V_2 = L_8; goto IL_002b; } // end catch (depth: 1) IL_002b: { float L_9 = V_2; return L_9; } } // System.Double DMCore.Framework.XML.DMXmlNode::GetAttributeDouble(System.String,System.Double) extern "C" IL2CPP_METHOD_ATTR double DMXmlNode_GetAttributeDouble_m324706818 (DMXmlNode_t3958967524 * __this, String_t* ___key0, double ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_GetAttributeDouble_m324706818_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; double V_1 = 0.0; double V_2 = 0.0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___key0; String_t* L_1 = DMXmlNode_GetAttribute_m2954850936(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { double L_4 = ___defaultVal1; return L_4; } IL_0015: try { // begin try (depth: 1) String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_6 = Convert_ToDouble_m1364128555(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; double L_7 = V_1; V_2 = L_7; goto IL_002b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0023; throw e; } CATCH_0023: { // begin catch(System.Object) double L_8 = ___defaultVal1; V_2 = L_8; goto IL_002b; } // end catch (depth: 1) IL_002b: { double L_9 = V_2; return L_9; } } // UnityEngine.Vector3 DMCore.Framework.XML.DMXmlNode::GetAttributeVector3(System.String,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMXmlNode_GetAttributeVector3_m4127812578 (DMXmlNode_t3958967524 * __this, String_t* ___key0, Vector3_t3722313464 ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_GetAttributeVector3_m4127812578_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___key0; String_t* L_1 = DMXmlNode_GetAttribute_m2954850936(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { Vector3_t3722313464 L_4 = ___defaultVal1; return L_4; } IL_0015: try { // begin try (depth: 1) { String_t* L_5 = V_0; CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_5); StringU5BU5D_t1281789340* L_7 = String_Split_m3646115398(L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; StringU5BU5D_t1281789340* L_8 = V_1; NullCheck(L_8); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) == ((int32_t)3))) { goto IL_0037; } } IL_0030: { Vector3_t3722313464 L_9 = ___defaultVal1; V_2 = L_9; goto IL_007b; } IL_0037: { il2cpp_codegen_initobj((&V_3), sizeof(Vector3_t3722313464 )); StringU5BU5D_t1281789340* L_10 = V_1; NullCheck(L_10); int32_t L_11 = 0; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_13 = Convert_ToSingle_m12213886(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); (&V_3)->set_x_1(L_13); StringU5BU5D_t1281789340* L_14 = V_1; NullCheck(L_14); int32_t L_15 = 1; String_t* L_16 = (L_14)->GetAt(static_cast(L_15)); float L_17 = Convert_ToSingle_m12213886(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); (&V_3)->set_y_2(L_17); StringU5BU5D_t1281789340* L_18 = V_1; NullCheck(L_18); int32_t L_19 = 2; String_t* L_20 = (L_18)->GetAt(static_cast(L_19)); float L_21 = Convert_ToSingle_m12213886(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); (&V_3)->set_z_3(L_21); Vector3_t3722313464 L_22 = V_3; V_2 = L_22; goto IL_007b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0073; throw e; } CATCH_0073: { // begin catch(System.Object) Vector3_t3722313464 L_23 = ___defaultVal1; V_2 = L_23; goto IL_007b; } // end catch (depth: 1) IL_007b: { Vector3_t3722313464 L_24 = V_2; return L_24; } } // System.Void DMCore.Framework.XML.DMXmlNode::SetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_SetAttribute_m3965231450 (DMXmlNode_t3958967524 * __this, String_t* ___key0, String_t* ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_SetAttribute_m3965231450_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlAttribute_t3780786640 * V_0 = NULL; { DMXmlAttribute_t3780786640 * L_0 = (DMXmlAttribute_t3780786640 *)il2cpp_codegen_object_new(DMXmlAttribute_t3780786640_il2cpp_TypeInfo_var); DMXmlAttribute__ctor_m1406273113(L_0, /*hidden argument*/NULL); V_0 = L_0; DMXmlAttribute_t3780786640 * L_1 = V_0; String_t* L_2 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial_t1029243897 * L_3 = DMXmlSerial_FromString_m2973593847(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_ItemKey_1(L_3); DMXmlAttribute_t3780786640 * L_4 = V_0; String_t* L_5 = ___val1; DMXmlSerial_t1029243897 * L_6 = DMXmlSerial_FromString_m2973593847(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_ItemValue_0(L_6); BetterList_1_t2935806958 * L_7 = __this->get_m_listAttribute_15(); DMXmlAttribute_t3780786640 * L_8 = V_0; NullCheck(L_7); BetterList_1_Add_m1865026566(L_7, L_8, /*hidden argument*/BetterList_1_Add_m1865026566_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.XML.DMXmlNode::AddAttributeNative(DMCore.Framework.XML.DMXmlSerial,DMCore.Framework.XML.DMXmlSerial) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_AddAttributeNative_m669688486 (DMXmlNode_t3958967524 * __this, DMXmlSerial_t1029243897 * ___key0, DMXmlSerial_t1029243897 * ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_AddAttributeNative_m669688486_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlAttribute_t3780786640 * V_0 = NULL; { DMXmlAttribute_t3780786640 * L_0 = (DMXmlAttribute_t3780786640 *)il2cpp_codegen_object_new(DMXmlAttribute_t3780786640_il2cpp_TypeInfo_var); DMXmlAttribute__ctor_m1406273113(L_0, /*hidden argument*/NULL); V_0 = L_0; DMXmlAttribute_t3780786640 * L_1 = V_0; DMXmlSerial_t1029243897 * L_2 = ___key0; NullCheck(L_1); L_1->set_ItemKey_1(L_2); DMXmlAttribute_t3780786640 * L_3 = V_0; DMXmlSerial_t1029243897 * L_4 = ___val1; NullCheck(L_3); L_3->set_ItemValue_0(L_4); BetterList_1_t2935806958 * L_5 = __this->get_m_listAttribute_15(); DMXmlAttribute_t3780786640 * L_6 = V_0; NullCheck(L_5); BetterList_1_Add_m1865026566(L_5, L_6, /*hidden argument*/BetterList_1_Add_m1865026566_RuntimeMethod_var); return; } } // System.Int32 DMCore.Framework.XML.DMXmlNode::FindAttriIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNode_FindAttriIndex_m1216428450 (DMXmlNode_t3958967524 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_FindAttriIndex_m1216428450_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DMXmlAttribute_t3780786640 * V_1 = NULL; { V_0 = 0; goto IL_002b; } IL_0007: { BetterList_1_t2935806958 * L_0 = __this->get_m_listAttribute_15(); int32_t L_1 = V_0; NullCheck(L_0); DMXmlAttribute_t3780786640 * L_2 = BetterList_1_get_Item_m2032547231(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m2032547231_RuntimeMethod_var); V_1 = L_2; DMXmlAttribute_t3780786640 * L_3 = V_1; NullCheck(L_3); DMXmlSerial_t1029243897 * L_4 = L_3->get_ItemKey_1(); String_t* L_5 = ___key0; NullCheck(L_4); bool L_6 = DMXmlSerial_EqualString_m4204928528(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { int32_t L_7 = V_0; return L_7; } IL_0027: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002b: { int32_t L_9 = V_0; BetterList_1_t2935806958 * L_10 = __this->get_m_listAttribute_15(); NullCheck(L_10); int32_t L_11 = L_10->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (-1); } } // System.Void DMCore.Framework.XML.DMXmlNode::SerialToString(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_SerialToString_m2359361991 (DMXmlNode_t3958967524 * __this, StringBuilder_t * ___sbVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode_SerialToString_m2359361991_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DMXmlNode_t3958967524 * V_1 = NULL; int32_t V_2 = 0; DMXmlAttribute_t3780786640 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = 0; DMXmlNode_t3958967524 * L_0 = DMXmlNode_get_Parent_m2513184265(__this, /*hidden argument*/NULL); V_1 = L_0; DMXmlNode_t3958967524 * L_1 = V_1; if (!L_1) { goto IL_0038; } } { DMXmlNode_t3958967524 * L_2 = V_1; NullCheck(L_2); DMXmlNode_t3958967524 * L_3 = DMXmlNode_get_Parent_m2513184265(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_0032; } IL_001b: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); StringBuilder_t * L_5 = ___sbVal0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_6 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_T_13(); NullCheck(L_5); StringBuilder_Append_m2383614642(L_5, L_6, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_7 = V_1; NullCheck(L_7); DMXmlNode_t3958967524 * L_8 = DMXmlNode_get_Parent_m2513184265(L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_0032: { DMXmlNode_t3958967524 * L_9 = V_1; if (L_9) { goto IL_001b; } } IL_0038: { StringBuilder_t * L_10 = ___sbVal0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_11 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_LT_1(); NullCheck(L_10); StringBuilder_Append_m2383614642(L_10, L_11, /*hidden argument*/NULL); StringBuilder_t * L_12 = ___sbVal0; String_t* L_13 = DMXmlNode_get_Name_m3620017394(__this, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, L_13, /*hidden argument*/NULL); V_2 = 0; goto IL_00bd; } IL_0058: { StringBuilder_t * L_14 = ___sbVal0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_15 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_3(); NullCheck(L_14); StringBuilder_Append_m2383614642(L_14, L_15, /*hidden argument*/NULL); BetterList_1_t2935806958 * L_16 = __this->get_m_listAttribute_15(); int32_t L_17 = V_2; NullCheck(L_16); DMXmlAttribute_t3780786640 * L_18 = BetterList_1_get_Item_m2032547231(L_16, L_17, /*hidden argument*/BetterList_1_get_Item_m2032547231_RuntimeMethod_var); V_3 = L_18; StringBuilder_t * L_19 = ___sbVal0; DMXmlAttribute_t3780786640 * L_20 = V_3; NullCheck(L_20); DMXmlSerial_t1029243897 * L_21 = L_20->get_ItemKey_1(); NullCheck(L_21); String_t* L_22 = DMXmlSerial_get_RealText_m3350810865(L_21, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, L_22, /*hidden argument*/NULL); StringBuilder_t * L_23 = ___sbVal0; Il2CppChar L_24 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_EQUALS_8(); NullCheck(L_23); StringBuilder_Append_m2383614642(L_23, L_24, /*hidden argument*/NULL); StringBuilder_t * L_25 = ___sbVal0; Il2CppChar L_26 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_QUOTE_4(); NullCheck(L_25); StringBuilder_Append_m2383614642(L_25, L_26, /*hidden argument*/NULL); StringBuilder_t * L_27 = ___sbVal0; DMXmlAttribute_t3780786640 * L_28 = V_3; NullCheck(L_28); DMXmlSerial_t1029243897 * L_29 = L_28->get_ItemValue_0(); NullCheck(L_29); String_t* L_30 = DMXmlSerial_get_RealText_m3350810865(L_29, /*hidden argument*/NULL); NullCheck(L_27); StringBuilder_Append_m1965104174(L_27, L_30, /*hidden argument*/NULL); StringBuilder_t * L_31 = ___sbVal0; Il2CppChar L_32 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_QUOTE_4(); NullCheck(L_31); StringBuilder_Append_m2383614642(L_31, L_32, /*hidden argument*/NULL); int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00bd: { int32_t L_34 = V_2; BetterList_1_t2935806958 * L_35 = __this->get_m_listAttribute_15(); NullCheck(L_35); int32_t L_36 = L_35->get_size_1(); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_0058; } } { DMXmlNodeList_t795971656 * L_37 = __this->get_m_children_16(); NullCheck(L_37); int32_t L_38 = ((BetterList_1_t3113987842 *)L_37)->get_size_1(); if (!L_38) { goto IL_01a5; } } { StringBuilder_t * L_39 = ___sbVal0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_40 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); NullCheck(L_39); StringBuilder_Append_m2383614642(L_39, L_40, /*hidden argument*/NULL); StringBuilder_t * L_41 = ___sbVal0; Il2CppChar L_42 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_R_12(); NullCheck(L_41); StringBuilder_Append_m2383614642(L_41, L_42, /*hidden argument*/NULL); StringBuilder_t * L_43 = ___sbVal0; Il2CppChar L_44 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_N_11(); NullCheck(L_43); StringBuilder_Append_m2383614642(L_43, L_44, /*hidden argument*/NULL); V_4 = 0; goto IL_0123; } IL_010a: { DMXmlNodeList_t795971656 * L_45 = __this->get_m_children_16(); int32_t L_46 = V_4; NullCheck(L_45); DMXmlNode_t3958967524 * L_47 = BetterList_1_get_Item_m3745418477(L_45, L_46, /*hidden argument*/BetterList_1_get_Item_m3745418477_RuntimeMethod_var); StringBuilder_t * L_48 = ___sbVal0; NullCheck(L_47); DMXmlNode_SerialToString_m2359361991(L_47, L_48, /*hidden argument*/NULL); int32_t L_49 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0123: { int32_t L_50 = V_4; DMXmlNodeList_t795971656 * L_51 = __this->get_m_children_16(); NullCheck(L_51); int32_t L_52 = ((BetterList_1_t3113987842 *)L_51)->get_size_1(); if ((((int32_t)L_50) < ((int32_t)L_52))) { goto IL_010a; } } { V_5 = 0; goto IL_014f; } IL_013d: { StringBuilder_t * L_53 = ___sbVal0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_54 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_T_13(); NullCheck(L_53); StringBuilder_Append_m2383614642(L_53, L_54, /*hidden argument*/NULL); int32_t L_55 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_014f: { int32_t L_56 = V_5; int32_t L_57 = V_0; if ((((int32_t)L_56) < ((int32_t)L_57))) { goto IL_013d; } } { StringBuilder_t * L_58 = ___sbVal0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_59 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_LT_1(); NullCheck(L_58); StringBuilder_Append_m2383614642(L_58, L_59, /*hidden argument*/NULL); StringBuilder_t * L_60 = ___sbVal0; Il2CppChar L_61 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SLASH_6(); NullCheck(L_60); StringBuilder_Append_m2383614642(L_60, L_61, /*hidden argument*/NULL); StringBuilder_t * L_62 = ___sbVal0; String_t* L_63 = DMXmlNode_get_Name_m3620017394(__this, /*hidden argument*/NULL); NullCheck(L_62); StringBuilder_Append_m1965104174(L_62, L_63, /*hidden argument*/NULL); StringBuilder_t * L_64 = ___sbVal0; Il2CppChar L_65 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); NullCheck(L_64); StringBuilder_Append_m2383614642(L_64, L_65, /*hidden argument*/NULL); StringBuilder_t * L_66 = ___sbVal0; Il2CppChar L_67 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_R_12(); NullCheck(L_66); StringBuilder_Append_m2383614642(L_66, L_67, /*hidden argument*/NULL); StringBuilder_t * L_68 = ___sbVal0; Il2CppChar L_69 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_N_11(); NullCheck(L_68); StringBuilder_Append_m2383614642(L_68, L_69, /*hidden argument*/NULL); goto IL_01d5; } IL_01a5: { StringBuilder_t * L_70 = ___sbVal0; IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); Il2CppChar L_71 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SLASH_6(); NullCheck(L_70); StringBuilder_Append_m2383614642(L_70, L_71, /*hidden argument*/NULL); StringBuilder_t * L_72 = ___sbVal0; Il2CppChar L_73 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_GT_2(); NullCheck(L_72); StringBuilder_Append_m2383614642(L_72, L_73, /*hidden argument*/NULL); StringBuilder_t * L_74 = ___sbVal0; Il2CppChar L_75 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_R_12(); NullCheck(L_74); StringBuilder_Append_m2383614642(L_74, L_75, /*hidden argument*/NULL); StringBuilder_t * L_76 = ___sbVal0; Il2CppChar L_77 = ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->get_SPACE_N_11(); NullCheck(L_76); StringBuilder_Append_m2383614642(L_76, L_77, /*hidden argument*/NULL); } IL_01d5: { return; } } // System.Void DMCore.Framework.XML.DMXmlNode::.cctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlNode__cctor_m3878978489 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNode__cctor_m3878978489_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_LT_1(((int32_t)60)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_GT_2(((int32_t)62)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_SPACE_3(((int32_t)32)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_QUOTE_4(((int32_t)34)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_QUOTE2_5(((int32_t)39)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_SLASH_6(((int32_t)47)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_QMARK_7(((int32_t)63)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_EQUALS_8(((int32_t)61)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_EXCLAMATION_9(((int32_t)33)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_DASH_10(((int32_t)45)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_SPACE_N_11(((int32_t)10)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_SPACE_R_12(((int32_t)13)); ((DMXmlNode_t3958967524_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlNode_t3958967524_il2cpp_TypeInfo_var))->set_SPACE_T_13(((int32_t)9)); 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 // System.Void DMCore.Framework.XML.DMXmlNode/DMXmlAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlAttribute__ctor_m1406273113 (DMXmlAttribute_t3780786640 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); 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 // System.Void DMCore.Framework.XML.DMXmlNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlNodeList__ctor_m2198242240 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNodeList__ctor_m2198242240_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1__ctor_m4079346502(__this, /*hidden argument*/BetterList_1__ctor_m4079346502_RuntimeMethod_var); return; } } // System.Int32 DMCore.Framework.XML.DMXmlNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNodeList_get_Count_m1776804761 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((BetterList_1_t3113987842 *)__this)->get_size_1(); return L_0; } } // System.Void DMCore.Framework.XML.DMXmlNodeList::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMXmlNodeList_set_Count_m1214554309 (DMXmlNodeList_t795971656 * __this, int32_t ___value0, const RuntimeMethod* method) { { return; } } // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_Item_m3433089129 (DMXmlNodeList_t795971656 * __this, int32_t ___index0, const RuntimeMethod* method) { { DMXmlNodeU5BU5D_t4275982093* L_0 = ((BetterList_1_t3113987842 *)__this)->get_buffer_0(); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; DMXmlNode_t3958967524 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::FindNode(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_FindNode_m1047441073 (DMXmlNodeList_t795971656 * __this, String_t* ___nodeName0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0027; } IL_0007: { DMXmlNodeU5BU5D_t4275982093* L_0 = ((BetterList_1_t3113987842 *)__this)->get_buffer_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; DMXmlNode_t3958967524 * L_3 = (L_0)->GetAt(static_cast(L_2)); String_t* L_4 = ___nodeName0; NullCheck(L_3); bool L_5 = DMXmlNode_IsNodeName_m1197447144(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0023; } } { DMXmlNodeU5BU5D_t4275982093* L_6 = ((BetterList_1_t3113987842 *)__this)->get_buffer_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; DMXmlNode_t3958967524 * L_9 = (L_6)->GetAt(static_cast(L_8)); return L_9; } IL_0023: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0027: { int32_t L_11 = V_0; int32_t L_12 = ((BetterList_1_t3113987842 *)__this)->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0007; } } { return (DMXmlNode_t3958967524 *)NULL; } } // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNodeList::FindNodeList(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNodeList_FindNodeList_m835661080 (DMXmlNodeList_t795971656 * __this, String_t* ___nodeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlNodeList_FindNodeList_m835661080_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlNodeList_t795971656 * V_0 = NULL; int32_t V_1 = 0; { DMXmlNodeList_t795971656 * L_0 = (DMXmlNodeList_t795971656 *)il2cpp_codegen_object_new(DMXmlNodeList_t795971656_il2cpp_TypeInfo_var); DMXmlNodeList__ctor_m2198242240(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0032; } IL_000d: { DMXmlNodeU5BU5D_t4275982093* L_1 = ((BetterList_1_t3113987842 *)__this)->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; DMXmlNode_t3958967524 * L_4 = (L_1)->GetAt(static_cast(L_3)); String_t* L_5 = ___nodeName0; NullCheck(L_4); bool L_6 = DMXmlNode_IsNodeName_m1197447144(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002e; } } { DMXmlNodeList_t795971656 * L_7 = V_0; DMXmlNodeU5BU5D_t4275982093* L_8 = ((BetterList_1_t3113987842 *)__this)->get_buffer_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; DMXmlNode_t3958967524 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_7); BetterList_1_Add_m2128542311(L_7, L_11, /*hidden argument*/BetterList_1_Add_m2128542311_RuntimeMethod_var); } IL_002e: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0032: { int32_t L_13 = V_1; int32_t L_14 = ((BetterList_1_t3113987842 *)__this)->get_size_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { DMXmlNodeList_t795971656 * L_15 = V_0; return L_15; } } // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::Pop() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_Pop_m3136560729 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method) { DMXmlNode_t3958967524 * V_0 = NULL; { DMXmlNodeU5BU5D_t4275982093* L_0 = ((BetterList_1_t3113987842 *)__this)->get_buffer_0(); int32_t L_1 = ((BetterList_1_t3113987842 *)__this)->get_size_1(); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); DMXmlNode_t3958967524 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = ((BetterList_1_t3113987842 *)__this)->get_size_1(); ((BetterList_1_t3113987842 *)__this)->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); DMXmlNode_t3958967524 * L_5 = V_0; return L_5; } } #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 DMCore.Framework.XML.DMXmlSerial::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DMXmlSerial__ctor_m2514249048 (DMXmlSerial_t1029243897 * __this, String_t* ___strOrg0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___strOrg0; __this->set_m_stringOrg_3(L_0); return; } } // System.Void DMCore.Framework.XML.DMXmlSerial::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlSerial__ctor_m2095661433 (DMXmlSerial_t1029243897 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlSerial::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlSerial_t1029243897 * DMXmlSerial_FromString_m2973593847 (RuntimeObject * __this /* static, unused */, String_t* ___strFull0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlSerial_FromString_m2973593847_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlSerial_t1029243897 * V_0 = NULL; { DMXmlSerial_t1029243897 * L_0 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2095661433(L_0, /*hidden argument*/NULL); V_0 = L_0; DMXmlSerial_t1029243897 * L_1 = V_0; NullCheck(L_1); L_1->set_m_start_1(0); String_t* L_2 = ___strFull0; if (!L_2) { goto IL_002b; } } { DMXmlSerial_t1029243897 * L_3 = V_0; String_t* L_4 = ___strFull0; NullCheck(L_3); L_3->set_m_stringOrg_3(L_4); DMXmlSerial_t1029243897 * L_5 = V_0; String_t* L_6 = ___strFull0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_m_length_2(L_7); goto IL_003d; } IL_002b: { DMXmlSerial_t1029243897 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_8); L_8->set_m_stringOrg_3(L_9); DMXmlSerial_t1029243897 * L_10 = V_0; NullCheck(L_10); L_10->set_m_length_2(0); } IL_003d: { DMXmlSerial_t1029243897 * L_11 = V_0; return L_11; } } // System.String DMCore.Framework.XML.DMXmlSerial::get_RealText() extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlSerial_get_RealText_m3350810865 (DMXmlSerial_t1029243897 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlSerial_get_RealText_m3350810865_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_length_2(); String_t* L_1 = __this->get_m_stringOrg_3(); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_m_start_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_4 = Mathf_Min_m18103608(NULL /*static, unused*/, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; String_t* L_6 = __this->get_m_stringOrg_3(); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0036; } } { String_t* L_8 = __this->get_m_stringOrg_3(); return L_8; } IL_0036: { int32_t L_9 = V_0; if ((((int32_t)0) >= ((int32_t)L_9))) { goto IL_0050; } } { String_t* L_10 = __this->get_m_stringOrg_3(); int32_t L_11 = __this->get_m_start_1(); int32_t L_12 = V_0; NullCheck(L_10); String_t* L_13 = String_Substring_m1610150815(L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_14; } } // System.Void DMCore.Framework.XML.DMXmlSerial::set_RealText(System.String) extern "C" IL2CPP_METHOD_ATTR void DMXmlSerial_set_RealText_m828376515 (DMXmlSerial_t1029243897 * __this, String_t* ___value0, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.XML.DMXmlSerial::EqualString(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMXmlSerial_EqualString_m4204928528 (DMXmlSerial_t1029243897 * __this, String_t* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlSerial_EqualString_m4204928528_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_length_2(); String_t* L_1 = ___other0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0013; } } { return (bool)0; } IL_0013: { String_t* L_3 = __this->get_m_stringOrg_3(); int32_t L_4 = __this->get_m_start_1(); String_t* L_5 = ___other0; int32_t L_6 = __this->get_m_length_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_7 = String_Compare_m2510091139(NULL /*static, unused*/, L_3, L_4, L_5, 0, L_6, /*hidden argument*/NULL); return (bool)((((int32_t)0) == ((int32_t)L_7))? 1 : 0); } } // System.Char DMCore.Framework.XML.DMXmlSerial::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar DMXmlSerial_get_Item_m3623854977 (DMXmlSerial_t1029243897 * __this, int32_t ___i0, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_stringOrg_3(); int32_t L_1 = ___i0; int32_t L_2 = __this->get_m_start_1(); NullCheck(L_0); Il2CppChar L_3 = String_get_Chars_m2986988803(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL); return L_3; } } // System.Void DMCore.Framework.XML.DMXmlSerial::set_Item(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR void DMXmlSerial_set_Item_m934912695 (DMXmlSerial_t1029243897 * __this, int32_t ___i0, Il2CppChar ___value1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.XML.DMXmlSerial::.cctor() extern "C" IL2CPP_METHOD_ATTR void DMXmlSerial__cctor_m3805351238 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMXmlSerial__cctor_m3805351238_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlSerial_t1029243897 * L_0 = (DMXmlSerial_t1029243897 *)il2cpp_codegen_object_new(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var); DMXmlSerial__ctor_m2514249048(L_0, (String_t*)NULL, /*hidden argument*/NULL); ((DMXmlSerial_t1029243897_StaticFields*)il2cpp_codegen_static_fields_for(DMXmlSerial_t1029243897_il2cpp_TypeInfo_var))->set_Empty_0(L_0); 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 // System.Void DMCore.IDataUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void IDataUnit__ctor_m3389967847 (IDataUnit_t677250155 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String DMCore.IDataUnit::GetStringData() extern "C" IL2CPP_METHOD_ATTR String_t* IDataUnit_GetStringData_m843526978 (IDataUnit_t677250155 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IDataUnit_GetStringData_m843526978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.String DMCore.IDataUnit::GetXmlElemString(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* IDataUnit_GetXmlElemString_m707659889 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IDataUnit_GetXmlElemString_m707659889_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlElement_t561603118 * L_0 = ___elemNode0; String_t* L_1 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_3 = IDataUnit_GetXmlElemString_m3411326493(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String DMCore.IDataUnit::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* IDataUnit_GetXmlElemString_m3411326493 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IDataUnit_GetXmlElemString_m3411326493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlElement_t561603118 * L_0 = ___elemNode0; if (!L_0) { goto IL_001d; } } { String_t* L_1 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { XmlElement_t561603118 * L_3 = ___elemNode0; String_t* L_4 = ___key1; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, String_t* >::Invoke(43 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_3, L_4); if (L_5) { goto IL_001f; } } IL_001d: { String_t* L_6 = ___defaultVal2; return L_6; } IL_001f: { XmlElement_t561603118 * L_7 = ___elemNode0; String_t* L_8 = ___key1; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_7, L_8); return L_9; } } // System.Single DMCore.IDataUnit::GetXmlElemFloat(System.Xml.XmlElement,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float IDataUnit_GetXmlElemFloat_m1347237996 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, float ___fDefault2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IDataUnit_GetXmlElemFloat_m1347237996_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; float V_1 = 0.0f; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlElement_t561603118 * L_0 = ___elemNode0; if (!L_0) { goto IL_001d; } } { String_t* L_1 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { XmlElement_t561603118 * L_3 = ___elemNode0; String_t* L_4 = ___key1; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, String_t* >::Invoke(43 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_3, L_4); if (L_5) { goto IL_001f; } } IL_001d: { float L_6 = ___fDefault2; return L_6; } IL_001f: { XmlElement_t561603118 * L_7 = ___elemNode0; String_t* L_8 = ___key1; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_7, L_8); V_0 = L_9; String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0034; } } { float L_12 = ___fDefault2; return L_12; } IL_0034: { V_1 = (0.0f); } IL_003a: try { // begin try (depth: 1) String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_14 = Convert_ToSingle_m12213886(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; goto IL_004e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0046; throw e; } CATCH_0046: { // begin catch(System.Object) float L_15 = ___fDefault2; V_1 = L_15; goto IL_004e; } // end catch (depth: 1) IL_004e: { float L_16 = V_1; return L_16; } } // System.Int32 DMCore.IDataUnit::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IDataUnit_GetXmlElemInt_m4049370064 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IDataUnit_GetXmlElemInt_m4049370064_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlElement_t561603118 * L_0 = ___elemNode0; if (!L_0) { goto IL_001d; } } { String_t* L_1 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { XmlElement_t561603118 * L_3 = ___elemNode0; String_t* L_4 = ___key1; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, String_t* >::Invoke(43 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_3, L_4); if (L_5) { goto IL_001f; } } IL_001d: { int32_t L_6 = ___nDefault2; return L_6; } IL_001f: { XmlElement_t561603118 * L_7 = ___elemNode0; String_t* L_8 = ___key1; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_7, L_8); V_0 = L_9; String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0034; } } { int32_t L_12 = ___nDefault2; return L_12; } IL_0034: { V_1 = 0; } IL_0036: try { // begin try (depth: 1) String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_14 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; goto IL_004a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0042; throw e; } CATCH_0042: { // begin catch(System.Object) int32_t L_15 = ___nDefault2; V_1 = L_15; goto IL_004a; } // end catch (depth: 1) IL_004a: { int32_t L_16 = V_1; return L_16; } } // System.Int64 DMCore.IDataUnit::GetXmlElemLong(System.Xml.XmlElement,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t IDataUnit_GetXmlElemLong_m3746364447 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int64_t ___lDefault2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IDataUnit_GetXmlElemLong_m3746364447_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlElement_t561603118 * L_0 = ___elemNode0; if (!L_0) { goto IL_001d; } } { String_t* L_1 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { XmlElement_t561603118 * L_3 = ___elemNode0; String_t* L_4 = ___key1; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, String_t* >::Invoke(43 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_3, L_4); if (L_5) { goto IL_001f; } } IL_001d: { int64_t L_6 = ___lDefault2; return L_6; } IL_001f: { XmlElement_t561603118 * L_7 = ___elemNode0; String_t* L_8 = ___key1; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_7, L_8); V_0 = L_9; String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0034; } } { int64_t L_12 = ___lDefault2; return L_12; } IL_0034: { V_1 = (((int64_t)((int64_t)0))); } IL_0037: try { // begin try (depth: 1) String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_14 = Convert_ToInt64_m4087101237(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; goto IL_004b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0043; throw e; } CATCH_0043: { // begin catch(System.Object) int64_t L_15 = ___lDefault2; V_1 = L_15; goto IL_004b; } // end catch (depth: 1) IL_004b: { int64_t L_16 = V_1; return L_16; } } // System.Double DMCore.IDataUnit::GetXmlElemDouble(System.Xml.XmlElement,System.String,System.Double) extern "C" IL2CPP_METHOD_ATTR double IDataUnit_GetXmlElemDouble_m3307222741 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, double ___dDefault2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IDataUnit_GetXmlElemDouble_m3307222741_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; double V_1 = 0.0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlElement_t561603118 * L_0 = ___elemNode0; if (!L_0) { goto IL_001d; } } { String_t* L_1 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { XmlElement_t561603118 * L_3 = ___elemNode0; String_t* L_4 = ___key1; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, String_t* >::Invoke(43 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_3, L_4); if (L_5) { goto IL_001f; } } IL_001d: { double L_6 = ___dDefault2; return L_6; } IL_001f: { XmlElement_t561603118 * L_7 = ___elemNode0; String_t* L_8 = ___key1; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_7, L_8); V_0 = L_9; String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0034; } } { double L_12 = ___dDefault2; return L_12; } IL_0034: { V_1 = (0.0); } IL_003e: try { // begin try (depth: 1) String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_14 = Convert_ToDouble_m1364128555(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; goto IL_0052; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004a; throw e; } CATCH_004a: { // begin catch(System.Object) double L_15 = ___dDefault2; V_1 = L_15; goto IL_0052; } // end catch (depth: 1) IL_0052: { double L_16 = V_1; return L_16; } } #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 DMCore.Logic.ActionEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionEffect__ctor_m1052187113 (ActionEffect_t4203267823 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionEffect__ctor_m1052187113_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t3319525431 * L_0 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_0, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_S_EffectName_0(L_0); List_1_t3319525431 * L_1 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_1, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_S_BoneName_1(L_1); List_1_t2869341516 * L_2 = (List_1_t2869341516 *)il2cpp_codegen_object_new(List_1_t2869341516_il2cpp_TypeInfo_var); List_1__ctor_m3152364487(L_2, /*hidden argument*/List_1__ctor_m3152364487_RuntimeMethod_var); __this->set_S_DelayTime_2(L_2); List_1_t2869341516 * L_3 = (List_1_t2869341516 *)il2cpp_codegen_object_new(List_1_t2869341516_il2cpp_TypeInfo_var); List_1__ctor_m3152364487(L_3, /*hidden argument*/List_1__ctor_m3152364487_RuntimeMethod_var); __this->set_S_LastTime_3(L_3); List_1_t3319525431 * L_4 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_4, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_R_EffectName_4(L_4); List_1_t3319525431 * L_5 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_5, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_R_BoneName_5(L_5); List_1_t2869341516 * L_6 = (List_1_t2869341516 *)il2cpp_codegen_object_new(List_1_t2869341516_il2cpp_TypeInfo_var); List_1__ctor_m3152364487(L_6, /*hidden argument*/List_1__ctor_m3152364487_RuntimeMethod_var); __this->set_R_DelayTime_6(L_6); List_1_t2869341516 * L_7 = (List_1_t2869341516 *)il2cpp_codegen_object_new(List_1_t2869341516_il2cpp_TypeInfo_var); List_1__ctor_m3152364487(L_7, /*hidden argument*/List_1__ctor_m3152364487_RuntimeMethod_var); __this->set_R_LastTime_7(L_7); 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 // System.Void DMCore.Logic.ActionInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionInfo__ctor_m3533770338 (ActionInfo_t727515507 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionInfo__ctor_m3533770338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_isBindAction_12((-1)); __this->set_isPose_11((-1)); __this->set_useTimes_10((-1)); __this->set_isNeedPay_9((-1)); __this->set_itemValid_8((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_actionName_5(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_iconName_6(L_1); __this->set_actionId_7(0); __this->set_unlockMemberLevel_14(0); return; } } // System.String DMCore.Logic.ActionInfo::GetPosAnim(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* ActionInfo_GetPosAnim_m1254716191 (ActionInfo_t727515507 * __this, int32_t ___sex0, bool ___isIdle1, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; String_t* G_B8_0 = NULL; { bool L_0 = ___isIdle1; if (!L_0) { goto IL_001e; } } { int32_t L_1 = ___sex0; if (L_1) { goto IL_0017; } } { String_t* L_2 = __this->get_boyIdle_2(); G_B4_0 = L_2; goto IL_001d; } IL_0017: { String_t* L_3 = __this->get_girlIdle_3(); G_B4_0 = L_3; } IL_001d: { return G_B4_0; } IL_001e: { int32_t L_4 = ___sex0; if (L_4) { goto IL_002f; } } { String_t* L_5 = __this->get_boy_0(); G_B8_0 = L_5; goto IL_0035; } IL_002f: { String_t* L_6 = __this->get_girl_1(); G_B8_0 = L_6; } IL_0035: { return G_B8_0; } } #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 DMCore.Logic.CInteractiveConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig__ctor_m9305230 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig__ctor_m9305230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3911196134 * L_0 = (Dictionary_2_t3911196134 *)il2cpp_codegen_object_new(Dictionary_2_t3911196134_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1158359793(L_0, /*hidden argument*/Dictionary_2__ctor_m1158359793_RuntimeMethod_var); __this->set_m_acitonConfig_1(L_0); List_1_t2199590249 * L_1 = (List_1_t2199590249 *)il2cpp_codegen_object_new(List_1_t2199590249_il2cpp_TypeInfo_var); List_1__ctor_m1886869245(L_1, /*hidden argument*/List_1__ctor_m1886869245_RuntimeMethod_var); __this->set_m_babyActionCfg_2(L_1); Dictionary_2_t3911196134 * L_2 = (Dictionary_2_t3911196134 *)il2cpp_codegen_object_new(Dictionary_2_t3911196134_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1158359793(L_2, /*hidden argument*/Dictionary_2__ctor_m1158359793_RuntimeMethod_var); __this->set_m_poseActionCfg_3(L_2); Dictionary_2_t3988524122 * L_3 = (Dictionary_2_t3988524122 *)il2cpp_codegen_object_new(Dictionary_2_t3988524122_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2312709220(L_3, /*hidden argument*/Dictionary_2__ctor_m2312709220_RuntimeMethod_var); __this->set_m_acitonEffectConfig_4(L_3); List_1_t128053199 * L_4 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_4, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_actionList_5(L_4); List_1_t2199590249 * L_5 = (List_1_t2199590249 *)il2cpp_codegen_object_new(List_1_t2199590249_il2cpp_TypeInfo_var); List_1__ctor_m1886869245(L_5, /*hidden argument*/List_1__ctor_m1886869245_RuntimeMethod_var); __this->set_m_poseList_7(L_5); Dictionary_2_t1088303580 * L_6 = (Dictionary_2_t1088303580 *)il2cpp_codegen_object_new(Dictionary_2_t1088303580_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2903941560(L_6, /*hidden argument*/Dictionary_2__ctor_m2903941560_RuntimeMethod_var); __this->set_m_interaction_8(L_6); Dictionary_2_t2208238762 * L_7 = (Dictionary_2_t2208238762 *)il2cpp_codegen_object_new(Dictionary_2_t2208238762_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3768010563(L_7, /*hidden argument*/Dictionary_2__ctor_m3768010563_RuntimeMethod_var); __this->set_m_newInterCardDic_9(L_7); Dictionary_2_t3311733826 * L_8 = (Dictionary_2_t3311733826 *)il2cpp_codegen_object_new(Dictionary_2_t3311733826_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1205774902(L_8, /*hidden argument*/Dictionary_2__ctor_m1205774902_RuntimeMethod_var); __this->set_m_newList_10(L_8); Dictionary_2_t1088303580 * L_9 = (Dictionary_2_t1088303580 *)il2cpp_codegen_object_new(Dictionary_2_t1088303580_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2903941560(L_9, /*hidden argument*/Dictionary_2__ctor_m2903941560_RuntimeMethod_var); __this->set_m_info_11(L_9); CConfigSite__ctor_m1200915073(__this, /*hidden argument*/NULL); CConfigSite_PushTask_m269625903(__this, _stringLiteral2007911931, 0, /*hidden argument*/NULL); CConfigSite_PushTask_m269625903(__this, _stringLiteral2942152452, 1, /*hidden argument*/NULL); CConfigSite_PushTask_m269625903(__this, _stringLiteral779389739, 2, /*hidden argument*/NULL); return; } } // DMCore.Logic.CInteractiveConfig DMCore.Logic.CInteractiveConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractiveConfig_t2063269181 * CInteractiveConfig_GetInstance_m1304557195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetInstance_m1304557195_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CInteractiveConfig_t2063269181 * L_0 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_s_Instance_6(); if (!L_0) { goto IL_0010; } } { CInteractiveConfig_t2063269181 * L_1 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_s_Instance_6(); return L_1; } IL_0010: { CInteractiveConfig_t2063269181 * L_2 = (CInteractiveConfig_t2063269181 *)il2cpp_codegen_object_new(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig__ctor_m9305230(L_2, /*hidden argument*/NULL); ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->set_s_Instance_6(L_2); CInteractiveConfig_t2063269181 * L_3 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_s_Instance_6(); return L_3; } } // System.String DMCore.Logic.CInteractiveConfig::GetActionName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractiveConfig_GetActionName_m3535109887 (CInteractiveConfig_t2063269181 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetActionName_m3535109887_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionInfo_t727515507 * V_0 = NULL; { V_0 = (ActionInfo_t727515507 *)NULL; Dictionary_2_t3911196134 * L_0 = __this->get_m_acitonConfig_1(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m798973611(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m798973611_RuntimeMethod_var); if (!L_2) { goto IL_001b; } } { ActionInfo_t727515507 * L_3 = V_0; if (L_3) { goto IL_0021; } } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0021: { ActionInfo_t727515507 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = L_5->get_actionName_5(); return L_6; } } // System.Collections.Generic.List`1 DMCore.Logic.CInteractiveConfig::GetNewActionInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * CInteractiveConfig_GetNewActionInfo_m1305062132 (CInteractiveConfig_t2063269181 * __this, int32_t ___actionId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetNewActionInfo_m1305062132_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2208238762 * L_0 = __this->get_m_newInterCardDic_9(); int32_t L_1 = ___actionId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m1280097966(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m1280097966_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t2208238762 * L_3 = __this->get_m_newInterCardDic_9(); int32_t L_4 = ___actionId0; NullCheck(L_3); List_1_t3319525431 * L_5 = Dictionary_2_get_Item_m1586686462(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m1586686462_RuntimeMethod_var); return L_5; } IL_001e: { return (List_1_t3319525431 *)NULL; } } // DMCore.Logic.ActionInfo DMCore.Logic.CInteractiveConfig::GetPoseActionInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionInfo_t727515507 * CInteractiveConfig_GetPoseActionInfo_m531375289 (CInteractiveConfig_t2063269181 * __this, int32_t ___actionId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetPoseActionInfo_m531375289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3911196134 * L_0 = __this->get_m_poseActionCfg_3(); int32_t L_1 = ___actionId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m620664077(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m620664077_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t3911196134 * L_3 = __this->get_m_poseActionCfg_3(); int32_t L_4 = ___actionId0; NullCheck(L_3); ActionInfo_t727515507 * L_5 = Dictionary_2_get_Item_m445751559(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m445751559_RuntimeMethod_var); return L_5; } IL_001e: { return (ActionInfo_t727515507 *)NULL; } } // System.Boolean DMCore.Logic.CInteractiveConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CInteractiveConfig_OnLoad_m2674784631 (CInteractiveConfig_t2063269181 * __this, String_t* ___text0, int32_t ___usrData1, const RuntimeMethod* method) { { int32_t L_0 = ___usrData1; if (L_0) { goto IL_0012; } } { String_t* L_1 = ___text0; CInteractiveConfig_LoadPoseConfig_m2056588788(__this, L_1, /*hidden argument*/NULL); goto IL_0033; } IL_0012: { int32_t L_2 = ___usrData1; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0025; } } { String_t* L_3 = ___text0; CInteractiveConfig_LoadBabyConfig_m2983795899(__this, L_3, /*hidden argument*/NULL); goto IL_0033; } IL_0025: { int32_t L_4 = ___usrData1; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0033; } } { String_t* L_5 = ___text0; CInteractiveConfig_LoadCfg_m1268092411(__this, L_5, /*hidden argument*/NULL); } IL_0033: { return (bool)1; } } // System.Void DMCore.Logic.CInteractiveConfig::LoadPoseConfig(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_LoadPoseConfig_m2056588788 (CInteractiveConfig_t2063269181 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_LoadPoseConfig_m2056588788_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; ActionInfo_t727515507 * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___text0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0023; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0024; } IL_0023: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0024: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_2 = L_7; XmlNodeList_t2551693786 * L_8 = V_2; if (!L_8) { goto IL_0157; } } IL_0032: { List_1_t2199590249 * L_9 = __this->get_m_poseList_7(); NullCheck(L_9); List_1_Clear_m2371872819(L_9, /*hidden argument*/List_1_Clear_m2371872819_RuntimeMethod_var); Dictionary_2_t3911196134 * L_10 = __this->get_m_poseActionCfg_3(); NullCheck(L_10); Dictionary_2_Clear_m1681362054(L_10, /*hidden argument*/Dictionary_2_Clear_m1681362054_RuntimeMethod_var); V_3 = 0; goto IL_014b; } IL_004f: { XmlNodeList_t2551693786 * L_11 = V_2; int32_t L_12 = V_3; NullCheck(L_11); XmlNode_t3767805227 * L_13 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_11, L_12); V_4 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_13, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_14 = V_4; if (L_14) { goto IL_0069; } } IL_0064: { goto IL_0147; } IL_0069: { XmlElement_t561603118 * L_15 = V_4; String_t* L_16 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_15, _stringLiteral3454449607, /*hidden argument*/NULL); V_5 = L_16; String_t* L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0088; } } IL_0083: { goto IL_0147; } IL_0088: { String_t* L_19 = V_5; int32_t L_20 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_19, 0, /*hidden argument*/NULL); V_6 = L_20; ActionInfo_t727515507 * L_21 = (ActionInfo_t727515507 *)il2cpp_codegen_object_new(ActionInfo_t727515507_il2cpp_TypeInfo_var); ActionInfo__ctor_m3533770338(L_21, /*hidden argument*/NULL); V_7 = L_21; ActionInfo_t727515507 * L_22 = V_7; XmlElement_t561603118 * L_23 = V_4; String_t* L_24 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_23, _stringLiteral62725243, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_actionName_5(L_24); ActionInfo_t727515507 * L_25 = V_7; XmlElement_t561603118 * L_26 = V_4; String_t* L_27 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_26, _stringLiteral416089526, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_iconName_6(L_27); ActionInfo_t727515507 * L_28 = V_7; int32_t L_29 = V_6; NullCheck(L_28); L_28->set_actionId_7(L_29); ActionInfo_t727515507 * L_30 = V_7; XmlElement_t561603118 * L_31 = V_4; String_t* L_32 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_31, _stringLiteral2600665179, /*hidden argument*/NULL); NullCheck(L_30); L_30->set_boy_0(L_32); ActionInfo_t727515507 * L_33 = V_7; XmlElement_t561603118 * L_34 = V_4; String_t* L_35 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_34, _stringLiteral3978303945, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_girl_1(L_35); ActionInfo_t727515507 * L_36 = V_7; XmlElement_t561603118 * L_37 = V_4; String_t* L_38 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_37, _stringLiteral3537636618, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_boyIdle_2(L_38); ActionInfo_t727515507 * L_39 = V_7; XmlElement_t561603118 * L_40 = V_4; String_t* L_41 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_40, _stringLiteral1974240862, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_girlIdle_3(L_41); ActionInfo_t727515507 * L_42 = V_7; XmlElement_t561603118 * L_43 = V_4; int32_t L_44 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_43, _stringLiteral3967592422, 1, /*hidden argument*/NULL); NullCheck(L_42); L_42->set_hold_4(L_44); ActionInfo_t727515507 * L_45 = V_7; NullCheck(L_45); L_45->set_isPose_11(1); ActionInfo_t727515507 * L_46 = V_7; CInteractiveConfig_AddPose_m3055389549(__this, L_46, /*hidden argument*/NULL); Dictionary_2_t3911196134 * L_47 = __this->get_m_poseActionCfg_3(); int32_t L_48 = V_6; ActionInfo_t727515507 * L_49 = V_7; NullCheck(L_47); Dictionary_2_Add_m2277765195(L_47, L_48, L_49, /*hidden argument*/Dictionary_2_Add_m2277765195_RuntimeMethod_var); } IL_0147: { int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_014b: { int32_t L_51 = V_3; XmlNodeList_t2551693786 * L_52 = V_2; NullCheck(L_52); int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_52); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_004f; } } IL_0157: { goto IL_016f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_015c; throw e; } CATCH_015c: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); Exception_t * L_54 = V_8; NullCheck(L_54); String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_54); Tracer_LogWarning_m1083847736(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); goto IL_016f; } // end catch (depth: 1) IL_016f: { return; } } // System.Void DMCore.Logic.CInteractiveConfig::LoadBabyConfig(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_LoadBabyConfig_m2983795899 (CInteractiveConfig_t2063269181 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_LoadBabyConfig_m2983795899_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; ActionInfo_t727515507 * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___text0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0023; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0024; } IL_0023: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0024: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_2 = L_7; XmlNodeList_t2551693786 * L_8 = V_2; if (!L_8) { goto IL_00da; } } IL_0032: { List_1_t2199590249 * L_9 = __this->get_m_babyActionCfg_2(); NullCheck(L_9); List_1_Clear_m2371872819(L_9, /*hidden argument*/List_1_Clear_m2371872819_RuntimeMethod_var); V_3 = 0; goto IL_00ce; } IL_0044: { XmlNodeList_t2551693786 * L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_10); XmlNode_t3767805227 * L_12 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_10, L_11); V_4 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_12, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_13 = V_4; if (L_13) { goto IL_005e; } } IL_0059: { goto IL_00ca; } IL_005e: { XmlElement_t561603118 * L_14 = V_4; String_t* L_15 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_14, _stringLiteral3454449607, /*hidden argument*/NULL); V_5 = L_15; String_t* L_16 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007d; } } IL_0078: { goto IL_00ca; } IL_007d: { String_t* L_18 = V_5; int32_t L_19 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_18, 0, /*hidden argument*/NULL); V_6 = L_19; ActionInfo_t727515507 * L_20 = (ActionInfo_t727515507 *)il2cpp_codegen_object_new(ActionInfo_t727515507_il2cpp_TypeInfo_var); ActionInfo__ctor_m3533770338(L_20, /*hidden argument*/NULL); V_7 = L_20; ActionInfo_t727515507 * L_21 = V_7; XmlElement_t561603118 * L_22 = V_4; String_t* L_23 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_22, _stringLiteral62725243, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_actionName_5(L_23); ActionInfo_t727515507 * L_24 = V_7; XmlElement_t561603118 * L_25 = V_4; String_t* L_26 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_25, _stringLiteral416089526, /*hidden argument*/NULL); NullCheck(L_24); L_24->set_iconName_6(L_26); ActionInfo_t727515507 * L_27 = V_7; int32_t L_28 = V_6; NullCheck(L_27); L_27->set_actionId_7(L_28); List_1_t2199590249 * L_29 = __this->get_m_babyActionCfg_2(); ActionInfo_t727515507 * L_30 = V_7; NullCheck(L_29); List_1_Add_m1725473467(L_29, L_30, /*hidden argument*/List_1_Add_m1725473467_RuntimeMethod_var); } IL_00ca: { int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ce: { int32_t L_32 = V_3; XmlNodeList_t2551693786 * L_33 = V_2; NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_33); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0044; } } IL_00da: { goto IL_00f2; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00df; throw e; } CATCH_00df: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); Exception_t * L_35 = V_8; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_35); Tracer_LogWarning_m1083847736(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); goto IL_00f2; } // end catch (depth: 1) IL_00f2: { return; } } // System.Void DMCore.Logic.CInteractiveConfig::LoadCfg(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_LoadCfg_m1268092411 (CInteractiveConfig_t2063269181 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_LoadCfg_m1268092411_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; int32_t V_3 = 0; List_1_t3319525431 * V_4 = NULL; XmlElement_t561603118 * V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; ActionInfo_t727515507 * V_8 = NULL; XmlNodeList_t2551693786 * V_9 = NULL; ActionEffect_t4203267823 * V_10 = NULL; int32_t V_11 = 0; XmlElement_t561603118 * V_12 = NULL; Exception_t * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B4_0 = NULL; { Dictionary_2_t3911196134 * L_0 = __this->get_m_acitonConfig_1(); NullCheck(L_0); Dictionary_2_Clear_m1681362054(L_0, /*hidden argument*/Dictionary_2_Clear_m1681362054_RuntimeMethod_var); List_1_t128053199 * L_1 = __this->get_m_actionList_5(); NullCheck(L_1); List_1_Clear_m2154023298(L_1, /*hidden argument*/List_1_Clear_m2154023298_RuntimeMethod_var); Dictionary_2_t3988524122 * L_2 = __this->get_m_acitonEffectConfig_4(); NullCheck(L_2); Dictionary_2_Clear_m2322919848(L_2, /*hidden argument*/Dictionary_2_Clear_m2322919848_RuntimeMethod_var); } IL_0021: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlDocument_t2837193595 * L_4 = V_0; String_t* L_5 = ___text0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_4, L_5); XmlDocument_t2837193595 * L_6 = V_0; if (!L_6) { goto IL_0044; } } IL_0034: { XmlDocument_t2837193595 * L_7 = V_0; NullCheck(L_7); XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_7); G_B4_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0045; } IL_0044: { G_B4_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0045: { V_1 = G_B4_0; XmlElement_t561603118 * L_9 = V_1; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_2 = L_10; XmlNodeList_t2551693786 * L_11 = V_2; if (!L_11) { goto IL_02be; } } IL_0053: { V_3 = 0; goto IL_02b2; } IL_005a: { List_1_t3319525431 * L_12 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_12, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_4 = L_12; XmlNodeList_t2551693786 * L_13 = V_2; int32_t L_14 = V_3; NullCheck(L_13); XmlNode_t3767805227 * L_15 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_13, L_14); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_15, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_16 = V_5; if (L_16) { goto IL_007b; } } IL_0076: { goto IL_02ae; } IL_007b: { XmlElement_t561603118 * L_17 = V_5; String_t* L_18 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_17, _stringLiteral3454449607, /*hidden argument*/NULL); V_6 = L_18; String_t* L_19 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_009a; } } IL_0095: { goto IL_02ae; } IL_009a: { String_t* L_21 = V_6; int32_t L_22 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_21, 0, /*hidden argument*/NULL); V_7 = L_22; List_1_t128053199 * L_23 = __this->get_m_actionList_5(); int32_t L_24 = V_7; NullCheck(L_23); List_1_Add_m697420525(L_23, L_24, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); ActionInfo_t727515507 * L_25 = (ActionInfo_t727515507 *)il2cpp_codegen_object_new(ActionInfo_t727515507_il2cpp_TypeInfo_var); ActionInfo__ctor_m3533770338(L_25, /*hidden argument*/NULL); V_8 = L_25; ActionInfo_t727515507 * L_26 = V_8; XmlElement_t561603118 * L_27 = V_5; String_t* L_28 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_27, _stringLiteral62725243, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_actionName_5(L_28); ActionInfo_t727515507 * L_29 = V_8; XmlElement_t561603118 * L_30 = V_5; int32_t L_31 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_30, _stringLiteral2839847629, 0, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_unlockMemberLevel_14(L_31); ActionInfo_t727515507 * L_32 = V_8; XmlElement_t561603118 * L_33 = V_5; int32_t L_34 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_33, _stringLiteral874708433, 0, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_unlockType_13(L_34); ActionInfo_t727515507 * L_35 = V_8; XmlElement_t561603118 * L_36 = V_5; String_t* L_37 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_36, _stringLiteral416089526, /*hidden argument*/NULL); NullCheck(L_35); L_35->set_iconName_6(L_37); ActionInfo_t727515507 * L_38 = V_8; XmlElement_t561603118 * L_39 = V_5; int32_t L_40 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_39, _stringLiteral2627059356, 0, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_isNeedPay_9(L_40); ActionInfo_t727515507 * L_41 = V_8; int32_t L_42 = V_7; NullCheck(L_41); L_41->set_actionId_7(L_42); Dictionary_2_t3911196134 * L_43 = __this->get_m_acitonConfig_1(); int32_t L_44 = V_7; ActionInfo_t727515507 * L_45 = V_8; NullCheck(L_43); Dictionary_2_set_Item_m2841163766(L_43, L_44, L_45, /*hidden argument*/Dictionary_2_set_Item_m2841163766_RuntimeMethod_var); List_1_t3319525431 * L_46 = V_4; ActionInfo_t727515507 * L_47 = V_8; NullCheck(L_47); String_t* L_48 = L_47->get_actionName_5(); NullCheck(L_46); List_1_Add_m1685793073(L_46, L_48, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_49 = V_4; ActionInfo_t727515507 * L_50 = V_8; NullCheck(L_50); String_t* L_51 = L_50->get_iconName_6(); NullCheck(L_49); List_1_Add_m1685793073(L_49, L_51, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); Dictionary_2_t2208238762 * L_52 = __this->get_m_newInterCardDic_9(); int32_t L_53 = V_7; List_1_t3319525431 * L_54 = V_4; NullCheck(L_52); Dictionary_2_set_Item_m2074792419(L_52, L_53, L_54, /*hidden argument*/Dictionary_2_set_Item_m2074792419_RuntimeMethod_var); XmlElement_t561603118 * L_55 = V_5; NullCheck(L_55); XmlNodeList_t2551693786 * L_56 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_55); V_9 = L_56; XmlNodeList_t2551693786 * L_57 = V_9; NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_57); if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_02ae; } } IL_0173: { ActionEffect_t4203267823 * L_59 = (ActionEffect_t4203267823 *)il2cpp_codegen_object_new(ActionEffect_t4203267823_il2cpp_TypeInfo_var); ActionEffect__ctor_m1052187113(L_59, /*hidden argument*/NULL); V_10 = L_59; V_11 = 0; goto IL_028c; } IL_0182: { XmlNodeList_t2551693786 * L_60 = V_9; int32_t L_61 = V_11; NullCheck(L_60); XmlNode_t3767805227 * L_62 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_60, L_61); V_12 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_62, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_63 = V_12; String_t* L_64 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_63, _stringLiteral2282212872, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_65 = String_op_Equality_m920492651(NULL /*static, unused*/, L_64, _stringLiteral3452614543, /*hidden argument*/NULL); if (!L_65) { goto IL_021c; } } IL_01ad: { ActionEffect_t4203267823 * L_66 = V_10; NullCheck(L_66); List_1_t3319525431 * L_67 = L_66->get_S_EffectName_0(); XmlElement_t561603118 * L_68 = V_12; String_t* L_69 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_68, _stringLiteral86892130, /*hidden argument*/NULL); NullCheck(L_67); List_1_Add_m1685793073(L_67, L_69, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_70 = V_10; NullCheck(L_70); List_1_t3319525431 * L_71 = L_70->get_S_BoneName_1(); XmlElement_t561603118 * L_72 = V_12; String_t* L_73 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_72, _stringLiteral1293992047, /*hidden argument*/NULL); NullCheck(L_71); List_1_Add_m1685793073(L_71, L_73, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_74 = V_10; NullCheck(L_74); List_1_t2869341516 * L_75 = L_74->get_S_DelayTime_2(); XmlElement_t561603118 * L_76 = V_12; float L_77 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_76, _stringLiteral3757723058, (0.0f), /*hidden argument*/NULL); NullCheck(L_75); List_1_Add_m2024781851(L_75, L_77, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); ActionEffect_t4203267823 * L_78 = V_10; NullCheck(L_78); List_1_t2869341516 * L_79 = L_78->get_S_LastTime_3(); XmlElement_t561603118 * L_80 = V_12; float L_81 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_80, _stringLiteral737729464, (0.0f), /*hidden argument*/NULL); NullCheck(L_79); List_1_Add_m2024781851(L_79, L_81, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); goto IL_0286; } IL_021c: { ActionEffect_t4203267823 * L_82 = V_10; NullCheck(L_82); List_1_t3319525431 * L_83 = L_82->get_R_EffectName_4(); XmlElement_t561603118 * L_84 = V_12; String_t* L_85 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_84, _stringLiteral86892130, /*hidden argument*/NULL); NullCheck(L_83); List_1_Add_m1685793073(L_83, L_85, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_86 = V_10; NullCheck(L_86); List_1_t3319525431 * L_87 = L_86->get_R_BoneName_5(); XmlElement_t561603118 * L_88 = V_12; String_t* L_89 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_88, _stringLiteral1293992047, /*hidden argument*/NULL); NullCheck(L_87); List_1_Add_m1685793073(L_87, L_89, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_90 = V_10; NullCheck(L_90); List_1_t2869341516 * L_91 = L_90->get_R_DelayTime_6(); XmlElement_t561603118 * L_92 = V_12; float L_93 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_92, _stringLiteral3757723058, (0.0f), /*hidden argument*/NULL); NullCheck(L_91); List_1_Add_m2024781851(L_91, L_93, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); ActionEffect_t4203267823 * L_94 = V_10; NullCheck(L_94); List_1_t2869341516 * L_95 = L_94->get_R_LastTime_7(); XmlElement_t561603118 * L_96 = V_12; float L_97 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_96, _stringLiteral737729464, (0.0f), /*hidden argument*/NULL); NullCheck(L_95); List_1_Add_m2024781851(L_95, L_97, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); } IL_0286: { int32_t L_98 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_028c: { int32_t L_99 = V_11; XmlNodeList_t2551693786 * L_100 = V_9; NullCheck(L_100); int32_t L_101 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_100); if ((((int32_t)L_99) < ((int32_t)L_101))) { goto IL_0182; } } IL_029a: { Dictionary_2_t3988524122 * L_102 = __this->get_m_acitonEffectConfig_4(); String_t* L_103 = V_6; NullCheck(L_103); String_t* L_104 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_103); ActionEffect_t4203267823 * L_105 = V_10; NullCheck(L_102); Dictionary_2_set_Item_m918358533(L_102, L_104, L_105, /*hidden argument*/Dictionary_2_set_Item_m918358533_RuntimeMethod_var); } IL_02ae: { int32_t L_106 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_02b2: { int32_t L_107 = V_3; XmlNodeList_t2551693786 * L_108 = V_2; NullCheck(L_108); int32_t L_109 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_108); if ((((int32_t)L_107) < ((int32_t)L_109))) { goto IL_005a; } } IL_02be: { goto IL_02d6; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_02c3; throw e; } CATCH_02c3: { // begin catch(System.Exception) V_13 = ((Exception_t *)__exception_local); Exception_t * L_110 = V_13; NullCheck(L_110); String_t* L_111 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_110); Tracer_LogWarning_m1083847736(NULL /*static, unused*/, L_111, /*hidden argument*/NULL); goto IL_02d6; } // end catch (depth: 1) IL_02d6: { return; } } // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::GetActionEffectConfig() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t3988524122 * CInteractiveConfig_GetActionEffectConfig_m1925018921 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { Dictionary_2_t3988524122 * L_0 = __this->get_m_acitonEffectConfig_4(); return L_0; } } // System.Collections.Generic.List`1 DMCore.Logic.CInteractiveConfig::GetActionList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CInteractiveConfig_GetActionList_m1099104256 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = __this->get_m_actionList_5(); return L_0; } } // System.Int32 DMCore.Logic.CInteractiveConfig::GetActionCout(enumMemberLevel) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetActionCout_m3762355685 (CInteractiveConfig_t2063269181 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetActionCout_m3762355685_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0054; } IL_0009: { Dictionary_2_t3911196134 * L_0 = __this->get_m_acitonConfig_1(); List_1_t128053199 * L_1 = __this->get_m_actionList_5(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = List_1_get_Item_m987949881(L_1, L_2, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_0); ActionInfo_t727515507 * L_4 = Dictionary_2_get_Item_m445751559(L_0, L_3, /*hidden argument*/Dictionary_2_get_Item_m445751559_RuntimeMethod_var); NullCheck(L_4); int32_t L_5 = L_4->get_unlockMemberLevel_14(); int32_t L_6 = ___level0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0050; } } { Dictionary_2_t3911196134 * L_7 = __this->get_m_acitonConfig_1(); List_1_t128053199 * L_8 = __this->get_m_actionList_5(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = List_1_get_Item_m987949881(L_8, L_9, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_7); ActionInfo_t727515507 * L_11 = Dictionary_2_get_Item_m445751559(L_7, L_10, /*hidden argument*/Dictionary_2_get_Item_m445751559_RuntimeMethod_var); NullCheck(L_11); int32_t L_12 = L_11->get_isNeedPay_9(); if (L_12) { goto IL_0050; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0050: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0054: { int32_t L_15 = V_1; List_1_t128053199 * L_16 = __this->get_m_actionList_5(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m361000296(L_16, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0009; } } { int32_t L_18 = V_0; return L_18; } } // DMCore.Logic.ActionInfo DMCore.Logic.CInteractiveConfig::GetActionData(enumMemberLevel,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionInfo_t727515507 * CInteractiveConfig_GetActionData_m2234212052 (CInteractiveConfig_t2063269181 * __this, int32_t ___level0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetActionData_m2234212052_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ActionInfo_t727515507 * V_1 = NULL; int32_t V_2 = 0; { V_0 = 0; V_1 = (ActionInfo_t727515507 *)NULL; V_2 = 0; goto IL_0059; } IL_000b: { Dictionary_2_t3911196134 * L_0 = __this->get_m_acitonConfig_1(); List_1_t128053199 * L_1 = __this->get_m_actionList_5(); int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = List_1_get_Item_m987949881(L_1, L_2, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_0); ActionInfo_t727515507 * L_4 = Dictionary_2_get_Item_m445751559(L_0, L_3, /*hidden argument*/Dictionary_2_get_Item_m445751559_RuntimeMethod_var); NullCheck(L_4); int32_t L_5 = L_4->get_unlockMemberLevel_14(); int32_t L_6 = ___level0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0055; } } { int32_t L_7 = ___index1; int32_t L_8 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0051; } } { Dictionary_2_t3911196134 * L_9 = __this->get_m_acitonConfig_1(); List_1_t128053199 * L_10 = __this->get_m_actionList_5(); int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = List_1_get_Item_m987949881(L_10, L_11, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_9); ActionInfo_t727515507 * L_13 = Dictionary_2_get_Item_m445751559(L_9, L_12, /*hidden argument*/Dictionary_2_get_Item_m445751559_RuntimeMethod_var); V_1 = L_13; goto IL_006a; } IL_0051: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0055: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0059: { int32_t L_16 = V_2; List_1_t128053199 * L_17 = __this->get_m_actionList_5(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m361000296(L_17, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_000b; } } IL_006a: { ActionInfo_t727515507 * L_19 = V_1; return L_19; } } // System.Void DMCore.Logic.CInteractiveConfig::RequestInterCardInfo() extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_RequestInterCardInfo_m1646133100 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { return; } } // System.Collections.Generic.List`1 DMCore.Logic.CInteractiveConfig::GetPageNewActionData(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t2199590249 * CInteractiveConfig_GetPageNewActionData_m906144542 (CInteractiveConfig_t2063269181 * __this, int32_t ___Pageindex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetPageNewActionData_m906144542_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; List_1_t2199590249 * V_3 = NULL; int32_t V_4 = 0; ActionInfo_t727515507 * V_5 = NULL; { V_0 = 0; V_1 = 0; CInteractiveConfig_t2063269181 * L_0 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CInteractiveConfig_GetAmount_m1817999266(L_0, /*hidden argument*/NULL); V_2 = L_1; List_1_t2199590249 * L_2 = (List_1_t2199590249 *)il2cpp_codegen_object_new(List_1_t2199590249_il2cpp_TypeInfo_var); List_1__ctor_m1886869245(L_2, /*hidden argument*/List_1__ctor_m1886869245_RuntimeMethod_var); V_3 = L_2; Dictionary_2_t1088303580 * L_3 = __this->get_m_info_11(); NullCheck(L_3); Dictionary_2_Clear_m699107486(L_3, /*hidden argument*/Dictionary_2_Clear_m699107486_RuntimeMethod_var); V_4 = 0; goto IL_0146; } IL_0028: { ActionInfo_t727515507 * L_4 = (ActionInfo_t727515507 *)il2cpp_codegen_object_new(ActionInfo_t727515507_il2cpp_TypeInfo_var); ActionInfo__ctor_m3533770338(L_4, /*hidden argument*/NULL); V_5 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)((int32_t)10)))) { goto IL_00c6; } } { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); ActionInfo_t727515507 * L_7 = V_5; Dictionary_2_t3311733826 * L_8 = __this->get_m_newList_10(); int32_t L_9 = V_4; NullCheck(L_8); List_1_t128053199 * L_10 = Dictionary_2_get_Item_m2199357574(L_8, L_9, /*hidden argument*/Dictionary_2_get_Item_m2199357574_RuntimeMethod_var); NullCheck(L_10); int32_t L_11 = List_1_get_Item_m987949881(L_10, 0, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_7); L_7->set_actionId_7(L_11); ActionInfo_t727515507 * L_12 = V_5; Dictionary_2_t3311733826 * L_13 = __this->get_m_newList_10(); int32_t L_14 = V_4; NullCheck(L_13); List_1_t128053199 * L_15 = Dictionary_2_get_Item_m2199357574(L_13, L_14, /*hidden argument*/Dictionary_2_get_Item_m2199357574_RuntimeMethod_var); NullCheck(L_15); int32_t L_16 = List_1_get_Item_m987949881(L_15, 1, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_12); L_12->set_itemValid_8(L_16); ActionInfo_t727515507 * L_17 = V_5; Dictionary_2_t3311733826 * L_18 = __this->get_m_newList_10(); int32_t L_19 = V_4; NullCheck(L_18); List_1_t128053199 * L_20 = Dictionary_2_get_Item_m2199357574(L_18, L_19, /*hidden argument*/Dictionary_2_get_Item_m2199357574_RuntimeMethod_var); NullCheck(L_20); int32_t L_21 = List_1_get_Item_m987949881(L_20, 2, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_17); L_17->set_useTimes_10(L_21); List_1_t2199590249 * L_22 = V_3; ActionInfo_t727515507 * L_23 = V_5; NullCheck(L_22); List_1_Add_m1725473467(L_22, L_23, /*hidden argument*/List_1_Add_m1725473467_RuntimeMethod_var); Dictionary_2_t1088303580 * L_24 = __this->get_m_info_11(); int32_t L_25 = V_0; NullCheck(L_24); bool L_26 = Dictionary_2_ContainsKey_m4226727103(L_24, L_25, /*hidden argument*/Dictionary_2_ContainsKey_m4226727103_RuntimeMethod_var); if (L_26) { goto IL_00b4; } } { Dictionary_2_t1088303580 * L_27 = __this->get_m_info_11(); int32_t L_28 = V_0; List_1_t2199590249 * L_29 = V_3; NullCheck(L_27); Dictionary_2_Add_m1362381464(L_27, L_28, L_29, /*hidden argument*/Dictionary_2_Add_m1362381464_RuntimeMethod_var); goto IL_0140; } IL_00b4: { Dictionary_2_t1088303580 * L_30 = __this->get_m_info_11(); int32_t L_31 = V_0; List_1_t2199590249 * L_32 = V_3; NullCheck(L_30); Dictionary_2_set_Item_m4046672389(L_30, L_31, L_32, /*hidden argument*/Dictionary_2_set_Item_m4046672389_RuntimeMethod_var); goto IL_0140; } IL_00c6: { V_1 = 0; int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); ActionInfo_t727515507 * L_34 = (ActionInfo_t727515507 *)il2cpp_codegen_object_new(ActionInfo_t727515507_il2cpp_TypeInfo_var); ActionInfo__ctor_m3533770338(L_34, /*hidden argument*/NULL); V_5 = L_34; List_1_t2199590249 * L_35 = (List_1_t2199590249 *)il2cpp_codegen_object_new(List_1_t2199590249_il2cpp_TypeInfo_var); List_1__ctor_m1886869245(L_35, /*hidden argument*/List_1__ctor_m1886869245_RuntimeMethod_var); V_3 = L_35; ActionInfo_t727515507 * L_36 = V_5; Dictionary_2_t3311733826 * L_37 = __this->get_m_newList_10(); int32_t L_38 = V_4; NullCheck(L_37); List_1_t128053199 * L_39 = Dictionary_2_get_Item_m2199357574(L_37, L_38, /*hidden argument*/Dictionary_2_get_Item_m2199357574_RuntimeMethod_var); NullCheck(L_39); int32_t L_40 = List_1_get_Item_m987949881(L_39, 0, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_36); L_36->set_actionId_7(L_40); ActionInfo_t727515507 * L_41 = V_5; Dictionary_2_t3311733826 * L_42 = __this->get_m_newList_10(); int32_t L_43 = V_4; NullCheck(L_42); List_1_t128053199 * L_44 = Dictionary_2_get_Item_m2199357574(L_42, L_43, /*hidden argument*/Dictionary_2_get_Item_m2199357574_RuntimeMethod_var); NullCheck(L_44); int32_t L_45 = List_1_get_Item_m987949881(L_44, 1, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_41); L_41->set_itemValid_8(L_45); ActionInfo_t727515507 * L_46 = V_5; Dictionary_2_t3311733826 * L_47 = __this->get_m_newList_10(); int32_t L_48 = V_4; NullCheck(L_47); List_1_t128053199 * L_49 = Dictionary_2_get_Item_m2199357574(L_47, L_48, /*hidden argument*/Dictionary_2_get_Item_m2199357574_RuntimeMethod_var); NullCheck(L_49); int32_t L_50 = List_1_get_Item_m987949881(L_49, 2, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); NullCheck(L_46); L_46->set_useTimes_10(L_50); List_1_t2199590249 * L_51 = V_3; ActionInfo_t727515507 * L_52 = V_5; NullCheck(L_51); List_1_Add_m1725473467(L_51, L_52, /*hidden argument*/List_1_Add_m1725473467_RuntimeMethod_var); int32_t L_53 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); Dictionary_2_t1088303580 * L_54 = __this->get_m_info_11(); int32_t L_55 = V_0; List_1_t2199590249 * L_56 = V_3; NullCheck(L_54); Dictionary_2_Add_m1362381464(L_54, L_55, L_56, /*hidden argument*/Dictionary_2_Add_m1362381464_RuntimeMethod_var); } IL_0140: { int32_t L_57 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_0146: { int32_t L_58 = V_4; int32_t L_59 = V_2; if ((((int32_t)L_58) < ((int32_t)L_59))) { goto IL_0028; } } { Dictionary_2_t1088303580 * L_60 = __this->get_m_info_11(); int32_t L_61 = ___Pageindex0; NullCheck(L_60); List_1_t2199590249 * L_62 = Dictionary_2_get_Item_m2039758131(L_60, L_61, /*hidden argument*/Dictionary_2_get_Item_m2039758131_RuntimeMethod_var); return L_62; } } // System.Collections.Generic.List`1 DMCore.Logic.CInteractiveConfig::GetPageActionData(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t2199590249 * CInteractiveConfig_GetPageActionData_m1215408656 (CInteractiveConfig_t2063269181 * __this, int32_t ___PageIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetPageActionData_m1215408656_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; List_1_t2199590249 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; ActionInfo_t727515507 * V_5 = NULL; { V_0 = 0; V_1 = 0; Dictionary_2_t1088303580 * L_0 = __this->get_m_interaction_8(); NullCheck(L_0); Dictionary_2_Clear_m699107486(L_0, /*hidden argument*/Dictionary_2_Clear_m699107486_RuntimeMethod_var); List_1_t2199590249 * L_1 = (List_1_t2199590249 *)il2cpp_codegen_object_new(List_1_t2199590249_il2cpp_TypeInfo_var); List_1__ctor_m1886869245(L_1, /*hidden argument*/List_1__ctor_m1886869245_RuntimeMethod_var); V_2 = L_1; CInteractiveConfig_t2063269181 * L_2 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); CInteractiveConfig_t2063269181 * L_3 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CInteractiveConfig_get_GetCurMemberLevel_m2670022248(L_3, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_5 = CInteractiveConfig_GetActionCout_m3762355685(L_2, L_4, /*hidden argument*/NULL); V_3 = L_5; V_4 = 0; goto IL_00e8; } IL_0032: { CInteractiveConfig_t2063269181 * L_6 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); CInteractiveConfig_t2063269181 * L_7 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CInteractiveConfig_get_GetCurMemberLevel_m2670022248(L_7, /*hidden argument*/NULL); int32_t L_9 = V_4; NullCheck(L_6); ActionInfo_t727515507 * L_10 = CInteractiveConfig_GetActionData_m2234212052(L_6, L_8, L_9, /*hidden argument*/NULL); V_5 = L_10; ActionInfo_t727515507 * L_11 = V_5; if (!L_11) { goto IL_00e2; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) >= ((int32_t)((int32_t)10)))) { goto IL_009a; } } { List_1_t2199590249 * L_13 = V_2; ActionInfo_t727515507 * L_14 = V_5; NullCheck(L_13); List_1_Add_m1725473467(L_13, L_14, /*hidden argument*/List_1_Add_m1725473467_RuntimeMethod_var); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); Dictionary_2_t1088303580 * L_16 = __this->get_m_interaction_8(); int32_t L_17 = V_0; NullCheck(L_16); bool L_18 = Dictionary_2_ContainsKey_m4226727103(L_16, L_17, /*hidden argument*/Dictionary_2_ContainsKey_m4226727103_RuntimeMethod_var); if (L_18) { goto IL_0088; } } { Dictionary_2_t1088303580 * L_19 = __this->get_m_interaction_8(); int32_t L_20 = V_0; List_1_t2199590249 * L_21 = V_2; NullCheck(L_19); Dictionary_2_Add_m1362381464(L_19, L_20, L_21, /*hidden argument*/Dictionary_2_Add_m1362381464_RuntimeMethod_var); goto IL_00e2; } IL_0088: { Dictionary_2_t1088303580 * L_22 = __this->get_m_interaction_8(); int32_t L_23 = V_0; List_1_t2199590249 * L_24 = V_2; NullCheck(L_22); Dictionary_2_set_Item_m4046672389(L_22, L_23, L_24, /*hidden argument*/Dictionary_2_set_Item_m4046672389_RuntimeMethod_var); goto IL_00e2; } IL_009a: { V_1 = 0; int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); List_1_t2199590249 * L_26 = (List_1_t2199590249 *)il2cpp_codegen_object_new(List_1_t2199590249_il2cpp_TypeInfo_var); List_1__ctor_m1886869245(L_26, /*hidden argument*/List_1__ctor_m1886869245_RuntimeMethod_var); V_2 = L_26; List_1_t2199590249 * L_27 = V_2; ActionInfo_t727515507 * L_28 = V_5; NullCheck(L_27); List_1_Add_m1725473467(L_27, L_28, /*hidden argument*/List_1_Add_m1725473467_RuntimeMethod_var); int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); Dictionary_2_t1088303580 * L_30 = __this->get_m_interaction_8(); int32_t L_31 = V_0; NullCheck(L_30); bool L_32 = Dictionary_2_ContainsKey_m4226727103(L_30, L_31, /*hidden argument*/Dictionary_2_ContainsKey_m4226727103_RuntimeMethod_var); if (L_32) { goto IL_00d5; } } { Dictionary_2_t1088303580 * L_33 = __this->get_m_interaction_8(); int32_t L_34 = V_0; List_1_t2199590249 * L_35 = V_2; NullCheck(L_33); Dictionary_2_Add_m1362381464(L_33, L_34, L_35, /*hidden argument*/Dictionary_2_Add_m1362381464_RuntimeMethod_var); goto IL_00e2; } IL_00d5: { Dictionary_2_t1088303580 * L_36 = __this->get_m_interaction_8(); int32_t L_37 = V_0; List_1_t2199590249 * L_38 = V_2; NullCheck(L_36); Dictionary_2_set_Item_m4046672389(L_36, L_37, L_38, /*hidden argument*/Dictionary_2_set_Item_m4046672389_RuntimeMethod_var); } IL_00e2: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00e8: { int32_t L_40 = V_4; int32_t L_41 = V_3; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0032; } } { Dictionary_2_t1088303580 * L_42 = __this->get_m_interaction_8(); int32_t L_43 = ___PageIndex0; NullCheck(L_42); List_1_t2199590249 * L_44 = Dictionary_2_get_Item_m2039758131(L_42, L_43, /*hidden argument*/Dictionary_2_get_Item_m2039758131_RuntimeMethod_var); return L_44; } } // System.Int32 DMCore.Logic.CInteractiveConfig::GetNewMaxPageIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetNewMaxPageIndex_m454962462 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetNewMaxPageIndex_m454962462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1088303580 * L_0 = __this->get_m_info_11(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m1887984566(L_0, /*hidden argument*/Dictionary_2_get_Count_m1887984566_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CInteractiveConfig::GetMaxPageIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetMaxPageIndex_m1766240659 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetMaxPageIndex_m1766240659_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1088303580 * L_0 = __this->get_m_interaction_8(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m1887984566(L_0, /*hidden argument*/Dictionary_2_get_Count_m1887984566_RuntimeMethod_var); return L_1; } } // System.Void DMCore.Logic.CInteractiveConfig::AddInfo(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_AddInfo_m1934794123 (CInteractiveConfig_t2063269181 * __this, int32_t ___index0, int32_t ___actionId1, int32_t ___valid2, int32_t ___useTimes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_AddInfo_m1934794123_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = L_0; List_1_t128053199 * L_1 = V_0; int32_t L_2 = ___actionId1; NullCheck(L_1); List_1_Add_m697420525(L_1, L_2, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); List_1_t128053199 * L_3 = V_0; int32_t L_4 = ___valid2; NullCheck(L_3); List_1_Add_m697420525(L_3, L_4, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); List_1_t128053199 * L_5 = V_0; int32_t L_6 = ___useTimes3; NullCheck(L_5); List_1_Add_m697420525(L_5, L_6, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); Dictionary_2_t3311733826 * L_7 = __this->get_m_newList_10(); int32_t L_8 = ___index0; List_1_t128053199 * L_9 = V_0; NullCheck(L_7); Dictionary_2_Add_m827914923(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_Add_m827914923_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CInteractiveConfig::ClearInfo() extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_ClearInfo_m2197653334 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_ClearInfo_m2197653334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3311733826 * L_0 = __this->get_m_newList_10(); NullCheck(L_0); Dictionary_2_Clear_m3364340345(L_0, /*hidden argument*/Dictionary_2_Clear_m3364340345_RuntimeMethod_var); return; } } // System.Int32 DMCore.Logic.CInteractiveConfig::GetAmount() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetAmount_m1817999266 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetAmount_m1817999266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3311733826 * L_0 = __this->get_m_newList_10(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m447978254(L_0, /*hidden argument*/Dictionary_2_get_Count_m447978254_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CInteractiveConfig::GetBabyActionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetBabyActionCount_m1630626367 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetBabyActionCount_m1630626367_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2199590249 * L_0 = __this->get_m_babyActionCfg_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2658419190(L_0, /*hidden argument*/List_1_get_Count_m2658419190_RuntimeMethod_var); return L_1; } } // DMCore.Logic.ActionInfo DMCore.Logic.CInteractiveConfig::GetBabyActionInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionInfo_t727515507 * CInteractiveConfig_GetBabyActionInfo_m4058099190 (CInteractiveConfig_t2063269181 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetBabyActionInfo_m4058099190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2199590249 * L_0 = __this->get_m_babyActionCfg_2(); int32_t L_1 = ___index0; NullCheck(L_0); ActionInfo_t727515507 * L_2 = List_1_get_Item_m1542683258(L_0, L_1, /*hidden argument*/List_1_get_Item_m1542683258_RuntimeMethod_var); return L_2; } } // enumMemberLevel DMCore.Logic.CInteractiveConfig::GetActionLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetActionLevel_m1230701415 (CInteractiveConfig_t2063269181 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetActionLevel_m1230701415_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionInfo_t727515507 * V_0 = NULL; { V_0 = (ActionInfo_t727515507 *)NULL; Dictionary_2_t3911196134 * L_0 = __this->get_m_acitonConfig_1(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m798973611(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m798973611_RuntimeMethod_var); if (!L_2) { goto IL_001b; } } { ActionInfo_t727515507 * L_3 = V_0; if (L_3) { goto IL_001d; } } IL_001b: { return (int32_t)(0); } IL_001d: { ActionInfo_t727515507 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_unlockMemberLevel_14(); return L_5; } } // enumMemberLevel DMCore.Logic.CInteractiveConfig::get_GetCurMemberLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_get_GetCurMemberLevel_m2670022248 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curMemberLevel_12(); return L_0; } } // System.Void DMCore.Logic.CInteractiveConfig::set_GetCurMemberLevel(enumMemberLevel) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_set_GetCurMemberLevel_m3950121828 (CInteractiveConfig_t2063269181 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_curMemberLevel_12(L_0); return; } } // System.Int32 DMCore.Logic.CInteractiveConfig::get_GetCurBabyInterId() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_get_GetCurBabyInterId_m2949912740 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curBabyInteractID_13(); return L_0; } } // System.Void DMCore.Logic.CInteractiveConfig::set_GetCurBabyInterId(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_set_GetCurBabyInterId_m2463457047 (CInteractiveConfig_t2063269181 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_curBabyInteractID_13(L_0); return; } } // System.Void DMCore.Logic.CInteractiveConfig::RegisterNewInter(DMCore.Logic.CInteractiveConfig/OnChooseNewInter) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_RegisterNewInter_m3647269702 (CInteractiveConfig_t2063269181 * __this, OnChooseNewInter_t3809561974 * ___callBack0, const RuntimeMethod* method) { { OnChooseNewInter_t3809561974 * L_0 = ___callBack0; __this->set_chooseNewInter_14(L_0); return; } } // System.Void DMCore.Logic.CInteractiveConfig::OnChooseInter(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_OnChooseInter_m3714673672 (CInteractiveConfig_t2063269181 * __this, int32_t ___index0, const RuntimeMethod* method) { { OnChooseNewInter_t3809561974 * L_0 = __this->get_chooseNewInter_14(); if (!L_0) { goto IL_0017; } } { OnChooseNewInter_t3809561974 * L_1 = __this->get_chooseNewInter_14(); int32_t L_2 = ___index0; NullCheck(L_1); OnChooseNewInter_Invoke_m287264964(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void DMCore.Logic.CInteractiveConfig::AddPose(DMCore.Logic.ActionInfo) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_AddPose_m3055389549 (CInteractiveConfig_t2063269181 * __this, ActionInfo_t727515507 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_AddPose_m3055389549_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2199590249 * L_0 = __this->get_m_poseList_7(); ActionInfo_t727515507 * L_1 = ___info0; NullCheck(L_0); bool L_2 = List_1_Contains_m2491068633(L_0, L_1, /*hidden argument*/List_1_Contains_m2491068633_RuntimeMethod_var); if (L_2) { goto IL_001d; } } { List_1_t2199590249 * L_3 = __this->get_m_poseList_7(); ActionInfo_t727515507 * L_4 = ___info0; NullCheck(L_3); List_1_Add_m1725473467(L_3, L_4, /*hidden argument*/List_1_Add_m1725473467_RuntimeMethod_var); } IL_001d: { return; } } // DMCore.Logic.ActionInfo DMCore.Logic.CInteractiveConfig::GetPoseInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionInfo_t727515507 * CInteractiveConfig_GetPoseInfo_m3565366531 (CInteractiveConfig_t2063269181 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetPoseInfo_m3565366531_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; List_1_t2199590249 * L_2 = __this->get_m_poseList_7(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m2658419190(L_2, /*hidden argument*/List_1_get_Count_m2658419190_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (ActionInfo_t727515507 *)NULL; } IL_001a: { List_1_t2199590249 * L_4 = __this->get_m_poseList_7(); int32_t L_5 = ___index0; NullCheck(L_4); ActionInfo_t727515507 * L_6 = List_1_get_Item_m1542683258(L_4, L_5, /*hidden argument*/List_1_get_Item_m1542683258_RuntimeMethod_var); return L_6; } } // System.Int32 DMCore.Logic.CInteractiveConfig::GetPoseCount() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetPoseCount_m3237094582 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetPoseCount_m3237094582_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2199590249 * L_0 = __this->get_m_poseList_7(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2658419190(L_0, /*hidden argument*/List_1_get_Count_m2658419190_RuntimeMethod_var); return L_1; } } #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 extern "C" void DelegatePInvokeWrapper_OnChooseNewInter_t3809561974 (OnChooseNewInter_t3809561974 * __this, int32_t ___index0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___index0); } // System.Void DMCore.Logic.CInteractiveConfig/OnChooseNewInter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnChooseNewInter__ctor_m1816198435 (OnChooseNewInter_t3809561974 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CInteractiveConfig/OnChooseNewInter::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnChooseNewInter_Invoke_m287264964 (OnChooseNewInter_t3809561974 * __this, int32_t ___index0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnChooseNewInter_Invoke_m287264964((OnChooseNewInter_t3809561974 *)__this->get_prev_9(), ___index0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___index0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___index0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___index0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___index0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___index0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___index0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___index0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CInteractiveConfig/OnChooseNewInter::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnChooseNewInter_BeginInvoke_m1112386903 (OnChooseNewInter_t3809561974 * __this, int32_t ___index0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnChooseNewInter_BeginInvoke_m1112386903_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___index0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CInteractiveConfig/OnChooseNewInter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnChooseNewInter_EndInvoke_m559866205 (OnChooseNewInter_t3809561974 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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 DMCore.Logic.CKDDeviceInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceInfo__ctor_m1890349121 (CKDDeviceInfo_t2554338809 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceInfo__ctor_m1890349121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Name_1(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Address_2(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); 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 // System.Void DMCore.Logic.CKDDeviceService::_OnMotion(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnMotion_m232953697 (RuntimeObject * __this /* static, unused */, int32_t ___deviceId0, int32_t ___leftCode1, int32_t ___rightCode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService__OnMotion_m232953697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_3_t3578807402 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_onMotion_6(); if (!L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_3_t3578807402 * L_1 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_onMotion_6(); int32_t L_2 = ___deviceId0; int32_t L_3 = ___leftCode1; int32_t L_4 = ___rightCode2; NullCheck(L_1); Action_3_Invoke_m1713880820(L_1, L_2, L_3, L_4, /*hidden argument*/Action_3_Invoke_m1713880820_RuntimeMethod_var); } IL_0017: { return; } } // System.Void DMCore.Logic.CKDDeviceService::InitSDK() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_InitSDK_m3227313430 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_InitSDK_m3227313430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Int64 DMCore.Logic.CKDDeviceService::GetFitfunID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t CKDDeviceService_GetFitfunID_m3767961297 (RuntimeObject * __this /* static, unused */, int32_t ___kdID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetFitfunID_m3767961297_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { V_0 = (((int64_t)((int64_t)0))); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Dictionary_2_t2625280635 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_kdUsrMapping_4(); int32_t L_1 = ___kdID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2358343581(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2358343581_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { int64_t L_3 = V_0; if ((!(((uint64_t)L_3) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_0020; } } { return (((int64_t)((int64_t)0))); } IL_0020: { int64_t L_4 = V_0; return L_4; } IL_0022: { return (((int64_t)((int64_t)0))); } } // System.Void DMCore.Logic.CKDDeviceService::CallServerFitfunID() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_CallServerFitfunID_m4088958173 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.CKDDeviceService::OnServerFitfunID(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_OnServerFitfunID_m419544197 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_OnServerFitfunID_m419544197_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int64_t V_4 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_0043; } IL_0016: { CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_3 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int64_t L_11 = CDataArray_GetLong_m4094450536(L_8, L_10, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_4 = L_11; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Dictionary_2_t2625280635 * L_12 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_kdUsrMapping_4(); int32_t L_13 = V_3; int64_t L_14 = V_4; NullCheck(L_12); Dictionary_2_set_Item_m15403554(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_set_Item_m15403554_RuntimeMethod_var); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0043: { int32_t L_16 = V_2; int32_t L_17 = V_1; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0016; } } { return; } } // DMCore.Logic.IMsgHandler DMCore.Logic.CKDDeviceService::GetMH() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CKDDeviceService_GetMH_m4225318652 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetMH_m4225318652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_t3017544858 * L_0 = MessageHandler_GetInstance_m511688706(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // DMCore.Logic.IShoe DMCore.Logic.CKDDeviceService::GetShoe(System.Int32) extern "C" IL2CPP_METHOD_ATTR IShoe_t2709100496 * CKDDeviceService_GetShoe_m3374105253 (RuntimeObject * __this /* static, unused */, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetShoe_m3374105253_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (IShoe_t2709100496 *)NULL; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_1 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ___id0; NullCheck(L_1); Shoe_t2230938918 * L_3 = InterfaceFuncInvoker1< Shoe_t2230938918 *, int32_t >::Invoke(15 /* Shoe DMCore.Logic.IMsgHandler::_GetShoe(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } } // System.Single DMCore.Logic.CKDDeviceService::GetSteer(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CKDDeviceService_GetSteer_m1866443668 (RuntimeObject * __this /* static, unused */, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetSteer_m1866443668_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Shoe_t2230938918 * V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (L_1) { goto IL_0012; } } { return (0.0f); } IL_0012: { RuntimeObject* L_2 = V_0; int32_t L_3 = ___id0; NullCheck(L_2); Shoe_t2230938918 * L_4 = InterfaceFuncInvoker1< Shoe_t2230938918 *, int32_t >::Invoke(15 /* Shoe DMCore.Logic.IMsgHandler::_GetShoe(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2, L_3); V_1 = L_4; V_2 = (0.0f); Shoe_t2230938918 * L_5 = V_1; NullCheck(L_5); float L_6 = VirtFuncInvoker0< float >::Invoke(12 /* System.Single DMCore.Logic.IShoe::GetAngleX() */, L_5); V_3 = L_6; V_4 = (1.0f); float L_7 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = fabsf(L_7); float L_9 = V_4; if ((!(((float)L_8) > ((float)L_9)))) { goto IL_005d; } } { float L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_11 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)((float)L_10/(float)(90.0f))), (-1.0f), (1.0f), /*hidden argument*/NULL); V_2 = ((float)il2cpp_codegen_multiply((float)L_11, (float)(0.8f))); goto IL_0063; } IL_005d: { V_2 = (0.0f); } IL_0063: { float L_12 = V_2; return L_12; } } // System.Void DMCore.Logic.CKDDeviceService::QueryMyFriends(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_QueryMyFriends_m2941769216 (RuntimeObject * __this /* static, unused */, int32_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_QueryMyFriends_m2941769216_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0014; } } { RuntimeObject* L_2 = V_0; int32_t L_3 = ___code0; NullCheck(L_2); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void DMCore.Logic.IMsgHandler::_GetUserFriends(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2, L_3); return; } IL_0014: { return; } } // System.Collections.Generic.List`1 DMCore.Logic.CKDDeviceService::GetKDFriends() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CKDDeviceService_GetKDFriends_m3072945520 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetKDFriends_m3072945520_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = L_0; List_1_t128053199 * L_1 = V_0; return L_1; } } // System.Void DMCore.Logic.CKDDeviceService::_OnCbFriendList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnCbFriendList_m635054578 (RuntimeObject * __this /* static, unused */, List_1_t2822533831 * ___listVal0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.CKDDeviceService::_OnCbInviteFriend(System.String) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnCbInviteFriend_m3737848923 (RuntimeObject * __this /* static, unused */, String_t* ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService__OnCbInviteFriend_m3737848923_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int64_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; CDataArray_t4068198041 * V_5 = NULL; bool V_6 = false; Enumerator_t1127471601 V_7; memset(&V_7, 0, sizeof(V_7)); CDataArray_t4068198041 * V_8 = NULL; StringU5BU5D_t1281789340* G_B3_0 = NULL; { String_t* L_0 = ___param0; if (!L_0) { goto IL_001c; } } { String_t* L_1 = ___param0; CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)95)); NullCheck(L_1); StringU5BU5D_t1281789340* L_3 = String_Split_m3646115398(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_001d; } IL_001c: { G_B3_0 = ((StringU5BU5D_t1281789340*)(NULL)); } IL_001d: { V_0 = G_B3_0; StringU5BU5D_t1281789340* L_4 = V_0; if (!L_4) { goto IL_002d; } } { StringU5BU5D_t1281789340* L_5 = V_0; NullCheck(L_5); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) == ((int32_t)4))) { goto IL_002e; } } IL_002d: { return; } IL_002e: { StringU5BU5D_t1281789340* L_6 = V_0; NullCheck(L_6); int32_t L_7 = 0; String_t* L_8 = (L_6)->GetAt(static_cast(L_7)); int64_t L_9 = CMiscHelp_ToLong_m203243206(NULL /*static, unused*/, L_8, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_9; StringU5BU5D_t1281789340* L_10 = V_0; NullCheck(L_10); int32_t L_11 = 1; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = String_Replace_m1273907647(L_12, _stringLiteral3452614530, _stringLiteral3452614641, /*hidden argument*/NULL); V_2 = L_13; StringU5BU5D_t1281789340* L_14 = V_0; NullCheck(L_14); int32_t L_15 = 2; String_t* L_16 = (L_14)->GetAt(static_cast(L_15)); int32_t L_17 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_16, 0, /*hidden argument*/NULL); V_3 = L_17; StringU5BU5D_t1281789340* L_18 = V_0; NullCheck(L_18); int32_t L_19 = 3; String_t* L_20 = (L_18)->GetAt(static_cast(L_19)); int32_t L_21 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_20, 1, /*hidden argument*/NULL); V_4 = L_21; CDataArray_t4068198041 * L_22 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_22, /*hidden argument*/NULL); V_5 = L_22; CDataArray_t4068198041 * L_23 = V_5; int64_t L_24 = V_1; NullCheck(L_23); CDataArray_Push_m3799896857(L_23, L_24, /*hidden argument*/NULL); CDataArray_t4068198041 * L_25 = V_5; String_t* L_26 = V_2; NullCheck(L_25); CDataArray_Push_m1799687930(L_25, L_26, /*hidden argument*/NULL); CDataArray_t4068198041 * L_27 = V_5; int32_t L_28 = V_3; NullCheck(L_27); CDataArray_Push_m3820844360(L_27, L_28, /*hidden argument*/NULL); CDataArray_t4068198041 * L_29 = V_5; int32_t L_30 = V_4; NullCheck(L_29); CDataArray_Push_m3820844360(L_29, L_30, /*hidden argument*/NULL); V_6 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); LinkedList_1_t2907844050 * L_31 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listInviteMsg_1(); NullCheck(L_31); Enumerator_t1127471601 L_32 = LinkedList_1_GetEnumerator_m2298069321(L_31, /*hidden argument*/LinkedList_1_GetEnumerator_m2298069321_RuntimeMethod_var); V_7 = L_32; goto IL_00dd; } IL_009d: { CDataArray_t4068198041 * L_33 = Enumerator_get_Current_m4077443021((&V_7), /*hidden argument*/Enumerator_get_Current_m4077443021_RuntimeMethod_var); V_8 = L_33; int64_t L_34 = V_1; CDataArray_t4068198041 * L_35 = V_8; NullCheck(L_35); int64_t L_36 = CDataArray_GetLong_m4094450536(L_35, 0, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((!(((uint64_t)L_34) == ((uint64_t)L_36)))) { goto IL_00dd; } } { int32_t L_37 = V_3; CDataArray_t4068198041 * L_38 = V_8; NullCheck(L_38); int32_t L_39 = CDataArray_GetInt_m1111369473(L_38, 2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_37) == ((uint32_t)L_39)))) { goto IL_00dd; } } { int32_t L_40 = V_4; CDataArray_t4068198041 * L_41 = V_8; NullCheck(L_41); int32_t L_42 = CDataArray_GetInt_m1111369473(L_41, 3, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)L_42)))) { goto IL_00dd; } } { V_6 = (bool)1; goto IL_00e9; } IL_00dd: { bool L_43 = Enumerator_MoveNext_m3610446807((&V_7), /*hidden argument*/Enumerator_MoveNext_m3610446807_RuntimeMethod_var); if (L_43) { goto IL_009d; } } IL_00e9: { bool L_44 = V_6; if (L_44) { goto IL_00fd; } } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); LinkedList_1_t2907844050 * L_45 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listInviteMsg_1(); CDataArray_t4068198041 * L_46 = V_5; NullCheck(L_45); LinkedList_1_AddLast_m329034811(L_45, L_46, /*hidden argument*/LinkedList_1_AddLast_m329034811_RuntimeMethod_var); } IL_00fd: { return; } } // System.Void DMCore.Logic.CKDDeviceService::QueryRank() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_QueryRank_m2341874961 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_QueryRank_m2341874961_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_001b; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); InterfaceActionInvoker1< int32_t >::Invoke(12 /* System.Void DMCore.Logic.IMsgHandler::_GetRank(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2, 0); RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker1< int32_t >::Invoke(12 /* System.Void DMCore.Logic.IMsgHandler::_GetRank(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_3, 1); return; } IL_001b: { return; } } // System.Void DMCore.Logic.CKDDeviceService::_OnCbRank(System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnCbRank_m3266361947 (RuntimeObject * __this /* static, unused */, int32_t ___type0, List_1_t2822533831 * ___listVal1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.CKDDeviceService::TryQueryInviteMsg() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_TryQueryInviteMsg_m3393537067 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_TryQueryInviteMsg_m3393537067_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); bool L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_firstPickInviteMsg_0(); if (!L_0) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_firstPickInviteMsg_0((bool)0); RuntimeObject* L_1 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0022; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker0::Invoke(7 /* System.Void DMCore.Logic.IMsgHandler::_GetInviteInfo() */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_3); } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); LinkedList_1_t2907844050 * L_4 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listInviteMsg_1(); if (!L_4) { goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); LinkedList_1_t2907844050 * L_5 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listInviteMsg_1(); NullCheck(L_5); int32_t L_6 = LinkedList_1_get_Count_m2611927432(L_5, /*hidden argument*/LinkedList_1_get_Count_m2611927432_RuntimeMethod_var); if (!L_6) { goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); LinkedList_1_t2907844050 * L_7 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listInviteMsg_1(); NullCheck(L_7); LinkedListNode_1_t3813373144 * L_8 = LinkedList_1_get_First_m3977447555(L_7, /*hidden argument*/LinkedList_1_get_First_m3977447555_RuntimeMethod_var); NullCheck(L_8); CDataArray_t4068198041 * L_9 = LinkedListNode_1_get_Value_m1152914827(L_8, /*hidden argument*/LinkedListNode_1_get_Value_m1152914827_RuntimeMethod_var); V_1 = L_9; LinkedList_1_t2907844050 * L_10 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listInviteMsg_1(); NullCheck(L_10); LinkedList_1_RemoveFirst_m2708647211(L_10, /*hidden argument*/LinkedList_1_RemoveFirst_m2708647211_RuntimeMethod_var); CDataArray_t4068198041 * L_11 = V_1; CKDDeviceService_DoShowInvite_m1100198360(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_005b: { return; } } // System.Void DMCore.Logic.CKDDeviceService::DoShowInvite(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_DoShowInvite_m1100198360 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { { CDataArray_t4068198041 * L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { return; } } // System.Void DMCore.Logic.CKDDeviceService::OnInviteMsgBoxClkCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_OnInviteMsgBoxClkCallBack_m3564991308 (RuntimeObject * __this /* static, unused */, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.CKDDeviceService::InviteFriend(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_InviteFriend_m1272920884 (RuntimeObject * __this /* static, unused */, int32_t ___friendID0, String_t* ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_InviteFriend_m1272920884_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0015; } } { RuntimeObject* L_2 = V_0; int32_t L_3 = ___friendID0; String_t* L_4 = ___param1; NullCheck(L_2); InterfaceActionInvoker2< int32_t, String_t* >::Invoke(6 /* System.Void DMCore.Logic.IMsgHandler::_InviteFriend(System.Int32,System.String) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2, L_3, L_4); return; } IL_0015: { return; } } // System.Void DMCore.Logic.CKDDeviceService::_OnDeviceState(System.Int32,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__OnDeviceState_m3200656866 (RuntimeObject * __this /* static, unused */, int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService__OnDeviceState_m3200656866_MetadataUsageId); s_Il2CppMethodInitialized = true; } CKDDeviceInfo_t2554338809 * V_0 = NULL; { int32_t L_0 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceInfo_t2554338809 * L_1 = CKDDeviceService_GetDeviceInfo_m1244554302(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; CKDDeviceInfo_t2554338809 * L_2 = V_0; if (L_2) { goto IL_0083; } } { ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3672441259); (L_3)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3672441259); ObjectU5BU5D_t2843939325* L_4 = L_3; int32_t L_5 = ___id0; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_4; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral1103527397); (L_8)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1103527397); ObjectU5BU5D_t2843939325* L_9 = L_8; String_t* L_10 = ___name1; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(3), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_9; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3398178432); (L_11)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3398178432); ObjectU5BU5D_t2843939325* L_12 = L_11; String_t* L_13 = ___address2; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(5), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral381334673); (L_14)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral381334673); ObjectU5BU5D_t2843939325* L_15 = L_14; int32_t L_16 = ___status3; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(7), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = L_15; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral925190505); (L_19)->SetAt(static_cast(8), (RuntimeObject *)_stringLiteral925190505); ObjectU5BU5D_t2843939325* L_20 = L_19; int32_t L_21 = ___electricity4; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(((int32_t)9)), (RuntimeObject *)L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m2971454694(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); CKDDeviceInfo_t2554338809 * L_25 = (CKDDeviceInfo_t2554338809 *)il2cpp_codegen_object_new(CKDDeviceInfo_t2554338809_il2cpp_TypeInfo_var); CKDDeviceInfo__ctor_m1890349121(L_25, /*hidden argument*/NULL); V_0 = L_25; CKDDeviceInfo_t2554338809 * L_26 = V_0; int32_t L_27 = ___id0; NullCheck(L_26); L_26->set_ID_0(L_27); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); List_1_t4026413551 * L_28 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listDevice_8(); CKDDeviceInfo_t2554338809 * L_29 = V_0; NullCheck(L_28); List_1_Add_m3069956404(L_28, L_29, /*hidden argument*/List_1_Add_m3069956404_RuntimeMethod_var); } IL_0083: { CKDDeviceInfo_t2554338809 * L_30 = V_0; NullCheck(L_30); String_t* L_31 = L_30->get_Name_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (L_32) { goto IL_009e; } } { String_t* L_33 = ___name1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00a5; } } IL_009e: { CKDDeviceInfo_t2554338809 * L_35 = V_0; String_t* L_36 = ___name1; NullCheck(L_35); L_35->set_Name_1(L_36); } IL_00a5: { CKDDeviceInfo_t2554338809 * L_37 = V_0; NullCheck(L_37); String_t* L_38 = L_37->get_Address_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_39 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_00c0; } } { String_t* L_40 = ___address2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); if (L_41) { goto IL_00c7; } } IL_00c0: { CKDDeviceInfo_t2554338809 * L_42 = V_0; String_t* L_43 = ___address2; NullCheck(L_42); L_42->set_Address_2(L_43); } IL_00c7: { int32_t L_44 = ___status3; CKDDeviceInfo_t2554338809 * L_45 = V_0; NullCheck(L_45); int32_t L_46 = L_45->get_State_3(); if ((((int32_t)L_44) == ((int32_t)L_46))) { goto IL_0131; } } { ObjectU5BU5D_t2843939325* L_47 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral3720553195); (L_47)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3720553195); ObjectU5BU5D_t2843939325* L_48 = L_47; int32_t L_49 = ___id0; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(1), (RuntimeObject *)L_51); ObjectU5BU5D_t2843939325* L_52 = L_48; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral1103527397); (L_52)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1103527397); ObjectU5BU5D_t2843939325* L_53 = L_52; String_t* L_54 = ___name1; NullCheck(L_53); ArrayElementTypeCheck (L_53, L_54); (L_53)->SetAt(static_cast(3), (RuntimeObject *)L_54); ObjectU5BU5D_t2843939325* L_55 = L_53; NullCheck(L_55); ArrayElementTypeCheck (L_55, _stringLiteral3398178432); (L_55)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3398178432); ObjectU5BU5D_t2843939325* L_56 = L_55; String_t* L_57 = ___address2; NullCheck(L_56); ArrayElementTypeCheck (L_56, L_57); (L_56)->SetAt(static_cast(5), (RuntimeObject *)L_57); ObjectU5BU5D_t2843939325* L_58 = L_56; NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral381334673); (L_58)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral381334673); ObjectU5BU5D_t2843939325* L_59 = L_58; int32_t L_60 = ___status3; int32_t L_61 = L_60; RuntimeObject * L_62 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_61); NullCheck(L_59); ArrayElementTypeCheck (L_59, L_62); (L_59)->SetAt(static_cast(7), (RuntimeObject *)L_62); ObjectU5BU5D_t2843939325* L_63 = L_59; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral925190505); (L_63)->SetAt(static_cast(8), (RuntimeObject *)_stringLiteral925190505); ObjectU5BU5D_t2843939325* L_64 = L_63; int32_t L_65 = ___electricity4; int32_t L_66 = L_65; RuntimeObject * L_67 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_66); NullCheck(L_64); ArrayElementTypeCheck (L_64, L_67); (L_64)->SetAt(static_cast(((int32_t)9)), (RuntimeObject *)L_67); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = String_Concat_m2971454694(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); } IL_0131: { CKDDeviceInfo_t2554338809 * L_69 = V_0; int32_t L_70 = ___status3; NullCheck(L_69); L_69->set_State_3(L_70); CKDDeviceInfo_t2554338809 * L_71 = V_0; int32_t L_72 = ___electricity4; NullCheck(L_71); L_71->set_Electricity_4(L_72); CKDDeviceInfo_t2554338809 * L_73 = V_0; NullCheck(L_73); L_73->set_StateChanged_5((bool)1); return; } } // User DMCore.Logic.CKDDeviceService::GetUserInfo() extern "C" IL2CPP_METHOD_ATTR User_t2909415622 * CKDDeviceService_GetUserInfo_m127745633 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetUserInfo_m127745633_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); User_t2909415622 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_mySelf_3(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); User_t2909415622 * L_1 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_mySelf_3(); return L_1; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_2 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_002d; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); User_t2909415622 * L_5 = InterfaceFuncInvoker0< User_t2909415622 * >::Invoke(16 /* User DMCore.Logic.IMsgHandler::_GetUserInfo() */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_4); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_mySelf_3(L_5); User_t2909415622 * L_6 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_mySelf_3(); return L_6; } IL_002d: { return (User_t2909415622 *)NULL; } } // DMCore.Logic.CKDDeviceInfo DMCore.Logic.CKDDeviceService::GetDeviceInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CKDDeviceInfo_t2554338809 * CKDDeviceService_GetDeviceInfo_m1244554302 (RuntimeObject * __this /* static, unused */, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetDeviceInfo_m1244554302_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CKDDeviceInfo_t2554338809 * V_1 = NULL; { V_0 = 0; goto IL_002b; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); List_1_t4026413551 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listDevice_8(); int32_t L_1 = V_0; NullCheck(L_0); CKDDeviceInfo_t2554338809 * L_2 = List_1_get_Item_m2189478225(L_0, L_1, /*hidden argument*/List_1_get_Item_m2189478225_RuntimeMethod_var); V_1 = L_2; CKDDeviceInfo_t2554338809 * L_3 = V_1; if (!L_3) { goto IL_0027; } } { CKDDeviceInfo_t2554338809 * L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->get_ID_0(); int32_t L_6 = ___id0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0027; } } { CKDDeviceInfo_t2554338809 * L_7 = V_1; return L_7; } IL_0027: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002b: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); List_1_t4026413551 * L_10 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listDevice_8(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m1876512557(L_10, /*hidden argument*/List_1_get_Count_m1876512557_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (CKDDeviceInfo_t2554338809 *)NULL; } } // System.Boolean DMCore.Logic.CKDDeviceService::IsDeviceActive(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_IsDeviceActive_m2229823299 (RuntimeObject * __this /* static, unused */, int32_t ___deviceID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_IsDeviceActive_m2229823299_MetadataUsageId); s_Il2CppMethodInitialized = true; } CKDDeviceInfo_t2554338809 * V_0 = NULL; { int32_t L_0 = ___deviceID0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceInfo_t2554338809 * L_1 = CKDDeviceService_GetDeviceInfo_m1244554302(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; CKDDeviceInfo_t2554338809 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { CKDDeviceInfo_t2554338809 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_State_3(); if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_001b; } } IL_0019: { return (bool)0; } IL_001b: { return (bool)1; } } // System.Int32 DMCore.Logic.CKDDeviceService::GetActiveDeviceCount() extern "C" IL2CPP_METHOD_ATTR int32_t CKDDeviceService_GetActiveDeviceCount_m1364410885 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GetActiveDeviceCount_m1364410885_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CKDDeviceInfo_t2554338809 * V_2 = NULL; { V_0 = 0; V_1 = 0; goto IL_002f; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); List_1_t4026413551 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listDevice_8(); int32_t L_1 = V_1; NullCheck(L_0); CKDDeviceInfo_t2554338809 * L_2 = List_1_get_Item_m2189478225(L_0, L_1, /*hidden argument*/List_1_get_Item_m2189478225_RuntimeMethod_var); V_2 = L_2; CKDDeviceInfo_t2554338809 * L_3 = V_2; if (!L_3) { goto IL_002b; } } { CKDDeviceInfo_t2554338809 * L_4 = V_2; NullCheck(L_4); int32_t L_5 = L_4->get_State_3(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_002b; } } { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002b: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002f: { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); List_1_t4026413551 * L_9 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_listDevice_8(); NullCheck(L_9); int32_t L_10 = List_1_get_Count_m1876512557(L_9, /*hidden argument*/List_1_get_Count_m1876512557_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0009; } } { int32_t L_11 = V_0; return L_11; } } // System.Boolean DMCore.Logic.CKDDeviceService::SearchDevice(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_SearchDevice_m3380157144 (RuntimeObject * __this /* static, unused */, bool ___mainDevice0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_SearchDevice_m3380157144_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B2_0 = NULL; int32_t G_B4_0 = 0; RuntimeObject* G_B4_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0021; } } { RuntimeObject* L_2 = V_0; bool L_3 = ___mainDevice0; G_B2_0 = L_2; if (!L_3) { G_B3_0 = L_2; goto IL_0019; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_001a; } IL_0019: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_001a: { NullCheck(G_B4_1); InterfaceActionInvoker1< int32_t >::Invoke(3 /* System.Void DMCore.Logic.IMsgHandler::_SearchDevice(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, G_B4_1, G_B4_0); return (bool)1; } IL_0021: { return (bool)0; } } // System.Boolean DMCore.Logic.CKDDeviceService::ConnectDevice(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_ConnectDevice_m1043854926 (RuntimeObject * __this /* static, unused */, bool ___mainDevice0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_ConnectDevice_m1043854926_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B2_0 = NULL; int32_t G_B4_0 = 0; RuntimeObject* G_B4_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0021; } } { RuntimeObject* L_2 = V_0; bool L_3 = ___mainDevice0; G_B2_0 = L_2; if (!L_3) { G_B3_0 = L_2; goto IL_0019; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_001a; } IL_0019: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_001a: { NullCheck(G_B4_1); InterfaceActionInvoker1< int32_t >::Invoke(4 /* System.Void DMCore.Logic.IMsgHandler::_ConnectDevice(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, G_B4_1, G_B4_0); return (bool)1; } IL_0021: { return (bool)0; } } // System.Boolean DMCore.Logic.CKDDeviceService::DisConnectDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_DisConnectDevice_m1627545130 (RuntimeObject * __this /* static, unused */, int32_t ___deviceID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_DisConnectDevice_m1627545130_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0015; } } { RuntimeObject* L_2 = V_0; int32_t L_3 = ___deviceID0; NullCheck(L_2); InterfaceActionInvoker1< int32_t >::Invoke(5 /* System.Void DMCore.Logic.IMsgHandler::_DisConnectDevice(System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2, L_3); return (bool)1; } IL_0015: { return (bool)0; } } // System.Boolean DMCore.Logic.CKDDeviceService::SearchScreenProj() extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_SearchScreenProj_m2488004950 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_SearchScreenProj_m2488004950_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0014; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); InterfaceActionInvoker0::Invoke(10 /* System.Void DMCore.Logic.IMsgHandler::_ScreenProjection() */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2); return (bool)1; } IL_0014: { return (bool)0; } } // System.Boolean DMCore.Logic.CKDDeviceService::GameStart() extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_GameStart_m2909485344 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GameStart_m2909485344_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); bool L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_isGaming_2(); if (!L_0) { goto IL_000c; } } { return (bool)1; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_isGaming_2((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral4046709096, /*hidden argument*/NULL); RuntimeObject* L_1 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0030; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void DMCore.Logic.IMsgHandler::_GameStart() */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_3); return (bool)1; } IL_0030: { return (bool)0; } } // System.Void DMCore.Logic.CKDDeviceService::OnGameEndLoom(System.String) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_OnGameEndLoom_m3901179651 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_OnGameEndLoom_m3901179651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_1_t3252573759 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_GameEndCallback_5(); if (L_0) { goto IL_000b; } } { return; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_1_t3252573759 * L_1 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_GameEndCallback_5(); String_t* L_2 = ___json0; GameEndParams_t2409445106 * L_3 = JsonUtility_FromJson_TisGameEndParams_t2409445106_m3803418968(NULL /*static, unused*/, L_2, /*hidden argument*/JsonUtility_FromJson_TisGameEndParams_t2409445106_m3803418968_RuntimeMethod_var); NullCheck(L_1); Action_1_Invoke_m2461023210(L_1, L_3, /*hidden argument*/Action_1_Invoke_m2461023210_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CKDDeviceService::OnGameEndResponseInner(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_OnGameEndResponseInner_m779080306 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___json1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_OnGameEndResponseInner_m779080306_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_1_t2019918284 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_9(); if (L_0) { goto IL_0018; } } { intptr_t L_1 = (intptr_t)CKDDeviceService_OnGameEndLoom_m3901179651_RuntimeMethod_var; Action_1_t2019918284 * L_2 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_2, NULL, L_1, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_9(L_2); } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_1_t2019918284 * L_3 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_9(); String_t* L_4 = ___json1; IL2CPP_RUNTIME_CLASS_INIT(Loom_t3759828253_il2cpp_TypeInfo_var); Loom_QueueOnMainThread_m1011641833(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CKDDeviceService::GameEnd(System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_GameEnd_m1029591614 (RuntimeObject * __this /* static, unused */, int32_t ___level0, int32_t ___score1, bool ___isWinner2, int32_t ___mode3, int32_t ___opponentId4, Action_1_t3252573759 * ___callback5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_GameEnd_m1029591614_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B4_0 = 0; ObjectU5BU5D_t2843939325* G_B4_1 = NULL; ObjectU5BU5D_t2843939325* G_B4_2 = NULL; String_t* G_B4_3 = NULL; int32_t G_B3_0 = 0; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; String_t* G_B3_3 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; ObjectU5BU5D_t2843939325* G_B5_3 = NULL; String_t* G_B5_4 = NULL; double G_B8_0 = 0.0; int32_t G_B8_1 = 0; RuntimeObject* G_B8_2 = NULL; double G_B7_0 = 0.0; int32_t G_B7_1 = 0; RuntimeObject* G_B7_2 = NULL; int32_t G_B9_0 = 0; double G_B9_1 = 0.0; int32_t G_B9_2 = 0; RuntimeObject* G_B9_3 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; int32_t G_B11_2 = 0; double G_B11_3 = 0.0; int32_t G_B11_4 = 0; RuntimeObject* G_B11_5 = NULL; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; int32_t G_B10_2 = 0; double G_B10_3 = 0.0; int32_t G_B10_4 = 0; RuntimeObject* G_B10_5 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); bool L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_s_isGaming_2(); if (L_0) { goto IL_000c; } } { return (bool)1; } IL_000c: { Action_1_t3252573759 * L_1 = ___callback5; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_GameEndCallback_5(L_1); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_isGaming_2((bool)0); ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); int32_t L_3 = ___level0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_2; int32_t L_7 = ___score1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_6; bool L_11 = ___isWinner2; G_B3_0 = 2; G_B3_1 = L_10; G_B3_2 = L_10; G_B3_3 = _stringLiteral3695337728; if (!L_11) { G_B4_0 = 2; G_B4_1 = L_10; G_B4_2 = L_10; G_B4_3 = _stringLiteral3695337728; goto IL_0044; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0045; } IL_0044: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0045: { int32_t L_12 = G_B5_0; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, L_13); (G_B5_2)->SetAt(static_cast(G_B5_1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = G_B5_3; int32_t L_15 = ___mode3; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(3), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_14; int32_t L_19 = ___opponentId4; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(4), (RuntimeObject *)L_21); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, G_B5_4, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_22 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_22; RuntimeObject* L_23 = V_0; if (!L_23) { goto IL_00a7; } } { RuntimeObject* L_24 = V_0; int32_t L_25 = ___level0; int32_t L_26 = ___score1; bool L_27 = ___isWinner2; G_B7_0 = (((double)((double)L_26))); G_B7_1 = L_25; G_B7_2 = L_24; if (!L_27) { G_B8_0 = (((double)((double)L_26))); G_B8_1 = L_25; G_B8_2 = L_24; goto IL_007f; } } { G_B9_0 = 1; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0080; } IL_007f: { G_B9_0 = 0; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0080: { int32_t L_28 = ___mode3; int32_t L_29 = ___opponentId4; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_2_t3073627706 * L_30 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_10(); G_B10_0 = L_29; G_B10_1 = L_28; G_B10_2 = G_B9_0; G_B10_3 = G_B9_1; G_B10_4 = G_B9_2; G_B10_5 = G_B9_3; if (L_30) { G_B11_0 = L_29; G_B11_1 = L_28; G_B11_2 = G_B9_0; G_B11_3 = G_B9_1; G_B11_4 = G_B9_2; G_B11_5 = G_B9_3; goto IL_009b; } } { intptr_t L_31 = (intptr_t)CKDDeviceService_OnGameEndResponseInner_m779080306_RuntimeMethod_var; Action_2_t3073627706 * L_32 = (Action_2_t3073627706 *)il2cpp_codegen_object_new(Action_2_t3073627706_il2cpp_TypeInfo_var); Action_2__ctor_m2499209327(L_32, NULL, L_31, /*hidden argument*/Action_2__ctor_m2499209327_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_10(L_32); G_B11_0 = G_B10_0; G_B11_1 = G_B10_1; G_B11_2 = G_B10_2; G_B11_3 = G_B10_3; G_B11_4 = G_B10_4; G_B11_5 = G_B10_5; } IL_009b: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_2_t3073627706 * L_33 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_10(); NullCheck(G_B11_5); InterfaceActionInvoker6< int32_t, double, int32_t, int32_t, int32_t, Action_2_t3073627706 * >::Invoke(1 /* System.Void DMCore.Logic.IMsgHandler::_GameEnd(System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Action`2) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, G_B11_5, G_B11_4, G_B11_3, G_B11_2, G_B11_1, G_B11_0, L_33); return (bool)1; } IL_00a7: { return (bool)0; } } // System.Void DMCore.Logic.CKDDeviceService::Vibrate(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_Vibrate_m1755361635 (RuntimeObject * __this /* static, unused */, bool ___mainDevice0, int32_t ___duration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_Vibrate_m1755361635_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B2_0 = NULL; int32_t G_B4_0 = 0; RuntimeObject* G_B4_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0020; } } { RuntimeObject* L_2 = V_0; bool L_3 = ___mainDevice0; G_B2_0 = L_2; if (!L_3) { G_B3_0 = L_2; goto IL_0019; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_001a; } IL_0019: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_001a: { int32_t L_4 = ___duration1; NullCheck(G_B4_1); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(8 /* System.Void DMCore.Logic.IMsgHandler::_Vibrate(System.Int32,System.Int32) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, G_B4_1, G_B4_0, L_4); } IL_0020: { return; } } // System.Boolean DMCore.Logic.CKDDeviceService::CheckDevice(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_CheckDevice_m2621073828 (RuntimeObject * __this /* static, unused */, int32_t ___DeviceID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_CheckDevice_m2621073828_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { int32_t L_0 = ___DeviceID0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); float L_1 = CKDDeviceService_GetSteer_m1866443668(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = Single_Equals_m1601893879((&V_0), (0.0f), /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { return (bool)1; } IL_001a: { return (bool)0; } } // System.Void DMCore.Logic.CKDDeviceService::ExitApp() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_ExitApp_m2423776312 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_ExitApp_m2423776312_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (L_1) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral3889873041, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); return; } IL_001d: { RuntimeObject* L_2 = V_0; NullCheck(L_2); InterfaceActionInvoker0::Invoke(13 /* System.Void DMCore.Logic.IMsgHandler::_OnBackPressed() */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2); return; } } // System.Void DMCore.Logic.CKDDeviceService::KillApp() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_KillApp_m1525893329 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { Application_Quit_m470877999(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CKDDeviceService::ShowInviteFriend(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_ShowInviteFriend_m2850433176 (RuntimeObject * __this /* static, unused */, int32_t ___code0, String_t* ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_ShowInviteFriend_m2850433176_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral202982998, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0029; } } { RuntimeObject* L_2 = V_0; int32_t L_3 = ___code0; String_t* L_4 = ___info1; NullCheck(L_2); InterfaceActionInvoker2< int32_t, String_t* >::Invoke(11 /* System.Void DMCore.Logic.IMsgHandler::_ShowInviteFriend(System.Int32,System.String) */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2, L_3, L_4); goto IL_0029; } IL_0029: { return; } } // User DMCore.Logic.CKDDeviceService::QueryInviteInfo() extern "C" IL2CPP_METHOD_ATTR User_t2909415622 * CKDDeviceService_QueryInviteInfo_m2550098699 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_QueryInviteInfo_m2550098699_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000e; } } { return (User_t2909415622 *)NULL; } IL_000e: { RuntimeObject* L_2 = V_0; NullCheck(L_2); User_t2909415622 * L_3 = InterfaceFuncInvoker0< User_t2909415622 * >::Invoke(17 /* User DMCore.Logic.IMsgHandler::_QueryInviteInfo() */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2); return L_3; } } // System.Void DMCore.Logic.CKDDeviceService::TryGetInviteInfo() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_TryGetInviteInfo_m3333095426 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService_TryGetInviteInfo_m3333095426_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); RuntimeObject* L_0 = CKDDeviceService_GetMH_m4225318652(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0012; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); InterfaceActionInvoker0::Invoke(7 /* System.Void DMCore.Logic.IMsgHandler::_GetInviteInfo() */, IMsgHandler_t1759955388_il2cpp_TypeInfo_var, L_2); } IL_0012: { return; } } // System.Void DMCore.Logic.CKDDeviceService::.cctor() extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService__cctor_m3260838578 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CKDDeviceService__cctor_m3260838578_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_firstPickInviteMsg_0((bool)1); LinkedList_1_t2907844050 * L_0 = (LinkedList_1_t2907844050 *)il2cpp_codegen_object_new(LinkedList_1_t2907844050_il2cpp_TypeInfo_var); LinkedList_1__ctor_m2471290996(L_0, /*hidden argument*/LinkedList_1__ctor_m2471290996_RuntimeMethod_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_listInviteMsg_1(L_0); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_isGaming_2((bool)0); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_mySelf_3((User_t2909415622 *)NULL); Dictionary_2_t2625280635 * L_1 = (Dictionary_2_t2625280635 *)il2cpp_codegen_object_new(Dictionary_2_t2625280635_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2807742409(L_1, /*hidden argument*/Dictionary_2__ctor_m2807742409_RuntimeMethod_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_kdUsrMapping_4(L_1); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_GameEndCallback_5((Action_1_t3252573759 *)NULL); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_ServerValid_7((bool)0); List_1_t4026413551 * L_2 = (List_1_t4026413551 *)il2cpp_codegen_object_new(List_1_t4026413551_il2cpp_TypeInfo_var); List_1__ctor_m10894940(L_2, /*hidden argument*/List_1__ctor_m10894940_RuntimeMethod_var); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_s_listDevice_8(L_2); 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 // System.Void DMCore.Logic.CMiscConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMiscConfig__ctor_m2928729564 (CMiscConfig_t1694835947 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig__ctor_m2928729564_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t19536393_il2cpp_TypeInfo_var); Singleton_1__ctor_m1398614225(__this, /*hidden argument*/Singleton_1__ctor_m1398614225_RuntimeMethod_var); Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_m_MiscDir_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(AssetManager_t2546491902_il2cpp_TypeInfo_var); String_t* L_1 = AssetManager_LoadText_m1978970207(NULL /*static, unused*/, _stringLiteral2922961699, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; CMiscConfig_OnLoad_m775998711(__this, L_2, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CMiscConfig::OnLoad(System.String) extern "C" IL2CPP_METHOD_ATTR bool CMiscConfig_OnLoad_m775998711 (CMiscConfig_t1694835947 * __this, String_t* ___loadedObj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig_OnLoad_m775998711_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; bool V_2 = false; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___loadedObj0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); ___loadedObj0 = (String_t*)NULL; XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0026; } } IL_0016: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0027; } IL_0026: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0027: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; if (L_6) { goto IL_0035; } } IL_002e: { V_2 = (bool)0; goto IL_00e6; } IL_0035: { XmlElement_t561603118 * L_7 = V_1; NullCheck(L_7); XmlNodeList_t2551693786 * L_8 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_7); V_3 = L_8; XmlNodeList_t2551693786 * L_9 = V_3; if (L_9) { goto IL_0049; } } IL_0042: { V_2 = (bool)0; goto IL_00e6; } IL_0049: { Dictionary_2_t1632706988 * L_10 = __this->get_m_MiscDir_1(); NullCheck(L_10); Dictionary_2_Clear_m1279106658(L_10, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); V_4 = 0; goto IL_00ca; } IL_005c: { XmlNodeList_t2551693786 * L_11 = V_3; int32_t L_12 = V_4; NullCheck(L_11); XmlNode_t3767805227 * L_13 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_11, L_12); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_13); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_00c4; } } IL_006f: { XmlNodeList_t2551693786 * L_15 = V_3; int32_t L_16 = V_4; NullCheck(L_15); XmlNode_t3767805227 * L_17 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_15, L_16); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_17, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_18 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_20 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_18, _stringLiteral3454449607, L_19, /*hidden argument*/NULL); V_6 = L_20; String_t* L_21 = V_6; bool L_22 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00a2; } } IL_009d: { goto IL_00c4; } IL_00a2: { XmlElement_t561603118 * L_23 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_25 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_23, _stringLiteral3493618073, L_24, /*hidden argument*/NULL); V_7 = L_25; Dictionary_2_t1632706988 * L_26 = __this->get_m_MiscDir_1(); String_t* L_27 = V_6; String_t* L_28 = V_7; NullCheck(L_26); Dictionary_2_set_Item_m187286838(L_26, L_27, L_28, /*hidden argument*/Dictionary_2_set_Item_m187286838_RuntimeMethod_var); } IL_00c4: { int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00ca: { int32_t L_30 = V_4; XmlNodeList_t2551693786 * L_31 = V_3; NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_31); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_005c; } } IL_00d7: { V_2 = (bool)1; goto IL_00e6; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00de; throw e; } CATCH_00de: { // begin catch(System.Object) goto IL_00e4; } // end catch (depth: 1) IL_00e4: { return (bool)0; } IL_00e6: { bool L_33 = V_2; return L_33; } } // System.Boolean DMCore.Logic.CMiscConfig::Exist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CMiscConfig_Exist_m354779141 (CMiscConfig_t1694835947 * __this, String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig_Exist_m354779141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = __this->get_m_MiscDir_1(); String_t* L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2249167092(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_2) { goto IL_0013; } } { return (bool)1; } IL_0013: { return (bool)0; } } // System.String DMCore.Logic.CMiscConfig::GetValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m2443549100 (CMiscConfig_t1694835947 * __this, String_t* ___id0, const RuntimeMethod* method) { { String_t* L_0 = ___id0; String_t* L_1 = ___id0; String_t* L_2 = CMiscConfig_GetValue_m1810403399(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String DMCore.Logic.CMiscConfig::GetValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m1810403399 (CMiscConfig_t1694835947 * __this, String_t* ___id0, String_t* ___defaultValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig_GetValue_m1810403399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = __this->get_m_MiscDir_1(); String_t* L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2249167092(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t1632706988 * L_3 = __this->get_m_MiscDir_1(); String_t* L_4 = ___id0; NullCheck(L_3); String_t* L_5 = Dictionary_2_get_Item_m2643467469(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); return L_5; } IL_001e: { String_t* L_6 = ___defaultValue1; return L_6; } } // System.Int32 DMCore.Logic.CMiscConfig::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscConfig_GetInt_m1183615064 (CMiscConfig_t1694835947 * __this, String_t* ___id0, int32_t ___defaultValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig_GetInt_m1183615064_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { V_0 = 0; String_t* L_0 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_2 = CMiscConfig_GetValue_m1810403399(__this, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0027; } } { String_t* L_5 = V_1; int32_t L_6 = ___defaultValue1; int32_t L_7 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0029; } IL_0027: { int32_t L_8 = ___defaultValue1; V_0 = L_8; } IL_0029: { int32_t L_9 = V_0; return L_9; } } // System.Single DMCore.Logic.CMiscConfig::GetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscConfig_GetFloat_m1675196209 (CMiscConfig_t1694835947 * __this, String_t* ___id0, float ___defaultValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig_GetFloat_m1675196209_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; String_t* V_1 = NULL; { V_0 = (0.0f); String_t* L_0 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_2 = CMiscConfig_GetValue_m1810403399(__this, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { String_t* L_5 = V_1; float L_6 = ___defaultValue1; float L_7 = CMiscHelp_ToFloat_m661515888(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_002d; } IL_002b: { float L_8 = ___defaultValue1; V_0 = L_8; } IL_002d: { float L_9 = V_0; return L_9; } } // System.Collections.Generic.List`1 DMCore.Logic.CMiscConfig::GetGroupValue(System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * CMiscConfig_GetGroupValue_m2479427269 (CMiscConfig_t1694835947 * __this, String_t* ___config_key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig_GetGroupValue_m2479427269_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; List_1_t3319525431 * V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; List_1_t3319525431 * G_B11_0 = NULL; { String_t* L_0 = ___config_key0; String_t* L_1 = CMiscConfig_GetValue_m2443549100(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { return (List_1_t3319525431 *)NULL; } IL_0015: { List_1_t3319525431 * L_4 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_4, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_1 = L_4; String_t* L_5 = V_0; CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_5); StringU5BU5D_t1281789340* L_7 = String_Split_m3646115398(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; V_3 = 0; StringU5BU5D_t1281789340* L_8 = V_2; NullCheck(L_8); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))); goto IL_0058; } IL_0039: { StringU5BU5D_t1281789340* L_9 = V_2; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_004b; } } { goto IL_0054; } IL_004b: { List_1_t3319525431 * L_14 = V_1; StringU5BU5D_t1281789340* L_15 = V_2; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; String_t* L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_14); List_1_Add_m1685793073(L_14, L_18, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_0054: { int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0058: { int32_t L_20 = V_3; int32_t L_21 = V_4; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0039; } } { List_1_t3319525431 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = List_1_get_Count_m2276455407(L_22, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_0072; } } { List_1_t3319525431 * L_24 = V_1; G_B11_0 = L_24; goto IL_0073; } IL_0072: { G_B11_0 = ((List_1_t3319525431 *)(NULL)); } IL_0073: { return G_B11_0; } } // System.Collections.Generic.List`1 DMCore.Logic.CMiscConfig::GetGroupValueInt(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CMiscConfig_GetGroupValueInt_m1897524817 (CMiscConfig_t1694835947 * __this, String_t* ___config_key0, String_t* ___defaultValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMiscConfig_GetGroupValueInt_m1897524817_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; List_1_t128053199 * V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___config_key0; String_t* L_1 = ___defaultValue1; String_t* L_2 = CMiscConfig_GetValue_m1810403399(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0016; } } { return (List_1_t128053199 *)NULL; } IL_0016: { List_1_t128053199 * L_5 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_5, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_1 = L_5; String_t* L_6 = V_0; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; V_3 = 0; StringU5BU5D_t1281789340* L_9 = V_2; NullCheck(L_9); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))); goto IL_005e; } IL_003a: { StringU5BU5D_t1281789340* L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004c; } } { goto IL_005a; } IL_004c: { List_1_t128053199 * L_15 = V_1; StringU5BU5D_t1281789340* L_16 = V_2; int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; String_t* L_19 = (L_16)->GetAt(static_cast(L_18)); int32_t L_20 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_15); List_1_Add_m697420525(L_15, L_20, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_005a: { int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005e: { int32_t L_22 = V_3; int32_t L_23 = V_4; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_003a; } } { List_1_t128053199 * L_24 = V_1; return L_24; } } #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 DMCore.Logic.CMutualAnimInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMutualAnimInfo__ctor_m3051959905 (CMutualAnimInfo_t3120277749 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); 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 // System.Void DMCore.Logic.CPhotoManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager__ctor_m305653688 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager__ctor_m305653688_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); V_0 = 2; int32_t L_0 = V_0; __this->set_m_rolePhotoLibArray_1(((Dictionary_2U5BU5D_t635963316*)SZArrayNew(Dictionary_2U5BU5D_t635963316_il2cpp_TypeInfo_var, (uint32_t)L_0))); V_1 = 0; goto IL_002c; } IL_001b: { Dictionary_2U5BU5D_t635963316* L_1 = __this->get_m_rolePhotoLibArray_1(); int32_t L_2 = V_1; Dictionary_2_t413092361 * L_3 = (Dictionary_2_t413092361 *)il2cpp_codegen_object_new(Dictionary_2_t413092361_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3194139652(L_3, /*hidden argument*/Dictionary_2__ctor_m3194139652_RuntimeMethod_var); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(L_2), (Dictionary_2_t413092361 *)L_3); int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002c: { int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_001b; } } { __this->set_m_activeUserID_3((((int64_t)((int64_t)(-1))))); __this->set_m_curActivePhoto_4((Texture2D_t3840446185 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_curActivePhotoPath_5(L_7); __this->set_m_curTypeCamera_6((bool)1); return; } } // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPhotoManager_t704993275 * CPhotoManager_GetInstance_m953076413 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_GetInstance_m953076413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPhotoManager_t704993275 * L_0 = ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { CPhotoManager_t704993275 * L_1 = ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CPhotoManager_t704993275 * L_2 = (CPhotoManager_t704993275 *)il2cpp_codegen_object_new(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager__ctor_m305653688(L_2, /*hidden argument*/NULL); ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CPhotoManager_t704993275 * L_3 = ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Void DMCore.Logic.CPhotoManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_ClearAll_m2434027800 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_ClearAll_m2434027800_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t413092361 * V_0 = NULL; Dictionary_2_t413092361 * V_1 = NULL; Enumerator_t2367275136 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2810764528 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t2810764528 V_4; memset(&V_4, 0, sizeof(V_4)); { Dictionary_2_t413092361 * L_0 = CPhotoManager_GetPhotoContainer_m234126674(__this, 0, /*hidden argument*/NULL); V_0 = L_0; Dictionary_2_t413092361 * L_1 = CPhotoManager_GetPhotoContainer_m234126674(__this, 1, /*hidden argument*/NULL); V_1 = L_1; Dictionary_2_t413092361 * L_2 = V_0; NullCheck(L_2); Enumerator_t2367275136 L_3 = Dictionary_2_GetEnumerator_m2703509630(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m2703509630_RuntimeMethod_var); V_2 = L_3; goto IL_0030; } IL_001c: { KeyValuePair_2_t2810764528 L_4 = Enumerator_get_Current_m3866122697((&V_2), /*hidden argument*/Enumerator_get_Current_m3866122697_RuntimeMethod_var); V_3 = L_4; CPlayerPhotoLib_t3645419873 * L_5 = KeyValuePair_2_get_Value_m181540397((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m181540397_RuntimeMethod_var); NullCheck(L_5); CPlayerPhotoLib_ClearAll_m2535572549(L_5, /*hidden argument*/NULL); } IL_0030: { bool L_6 = Enumerator_MoveNext_m3420153151((&V_2), /*hidden argument*/Enumerator_MoveNext_m3420153151_RuntimeMethod_var); if (L_6) { goto IL_001c; } } { Dictionary_2_t413092361 * L_7 = V_0; NullCheck(L_7); Dictionary_2_Clear_m3539223798(L_7, /*hidden argument*/Dictionary_2_Clear_m3539223798_RuntimeMethod_var); Dictionary_2_t413092361 * L_8 = V_1; NullCheck(L_8); Enumerator_t2367275136 L_9 = Dictionary_2_GetEnumerator_m2703509630(L_8, /*hidden argument*/Dictionary_2_GetEnumerator_m2703509630_RuntimeMethod_var); V_2 = L_9; goto IL_0063; } IL_004e: { KeyValuePair_2_t2810764528 L_10 = Enumerator_get_Current_m3866122697((&V_2), /*hidden argument*/Enumerator_get_Current_m3866122697_RuntimeMethod_var); V_4 = L_10; CPlayerPhotoLib_t3645419873 * L_11 = KeyValuePair_2_get_Value_m181540397((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m181540397_RuntimeMethod_var); NullCheck(L_11); CPlayerPhotoLib_ClearAll_m2535572549(L_11, /*hidden argument*/NULL); } IL_0063: { bool L_12 = Enumerator_MoveNext_m3420153151((&V_2), /*hidden argument*/Enumerator_MoveNext_m3420153151_RuntimeMethod_var); if (L_12) { goto IL_004e; } } { Dictionary_2_t413092361 * L_13 = V_1; NullCheck(L_13); Dictionary_2_Clear_m3539223798(L_13, /*hidden argument*/Dictionary_2_Clear_m3539223798_RuntimeMethod_var); __this->set_m_activeUserID_3((((int64_t)((int64_t)(-1))))); __this->set_m_curActivePhoto_4((Texture2D_t3840446185 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_curActivePhotoPath_5(L_14); __this->set_m_curTypeCamera_6((bool)1); return; } } // System.Void DMCore.Logic.CPhotoManager::ClearExceptSceneRoles() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_ClearExceptSceneRoles_m896835478 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_ClearExceptSceneRoles_m896835478_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t413092361 * V_0 = NULL; Dictionary_2_t413092361 * V_1 = NULL; Enumerator_t2367275136 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2810764528 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t2810764528 V_4; memset(&V_4, 0, sizeof(V_4)); { Dictionary_2_t413092361 * L_0 = CPhotoManager_GetPhotoContainer_m234126674(__this, 0, /*hidden argument*/NULL); V_0 = L_0; Dictionary_2_t413092361 * L_1 = CPhotoManager_GetPhotoContainer_m234126674(__this, 1, /*hidden argument*/NULL); V_1 = L_1; Dictionary_2_t413092361 * L_2 = V_0; NullCheck(L_2); Enumerator_t2367275136 L_3 = Dictionary_2_GetEnumerator_m2703509630(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m2703509630_RuntimeMethod_var); V_2 = L_3; goto IL_0030; } IL_001c: { KeyValuePair_2_t2810764528 L_4 = Enumerator_get_Current_m3866122697((&V_2), /*hidden argument*/Enumerator_get_Current_m3866122697_RuntimeMethod_var); V_3 = L_4; CPlayerPhotoLib_t3645419873 * L_5 = KeyValuePair_2_get_Value_m181540397((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m181540397_RuntimeMethod_var); NullCheck(L_5); CPlayerPhotoLib_ClearExceptPhoto_m500777317(L_5, /*hidden argument*/NULL); } IL_0030: { bool L_6 = Enumerator_MoveNext_m3420153151((&V_2), /*hidden argument*/Enumerator_MoveNext_m3420153151_RuntimeMethod_var); if (L_6) { goto IL_001c; } } { Dictionary_2_t413092361 * L_7 = V_1; NullCheck(L_7); Enumerator_t2367275136 L_8 = Dictionary_2_GetEnumerator_m2703509630(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m2703509630_RuntimeMethod_var); V_2 = L_8; goto IL_005d; } IL_0048: { KeyValuePair_2_t2810764528 L_9 = Enumerator_get_Current_m3866122697((&V_2), /*hidden argument*/Enumerator_get_Current_m3866122697_RuntimeMethod_var); V_4 = L_9; CPlayerPhotoLib_t3645419873 * L_10 = KeyValuePair_2_get_Value_m181540397((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m181540397_RuntimeMethod_var); NullCheck(L_10); CPlayerPhotoLib_ClearAll_m2535572549(L_10, /*hidden argument*/NULL); } IL_005d: { bool L_11 = Enumerator_MoveNext_m3420153151((&V_2), /*hidden argument*/Enumerator_MoveNext_m3420153151_RuntimeMethod_var); if (L_11) { goto IL_0048; } } { Dictionary_2_t413092361 * L_12 = V_1; NullCheck(L_12); Dictionary_2_Clear_m3539223798(L_12, /*hidden argument*/Dictionary_2_Clear_m3539223798_RuntimeMethod_var); return; } } // System.Int64 DMCore.Logic.CPhotoManager::GetActiveUserID() extern "C" IL2CPP_METHOD_ATTR int64_t CPhotoManager_GetActiveUserID_m3279540640 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_activeUserID_3(); return L_0; } } // System.Void DMCore.Logic.CPhotoManager::SetActiveUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_SetActiveUserID_m2317049221 (CPhotoManager_t704993275 * __this, int64_t ___userID0, const RuntimeMethod* method) { { int64_t L_0 = ___userID0; __this->set_m_activeUserID_3(L_0); return; } } // UnityEngine.Texture2D DMCore.Logic.CPhotoManager::GetCurActivePhoto() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPhotoManager_GetCurActivePhoto_m2694044328 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { { Texture2D_t3840446185 * L_0 = __this->get_m_curActivePhoto_4(); return L_0; } } // System.String DMCore.Logic.CPhotoManager::GetCurActivePhotoLocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoManager_GetCurActivePhotoLocalPath_m3796501695 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_curActivePhotoPath_5(); return L_0; } } // System.Void DMCore.Logic.CPhotoManager::SetCurActivePhoto(UnityEngine.Texture2D,System.String) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_SetCurActivePhoto_m1104409400 (CPhotoManager_t704993275 * __this, Texture2D_t3840446185 * ___tex0, String_t* ___path1, const RuntimeMethod* method) { { Texture2D_t3840446185 * L_0 = ___tex0; __this->set_m_curActivePhoto_4(L_0); String_t* L_1 = ___path1; __this->set_m_curActivePhotoPath_5(L_1); return; } } // System.Void DMCore.Logic.CPhotoManager::SetCurChooseCamera(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_SetCurChooseCamera_m2738183363 (CPhotoManager_t704993275 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_curTypeCamera_6(L_0); return; } } // System.Boolean DMCore.Logic.CPhotoManager::IfCurChooseCamera() extern "C" IL2CPP_METHOD_ATTR bool CPhotoManager_IfCurChooseCamera_m3778258938 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_curTypeCamera_6(); return L_0; } } // System.Boolean DMCore.Logic.CPhotoManager::get_Active() extern "C" IL2CPP_METHOD_ATTR bool CPhotoManager_get_Active_m4251876705 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CActiveU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPhotoManager::set_Active(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_set_Active_m2420872315 (CPhotoManager_t704993275 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CActiveU3Ek__BackingField_0(L_0); return; } } // DMCore.Logic.CPlayerPhotoLib DMCore.Logic.CPhotoManager::GetPlayerPhotoLib(DMCore.Logic.EPhotoType,System.Int64) extern "C" IL2CPP_METHOD_ATTR CPlayerPhotoLib_t3645419873 * CPhotoManager_GetPlayerPhotoLib_m2927084127 (CPhotoManager_t704993275 * __this, int32_t ___photoType0, int64_t ___userID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_GetPlayerPhotoLib_m2927084127_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t413092361 * V_0 = NULL; CPlayerPhotoLib_t3645419873 * V_1 = NULL; { int32_t L_0 = ___photoType0; Dictionary_2_t413092361 * L_1 = CPhotoManager_GetPhotoContainer_m234126674(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (CPlayerPhotoLib_t3645419873 *)NULL; Dictionary_2_t413092361 * L_2 = V_0; if (!L_2) { goto IL_0033; } } { Dictionary_2_t413092361 * L_3 = V_0; int64_t L_4 = ___userID1; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m3197124127(L_3, L_4, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3197124127_RuntimeMethod_var); if (L_5) { goto IL_0033; } } { CPlayerPhotoLib_t3645419873 * L_6 = (CPlayerPhotoLib_t3645419873 *)il2cpp_codegen_object_new(CPlayerPhotoLib_t3645419873_il2cpp_TypeInfo_var); CPlayerPhotoLib__ctor_m679019940(L_6, /*hidden argument*/NULL); V_1 = L_6; CPlayerPhotoLib_t3645419873 * L_7 = V_1; int64_t L_8 = ___userID1; NullCheck(L_7); CPlayerPhotoLib_OnInit_m1850158121(L_7, L_8, /*hidden argument*/NULL); Dictionary_2_t413092361 * L_9 = V_0; int64_t L_10 = ___userID1; CPlayerPhotoLib_t3645419873 * L_11 = V_1; NullCheck(L_9); Dictionary_2_Add_m804743470(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_Add_m804743470_RuntimeMethod_var); } IL_0033: { CPlayerPhotoLib_t3645419873 * L_12 = V_1; return L_12; } } // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPhotoManager::GetPhotoContainer(DMCore.Logic.EPhotoType) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t413092361 * CPhotoManager_GetPhotoContainer_m234126674 (CPhotoManager_t704993275 * __this, int32_t ___photoType0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___photoType0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0019; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)2))) { goto IL_0019; } } { Dictionary_2U5BU5D_t635963316* L_3 = __this->get_m_rolePhotoLibArray_1(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Dictionary_2_t413092361 * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } IL_0019: { return (Dictionary_2_t413092361 *)NULL; } } // System.String DMCore.Logic.CPhotoManager::GetSmallPictureName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoManager_GetSmallPictureName_m736706205 (RuntimeObject * __this /* static, unused */, String_t* ___fullName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_GetSmallPictureName_m736706205_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { String_t* L_0 = ___fullName0; NullCheck(L_0); String_t* L_1 = String_Replace_m3726209165(L_0, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); ___fullName0 = L_1; String_t* L_2 = ___fullName0; NullCheck(L_2); int32_t L_3 = String_LastIndexOf_m3451222878(L_2, ((int32_t)46), /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___fullName0; NullCheck(L_4); int32_t L_5 = String_LastIndexOf_m3451222878(L_4, ((int32_t)47), /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = L_6; int32_t L_7 = V_0; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = V_1; int32_t L_9 = V_0; if ((((int32_t)L_8) >= ((int32_t)L_9))) { goto IL_0051; } } { String_t* L_10 = ___fullName0; int32_t L_11 = V_0; NullCheck(L_10); String_t* L_12 = String_Substring_m1610150815(L_10, 0, L_11, /*hidden argument*/NULL); String_t* L_13 = ___fullName0; int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15 = String_Substring_m2848979100(L_13, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3755062657(NULL /*static, unused*/, L_12, _stringLiteral3455563761, L_15, /*hidden argument*/NULL); V_2 = L_16; goto IL_005d; } IL_0051: { String_t* L_17 = ___fullName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, L_17, _stringLiteral3455563761, /*hidden argument*/NULL); V_2 = L_18; } IL_005d: { String_t* L_19 = V_2; return L_19; } } #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 DMCore.Logic.CPlayerPhotoLib::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib__ctor_m679019940 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib__ctor_m679019940_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1465954377 * L_0 = (List_1_t1465954377 *)il2cpp_codegen_object_new(List_1_t1465954377_il2cpp_TypeInfo_var); List_1__ctor_m3900357046(L_0, /*hidden argument*/List_1__ctor_m3900357046_RuntimeMethod_var); __this->set_m_PhotoList_0(L_0); __this->set_m_PhotoHeadID_4((((int64_t)((int64_t)0)))); __this->set_m_sex_3(2); __this->set_m_UserID_2((((int64_t)((int64_t)0)))); __this->set_m_NeedBigPic_5((bool)0); List_1_t128053199 * L_1 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_1, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_PhotoLstIndex_1(L_1); return; } } // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::RequsetHeadPhoto() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_RequsetHeadPhoto_m1538310997 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { { int64_t L_0 = CPlayerPhotoLib_GetHeadPhotoID_m83287906(__this, /*hidden argument*/NULL); Texture2D_t3840446185 * L_1 = CPlayerPhotoLib_RequestPhotoByID_m1686474240(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::RequestPhotoByID(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_RequestPhotoByID_m1686474240 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___isBigOne1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_RequestPhotoByID_m1686474240_MetadataUsageId); s_Il2CppMethodInitialized = true; } Texture2D_t3840446185 * V_0 = NULL; { int64_t L_0 = ___photoID0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_000a; } } { return (Texture2D_t3840446185 *)NULL; } IL_000a: { int64_t L_1 = ___photoID0; bool L_2 = ___isBigOne1; Texture2D_t3840446185 * L_3 = CPlayerPhotoLib_GetTextureByPhotoID_m1514093914(__this, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Texture2D_t3840446185 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } { int64_t L_6 = ___photoID0; bool L_7 = ___isBigOne1; CPlayerPhotoLib_RequestGetPhoto_m4064108061(__this, L_6, L_7, /*hidden argument*/NULL); } IL_0027: { Texture2D_t3840446185 * L_8 = V_0; return L_8; } } // System.Void DMCore.Logic.CPlayerPhotoLib::RequestBigPhotos() extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_RequestBigPhotos_m1203630522 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_RequestBigPhotos_m1203630522_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_m_NeedBigPic_5((bool)1); V_0 = 0; goto IL_002a; } IL_000e: { List_1_t1465954377 * L_0 = __this->get_m_PhotoList_0(); int32_t L_1 = V_0; NullCheck(L_0); CPhotoInfo_t4288846931 * L_2 = List_1_get_Item_m3443885369(L_0, L_1, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_2); int64_t L_3 = L_2->get__photoID_0(); CPlayerPhotoLib_RequestGetPhoto_m4064108061(__this, L_3, (bool)1, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002a: { int32_t L_5 = V_0; List_1_t1465954377 * L_6 = __this->get_m_PhotoList_0(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3818745975(L_6, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_000e; } } { return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::FreshPhotoID(System.Int64[]) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_FreshPhotoID_m595005453 (CPlayerPhotoLib_t3645419873 * __this, Int64U5BU5D_t2559172825* ___ids0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_FreshPhotoID_m595005453_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t913674750 * V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int64_t V_5 = 0; int32_t V_6 = 0; int64_t V_7 = 0; bool V_8 = false; int32_t V_9 = 0; int64_t V_10 = 0; CPhotoInfo_t4288846931 * V_11 = NULL; int32_t V_12 = 0; int64_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; { List_1_t913674750 * L_0 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m3581340774(L_0, /*hidden argument*/List_1__ctor_m3581340774_RuntimeMethod_var); V_0 = L_0; V_1 = 0; goto IL_007a; } IL_000d: { List_1_t1465954377 * L_1 = __this->get_m_PhotoList_0(); int32_t L_2 = V_1; NullCheck(L_1); CPhotoInfo_t4288846931 * L_3 = List_1_get_Item_m3443885369(L_1, L_2, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_3); int64_t L_4 = L_3->get__photoID_0(); V_2 = L_4; V_3 = (bool)0; V_4 = 0; goto IL_0044; } IL_0029: { Int64U5BU5D_t2559172825* L_5 = ___ids0; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; int64_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_5 = L_8; int64_t L_9 = V_2; int64_t L_10 = V_5; if ((!(((uint64_t)L_9) == ((uint64_t)L_10)))) { goto IL_003e; } } { V_3 = (bool)1; goto IL_004e; } IL_003e: { int32_t L_11 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0044: { int32_t L_12 = V_4; Int64U5BU5D_t2559172825* L_13 = ___ids0; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0029; } } IL_004e: { bool L_14 = V_3; if (L_14) { goto IL_0076; } } { List_1_t1465954377 * L_15 = __this->get_m_PhotoList_0(); int32_t L_16 = V_1; NullCheck(L_15); CPhotoInfo_t4288846931 * L_17 = List_1_get_Item_m3443885369(L_15, L_16, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_17); CPhotoInfo_DestroyAll_m1184636937(L_17, /*hidden argument*/NULL); List_1_t1465954377 * L_18 = __this->get_m_PhotoList_0(); int32_t L_19 = V_1; NullCheck(L_18); List_1_RemoveAt_m1998034305(L_18, L_19, /*hidden argument*/List_1_RemoveAt_m1998034305_RuntimeMethod_var); goto IL_007a; } IL_0076: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007a: { int32_t L_21 = V_1; List_1_t1465954377 * L_22 = __this->get_m_PhotoList_0(); NullCheck(L_22); int32_t L_23 = List_1_get_Count_m3818745975(L_22, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_000d; } } { V_6 = 0; goto IL_0123; } IL_0093: { Int64U5BU5D_t2559172825* L_24 = ___ids0; int32_t L_25 = V_6; NullCheck(L_24); int32_t L_26 = L_25; int64_t L_27 = (L_24)->GetAt(static_cast(L_26)); V_7 = L_27; V_8 = (bool)0; V_9 = 0; goto IL_00cf; } IL_00a4: { List_1_t1465954377 * L_28 = __this->get_m_PhotoList_0(); int32_t L_29 = V_9; NullCheck(L_28); CPhotoInfo_t4288846931 * L_30 = List_1_get_Item_m3443885369(L_28, L_29, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_30); int64_t L_31 = L_30->get__photoID_0(); V_10 = L_31; int64_t L_32 = V_10; int64_t L_33 = V_7; if ((!(((uint64_t)L_32) == ((uint64_t)L_33)))) { goto IL_00c9; } } { V_8 = (bool)1; goto IL_00e1; } IL_00c9: { int32_t L_34 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00cf: { int32_t L_35 = V_9; List_1_t1465954377 * L_36 = __this->get_m_PhotoList_0(); NullCheck(L_36); int32_t L_37 = List_1_get_Count_m3818745975(L_36, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_00a4; } } IL_00e1: { bool L_38 = V_8; if (L_38) { goto IL_011d; } } { CPhotoInfo_t4288846931 * L_39 = (CPhotoInfo_t4288846931 *)il2cpp_codegen_object_new(CPhotoInfo_t4288846931_il2cpp_TypeInfo_var); CPhotoInfo__ctor_m2355481392(L_39, /*hidden argument*/NULL); V_11 = L_39; CPhotoInfo_t4288846931 * L_40 = V_11; int64_t L_41 = V_7; NullCheck(L_40); L_40->set__photoID_0(L_41); CPhotoInfo_t4288846931 * L_42 = V_11; NullCheck(L_42); L_42->set__tex2D_1((Texture2D_t3840446185 *)NULL); CPhotoInfo_t4288846931 * L_43 = V_11; NullCheck(L_43); L_43->set__tex2DBig_2((Texture2D_t3840446185 *)NULL); List_1_t1465954377 * L_44 = __this->get_m_PhotoList_0(); CPhotoInfo_t4288846931 * L_45 = V_11; NullCheck(L_44); List_1_Add_m2279817056(L_44, L_45, /*hidden argument*/List_1_Add_m2279817056_RuntimeMethod_var); List_1_t913674750 * L_46 = V_0; int64_t L_47 = V_7; NullCheck(L_46); List_1_Add_m358737454(L_46, L_47, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); } IL_011d: { int32_t L_48 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0123: { int32_t L_49 = V_6; Int64U5BU5D_t2559172825* L_50 = ___ids0; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))))) { goto IL_0093; } } { List_1_t128053199 * L_51 = __this->get_m_PhotoLstIndex_1(); NullCheck(L_51); List_1_Clear_m2154023298(L_51, /*hidden argument*/List_1_Clear_m2154023298_RuntimeMethod_var); V_12 = 0; goto IL_019e; } IL_0140: { Int64U5BU5D_t2559172825* L_52 = ___ids0; int32_t L_53 = V_12; NullCheck(L_52); int32_t L_54 = L_53; int64_t L_55 = (L_52)->GetAt(static_cast(L_54)); V_13 = L_55; V_14 = (-1); V_15 = 0; goto IL_0179; } IL_0151: { int64_t L_56 = V_13; List_1_t1465954377 * L_57 = __this->get_m_PhotoList_0(); int32_t L_58 = V_15; NullCheck(L_57); CPhotoInfo_t4288846931 * L_59 = List_1_get_Item_m3443885369(L_57, L_58, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_59); int64_t L_60 = L_59->get__photoID_0(); if ((!(((uint64_t)L_56) == ((uint64_t)L_60)))) { goto IL_0173; } } { int32_t L_61 = V_15; V_14 = L_61; goto IL_018b; } IL_0173: { int32_t L_62 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0179: { int32_t L_63 = V_15; List_1_t1465954377 * L_64 = __this->get_m_PhotoList_0(); NullCheck(L_64); int32_t L_65 = List_1_get_Count_m3818745975(L_64, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_63) < ((int32_t)L_65))) { goto IL_0151; } } IL_018b: { List_1_t128053199 * L_66 = __this->get_m_PhotoLstIndex_1(); int32_t L_67 = V_14; NullCheck(L_66); List_1_Add_m697420525(L_66, L_67, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); int32_t L_68 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_019e: { int32_t L_69 = V_12; Int64U5BU5D_t2559172825* L_70 = ___ids0; NullCheck(L_70); if ((((int32_t)L_69) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_70)->max_length))))))) { goto IL_0140; } } { V_16 = 0; goto IL_01df; } IL_01b0: { List_1_t913674750 * L_71 = V_0; int32_t L_72 = V_16; NullCheck(L_71); int64_t L_73 = List_1_get_Item_m3814898732(L_71, L_72, /*hidden argument*/List_1_get_Item_m3814898732_RuntimeMethod_var); CPlayerPhotoLib_RequestGetPhoto_m4064108061(__this, L_73, (bool)0, /*hidden argument*/NULL); bool L_74 = __this->get_m_NeedBigPic_5(); if (!L_74) { goto IL_01d9; } } { List_1_t913674750 * L_75 = V_0; int32_t L_76 = V_16; NullCheck(L_75); int64_t L_77 = List_1_get_Item_m3814898732(L_75, L_76, /*hidden argument*/List_1_get_Item_m3814898732_RuntimeMethod_var); CPlayerPhotoLib_RequestGetPhoto_m4064108061(__this, L_77, (bool)1, /*hidden argument*/NULL); } IL_01d9: { int32_t L_78 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_01df: { int32_t L_79 = V_16; List_1_t913674750 * L_80 = V_0; NullCheck(L_80); int32_t L_81 = List_1_get_Count_m2237906497(L_80, /*hidden argument*/List_1_get_Count_m2237906497_RuntimeMethod_var); if ((((int32_t)L_79) < ((int32_t)L_81))) { goto IL_01b0; } } { return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::SetPhotoID(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_SetPhotoID_m3385342145 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___isBigOne1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_SetPhotoID_m3385342145_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; CPhotoInfo_t4288846931 * V_2 = NULL; { int64_t L_0 = ___photoID0; if ((!(((uint64_t)L_0) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0009; } } { return; } IL_0009: { V_0 = (bool)0; V_1 = 0; goto IL_0034; } IL_0012: { int64_t L_1 = ___photoID0; List_1_t1465954377 * L_2 = __this->get_m_PhotoList_0(); int32_t L_3 = V_1; NullCheck(L_2); CPhotoInfo_t4288846931 * L_4 = List_1_get_Item_m3443885369(L_2, L_3, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_4); int64_t L_5 = L_4->get__photoID_0(); if ((!(((uint64_t)L_1) == ((uint64_t)L_5)))) { goto IL_0030; } } { V_0 = (bool)0; goto IL_0045; } IL_0030: { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0034: { int32_t L_7 = V_1; List_1_t1465954377 * L_8 = __this->get_m_PhotoList_0(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m3818745975(L_8, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0012; } } IL_0045: { bool L_10 = V_0; if (!L_10) { goto IL_007a; } } { CPhotoInfo_t4288846931 * L_11 = (CPhotoInfo_t4288846931 *)il2cpp_codegen_object_new(CPhotoInfo_t4288846931_il2cpp_TypeInfo_var); CPhotoInfo__ctor_m2355481392(L_11, /*hidden argument*/NULL); V_2 = L_11; CPhotoInfo_t4288846931 * L_12 = V_2; int64_t L_13 = ___photoID0; NullCheck(L_12); L_12->set__photoID_0(L_13); CPhotoInfo_t4288846931 * L_14 = V_2; NullCheck(L_14); L_14->set__tex2D_1((Texture2D_t3840446185 *)NULL); CPhotoInfo_t4288846931 * L_15 = V_2; NullCheck(L_15); L_15->set__tex2DBig_2((Texture2D_t3840446185 *)NULL); List_1_t1465954377 * L_16 = __this->get_m_PhotoList_0(); CPhotoInfo_t4288846931 * L_17 = V_2; NullCheck(L_16); List_1_Add_m2279817056(L_16, L_17, /*hidden argument*/List_1_Add_m2279817056_RuntimeMethod_var); int64_t L_18 = ___photoID0; bool L_19 = ___isBigOne1; CPlayerPhotoLib_RequestGetPhoto_m4064108061(__this, L_18, L_19, /*hidden argument*/NULL); } IL_007a: { return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::SetHeadPhotoID(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_SetHeadPhotoID_m2126059737 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___headPhotoId0, int32_t ___sex1, const RuntimeMethod* method) { { int32_t L_0 = ___sex1; __this->set_m_sex_3(L_0); int64_t L_1 = ___headPhotoId0; __this->set_m_PhotoHeadID_4(L_1); int64_t L_2 = __this->get_m_PhotoHeadID_4(); bool L_3 = __this->get_m_NeedBigPic_5(); CPlayerPhotoLib_SetPhotoID_m3385342145(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Int64 DMCore.Logic.CPlayerPhotoLib::GetHeadPhotoID() extern "C" IL2CPP_METHOD_ATTR int64_t CPlayerPhotoLib_GetHeadPhotoID_m83287906 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_PhotoHeadID_4(); return L_0; } } // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::GetHeadPhotoTexture() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_GetHeadPhotoTexture_m2030889194 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_PhotoHeadID_4(); if ((!(((uint64_t)L_0) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_000f; } } { return (Texture2D_t3840446185 *)NULL; } IL_000f: { int64_t L_1 = __this->get_m_PhotoHeadID_4(); Texture2D_t3840446185 * L_2 = CPlayerPhotoLib_GetTextureByPhotoID_m1514093914(__this, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Int32 DMCore.Logic.CPlayerPhotoLib::GetPhotoCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerPhotoLib_GetPhotoCount_m3590539697 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_GetPhotoCount_m3590539697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_PhotoLstIndex_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m361000296(L_0, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); return L_1; } } // System.Int64 DMCore.Logic.CPlayerPhotoLib::GetPhotoID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t CPlayerPhotoLib_GetPhotoID_m2206472803 (CPlayerPhotoLib_t3645419873 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_GetPhotoID_m2206472803_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0018; } } { List_1_t128053199 * L_1 = __this->get_m_PhotoLstIndex_1(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m361000296(L_1, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); int32_t L_3 = ___index0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001b; } } IL_0018: { return (((int64_t)((int64_t)0))); } IL_001b: { List_1_t128053199 * L_4 = __this->get_m_PhotoLstIndex_1(); int32_t L_5 = ___index0; NullCheck(L_4); int32_t L_6 = List_1_get_Item_m987949881(L_4, L_5, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)0) > ((int32_t)L_7))) { goto IL_0040; } } { List_1_t1465954377 * L_8 = __this->get_m_PhotoList_0(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m3818745975(L_8, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); int32_t L_10 = V_0; if ((((int32_t)L_9) > ((int32_t)L_10))) { goto IL_0043; } } IL_0040: { return (((int64_t)((int64_t)0))); } IL_0043: { List_1_t1465954377 * L_11 = __this->get_m_PhotoList_0(); int32_t L_12 = V_0; NullCheck(L_11); CPhotoInfo_t4288846931 * L_13 = List_1_get_Item_m3443885369(L_11, L_12, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_13); int64_t L_14 = L_13->get__photoID_0(); return L_14; } } // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::GetTexture(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_GetTexture_m3806613399 (CPlayerPhotoLib_t3645419873 * __this, int32_t ___index0, bool ___bigOne1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_GetTexture_m3806613399_MetadataUsageId); s_Il2CppMethodInitialized = true; } Texture2D_t3840446185 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (Texture2D_t3840446185 *)NULL; int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_006e; } } { int32_t L_1 = ___index0; List_1_t128053199 * L_2 = __this->get_m_PhotoLstIndex_1(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m361000296(L_2, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_006e; } } { List_1_t128053199 * L_4 = __this->get_m_PhotoLstIndex_1(); int32_t L_5 = ___index0; NullCheck(L_4); int32_t L_6 = List_1_get_Item_m987949881(L_4, L_5, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); V_1 = L_6; int32_t L_7 = V_1; if ((((int32_t)0) > ((int32_t)L_7))) { goto IL_006e; } } { int32_t L_8 = V_1; List_1_t1465954377 * L_9 = __this->get_m_PhotoList_0(); NullCheck(L_9); int32_t L_10 = List_1_get_Count_m3818745975(L_9, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_006e; } } { bool L_11 = ___bigOne1; if (!L_11) { goto IL_005c; } } { List_1_t1465954377 * L_12 = __this->get_m_PhotoList_0(); int32_t L_13 = V_1; NullCheck(L_12); CPhotoInfo_t4288846931 * L_14 = List_1_get_Item_m3443885369(L_12, L_13, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_14); Texture2D_t3840446185 * L_15 = L_14->get__tex2DBig_2(); V_0 = L_15; goto IL_006e; } IL_005c: { List_1_t1465954377 * L_16 = __this->get_m_PhotoList_0(); int32_t L_17 = V_1; NullCheck(L_16); CPhotoInfo_t4288846931 * L_18 = List_1_get_Item_m3443885369(L_16, L_17, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_18); Texture2D_t3840446185 * L_19 = L_18->get__tex2D_1(); V_0 = L_19; } IL_006e: { Texture2D_t3840446185 * L_20 = V_0; return L_20; } } // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::GetTextureByPhotoID(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_GetTextureByPhotoID_m1514093914 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___bigOne1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_GetTextureByPhotoID_m1514093914_MetadataUsageId); s_Il2CppMethodInitialized = true; } Texture2D_t3840446185 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (Texture2D_t3840446185 *)NULL; V_1 = 0; goto IL_0058; } IL_0009: { List_1_t1465954377 * L_0 = __this->get_m_PhotoList_0(); int32_t L_1 = V_1; NullCheck(L_0); CPhotoInfo_t4288846931 * L_2 = List_1_get_Item_m3443885369(L_0, L_1, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_2); int64_t L_3 = L_2->get__photoID_0(); int64_t L_4 = ___photoID0; if ((!(((uint64_t)L_3) == ((uint64_t)L_4)))) { goto IL_0054; } } { bool L_5 = ___bigOne1; if (!L_5) { goto IL_003d; } } { List_1_t1465954377 * L_6 = __this->get_m_PhotoList_0(); int32_t L_7 = V_1; NullCheck(L_6); CPhotoInfo_t4288846931 * L_8 = List_1_get_Item_m3443885369(L_6, L_7, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_8); Texture2D_t3840446185 * L_9 = L_8->get__tex2DBig_2(); V_0 = L_9; goto IL_004f; } IL_003d: { List_1_t1465954377 * L_10 = __this->get_m_PhotoList_0(); int32_t L_11 = V_1; NullCheck(L_10); CPhotoInfo_t4288846931 * L_12 = List_1_get_Item_m3443885369(L_10, L_11, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_12); Texture2D_t3840446185 * L_13 = L_12->get__tex2D_1(); V_0 = L_13; } IL_004f: { goto IL_0069; } IL_0054: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0058: { int32_t L_15 = V_1; List_1_t1465954377 * L_16 = __this->get_m_PhotoList_0(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m3818745975(L_16, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0009; } } IL_0069: { Texture2D_t3840446185 * L_18 = V_0; return L_18; } } // System.Void DMCore.Logic.CPlayerPhotoLib::OnInit(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_OnInit_m1850158121 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___userID0, const RuntimeMethod* method) { { int64_t L_0 = ___userID0; __this->set_m_UserID_2(L_0); return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_ClearAll_m2535572549 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_ClearAll_m2535572549_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPhotoInfo_t4288846931 * V_1 = NULL; { V_0 = 0; goto IL_001e; } IL_0007: { List_1_t1465954377 * L_0 = __this->get_m_PhotoList_0(); int32_t L_1 = V_0; NullCheck(L_0); CPhotoInfo_t4288846931 * L_2 = List_1_get_Item_m3443885369(L_0, L_1, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); V_1 = L_2; CPhotoInfo_t4288846931 * L_3 = V_1; NullCheck(L_3); CPhotoInfo_DestroyAll_m1184636937(L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001e: { int32_t L_5 = V_0; List_1_t1465954377 * L_6 = __this->get_m_PhotoList_0(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3818745975(L_6, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { List_1_t128053199 * L_8 = __this->get_m_PhotoLstIndex_1(); NullCheck(L_8); List_1_Clear_m2154023298(L_8, /*hidden argument*/List_1_Clear_m2154023298_RuntimeMethod_var); List_1_t1465954377 * L_9 = __this->get_m_PhotoList_0(); NullCheck(L_9); List_1_Clear_m3946063580(L_9, /*hidden argument*/List_1_Clear_m3946063580_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::ClearExceptPhoto() extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_ClearExceptPhoto_m500777317 (CPlayerPhotoLib_t3645419873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_ClearExceptPhoto_m500777317_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPhotoInfo_t4288846931 * V_1 = NULL; { V_0 = 0; goto IL_0063; } IL_0007: { List_1_t1465954377 * L_0 = __this->get_m_PhotoList_0(); int32_t L_1 = V_0; NullCheck(L_0); CPhotoInfo_t4288846931 * L_2 = List_1_get_Item_m3443885369(L_0, L_1, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); V_1 = L_2; int64_t L_3 = __this->get_m_PhotoHeadID_4(); CPhotoInfo_t4288846931 * L_4 = V_1; NullCheck(L_4); int64_t L_5 = L_4->get__photoID_0(); if ((!(((uint64_t)L_3) == ((uint64_t)L_5)))) { goto IL_0051; } } { CPhotoInfo_t4288846931 * L_6 = V_1; NullCheck(L_6); Texture2D_t3840446185 * L_7 = L_6->get__tex2DBig_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0048; } } { CPhotoInfo_t4288846931 * L_9 = V_1; NullCheck(L_9); Texture2D_t3840446185 * L_10 = L_9->get__tex2DBig_2(); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); CPhotoInfo_t4288846931 * L_11 = V_1; NullCheck(L_11); L_11->set__tex2DBig_2((Texture2D_t3840446185 *)NULL); } IL_0048: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0063; } IL_0051: { CPhotoInfo_t4288846931 * L_13 = V_1; NullCheck(L_13); CPhotoInfo_DestroyAll_m1184636937(L_13, /*hidden argument*/NULL); List_1_t1465954377 * L_14 = __this->get_m_PhotoList_0(); int32_t L_15 = V_0; NullCheck(L_14); List_1_RemoveAt_m1998034305(L_14, L_15, /*hidden argument*/List_1_RemoveAt_m1998034305_RuntimeMethod_var); } IL_0063: { int32_t L_16 = V_0; List_1_t1465954377 * L_17 = __this->get_m_PhotoList_0(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m3818745975(L_17, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0007; } } { List_1_t128053199 * L_19 = __this->get_m_PhotoLstIndex_1(); NullCheck(L_19); List_1_Clear_m2154023298(L_19, /*hidden argument*/List_1_Clear_m2154023298_RuntimeMethod_var); return; } } // UnityEngine.Texture2D DMCore.Logic.CPlayerPhotoLib::GetDefaultPhoto(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPlayerPhotoLib_GetDefaultPhoto_m1943985088 (CPlayerPhotoLib_t3645419873 * __this, bool ___isHeadPhoto0, const RuntimeMethod* method) { { return (Texture2D_t3840446185 *)NULL; } } // System.Void DMCore.Logic.CPlayerPhotoLib::PushPhotoResult(System.Int64,UnityEngine.Texture2D,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_PushPhotoResult_m1296904173 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___PhotoID0, Texture2D_t3840446185 * ___tex1, bool ___bigOne2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_PushPhotoResult_m1296904173_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; CPhotoInfo_t4288846931 * V_2 = NULL; { V_0 = (bool)0; V_1 = 0; goto IL_005a; } IL_0009: { int64_t L_0 = ___PhotoID0; List_1_t1465954377 * L_1 = __this->get_m_PhotoList_0(); int32_t L_2 = V_1; NullCheck(L_1); CPhotoInfo_t4288846931 * L_3 = List_1_get_Item_m3443885369(L_1, L_2, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); NullCheck(L_3); int64_t L_4 = L_3->get__photoID_0(); if ((!(((uint64_t)L_0) == ((uint64_t)L_4)))) { goto IL_0056; } } { bool L_5 = ___bigOne2; if (!L_5) { goto IL_003d; } } { List_1_t1465954377 * L_6 = __this->get_m_PhotoList_0(); int32_t L_7 = V_1; NullCheck(L_6); CPhotoInfo_t4288846931 * L_8 = List_1_get_Item_m3443885369(L_6, L_7, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); Texture2D_t3840446185 * L_9 = ___tex1; NullCheck(L_8); L_8->set__tex2DBig_2(L_9); goto IL_004f; } IL_003d: { List_1_t1465954377 * L_10 = __this->get_m_PhotoList_0(); int32_t L_11 = V_1; NullCheck(L_10); CPhotoInfo_t4288846931 * L_12 = List_1_get_Item_m3443885369(L_10, L_11, /*hidden argument*/List_1_get_Item_m3443885369_RuntimeMethod_var); Texture2D_t3840446185 * L_13 = ___tex1; NullCheck(L_12); L_12->set__tex2D_1(L_13); } IL_004f: { V_0 = (bool)1; goto IL_006b; } IL_0056: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005a: { int32_t L_15 = V_1; List_1_t1465954377 * L_16 = __this->get_m_PhotoList_0(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m3818745975(L_16, /*hidden argument*/List_1_get_Count_m3818745975_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0009; } } IL_006b: { bool L_18 = V_0; if (L_18) { goto IL_00a3; } } { CPhotoInfo_t4288846931 * L_19 = (CPhotoInfo_t4288846931 *)il2cpp_codegen_object_new(CPhotoInfo_t4288846931_il2cpp_TypeInfo_var); CPhotoInfo__ctor_m2355481392(L_19, /*hidden argument*/NULL); V_2 = L_19; CPhotoInfo_t4288846931 * L_20 = V_2; int64_t L_21 = ___PhotoID0; NullCheck(L_20); L_20->set__photoID_0(L_21); bool L_22 = ___bigOne2; if (!L_22) { goto IL_0090; } } { CPhotoInfo_t4288846931 * L_23 = V_2; Texture2D_t3840446185 * L_24 = ___tex1; NullCheck(L_23); L_23->set__tex2DBig_2(L_24); goto IL_0097; } IL_0090: { CPhotoInfo_t4288846931 * L_25 = V_2; Texture2D_t3840446185 * L_26 = ___tex1; NullCheck(L_25); L_25->set__tex2D_1(L_26); } IL_0097: { List_1_t1465954377 * L_27 = __this->get_m_PhotoList_0(); CPhotoInfo_t4288846931 * L_28 = V_2; NullCheck(L_27); List_1_Add_m2279817056(L_27, L_28, /*hidden argument*/List_1_Add_m2279817056_RuntimeMethod_var); } IL_00a3: { return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::OnUrlGetTaskDown(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_OnUrlGetTaskDown_m590214053 (CPlayerPhotoLib_t3645419873 * __this, String_t* ___path0, int64_t ___photoID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_OnUrlGetTaskDown_m590214053_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; Texture2D_t3840446185 * V_1 = NULL; { CURLManager_t2578998768 * L_0 = CURLManager_GetInstance_m1166728630(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___path0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = CURLManager_GetUrlObject_m173663503(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; if (!L_3) { goto IL_0045; } } { ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0045; } } { Texture2D_t3840446185 * L_5 = (Texture2D_t3840446185 *)il2cpp_codegen_object_new(Texture2D_t3840446185_il2cpp_TypeInfo_var); Texture2D__ctor_m2862217990(L_5, 1, 1, 3, (bool)0, /*hidden argument*/NULL); V_1 = L_5; Texture2D_t3840446185 * L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_0; ImageConversion_LoadImage_m2182108104(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); int64_t L_8 = ___photoID1; Texture2D_t3840446185 * L_9 = V_1; CPlayerPhotoLib_PushPhotoResult_m1296904173(__this, L_8, L_9, (bool)0, /*hidden argument*/NULL); CURLManager_t2578998768 * L_10 = CURLManager_GetInstance_m1166728630(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = ___path0; NullCheck(L_10); CURLManager_RemoveUrlObject_m1275450391(L_10, L_11, /*hidden argument*/NULL); goto IL_004e; } IL_0045: { int64_t L_12 = ___photoID1; CPlayerPhotoLib_PushPhotoResult_m1296904173(__this, L_12, (Texture2D_t3840446185 *)NULL, (bool)0, /*hidden argument*/NULL); } IL_004e: { V_0 = (ByteU5BU5D_t4116647657*)NULL; return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::OnUrlGetTaskDownBig(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_OnUrlGetTaskDownBig_m1510161283 (CPlayerPhotoLib_t3645419873 * __this, String_t* ___path0, int64_t ___photoID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_OnUrlGetTaskDownBig_m1510161283_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; Texture2D_t3840446185 * V_1 = NULL; { CURLManager_t2578998768 * L_0 = CURLManager_GetInstance_m1166728630(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___path0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = CURLManager_GetUrlObject_m173663503(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; if (!L_3) { goto IL_0045; } } { ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0045; } } { Texture2D_t3840446185 * L_5 = (Texture2D_t3840446185 *)il2cpp_codegen_object_new(Texture2D_t3840446185_il2cpp_TypeInfo_var); Texture2D__ctor_m2862217990(L_5, 1, 1, 3, (bool)0, /*hidden argument*/NULL); V_1 = L_5; Texture2D_t3840446185 * L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_0; ImageConversion_LoadImage_m2182108104(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); int64_t L_8 = ___photoID1; Texture2D_t3840446185 * L_9 = V_1; CPlayerPhotoLib_PushPhotoResult_m1296904173(__this, L_8, L_9, (bool)1, /*hidden argument*/NULL); CURLManager_t2578998768 * L_10 = CURLManager_GetInstance_m1166728630(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = ___path0; NullCheck(L_10); CURLManager_RemoveUrlObject_m1275450391(L_10, L_11, /*hidden argument*/NULL); goto IL_004e; } IL_0045: { int64_t L_12 = ___photoID1; CPlayerPhotoLib_PushPhotoResult_m1296904173(__this, L_12, (Texture2D_t3840446185 *)NULL, (bool)1, /*hidden argument*/NULL); } IL_004e: { V_0 = (ByteU5BU5D_t4116647657*)NULL; return; } } // System.Void DMCore.Logic.CPlayerPhotoLib::RequestGetPhoto(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerPhotoLib_RequestGetPhoto_m4064108061 (CPlayerPhotoLib_t3645419873 * __this, int64_t ___photoID0, bool ___bigOne1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerPhotoLib_RequestGetPhoto_m4064108061_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { int64_t* L_0 = __this->get_address_of_m_UserID_2(); String_t* L_1 = Int64_ToString_m2986581816(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3589525207, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = ___bigOne1; if (!L_3) { goto IL_006a; } } { int64_t* L_4 = __this->get_address_of_m_UserID_2(); String_t* L_5 = Int64_ToString_m2986581816(L_4, /*hidden argument*/NULL); String_t* L_6 = Int64_ToString_m2986581816((&___photoID0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, L_5, _stringLiteral3452614641, L_6, /*hidden argument*/NULL); V_1 = L_7; CURLManager_t2578998768 * L_8 = CURLManager_GetInstance_m1166728630(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = V_1; String_t* L_10 = V_0; intptr_t L_11 = (intptr_t)CPlayerPhotoLib_OnUrlGetTaskDownBig_m1510161283_RuntimeMethod_var; OnUrlGetTaskDown_t3730717116 * L_12 = (OnUrlGetTaskDown_t3730717116 *)il2cpp_codegen_object_new(OnUrlGetTaskDown_t3730717116_il2cpp_TypeInfo_var); OnUrlGetTaskDown__ctor_m1943020277(L_12, __this, L_11, /*hidden argument*/NULL); int64_t L_13 = ___photoID0; NullCheck(L_8); CURLManager_PushTask_m669214287(L_8, L_9, (bool)0, L_10, L_12, L_13, /*hidden argument*/NULL); goto IL_00b4; } IL_006a: { int64_t* L_14 = __this->get_address_of_m_UserID_2(); String_t* L_15 = Int64_ToString_m2986581816(L_14, /*hidden argument*/NULL); String_t* L_16 = Int64_ToString_m2986581816((&___photoID0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3755062657(NULL /*static, unused*/, L_15, _stringLiteral3452614641, L_16, /*hidden argument*/NULL); V_2 = L_17; String_t* L_18 = V_2; String_t* L_19 = CPhotoManager_GetSmallPictureName_m736706205(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); V_3 = L_19; CURLManager_t2578998768 * L_20 = CURLManager_GetInstance_m1166728630(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_21 = V_3; String_t* L_22 = V_0; intptr_t L_23 = (intptr_t)CPlayerPhotoLib_OnUrlGetTaskDown_m590214053_RuntimeMethod_var; OnUrlGetTaskDown_t3730717116 * L_24 = (OnUrlGetTaskDown_t3730717116 *)il2cpp_codegen_object_new(OnUrlGetTaskDown_t3730717116_il2cpp_TypeInfo_var); OnUrlGetTaskDown__ctor_m1943020277(L_24, __this, L_23, /*hidden argument*/NULL); int64_t L_25 = ___photoID0; NullCheck(L_20); CURLManager_PushTask_m669214287(L_20, L_21, (bool)0, L_22, L_24, L_25, /*hidden argument*/NULL); } IL_00b4: { 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 // System.Void DMCore.Logic.CPlayerPhotoLib/CPhotoInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoInfo__ctor_m2355481392 (CPhotoInfo_t4288846931 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__photoID_0((((int64_t)((int64_t)0)))); __this->set__tex2D_1((Texture2D_t3840446185 *)NULL); __this->set__tex2DBig_2((Texture2D_t3840446185 *)NULL); return; } } // System.Void DMCore.Logic.CPlayerPhotoLib/CPhotoInfo::DestroyAll() extern "C" IL2CPP_METHOD_ATTR void CPhotoInfo_DestroyAll_m1184636937 (CPhotoInfo_t4288846931 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoInfo_DestroyAll_m1184636937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Texture2D_t3840446185 * L_0 = __this->get__tex2D_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { Texture2D_t3840446185 * L_2 = __this->get__tex2D_1(); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set__tex2D_1((Texture2D_t3840446185 *)NULL); } IL_0023: { Texture2D_t3840446185 * L_3 = __this->get__tex2DBig_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0046; } } { Texture2D_t3840446185 * L_5 = __this->get__tex2DBig_2(); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); __this->set__tex2DBig_2((Texture2D_t3840446185 *)NULL); } IL_0046: { 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 // System.Void DMCore.Logic.CRoleConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleConfig__ctor_m3422238869 (CRoleConfig_t3543365145 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleConfig__ctor_m3422238869_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataProperty_t2806246268 * L_0 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_0, /*hidden argument*/NULL); __this->set_m_userPropertyRole_1(L_0); CDataProperty_t2806246268 * L_1 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_1, /*hidden argument*/NULL); __this->set_m_userPropertyBaby_2(L_1); CConfigSite__ctor_m1200915073(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3301358845, /*hidden argument*/NULL); return; } } // DMCore.Logic.CRoleConfig DMCore.Logic.CRoleConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoleConfig_t3543365145 * CRoleConfig_GetInstance_m594178867 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleConfig_GetInstance_m594178867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoleConfig_t3543365145_il2cpp_TypeInfo_var); CRoleConfig_t3543365145 * L_0 = ((CRoleConfig_t3543365145_StaticFields*)il2cpp_codegen_static_fields_for(CRoleConfig_t3543365145_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoleConfig_t3543365145_il2cpp_TypeInfo_var); CRoleConfig_t3543365145 * L_1 = ((CRoleConfig_t3543365145_StaticFields*)il2cpp_codegen_static_fields_for(CRoleConfig_t3543365145_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_1; } IL_0010: { CRoleConfig_t3543365145 * L_2 = (CRoleConfig_t3543365145 *)il2cpp_codegen_object_new(CRoleConfig_t3543365145_il2cpp_TypeInfo_var); CRoleConfig__ctor_m3422238869(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoleConfig_t3543365145_il2cpp_TypeInfo_var); ((CRoleConfig_t3543365145_StaticFields*)il2cpp_codegen_static_fields_for(CRoleConfig_t3543365145_il2cpp_TypeInfo_var))->set_s_Instance_3(L_2); CRoleConfig_t3543365145 * L_3 = ((CRoleConfig_t3543365145_StaticFields*)il2cpp_codegen_static_fields_for(CRoleConfig_t3543365145_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_3; } } // DMCore.CDataProperty DMCore.Logic.CRoleConfig::GetRoleCfg() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CRoleConfig_GetRoleCfg_m2889433072 (CRoleConfig_t3543365145 * __this, const RuntimeMethod* method) { { CDataProperty_t2806246268 * L_0 = __this->get_m_userPropertyRole_1(); return L_0; } } // DMCore.CDataProperty DMCore.Logic.CRoleConfig::GetBabyCfg() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CRoleConfig_GetBabyCfg_m625059906 (CRoleConfig_t3543365145 * __this, const RuntimeMethod* method) { { CDataProperty_t2806246268 * L_0 = __this->get_m_userPropertyBaby_2(); return L_0; } } // System.Boolean DMCore.Logic.CRoleConfig::IsEnableRoleBlendFace() extern "C" IL2CPP_METHOD_ATTR bool CRoleConfig_IsEnableRoleBlendFace_m2264735641 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean DMCore.Logic.CRoleConfig::GetBoolean(DMCore.CDataProperty,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CRoleConfig_GetBoolean_m527899594 (RuntimeObject * __this /* static, unused */, CDataProperty_t2806246268 * ___prop0, String_t* ___key1, bool ___defVal2, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean DMCore.Logic.CRoleConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CRoleConfig_OnLoad_m885446008 (CRoleConfig_t3543365145 * __this, String_t* ___text0, int32_t ___usrData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleConfig_OnLoad_m885446008_MetadataUsageId); s_Il2CppMethodInitialized = true; } CIniFile_t2879301433 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CIniSection_t1218490364 * V_3 = NULL; CDataProperty_t2806246268 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; CIniItem_t4093898296 * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { CDataProperty_t2806246268 * L_0 = __this->get_m_userPropertyRole_1(); NullCheck(L_0); CDataProperty_Clear_m1542459772(L_0, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_1 = __this->get_m_userPropertyBaby_2(); NullCheck(L_1); CDataProperty_Clear_m1542459772(L_1, /*hidden argument*/NULL); } IL_0016: try { // begin try (depth: 1) { CIniFile_t2879301433 * L_2 = (CIniFile_t2879301433 *)il2cpp_codegen_object_new(CIniFile_t2879301433_il2cpp_TypeInfo_var); CIniFile__ctor_m3137372490(L_2, /*hidden argument*/NULL); V_0 = L_2; CIniFile_t2879301433 * L_3 = V_0; String_t* L_4 = ___text0; NullCheck(L_3); CIniFile_LoadText_m2088181559(L_3, L_4, /*hidden argument*/NULL); CIniFile_t2879301433 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = CIniFile_GetSectionCount_m1690370596(L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; goto IL_00c5; } IL_0032: { CIniFile_t2879301433 * L_7 = V_0; int32_t L_8 = V_2; NullCheck(L_7); CIniSection_t1218490364 * L_9 = CIniFile_GetSection_m2927514527(L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; V_4 = (CDataProperty_t2806246268 *)NULL; CIniSection_t1218490364 * L_10 = V_3; NullCheck(L_10); String_t* L_11 = L_10->get_strName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1628940300, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005f; } } IL_0052: { CDataProperty_t2806246268 * L_13 = __this->get_m_userPropertyRole_1(); V_4 = L_13; goto IL_007c; } IL_005f: { CIniSection_t1218490364 * L_14 = V_3; NullCheck(L_14); String_t* L_15 = L_14->get_strName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1879991198, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_007c; } } IL_0074: { CDataProperty_t2806246268 * L_17 = __this->get_m_userPropertyBaby_2(); V_4 = L_17; } IL_007c: { CDataProperty_t2806246268 * L_18 = V_4; if (!L_18) { goto IL_00c1; } } IL_0083: { CIniSection_t1218490364 * L_19 = V_3; NullCheck(L_19); int32_t L_20 = CIniSection_GetItemCount_m2955586327(L_19, /*hidden argument*/NULL); V_5 = L_20; V_6 = 0; goto IL_00b8; } IL_0093: { CIniSection_t1218490364 * L_21 = V_3; int32_t L_22 = V_6; NullCheck(L_21); CIniItem_t4093898296 * L_23 = CIniSection_GetItem_m1669271756(L_21, L_22, /*hidden argument*/NULL); V_7 = L_23; CDataProperty_t2806246268 * L_24 = V_4; CIniItem_t4093898296 * L_25 = V_7; NullCheck(L_25); String_t* L_26 = L_25->get_strKey_1(); CIniItem_t4093898296 * L_27 = V_7; NullCheck(L_27); String_t* L_28 = L_27->get_strValue_2(); NullCheck(L_24); CDataProperty_Add_m1879965761(L_24, L_26, L_28, /*hidden argument*/NULL); int32_t L_29 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00b8: { int32_t L_30 = V_6; int32_t L_31 = V_5; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0093; } } IL_00c1: { int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00c5: { int32_t L_33 = V_2; int32_t L_34 = V_1; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0032; } } IL_00cc: { goto IL_00fa; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d1; throw e; } CATCH_00d1: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); Exception_t * L_35 = V_8; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); Tracer_LogError_m2639997090(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_37 = __this->get_m_userPropertyRole_1(); NullCheck(L_37); CDataProperty_Clear_m1542459772(L_37, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_38 = __this->get_m_userPropertyBaby_2(); NullCheck(L_38); CDataProperty_Clear_m1542459772(L_38, /*hidden argument*/NULL); goto IL_00fa; } // end catch (depth: 1) IL_00fa: { return (bool)1; } } // System.Void DMCore.Logic.CRoleConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CRoleConfig__cctor_m999039556 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { 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 // System.Void DMCore.Logic.CSuitAnimCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSuitAnimCfg__ctor_m3568104541 (CSuitAnimCfg_t328222487 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg__ctor_m3568104541_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t714391340 * L_0 = (Dictionary_2_t714391340 *)il2cpp_codegen_object_new(Dictionary_2_t714391340_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2790634385(L_0, /*hidden argument*/Dictionary_2__ctor_m2790634385_RuntimeMethod_var); __this->set_m_listSuitAll_3(L_0); CConfigSite__ctor_m1200915073(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3538896941, /*hidden argument*/NULL); return; } } // DMCore.Logic.CSuitAnimCfg DMCore.Logic.CSuitAnimCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitAnimCfg_t328222487 * CSuitAnimCfg_GetInstance_m1078416264 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_GetInstance_m1078416264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); CSuitAnimCfg_t328222487 * L_0 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_Instace_4(); if (L_0) { goto IL_0014; } } { CSuitAnimCfg_t328222487 * L_1 = (CSuitAnimCfg_t328222487 *)il2cpp_codegen_object_new(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); CSuitAnimCfg__ctor_m3568104541(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->set_s_Instace_4(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); CSuitAnimCfg_t328222487 * L_2 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_Instace_4(); return L_2; } } // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel DMCore.Logic.CSuitAnimCfg::GetDefaultDisplayLevel(DMCore.Framework.Scene.AvatarCate) extern "C" IL2CPP_METHOD_ATTR int32_t CSuitAnimCfg_GetDefaultDisplayLevel_m807057142 (RuntimeObject * __this /* static, unused */, int32_t ___cate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_GetDefaultDisplayLevel_m807057142_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = ((int32_t)10); IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); Dictionary_2_t949353519 * L_0 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_defaultCateLevel_2(); int32_t L_1 = ___cate0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m353586409(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m353586409_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; return L_3; } IL_0017: { return (int32_t)(((int32_t)10)); } } // System.Boolean DMCore.Logic.CSuitAnimCfg::CheckHigherLevel(DMCore.Framework.Scene.AvatarCate,DMCore.Framework.Scene.AvatarCate) extern "C" IL2CPP_METHOD_ATTR bool CSuitAnimCfg_CheckHigherLevel_m352451230 (RuntimeObject * __this /* static, unused */, int32_t ___my0, int32_t ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_CheckHigherLevel_m352451230_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); List_1_t1927861623 * L_0 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_cateOrder_1(); int32_t L_1 = ___my0; NullCheck(L_0); int32_t L_2 = List_1_IndexOf_m2189688348(L_0, L_1, /*hidden argument*/List_1_IndexOf_m2189688348_RuntimeMethod_var); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) <= ((int32_t)L_3))) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); List_1_t1927861623 * L_4 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_cateOrder_1(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m1488119755(L_4, /*hidden argument*/List_1_get_Count_m1488119755_RuntimeMethod_var); V_0 = L_5; } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); List_1_t1927861623 * L_6 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_cateOrder_1(); int32_t L_7 = ___target1; NullCheck(L_6); int32_t L_8 = List_1_IndexOf_m2189688348(L_6, L_7, /*hidden argument*/List_1_IndexOf_m2189688348_RuntimeMethod_var); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)0) <= ((int32_t)L_9))) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); List_1_t1927861623 * L_10 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_cateOrder_1(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m1488119755(L_10, /*hidden argument*/List_1_get_Count_m1488119755_RuntimeMethod_var); V_1 = L_11; } IL_003c: { int32_t L_12 = V_0; int32_t L_13 = V_1; return (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0); } } // DMCore.Logic.CSuitAnimCfg/stSuitData DMCore.Logic.CSuitAnimCfg::FindSuitAnim(System.Int32) extern "C" IL2CPP_METHOD_ATTR stSuitData_t1825678009 * CSuitAnimCfg_FindSuitAnim_m1797261368 (CSuitAnimCfg_t328222487 * __this, int32_t ___avatarID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_FindSuitAnim_m1797261368_MetadataUsageId); s_Il2CppMethodInitialized = true; } stSuitData_t1825678009 * V_0 = NULL; { V_0 = (stSuitData_t1825678009 *)NULL; Dictionary_2_t714391340 * L_0 = __this->get_m_listSuitAll_3(); int32_t L_1 = ___avatarID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1674573557(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1674573557_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { stSuitData_t1825678009 * L_3 = V_0; return L_3; } IL_0017: { return (stSuitData_t1825678009 *)NULL; } } // DMCore.Logic.CSuitAnimCfg/stSuitData DMCore.Logic.CSuitAnimCfg::IfCanPlayRelaxSuitAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR stSuitData_t1825678009 * CSuitAnimCfg_IfCanPlayRelaxSuitAnim_m3746905269 (CSuitAnimCfg_t328222487 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_IfCanPlayRelaxSuitAnim_m3746905269_MetadataUsageId); s_Il2CppMethodInitialized = true; } stSuitData_t1825678009 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Enumerator_t2451428052 V_3; memset(&V_3, 0, sizeof(V_3)); CRoleModelItem_t1608531946 * V_4 = NULL; KeyValuePair_2_t2894917444 V_5; memset(&V_5, 0, sizeof(V_5)); stSuitData_t1825678009 * V_6 = NULL; { V_0 = (stSuitData_t1825678009 *)NULL; V_1 = ((int32_t)99); V_2 = ((int32_t)10); CAvatarSite_t1752665925 * L_0 = ___avatar0; NullCheck(L_0); Enumerator_t2451428052 L_1 = CAvatarSite_GetEnumerator_m1415828918(L_0, /*hidden argument*/NULL); V_3 = L_1; goto IL_00b3; } IL_0014: { KeyValuePair_2_t2894917444 L_2 = Enumerator_get_Current_m59556516((&V_3), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_5 = L_2; CRoleModelItem_t1608531946 * L_3 = KeyValuePair_2_get_Value_m566560947((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); V_4 = L_3; V_6 = (stSuitData_t1825678009 *)NULL; CRoleModelItem_t1608531946 * L_4 = V_4; if (!L_4) { goto IL_00b3; } } { Dictionary_2_t714391340 * L_5 = __this->get_m_listSuitAll_3(); CRoleModelItem_t1608531946 * L_6 = V_4; NullCheck(L_6); int32_t L_7 = CRoleModelItem_GetFullItemID_m3835475041(L_6, /*hidden argument*/NULL); NullCheck(L_5); bool L_8 = Dictionary_2_TryGetValue_m1674573557(L_5, L_7, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1674573557_RuntimeMethod_var); if (!L_8) { goto IL_00b3; } } { stSuitData_t1825678009 * L_9 = V_6; CAvatarSite_t1752665925 * L_10 = ___avatar0; NullCheck(L_9); bool L_11 = stSuitData_IfCanPlayRelaxAnim_m652558210(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00b3; } } { stSuitData_t1825678009 * L_12 = V_0; if (!L_12) { goto IL_0069; } } { int32_t L_13 = V_2; stSuitData_t1825678009 * L_14 = V_6; NullCheck(L_14); int32_t L_15 = stSuitData_get_DisplayLevel_m2137979891(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_0081; } } IL_0069: { stSuitData_t1825678009 * L_16 = V_6; V_0 = L_16; CRoleModelItem_t1608531946 * L_17 = V_4; NullCheck(L_17); int32_t L_18 = CRoleModelItem_GetCategory_m3754405430(L_17, /*hidden argument*/NULL); V_1 = L_18; stSuitData_t1825678009 * L_19 = V_6; NullCheck(L_19); int32_t L_20 = stSuitData_get_DisplayLevel_m2137979891(L_19, /*hidden argument*/NULL); V_2 = L_20; goto IL_00b3; } IL_0081: { int32_t L_21 = V_2; stSuitData_t1825678009 * L_22 = V_6; NullCheck(L_22); int32_t L_23 = stSuitData_get_DisplayLevel_m2137979891(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_00b3; } } { CRoleModelItem_t1608531946 * L_24 = V_4; NullCheck(L_24); int32_t L_25 = CRoleModelItem_GetCategory_m3754405430(L_24, /*hidden argument*/NULL); int32_t L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); bool L_27 = CSuitAnimCfg_CheckHigherLevel_m352451230(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00b3; } } { stSuitData_t1825678009 * L_28 = V_6; V_0 = L_28; CRoleModelItem_t1608531946 * L_29 = V_4; NullCheck(L_29); int32_t L_30 = CRoleModelItem_GetCategory_m3754405430(L_29, /*hidden argument*/NULL); V_1 = L_30; stSuitData_t1825678009 * L_31 = V_6; NullCheck(L_31); int32_t L_32 = stSuitData_get_DisplayLevel_m2137979891(L_31, /*hidden argument*/NULL); V_2 = L_32; } IL_00b3: { bool L_33 = Enumerator_MoveNext_m1600580383((&V_3), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_33) { goto IL_0014; } } { stSuitData_t1825678009 * L_34 = V_0; return L_34; } } // DMCore.Logic.CSuitAnimCfg/stSuitData DMCore.Logic.CSuitAnimCfg::IfCanPlayIdleSuitAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR stSuitData_t1825678009 * CSuitAnimCfg_IfCanPlayIdleSuitAnim_m255096553 (CSuitAnimCfg_t328222487 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_IfCanPlayIdleSuitAnim_m255096553_MetadataUsageId); s_Il2CppMethodInitialized = true; } stSuitData_t1825678009 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Enumerator_t2451428052 V_3; memset(&V_3, 0, sizeof(V_3)); CRoleModelItem_t1608531946 * V_4 = NULL; KeyValuePair_2_t2894917444 V_5; memset(&V_5, 0, sizeof(V_5)); stSuitData_t1825678009 * V_6 = NULL; { V_0 = (stSuitData_t1825678009 *)NULL; V_1 = ((int32_t)99); V_2 = ((int32_t)10); CAvatarSite_t1752665925 * L_0 = ___avatar0; NullCheck(L_0); Enumerator_t2451428052 L_1 = CAvatarSite_GetEnumerator_m1415828918(L_0, /*hidden argument*/NULL); V_3 = L_1; goto IL_00b3; } IL_0014: { KeyValuePair_2_t2894917444 L_2 = Enumerator_get_Current_m59556516((&V_3), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_5 = L_2; CRoleModelItem_t1608531946 * L_3 = KeyValuePair_2_get_Value_m566560947((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); V_4 = L_3; V_6 = (stSuitData_t1825678009 *)NULL; CRoleModelItem_t1608531946 * L_4 = V_4; if (!L_4) { goto IL_00b3; } } { Dictionary_2_t714391340 * L_5 = __this->get_m_listSuitAll_3(); CRoleModelItem_t1608531946 * L_6 = V_4; NullCheck(L_6); int32_t L_7 = CRoleModelItem_GetFullItemID_m3835475041(L_6, /*hidden argument*/NULL); NullCheck(L_5); bool L_8 = Dictionary_2_TryGetValue_m1674573557(L_5, L_7, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1674573557_RuntimeMethod_var); if (!L_8) { goto IL_00b3; } } { stSuitData_t1825678009 * L_9 = V_6; CAvatarSite_t1752665925 * L_10 = ___avatar0; NullCheck(L_9); bool L_11 = stSuitData_IfCanPlayIdleAnim_m3772956317(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00b3; } } { stSuitData_t1825678009 * L_12 = V_0; if (!L_12) { goto IL_0069; } } { int32_t L_13 = V_2; stSuitData_t1825678009 * L_14 = V_6; NullCheck(L_14); int32_t L_15 = stSuitData_get_DisplayLevel_m2137979891(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_0081; } } IL_0069: { stSuitData_t1825678009 * L_16 = V_6; V_0 = L_16; CRoleModelItem_t1608531946 * L_17 = V_4; NullCheck(L_17); int32_t L_18 = CRoleModelItem_GetCategory_m3754405430(L_17, /*hidden argument*/NULL); V_1 = L_18; stSuitData_t1825678009 * L_19 = V_6; NullCheck(L_19); int32_t L_20 = stSuitData_get_DisplayLevel_m2137979891(L_19, /*hidden argument*/NULL); V_2 = L_20; goto IL_00b3; } IL_0081: { int32_t L_21 = V_2; stSuitData_t1825678009 * L_22 = V_6; NullCheck(L_22); int32_t L_23 = stSuitData_get_DisplayLevel_m2137979891(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_00b3; } } { CRoleModelItem_t1608531946 * L_24 = V_4; NullCheck(L_24); int32_t L_25 = CRoleModelItem_GetCategory_m3754405430(L_24, /*hidden argument*/NULL); int32_t L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); bool L_27 = CSuitAnimCfg_CheckHigherLevel_m352451230(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00b3; } } { stSuitData_t1825678009 * L_28 = V_6; V_0 = L_28; CRoleModelItem_t1608531946 * L_29 = V_4; NullCheck(L_29); int32_t L_30 = CRoleModelItem_GetCategory_m3754405430(L_29, /*hidden argument*/NULL); V_1 = L_30; stSuitData_t1825678009 * L_31 = V_6; NullCheck(L_31); int32_t L_32 = stSuitData_get_DisplayLevel_m2137979891(L_31, /*hidden argument*/NULL); V_2 = L_32; } IL_00b3: { bool L_33 = Enumerator_MoveNext_m1600580383((&V_3), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_33) { goto IL_0014; } } { stSuitData_t1825678009 * L_34 = V_0; return L_34; } } // DMCore.Logic.CSuitAnimCfg/stSuitData DMCore.Logic.CSuitAnimCfg::IfCanPlayWalkSuitAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR stSuitData_t1825678009 * CSuitAnimCfg_IfCanPlayWalkSuitAnim_m155147968 (CSuitAnimCfg_t328222487 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_IfCanPlayWalkSuitAnim_m155147968_MetadataUsageId); s_Il2CppMethodInitialized = true; } stSuitData_t1825678009 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Enumerator_t2451428052 V_3; memset(&V_3, 0, sizeof(V_3)); CRoleModelItem_t1608531946 * V_4 = NULL; KeyValuePair_2_t2894917444 V_5; memset(&V_5, 0, sizeof(V_5)); stSuitData_t1825678009 * V_6 = NULL; { V_0 = (stSuitData_t1825678009 *)NULL; V_1 = ((int32_t)99); V_2 = ((int32_t)10); CAvatarSite_t1752665925 * L_0 = ___avatar0; NullCheck(L_0); Enumerator_t2451428052 L_1 = CAvatarSite_GetEnumerator_m1415828918(L_0, /*hidden argument*/NULL); V_3 = L_1; goto IL_00b3; } IL_0014: { KeyValuePair_2_t2894917444 L_2 = Enumerator_get_Current_m59556516((&V_3), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_5 = L_2; CRoleModelItem_t1608531946 * L_3 = KeyValuePair_2_get_Value_m566560947((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); V_4 = L_3; V_6 = (stSuitData_t1825678009 *)NULL; CRoleModelItem_t1608531946 * L_4 = V_4; if (!L_4) { goto IL_00b3; } } { Dictionary_2_t714391340 * L_5 = __this->get_m_listSuitAll_3(); CRoleModelItem_t1608531946 * L_6 = V_4; NullCheck(L_6); int32_t L_7 = CRoleModelItem_GetFullItemID_m3835475041(L_6, /*hidden argument*/NULL); NullCheck(L_5); bool L_8 = Dictionary_2_TryGetValue_m1674573557(L_5, L_7, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1674573557_RuntimeMethod_var); if (!L_8) { goto IL_00b3; } } { stSuitData_t1825678009 * L_9 = V_6; CAvatarSite_t1752665925 * L_10 = ___avatar0; NullCheck(L_9); bool L_11 = stSuitData_IfCanPlayWalkAnim_m489384516(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00b3; } } { stSuitData_t1825678009 * L_12 = V_0; if (!L_12) { goto IL_0069; } } { int32_t L_13 = V_2; stSuitData_t1825678009 * L_14 = V_6; NullCheck(L_14); int32_t L_15 = stSuitData_get_DisplayLevel_m2137979891(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_0081; } } IL_0069: { stSuitData_t1825678009 * L_16 = V_6; V_0 = L_16; CRoleModelItem_t1608531946 * L_17 = V_4; NullCheck(L_17); int32_t L_18 = CRoleModelItem_GetCategory_m3754405430(L_17, /*hidden argument*/NULL); V_1 = L_18; stSuitData_t1825678009 * L_19 = V_6; NullCheck(L_19); int32_t L_20 = stSuitData_get_DisplayLevel_m2137979891(L_19, /*hidden argument*/NULL); V_2 = L_20; goto IL_00b3; } IL_0081: { int32_t L_21 = V_2; stSuitData_t1825678009 * L_22 = V_6; NullCheck(L_22); int32_t L_23 = stSuitData_get_DisplayLevel_m2137979891(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_00b3; } } { CRoleModelItem_t1608531946 * L_24 = V_4; NullCheck(L_24); int32_t L_25 = CRoleModelItem_GetCategory_m3754405430(L_24, /*hidden argument*/NULL); int32_t L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); bool L_27 = CSuitAnimCfg_CheckHigherLevel_m352451230(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00b3; } } { stSuitData_t1825678009 * L_28 = V_6; V_0 = L_28; CRoleModelItem_t1608531946 * L_29 = V_4; NullCheck(L_29); int32_t L_30 = CRoleModelItem_GetCategory_m3754405430(L_29, /*hidden argument*/NULL); V_1 = L_30; stSuitData_t1825678009 * L_31 = V_6; NullCheck(L_31); int32_t L_32 = stSuitData_get_DisplayLevel_m2137979891(L_31, /*hidden argument*/NULL); V_2 = L_32; } IL_00b3: { bool L_33 = Enumerator_MoveNext_m1600580383((&V_3), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_33) { goto IL_0014; } } { stSuitData_t1825678009 * L_34 = V_0; return L_34; } } // System.Void DMCore.Logic.CSuitAnimCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CSuitAnimCfg_Clear_m614098758 (CSuitAnimCfg_t328222487 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_Clear_m614098758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t714391340 * L_0 = __this->get_m_listSuitAll_3(); NullCheck(L_0); Dictionary_2_Clear_m3914404257(L_0, /*hidden argument*/Dictionary_2_Clear_m3914404257_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); Dictionary_2_t949353519 * L_1 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_defaultCateLevel_2(); NullCheck(L_1); Dictionary_2_Clear_m1108676631(L_1, /*hidden argument*/Dictionary_2_Clear_m1108676631_RuntimeMethod_var); List_1_t1927861623 * L_2 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_cateOrder_1(); NullCheck(L_2); List_1_Clear_m46437669(L_2, /*hidden argument*/List_1_Clear_m46437669_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CSuitAnimCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CSuitAnimCfg_OnLoad_m2324873810 (CSuitAnimCfg_t328222487 * __this, String_t* ___loadedObj0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_OnLoad_m2324873810_MetadataUsageId); s_Il2CppMethodInitialized = true; } CIniFile_t2879301433 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CIniSection_t1218490364 * V_3 = NULL; int32_t V_4 = 0; stSuitData_t1825678009 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; CIniItem_t4093898296 * V_8 = NULL; StringU5BU5D_t1281789340* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; Exception_t * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { CIniFile_t2879301433 * L_0 = (CIniFile_t2879301433 *)il2cpp_codegen_object_new(CIniFile_t2879301433_il2cpp_TypeInfo_var); CIniFile__ctor_m3137372490(L_0, /*hidden argument*/NULL); V_0 = L_0; CIniFile_t2879301433 * L_1 = V_0; String_t* L_2 = ___loadedObj0; NullCheck(L_1); CIniFile_LoadText_m2088181559(L_1, L_2, /*hidden argument*/NULL); CIniFile_t2879301433 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CIniFile_GetSectionCount_m1690370596(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0137; } IL_001c: { CIniFile_t2879301433 * L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_5); CIniSection_t1218490364 * L_7 = CIniFile_GetSection_m2927514527(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; CIniSection_t1218490364 * L_8 = V_3; NullCheck(L_8); String_t* L_9 = L_8->get_strName_1(); int32_t L_10 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_9, 0, /*hidden argument*/NULL); V_4 = L_10; int32_t L_11 = V_4; if ((((int32_t)0) >= ((int32_t)L_11))) { goto IL_0058; } } IL_003a: { CIniSection_t1218490364 * L_12 = V_3; int32_t L_13 = V_4; stSuitData_t1825678009 * L_14 = (stSuitData_t1825678009 *)il2cpp_codegen_object_new(stSuitData_t1825678009_il2cpp_TypeInfo_var); stSuitData__ctor_m2702023732(L_14, L_12, L_13, /*hidden argument*/NULL); V_5 = L_14; Dictionary_2_t714391340 * L_15 = __this->get_m_listSuitAll_3(); int32_t L_16 = V_4; stSuitData_t1825678009 * L_17 = V_5; NullCheck(L_15); Dictionary_2_set_Item_m1680470531(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_set_Item_m1680470531_RuntimeMethod_var); goto IL_0133; } IL_0058: { CIniSection_t1218490364 * L_18 = V_3; NullCheck(L_18); String_t* L_19 = L_18->get_strName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2328036797, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0133; } } IL_006d: { CIniSection_t1218490364 * L_21 = V_3; NullCheck(L_21); int32_t L_22 = CIniSection_GetItemCount_m2955586327(L_21, /*hidden argument*/NULL); V_6 = L_22; V_7 = 0; goto IL_012a; } IL_007d: { CIniSection_t1218490364 * L_23 = V_3; int32_t L_24 = V_7; NullCheck(L_23); CIniItem_t4093898296 * L_25 = CIniSection_GetItem_m1669271756(L_23, L_24, /*hidden argument*/NULL); V_8 = L_25; CIniItem_t4093898296 * L_26 = V_8; NullCheck(L_26); String_t* L_27 = L_26->get_strKey_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_28 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral823592379, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00f5; } } IL_009d: { CIniItem_t4093898296 * L_29 = V_8; NullCheck(L_29); String_t* L_30 = L_29->get_strValue_2(); CharU5BU5D_t3528271667* L_31 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_31); (L_31)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_30); StringU5BU5D_t1281789340* L_32 = String_Split_m3646115398(L_30, L_31, /*hidden argument*/NULL); V_9 = L_32; V_10 = 0; goto IL_00e5; } IL_00be: { StringU5BU5D_t1281789340* L_33 = V_9; int32_t L_34 = V_10; NullCheck(L_33); int32_t L_35 = L_34; String_t* L_36 = (L_33)->GetAt(static_cast(L_35)); int32_t L_37 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_36, 0, /*hidden argument*/NULL); V_11 = L_37; int32_t L_38 = V_11; if ((((int32_t)0) >= ((int32_t)L_38))) { goto IL_00df; } } IL_00d3: { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); List_1_t1927861623 * L_39 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_cateOrder_1(); int32_t L_40 = V_11; NullCheck(L_39); List_1_Add_m1930956209(L_39, L_40, /*hidden argument*/List_1_Add_m1930956209_RuntimeMethod_var); } IL_00df: { int32_t L_41 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00e5: { int32_t L_42 = V_10; StringU5BU5D_t1281789340* L_43 = V_9; NullCheck(L_43); if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length))))))) { goto IL_00be; } } IL_00f0: { goto IL_0124; } IL_00f5: { CIniItem_t4093898296 * L_44 = V_8; NullCheck(L_44); String_t* L_45 = L_44->get_strKey_1(); int32_t L_46 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_45, 0, /*hidden argument*/NULL); V_12 = L_46; int32_t L_47 = V_12; if ((((int32_t)0) >= ((int32_t)L_47))) { goto IL_0124; } } IL_010c: { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); Dictionary_2_t949353519 * L_48 = ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->get_s_defaultCateLevel_2(); int32_t L_49 = V_12; CIniItem_t4093898296 * L_50 = V_8; NullCheck(L_50); String_t* L_51 = L_50->get_strValue_2(); int32_t L_52 = CSuitAnimCfg_ParseDisplayLevel_m3026119263(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); NullCheck(L_48); Dictionary_2_set_Item_m398309918(L_48, L_49, L_52, /*hidden argument*/Dictionary_2_set_Item_m398309918_RuntimeMethod_var); } IL_0124: { int32_t L_53 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_012a: { int32_t L_54 = V_7; int32_t L_55 = V_6; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_007d; } } IL_0133: { int32_t L_56 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_2; int32_t L_58 = V_1; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_001c; } } IL_013e: { goto IL_0156; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0143; throw e; } CATCH_0143: { // begin catch(System.Exception) V_13 = ((Exception_t *)__exception_local); Exception_t * L_59 = V_13; NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_59); Tracer_LogWarning_m1083847736(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); goto IL_0156; } // end catch (depth: 1) IL_0156: { return (bool)1; } } // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel DMCore.Logic.CSuitAnimCfg::ParseDisplayLevel(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSuitAnimCfg_ParseDisplayLevel_m3026119263 (RuntimeObject * __this /* static, unused */, String_t* ___levelValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg_ParseDisplayLevel_m3026119263_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___levelValue0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = ((int32_t)10); String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3455563725, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { V_1 = 0; goto IL_008f; } IL_0021: { String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3452614605, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } { V_1 = 1; goto IL_008f; } IL_0038: { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3452614591, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004f; } } { V_1 = 2; goto IL_008f; } IL_004f: { String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3452614590, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0066; } } { V_1 = 3; goto IL_008f; } IL_0066: { String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3452614589, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_007d; } } { V_1 = 4; goto IL_008f; } IL_007d: { String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3452614588, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_008f; } } { V_1 = 5; } IL_008f: { int32_t L_14 = V_1; return L_14; } } // System.Void DMCore.Logic.CSuitAnimCfg::.cctor() extern "C" IL2CPP_METHOD_ATTR void CSuitAnimCfg__cctor_m3658132243 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitAnimCfg__cctor_m3658132243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1927861623 * L_0 = (List_1_t1927861623 *)il2cpp_codegen_object_new(List_1_t1927861623_il2cpp_TypeInfo_var); List_1__ctor_m448327179(L_0, /*hidden argument*/List_1__ctor_m448327179_RuntimeMethod_var); ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->set_s_cateOrder_1(L_0); Dictionary_2_t949353519 * L_1 = (Dictionary_2_t949353519 *)il2cpp_codegen_object_new(Dictionary_2_t949353519_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1143566052(L_1, /*hidden argument*/Dictionary_2__ctor_m1143566052_RuntimeMethod_var); ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->set_s_defaultCateLevel_2(L_1); ((CSuitAnimCfg_t328222487_StaticFields*)il2cpp_codegen_static_fields_for(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var))->set_s_Instace_4((CSuitAnimCfg_t328222487 *)NULL); 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 #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::.ctor(DMCore.Framework.Ini.CIniSection,System.Int32) extern "C" IL2CPP_METHOD_ATTR void stSuitData__ctor_m2702023732 (stSuitData_t1825678009 * __this, CIniSection_t1218490364 * ___section0, int32_t ___mainID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData__ctor_m2702023732_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CIniItem_t4093898296 * V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; AvatarInfo_t571832948 * V_8 = NULL; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_listItems_6(L_0); List_1_t3319525431 * L_1 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_1, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_listPlayAnim_7(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); stSuitData_set_DisplayLevel_m1318553894(__this, ((int32_t)10), /*hidden argument*/NULL); CIniSection_t1218490364 * L_2 = ___section0; NullCheck(L_2); int32_t L_3 = CIniSection_GetItemCount_m2955586327(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_01e7; } IL_0032: { CIniSection_t1218490364 * L_4 = ___section0; int32_t L_5 = V_1; NullCheck(L_4); CIniItem_t4093898296 * L_6 = CIniSection_GetItem_m1669271756(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; CIniItem_t4093898296 * L_7 = V_2; NullCheck(L_7); String_t* L_8 = L_7->get_strKey_1(); NullCheck(L_8); String_t* L_9 = String_ToLower_m2029374922(L_8, /*hidden argument*/NULL); V_3 = L_9; String_t* L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1949155672, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0090; } } { CIniItem_t4093898296 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = L_12->get_strValue_2(); int32_t L_14 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_13, 0, /*hidden argument*/NULL); V_4 = L_14; int32_t L_15 = V_4; if ((((int32_t)0) >= ((int32_t)L_15))) { goto IL_008b; } } { List_1_t128053199 * L_16 = __this->get_m_listItems_6(); int32_t L_17 = V_4; NullCheck(L_16); bool L_18 = List_1_Contains_m2263725670(L_16, L_17, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (L_18) { goto IL_008b; } } { List_1_t128053199 * L_19 = __this->get_m_listItems_6(); int32_t L_20 = V_4; NullCheck(L_19); List_1_Add_m697420525(L_19, L_20, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_008b: { goto IL_01e3; } IL_0090: { String_t* L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1936059840, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00b1; } } { CIniItem_t4093898296 * L_23 = V_2; NullCheck(L_23); String_t* L_24 = L_23->get_strValue_2(); stSuitData_set_EffectName_m937133829(__this, L_24, /*hidden argument*/NULL); goto IL_01e3; } IL_00b1: { String_t* L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral63249541, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00dc; } } { CIniItem_t4093898296 * L_27 = V_2; NullCheck(L_27); String_t* L_28 = L_27->get_strValue_2(); float L_29 = CMiscHelp_ToFloat_m661515888(NULL /*static, unused*/, L_28, (5.0f), /*hidden argument*/NULL); stSuitData_set_EffectTime_m2706995461(__this, L_29, /*hidden argument*/NULL); goto IL_01e3; } IL_00dc: { String_t* L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1628612581, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00fd; } } { CIniItem_t4093898296 * L_32 = V_2; NullCheck(L_32); String_t* L_33 = L_32->get_strValue_2(); stSuitData_set_IdleAnim_m4134810502(__this, L_33, /*hidden argument*/NULL); goto IL_01e3; } IL_00fd: { String_t* L_34 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3540494311, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_011e; } } { CIniItem_t4093898296 * L_36 = V_2; NullCheck(L_36); String_t* L_37 = L_36->get_strValue_2(); stSuitData_set_WalkAnim_m2714512899(__this, L_37, /*hidden argument*/NULL); goto IL_01e3; } IL_011e: { String_t* L_38 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_39 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1232840130, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0144; } } { CIniItem_t4093898296 * L_40 = V_2; NullCheck(L_40); String_t* L_41 = L_40->get_strValue_2(); IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); int32_t L_42 = CSuitAnimCfg_ParseDisplayLevel_m3026119263(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); stSuitData_set_DisplayLevel_m1318553894(__this, L_42, /*hidden argument*/NULL); goto IL_01e3; } IL_0144: { String_t* L_43 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1985563838, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_01c2; } } { CIniItem_t4093898296 * L_45 = V_2; NullCheck(L_45); String_t* L_46 = L_45->get_strValue_2(); CharU5BU5D_t3528271667* L_47 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_47); (L_47)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_46); StringU5BU5D_t1281789340* L_48 = String_Split_m3646115398(L_46, L_47, /*hidden argument*/NULL); V_5 = L_48; V_6 = 0; goto IL_01b2; } IL_0174: { StringU5BU5D_t1281789340* L_49 = V_5; int32_t L_50 = V_6; NullCheck(L_49); int32_t L_51 = L_50; String_t* L_52 = (L_49)->GetAt(static_cast(L_51)); int32_t L_53 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_52, 0, /*hidden argument*/NULL); V_7 = L_53; int32_t L_54 = V_7; if ((((int32_t)0) >= ((int32_t)L_54))) { goto IL_01ac; } } { List_1_t1927861623 * L_55 = stSuitData_get_HideCategory_m3892984759(__this, /*hidden argument*/NULL); if (L_55) { goto IL_019f; } } { List_1_t1927861623 * L_56 = (List_1_t1927861623 *)il2cpp_codegen_object_new(List_1_t1927861623_il2cpp_TypeInfo_var); List_1__ctor_m448327179(L_56, /*hidden argument*/List_1__ctor_m448327179_RuntimeMethod_var); stSuitData_set_HideCategory_m1207378264(__this, L_56, /*hidden argument*/NULL); } IL_019f: { List_1_t1927861623 * L_57 = stSuitData_get_HideCategory_m3892984759(__this, /*hidden argument*/NULL); int32_t L_58 = V_7; NullCheck(L_57); List_1_Add_m1930956209(L_57, L_58, /*hidden argument*/List_1_Add_m1930956209_RuntimeMethod_var); } IL_01ac: { int32_t L_59 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_01b2: { int32_t L_60 = V_6; StringU5BU5D_t1281789340* L_61 = V_5; NullCheck(L_61); if ((((int32_t)L_60) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))))) { goto IL_0174; } } { goto IL_01e3; } IL_01c2: { String_t* L_62 = V_3; NullCheck(L_62); bool L_63 = String_StartsWith_m1759067526(L_62, _stringLiteral3561638412, /*hidden argument*/NULL); if (!L_63) { goto IL_01e3; } } { List_1_t3319525431 * L_64 = __this->get_m_listPlayAnim_7(); CIniItem_t4093898296 * L_65 = V_2; NullCheck(L_65); String_t* L_66 = L_65->get_strValue_2(); NullCheck(L_64); List_1_Add_m1685793073(L_64, L_66, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_01e3: { int32_t L_67 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_01e7: { int32_t L_68 = V_1; int32_t L_69 = V_0; if ((((int32_t)L_68) < ((int32_t)L_69))) { goto IL_0032; } } { int32_t L_70 = stSuitData_get_DisplayLevel_m2137979891(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)10))))) { goto IL_023a; } } { int32_t L_71 = ___mainID1; AvatarInfo_t571832948 * L_72 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); V_8 = L_72; AvatarInfo_t571832948 * L_73 = V_8; NullCheck(L_73); int32_t L_74 = AvatarInfo_get_Category_m2094546247(L_73, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); int32_t L_75 = CSuitAnimCfg_GetDefaultDisplayLevel_m807057142(NULL /*static, unused*/, L_74, /*hidden argument*/NULL); stSuitData_set_DisplayLevel_m1318553894(__this, L_75, /*hidden argument*/NULL); int32_t L_76 = stSuitData_get_DisplayLevel_m2137979891(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)10))))) { goto IL_023a; } } { List_1_t128053199 * L_77 = __this->get_m_listItems_6(); NullCheck(L_77); int32_t L_78 = List_1_get_Count_m361000296(L_77, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((((int32_t)0) >= ((int32_t)L_78))) { goto IL_023a; } } { stSuitData_set_DisplayLevel_m1318553894(__this, 1, /*hidden argument*/NULL); } IL_023a: { return; } } // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::CheckResourceReady() extern "C" IL2CPP_METHOD_ATTR bool stSuitData_CheckResourceReady_m312020315 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_AnimName() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_AnimName_m3940212888 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData_get_AnimName_m3940212888_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t3319525431 * L_0 = __this->get_m_listPlayAnim_7(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2276455407(L_0, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_1) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_0016: { List_1_t3319525431 * L_3 = __this->get_m_listPlayAnim_7(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2276455407(L_3, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0034; } } { List_1_t3319525431 * L_5 = __this->get_m_listPlayAnim_7(); NullCheck(L_5); String_t* L_6 = List_1_get_Item_m953835688(L_5, 0, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); return L_6; } IL_0034: { List_1_t3319525431 * L_7 = __this->get_m_listPlayAnim_7(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m2276455407(L_7, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); int32_t L_9 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_8, /*hidden argument*/NULL); V_0 = L_9; List_1_t3319525431 * L_10 = __this->get_m_listPlayAnim_7(); int32_t L_11 = V_0; NullCheck(L_10); String_t* L_12 = List_1_get_Item_m953835688(L_10, L_11, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); return L_12; } } // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_IdleAnim() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_IdleAnim_m2193191486 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CIdleAnimU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_IdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_IdleAnim_m4134810502 (stSuitData_t1825678009 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CIdleAnimU3Ek__BackingField_0(L_0); return; } } // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_WalkAnim() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_WalkAnim_m204093120 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CWalkAnimU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_WalkAnim(System.String) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_WalkAnim_m2714512899 (stSuitData_t1825678009 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CWalkAnimU3Ek__BackingField_1(L_0); return; } } // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel DMCore.Logic.CSuitAnimCfg/stSuitData::get_DisplayLevel() extern "C" IL2CPP_METHOD_ATTR int32_t stSuitData_get_DisplayLevel_m2137979891 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDisplayLevelU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_DisplayLevel(DMCore.Logic.CSuitAnimCfg/enumDisplayLevel) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_DisplayLevel_m1318553894 (stSuitData_t1825678009 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CDisplayLevelU3Ek__BackingField_2(L_0); return; } } // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg/stSuitData::get_HideCategory() extern "C" IL2CPP_METHOD_ATTR List_1_t1927861623 * stSuitData_get_HideCategory_m3892984759 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { { List_1_t1927861623 * L_0 = __this->get_U3CHideCategoryU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_HideCategory(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_HideCategory_m1207378264 (stSuitData_t1825678009 * __this, List_1_t1927861623 * ___value0, const RuntimeMethod* method) { { List_1_t1927861623 * L_0 = ___value0; __this->set_U3CHideCategoryU3Ek__BackingField_3(L_0); return; } } // System.String DMCore.Logic.CSuitAnimCfg/stSuitData::get_EffectName() extern "C" IL2CPP_METHOD_ATTR String_t* stSuitData_get_EffectName_m978606511 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CEffectNameU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_EffectName(System.String) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_EffectName_m937133829 (stSuitData_t1825678009 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CEffectNameU3Ek__BackingField_4(L_0); return; } } // System.Single DMCore.Logic.CSuitAnimCfg/stSuitData::get_EffectTime() extern "C" IL2CPP_METHOD_ATTR float stSuitData_get_EffectTime_m2362298311 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CEffectTimeU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.CSuitAnimCfg/stSuitData::set_EffectTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void stSuitData_set_EffectTime_m2706995461 (stSuitData_t1825678009 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CEffectTimeU3Ek__BackingField_5(L_0); return; } } // System.Int32 DMCore.Logic.CSuitAnimCfg/stSuitData::GetSuitItemID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t stSuitData_GetSuitItemID_m2858052435 (stSuitData_t1825678009 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData_GetSuitItemID_m2858052435_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0029; } } { int32_t L_1 = ___index0; List_1_t128053199 * L_2 = __this->get_m_listItems_6(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m361000296(L_2, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0029; } } { List_1_t128053199 * L_4 = __this->get_m_listItems_6(); int32_t L_5 = ___index0; NullCheck(L_4); int32_t L_6 = List_1_get_Item_m987949881(L_4, L_5, /*hidden argument*/List_1_get_Item_m987949881_RuntimeMethod_var); G_B4_0 = L_6; goto IL_002e; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_7 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); G_B4_0 = L_7; } IL_002e: { return G_B4_0; } } // System.Int32 DMCore.Logic.CSuitAnimCfg/stSuitData::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t stSuitData_GetItemCount_m2382697868 (stSuitData_t1825678009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData_GetItemCount_m2382697868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_listItems_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m361000296(L_0, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); return L_1; } } // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::IfCanPlayRelaxAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_IfCanPlayRelaxAnim_m652558210 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData_IfCanPlayRelaxAnim_m652558210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = stSuitData_get_AnimName_m3940212888(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { CAvatarSite_t1752665925 * L_2 = ___avatar0; bool L_3 = stSuitData_CheckContiansSubModelItems_m1947187093(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::IfCanPlayIdleAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_IfCanPlayIdleAnim_m3772956317 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData_IfCanPlayIdleAnim_m3772956317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = stSuitData_get_IdleAnim_m2193191486(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { CAvatarSite_t1752665925 * L_2 = ___avatar0; bool L_3 = stSuitData_CheckContiansSubModelItems_m1947187093(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::IfCanPlayWalkAnim(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_IfCanPlayWalkAnim_m489384516 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData_IfCanPlayWalkAnim_m489384516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = stSuitData_get_WalkAnim_m204093120(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { CAvatarSite_t1752665925 * L_2 = ___avatar0; bool L_3 = stSuitData_CheckContiansSubModelItems_m1947187093(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean DMCore.Logic.CSuitAnimCfg/stSuitData::CheckContiansSubModelItems(DMCore.Framework.Scene.CAvatarSite) extern "C" IL2CPP_METHOD_ATTR bool stSuitData_CheckContiansSubModelItems_m1947187093 (stSuitData_t1825678009 * __this, CAvatarSite_t1752665925 * ___avatar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSuitData_CheckContiansSubModelItems_m1947187093_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Enumerator_t2451428052 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t2894917444 V_2; memset(&V_2, 0, sizeof(V_2)); { List_1_t128053199 * L_0 = __this->get_m_listItems_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m361000296(L_0, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (bool)1; } IL_0012: { V_0 = 0; CAvatarSite_t1752665925 * L_2 = ___avatar0; NullCheck(L_2); Enumerator_t2451428052 L_3 = CAvatarSite_GetEnumerator_m1415828918(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_005b; } IL_0020: { List_1_t128053199 * L_4 = __this->get_m_listItems_6(); KeyValuePair_2_t2894917444 L_5 = Enumerator_get_Current_m59556516((&V_1), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_2 = L_5; CRoleModelItem_t1608531946 * L_6 = KeyValuePair_2_get_Value_m566560947((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_6); int32_t L_7 = CRoleModelItem_GetFullItemID_m3835475041(L_6, /*hidden argument*/NULL); NullCheck(L_4); bool L_8 = List_1_Contains_m2263725670(L_4, L_7, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (!L_8) { goto IL_005b; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_10 = V_0; List_1_t128053199 * L_11 = __this->get_m_listItems_6(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m361000296(L_11, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); if ((!(((uint32_t)L_10) == ((uint32_t)L_12)))) { goto IL_005b; } } { return (bool)1; } IL_005b: { bool L_13 = Enumerator_MoveNext_m1600580383((&V_1), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_13) { goto IL_0020; } } { return (bool)0; } } #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 DMCore.Logic.CTextHelp::.ctor() extern "C" IL2CPP_METHOD_ATTR void CTextHelp__ctor_m989630194 (CTextHelp_t2329227920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextHelp__ctor_m989630194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_m_Diction_2(L_0); CTextHelp_PushTask_m3211228919(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CTextHelp DMCore.Logic.CTextHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextHelp_t2329227920 * CTextHelp_GetInstance_m2293063283 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextHelp_GetInstance_m2293063283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CTextHelp_t2329227920 * L_0 = ((CTextHelp_t2329227920_StaticFields*)il2cpp_codegen_static_fields_for(CTextHelp_t2329227920_il2cpp_TypeInfo_var))->get__instance_0(); if (L_0) { goto IL_0014; } } { CTextHelp_t2329227920 * L_1 = (CTextHelp_t2329227920 *)il2cpp_codegen_object_new(CTextHelp_t2329227920_il2cpp_TypeInfo_var); CTextHelp__ctor_m989630194(L_1, /*hidden argument*/NULL); ((CTextHelp_t2329227920_StaticFields*)il2cpp_codegen_static_fields_for(CTextHelp_t2329227920_il2cpp_TypeInfo_var))->set__instance_0(L_1); } IL_0014: { CTextHelp_t2329227920 * L_2 = ((CTextHelp_t2329227920_StaticFields*)il2cpp_codegen_static_fields_for(CTextHelp_t2329227920_il2cpp_TypeInfo_var))->get__instance_0(); return L_2; } } // System.Void DMCore.Logic.CTextHelp::PushTask() extern "C" IL2CPP_METHOD_ATTR void CTextHelp_PushTask_m3211228919 (CTextHelp_t2329227920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextHelp_PushTask_m3211228919_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t367392258_il2cpp_TypeInfo_var); XmlManager_t2042691812 * L_0 = Singleton_1_get_Instance_m4269561041(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m4269561041_RuntimeMethod_var); NullCheck(L_0); String_t* L_1 = XmlManager_LoadXml_m2620436906(L_0, _stringLiteral2875883343, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { String_t* L_4 = V_0; CTextHelp_OnLoad_m3394852751(__this, L_4, 0, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Boolean DMCore.Logic.CTextHelp::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CTextHelp_OnLoad_m3394852751 (CTextHelp_t2329227920 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextHelp_OnLoad_m3394852751_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlDocument_t2468531415 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___loadedObj0; DMXmlDocument_t2468531415 * L_1 = DMXmlDocument_LoadXml_m2953623357(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ___loadedObj0 = (String_t*)NULL; int32_t L_2 = ___UnUsed1; if (L_2) { goto IL_0017; } } IL_0010: { DMXmlDocument_t2468531415 * L_3 = V_0; CTextHelp_LoadShopCfg_m1377951526(__this, L_3, /*hidden argument*/NULL); } IL_0017: { V_1 = (bool)1; goto IL_0036; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001e; throw e; } CATCH_001e: { // begin catch(System.Object) String_t* L_4 = ___loadedObj0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2328985104, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); goto IL_0034; } // end catch (depth: 1) IL_0034: { return (bool)0; } IL_0036: { bool L_6 = V_1; return L_6; } } // System.Void DMCore.Logic.CTextHelp::LoadShopCfg(DMCore.Framework.XML.DMXmlDocument) extern "C" IL2CPP_METHOD_ATTR void CTextHelp_LoadShopCfg_m1377951526 (CTextHelp_t2329227920 * __this, DMXmlDocument_t2468531415 * ___doc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextHelp_LoadShopCfg_m1377951526_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlNode_t3958967524 * V_0 = NULL; DMXmlNodeList_t795971656 * V_1 = NULL; int32_t V_2 = 0; DMXmlNode_t3958967524 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; DMXmlNode_t3958967524 * G_B3_0 = NULL; { DMXmlDocument_t2468531415 * L_0 = ___doc0; if (!L_0) { goto IL_0011; } } { DMXmlDocument_t2468531415 * L_1 = ___doc0; NullCheck(L_1); DMXmlNode_t3958967524 * L_2 = DMXmlNode_get_FirstChild_m4174520049(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0012; } IL_0011: { G_B3_0 = ((DMXmlNode_t3958967524 *)(NULL)); } IL_0012: { V_0 = G_B3_0; DMXmlNode_t3958967524 * L_3 = V_0; NullCheck(L_3); DMXmlNodeList_t795971656 * L_4 = DMXmlNode_get_ChildNodes_m14158511(L_3, /*hidden argument*/NULL); V_1 = L_4; DMXmlNodeList_t795971656 * L_5 = V_1; if (L_5) { goto IL_0021; } } { return; } IL_0021: { Dictionary_2_t1632706988 * L_6 = __this->get_m_Diction_2(); if (!L_6) { goto IL_0037; } } { Dictionary_2_t1632706988 * L_7 = __this->get_m_Diction_2(); NullCheck(L_7); Dictionary_2_Clear_m1279106658(L_7, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); } IL_0037: { V_2 = 0; goto IL_007d; } IL_003e: { DMXmlNodeList_t795971656 * L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); DMXmlNode_t3958967524 * L_10 = DMXmlNodeList_Item_m3433089129(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; DMXmlNode_t3958967524 * L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_13 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_11, _stringLiteral3454449607, L_12, /*hidden argument*/NULL); V_4 = L_13; DMXmlNode_t3958967524 * L_14 = V_3; String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_16 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_14, _stringLiteral3987835854, L_15, /*hidden argument*/NULL); V_5 = L_16; Dictionary_2_t1632706988 * L_17 = __this->get_m_Diction_2(); String_t* L_18 = V_4; String_t* L_19 = V_5; NullCheck(L_17); Dictionary_2_set_Item_m187286838(L_17, L_18, L_19, /*hidden argument*/Dictionary_2_set_Item_m187286838_RuntimeMethod_var); int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_2; DMXmlNodeList_t795971656 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = DMXmlNodeList_get_Count_m1776804761(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_003e; } } { return; } } // System.Boolean DMCore.Logic.CTextHelp::IsContain(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CTextHelp_IsContain_m3940973288 (CTextHelp_t2329227920 * __this, int32_t ___s0, int32_t ___e1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___s0; int32_t L_1 = ___e1; if (!((int32_t)((int32_t)L_0&(int32_t)L_1))) { goto IL_000e; } } { G_B3_0 = 1; goto IL_000f; } IL_000e: { G_B3_0 = 0; } IL_000f: { return (bool)G_B3_0; } } // System.Int32 DMCore.Logic.CTextHelp::GetServerType(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t CTextHelp_GetServerType_m2418089338 (CTextHelp_t2329227920 * __this, int16_t ___s0, const RuntimeMethod* method) { { int16_t L_0 = ___s0; bool L_1 = CTextHelp_IsContain_m3940973288(__this, L_0, 2, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { return 1; } IL_000f: { return 0; } } // System.String DMCore.Logic.CTextHelp::GetserverText(System.String,System.String[],System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetserverText_m3201211606 (CTextHelp_t2329227920 * __this, String_t* ___id0, StringU5BU5D_t1281789340* ___par1, String_t* ___defaultStr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextHelp_GetserverText_m3201211606_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Dictionary_2_t1632706988 * L_0 = __this->get_m_Diction_2(); String_t* L_1 = ___id0; NullCheck(L_0); Dictionary_2_TryGetValue_m1185325717(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); String_t* L_2 = V_0; if (!L_2) { goto IL_002e; } } { StringU5BU5D_t1281789340* L_3 = ___par1; if (!L_3) { goto IL_002c; } } { StringU5BU5D_t1281789340* L_4 = ___par1; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) <= ((int32_t)0))) { goto IL_002c; } } { String_t* L_5 = V_0; StringU5BU5D_t1281789340* L_6 = ___par1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m630303134(NULL /*static, unused*/, L_5, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_002c: { String_t* L_8 = V_0; return L_8; } IL_002e: { String_t* L_9 = ___defaultStr2; return L_9; } } // System.String[] DMCore.Logic.CTextHelp::StringSplit(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* CTextHelp_StringSplit_m3678355365 (CTextHelp_t2329227920 * __this, String_t* ___c0, String_t* ___s1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextHelp_StringSplit_m3678355365_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { String_t* L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { String_t* L_2 = ___s1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } IL_0016: { return (StringU5BU5D_t1281789340*)NULL; } IL_0018: { String_t* L_4 = ___c0; CharU5BU5D_t3528271667* L_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_6 = ___s1; NullCheck(L_6); CharU5BU5D_t3528271667* L_7 = String_ToCharArray_m1492846834(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = 0; uint16_t L_9 = (L_7)->GetAt(static_cast(L_8)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Il2CppChar)L_9); NullCheck(L_4); StringU5BU5D_t1281789340* L_10 = String_Split_m3646115398(L_4, L_5, /*hidden argument*/NULL); V_0 = L_10; StringU5BU5D_t1281789340* L_11 = V_0; return L_11; } } // System.Int32 DMCore.Logic.CTextHelp::GetStringLengthOfText(System.String,UnityEngine.UI.Text) extern "C" IL2CPP_METHOD_ATTR int32_t CTextHelp_GetStringLengthOfText_m2150004079 (CTextHelp_t2329227920 * __this, String_t* ___message0, Text_t1901882714 * ___tex1, const RuntimeMethod* method) { int32_t V_0 = 0; Font_t1956802104 * V_1 = NULL; CharacterInfo_t1228754872 V_2; memset(&V_2, 0, sizeof(V_2)); CharU5BU5D_t3528271667* V_3 = NULL; Il2CppChar V_4 = 0x0; CharU5BU5D_t3528271667* V_5 = NULL; int32_t V_6 = 0; { V_0 = 0; Text_t1901882714 * L_0 = ___tex1; NullCheck(L_0); Font_t1956802104 * L_1 = Text_get_font_m2857203289(L_0, /*hidden argument*/NULL); V_1 = L_1; Font_t1956802104 * L_2 = V_1; String_t* L_3 = ___message0; Text_t1901882714 * L_4 = ___tex1; NullCheck(L_4); int32_t L_5 = Text_get_fontSize_m1677872538(L_4, /*hidden argument*/NULL); Text_t1901882714 * L_6 = ___tex1; NullCheck(L_6); int32_t L_7 = Text_get_fontStyle_m3082671380(L_6, /*hidden argument*/NULL); NullCheck(L_2); Font_RequestCharactersInTexture_m2970556110(L_2, L_3, L_5, L_7, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_2), sizeof(CharacterInfo_t1228754872 )); String_t* L_8 = ___message0; NullCheck(L_8); CharU5BU5D_t3528271667* L_9 = String_ToCharArray_m1492846834(L_8, /*hidden argument*/NULL); V_3 = L_9; CharU5BU5D_t3528271667* L_10 = V_3; V_5 = L_10; V_6 = 0; goto IL_005e; } IL_0036: { CharU5BU5D_t3528271667* L_11 = V_5; int32_t L_12 = V_6; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (L_11)->GetAt(static_cast(L_13)); V_4 = L_14; Font_t1956802104 * L_15 = V_1; Il2CppChar L_16 = V_4; Text_t1901882714 * L_17 = ___tex1; NullCheck(L_17); int32_t L_18 = Text_get_fontSize_m1677872538(L_17, /*hidden argument*/NULL); NullCheck(L_15); Font_GetCharacterInfo_m3035673071(L_15, L_16, (&V_2), L_18, /*hidden argument*/NULL); int32_t L_19 = V_0; int32_t L_20 = CharacterInfo_get_advance_m2829275018((&V_2), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); int32_t L_21 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005e: { int32_t L_22 = V_6; CharU5BU5D_t3528271667* L_23 = V_5; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_0036; } } { int32_t L_24 = V_0; return L_24; } } #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 // System.Void DMCore.Logic.GameEndParams::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameEndParams__ctor_m1075272692 (GameEndParams_t2409445106 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameEndParams__ctor_m1075272692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_unit_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); 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 // System.Void DMCore.Logic.HS_Rank::.ctor() extern "C" IL2CPP_METHOD_ATTR void HS_Rank__ctor_m2465333965 (HS_Rank_t3665439562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HS_Rank__ctor_m2465333965_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAvatarInfo_t655526405 * L_0 = (CAvatarInfo_t655526405 *)il2cpp_codegen_object_new(CAvatarInfo_t655526405_il2cpp_TypeInfo_var); CAvatarInfo__ctor_m3185568976(L_0, /*hidden argument*/NULL); __this->set_info_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.ISceneRole DMCore.Logic.HS_Rank::LoadRole(System.Int64,DMCore.Framework.Scene.CAvatarInfo) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * HS_Rank_LoadRole_m1656413084 (HS_Rank_t3665439562 * __this, int64_t ___userID0, CAvatarInfo_t655526405 * ___info1, const RuntimeMethod* method) { { int64_t L_0 = ___userID0; __this->set_user_id_4(L_0); CAvatarInfo_t655526405 * L_1 = ___info1; __this->set_info_3(L_1); HS_Rank_UpDate_m3926289995(__this, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_2 = __this->get_role_1(); return L_2; } } // System.Void DMCore.Logic.HS_Rank::UpDate() extern "C" IL2CPP_METHOD_ATTR void HS_Rank_UpDate_m3926289995 (HS_Rank_t3665439562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HS_Rank_UpDate_m3926289995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneRole_t2394225724 * L_0 = __this->get_role_1(); if (L_0) { goto IL_001d; } } { int64_t L_1 = __this->get_user_id_4(); ISceneRole_t2394225724 * L_2 = HS_Rank_GetCurActiveShopModel_m3239089478(__this, L_1, /*hidden argument*/NULL); __this->set_role_1(L_2); } IL_001d: { ISceneRole_t2394225724 * L_3 = __this->get_role_1(); if (!L_3) { goto IL_0038; } } { ISceneRole_t2394225724 * L_4 = __this->get_role_1(); NullCheck(L_4); bool L_5 = ISceneBaseObj_IsEnable_m3745268461(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0039; } } IL_0038: { return; } IL_0039: { ISceneRole_t2394225724 * L_6 = __this->get_role_1(); if (!L_6) { goto IL_005f; } } { ISceneRole_t2394225724 * L_7 = __this->get_role_1(); NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(38 /* System.Boolean DMCore.Framework.Scene.ISceneAvatarBody::IsNeedSubmit() */, L_7); if (!L_8) { goto IL_005f; } } { ISceneRole_t2394225724 * L_9 = __this->get_role_1(); NullCheck(L_9); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_9); } IL_005f: { ISceneRole_t2394225724 * L_10 = __this->get_role_1(); NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_10); if (!L_11) { goto IL_00ca; } } { ISceneRole_t2394225724 * L_12 = __this->get_role_1(); int64_t L_13 = __this->get_user_id_4(); int64_t L_14 = L_13; RuntimeObject * L_15 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral439247435, L_15, /*hidden argument*/NULL); NullCheck(L_12); ISceneBaseObj_SetName_m2657421930(L_12, L_16, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_17 = __this->get_role_1(); NullCheck(L_17); VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_17); ISceneRole_t2394225724 * L_18 = __this->get_role_1(); NullCheck(L_18); ISceneSite_Update_m626253138(L_18, (0.01f), /*hidden argument*/NULL); __this->set_isNeedLoadRole_2((bool)0); ISceneRole_t2394225724 * L_19 = __this->get_role_1(); NullCheck(L_19); VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_19); ISceneRole_t2394225724 * L_20 = __this->get_role_1(); NullCheck(L_20); ISceneBaseObj_SetVisible_m2703148496(L_20, (bool)1, /*hidden argument*/NULL); } IL_00ca: { return; } } // DMCore.Framework.Scene.ISceneRole DMCore.Logic.HS_Rank::GetCurActiveShopModel(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * HS_Rank_GetCurActiveShopModel_m3239089478 (HS_Rank_t3665439562 * __this, int64_t ___roleID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HS_Rank_GetCurActiveShopModel_m3239089478_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; ISceneRole_t2394225724 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t G_B5_0 = 0; ISceneRole_t2394225724 * G_B8_0 = NULL; ISceneRole_t2394225724 * G_B7_0 = NULL; int32_t G_B9_0 = 0; ISceneRole_t2394225724 * G_B9_1 = NULL; String_t* G_B11_0 = NULL; CProperty_t963755051 * G_B11_1 = NULL; String_t* G_B10_0 = NULL; CProperty_t963755051 * G_B10_1 = NULL; int32_t G_B12_0 = 0; String_t* G_B12_1 = NULL; CProperty_t963755051 * G_B12_2 = NULL; { CAvatarInfo_t655526405 * L_0 = __this->get_info_3(); if (!L_0) { goto IL_010f; } } { CAvatarInfo_t655526405 * L_1 = __this->get_info_3(); NullCheck(L_1); bool L_2 = CAvatarInfo_IfDone_m1749105604(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_010f; } } { CAvatarInfo_t655526405 * L_3 = __this->get_info_3(); NullCheck(L_3); int32_t L_4 = CAvatarInfo_GetSex_m2697800072(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0031; } } { G_B5_0 = 1; goto IL_0032; } IL_0031: { G_B5_0 = 0; } IL_0032: { V_0 = (bool)G_B5_0; bool L_5 = V_0; V_1 = L_5; bool L_6 = V_0; int64_t L_7 = ___roleID0; ISceneRole_t2394225724 * L_8 = HS_Rank_SwitchShowModel_m1475672820(__this, L_6, (bool)0, L_7, /*hidden argument*/NULL); V_2 = L_8; ISceneRole_t2394225724 * L_9 = V_2; if (!L_9) { goto IL_010f; } } { ISceneRole_t2394225724 * L_10 = V_2; NullCheck(L_10); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_10); ISceneRole_t2394225724 * L_11 = V_2; NullCheck(L_11); CProperty_t963755051 * L_12 = ISceneBaseObj_GetNetProperty_m1709069404(L_11, /*hidden argument*/NULL); NullCheck(L_12); CProperty_Clear_m1869381630(L_12, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = V_2; bool L_14 = V_0; G_B7_0 = L_13; if (!L_14) { G_B8_0 = L_13; goto IL_0063; } } { G_B9_0 = 0; G_B9_1 = G_B7_0; goto IL_0064; } IL_0063: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_0064: { NullCheck(G_B9_1); ISceneBaseObj_SetModelID_m3286778194(G_B9_1, G_B9_0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_15 = V_2; NullCheck(L_15); CProperty_t963755051 * L_16 = ISceneBaseObj_GetNetProperty_m1709069404(L_15, /*hidden argument*/NULL); bool L_17 = V_0; G_B10_0 = _stringLiteral4166355951; G_B10_1 = L_16; if (!L_17) { G_B11_0 = _stringLiteral4166355951; G_B11_1 = L_16; goto IL_0080; } } { G_B12_0 = 0; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; goto IL_0081; } IL_0080: { G_B12_0 = 1; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; } IL_0081: { NullCheck(G_B12_2); CProperty_SetInt_m72189256(G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); V_3 = 0; goto IL_00f6; } IL_008d: { CAvatarInfo_t655526405 * L_18 = __this->get_info_3(); int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = CAvatarInfo_GetEquipByIndex_m3186139450(L_18, L_19, /*hidden argument*/NULL); V_4 = L_20; int32_t L_21 = V_4; AvatarInfo_t571832948 * L_22 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = AvatarInfo_get_Category_m2094546247(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)30))))) { goto IL_00b3; } } { goto IL_00f2; } IL_00b3: { V_5 = 0; V_6 = 0; V_7 = 0; ShopConfig_t4062099933 * L_24 = ShopConfig_GetInstance_m1661698564(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_25 = V_4; NullCheck(L_24); ShopConfig_GetSubModelInfo_m3723376093(L_24, L_25, (&V_5), (&V_6), (&V_7), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_26 = V_2; NullCheck(L_26); CProperty_t963755051 * L_27 = ISceneBaseObj_GetNetProperty_m1709069404(L_26, /*hidden argument*/NULL); String_t* L_28 = Int32_ToString_m141394615((&V_6), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral845755458, L_28, /*hidden argument*/NULL); int32_t L_30 = V_4; NullCheck(L_27); CProperty_SetInt_m72189256(L_27, L_29, L_30, /*hidden argument*/NULL); } IL_00f2: { int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00f6: { int32_t L_32 = V_3; CAvatarInfo_t655526405 * L_33 = __this->get_info_3(); NullCheck(L_33); int32_t L_34 = CAvatarInfo_GetEquipCount_m2156477561(L_33, /*hidden argument*/NULL); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_008d; } } { ISceneRole_t2394225724 * L_35 = V_2; NullCheck(L_35); ISceneRole_LoadRoleModel_m1111386502(L_35, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_36 = V_2; return L_36; } IL_010f: { return (ISceneRole_t2394225724 *)NULL; } } // DMCore.Framework.Scene.ISceneRole DMCore.Logic.HS_Rank::SwitchShowModel(System.Boolean,System.Boolean,System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * HS_Rank_SwitchShowModel_m1475672820 (HS_Rank_t3665439562 * __this, bool ___bMale0, bool ___buildDefault1, int64_t ___roleID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HS_Rank_SwitchShowModel_m1475672820_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; ISceneRole_t2394225724 * G_B6_0 = NULL; ISceneRole_t2394225724 * G_B5_0 = NULL; int32_t G_B7_0 = 0; ISceneRole_t2394225724 * G_B7_1 = NULL; String_t* G_B9_0 = NULL; CProperty_t963755051 * G_B9_1 = NULL; String_t* G_B8_0 = NULL; CProperty_t963755051 * G_B8_1 = NULL; int32_t G_B10_0 = 0; String_t* G_B10_1 = NULL; CProperty_t963755051 * G_B10_2 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_mModelCouple_0(); if (!L_0) { goto IL_0023; } } { ISceneRole_t2394225724 * L_1 = __this->get_mModelCouple_0(); NullCheck(L_1); int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CSceneService_DestroyRoleObj_m3016152155(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_mModelCouple_0((ISceneRole_t2394225724 *)NULL); } IL_0023: { V_0 = (ISceneRole_t2394225724 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); CMainRole_t4200562839 * L_3 = CSceneService_GetMainRole_m3386793463(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< bool >::Invoke(13 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_3, (bool)0); ISceneRole_t2394225724 * L_4 = __this->get_mModelCouple_0(); if (L_4) { goto IL_0065; } } { String_t* L_5 = Int64_ToString_m2986581816((&___roleID2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSceneService_t551449725_il2cpp_TypeInfo_var); ISceneBaseObj_t858622483 * L_6 = CSceneService_CreateGameObj_m958236987(NULL /*static, unused*/, L_5, 1, /*hidden argument*/NULL); __this->set_mModelCouple_0(((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_6, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneRole_t2394225724 * L_7 = __this->get_mModelCouple_0(); int64_t L_8 = ___roleID2; NullCheck(L_7); VirtActionInvoker1< int64_t >::Invoke(19 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_7, L_8); } IL_0065: { ISceneRole_t2394225724 * L_9 = __this->get_mModelCouple_0(); bool L_10 = ___bMale0; G_B5_0 = L_9; if (!L_10) { G_B6_0 = L_9; goto IL_0077; } } { G_B7_0 = 0; G_B7_1 = G_B5_0; goto IL_0078; } IL_0077: { G_B7_0 = 1; G_B7_1 = G_B6_0; } IL_0078: { NullCheck(G_B7_1); ISceneBaseObj_SetModelID_m3286778194(G_B7_1, G_B7_0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_11 = __this->get_mModelCouple_0(); NullCheck(L_11); CProperty_t963755051 * L_12 = ISceneBaseObj_GetNetProperty_m1709069404(L_11, /*hidden argument*/NULL); bool L_13 = ___bMale0; G_B8_0 = _stringLiteral4166355951; G_B8_1 = L_12; if (!L_13) { G_B9_0 = _stringLiteral4166355951; G_B9_1 = L_12; goto IL_0099; } } { G_B10_0 = 0; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_009a; } IL_0099: { G_B10_0 = 1; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_009a: { NullCheck(G_B10_2); CProperty_SetInt_m72189256(G_B10_2, G_B10_1, G_B10_0, /*hidden argument*/NULL); bool L_14 = ___buildDefault1; if (!L_14) { goto IL_0136; } } { ISceneRole_t2394225724 * L_15 = __this->get_mModelCouple_0(); NullCheck(L_15); CProperty_t963755051 * L_16 = ISceneBaseObj_GetNetProperty_m1709069404(L_15, /*hidden argument*/NULL); CJuniorRoleModelItem_t636793867 * L_17 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = CJuniorRoleModelItem_GetDefaultModelItem_m384567376(L_17, (bool)0, 2, /*hidden argument*/NULL); NullCheck(L_16); CProperty_SetInt_m72189256(L_16, _stringLiteral4145493834, L_18, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = __this->get_mModelCouple_0(); NullCheck(L_19); CProperty_t963755051 * L_20 = ISceneBaseObj_GetNetProperty_m1709069404(L_19, /*hidden argument*/NULL); CJuniorRoleModelItem_t636793867 * L_21 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CJuniorRoleModelItem_GetDefaultModelItem_m384567376(L_21, (bool)0, 7, /*hidden argument*/NULL); NullCheck(L_20); CProperty_SetInt_m72189256(L_20, _stringLiteral3385978947, L_22, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_23 = __this->get_mModelCouple_0(); NullCheck(L_23); CProperty_t963755051 * L_24 = ISceneBaseObj_GetNetProperty_m1709069404(L_23, /*hidden argument*/NULL); CJuniorRoleModelItem_t636793867 * L_25 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = CJuniorRoleModelItem_GetDefaultModelItem_m384567376(L_25, (bool)0, ((int32_t)13), /*hidden argument*/NULL); NullCheck(L_24); CProperty_SetInt_m72189256(L_24, _stringLiteral1859365861, L_26, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_27 = __this->get_mModelCouple_0(); NullCheck(L_27); CProperty_t963755051 * L_28 = ISceneBaseObj_GetNetProperty_m1709069404(L_27, /*hidden argument*/NULL); CJuniorRoleModelItem_t636793867 * L_29 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = CJuniorRoleModelItem_GetDefaultModelItem_m384567376(L_29, (bool)0, ((int32_t)15), /*hidden argument*/NULL); NullCheck(L_28); CProperty_SetInt_m72189256(L_28, _stringLiteral712354789, L_30, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_31 = __this->get_mModelCouple_0(); NullCheck(L_31); ISceneRole_LoadRoleModel_m1111386502(L_31, /*hidden argument*/NULL); } IL_0136: { ISceneRole_t2394225724 * L_32 = __this->get_mModelCouple_0(); V_0 = L_32; ISceneRole_t2394225724 * L_33 = V_0; return L_33; } } // UnityEngine.Vector3 DMCore.Logic.HS_Rank::GetPos(UnityEngine.Camera,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 HS_Rank_GetPos_m2814987760 (HS_Rank_t3665439562 * __this, Camera_t4157153871 * ___camera0, Transform_t3600365921 * ___trans1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HS_Rank_GetPos_m2814987760_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); { Transform_t3600365921 * L_0 = ___trans1; NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral4119694971, /*hidden argument*/NULL); V_0 = L_1; Camera_t4157153871 * L_2 = ___camera0; Transform_t3600365921 * L_3 = ___trans1; NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_position_m36019626(L_3, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t3722313464 L_5 = Camera_WorldToScreenPoint_m3726311023(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = (0.0f); V_3 = (0.0f); int32_t L_6 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = Mathf_Min_m1073399594(NULL /*static, unused*/, ((float)((float)(((float)((float)L_6)))/(float)(1920.0f))), ((float)((float)(((float)((float)L_7)))/(float)(1080.0f))), /*hidden argument*/NULL); V_4 = L_8; float L_9 = V_4; V_5 = ((float)il2cpp_codegen_multiply((float)L_9, (float)(1920.0f))); float L_10 = V_4; V_6 = ((float)il2cpp_codegen_multiply((float)L_10, (float)(1080.0f))); int32_t L_11 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_12 = V_5; float L_13 = V_5; V_2 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_11))), (float)L_12)))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_13, (float)(0.5f))), (float)(0.5520833f))))); int32_t L_14 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_15 = V_6; float L_16 = V_6; V_3 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_14))), (float)L_15)))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_16, (float)(0.5f))), (float)(0.6828125f))))); float L_17 = V_2; float L_18 = V_3; float L_19 = (&V_1)->get_z_3(); Vector3__ctor_m3353183577((&V_7), L_17, L_18, L_19, /*hidden argument*/NULL); Camera_t4157153871 * L_20 = ___camera0; Vector3_t3722313464 L_21 = V_7; NullCheck(L_20); Vector3_t3722313464 L_22 = Camera_ScreenToWorldPoint_m3978588570(L_20, L_21, /*hidden argument*/NULL); V_8 = L_22; ISceneRole_t2394225724 * L_23 = __this->get_role_1(); NullCheck(L_23); Transform_t3600365921 * L_24 = ISceneBaseObj_GetTransform_m3818769012(L_23, /*hidden argument*/NULL); Vector3_t3722313464 L_25; memset(&L_25, 0, sizeof(L_25)); Vector3__ctor_m3353183577((&L_25), (0.0f), (-180.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_24); Transform_set_localEulerAngles_m4202601546(L_24, L_25, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_26 = __this->get_role_1(); NullCheck(L_26); Transform_t3600365921 * L_27 = ISceneBaseObj_GetTransform_m3818769012(L_26, /*hidden argument*/NULL); Vector3_t3722313464 L_28; memset(&L_28, 0, sizeof(L_28)); Vector3__ctor_m3353183577((&L_28), (0.5f), (0.5f), (0.5f), /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localScale_m3053443106(L_27, L_28, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_29 = __this->get_role_1(); NullCheck(L_29); Transform_t3600365921 * L_30 = ISceneBaseObj_GetTransform_m3818769012(L_29, /*hidden argument*/NULL); float L_31 = (&V_8)->get_x_1(); float L_32 = (&V_8)->get_y_2(); Vector3_t3722313464 L_33; memset(&L_33, 0, sizeof(L_33)); Vector3__ctor_m3353183577((&L_33), L_31, L_32, (0.9f), /*hidden argument*/NULL); NullCheck(L_30); Transform_set_position_m3387557959(L_30, L_33, /*hidden argument*/NULL); Vector3_t3722313464 L_34 = V_8; return L_34; } } // System.Void DMCore.Logic.HS_Rank::Destroy() extern "C" IL2CPP_METHOD_ATTR void HS_Rank_Destroy_m932345477 (HS_Rank_t3665439562 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_role_1(); if (!L_0) { goto IL_0016; } } { ISceneRole_t2394225724 * L_1 = __this->get_role_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_1); } IL_0016: { 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 // System.Void DMCore.Logic.IShoe::.ctor() extern "C" IL2CPP_METHOD_ATTR void IShoe__ctor_m290821013 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.IShoe::GetAccel() extern "C" IL2CPP_METHOD_ATTR int32_t IShoe_GetAccel_m2376819443 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { return 0; } } // System.Int32 DMCore.Logic.IShoe::GetStepFrag() extern "C" IL2CPP_METHOD_ATTR int32_t IShoe_GetStepFrag_m4071602771 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { return 0; } } // System.Boolean DMCore.Logic.IShoe::Valid(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool IShoe_Valid_m3675730251 (IShoe_t2709100496 * __this, int64_t ___ts0, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 DMCore.Logic.IShoe::GetCmd() extern "C" IL2CPP_METHOD_ATTR int32_t IShoe_GetCmd_m2067779423 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 DMCore.Logic.IShoe::GetMotionLeft() extern "C" IL2CPP_METHOD_ATTR int32_t IShoe_GetMotionLeft_m1901944122 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 DMCore.Logic.IShoe::GetMotionRight() extern "C" IL2CPP_METHOD_ATTR int32_t IShoe_GetMotionRight_m226698322 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 DMCore.Logic.IShoe::GetMotion(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IShoe_GetMotion_m2098803472 (IShoe_t2709100496 * __this, int32_t ___index0, const RuntimeMethod* method) { { return 0; } } // System.Single DMCore.Logic.IShoe::GetRadianX() extern "C" IL2CPP_METHOD_ATTR float IShoe_GetRadianX_m1915559263 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { return (0.0f); } } // System.Single DMCore.Logic.IShoe::GetAngleX() extern "C" IL2CPP_METHOD_ATTR float IShoe_GetAngleX_m719346058 (IShoe_t2709100496 * __this, const RuntimeMethod* method) { { return (0.0f); } } #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 // System.Void DMCore.Logic.ShopConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void ShopConfig__ctor_m1911515090 (ShopConfig_t4062099933 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig__ctor_m1911515090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t3937145582 * L_0 = (Dictionary_2_t3937145582 *)il2cpp_codegen_object_new(Dictionary_2_t3937145582_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1026609676(L_0, /*hidden argument*/Dictionary_2__ctor_m1026609676_RuntimeMethod_var); __this->set_m_Diction_1(L_0); ShopConfig_PushTask_m2995257737(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.ShopConfig DMCore.Logic.ShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR ShopConfig_t4062099933 * ShopConfig_GetInstance_m1661698564 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetInstance_m1661698564_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ShopConfig_t4062099933 * L_0 = ((ShopConfig_t4062099933_StaticFields*)il2cpp_codegen_static_fields_for(ShopConfig_t4062099933_il2cpp_TypeInfo_var))->get_instance_0(); if (L_0) { goto IL_0014; } } { ShopConfig_t4062099933 * L_1 = (ShopConfig_t4062099933 *)il2cpp_codegen_object_new(ShopConfig_t4062099933_il2cpp_TypeInfo_var); ShopConfig__ctor_m1911515090(L_1, /*hidden argument*/NULL); ((ShopConfig_t4062099933_StaticFields*)il2cpp_codegen_static_fields_for(ShopConfig_t4062099933_il2cpp_TypeInfo_var))->set_instance_0(L_1); } IL_0014: { ShopConfig_t4062099933 * L_2 = ((ShopConfig_t4062099933_StaticFields*)il2cpp_codegen_static_fields_for(ShopConfig_t4062099933_il2cpp_TypeInfo_var))->get_instance_0(); return L_2; } } // System.Void DMCore.Logic.ShopConfig::PushTask() extern "C" IL2CPP_METHOD_ATTR void ShopConfig_PushTask_m2995257737 (ShopConfig_t4062099933 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_PushTask_m2995257737_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t367392258_il2cpp_TypeInfo_var); XmlManager_t2042691812 * L_0 = Singleton_1_get_Instance_m4269561041(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m4269561041_RuntimeMethod_var); NullCheck(L_0); String_t* L_1 = XmlManager_LoadXml_m2620436906(L_0, _stringLiteral3741407105, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { String_t* L_4 = V_0; ShopConfig_OnLoad_m1594113155(__this, L_4, 0, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Boolean DMCore.Logic.ShopConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ShopConfig_OnLoad_m1594113155 (ShopConfig_t4062099933 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_OnLoad_m1594113155_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlDocument_t2468531415 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___loadedObj0; DMXmlDocument_t2468531415 * L_1 = DMXmlDocument_LoadXml_m2953623357(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ___loadedObj0 = (String_t*)NULL; int32_t L_2 = ___UnUsed1; if (L_2) { goto IL_0017; } } IL_0010: { DMXmlDocument_t2468531415 * L_3 = V_0; ShopConfig_LoadShopCfg_m3900391647(__this, L_3, /*hidden argument*/NULL); } IL_0017: { V_1 = (bool)1; goto IL_0026; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001e; throw e; } CATCH_001e: { // begin catch(System.Object) goto IL_0024; } // end catch (depth: 1) IL_0024: { return (bool)0; } IL_0026: { bool L_4 = V_1; return L_4; } } // System.Void DMCore.Logic.ShopConfig::LoadShopCfg(DMCore.Framework.XML.DMXmlDocument) extern "C" IL2CPP_METHOD_ATTR void ShopConfig_LoadShopCfg_m3900391647 (ShopConfig_t4062099933 * __this, DMXmlDocument_t2468531415 * ___doc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_LoadShopCfg_m3900391647_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlNode_t3958967524 * V_0 = NULL; DMXmlNodeList_t795971656 * V_1 = NULL; int32_t V_2 = 0; DMXmlNode_t3958967524 * V_3 = NULL; int32_t V_4 = 0; StaticConfigUnit_t753464955 * V_5 = NULL; DMXmlNode_t3958967524 * G_B3_0 = NULL; { DMXmlDocument_t2468531415 * L_0 = ___doc0; if (!L_0) { goto IL_0011; } } { DMXmlDocument_t2468531415 * L_1 = ___doc0; NullCheck(L_1); DMXmlNode_t3958967524 * L_2 = DMXmlNode_get_FirstChild_m4174520049(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0012; } IL_0011: { G_B3_0 = ((DMXmlNode_t3958967524 *)(NULL)); } IL_0012: { V_0 = G_B3_0; DMXmlNode_t3958967524 * L_3 = V_0; NullCheck(L_3); DMXmlNodeList_t795971656 * L_4 = DMXmlNode_get_ChildNodes_m14158511(L_3, /*hidden argument*/NULL); V_1 = L_4; DMXmlNodeList_t795971656 * L_5 = V_1; if (L_5) { goto IL_0021; } } { return; } IL_0021: { Dictionary_2_t3937145582 * L_6 = __this->get_m_Diction_1(); if (!L_6) { goto IL_0037; } } { Dictionary_2_t3937145582 * L_7 = __this->get_m_Diction_1(); NullCheck(L_7); Dictionary_2_Clear_m3450848055(L_7, /*hidden argument*/Dictionary_2_Clear_m3450848055_RuntimeMethod_var); } IL_0037: { V_2 = 0; goto IL_0144; } IL_003e: { DMXmlNodeList_t795971656 * L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); DMXmlNode_t3958967524 * L_10 = DMXmlNodeList_Item_m3433089129(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; DMXmlNode_t3958967524 * L_11 = V_3; int32_t L_12 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_11, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); V_4 = L_12; int32_t L_13 = V_4; if ((((int32_t)L_13) > ((int32_t)0))) { goto IL_0061; } } { goto IL_0140; } IL_0061: { StaticConfigUnit_t753464955 * L_14 = (StaticConfigUnit_t753464955 *)il2cpp_codegen_object_new(StaticConfigUnit_t753464955_il2cpp_TypeInfo_var); StaticConfigUnit__ctor_m3479754044(L_14, /*hidden argument*/NULL); V_5 = L_14; StaticConfigUnit_t753464955 * L_15 = V_5; DMXmlNode_t3958967524 * L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_18 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_16, _stringLiteral62725243, L_17, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_Name_0(L_18); StaticConfigUnit_t753464955 * L_19 = V_5; DMXmlNode_t3958967524 * L_20 = V_3; int32_t L_21 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_20, _stringLiteral1232840130, 1, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_QualityLevel_1(L_21); StaticConfigUnit_t753464955 * L_22 = V_5; DMXmlNode_t3958967524 * L_23 = V_3; int32_t L_24 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_23, _stringLiteral3883939826, 0, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_FashionStar_2(L_24); StaticConfigUnit_t753464955 * L_25 = V_5; DMXmlNode_t3958967524 * L_26 = V_3; int32_t L_27 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_26, _stringLiteral920572944, 0, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_CanEmbed_gem_3(L_27); StaticConfigUnit_t753464955 * L_28 = V_5; DMXmlNode_t3958967524 * L_29 = V_3; String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_31 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_29, _stringLiteral3923320070, L_30, /*hidden argument*/NULL); NullCheck(L_28); StaticConfigUnit_set_Tags_m2934280525(L_28, L_31, /*hidden argument*/NULL); StaticConfigUnit_t753464955 * L_32 = V_5; DMXmlNode_t3958967524 * L_33 = V_3; String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_35 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_33, _stringLiteral1610285846, L_34, /*hidden argument*/NULL); NullCheck(L_32); StaticConfigUnit_set_Path_m735059075(L_32, L_35, /*hidden argument*/NULL); StaticConfigUnit_t753464955 * L_36 = V_5; DMXmlNode_t3958967524 * L_37 = V_3; float L_38 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_37, _stringLiteral3493283449, (10.0f), /*hidden argument*/NULL); NullCheck(L_36); L_36->set_defaultScale_8(((float)((float)L_38/(float)(10.0f)))); StaticConfigUnit_t753464955 * L_39 = V_5; DMXmlNode_t3958967524 * L_40 = V_3; String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_42 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_40, _stringLiteral3220737639, L_41, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_Desc_4(L_42); StaticConfigUnit_t753464955 * L_43 = V_5; DMXmlNode_t3958967524 * L_44 = V_3; float L_45 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_44, _stringLiteral3575649430, (0.0f), /*hidden argument*/NULL); NullCheck(L_43); L_43->set_Addition_5(L_45); Dictionary_2_t3937145582 * L_46 = __this->get_m_Diction_1(); int32_t L_47 = V_4; StaticConfigUnit_t753464955 * L_48 = V_5; NullCheck(L_46); Dictionary_2_set_Item_m3743402429(L_46, L_47, L_48, /*hidden argument*/Dictionary_2_set_Item_m3743402429_RuntimeMethod_var); } IL_0140: { int32_t L_49 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0144: { int32_t L_50 = V_2; DMXmlNodeList_t795971656 * L_51 = V_1; NullCheck(L_51); int32_t L_52 = DMXmlNodeList_get_Count_m1776804761(L_51, /*hidden argument*/NULL); if ((((int32_t)L_50) < ((int32_t)L_52))) { goto IL_003e; } } { return; } } // System.Single DMCore.Logic.ShopConfig::GetAdditon(System.Int32) extern "C" IL2CPP_METHOD_ATTR float ShopConfig_GetAdditon_m3452989570 (ShopConfig_t4062099933 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetAdditon_m3452989570_MetadataUsageId); s_Il2CppMethodInitialized = true; } StaticConfigUnit_t753464955 * V_0 = NULL; { V_0 = (StaticConfigUnit_t753464955 *)NULL; Dictionary_2_t3937145582 * L_0 = __this->get_m_Diction_1(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4174601776(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4174601776_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_4 = V_0; NullCheck(L_4); float L_5 = L_4->get_Addition_5(); return L_5; } IL_0022: { return (0.0f); } } // System.String DMCore.Logic.ShopConfig::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ShopConfig_GetName_m715917711 (ShopConfig_t4062099933 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetName_m715917711_MetadataUsageId); s_Il2CppMethodInitialized = true; } StaticConfigUnit_t753464955 * V_0 = NULL; { V_0 = (StaticConfigUnit_t753464955 *)NULL; Dictionary_2_t3937145582 * L_0 = __this->get_m_Diction_1(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4174601776(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4174601776_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_Name_0(); return L_5; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } } // System.Int32 DMCore.Logic.ShopConfig::GetFashionStar(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ShopConfig_GetFashionStar_m3544697692 (ShopConfig_t4062099933 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetFashionStar_m3544697692_MetadataUsageId); s_Il2CppMethodInitialized = true; } StaticConfigUnit_t753464955 * V_0 = NULL; { V_0 = (StaticConfigUnit_t753464955 *)NULL; Dictionary_2_t3937145582 * L_0 = __this->get_m_Diction_1(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4174601776(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4174601776_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_FashionStar_2(); return L_5; } IL_0022: { return 0; } } // System.Int32 DMCore.Logic.ShopConfig::GetLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ShopConfig_GetLevel_m4222384479 (ShopConfig_t4062099933 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetLevel_m4222384479_MetadataUsageId); s_Il2CppMethodInitialized = true; } StaticConfigUnit_t753464955 * V_0 = NULL; { V_0 = (StaticConfigUnit_t753464955 *)NULL; Dictionary_2_t3937145582 * L_0 = __this->get_m_Diction_1(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4174601776(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4174601776_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_QualityLevel_1(); return L_5; } IL_0022: { return 0; } } // System.String DMCore.Logic.ShopConfig::GetLevelPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ShopConfig_GetLevelPath_m2224056482 (ShopConfig_t4062099933 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetLevelPath_m2224056482_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___level0; if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_000d; } } { return _stringLiteral3457660909; } IL_000d: { int32_t L_1 = ___level0; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_001a; } } { return _stringLiteral3452614637; } IL_001a: { return _stringLiteral3452614623; } } // System.String DMCore.Logic.ShopConfig::GetLevelBGPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ShopConfig_GetLevelBGPath_m4160939462 (ShopConfig_t4062099933 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetLevelBGPath_m4160939462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___level0; if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_000d; } } { return _stringLiteral1124450886; } IL_000d: { int32_t L_1 = ___level0; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_001a; } } { return _stringLiteral2690534827; } IL_001a: { return _stringLiteral2287250300; } } // System.String DMCore.Logic.ShopConfig::GetDesc(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ShopConfig_GetDesc_m2167973344 (ShopConfig_t4062099933 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetDesc_m2167973344_MetadataUsageId); s_Il2CppMethodInitialized = true; } StaticConfigUnit_t753464955 * V_0 = NULL; { V_0 = (StaticConfigUnit_t753464955 *)NULL; Dictionary_2_t3937145582 * L_0 = __this->get_m_Diction_1(); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4174601776(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4174601776_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { StaticConfigUnit_t753464955 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_Desc_4(); return L_5; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } } // System.String DMCore.Logic.ShopConfig::GetIconPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ShopConfig_GetIconPath_m3892636116 (ShopConfig_t4062099933 * __this, int32_t ___ModelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopConfig_GetIconPath_m3892636116_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; { V_0 = 0; V_1 = 0; V_2 = 0; int32_t L_0 = ___ModelId0; ShopConfig_GetSubModelInfo_m3723376093(__this, L_0, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral1024091293); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral1024091293); StringU5BU5D_t1281789340* L_2 = L_1; String_t* L_3 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(1), (String_t*)L_3); StringU5BU5D_t1281789340* L_4 = L_2; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3452614529); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_5 = L_4; int32_t L_6 = V_1; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_8, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_9); (L_5)->SetAt(static_cast(3), (String_t*)L_9); StringU5BU5D_t1281789340* L_10 = L_5; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3452614529); (L_10)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_11 = L_10; int32_t L_12 = V_2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); String_t* L_15 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587864, L_14, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_15); (L_11)->SetAt(static_cast(5), (String_t*)L_15); StringU5BU5D_t1281789340* L_16 = L_11; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral3521546340); (L_16)->SetAt(static_cast(6), (String_t*)_stringLiteral3521546340); String_t* L_17 = String_Concat_m1809518182(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_3 = L_17; String_t* L_18 = V_3; return L_18; } } // System.Void DMCore.Logic.ShopConfig::GetSubModelInfo(System.Int32,System.Int32&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void ShopConfig_GetSubModelInfo_m3723376093 (ShopConfig_t4062099933 * __this, int32_t ___nSubModelId0, int32_t* ___nModelSex1, int32_t* ___nSubCategory2, int32_t* ___nSubModelIndex3, const RuntimeMethod* method) { { int32_t* L_0 = ___nModelSex1; int32_t L_1 = ___nSubModelId0; *((int32_t*)(L_0)) = (int32_t)((int32_t)((int32_t)L_1/(int32_t)((int32_t)10000000))); int32_t* L_2 = ___nSubCategory2; int32_t L_3 = ___nSubModelId0; int32_t* L_4 = ___nModelSex1; *((int32_t*)(L_2)) = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_4)), (int32_t)((int32_t)10000000)))))/(int32_t)((int32_t)100000))); int32_t* L_5 = ___nSubModelIndex3; int32_t L_6 = ___nSubModelId0; int32_t* L_7 = ___nModelSex1; int32_t* L_8 = ___nSubCategory2; *((int32_t*)(L_5)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_7)), (int32_t)((int32_t)10000000))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_8)), (int32_t)((int32_t)100000))))); 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 // System.Void DMCore.Logic.StaticConfigUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit__ctor_m3479754044 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticConfigUnit__ctor_m3479754044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Name_0(L_0); __this->set_QualityLevel_1(1); __this->set_FashionStar_2(0); __this->set_CanEmbed_gem_3(0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Desc_4(L_1); __this->set_Addition_5((0.0f)); return; } } // System.String DMCore.Logic.StaticConfigUnit::get_Tags() extern "C" IL2CPP_METHOD_ATTR String_t* StaticConfigUnit_get_Tags_m3828922066 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CTagsU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.StaticConfigUnit::set_Tags(System.String) extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit_set_Tags_m2934280525 (StaticConfigUnit_t753464955 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CTagsU3Ek__BackingField_6(L_0); return; } } // System.String DMCore.Logic.StaticConfigUnit::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* StaticConfigUnit_get_Path_m1275311819 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPathU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.StaticConfigUnit::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit_set_Path_m735059075 (StaticConfigUnit_t753464955 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_7(L_0); return; } } // System.Collections.Generic.List`1 DMCore.Logic.StaticConfigUnit::get_staticTagList() extern "C" IL2CPP_METHOD_ATTR List_1_t4187288215 * StaticConfigUnit_get_staticTagList_m33576803 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticConfigUnit_get_staticTagList_m33576803_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4187288215 * V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { List_1_t4187288215 * L_0 = (List_1_t4187288215 *)il2cpp_codegen_object_new(List_1_t4187288215_il2cpp_TypeInfo_var); List_1__ctor_m2026858216(L_0, /*hidden argument*/List_1__ctor_m2026858216_RuntimeMethod_var); V_0 = L_0; String_t* L_1 = StaticConfigUnit_get_Tags_m3828922066(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_1); StringU5BU5D_t1281789340* L_3 = String_Split_m3646115398(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_0043; } IL_0024: { StringU5BU5D_t1281789340* L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); bool L_8 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_7, (&V_3), /*hidden argument*/NULL); if (!L_8) { goto IL_003f; } } { List_1_t4187288215 * L_9 = V_0; int32_t L_10 = V_3; StaticTag_t2715213473 * L_11 = (StaticTag_t2715213473 *)il2cpp_codegen_object_new(StaticTag_t2715213473_il2cpp_TypeInfo_var); StaticTag__ctor_m1443754263(L_11, L_10, /*hidden argument*/NULL); NullCheck(L_9); List_1_Add_m3699235404(L_9, L_11, /*hidden argument*/List_1_Add_m3699235404_RuntimeMethod_var); } IL_003f: { int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0043: { int32_t L_13 = V_2; StringU5BU5D_t1281789340* L_14 = V_1; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0024; } } { List_1_t4187288215 * L_15 = V_0; return L_15; } } // System.Collections.Generic.List`1 DMCore.Logic.StaticConfigUnit::get_PathList() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * StaticConfigUnit_get_PathList_m926724857 (StaticConfigUnit_t753464955 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticConfigUnit_get_PathList_m926724857_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { List_1_t3319525431 * L_0 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_0, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_2 = StaticConfigUnit_get_Path_m1275311819(__this, /*hidden argument*/NULL); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_004f; } } { String_t* L_4 = StaticConfigUnit_get_Path_m1275311819(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_4); StringU5BU5D_t1281789340* L_6 = String_Split_m3646115398(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; goto IL_0046; } IL_0039: { List_1_t3319525431 * L_7 = V_0; StringU5BU5D_t1281789340* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_7); List_1_Add_m1685793073(L_7, L_11, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0046: { int32_t L_13 = V_2; StringU5BU5D_t1281789340* L_14 = V_1; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0039; } } IL_004f: { List_1_t3319525431 * L_15 = V_0; return L_15; } } // DMCore.Logic.StaticConfigUnit/StaticTag DMCore.Logic.StaticConfigUnit::GetTags(System.Int32) extern "C" IL2CPP_METHOD_ATTR StaticTag_t2715213473 * StaticConfigUnit_GetTags_m2729679513 (StaticConfigUnit_t753464955 * __this, int32_t ___tagid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticConfigUnit_GetTags_m2729679513_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetTagsU3Ec__AnonStorey0_t1770152849 * V_0 = NULL; { U3CGetTagsU3Ec__AnonStorey0_t1770152849 * L_0 = (U3CGetTagsU3Ec__AnonStorey0_t1770152849 *)il2cpp_codegen_object_new(U3CGetTagsU3Ec__AnonStorey0_t1770152849_il2cpp_TypeInfo_var); U3CGetTagsU3Ec__AnonStorey0__ctor_m3533153777(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetTagsU3Ec__AnonStorey0_t1770152849 * L_1 = V_0; int32_t L_2 = ___tagid0; NullCheck(L_1); L_1->set_tagid_0(L_2); List_1_t4187288215 * L_3 = StaticConfigUnit_get_staticTagList_m33576803(__this, /*hidden argument*/NULL); U3CGetTagsU3Ec__AnonStorey0_t1770152849 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CGetTagsU3Ec__AnonStorey0_U3CU3Em__0_m3081658232_RuntimeMethod_var; Predicate_1_t3540507597 * L_6 = (Predicate_1_t3540507597 *)il2cpp_codegen_object_new(Predicate_1_t3540507597_il2cpp_TypeInfo_var); Predicate_1__ctor_m3966466281(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m3966466281_RuntimeMethod_var); NullCheck(L_3); StaticTag_t2715213473 * L_7 = List_1_Find_m697440477(L_3, L_6, /*hidden argument*/List_1_Find_m697440477_RuntimeMethod_var); return L_7; } } #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 DMCore.Logic.StaticConfigUnit/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetTagsU3Ec__AnonStorey0__ctor_m3533153777 (U3CGetTagsU3Ec__AnonStorey0_t1770152849 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.StaticConfigUnit/c__AnonStorey0::<>m__0(DMCore.Logic.StaticConfigUnit/StaticTag) extern "C" IL2CPP_METHOD_ATTR bool U3CGetTagsU3Ec__AnonStorey0_U3CU3Em__0_m3081658232 (U3CGetTagsU3Ec__AnonStorey0_t1770152849 * __this, StaticTag_t2715213473 * ____0, const RuntimeMethod* method) { { StaticTag_t2715213473 * L_0 = ____0; NullCheck(L_0); int32_t L_1 = StaticTag_get_TagId_m3763007974(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_tagid_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #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 DMCore.Logic.StaticConfigUnit/StaticTag::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StaticTag__ctor_m1443754263 (StaticTag_t2715213473 * __this, int32_t ___id0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; StaticTag_set_Id_m3076629129(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.StaticConfigUnit/StaticTag::set_Id(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StaticTag_set_Id_m3076629129 (StaticTag_t2715213473 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.StaticConfigUnit/StaticTag::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t StaticTag_get_Id_m3220705670 (StaticTag_t2715213473 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIdU3Ek__BackingField_0(); return L_0; } } // System.Int32 DMCore.Logic.StaticConfigUnit/StaticTag::get_TagId() extern "C" IL2CPP_METHOD_ATTR int32_t StaticTag_get_TagId_m3763007974 (StaticTag_t2715213473 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticTag_get_TagId_m3763007974_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = StaticTag_get_Id_m3220705670(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, (((float)((float)((int32_t)((int32_t)L_0/(int32_t)((int32_t)1000)))))), /*hidden argument*/NULL); return L_1; } } // System.Int32 DMCore.Logic.StaticConfigUnit/StaticTag::get_TagScore() extern "C" IL2CPP_METHOD_ATTR int32_t StaticTag_get_TagScore_m589162379 (StaticTag_t2715213473 * __this, const RuntimeMethod* method) { { int32_t L_0 = StaticTag_get_Id_m3220705670(__this, /*hidden argument*/NULL); int32_t L_1 = StaticTag_get_TagId_m3763007974(__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)1000))))); } } // System.String DMCore.Logic.StaticConfigUnit/StaticTag::get_TagQuality() extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_get_TagQuality_m1587010039 (StaticTag_t2715213473 * __this, const RuntimeMethod* method) { { int32_t L_0 = StaticTag_get_TagScore_m589162379(__this, /*hidden argument*/NULL); String_t* L_1 = StaticTag_GetLevelStr_m935452897(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Logic.StaticConfigUnit/StaticTag::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_get_Desc_m3397490949 (StaticTag_t2715213473 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticTag_get_Desc_m3397490949_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.String DMCore.Logic.StaticConfigUnit/StaticTag::get_Icon() extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_get_Icon_m880056098 (StaticTag_t2715213473 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticTag_get_Icon_m880056098_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = StaticTag_get_TagId_m3763007974(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)((int32_t)10)))) { goto IL_0023; } } { int32_t L_1 = StaticTag_get_TagId_m3763007974(__this, /*hidden argument*/NULL); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3582893723, L_3, /*hidden argument*/NULL); return L_4; } IL_0023: { int32_t L_5 = StaticTag_get_TagId_m3763007974(__this, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3474744248, L_7, /*hidden argument*/NULL); return L_8; } } // System.String DMCore.Logic.StaticConfigUnit/StaticTag::GetLevelStr(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_GetLevelStr_m935452897 (StaticTag_t2715213473 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticTag_GetLevelStr_m935452897_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = _stringLiteral3452614621; int32_t L_0 = ___level0; if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_0020; } } { int32_t L_1 = ___level0; if ((((int32_t)L_1) > ((int32_t)((int32_t)20)))) { goto IL_0020; } } { V_0 = _stringLiteral3452614621; goto IL_0087; } IL_0020: { int32_t L_2 = ___level0; if ((((int32_t)((int32_t)20)) >= ((int32_t)L_2))) { goto IL_003b; } } { int32_t L_3 = ___level0; if ((((int32_t)L_3) > ((int32_t)((int32_t)40)))) { goto IL_003b; } } { V_0 = _stringLiteral3452614622; goto IL_0087; } IL_003b: { int32_t L_4 = ___level0; if ((((int32_t)((int32_t)40)) >= ((int32_t)L_4))) { goto IL_0056; } } { int32_t L_5 = ___level0; if ((((int32_t)L_5) > ((int32_t)((int32_t)60)))) { goto IL_0056; } } { V_0 = _stringLiteral3452614623; goto IL_0087; } IL_0056: { int32_t L_6 = ___level0; if ((((int32_t)((int32_t)60)) >= ((int32_t)L_6))) { goto IL_0071; } } { int32_t L_7 = ___level0; if ((((int32_t)L_7) > ((int32_t)((int32_t)80)))) { goto IL_0071; } } { V_0 = _stringLiteral3452614605; goto IL_0087; } IL_0071: { int32_t L_8 = ___level0; if ((((int32_t)((int32_t)80)) >= ((int32_t)L_8))) { goto IL_0087; } } { int32_t L_9 = ___level0; if ((((int32_t)L_9) > ((int32_t)((int32_t)100)))) { goto IL_0087; } } { V_0 = _stringLiteral3455563725; } IL_0087: { String_t* L_10 = V_0; return L_10; } } // System.String DMCore.Logic.StaticConfigUnit/StaticTag::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StaticTag_ToString_m502265255 (StaticTag_t2715213473 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticTag_ToString_m502265255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); int32_t L_1 = StaticTag_get_Id_m3220705670(__this, /*hidden argument*/NULL); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_3); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_0; int32_t L_5 = StaticTag_get_TagId_m3763007974(__this, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_4; int32_t L_9 = StaticTag_get_TagScore_m589162379(__this, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; String_t* L_13 = StaticTag_get_TagQuality_m1587010039(__this, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(3), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; String_t* L_15 = StaticTag_get_Icon_m880056098(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(4), (RuntimeObject *)L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral246669080, L_14, /*hidden argument*/NULL); return L_16; } } #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 DMCore.Net.CCustomNetMsgHooker::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCustomNetMsgHooker__ctor_m3128157556 (CCustomNetMsgHooker_t1749009394 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CCustomNetMsgHooker__ctor_m3128157556_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t2894772567 * L_0 = (Dictionary_2_t2894772567 *)il2cpp_codegen_object_new(Dictionary_2_t2894772567_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1146460721(L_0, /*hidden argument*/Dictionary_2__ctor_m1146460721_RuntimeMethod_var); __this->set_m_arrayCustomProc_0(L_0); return; } } // System.Void DMCore.Net.CCustomNetMsgHooker::OnCallBackCustomMsg(DMCore.Net.Protocol.SMsgCustom) extern "C" IL2CPP_METHOD_ATTR void CCustomNetMsgHooker_OnCallBackCustomMsg_m3029798170 (CCustomNetMsgHooker_t1749009394 * __this, SMsgCustom_t3704812008 * ___customMsg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CCustomNetMsgHooker_OnCallBackCustomMsg_m3029798170_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; _ProcCustomMsg_t4006059236 * V_1 = NULL; { SMsgCustom_t3704812008 * L_0 = ___customMsg0; NullCheck(L_0); CDataArray_t4068198041 * L_1 = L_0->get_dataArray_0(); NullCheck(L_1); int32_t L_2 = CDataArray_GetInt_m1111369473(L_1, 0, (-1), /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t2894772567 * L_3 = __this->get_m_arrayCustomProc_0(); int32_t L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m169465257(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m169465257_RuntimeMethod_var); if (!L_5) { goto IL_003d; } } { Dictionary_2_t2894772567 * L_6 = __this->get_m_arrayCustomProc_0(); int32_t L_7 = V_0; NullCheck(L_6); _ProcCustomMsg_t4006059236 * L_8 = Dictionary_2_get_Item_m2444938132(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m2444938132_RuntimeMethod_var); V_1 = L_8; _ProcCustomMsg_t4006059236 * L_9 = V_1; SMsgCustom_t3704812008 * L_10 = ___customMsg0; NullCheck(L_10); CDataArray_t4068198041 * L_11 = L_10->get_dataArray_0(); NullCheck(L_9); _ProcCustomMsg_Invoke_m4176140132(L_9, L_11, /*hidden argument*/NULL); goto IL_0059; } IL_003d: { String_t* L_12 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2779891651, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_0059: { return; } } // System.Void DMCore.Net.CCustomNetMsgHooker::RegisterCustomCallback(DMCore.Net.CustomServer,DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg) extern "C" IL2CPP_METHOD_ATTR void CCustomNetMsgHooker_RegisterCustomCallback_m690621943 (CCustomNetMsgHooker_t1749009394 * __this, int16_t ___msgID0, _ProcCustomMsg_t4006059236 * ___proc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CCustomNetMsgHooker_RegisterCustomCallback_m690621943_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int16_t L_0 = ___msgID0; V_0 = L_0; Dictionary_2_t2894772567 * L_1 = __this->get_m_arrayCustomProc_0(); int32_t L_2 = V_0; _ProcCustomMsg_t4006059236 * L_3 = ___proc1; NullCheck(L_1); Dictionary_2_set_Item_m3367577580(L_1, L_2, L_3, /*hidden argument*/Dictionary_2_set_Item_m3367577580_RuntimeMethod_var); 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 // System.Void DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void _ProcCustomMsg__ctor_m8552529 (_ProcCustomMsg_t4006059236 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg::Invoke(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void _ProcCustomMsg_Invoke_m4176140132 (_ProcCustomMsg_t4006059236 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { _ProcCustomMsg_Invoke_m4176140132((_ProcCustomMsg_t4006059236 *)__this->get_prev_9(), ___msg0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___msg0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___msg0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___msg0); else GenericVirtActionInvoker1< CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___msg0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___msg0); else VirtActionInvoker1< CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___msg0); } } else { typedef void (*FunctionPointerType) (void*, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___msg0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___msg0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___msg0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___msg0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___msg0); } } else { typedef void (*FunctionPointerType) (CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___msg0, targetMethod); } } } } // System.IAsyncResult DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg::BeginInvoke(DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* _ProcCustomMsg_BeginInvoke_m1526932572 (_ProcCustomMsg_t4006059236 * __this, CDataArray_t4068198041 * ___msg0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___msg0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void _ProcCustomMsg_EndInvoke_m4283875896 (_ProcCustomMsg_t4006059236 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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 DMCore.Net.CNetLink::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetLink__ctor_m2107516412 (CNetLink_t2605986831 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetLink__ctor_m2107516412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { INetLink__ctor_m495627144(__this, /*hidden argument*/NULL); __this->set_m_beforeClose_5((bool)0); __this->set_m_TcpClient_3((TcpClient_t822906377 *)NULL); __this->set_m_Buffer_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)))); return; } } // System.Boolean DMCore.Net.CNetLink::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CNetLink_IsValid_m766813040 (CNetLink_t2605986831 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { TcpClient_t822906377 * L_0 = __this->get_m_TcpClient_3(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { return (bool)G_B3_0; } } // System.Boolean DMCore.Net.CNetLink::Init(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CNetLink_Init_m1455686201 (CNetLink_t2605986831 * __this, String_t* ___serverIP0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetLink_Init_m1455686201_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetLink::Close() */, __this); TcpClient_t822906377 * L_0 = (TcpClient_t822906377 *)il2cpp_codegen_object_new(TcpClient_t822906377_il2cpp_TypeInfo_var); TcpClient__ctor_m1992471411(L_0, /*hidden argument*/NULL); __this->set_m_TcpClient_3(L_0); TcpClient_t822906377 * L_1 = __this->get_m_TcpClient_3(); NullCheck(L_1); Socket_t1119025450 * L_2 = TcpClient_get_Client_m139203108(L_1, /*hidden argument*/NULL); INetLink_SetKeepAlive_m261764816(NULL /*static, unused*/, L_2, (((int64_t)((int64_t)((int32_t)4000)))), (((int64_t)((int64_t)((int32_t)2000)))), /*hidden argument*/NULL); } IL_002d: try { // begin try (depth: 1) TcpClient_t822906377 * L_3 = __this->get_m_TcpClient_3(); String_t* L_4 = ___serverIP0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_5 = IPAddress_Parse_m2200822423(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); int32_t L_6 = ___port1; intptr_t L_7 = (intptr_t)CNetLink_OnEndConnect_m2634782169_RuntimeMethod_var; AsyncCallback_t3962456242 * L_8 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_8, __this, L_7, /*hidden argument*/NULL); TcpClient_t822906377 * L_9 = __this->get_m_TcpClient_3(); NullCheck(L_3); TcpClient_BeginConnect_m3532703723(L_3, L_5, L_6, L_8, L_9, /*hidden argument*/NULL); goto IL_0066; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0057; throw e; } CATCH_0057: { // begin catch(System.Object) __this->set_m_TcpClient_3((TcpClient_t822906377 *)NULL); V_0 = (bool)0; goto IL_0068; } // end catch (depth: 1) IL_0066: { return (bool)1; } IL_0068: { bool L_10 = V_0; return L_10; } } // System.Void DMCore.Net.CNetLink::Close() extern "C" IL2CPP_METHOD_ATTR void CNetLink_Close_m243783505 (CNetLink_t2605986831 * __this, const RuntimeMethod* method) { { TcpClient_t822906377 * L_0 = __this->get_m_TcpClient_3(); if (!L_0) { goto IL_0030; } } { __this->set_m_beforeClose_5((bool)1); TcpClient_t822906377 * L_1 = __this->get_m_TcpClient_3(); NullCheck(L_1); TcpClient_Close_m3817529922(L_1, /*hidden argument*/NULL); __this->set_m_TcpClient_3((TcpClient_t822906377 *)NULL); __this->set_m_beforeClose_5((bool)0); GC_Collect_m743975114(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_0030: { return; } } // System.Boolean DMCore.Net.CNetLink::Send(System.IO.MemoryStream,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CNetLink_Send_m1150124387 (CNetLink_t2605986831 * __this, MemoryStream_t94973147 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nSendLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetLink_Send_m1150124387_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; SocketException_t3852068672 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean DMCore.Net.INetLink::IsValid() */, __this); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: try { // begin try (depth: 1) TcpClient_t822906377 * L_1 = __this->get_m_TcpClient_3(); NullCheck(L_1); NetworkStream_t4071955934 * L_2 = TcpClient_GetStream_m960745678(L_1, /*hidden argument*/NULL); MemoryStream_t94973147 * L_3 = ___buffer0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(28 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_3); int32_t L_5 = ___nStartIndex1; int32_t L_6 = ___nSendLen2; intptr_t L_7 = (intptr_t)CNetLink_OnEndWriteBytes_m3391250019_RuntimeMethod_var; AsyncCallback_t3962456242 * L_8 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_8, __this, L_7, /*hidden argument*/NULL); MemoryStream_t94973147 * L_9 = ___buffer0; NullCheck(L_2); VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(23 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_2, L_4, L_5, L_6, L_8, L_9); TcpClient_t822906377 * L_10 = __this->get_m_TcpClient_3(); NullCheck(L_10); NetworkStream_t4071955934 * L_11 = TcpClient_GetStream_m960745678(L_10, /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Flush() */, L_11); V_0 = (bool)1; goto IL_00a9; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t3852068672_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004a; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0070; throw e; } CATCH_004a: { // begin catch(System.Net.Sockets.SocketException) V_1 = ((SocketException_t3852068672 *)__exception_local); SocketException_t3852068672 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_12); SocketException_t3852068672 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Runtime.InteropServices.ExternalException::get_ErrorCode() */, L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2181670832, L_13, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); goto IL_008b; } // end catch (depth: 1) CATCH_0070: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_19 = V_2; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral691924018, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); goto IL_008b; } // end catch (depth: 1) IL_008b: { VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetLink::Close() */, __this); ILinkListener_t2747206916 * L_22 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); if (!L_22) { goto IL_00a7; } } { ILinkListener_t2747206916 * L_23 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_23); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Net.ILinkListener::OnLinkFailed() */, L_23); } IL_00a7: { return (bool)0; } IL_00a9: { bool L_24 = V_0; return L_24; } } // System.Void DMCore.Net.CNetLink::OnEndConnect(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void CNetLink_OnEndConnect_m2634782169 (CNetLink_t2605986831 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetLink_OnEndConnect_m2634782169_MetadataUsageId); s_Il2CppMethodInitialized = true; } TcpClient_t822906377 * V_0 = NULL; bool V_1 = false; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B4_0 = 0; IL_0000: try { // begin try (depth: 1) { RuntimeObject* L_0 = ___ar0; NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_0); V_0 = ((TcpClient_t822906377 *)IsInstClass((RuntimeObject*)L_1, TcpClient_t822906377_il2cpp_TypeInfo_var)); TcpClient_t822906377 * L_2 = V_0; NullCheck(L_2); Socket_t1119025450 * L_3 = TcpClient_get_Client_m139203108(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } IL_0017: { TcpClient_t822906377 * L_4 = V_0; NullCheck(L_4); bool L_5 = TcpClient_get_Connected_m4171740171(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0028; } } IL_0022: { G_B4_0 = 1; goto IL_0029; } IL_0028: { G_B4_0 = 0; } IL_0029: { V_1 = (bool)G_B4_0; ILinkListener_t2747206916 * L_6 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0056; } } IL_0035: { bool L_7 = V_1; if (!L_7) { goto IL_004b; } } IL_003b: { ILinkListener_t2747206916 * L_8 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker0::Invoke(4 /* System.Void DMCore.Net.ILinkListener::OnLinkSuccess() */, L_8); goto IL_0056; } IL_004b: { ILinkListener_t2747206916 * L_9 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_9); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Net.ILinkListener::OnLinkFailed() */, L_9); } IL_0056: { bool L_10 = V_1; if (!L_10) { goto IL_0094; } } IL_005c: { TcpClient_t822906377 * L_11 = V_0; __this->set_m_TcpClient_3(L_11); TcpClient_t822906377 * L_12 = V_0; RuntimeObject* L_13 = ___ar0; NullCheck(L_12); TcpClient_EndConnect_m1433859801(L_12, L_13, /*hidden argument*/NULL); TcpClient_t822906377 * L_14 = __this->get_m_TcpClient_3(); NullCheck(L_14); NetworkStream_t4071955934 * L_15 = TcpClient_GetStream_m960745678(L_14, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = __this->get_m_Buffer_4(); intptr_t L_17 = (intptr_t)CNetLink_OnEndReadBytes_m3148608195_RuntimeMethod_var; AsyncCallback_t3962456242 * L_18 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_18, __this, L_17, /*hidden argument*/NULL); NullCheck(L_15); VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_15, L_16, 0, ((int32_t)4096), L_18, NULL); } IL_0094: { goto IL_00b4; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0099; throw e; } CATCH_0099: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_19 = V_2; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1339198480, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); goto IL_00b4; } // end catch (depth: 1) IL_00b4: { return; } } // System.Void DMCore.Net.CNetLink::OnEndReadBytes(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void CNetLink_OnEndReadBytes_m3148608195 (CNetLink_t2605986831 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetLink_OnEndReadBytes_m3148608195_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SocketException_t3852068672 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean DMCore.Net.INetLink::IsValid() */, __this); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = 0; } IL_000e: try { // begin try (depth: 1) { TcpClient_t822906377 * L_1 = __this->get_m_TcpClient_3(); NullCheck(L_1); NetworkStream_t4071955934 * L_2 = TcpClient_GetStream_m960745678(L_1, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); if (L_3) { goto IL_0033; } } IL_0023: { bool L_4 = __this->get_m_beforeClose_5(); if (!L_4) { goto IL_0033; } } IL_002e: { goto IL_010c; } IL_0033: { TcpClient_t822906377 * L_5 = __this->get_m_TcpClient_3(); NullCheck(L_5); NetworkStream_t4071955934 * L_6 = TcpClient_GetStream_m960745678(L_5, /*hidden argument*/NULL); RuntimeObject* L_7 = ___ar0; NullCheck(L_6); int32_t L_8 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(24 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_6, L_7); V_0 = L_8; int32_t L_9 = V_0; if ((((int32_t)1) <= ((int32_t)L_9))) { goto IL_006d; } } IL_004c: { VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetLink::Close() */, __this); ILinkListener_t2747206916 * L_10 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0068; } } IL_005d: { ILinkListener_t2747206916 * L_11 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Net.ILinkListener::OnLinkFailed() */, L_11); } IL_0068: { goto IL_010c; } IL_006d: { CNetReceiver_t1076104922 * L_12 = ((INetLink_t2717826932 *)__this)->get_m_Receiver_0(); ByteU5BU5D_t4116647657* L_13 = __this->get_m_Buffer_4(); int32_t L_14 = V_0; NullCheck(L_12); CNetReceiver_OnGetStream_m361994846(L_12, L_13, 0, L_14, /*hidden argument*/NULL); TcpClient_t822906377 * L_15 = __this->get_m_TcpClient_3(); NullCheck(L_15); NetworkStream_t4071955934 * L_16 = TcpClient_GetStream_m960745678(L_15, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_17 = __this->get_m_Buffer_4(); intptr_t L_18 = (intptr_t)CNetLink_OnEndReadBytes_m3148608195_RuntimeMethod_var; AsyncCallback_t3962456242 * L_19 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_19, __this, L_18, /*hidden argument*/NULL); NullCheck(L_16); VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_16, L_17, 0, ((int32_t)4096), L_19, NULL); goto IL_010c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t3852068672_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00af; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d5; throw e; } CATCH_00af: { // begin catch(System.Net.Sockets.SocketException) V_1 = ((SocketException_t3852068672 *)__exception_local); SocketException_t3852068672 * L_20 = V_1; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_20); SocketException_t3852068672 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Runtime.InteropServices.ExternalException::get_ErrorCode() */, L_22); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2553861418, L_21, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); goto IL_00f0; } // end catch (depth: 1) CATCH_00d5: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_27 = V_2; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral514436850, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); goto IL_00f0; } // end catch (depth: 1) IL_00f0: { VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetLink::Close() */, __this); ILinkListener_t2747206916 * L_30 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); if (!L_30) { goto IL_010c; } } { ILinkListener_t2747206916 * L_31 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Net.ILinkListener::OnLinkFailed() */, L_31); } IL_010c: { return; } } // System.Void DMCore.Net.CNetLink::OnEndWriteBytes(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void CNetLink_OnEndWriteBytes_m3391250019 (CNetLink_t2605986831 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetLink_OnEndWriteBytes_m3391250019_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemoryStream_t94973147 * V_0 = NULL; SocketException_t3852068672 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TcpClient_t822906377 * L_0 = __this->get_m_TcpClient_3(); NullCheck(L_0); NetworkStream_t4071955934 * L_1 = TcpClient_GetStream_m960745678(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = ___ar0; NullCheck(L_1); VirtActionInvoker1< RuntimeObject* >::Invoke(25 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_1, L_2); RuntimeObject* L_3 = ___ar0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_3); V_0 = ((MemoryStream_t94973147 *)CastclassClass((RuntimeObject*)L_4, MemoryStream_t94973147_il2cpp_TypeInfo_var)); MemoryStream_t94973147 * L_5 = V_0; if (!L_5) { goto IL_002b; } } IL_0023: { MemoryStream_t94973147 * L_6 = V_0; NullCheck(L_6); Stream_Dispose_m2589290611(L_6, /*hidden argument*/NULL); V_0 = (MemoryStream_t94973147 *)NULL; } IL_002b: { goto IL_008d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t3852068672_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0030; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0056; throw e; } CATCH_0030: { // begin catch(System.Net.Sockets.SocketException) V_1 = ((SocketException_t3852068672 *)__exception_local); SocketException_t3852068672 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_7); SocketException_t3852068672 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Runtime.InteropServices.ExternalException::get_ErrorCode() */, L_9); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral709421306, L_8, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); goto IL_0071; } // end catch (depth: 1) CATCH_0056: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_14 = V_2; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3556617970, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); goto IL_0071; } // end catch (depth: 1) IL_0071: { VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetLink::Close() */, __this); ILinkListener_t2747206916 * L_17 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); if (!L_17) { goto IL_008d; } } { ILinkListener_t2747206916 * L_18 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_18); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Net.ILinkListener::OnLinkFailed() */, L_18); } IL_008d: { return; } } // System.Boolean DMCore.Net.CNetLink::IsOnline() extern "C" IL2CPP_METHOD_ATTR bool CNetLink_IsOnline_m3057795126 (CNetLink_t2605986831 * __this, const RuntimeMethod* method) { int32_t G_B7_0 = 0; { TcpClient_t822906377 * L_0 = __this->get_m_TcpClient_3(); if (!L_0) { goto IL_001b; } } { TcpClient_t822906377 * L_1 = __this->get_m_TcpClient_3(); NullCheck(L_1); Socket_t1119025450 * L_2 = TcpClient_get_Client_m139203108(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } IL_001b: { return (bool)0; } IL_001d: { TcpClient_t822906377 * L_3 = __this->get_m_TcpClient_3(); NullCheck(L_3); Socket_t1119025450 * L_4 = TcpClient_get_Client_m139203108(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = Socket_Poll_m391414345(L_4, ((int32_t)10), 0, /*hidden argument*/NULL); if (!L_5) { goto IL_004a; } } { TcpClient_t822906377 * L_6 = __this->get_m_TcpClient_3(); NullCheck(L_6); Socket_t1119025450 * L_7 = TcpClient_get_Client_m139203108(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = Socket_get_Available_m356510663(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005f; } } IL_004a: { TcpClient_t822906377 * L_9 = __this->get_m_TcpClient_3(); NullCheck(L_9); Socket_t1119025450 * L_10 = TcpClient_get_Client_m139203108(L_9, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = Socket_get_Connected_m2875145796(L_10, /*hidden argument*/NULL); G_B7_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0); goto IL_0060; } IL_005f: { G_B7_0 = 1; } IL_0060: { return (bool)((((int32_t)G_B7_0) == ((int32_t)0))? 1 : 0); } } #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 DMCore.Net.CNetReceiver::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetReceiver__ctor_m1335029303 (CNetReceiver_t1076104922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver__ctor_m1335029303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_0, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_recivBuff_0(L_0); BetterList_1_t289316694 * L_1 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_1, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_TempBuf_1(L_1); return; } } // System.Void DMCore.Net.CNetReceiver::OnGetStream(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnGetStream_m361994846 (CNetReceiver_t1076104922 * __this, ByteU5BU5D_t4116647657* ___var0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver_OnGetStream_m361994846_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; uint8_t V_3 = 0x0; bool V_4 = false; int32_t G_B5_0 = 0; { int32_t L_0 = ___nLen2; if ((((int32_t)0) < ((int32_t)L_0))) { goto IL_0008; } } { return; } IL_0008: { BetterList_1_t289316694 * L_1 = __this->get_m_recivBuff_0(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); if (L_2) { goto IL_001e; } } { G_B5_0 = 0; goto IL_003b; } IL_001e: { BetterList_1_t289316694 * L_3 = __this->get_m_recivBuff_0(); BetterList_1_t289316694 * L_4 = __this->get_m_recivBuff_0(); NullCheck(L_4); int32_t L_5 = L_4->get_size_1(); NullCheck(L_3); uint8_t L_6 = BetterList_1_get_Item_m318494546(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/BetterList_1_get_Item_m318494546_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_7 = Help_IsEndFlag_m727407284(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_7)); } IL_003b: { V_0 = (bool)G_B5_0; V_1 = (bool)0; int32_t L_8 = ___nStartIndex1; V_2 = L_8; goto IL_007c; } IL_0045: { ByteU5BU5D_t4116647657* L_9 = ___var0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; BetterList_1_t289316694 * L_13 = __this->get_m_recivBuff_0(); uint8_t L_14 = V_3; NullCheck(L_13); BetterList_1_Add_m3689618584(L_13, L_14, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); uint8_t L_15 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_16 = Help_IsEndFlag_m727407284(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_4 = L_16; bool L_17 = V_4; if (!L_17) { goto IL_0075; } } { bool L_18 = V_0; if (!L_18) { goto IL_0075; } } { V_1 = (bool)1; int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_0083; } IL_0075: { bool L_20 = V_4; V_0 = L_20; int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007c: { int32_t L_22 = V_2; int32_t L_23 = ___nLen2; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0045; } } IL_0083: { bool L_24 = V_1; if (!L_24) { goto IL_009f; } } { CNetReceiver_ParseMessage_m1278601957(__this, /*hidden argument*/NULL); int32_t L_25 = V_2; int32_t L_26 = ___nLen2; if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_009f; } } { ByteU5BU5D_t4116647657* L_27 = ___var0; int32_t L_28 = V_2; int32_t L_29 = ___nLen2; CNetReceiver_OnGetStream_m361994846(__this, L_27, L_28, L_29, /*hidden argument*/NULL); } IL_009f: { return; } } // System.Void DMCore.Net.CNetReceiver::OnReceiveMsg(BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnReceiveMsg_m1573803191 (CNetReceiver_t1076104922 * __this, BetterList_1_t289316694 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver_OnReceiveMsg_m1573803191_MetadataUsageId); s_Il2CppMethodInitialized = true; } INetMsgBaseS2C_t126919271 * V_0 = NULL; { BetterList_1_t289316694 * L_0 = __this->get_m_TempBuf_1(); NullCheck(L_0); BetterList_1_Clear_m2496795138(L_0, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); BetterList_1_t289316694 ** L_1 = __this->get_address_of_m_TempBuf_1(); BetterList_1_t289316694 * L_2 = ___buffer0; int32_t L_3 = ___nStartIndex1; int32_t L_4 = ___nLen2; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_FormatReceiveNetStream_m2064661201(NULL /*static, unused*/, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 * L_5 = __this->get_m_TempBuf_1(); NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = L_5->get_buffer_0(); if (!L_6) { goto IL_0072; } } { BetterList_1_t289316694 * L_7 = __this->get_m_TempBuf_1(); NullCheck(L_7); int32_t L_8 = L_7->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0072; } } { BetterList_1_t289316694 * L_9 = __this->get_m_TempBuf_1(); NullCheck(L_9); ByteU5BU5D_t4116647657* L_10 = L_9->get_buffer_0(); BetterList_1_t289316694 * L_11 = __this->get_m_TempBuf_1(); NullCheck(L_11); int32_t L_12 = L_11->get_size_1(); INetMsgBaseS2C_t126919271 * L_13 = INetMsgBaseS2C_DeserialFromServer_m3877426234(NULL /*static, unused*/, L_10, 0, L_12, /*hidden argument*/NULL); V_0 = L_13; INetMsgBaseS2C_t126919271 * L_14 = V_0; if (!L_14) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(Singleton_1_t3098501191_il2cpp_TypeInfo_var); NetworkManager_t478833449 * L_15 = Singleton_1_get_Instance_m1324156550(NULL /*static, unused*/, /*hidden argument*/Singleton_1_get_Instance_m1324156550_RuntimeMethod_var); NullCheck(L_15); CNetService_t1201271315 * L_16 = NetworkManager_GetNetService_m455031442(L_15, /*hidden argument*/NULL); INetMsgBaseS2C_t126919271 * L_17 = V_0; NullCheck(L_16); CNetService_DispatchMessage_m4289082544(L_16, L_17, /*hidden argument*/NULL); } IL_006d: { goto IL_007c; } IL_0072: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral497383065, /*hidden argument*/NULL); } IL_007c: { return; } } // System.Void DMCore.Net.CNetReceiver::ParseMessage() extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_ParseMessage_m1278601957 (CNetReceiver_t1076104922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver_ParseMessage_m1278601957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 * L_0 = __this->get_m_recivBuff_0(); BetterList_1_t289316694 * L_1 = __this->get_m_recivBuff_0(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); CNetReceiver_OnReceiveMsg_m1573803191(__this, L_0, 0, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 * L_3 = __this->get_m_recivBuff_0(); NullCheck(L_3); BetterList_1_Clear_m2496795138(L_3, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); 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 // System.Void DMCore.Net.CNetServerConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig__ctor_m3381213502 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig__ctor_m3381213502_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TextAsset_t3022178571 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; bool V_3 = false; XmlElement_t561603118 * V_4 = NULL; XmlNodeList_t2551693786 * V_5 = NULL; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; String_t* V_8 = NULL; Exception_t * V_9 = NULL; String_t* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B4_0 = NULL; XmlNodeList_t2551693786 * G_B8_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_propProxy_2((CDataProperty_t2806246268 *)NULL); CDataProperty_t2806246268 * L_0 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_0, /*hidden argument*/NULL); __this->set_m_prop_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_1; V_0 = _stringLiteral1017091031; String_t* L_2 = V_0; Object_t631007953 * L_3 = Resources_Load_m3880010804(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_3, TextAsset_t3022178571_il2cpp_TypeInfo_var)); XmlDocument_t2837193595 * L_4 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_4, /*hidden argument*/NULL); V_2 = L_4; V_3 = (bool)0; } IL_0038: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlDocument_t2837193595 * L_5 = V_2; TextAsset_t3022178571 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = TextAsset_get_text_m2027878391(L_6, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_5, L_7); XmlDocument_t2837193595 * L_8 = V_2; if (!L_8) { goto IL_005a; } } IL_004a: { XmlDocument_t2837193595 * L_9 = V_2; NullCheck(L_9); XmlNode_t3767805227 * L_10 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_9); G_B4_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_10, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_005b; } IL_005a: { G_B4_0 = ((XmlElement_t561603118 *)(NULL)); } IL_005b: { V_4 = G_B4_0; XmlElement_t561603118 * L_11 = V_4; if (!L_11) { goto IL_011b; } } IL_0064: { XmlElement_t561603118 * L_12 = V_4; if (!L_12) { goto IL_0077; } } IL_006b: { XmlElement_t561603118 * L_13 = V_4; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_13); G_B8_0 = L_14; goto IL_0078; } IL_0077: { G_B8_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0078: { V_5 = G_B8_0; XmlNodeList_t2551693786 * L_15 = V_5; if (!L_15) { goto IL_008d; } } IL_0081: { XmlNodeList_t2551693786 * L_16 = V_5; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_16); if (L_17) { goto IL_0092; } } IL_008d: { IL2CPP_LEAVE(0x152, FINALLY_0137); } IL_0092: { XmlNodeList_t2551693786 * L_18 = V_5; bool L_19 = CNetServerConfig_CheckLinkConfig_m251908310(__this, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00af; } } IL_009f: { String_t* L_20 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00af; } } IL_00af: { V_6 = 0; goto IL_010d; } IL_00b7: { XmlNodeList_t2551693786 * L_22 = V_5; int32_t L_23 = V_6; NullCheck(L_22); XmlNode_t3767805227 * L_24 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_22, L_23); V_7 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_24, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_25 = V_7; if (L_25) { goto IL_00d3; } } IL_00ce: { goto IL_0107; } IL_00d3: { XmlElement_t561603118 * L_26 = V_7; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_26, _stringLiteral62725243); V_8 = L_27; String_t* L_28 = V_8; String_t* L_29 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_30 = String_Compare_m3735043349(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_0107; } } IL_00f3: { CDataProperty_t2806246268 * L_31 = __this->get_m_prop_1(); XmlElement_t561603118 * L_32 = V_7; NullCheck(L_31); CDataProperty_DeserialFromXml_m1844093992(L_31, L_32, /*hidden argument*/NULL); V_3 = (bool)1; goto IL_011b; } IL_0107: { int32_t L_33 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_010d: { int32_t L_34 = V_6; XmlNodeList_t2551693786 * L_35 = V_5; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_35); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_00b7; } } IL_011b: { IL2CPP_LEAVE(0x142, FINALLY_0137); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0120; throw e; } CATCH_0120: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); Exception_t * L_37 = V_9; NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_37); V_10 = L_38; String_t* L_39 = V_10; Tracer_LogError_m2639997090(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); IL2CPP_LEAVE(0x142, FINALLY_0137); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0137; } FINALLY_0137: { // begin finally (depth: 1) TextAsset_t3022178571 * L_40 = V_1; Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); V_1 = (TextAsset_t3022178571 *)NULL; V_2 = (XmlDocument_t2837193595 *)NULL; IL2CPP_END_FINALLY(311) } // end finally (depth: 1) IL2CPP_CLEANUP(311) { IL2CPP_JUMP_TBL(0x152, IL_0152) IL2CPP_JUMP_TBL(0x142, IL_0142) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0142: { bool L_41 = V_3; if (L_41) { goto IL_0152; } } { Tracer_LogError_m2639997090(NULL /*static, unused*/, _stringLiteral2113405506, /*hidden argument*/NULL); } IL_0152: { return; } } // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_GetInstance_m1865421617_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Instance_4(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_1 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_1; } IL_0010: { CNetServerConfig_t202072970 * L_2 = (CNetServerConfig_t202072970 *)il2cpp_codegen_object_new(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig__ctor_m3381213502(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->set_s_Instance_4(L_2); CNetServerConfig_t202072970 * L_3 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_3; } } // System.Boolean DMCore.Net.CNetServerConfig::IfAsQaVersion999() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IfAsQaVersion999_m4231909141 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_IfAsQaVersion999_m4231909141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_0 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); if (L_0) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_1 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_3 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); NullCheck(L_3); String_t* L_4 = String_Replace_m3726209165(L_3, ((int32_t)95), ((int32_t)46), /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = String_Trim_m923598732(L_4, /*hidden argument*/NULL); ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->set_s_Version_0(L_5); } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_6 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2684476099, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { return (bool)1; } IL_0047: { return (bool)0; } } // System.Boolean DMCore.Net.CNetServerConfig::IsValidProxy() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IsValidProxy_m4030729817 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { CDataProperty_t2806246268 * L_0 = __this->get_m_propProxy_2(); if (!L_0) { goto IL_001b; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_propProxy_2(); NullCheck(L_1); int32_t L_2 = CDataProperty_GetCount_m3325234687(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } IL_001b: { G_B4_0 = 0; goto IL_0022; } IL_0021: { G_B4_0 = 1; } IL_0022: { return (bool)G_B4_0; } } // System.String DMCore.Net.CNetServerConfig::ReplaceServerURL(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_ReplaceServerURL_m4059194231 (RuntimeObject * __this /* static, unused */, String_t* ___oldURL0, String_t* ___newURL1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_ReplaceServerURL_m4059194231_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; String_t* L_1 = ___oldURL0; bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { String_t* L_3 = ___newURL1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001e; } } IL_001c: { String_t* L_5 = V_0; return L_5; } IL_001e: { V_1 = 0; String_t* L_6 = ___oldURL0; NullCheck(L_6); bool L_7 = String_StartsWith_m1759067526(L_6, _stringLiteral1973861653, /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } { NullCheck(_stringLiteral289727540); int32_t L_8 = String_get_Length_m3847582255(_stringLiteral289727540, /*hidden argument*/NULL); V_1 = L_8; goto IL_007b; } IL_0040: { String_t* L_9 = ___oldURL0; NullCheck(L_9); bool L_10 = String_StartsWith_m1759067526(L_9, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_10) { goto IL_0060; } } { NullCheck(_stringLiteral3099255805); int32_t L_11 = String_get_Length_m3847582255(_stringLiteral3099255805, /*hidden argument*/NULL); V_1 = L_11; goto IL_007b; } IL_0060: { String_t* L_12 = ___oldURL0; NullCheck(L_12); bool L_13 = String_StartsWith_m1759067526(L_12, _stringLiteral228733076, /*hidden argument*/NULL); if (!L_13) { goto IL_007b; } } { NullCheck(_stringLiteral1447160011); int32_t L_14 = String_get_Length_m3847582255(_stringLiteral1447160011, /*hidden argument*/NULL); V_1 = L_14; } IL_007b: { int32_t L_15 = V_1; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_009e; } } { String_t* L_16 = ___oldURL0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = String_IndexOf_m2466398549(L_16, ((int32_t)47), L_17, /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = ___oldURL0; String_t* L_20 = ___oldURL0; int32_t L_21 = V_1; int32_t L_22 = V_2; int32_t L_23 = V_1; NullCheck(L_20); String_t* L_24 = String_Substring_m1610150815(L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); String_t* L_25 = ___newURL1; NullCheck(L_19); String_t* L_26 = String_Replace_m1273907647(L_19, L_24, L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_009e: { String_t* L_27 = V_0; return L_27; } } // System.String DMCore.Net.CNetServerConfig::RemoveSpecialChar(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_RemoveSpecialChar_m1360360370 (RuntimeObject * __this /* static, unused */, String_t* ___original0, Il2CppChar ___exceptChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_RemoveSpecialChar_m1360360370_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___original0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_0011: { String_t* L_3 = ___original0; Il2CppChar L_4 = ___exceptChar1; NullCheck(L_3); int32_t L_5 = String_IndexOf_m363431711(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0022; } } { String_t* L_7 = ___original0; return L_7; } IL_0022: { String_t* L_8 = ___original0; int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = String_Remove_m1524948975(L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void DMCore.Net.CNetServerConfig::SetURLProxy(System.String[]) extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig_SetURLProxy_m2449108802 (CNetServerConfig_t202072970 * __this, StringU5BU5D_t1281789340* ___proxyAll0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_SetURLProxy_m2449108802_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; List_1_t3319525431 * V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; String_t* V_9 = NULL; List_1_t3319525431 * V_10 = NULL; bool V_11 = false; String_t* V_12 = NULL; int32_t V_13 = 0; String_t* V_14 = NULL; bool V_15 = false; bool V_16 = false; bool V_17 = false; int32_t V_18 = 0; String_t* V_19 = NULL; String_t* V_20 = NULL; { __this->set_m_propProxy_2((CDataProperty_t2806246268 *)NULL); StringU5BU5D_t1281789340* L_0 = ___proxyAll0; if (!L_0) { goto IL_001f; } } { StringU5BU5D_t1281789340* L_1 = ___proxyAll0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((int32_t)7))) { goto IL_0020; } } { StringU5BU5D_t1281789340* L_2 = ___proxyAll0; NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)8))) { goto IL_0020; } } IL_001f: { return; } IL_0020: { V_0 = 0; goto IL_0057; } IL_0027: { StringU5BU5D_t1281789340* L_3 = ___proxyAll0; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0053; } } { StringU5BU5D_t1281789340* L_9 = ___proxyAll0; int32_t L_10 = V_0; StringU5BU5D_t1281789340* L_11 = ___proxyAll0; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; String_t* L_14 = (L_11)->GetAt(static_cast(L_13)); int32_t L_15 = V_1; NullCheck(L_14); String_t* L_16 = String_Remove_m1524948975(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_16); (L_9)->SetAt(static_cast(L_10), (String_t*)L_16); StringU5BU5D_t1281789340* L_17 = ___proxyAll0; int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0053; } } { return; } IL_0053: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0057: { int32_t L_23 = V_0; StringU5BU5D_t1281789340* L_24 = ___proxyAll0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0027; } } { StringU5BU5D_t1281789340* L_25 = ___proxyAll0; NullCheck(L_25); int32_t L_26 = 2; String_t* L_27 = (L_25)->GetAt(static_cast(L_26)); V_2 = L_27; StringU5BU5D_t1281789340* L_28 = ___proxyAll0; NullCheck(L_28); int32_t L_29 = 3; String_t* L_30 = (L_28)->GetAt(static_cast(L_29)); V_3 = L_30; StringU5BU5D_t1281789340* L_31 = ___proxyAll0; NullCheck(L_31); int32_t L_32 = 4; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); V_4 = L_33; CDataProperty_t2806246268 * L_34 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_34, /*hidden argument*/NULL); __this->set_m_propProxy_2(L_34); CDataProperty_t2806246268 * L_35 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_36 = ___proxyAll0; NullCheck(L_36); int32_t L_37 = 0; String_t* L_38 = (L_36)->GetAt(static_cast(L_37)); NullCheck(L_35); CDataProperty_Add_m1879965761(L_35, _stringLiteral1857640747, L_38, /*hidden argument*/NULL); V_5 = ((int32_t)2001); CDataProperty_t2806246268 * L_39 = __this->get_m_propProxy_2(); int32_t L_40 = V_5; NullCheck(L_39); CDataProperty_Add_m837145387(L_39, _stringLiteral1641314981, L_40, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_41 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_42 = ___proxyAll0; NullCheck(L_42); int32_t L_43 = 5; String_t* L_44 = (L_42)->GetAt(static_cast(L_43)); NullCheck(L_41); CDataProperty_Add_m1879965761(L_41, _stringLiteral1857640735, L_44, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_45 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_46 = ___proxyAll0; NullCheck(L_46); int32_t L_47 = 6; String_t* L_48 = (L_46)->GetAt(static_cast(L_47)); NullCheck(L_45); CDataProperty_Add_m1879965761(L_45, _stringLiteral78670843, L_48, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_49 = ___proxyAll0; NullCheck(L_49); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))) == ((uint32_t)8)))) { goto IL_00e6; } } { CDataProperty_t2806246268 * L_50 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_51 = ___proxyAll0; NullCheck(L_51); int32_t L_52 = 7; String_t* L_53 = (L_51)->GetAt(static_cast(L_52)); NullCheck(L_50); CDataProperty_Add_m1879965761(L_50, _stringLiteral3222463383, L_53, /*hidden argument*/NULL); } IL_00e6: { List_1_t3319525431 * L_54 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_54, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_6 = L_54; List_1_t3319525431 * L_55 = V_6; NullCheck(L_55); List_1_Add_m1685793073(L_55, _stringLiteral3278377697, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_56 = V_6; NullCheck(L_56); List_1_Add_m1685793073(L_56, _stringLiteral671283288, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_57 = V_6; NullCheck(L_57); List_1_Add_m1685793073(L_57, _stringLiteral1159150451, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_58 = V_6; NullCheck(L_58); List_1_Add_m1685793073(L_58, _stringLiteral201333861, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); V_7 = 0; goto IL_017d; } IL_0125: { List_1_t3319525431 * L_59 = V_6; int32_t L_60 = V_7; NullCheck(L_59); String_t* L_61 = List_1_get_Item_m953835688(L_59, L_60, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); V_8 = L_61; CDataProperty_t2806246268 * L_62 = __this->get_m_prop_1(); String_t* L_63 = V_8; NullCheck(L_62); bool L_64 = CDataProperty_Exist_m372773481(L_62, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_0177; } } { String_t* L_65 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_67 = CNetServerConfig_GetConfigString_m1508055105(__this, L_65, L_66, /*hidden argument*/NULL); String_t* L_68 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_69 = CNetServerConfig_ReplaceServerURL_m4059194231(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); V_9 = L_69; String_t* L_70 = V_9; bool L_71 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_0168; } } { goto IL_0177; } IL_0168: { CDataProperty_t2806246268 * L_72 = __this->get_m_propProxy_2(); String_t* L_73 = V_8; String_t* L_74 = V_9; NullCheck(L_72); CDataProperty_Add_m1879965761(L_72, L_73, L_74, /*hidden argument*/NULL); } IL_0177: { int32_t L_75 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_017d: { int32_t L_76 = V_7; List_1_t3319525431 * L_77 = V_6; NullCheck(L_77); int32_t L_78 = List_1_get_Count_m2276455407(L_77, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_76) < ((int32_t)L_78))) { goto IL_0125; } } { List_1_t3319525431 * L_79 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_79, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_10 = L_79; List_1_t3319525431 * L_80 = V_10; NullCheck(L_80); List_1_Add_m1685793073(L_80, _stringLiteral4058231383, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_81 = V_10; NullCheck(L_81); List_1_Add_m1685793073(L_81, _stringLiteral547868706, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_82 = V_10; NullCheck(L_82); List_1_Add_m1685793073(L_82, _stringLiteral3487531289, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_83 = V_10; NullCheck(L_83); List_1_Add_m1685793073(L_83, _stringLiteral3244639834, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); String_t* L_84 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_85 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_84, /*hidden argument*/NULL); if (L_85) { goto IL_036b; } } { V_11 = (bool)0; String_t* L_86 = V_3; V_12 = L_86; String_t* L_87 = V_12; NullCheck(L_87); int32_t L_88 = String_IndexOf_m363431711(L_87, ((int32_t)59), /*hidden argument*/NULL); V_13 = L_88; int32_t L_89 = V_13; if ((((int32_t)0) >= ((int32_t)L_89))) { goto IL_01f2; } } { String_t* L_90 = V_12; int32_t L_91 = V_13; NullCheck(L_90); String_t* L_92 = String_Substring_m1610150815(L_90, 0, L_91, /*hidden argument*/NULL); V_12 = L_92; } IL_01f2: { String_t* L_93 = V_3; NullCheck(L_93); String_t* L_94 = String_ToLower_m2029374922(L_93, /*hidden argument*/NULL); V_14 = L_94; V_15 = (bool)0; V_16 = (bool)0; V_17 = (bool)0; String_t* L_95 = V_14; NullCheck(L_95); bool L_96 = String_StartsWith_m1759067526(L_95, _stringLiteral1973861653, /*hidden argument*/NULL); if (!L_96) { goto IL_021c; } } { V_15 = (bool)1; goto IL_0249; } IL_021c: { String_t* L_97 = V_14; NullCheck(L_97); bool L_98 = String_StartsWith_m1759067526(L_97, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_98) { goto IL_0235; } } { V_16 = (bool)1; goto IL_0249; } IL_0235: { String_t* L_99 = V_14; NullCheck(L_99); bool L_100 = String_StartsWith_m1759067526(L_99, _stringLiteral228733076, /*hidden argument*/NULL); if (!L_100) { goto IL_0249; } } { V_17 = (bool)1; } IL_0249: { bool L_101 = V_15; if (L_101) { goto IL_025e; } } { bool L_102 = V_16; if (L_102) { goto IL_025e; } } { bool L_103 = V_17; if (!L_103) { goto IL_02d1; } } IL_025e: { V_11 = (bool)1; bool L_104 = V_15; if (!L_104) { goto IL_0280; } } { String_t* L_105 = V_12; String_t* L_106 = V_12; NullCheck(L_106); int32_t L_107 = String_get_Length_m3847582255(L_106, /*hidden argument*/NULL); NullCheck(L_105); String_t* L_108 = String_Substring_m1610150815(L_105, 8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)8)), /*hidden argument*/NULL); V_12 = L_108; goto IL_02b2; } IL_0280: { bool L_109 = V_16; if (!L_109) { goto IL_029f; } } { String_t* L_110 = V_12; String_t* L_111 = V_12; NullCheck(L_111); int32_t L_112 = String_get_Length_m3847582255(L_111, /*hidden argument*/NULL); NullCheck(L_110); String_t* L_113 = String_Substring_m1610150815(L_110, 7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_112, (int32_t)7)), /*hidden argument*/NULL); V_12 = L_113; goto IL_02b2; } IL_029f: { String_t* L_114 = V_12; String_t* L_115 = V_12; NullCheck(L_115); int32_t L_116 = String_get_Length_m3847582255(L_115, /*hidden argument*/NULL); NullCheck(L_114); String_t* L_117 = String_Substring_m1610150815(L_114, 6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)6)), /*hidden argument*/NULL); V_12 = L_117; } IL_02b2: { String_t* L_118 = V_12; NullCheck(L_118); int32_t L_119 = String_IndexOf_m363431711(L_118, ((int32_t)47), /*hidden argument*/NULL); V_13 = L_119; int32_t L_120 = V_13; if ((((int32_t)0) >= ((int32_t)L_120))) { goto IL_02d1; } } { String_t* L_121 = V_12; int32_t L_122 = V_13; NullCheck(L_121); String_t* L_123 = String_Substring_m1610150815(L_121, 0, L_122, /*hidden argument*/NULL); V_12 = L_123; } IL_02d1: { V_18 = 0; goto IL_035d; } IL_02d9: { List_1_t3319525431 * L_124 = V_10; int32_t L_125 = V_18; NullCheck(L_124); String_t* L_126 = List_1_get_Item_m953835688(L_124, L_125, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); V_19 = L_126; CDataProperty_t2806246268 * L_127 = __this->get_m_prop_1(); String_t* L_128 = V_19; NullCheck(L_127); bool L_129 = CDataProperty_Exist_m372773481(L_127, L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_0357; } } { String_t* L_130 = V_19; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_131 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral547868706, L_130, /*hidden argument*/NULL); if (L_131) { goto IL_0321; } } { bool L_132 = V_11; if (!L_132) { goto IL_0321; } } { CDataProperty_t2806246268 * L_133 = __this->get_m_propProxy_2(); String_t* L_134 = V_19; String_t* L_135 = V_3; NullCheck(L_133); CDataProperty_Add_m1879965761(L_133, L_134, L_135, /*hidden argument*/NULL); goto IL_0357; } IL_0321: { String_t* L_136 = V_19; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_137 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_138 = CNetServerConfig_GetConfigString_m1508055105(__this, L_136, L_137, /*hidden argument*/NULL); String_t* L_139 = V_12; IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_140 = CNetServerConfig_ReplaceServerURL_m4059194231(NULL /*static, unused*/, L_138, L_139, /*hidden argument*/NULL); V_20 = L_140; String_t* L_141 = V_20; bool L_142 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_0348; } } { goto IL_0357; } IL_0348: { CDataProperty_t2806246268 * L_143 = __this->get_m_propProxy_2(); String_t* L_144 = V_19; String_t* L_145 = V_20; NullCheck(L_143); CDataProperty_Add_m1879965761(L_143, L_144, L_145, /*hidden argument*/NULL); } IL_0357: { int32_t L_146 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); } IL_035d: { int32_t L_147 = V_18; List_1_t3319525431 * L_148 = V_10; NullCheck(L_148); int32_t L_149 = List_1_get_Count_m2276455407(L_148, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_147) < ((int32_t)L_149))) { goto IL_02d9; } } IL_036b: { return; } } // System.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method) { { CDataProperty_t2806246268 * L_0 = __this->get_m_propProxy_2(); if (!L_0) { goto IL_002a; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_propProxy_2(); String_t* L_2 = ___key0; NullCheck(L_1); bool L_3 = CDataProperty_Exist_m372773481(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { CDataProperty_t2806246268 * L_4 = __this->get_m_propProxy_2(); String_t* L_5 = ___key0; String_t* L_6 = ___defaultVal1; NullCheck(L_4); String_t* L_7 = CDataProperty_GetWideStr_m3656006276(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_002a: { return (String_t*)NULL; } } // System.Int32 DMCore.Net.CNetServerConfig::GetConfigInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CNetServerConfig_GetConfigInt_m1392106542 (CNetServerConfig_t202072970 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method) { { CDataProperty_t2806246268 * L_0 = __this->get_m_propProxy_2(); if (!L_0) { goto IL_002a; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_propProxy_2(); String_t* L_2 = ___key0; NullCheck(L_1); bool L_3 = CDataProperty_Exist_m372773481(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { CDataProperty_t2806246268 * L_4 = __this->get_m_propProxy_2(); String_t* L_5 = ___key0; int32_t L_6 = ___defaultVal1; NullCheck(L_4); int32_t L_7 = CDataProperty_GetInt_m1935343217(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_002a: { return (-1); } } // System.String DMCore.Net.CNetServerConfig::GetCurSetting() extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetCurSetting_m2790215808 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Setting_3(); return L_0; } } // System.Boolean DMCore.Net.CNetServerConfig::CheckLinkConfig(System.Xml.XmlNodeList) extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_CheckLinkConfig_m251908310 (CNetServerConfig_t202072970 * __this, XmlNodeList_t2551693786 * ___children0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_CheckLinkConfig_m251908310_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; String_t* V_3 = NULL; XmlElement_t561603118 * V_4 = NULL; CNetServerConfig_t202072970 * G_B14_0 = NULL; CNetServerConfig_t202072970 * G_B13_0 = NULL; String_t* G_B15_0 = NULL; CNetServerConfig_t202072970 * G_B15_1 = NULL; { V_0 = (bool)0; XmlNodeList_t2551693786 * L_0 = ___children0; if (!L_0) { goto IL_0013; } } { XmlNodeList_t2551693786 * L_1 = ___children0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_1); if (L_2) { goto IL_0015; } } IL_0013: { bool L_3 = V_0; return L_3; } IL_0015: { String_t* L_4 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0078; } } { V_1 = 0; goto IL_006c; } IL_002c: { XmlNodeList_t2551693786 * L_6 = ___children0; int32_t L_7 = V_1; NullCheck(L_6); XmlNode_t3767805227 * L_8 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_6, L_7); V_2 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_9 = V_2; if (L_9) { goto IL_0044; } } { goto IL_0068; } IL_0044: { XmlElement_t561603118 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_10, _stringLiteral62725243); V_3 = L_11; String_t* L_12 = V_3; String_t* L_13 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_14 = String_Compare_m3735043349(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0068; } } { V_0 = (bool)1; goto IL_0078; } IL_0068: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_006c: { int32_t L_16 = V_1; XmlNodeList_t2551693786 * L_17 = ___children0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_002c; } } IL_0078: { bool L_19 = V_0; if (L_19) { goto IL_00af; } } { XmlNodeList_t2551693786 * L_20 = ___children0; NullCheck(L_20); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_20, 0); V_4 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_22 = V_4; G_B13_0 = __this; if (!L_22) { G_B14_0 = __this; goto IL_00a5; } } { XmlElement_t561603118 * L_23 = V_4; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(42 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_23, _stringLiteral62725243); G_B15_0 = L_24; G_B15_1 = G_B13_0; goto IL_00aa; } IL_00a5: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B15_0 = L_25; G_B15_1 = G_B14_0; } IL_00aa: { NullCheck(G_B15_1); G_B15_1->set_m_Setting_3(G_B15_0); } IL_00af: { bool L_26 = V_0; return L_26; } } // System.Void DMCore.Net.CNetServerConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig__cctor_m135881162 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif