#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 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 VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 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); } }; 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 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 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); } }; 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 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); } }; 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct 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 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 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 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); } }; 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); } }; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // LocalLinkedEffect struct LocalLinkedEffect_t997770122; // BoneLinkBone struct BoneLinkBone_t3083848224; // UnityEngine.Transform struct Transform_t3600365921; // DMCore.Framework.Scene.CRoleModelItem_JwelData struct CRoleModelItem_JwelData_t633435960; // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.String struct String_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155; // DMCore.Framework.Resource.OnResourceResult struct OnResourceResult_t3899022047; // UnityEngine.Object struct Object_t631007953; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2800928763; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4097355377; // System.Collections.Generic.List`1 struct List_1_t913674750; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.Logic.MagicWorkShopMainManager struct MagicWorkShopMainManager_t420038521; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg struct CRoleModelItem_VehicleCfg_t3488277076; // DMCore.Framework.Scene.CVehicleRoleAnimName struct CVehicleRoleAnimName_t758558953; // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415; // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524; // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager struct CRoleModelItem_VehicleCfgManager_t2872767124; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2376990407; // DMCore.Framework.Scene.AvatarInfo struct AvatarInfo_t571832948; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // BetterList`1 struct BetterList_1_t2891587622; // DMCore.CMsgManager struct CMsgManager_t455955613; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940; // DMCore.IDataUnit struct IDataUnit_t677250155; // DMCore.CDataInt struct CDataInt_t1932658480; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.AudioSource struct AudioSource_t3935305588; // UnityEngine.AudioClip struct AudioClip_t3680889665; // DMCore.Logic.DanceSceneManager struct DanceSceneManager_t2271493662; // DMCore.Framework.Scene.CScenePropModel struct CScenePropModel_t3412795732; // DMCore.ILogicBase struct ILogicBase_t2190831891; // System.Collections.Generic.List`1 struct List_1_t2330697225; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Collections.Generic.List`1 struct List_1_t589903178; // System.Collections.Generic.List`1 struct List_1_t1151801416; // DMCore.CRoot struct CRoot_t1043641654; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1291192951; // DMCore.Framework.Scene.CSceneService/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2591041431; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2826796192; // DMCore.Framework.Scene.CSceneService/c__Iterator1 struct U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // DMCore.Framework.Scene.CSceneService/c__AnonStorey2 struct U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350; // System.Predicate`1 struct Predicate_1_t1683916607; // System.Predicate`1 struct Predicate_1_t3905400288; // System.Predicate`1 struct Predicate_1_t4238089856; // System.Predicate`1 struct Predicate_1_t505020798; // UnityEngine.Component struct Component_t1923634451; // System.NotSupportedException struct NotSupportedException_t1314879016; // DMCore.Framework.Scene.CSkeletonLinkManager struct CSkeletonLinkManager_t2292179394; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3959314207; // DMCore.Framework.Scene.CSkeletonLinkManager/stSkeletonInfo struct stSkeletonInfo_t775633580; // System.String[] struct StringU5BU5D_t1281789340; // DMCore.Framework.Scene.CSwingBone struct CSwingBone_t2419392790; // System.Collections.Generic.List`1 struct List_1_t3891467532; // System.Char[] struct CharU5BU5D_t3528271667; // BetterList`1 struct BetterList_1_t2755386239; // BetterList`1 struct BetterList_1_t2235126482; // System.Collections.Generic.List`1 struct List_1_t3319525431; // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330; // System.Collections.Generic.List`1 struct List_1_t2585711361; // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237; // DMCore.Framework.Scene.CInteractionRange struct CInteractionRange_t868014233; // UnityEngine.Camera struct Camera_t4157153871; // DMCore.Framework.Scene.CInteractionEvent struct CInteractionEvent_t1132726501; // DMCore.Framework.Scene.CInteractionCliderItem struct CInteractionCliderItem_t1940232150; // DMCore.Framework.Scene.CWalkRange struct CWalkRange_t2357921041; // DMCore.Framework.Scene.CInteractionStopEvent struct CInteractionStopEvent_t2995538871; // DMCore.Framework.Scene.CWalkMoveEvent struct CWalkMoveEvent_t1408489497; // DMCore.Framework.Scene.CWalkEvent struct CWalkEvent_t1212470810; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2275110594; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4142745948; // DMCore.Framework.Scene.DMTriangleClider struct DMTriangleClider_t2950399159; // DMCore.Framework.Scene.DMCliderBase struct DMCliderBase_t794824264; // DMCore.Framework.Scene.CInteractionCliderGroup struct CInteractionCliderGroup_t327998540; // UnityEngine.BoxCollider[] struct BoxColliderU5BU5D_t835877379; // DMCore.Framework.Scene.DMBoxClider struct DMBoxClider_t1454175840; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // DMCore.Logic.CRecreationManager struct CRecreationManager_t3180859335; // System.Collections.Generic.List`1 struct List_1_t2266899006; // UnityEngine.Collider struct Collider_t1773347010; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // 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.Transform[] struct TransformU5BU5D_t807237628; // UnityEngine.Animation[] struct AnimationU5BU5D_t4027794176; // UnityEngine.Animation struct Animation_t3648466861; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // UnityEngine.AnimationState struct AnimationState_t1108360407; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // DMCore.Framework.Scene.ISceneBaseObj/stTransformMove struct stTransformMove_t3640252682; // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930; // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // System.Collections.Generic.List`1 struct List_1_t1017553631; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // DMCore.Logic.CSuitAnimCfg struct CSuitAnimCfg_t328222487; // DMCore.Logic.CSuitAnimCfg/SuitData struct SuitData_t121943445; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // DMCore.Logic.RoleActionConfig struct RoleActionConfig_t1403548228; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867; // DMCore.Logic.shopModel struct shopModel_t101745799; // DMCore.Framework.Scene.CAvatarBinding struct CAvatarBinding_t1216096343; // DMCore.Logic.IdleActionManager struct IdleActionManager_t2375494644; // System.Type struct Type_t; // CQualifyingManager struct CQualifyingManager_t954001806; // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256; // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345; // UnityEngine.Texture2D struct Texture2D_t3840446185; // QualifyInfo struct QualifyInfo_t2809524376; // DMCore.Logic.CVipManager struct CVipManager_t269477008; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // DMCore.Logic.CTitleManager struct CTitleManager_t3025273230; // DMCore.Logic.CTitleManager/CTitleDesc struct CTitleDesc_t1213620943; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // 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.UIHelp._OnSlider struct _OnSlider_t2713017179; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DMCore.Framework.UIHelp.uiHelpAutoFolding struct uiHelpAutoFolding_t1544799393; // System.Collections.Generic.List`1 struct List_1_t3872116205; // DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem struct stAttachedItem_t2400041463; // DMCore.Framework.UIHelp.uiHelpDMSlider struct uiHelpDMSlider_t3767831041; // DMCore.Framework.UIHelp.uiHelpSliderItem struct uiHelpSliderItem_t1334750846; // System.Action`1 struct Action_1_t1286104214; // UIEventListener struct UIEventListener_t1665237878; // System.Action`2 struct Action_2_t4266817756; // System.Action`2 struct Action_2_t3782157935; // System.Delegate struct Delegate_t1188392813; // System.Action`2 struct Action_2_t2030792018; // System.Action`2 struct Action_2_t1546132197; // 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; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // DMCore.Framework.URL.OnUrlGetTaskDown struct OnUrlGetTaskDown_t3730717116; // DMCore.Framework.URL.CURLManager/CURLResData struct CURLResData_t1244445032; // DMCore.Framework.Web.FitfunWebHelp struct FitfunWebHelp_t2909657851; // DMCore.Framework.XML.DMXmlSerial struct DMXmlSerial_t1029243897; // BetterList`1 struct BetterList_1_t3113987842; // 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t422021773; // CMorphImpl struct CMorphImpl_t3828941509; // UnityEngine.Material struct Material_t340375123; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // DMCore.Framework.Scene.CRoleModelItem[] struct CRoleModelItemU5BU5D_t4023173423; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3627512267; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // CBetterSet`1> struct CBetterSet_1_t1416977057; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3270456118; // BetterList`1 struct BetterList_1_t2105966071; // CQualifyingManager/CallBack struct CallBack_t4012644998; // System.Collections.Generic.List`1 struct List_1_t4281599118; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4066855417; // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760; // DMCore.OnEventCall struct OnEventCall_t3758354630; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2735467829; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2910090473; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1790591762; // System.Predicate`1 struct Predicate_1_t2672744813; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t255862997; // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData struct roleModelItemEffectData_t1367149666; // DMCore.Framework.Scene.ISceneBaseObj/stTransformMove[] struct stTransformMoveU5BU5D_t3302555535; // DMCore.Framework.Scene.CSkeletonLinkManager/stSkeletonInfo[] struct stSkeletonInfoU5BU5D_t600049957; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t204388801; // DMCore.Framework.Scene.ISceneNpcBase[] struct ISceneNpcBaseU5BU5D_t1344706087; // 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; // DMCore.Framework.Scene.DMCliderBase[] struct DMCliderBaseU5BU5D_t579192729; // System.Collections.Generic.List`1 struct List_1_t2051261444; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4013585537; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t828945481; // System.Collections.Generic.List`1 struct List_1_t4246034554; // System.Int64[] struct Int64U5BU5D_t2559172825; // DMCore.Framework.Scene.CWalkEvent[] struct CWalkEventU5BU5D_t1338219583; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1548932026; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2109020210; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3511679167; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // DMCore.Framework.XML.DMXmlNode[] struct DMXmlNodeU5BU5D_t4275982093; // DMCore.Framework.URL.CURLManager/CURLPostData[] struct CURLPostDataU5BU5D_t4042832637; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // 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.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // DMCore.Framework.XML.DMXmlNode/DMXmlAttribute[] struct DMXmlAttributeU5BU5D_t367334641; // System.Collections.Generic.List`1 struct List_1_t3326345499; // UIAtlas struct UIAtlas_t3195533529; // DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem[] struct stAttachedItemU5BU5D_t2946655310; // 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.Framework.Scene.CScenePropModel[] struct CScenePropModelU5BU5D_t2344921821; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg[] struct CRoleModelItem_VehicleCfgU5BU5D_t3073426909; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2677765753; // DMCore.Framework.Scene.CVehicleRoleAnimName[] struct CVehicleRoleAnimNameU5BU5D_t2303117652; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CSkeletonSite/stSkeltonTrans[] struct stSkeltonTransU5BU5D_t2773511002; // DMCore.Framework.Scene.CSwingBone[] struct CSwingBoneU5BU5D_t1602476499; // DMCore.Framework.Movie.CBillBoardEffect[] struct CBillBoardEffectU5BU5D_t1295527346; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // LocalLinkedEffect[] struct LocalLinkedEffectU5BU5D_t1490066191; // BoneLinkBone[] struct BoneLinkBoneU5BU5D_t2682923361; // System.Collections.Generic.List`1 struct List_1_t3161103705; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t1459789899; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t1064128743; // DMCore.Framework.Scene.CRoleModelItem_SuitConfig[] struct CRoleModelItem_SuitConfigU5BU5D_t153341273; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4052647413; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Collections.Generic.List`1 struct List_1_t3662906633; // DMCore.Framework.Scene.ISceneBaseObj[] struct ISceneBaseObjU5BU5D_t2212701250; // System.Void struct Void_t1185182177; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3305624072; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t3311957831; // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909; // System.Collections.Generic.List`1 struct List_1_t876647579; // DMCore.Logic.CTitleManager/ChangeTitle struct ChangeTitle_t584768798; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1574409016; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t1972936122; // System.Text.Decoder struct Decoder_t2204182725; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t863209702; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth struct OnConfirmChooseCloth_t3730002751; // CDataModelInt struct CDataModelInt_t3463393640; // CDataModelBool struct CDataModelBool_t2269476966; // CDataModelMap struct CDataModelMap_t1093164792; // System.Collections.Generic.List`1 struct List_1_t4014798088; // ScenePersonalWndShop/OnClickMsgCallBack struct OnClickMsgCallBack_t2526724959; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.IWebProxy struct IWebProxy_t688979836; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.Net.CookieCollection struct CookieCollection_t3881042616; // System.Version struct Version_t3456873960; // System.Net.CookieContainer struct CookieContainer_t2331592909; // 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; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1064504691; // System.Action struct Action_t1264377477; // UICamera/MouseOrTouch struct MouseOrTouch_t3052596533; // System.Collections.Generic.List`1 struct List_1_t2828513613; // System.Collections.Generic.List`1 struct List_1_t2833680200; // UICamera/MouseOrTouch[] struct MouseOrTouchU5BU5D_t3534648920; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1941309864; // System.Comparison`1 struct Comparison_1_t830933145; // System.Comparison`1 struct Comparison_1_t1131370050; // System.Action`1 struct Action_1_t1569734369; // DMProcessBar struct DMProcessBar_t1457963892; // UIPanel struct UIPanel_t1716472341; // System.Collections.Generic.List`1 struct List_1_t777473367; // System.Action`2 struct Action_2_t1271829269; // System.Action`2 struct Action_2_t988199114; // System.Action`2 struct Action_2_t1722013184; // System.Action`2 struct Action_2_t2473856772; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfig__ctor_m3461178108_MetadataUsageId; extern const uint32_t CRoleModelItem_SuitConfig__ctor_m4058948572_MetadataUsageId; extern RuntimeClass* CItemManager_t2289463753_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1900695834; extern const uint32_t CRoleModelItem_SuitConfig_GetConfigPath_m3204209267_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* OnResourceResult_t3899022047_il2cpp_TypeInfo_var; extern const RuntimeMethod* CRoleModelItem_SuitConfigManager_OnResourceResult_m3105477239_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfig_Check_m1498089877_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2269680114_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern String_t* _stringLiteral1949155672; extern const uint32_t CRoleModelItem_SuitConfig_OnResEnd_m522746073_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfig_GetItemID_m2687720188_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfig_GetItemCount_m225672488_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2800928763_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t4097355377_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1550042471_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1256123226_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfigManager__ctor_m2255259749_MetadataUsageId; extern RuntimeClass* CRoleModelItem_SuitConfigManager_t3017667155_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelItem_SuitConfigManager_GetInstance_m3634792590_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1035338584_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399_MetadataUsageId; extern RuntimeClass* List_1_t913674750_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m786557511_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m679968318_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m358737454_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3581340774_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m534577284_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfigManager_TryWearSuit_m4162724810_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m728796249_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m636579767_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfigManager_Clear_m1849462708_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3814898732_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2237906497_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2696058023_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m2263351017_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfigManager_OnResourceResult_m3105477239_MetadataUsageId; extern RuntimeClass* MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelItem_SuitConfigManager_OnResEndCallBack_m2755912453_MetadataUsageId; extern RuntimeClass* CRoleModelItem_SuitConfig_t3912215432_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m660775876_RuntimeMethod_var; extern const uint32_t CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974_MetadataUsageId; extern RuntimeClass* CVehicleRoleAnimNameU5BU5D_t2303117652_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelItem_VehicleCfg__ctor_m3905847791_MetadataUsageId; extern RuntimeClass* CVehicleRoleAnimName_t758558953_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1563255168; extern String_t* _stringLiteral2600665179; extern String_t* _stringLiteral1619347993; extern String_t* _stringLiteral3301719456; extern const uint32_t CRoleModelItem_VehicleCfg_OnDeserial_m61699312_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2376990407_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m388886731_RuntimeMethod_var; extern const uint32_t CRoleModelItem_VehicleCfgManager__ctor_m2740800301_MetadataUsageId; extern RuntimeClass* CRoleModelItem_VehicleCfgManager_t2872767124_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774_MetadataUsageId; extern RuntimeClass* CRoleModelItem_VehicleCfg_t3488277076_il2cpp_TypeInfo_var; extern RuntimeClass* CAvatarHelp_t2646807904_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2652301889_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m4002179210_RuntimeMethod_var; extern const RuntimeMethod* CRoleModelItem_VehicleCfgManager_OnResourceResult_m1182753675_RuntimeMethod_var; extern String_t* _stringLiteral3291518284; extern const uint32_t CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m2146372387_RuntimeMethod_var; extern const uint32_t CRoleModelItem_VehicleCfgManager_OnResourceResult_m1182753675_MetadataUsageId; extern RuntimeClass* CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var; extern String_t* _stringLiteral451437530; extern String_t* _stringLiteral990895520; extern const uint32_t CRoleVehicleLogic_GetRoleVehicleState_m4165015535_MetadataUsageId; extern const uint32_t CRoleVehicleLogic_GetMainRoleVehicleState_m3990844573_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m3140183444_RuntimeMethod_var; extern String_t* _stringLiteral3122008778; extern const uint32_t CRoleVehicleLogic_SendInvitePartner_m3391741667_MetadataUsageId; extern const uint32_t CRoleVehicleLogic_SendKickPartner_m3184282927_MetadataUsageId; extern const uint32_t CRoleVehicleLogic_SendLeaveVehicle_m3861356803_MetadataUsageId; extern const uint32_t CRoleVehicleLogic_SendRespondInvite_m2503623065_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* CRoleVehicleLogic__OnCallBackInviteResult_m2930307701_RuntimeMethod_var; extern String_t* _stringLiteral345825936; extern String_t* _stringLiteral4109829271; extern String_t* _stringLiteral4109894807; extern const uint32_t CRoleVehicleLogic_OnServerMsgInvite_m4283296385_MetadataUsageId; extern const uint32_t CRoleVehicleLogic__OnCallBackInviteResult_m2930307701_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern const uint32_t CRoleVehicleLogic__cctor_m25043020_MetadataUsageId; extern String_t* _stringLiteral2037568315; extern const uint32_t CSceneModelObj_Reload_m3283027637_MetadataUsageId; extern const uint32_t CSceneModelObj_Destroy_m2915148614_MetadataUsageId; extern RuntimeClass* CDataInt_t1932658480_il2cpp_TypeInfo_var; extern const uint32_t CSceneModelObj_OnUserPropChangeBefore_m4132622181_MetadataUsageId; extern RuntimeClass* AudioClip_t3680889665_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var; extern String_t* _stringLiteral2522787689; extern String_t* _stringLiteral2003711464; extern String_t* _stringLiteral3451238364; extern String_t* _stringLiteral1225903039; extern String_t* _stringLiteral3180909011; extern const uint32_t CSceneModelObj_SubmitToScene_m470957089_MetadataUsageId; extern const uint32_t CSceneModelObj_IsMusicReady_m43506414_MetadataUsageId; extern const uint32_t CSceneModelObj_PreLoadMusic_m2735864573_MetadataUsageId; extern RuntimeClass* DanceSceneManager_t2271493662_il2cpp_TypeInfo_var; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2441398634; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral2708044729; extern String_t* _stringLiteral2128222699; extern String_t* _stringLiteral2417289637; extern const uint32_t CSceneModelObj_GetSceneModelPath_m1819352666_MetadataUsageId; extern RuntimeClass* CScenePropModel_t3412795732_il2cpp_TypeInfo_var; extern const uint32_t CScenePropModel__ctor_m191107269_MetadataUsageId; extern String_t* _stringLiteral3571324100; extern String_t* _stringLiteral3808956572; extern const uint32_t CScenePropModel_SetPropID_m824714894_MetadataUsageId; extern RuntimeClass* List_1_t2330697225_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t589903178_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1151801416_il2cpp_TypeInfo_var; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4281055953_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3872670482_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2555822532_RuntimeMethod_var; extern const uint32_t CSceneService__ctor_m3627959225_MetadataUsageId; extern RuntimeClass* U3CGetEnumeratorU3Ec__Iterator0_t2591041431_il2cpp_TypeInfo_var; extern const uint32_t CSceneService_GetEnumerator_m662745731_MetadataUsageId; extern RuntimeClass* U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683_il2cpp_TypeInfo_var; extern const uint32_t CSceneService_GetRoleEnumerator_m432970706_MetadataUsageId; extern const uint32_t CSceneService_GetRoot_m2613761818_MetadataUsageId; extern String_t* _stringLiteral287567133; extern const uint32_t CSceneService_GetRoleRoot_m1645653445_MetadataUsageId; extern String_t* _stringLiteral25856381; extern const uint32_t CSceneService_GetScenePointTrans_m1104265267_MetadataUsageId; extern String_t* _stringLiteral3640668268; extern const uint32_t CSceneService_GetSwimmingPointTrans_m3495401921_MetadataUsageId; extern const uint32_t CSceneService_SetSceneID_m2003638378_MetadataUsageId; extern String_t* _stringLiteral840214861; extern String_t* _stringLiteral3500937908; extern const uint32_t CSceneService_BeforeChangeScene_m299274630_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1301629823_RuntimeMethod_var; extern const uint32_t CSceneService_GetRoleNum_m2909813266_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m442347136_RuntimeMethod_var; extern const uint32_t CSceneService_GetRoleObj_m3880305570_MetadataUsageId; extern const uint32_t CSceneService_GetRoleReadyNum_m1441549904_MetadataUsageId; extern const uint32_t CSceneService_GetRoleValidNum_m2742608372_MetadataUsageId; extern RuntimeClass* CImageHelp_t3694350091_il2cpp_TypeInfo_var; extern const uint32_t CSceneService_OnPaintEnd_m2076656791_MetadataUsageId; extern const uint32_t CSceneService_OnAfterUpdate_m2682086365_MetadataUsageId; extern RuntimeClass* CMainRole_t4200562839_il2cpp_TypeInfo_var; extern RuntimeClass* CSceneModelObj_t2681526009_il2cpp_TypeInfo_var; extern RuntimeClass* ISceneBaseObj_t858622483_il2cpp_TypeInfo_var; extern RuntimeClass* CPetModel_t3783790547_il2cpp_TypeInfo_var; extern RuntimeClass* enumSceneObjType_t2879723971_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m1566169173_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4065112026_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2999598068_RuntimeMethod_var; extern String_t* _stringLiteral327378351; extern const uint32_t CSceneService_CreateGameObj_m958236987_MetadataUsageId; extern RuntimeClass* U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1683916607_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t4238089856_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t505020798_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__0_m4007943066_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2615548371_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2006048491_RuntimeMethod_var; extern const RuntimeMethod* U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__1_m97470413_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1181677812_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m745184328_RuntimeMethod_var; extern const RuntimeMethod* U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__2_m2257658120_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m868389319_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2686171262_RuntimeMethod_var; extern const uint32_t CSceneService_GetSceneBaseObj_m1922388889_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3630365583_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m375102503_RuntimeMethod_var; extern const uint32_t CSceneService_ReloadAllNpc_m3535062408_MetadataUsageId; extern const uint32_t CSceneService_GetSceneBaseObj_m2557609236_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1263104573_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2098715086_RuntimeMethod_var; extern const uint32_t CSceneService_FindGameObj_m3328962034_MetadataUsageId; extern const uint32_t CSceneService_FindGameObj_m1604481576_MetadataUsageId; extern const uint32_t CSceneService_FindRoleByUserID_m4171044813_MetadataUsageId; extern const uint32_t CSceneService_FindPropItemByClientIndex_m1400825125_MetadataUsageId; extern const uint32_t CSceneService_FindFirstPropItemByPropID_m4157450428_MetadataUsageId; extern RuntimeClass* ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var; extern const uint32_t CSceneService_FindSceneNpc_m737840778_MetadataUsageId; extern const RuntimeMethod* List_1_RemoveAt_m1156949756_RuntimeMethod_var; extern const uint32_t CSceneService_DestroyRoleObj_m3016152155_MetadataUsageId; extern const RuntimeMethod* List_1_RemoveAt_m3532569404_RuntimeMethod_var; extern const uint32_t CSceneService_DestroyPropItemByIndex_m3128986542_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m481640087_RuntimeMethod_var; extern const uint32_t CSceneService_DestroyNpcObj_m4182923727_MetadataUsageId; extern const uint32_t CSceneService_DestroyNpcObj_m618051822_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2740056926_RuntimeMethod_var; extern const uint32_t CSceneService_DestroyRoles_m2240441188_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3574113261_RuntimeMethod_var; extern const uint32_t CSceneService_DestroyPropItems_m930065990_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3208135515_RuntimeMethod_var; extern const uint32_t CSceneService_DestroyNpc_m2384329419_MetadataUsageId; extern const uint32_t CSceneService_OnAllReady_m3957566772_MetadataUsageId; extern String_t* _stringLiteral2706406329; extern const uint32_t CSceneService_LoadScene_m2415639068_MetadataUsageId; extern String_t* _stringLiteral897224154; extern const uint32_t CSceneService_LoadMainRole_m2366359719_MetadataUsageId; extern const uint32_t CSceneService_FindSceneOtherObj_m3685607234_MetadataUsageId; extern const uint32_t CSceneService_FindPropItemByName_m2401906474_MetadataUsageId; extern const uint32_t CSceneService_FindPropItemIndex_m25841394_MetadataUsageId; extern const uint32_t CSceneService_FindRoleObjIndex_m2094350943_MetadataUsageId; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m971130781_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3637483300_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3637483300_MetadataUsageId; extern const uint32_t U3CGetRoleEnumeratorU3Ec__Iterator1_MoveNext_m948758409_MetadataUsageId; extern const RuntimeMethod* U3CGetRoleEnumeratorU3Ec__Iterator1_Reset_m3737411608_RuntimeMethod_var; extern const uint32_t U3CGetRoleEnumeratorU3Ec__Iterator1_Reset_m3737411608_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3959314207_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3361324987_RuntimeMethod_var; extern const uint32_t CSkeletonLinkManager__ctor_m127234771_MetadataUsageId; extern RuntimeClass* CSkeletonLinkManager_t2292179394_il2cpp_TypeInfo_var; extern const uint32_t CSkeletonLinkManager_GetInstance_m2601634633_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* stSkeletonInfo_t775633580_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2075264053_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2658242930_RuntimeMethod_var; extern String_t* _stringLiteral4258820724; extern String_t* _stringLiteral2169327515; extern String_t* _stringLiteral4107593198; extern String_t* _stringLiteral1180587857; extern String_t* _stringLiteral1180587860; extern String_t* _stringLiteral3571335518; extern String_t* _stringLiteral228405400; extern String_t* _stringLiteral1628612581; extern String_t* _stringLiteral1979778839; extern const uint32_t CSkeletonLinkManager_GetLinkBoneName_m521338084_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3891467532_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3518467605_RuntimeMethod_var; extern const uint32_t CSwingBone__ctor_m2473404392_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m1382146713_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m605179699_RuntimeMethod_var; extern const uint32_t CSwingBone_set_Drag_m1289112740_MetadataUsageId; extern const uint32_t CSwingBone_set_AngelDrag_m3989131750_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* CSwingBone_t2419392790_il2cpp_TypeInfo_var; extern String_t* _stringLiteral695383702; extern String_t* _stringLiteral1700053362; extern String_t* _stringLiteral2910038013; extern const uint32_t CSwingBone_FindSwingBones_m2480540155_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m1026899485_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m2248580485_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3104460585_RuntimeMethod_var; extern const uint32_t CSwingBone_BuildSwingBone_m339631762_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m921421815_RuntimeMethod_var; extern const uint32_t CSwingBone_OnInit_m3281322057_MetadataUsageId; extern const uint32_t CSwingBone_UpdateBone_m1889712327_MetadataUsageId; extern RuntimeClass* BetterList_1_t2755386239_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m1957795308_RuntimeMethod_var; extern const uint32_t CSwingBone__cctor_m1322143164_MetadataUsageId; extern String_t* _stringLiteral3300968004; extern String_t* _stringLiteral3540494311; extern String_t* _stringLiteral3446402805; extern const uint32_t CVehicleRoleAnimName__ctor_m989105362_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const uint32_t CVehicleRoleAnimName_GetCoordinatePlayName_m781623229_MetadataUsageId; extern const uint32_t CVehicleRoleAnimName_GetRandomPlayName_m4232037906_MetadataUsageId; extern const uint32_t CVehicleRoleAnimName_IsResourceReady_m840680110_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const uint32_t CVehicleRoleAnimName_PushPlayAnimName_m1788548181_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2585711361_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3526297712_RuntimeMethod_var; extern const uint32_t CWalkCamera__ctor_m1230390696_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m740911703_RuntimeMethod_var; extern const uint32_t CWalkCamera_Clear_m1189001900_MetadataUsageId; extern RuntimeClass* CWalkManager_t3228361237_il2cpp_TypeInfo_var; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const uint32_t CWalkCamera_SetEnable_m12329853_MetadataUsageId; extern const uint32_t CWalkCamera_SetFollowCamera_m3257888760_MetadataUsageId; extern const uint32_t CWalkCamera_FlushFollowCamera_m20976819_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m4222374550_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m989991498_RuntimeMethod_var; extern const uint32_t CWalkCamera_PushExceptUICollider_m3403663474_MetadataUsageId; extern const uint32_t CWalkCamera_OnTick_m2988549695_MetadataUsageId; extern RuntimeClass* CWalkCamera_t1176337330_il2cpp_TypeInfo_var; extern const uint32_t CWalkCamera_SetCameraFollowDistance_m1752278264_MetadataUsageId; extern const uint32_t CWalkCamera_GetCameraFollowDistance_m1689981930_MetadataUsageId; extern const uint32_t CWalkCamera_DoWatchForwardPos_m2886247474_MetadataUsageId; extern const uint32_t CWalkCamera_ClamRotation_m2416423176_MetadataUsageId; extern RuntimeClass* UICamera_t1356438871_il2cpp_TypeInfo_var; extern RuntimeClass* DMListView_t512231514_il2cpp_TypeInfo_var; extern RuntimeClass* CInputHelp_t1757450660_il2cpp_TypeInfo_var; extern RuntimeClass* CInteractionEvent_t1132726501_il2cpp_TypeInfo_var; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var; extern String_t* _stringLiteral1290893788; extern String_t* _stringLiteral809494744; extern String_t* _stringLiteral3478854286; extern String_t* _stringLiteral1568738744; extern String_t* _stringLiteral3501725476; extern const uint32_t CWalkCamera_OnTickClk_m2114590345_MetadataUsageId; extern RuntimeClass* CInteractionStopEvent_t2995538871_il2cpp_TypeInfo_var; extern const uint32_t CWalkCamera_SendMsg_StopInteraction_m3792036855_MetadataUsageId; extern const uint32_t CWalkCamera_SendMsg_Move_m2980338678_MetadataUsageId; extern RuntimeClass* CWalkMoveEvent_t1408489497_il2cpp_TypeInfo_var; extern const uint32_t CWalkCamera_SendMsg_Move_m786141635_MetadataUsageId; extern const uint32_t CWalkCamera_OnTickRotate_m1828673234_MetadataUsageId; extern const uint32_t CWalkCamera_GetTargetRoleCameraForward_m2745293210_MetadataUsageId; extern const uint32_t CWalkCamera_OnFlushCameraTrans_m3434207043_MetadataUsageId; extern const uint32_t CWalkCamera__cctor_m902581355_MetadataUsageId; extern const uint32_t CWalkEvent__ctor_m2524678992_MetadataUsageId; extern const uint32_t CWalkEvent_GetWalkEvtIns_m2895470799_MetadataUsageId; extern String_t* _stringLiteral2579912073; extern const uint32_t CWalkEvent_OnTickMove_m2897709827_MetadataUsageId; extern String_t* _stringLiteral1105592703; extern String_t* _stringLiteral3101201820; extern String_t* _stringLiteral2666546297; extern String_t* _stringLiteral3198925727; extern const uint32_t CWalkEvent_OnInit_m247998893_MetadataUsageId; 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 const uint32_t CWalkManager_GetInstance_m2470367946_MetadataUsageId; extern const uint32_t CWalkManager_get_EnableChangeModel_m492159633_MetadataUsageId; 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* DMTriangleClider_t2950399159_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* _stringLiteral1943855588; 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 uint32_t CWalkManager_OnTick_m538879698_MetadataUsageId; extern const uint32_t CWalkManager_ProcessFollowTarget_m1935230792_MetadataUsageId; extern const uint32_t CWalkMoveEvent_SendMsg_m2778224424_MetadataUsageId; extern RuntimeClass* uiWaitingRoom_t4262146884_il2cpp_TypeInfo_var; extern const uint32_t CWalkMoveEvent_OnStop_m3807332973_MetadataUsageId; extern const uint32_t CWalkMoveEvent_OnStart_m604427728_MetadataUsageId; 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* CAnimSite_t233742424_il2cpp_TypeInfo_var; extern RuntimeClass* CSkeletonSite_t1178137573_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t817360128_il2cpp_TypeInfo_var; extern RuntimeClass* CRoleEffectManager_t3637256918_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_HoldResources_m37748790_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054_RuntimeMethod_var; extern const uint32_t ISceneBaseObj_SetLayer_m2502970106_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* AnimationState_t1108360407_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisAnimation_t3648466861_m3712790796_RuntimeMethod_var; 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_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* _stringLiteral4166355951; extern const uint32_t ISceneBaseObj_GetSex_m3027530197_MetadataUsageId; extern String_t* _stringLiteral62725275; extern const uint32_t ISceneBaseObj_GetRoleName_m1513645719_MetadataUsageId; extern const uint32_t ISceneBaseObj_IsValid_m1197404667_MetadataUsageId; 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 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 uint32_t ISceneBaseObj_SetLocation_m371444295_MetadataUsageId; extern const uint32_t ISceneBaseObj_SetForward_m1723825477_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetPosition_m3414577191_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetForward_m1473179314_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetRight_m889382568_MetadataUsageId; extern const uint32_t ISceneBaseObj_SetLocalRotation_m691173395_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetRotation_m3886295510_MetadataUsageId; extern const uint32_t ISceneBaseObj_GetUp_m4030413018_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 const uint32_t ISceneNpcBase__ctor_m3249419378_MetadataUsageId; extern RuntimeClass* CPetActionConfig_t1976691651_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3784223096; extern const uint32_t ISceneNpcBase_IsReady_m1680100939_MetadataUsageId; extern String_t* _stringLiteral3915081565; extern const uint32_t ISceneNpcBase_GetFullModelResPath_m2908488719_MetadataUsageId; extern const uint32_t ISceneNpcBase_GetObjectType_m1559869183_MetadataUsageId; extern const uint32_t ISceneNpcBase_GetSex_m2199338520_MetadataUsageId; extern const uint32_t ISceneNpcBase_GetState_m2461062552_MetadataUsageId; extern const uint32_t ISceneNpcBase_GetSubType_m2286557063_MetadataUsageId; extern const uint32_t ISceneNpcBase_GetIdleAnimName_m2261234033_MetadataUsageId; extern const uint32_t ISceneNpcBase_GetRalaxAnimName_m1432489530_MetadataUsageId; extern String_t* _stringLiteral2439944866; extern const uint32_t ISceneNpcBase_StartFollow_m1951243948_MetadataUsageId; extern const uint32_t ISceneNpcBase_StopFollow_m3217447004_MetadataUsageId; extern String_t* _stringLiteral2957985875; extern const uint32_t ISceneNpcBase_SubmitToScene_m3677902637_MetadataUsageId; extern String_t* _stringLiteral1985563870; extern const uint32_t ISceneNpcBase_OnNetPropChangeBefore_m868269767_MetadataUsageId; extern String_t* _stringLiteral2467057994; extern const uint32_t ISceneNpcBase_OnNetPropChangeEnd_m1590015011_MetadataUsageId; extern RuntimeClass* CFontHelp_t2408739167_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2570825119; extern String_t* _stringLiteral2601265189; extern String_t* _stringLiteral2604637519; extern const uint32_t ISceneNpcBase_OnPaint_m897922626_MetadataUsageId; extern const uint32_t ISceneNpcBase__OnFollowProc_m483297238_MetadataUsageId; extern const uint32_t ISceneNpcBase__SetAngle_m2507437155_MetadataUsageId; extern const uint32_t ISceneNpcBase__IsEqualFloat_m2026304738_MetadataUsageId; extern RuntimeClass* List_1_t1017553631_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t497245277_il2cpp_TypeInfo_var; extern RuntimeClass* CAvatarSite_t1752665925_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m90174447_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3172441219_RuntimeMethod_var; extern const uint32_t ISceneRole__ctor_m212722519_MetadataUsageId; extern const uint32_t ISceneRole_GetModelItemsList_m4155250970_MetadataUsageId; extern String_t* _stringLiteral3941088982; extern String_t* _stringLiteral35850345; extern const uint32_t ISceneRole_Reload_m3914225791_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m59556516_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1600580383_RuntimeMethod_var; extern const uint32_t ISceneRole_HoldResources_m2652315201_MetadataUsageId; extern const uint32_t ISceneRole_SetScenePoint_m3088388914_MetadataUsageId; extern const uint32_t ISceneRole_SetSwimmingPoint_m2970719090_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 String_t* _stringLiteral2833084525; extern String_t* _stringLiteral3548628297; extern String_t* _stringLiteral3228236795; extern String_t* _stringLiteral3244232428; extern String_t* _stringLiteral3473614693; extern String_t* _stringLiteral2504204889; extern const uint32_t ISceneRole_GetIdleAnimName_m1334139814_MetadataUsageId; extern RuntimeClass* CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern RuntimeClass* RoleActionConfig_t1403548228_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3860887776; 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 String_t* _stringLiteral2820005844; extern String_t* _stringLiteral1726884675; extern String_t* _stringLiteral895303770; extern const uint32_t ISceneRole_PlayChangeItemAnim_m3669603506_MetadataUsageId; extern const uint32_t ISceneRole_DestroyRoleParams_m3852120245_MetadataUsageId; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2324933933; extern const uint32_t ISceneRole_PlayMemberShipEffect_m2368816413_MetadataUsageId; extern String_t* _stringLiteral2527099637; extern const uint32_t ISceneRole_GetMemberShipEffectName_m1670765875_MetadataUsageId; extern const uint32_t ISceneRole_WearSubModel_m2695610556_MetadataUsageId; extern const uint32_t ISceneRole_TakeOffModel_m2942586360_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m2929249072_RuntimeMethod_var; extern const uint32_t ISceneRole_Destroy_m1995019410_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Key_m611959596_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m2263725670_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2631563302_RuntimeMethod_var; extern const uint32_t ISceneRole_ResumeSubModels_m1744956637_MetadataUsageId; extern RuntimeClass* CRoleModelItem_t1608531946_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2280012520_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2410393202_RuntimeMethod_var; extern const uint32_t ISceneRole_GetModelItem_m2229619929_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m743810724_RuntimeMethod_var; extern const uint32_t ISceneRole_FindModelItem_m1696760564_MetadataUsageId; extern const uint32_t ISceneRole_OnChangeScene_m2481601374_MetadataUsageId; extern String_t* _stringLiteral4073296162; extern String_t* _stringLiteral3045376494; extern const uint32_t ISceneRole_OnAddRoleState_m3318622715_MetadataUsageId; extern const uint32_t ISceneRole_OnRemoveRoleState_m2030163732_MetadataUsageId; extern const uint32_t ISceneRole_IsReady_m2864932283_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m3074484029_RuntimeMethod_var; extern String_t* _stringLiteral3926588496; extern String_t* _stringLiteral3018459499; extern const uint32_t ISceneRole_SubmitToScene_m1879067220_MetadataUsageId; extern String_t* _stringLiteral1628940268; extern const uint32_t ISceneRole_SetUserId_m1222661741_MetadataUsageId; extern const uint32_t ISceneRole_OnAfterAnimUpdate_m590553848_MetadataUsageId; extern const uint32_t ISceneRole_LoadRoleModel_m1111386502_MetadataUsageId; extern const uint32_t ISceneRole_LoadSubModels_m1479761382_MetadataUsageId; extern String_t* _stringLiteral3249829647; extern String_t* _stringLiteral4039210824; extern const uint32_t ISceneRole_OnNetPropChangeBefore_m86535089_MetadataUsageId; extern RuntimeClass* IdleActionManager_t2375494644_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4041997353; extern String_t* _stringLiteral3385978947; extern const uint32_t ISceneRole_OnNetPropChangeEnd_m4201829603_MetadataUsageId; extern RuntimeClass* CRoleModelFace_t1285730091_il2cpp_TypeInfo_var; extern RuntimeClass* CRoleModel_Effect_t71978069_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3438716482; extern String_t* _stringLiteral172410544; extern String_t* _stringLiteral1298458304; extern String_t* _stringLiteral2302632015; extern String_t* _stringLiteral2755371533; extern String_t* _stringLiteral2788013625; extern const uint32_t ISceneRole_ForceReloadModel_m2123721141_MetadataUsageId; extern const uint32_t ISceneRole_LoadingResource_m1741647283_MetadataUsageId; extern const uint32_t ISceneRole_SetModelVisible_m2225229514_MetadataUsageId; extern const RuntimeType* enumModelCategory_t3973378142_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* enumModelCategory_t3973378142_il2cpp_TypeInfo_var; extern const uint32_t ISceneRole_SetModelVisible_m480269886_MetadataUsageId; extern const uint32_t ISceneRole_GetChangeModel_m941892506_MetadataUsageId; extern const uint32_t ISceneRole_SetChangeModel_m2585185700_MetadataUsageId; extern const uint32_t ISceneRole_SetEnable_m286995857_MetadataUsageId; extern const uint32_t ISceneRole_IsNeedSubmit_m1584710125_MetadataUsageId; extern const uint32_t ISceneRole_GetTransformByCategoryID_m4165463785_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1522646632; extern String_t* _stringLiteral2668604531; extern const uint32_t ISceneRole_PlayDanceScoreAnim_m1820057672_MetadataUsageId; extern String_t* _stringLiteral2675404938; extern String_t* _stringLiteral2969527667; extern String_t* _stringLiteral4073034045; extern String_t* _stringLiteral1605126695; extern const uint32_t ISceneRole_PlayDanceScoreAnim_m1495894534_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 RuntimeClass* ColorMap_t353729970_il2cpp_TypeInfo_var; extern RuntimeClass* NGUITools_t1206951095_il2cpp_TypeInfo_var; extern RuntimeClass* CLocalizationManager_t2604768345_il2cpp_TypeInfo_var; extern RuntimeClass* CVipManager_t269477008_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern RuntimeClass* CTitleManager_t3025273230_il2cpp_TypeInfo_var; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m1676150876_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3595772061_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3379783094_RuntimeMethod_var; extern const RuntimeMethod* List_1_set_Item_m393498222_RuntimeMethod_var; extern const RuntimeMethod* List_1_set_Item_m2198934485_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m479099247_RuntimeMethod_var; extern String_t* _stringLiteral1586550295; extern String_t* _stringLiteral228405444; extern String_t* _stringLiteral1993558412; extern String_t* _stringLiteral3793045704; extern String_t* _stringLiteral2074403472; extern String_t* _stringLiteral2401469984; extern String_t* _stringLiteral3954684497; extern String_t* _stringLiteral3105393215; extern String_t* _stringLiteral3683233945; extern String_t* _stringLiteral3963994475; extern String_t* _stringLiteral3037169078; extern String_t* _stringLiteral2477800897; extern String_t* _stringLiteral2576315017; extern String_t* _stringLiteral478263246; extern String_t* _stringLiteral1055183172; extern String_t* _stringLiteral3907413264; extern String_t* _stringLiteral3453141324; extern String_t* _stringLiteral4205146971; extern String_t* _stringLiteral4031154751; extern const uint32_t ISceneRole_OnPaint_m3571264541_MetadataUsageId; extern const uint32_t ISceneRole_GetEnumerator_m1617489214_MetadataUsageId; extern String_t* _stringLiteral845755458; extern const uint32_t ISceneRole__cctor_m3174995291_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 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 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* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t _OnSlider_BeginInvoke_m1499527156_MetadataUsageId; extern RuntimeClass* List_1_t3872116205_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4054015032_RuntimeMethod_var; extern const uint32_t uiHelpAutoFolding__ctor_m2255608405_MetadataUsageId; extern const uint32_t uiHelpAutoFolding__ctor_m2346110526_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3192692017_RuntimeMethod_var; extern const uint32_t uiHelpAutoFolding_ClearAllAttached_m4096203626_MetadataUsageId; extern RuntimeClass* stAttachedItem_t2400041463_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3130177736_RuntimeMethod_var; extern const uint32_t uiHelpAutoFolding_PushAttached_m3033716775_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2659348136_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3798714874_RuntimeMethod_var; extern const uint32_t uiHelpAutoFolding_Reset_m1531611682_MetadataUsageId; extern const uint32_t uiHelpAutoFolding_OnUpdate_m3193940947_MetadataUsageId; extern const uint32_t uiHelpDMSlider_CallLateUpdate_m1288163294_MetadataUsageId; extern const uint32_t uiHelpSliderItem__ctor_m1538865868_MetadataUsageId; extern RuntimeClass* Action_2_t4266817756_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t1286104214_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2030792018_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisUIEventListener_t1665237878_m2212065727_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisUIEventListener_t1665237878_m464888071_RuntimeMethod_var; extern const RuntimeMethod* uiHelpSliderItem__OnPress_m274983748_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3007889961_RuntimeMethod_var; extern const RuntimeMethod* uiHelpSliderItem__OnClk_m4057806594_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2622589598_RuntimeMethod_var; extern const RuntimeMethod* uiHelpSliderItem__OnDrag_m439117281_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m1718787621_RuntimeMethod_var; extern const uint32_t uiHelpSliderItem_Bind_m2208562339_MetadataUsageId; extern const uint32_t uiHelpSliderItem_Bind_m3572754118_MetadataUsageId; extern const uint32_t uiHelpSliderItem_UnBind_m235837254_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m482979732_RuntimeMethod_var; extern const uint32_t uiHelpSliderItem__OnClk_m4057806594_MetadataUsageId; extern const uint32_t uiHelpSliderItem__OnDrag_m439117281_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* CNetServerConfig_t202072970_il2cpp_TypeInfo_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 String_t* _stringLiteral228733076; extern const uint32_t FitfunWebHelp_IfFtpType_m1271527397_MetadataUsageId; extern const uint32_t FitfunWebHelp_getSpeed_m1316760381_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 RuntimeClass* Debug_t3317548046_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; struct LocalLinkedEffectU5BU5D_t1490066191; struct BoneLinkBoneU5BU5D_t2682923361; struct TransformU5BU5D_t807237628; struct ObjectU5BU5D_t2843939325; struct CVehicleRoleAnimNameU5BU5D_t2303117652; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct BoxColliderU5BU5D_t835877379; struct AnimationU5BU5D_t4027794176; struct ByteU5BU5D_t4116647657; #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 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.ISceneRole DMCore.Framework.Scene.CAvatarSite::k__BackingField ISceneRole_t2394225724 * ___U3CSceneRoleU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Scene.CAvatarSite::m_skinID int32_t ___m_skinID_1; // System.Int32 DMCore.Framework.Scene.CAvatarSite::m_lastSex int32_t ___m_lastSex_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CAvatarSite::m_listSkin Dictionary_2_t422021773 * ___m_listSkin_3; public: inline static int32_t get_offset_of_U3CSceneRoleU3Ek__BackingField_0() { return static_cast(offsetof(CAvatarSite_t1752665925, ___U3CSceneRoleU3Ek__BackingField_0)); } inline ISceneRole_t2394225724 * get_U3CSceneRoleU3Ek__BackingField_0() const { return ___U3CSceneRoleU3Ek__BackingField_0; } inline ISceneRole_t2394225724 ** get_address_of_U3CSceneRoleU3Ek__BackingField_0() { return &___U3CSceneRoleU3Ek__BackingField_0; } inline void set_U3CSceneRoleU3Ek__BackingField_0(ISceneRole_t2394225724 * value) { ___U3CSceneRoleU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CSceneRoleU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_skinID_1() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_skinID_1)); } inline int32_t get_m_skinID_1() const { return ___m_skinID_1; } inline int32_t* get_address_of_m_skinID_1() { return &___m_skinID_1; } inline void set_m_skinID_1(int32_t value) { ___m_skinID_1 = value; } inline static int32_t get_offset_of_m_lastSex_2() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_lastSex_2)); } inline int32_t get_m_lastSex_2() const { return ___m_lastSex_2; } inline int32_t* get_address_of_m_lastSex_2() { return &___m_lastSex_2; } inline void set_m_lastSex_2(int32_t value) { ___m_lastSex_2 = value; } inline static int32_t get_offset_of_m_listSkin_3() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_listSkin_3)); } inline Dictionary_2_t422021773 * get_m_listSkin_3() const { return ___m_listSkin_3; } inline Dictionary_2_t422021773 ** get_address_of_m_listSkin_3() { return &___m_listSkin_3; } inline void set_m_listSkin_3(Dictionary_2_t422021773 * value) { ___m_listSkin_3 = value; Il2CppCodeGenWriteBarrier((&___m_listSkin_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARSITE_T1752665925_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: // CMorphImpl DMCore.Framework.Scene.CRoleModelFace::m_RoleMerph CMorphImpl_t3828941509 * ___m_RoleMerph_0; // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModelFace::m_role ISceneRole_t2394225724 * ___m_role_1; // System.Single DMCore.Framework.Scene.CRoleModelFace::m_nextTime float ___m_nextTime_2; // System.Boolean DMCore.Framework.Scene.CRoleModelFace::m_bEnableAutoCloseEyes bool ___m_bEnableAutoCloseEyes_3; // System.Boolean DMCore.Framework.Scene.CRoleModelFace::m_bMale bool ___m_bMale_4; // UnityEngine.Transform DMCore.Framework.Scene.CRoleModelFace::m_transHeadOrg Transform_t3600365921 * ___m_transHeadOrg_5; // UnityEngine.Transform DMCore.Framework.Scene.CRoleModelFace::m_transHeadActive Transform_t3600365921 * ___m_transHeadActive_6; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::m_matOrgEyes Material_t340375123 * ___m_matOrgEyes_7; public: inline static int32_t get_offset_of_m_RoleMerph_0() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_RoleMerph_0)); } inline CMorphImpl_t3828941509 * get_m_RoleMerph_0() const { return ___m_RoleMerph_0; } inline CMorphImpl_t3828941509 ** get_address_of_m_RoleMerph_0() { return &___m_RoleMerph_0; } inline void set_m_RoleMerph_0(CMorphImpl_t3828941509 * value) { ___m_RoleMerph_0 = value; Il2CppCodeGenWriteBarrier((&___m_RoleMerph_0), value); } inline static int32_t get_offset_of_m_role_1() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_role_1)); } inline ISceneRole_t2394225724 * get_m_role_1() const { return ___m_role_1; } inline ISceneRole_t2394225724 ** get_address_of_m_role_1() { return &___m_role_1; } inline void set_m_role_1(ISceneRole_t2394225724 * value) { ___m_role_1 = value; Il2CppCodeGenWriteBarrier((&___m_role_1), value); } inline static int32_t get_offset_of_m_nextTime_2() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_nextTime_2)); } inline float get_m_nextTime_2() const { return ___m_nextTime_2; } inline float* get_address_of_m_nextTime_2() { return &___m_nextTime_2; } inline void set_m_nextTime_2(float value) { ___m_nextTime_2 = value; } inline static int32_t get_offset_of_m_bEnableAutoCloseEyes_3() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_bEnableAutoCloseEyes_3)); } inline bool get_m_bEnableAutoCloseEyes_3() const { return ___m_bEnableAutoCloseEyes_3; } inline bool* get_address_of_m_bEnableAutoCloseEyes_3() { return &___m_bEnableAutoCloseEyes_3; } inline void set_m_bEnableAutoCloseEyes_3(bool value) { ___m_bEnableAutoCloseEyes_3 = value; } inline static int32_t get_offset_of_m_bMale_4() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_bMale_4)); } inline bool get_m_bMale_4() const { return ___m_bMale_4; } inline bool* get_address_of_m_bMale_4() { return &___m_bMale_4; } inline void set_m_bMale_4(bool value) { ___m_bMale_4 = value; } inline static int32_t get_offset_of_m_transHeadOrg_5() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_transHeadOrg_5)); } inline Transform_t3600365921 * get_m_transHeadOrg_5() const { return ___m_transHeadOrg_5; } inline Transform_t3600365921 ** get_address_of_m_transHeadOrg_5() { return &___m_transHeadOrg_5; } inline void set_m_transHeadOrg_5(Transform_t3600365921 * value) { ___m_transHeadOrg_5 = value; Il2CppCodeGenWriteBarrier((&___m_transHeadOrg_5), value); } inline static int32_t get_offset_of_m_transHeadActive_6() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_transHeadActive_6)); } inline Transform_t3600365921 * get_m_transHeadActive_6() const { return ___m_transHeadActive_6; } inline Transform_t3600365921 ** get_address_of_m_transHeadActive_6() { return &___m_transHeadActive_6; } inline void set_m_transHeadActive_6(Transform_t3600365921 * value) { ___m_transHeadActive_6 = value; Il2CppCodeGenWriteBarrier((&___m_transHeadActive_6), value); } inline static int32_t get_offset_of_m_matOrgEyes_7() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_matOrgEyes_7)); } inline Material_t340375123 * get_m_matOrgEyes_7() const { return ___m_matOrgEyes_7; } inline Material_t340375123 ** get_address_of_m_matOrgEyes_7() { return &___m_matOrgEyes_7; } inline void set_m_matOrgEyes_7(Material_t340375123 * value) { ___m_matOrgEyes_7 = value; Il2CppCodeGenWriteBarrier((&___m_matOrgEyes_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELFACE_T1285730091_H #ifndef DICTIONARY_2_T497245277_H #define DICTIONARY_2_T497245277_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_t497245277 : 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 CRoleModelItemU5BU5D_t4023173423* ___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_t497245277, ___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_t497245277, ___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_t497245277, ___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_t497245277, ___valueSlots_7)); } inline CRoleModelItemU5BU5D_t4023173423* get_valueSlots_7() const { return ___valueSlots_7; } inline CRoleModelItemU5BU5D_t4023173423** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CRoleModelItemU5BU5D_t4023173423* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t497245277, ___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_t497245277, ___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_t497245277, ___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_t497245277, ___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_t497245277, ___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_t497245277, ___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_t497245277, ___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_t497245277_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3627512267 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t497245277_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3627512267 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3627512267 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3627512267 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T497245277_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 CLEVELMANAGER_T3077608201_H #define CLEVELMANAGER_T3077608201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201 : public RuntimeObject { public: // System.String DMCore.Framework.Level.CLevelManager::m_levelName String_t* ___m_levelName_0; // System.Int32 DMCore.Framework.Level.CLevelManager::m_realLevelIndex int32_t ___m_realLevelIndex_1; // System.Int32 DMCore.Framework.Level.CLevelManager::m_levelLabor int32_t ___m_levelLabor_2; // System.Boolean DMCore.Framework.Level.CLevelManager::m_bEnableAutoLoad bool ___m_bEnableAutoLoad_3; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Level.CLevelManager::m_arrayLevel Dictionary_2_t2736202052 * ___m_arrayLevel_4; public: inline static int32_t get_offset_of_m_levelName_0() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_levelName_0)); } inline String_t* get_m_levelName_0() const { return ___m_levelName_0; } inline String_t** get_address_of_m_levelName_0() { return &___m_levelName_0; } inline void set_m_levelName_0(String_t* value) { ___m_levelName_0 = value; Il2CppCodeGenWriteBarrier((&___m_levelName_0), value); } inline static int32_t get_offset_of_m_realLevelIndex_1() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_realLevelIndex_1)); } inline int32_t get_m_realLevelIndex_1() const { return ___m_realLevelIndex_1; } inline int32_t* get_address_of_m_realLevelIndex_1() { return &___m_realLevelIndex_1; } inline void set_m_realLevelIndex_1(int32_t value) { ___m_realLevelIndex_1 = value; } inline static int32_t get_offset_of_m_levelLabor_2() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_levelLabor_2)); } inline int32_t get_m_levelLabor_2() const { return ___m_levelLabor_2; } inline int32_t* get_address_of_m_levelLabor_2() { return &___m_levelLabor_2; } inline void set_m_levelLabor_2(int32_t value) { ___m_levelLabor_2 = value; } inline static int32_t get_offset_of_m_bEnableAutoLoad_3() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_bEnableAutoLoad_3)); } inline bool get_m_bEnableAutoLoad_3() const { return ___m_bEnableAutoLoad_3; } inline bool* get_address_of_m_bEnableAutoLoad_3() { return &___m_bEnableAutoLoad_3; } inline void set_m_bEnableAutoLoad_3(bool value) { ___m_bEnableAutoLoad_3 = value; } inline static int32_t get_offset_of_m_arrayLevel_4() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_arrayLevel_4)); } inline Dictionary_2_t2736202052 * get_m_arrayLevel_4() const { return ___m_arrayLevel_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_arrayLevel_4() { return &___m_arrayLevel_4; } inline void set_m_arrayLevel_4(Dictionary_2_t2736202052 * value) { ___m_arrayLevel_4 = value; Il2CppCodeGenWriteBarrier((&___m_arrayLevel_4), value); } }; struct CLevelManager_t3077608201_StaticFields { public: // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::s_Instance CLevelManager_t3077608201 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CLevelManager_t3077608201_StaticFields, ___s_Instance_5)); } inline CLevelManager_t3077608201 * get_s_Instance_5() const { return ___s_Instance_5; } inline CLevelManager_t3077608201 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CLevelManager_t3077608201 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEVELMANAGER_T3077608201_H #ifndef IEVENTDISPATCHER_T2294365884_H #define IEVENTDISPATCHER_T2294365884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IEventDispatcher struct IEventDispatcher_t2294365884 : public RuntimeObject { public: // CBetterSet`1> IEventDispatcher::m_listSite CBetterSet_1_t1416977057 * ___m_listSite_0; public: inline static int32_t get_offset_of_m_listSite_0() { return static_cast(offsetof(IEventDispatcher_t2294365884, ___m_listSite_0)); } inline CBetterSet_1_t1416977057 * get_m_listSite_0() const { return ___m_listSite_0; } inline CBetterSet_1_t1416977057 ** get_address_of_m_listSite_0() { return &___m_listSite_0; } inline void set_m_listSite_0(CBetterSet_1_t1416977057 * value) { ___m_listSite_0 = value; Il2CppCodeGenWriteBarrier((&___m_listSite_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IEVENTDISPATCHER_T2294365884_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 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.ISceneBaseObj DMCore.Framework.CRoleEffectManager::m_Role ISceneBaseObj_t858622483 * ___m_Role_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_Role_0() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_Role_0)); } inline ISceneBaseObj_t858622483 * get_m_Role_0() const { return ___m_Role_0; } inline ISceneBaseObj_t858622483 ** get_address_of_m_Role_0() { return &___m_Role_0; } inline void set_m_Role_0(ISceneBaseObj_t858622483 * value) { ___m_Role_0 = value; Il2CppCodeGenWriteBarrier((&___m_Role_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 CLOCALSIMULATEROLE_T4101146137_H #define CLOCALSIMULATEROLE_T4101146137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CLocalSimulateRole::k__BackingField bool ___U3CIsMaleU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CLocalSimulateRole::k__BackingField int32_t ___U3CIndexU3Ek__BackingField_1; // BetterList`1 DMCore.Logic.CLocalSimulateRole::m_listModelItems BetterList_1_t2105966071 * ___m_listModelItems_2; public: inline static int32_t get_offset_of_U3CIsMaleU3Ek__BackingField_0() { return static_cast(offsetof(CLocalSimulateRole_t4101146137, ___U3CIsMaleU3Ek__BackingField_0)); } inline bool get_U3CIsMaleU3Ek__BackingField_0() const { return ___U3CIsMaleU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsMaleU3Ek__BackingField_0() { return &___U3CIsMaleU3Ek__BackingField_0; } inline void set_U3CIsMaleU3Ek__BackingField_0(bool value) { ___U3CIsMaleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIndexU3Ek__BackingField_1() { return static_cast(offsetof(CLocalSimulateRole_t4101146137, ___U3CIndexU3Ek__BackingField_1)); } inline int32_t get_U3CIndexU3Ek__BackingField_1() const { return ___U3CIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CIndexU3Ek__BackingField_1() { return &___U3CIndexU3Ek__BackingField_1; } inline void set_U3CIndexU3Ek__BackingField_1(int32_t value) { ___U3CIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_listModelItems_2() { return static_cast(offsetof(CLocalSimulateRole_t4101146137, ___m_listModelItems_2)); } inline BetterList_1_t2105966071 * get_m_listModelItems_2() const { return ___m_listModelItems_2; } inline BetterList_1_t2105966071 ** get_address_of_m_listModelItems_2() { return &___m_listModelItems_2; } inline void set_m_listModelItems_2(BetterList_1_t2105966071 * value) { ___m_listModelItems_2 = value; Il2CppCodeGenWriteBarrier((&___m_listModelItems_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALSIMULATEROLE_T4101146137_H #ifndef SELFQUALIFYPKRESULTINFO_T1561294256_H #define SELFQUALIFYPKRESULTINFO_T1561294256_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256 : public RuntimeObject { public: // System.Int32 SelfQualifyPkResultInfo::Result int32_t ___Result_0; // System.Int32 SelfQualifyPkResultInfo::GameType int32_t ___GameType_1; // System.String SelfQualifyPkResultInfo::GradeName String_t* ___GradeName_2; // System.Int32 SelfQualifyPkResultInfo::QualifyLevel int32_t ___QualifyLevel_3; // System.Int32 SelfQualifyPkResultInfo::StarNum int32_t ___StarNum_4; // System.Int32 SelfQualifyPkResultInfo::StarAll int32_t ___StarAll_5; // System.Int32 SelfQualifyPkResultInfo::OriLevel int32_t ___OriLevel_6; // System.Int32 SelfQualifyPkResultInfo::Grade int32_t ___Grade_7; // System.Int32 SelfQualifyPkResultInfo::oriGrade int32_t ___oriGrade_8; // System.Int32 SelfQualifyPkResultInfo::RankNum int32_t ___RankNum_9; // System.Int32 SelfQualifyPkResultInfo::Score int32_t ___Score_10; // System.Int32 SelfQualifyPkResultInfo::OriSocre int32_t ___OriSocre_11; // System.Int32 SelfQualifyPkResultInfo::WinningStreak int32_t ___WinningStreak_12; public: inline static int32_t get_offset_of_Result_0() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Result_0)); } inline int32_t get_Result_0() const { return ___Result_0; } inline int32_t* get_address_of_Result_0() { return &___Result_0; } inline void set_Result_0(int32_t value) { ___Result_0 = value; } inline static int32_t get_offset_of_GameType_1() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___GameType_1)); } inline int32_t get_GameType_1() const { return ___GameType_1; } inline int32_t* get_address_of_GameType_1() { return &___GameType_1; } inline void set_GameType_1(int32_t value) { ___GameType_1 = value; } inline static int32_t get_offset_of_GradeName_2() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___GradeName_2)); } inline String_t* get_GradeName_2() const { return ___GradeName_2; } inline String_t** get_address_of_GradeName_2() { return &___GradeName_2; } inline void set_GradeName_2(String_t* value) { ___GradeName_2 = value; Il2CppCodeGenWriteBarrier((&___GradeName_2), value); } inline static int32_t get_offset_of_QualifyLevel_3() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___QualifyLevel_3)); } inline int32_t get_QualifyLevel_3() const { return ___QualifyLevel_3; } inline int32_t* get_address_of_QualifyLevel_3() { return &___QualifyLevel_3; } inline void set_QualifyLevel_3(int32_t value) { ___QualifyLevel_3 = value; } inline static int32_t get_offset_of_StarNum_4() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___StarNum_4)); } inline int32_t get_StarNum_4() const { return ___StarNum_4; } inline int32_t* get_address_of_StarNum_4() { return &___StarNum_4; } inline void set_StarNum_4(int32_t value) { ___StarNum_4 = value; } inline static int32_t get_offset_of_StarAll_5() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___StarAll_5)); } inline int32_t get_StarAll_5() const { return ___StarAll_5; } inline int32_t* get_address_of_StarAll_5() { return &___StarAll_5; } inline void set_StarAll_5(int32_t value) { ___StarAll_5 = value; } inline static int32_t get_offset_of_OriLevel_6() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___OriLevel_6)); } inline int32_t get_OriLevel_6() const { return ___OriLevel_6; } inline int32_t* get_address_of_OriLevel_6() { return &___OriLevel_6; } inline void set_OriLevel_6(int32_t value) { ___OriLevel_6 = value; } inline static int32_t get_offset_of_Grade_7() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Grade_7)); } inline int32_t get_Grade_7() const { return ___Grade_7; } inline int32_t* get_address_of_Grade_7() { return &___Grade_7; } inline void set_Grade_7(int32_t value) { ___Grade_7 = value; } inline static int32_t get_offset_of_oriGrade_8() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___oriGrade_8)); } inline int32_t get_oriGrade_8() const { return ___oriGrade_8; } inline int32_t* get_address_of_oriGrade_8() { return &___oriGrade_8; } inline void set_oriGrade_8(int32_t value) { ___oriGrade_8 = value; } inline static int32_t get_offset_of_RankNum_9() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___RankNum_9)); } inline int32_t get_RankNum_9() const { return ___RankNum_9; } inline int32_t* get_address_of_RankNum_9() { return &___RankNum_9; } inline void set_RankNum_9(int32_t value) { ___RankNum_9 = value; } inline static int32_t get_offset_of_Score_10() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Score_10)); } inline int32_t get_Score_10() const { return ___Score_10; } inline int32_t* get_address_of_Score_10() { return &___Score_10; } inline void set_Score_10(int32_t value) { ___Score_10 = value; } inline static int32_t get_offset_of_OriSocre_11() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___OriSocre_11)); } inline int32_t get_OriSocre_11() const { return ___OriSocre_11; } inline int32_t* get_address_of_OriSocre_11() { return &___OriSocre_11; } inline void set_OriSocre_11(int32_t value) { ___OriSocre_11 = value; } inline static int32_t get_offset_of_WinningStreak_12() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___WinningStreak_12)); } inline int32_t get_WinningStreak_12() const { return ___WinningStreak_12; } inline int32_t* get_address_of_WinningStreak_12() { return &___WinningStreak_12; } inline void set_WinningStreak_12(int32_t value) { ___WinningStreak_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELFQUALIFYPKRESULTINFO_T1561294256_H #ifndef CQUALIFYINGMANAGER_T954001806_H #define CQUALIFYINGMANAGER_T954001806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CQualifyingManager struct CQualifyingManager_t954001806 : public RuntimeObject { public: // CQualifyingManager/CallBack CQualifyingManager::RefrQfModeList CallBack_t4012644998 * ___RefrQfModeList_0; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankListBaseInfo CallBack_t4012644998 * ___RefrQfRankListBaseInfo_1; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankList CallBack_t4012644998 * ___RefrQfRankList_2; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchFailed CallBack_t4012644998 * ___RefrQfMatchFailed_3; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSuccess CallBack_t4012644998 * ___RefrQfMatchSuccess_4; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchRoleInfo CallBack_t4012644998 * ___RefrQfMatchRoleInfo_5; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSelfInfo CallBack_t4012644998 * ___RefrQfMatchSelfInfo_6; // CQualifyingManager/CallBack CQualifyingManager::RefrQfInMatchQueue CallBack_t4012644998 * ___RefrQfInMatchQueue_7; // CQualifyingManager/CallBack CQualifyingManager::ReturnToLobby CallBack_t4012644998 * ___ReturnToLobby_8; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchCd CallBack_t4012644998 * ___RefrQfMatchCd_9; // System.String[] CQualifyingManager::Opentime StringU5BU5D_t1281789340* ___Opentime_10; // System.Int32 CQualifyingManager::OpenLevel int32_t ___OpenLevel_11; // System.Boolean CQualifyingManager::IsFullDownLoad bool ___IsFullDownLoad_12; // System.Boolean CQualifyingManager::RemindOnce bool ___RemindOnce_13; // System.Boolean CQualifyingManager::RemindMatchTimeOnce bool ___RemindMatchTimeOnce_14; // System.Boolean CQualifyingManager::IsQualifyingGame bool ___IsQualifyingGame_15; // System.Boolean CQualifyingManager::IsInMatchQueue bool ___IsInMatchQueue_16; // System.Int32 CQualifyingManager::Mode int32_t ___Mode_17; // System.Int32[] CQualifyingManager::MatchCDTime Int32U5BU5D_t385246372* ___MatchCDTime_18; // System.Int32 CQualifyingManager::qfModeNum int32_t ___qfModeNum_20; // System.Int32 CQualifyingManager::isOpen int32_t ___isOpen_21; // System.Collections.Generic.List`1 CQualifyingManager::selfQualifyInfoList List_1_t4281599118 * ___selfQualifyInfoList_22; // System.Collections.Generic.List`1 CQualifyingManager::qualifyInfoList List_1_t4281599118 * ___qualifyInfoList_23; // System.Collections.Generic.Dictionary`2> CQualifyingManager::matchedQueue Dictionary_2_t4066855417 * ___matchedQueue_24; // CurQualifyRankInfo CQualifyingManager::curQualifyRankInfo CurQualifyRankInfo_t2391125760 * ___curQualifyRankInfo_25; // SelfQualifyPkResultInfo CQualifyingManager::pkResult SelfQualifyPkResultInfo_t1561294256 * ___pkResult_26; // System.Collections.Generic.List`1 CQualifyingManager::allPlayerQualifyInfo List_1_t4281599118 * ___allPlayerQualifyInfo_27; public: inline static int32_t get_offset_of_RefrQfModeList_0() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfModeList_0)); } inline CallBack_t4012644998 * get_RefrQfModeList_0() const { return ___RefrQfModeList_0; } inline CallBack_t4012644998 ** get_address_of_RefrQfModeList_0() { return &___RefrQfModeList_0; } inline void set_RefrQfModeList_0(CallBack_t4012644998 * value) { ___RefrQfModeList_0 = value; Il2CppCodeGenWriteBarrier((&___RefrQfModeList_0), value); } inline static int32_t get_offset_of_RefrQfRankListBaseInfo_1() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankListBaseInfo_1)); } inline CallBack_t4012644998 * get_RefrQfRankListBaseInfo_1() const { return ___RefrQfRankListBaseInfo_1; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankListBaseInfo_1() { return &___RefrQfRankListBaseInfo_1; } inline void set_RefrQfRankListBaseInfo_1(CallBack_t4012644998 * value) { ___RefrQfRankListBaseInfo_1 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankListBaseInfo_1), value); } inline static int32_t get_offset_of_RefrQfRankList_2() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankList_2)); } inline CallBack_t4012644998 * get_RefrQfRankList_2() const { return ___RefrQfRankList_2; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankList_2() { return &___RefrQfRankList_2; } inline void set_RefrQfRankList_2(CallBack_t4012644998 * value) { ___RefrQfRankList_2 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankList_2), value); } inline static int32_t get_offset_of_RefrQfMatchFailed_3() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchFailed_3)); } inline CallBack_t4012644998 * get_RefrQfMatchFailed_3() const { return ___RefrQfMatchFailed_3; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchFailed_3() { return &___RefrQfMatchFailed_3; } inline void set_RefrQfMatchFailed_3(CallBack_t4012644998 * value) { ___RefrQfMatchFailed_3 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchFailed_3), value); } inline static int32_t get_offset_of_RefrQfMatchSuccess_4() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSuccess_4)); } inline CallBack_t4012644998 * get_RefrQfMatchSuccess_4() const { return ___RefrQfMatchSuccess_4; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSuccess_4() { return &___RefrQfMatchSuccess_4; } inline void set_RefrQfMatchSuccess_4(CallBack_t4012644998 * value) { ___RefrQfMatchSuccess_4 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSuccess_4), value); } inline static int32_t get_offset_of_RefrQfMatchRoleInfo_5() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchRoleInfo_5)); } inline CallBack_t4012644998 * get_RefrQfMatchRoleInfo_5() const { return ___RefrQfMatchRoleInfo_5; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchRoleInfo_5() { return &___RefrQfMatchRoleInfo_5; } inline void set_RefrQfMatchRoleInfo_5(CallBack_t4012644998 * value) { ___RefrQfMatchRoleInfo_5 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchRoleInfo_5), value); } inline static int32_t get_offset_of_RefrQfMatchSelfInfo_6() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSelfInfo_6)); } inline CallBack_t4012644998 * get_RefrQfMatchSelfInfo_6() const { return ___RefrQfMatchSelfInfo_6; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSelfInfo_6() { return &___RefrQfMatchSelfInfo_6; } inline void set_RefrQfMatchSelfInfo_6(CallBack_t4012644998 * value) { ___RefrQfMatchSelfInfo_6 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSelfInfo_6), value); } inline static int32_t get_offset_of_RefrQfInMatchQueue_7() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfInMatchQueue_7)); } inline CallBack_t4012644998 * get_RefrQfInMatchQueue_7() const { return ___RefrQfInMatchQueue_7; } inline CallBack_t4012644998 ** get_address_of_RefrQfInMatchQueue_7() { return &___RefrQfInMatchQueue_7; } inline void set_RefrQfInMatchQueue_7(CallBack_t4012644998 * value) { ___RefrQfInMatchQueue_7 = value; Il2CppCodeGenWriteBarrier((&___RefrQfInMatchQueue_7), value); } inline static int32_t get_offset_of_ReturnToLobby_8() { return static_cast(offsetof(CQualifyingManager_t954001806, ___ReturnToLobby_8)); } inline CallBack_t4012644998 * get_ReturnToLobby_8() const { return ___ReturnToLobby_8; } inline CallBack_t4012644998 ** get_address_of_ReturnToLobby_8() { return &___ReturnToLobby_8; } inline void set_ReturnToLobby_8(CallBack_t4012644998 * value) { ___ReturnToLobby_8 = value; Il2CppCodeGenWriteBarrier((&___ReturnToLobby_8), value); } inline static int32_t get_offset_of_RefrQfMatchCd_9() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchCd_9)); } inline CallBack_t4012644998 * get_RefrQfMatchCd_9() const { return ___RefrQfMatchCd_9; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchCd_9() { return &___RefrQfMatchCd_9; } inline void set_RefrQfMatchCd_9(CallBack_t4012644998 * value) { ___RefrQfMatchCd_9 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchCd_9), value); } inline static int32_t get_offset_of_Opentime_10() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Opentime_10)); } inline StringU5BU5D_t1281789340* get_Opentime_10() const { return ___Opentime_10; } inline StringU5BU5D_t1281789340** get_address_of_Opentime_10() { return &___Opentime_10; } inline void set_Opentime_10(StringU5BU5D_t1281789340* value) { ___Opentime_10 = value; Il2CppCodeGenWriteBarrier((&___Opentime_10), value); } inline static int32_t get_offset_of_OpenLevel_11() { return static_cast(offsetof(CQualifyingManager_t954001806, ___OpenLevel_11)); } inline int32_t get_OpenLevel_11() const { return ___OpenLevel_11; } inline int32_t* get_address_of_OpenLevel_11() { return &___OpenLevel_11; } inline void set_OpenLevel_11(int32_t value) { ___OpenLevel_11 = value; } inline static int32_t get_offset_of_IsFullDownLoad_12() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsFullDownLoad_12)); } inline bool get_IsFullDownLoad_12() const { return ___IsFullDownLoad_12; } inline bool* get_address_of_IsFullDownLoad_12() { return &___IsFullDownLoad_12; } inline void set_IsFullDownLoad_12(bool value) { ___IsFullDownLoad_12 = value; } inline static int32_t get_offset_of_RemindOnce_13() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindOnce_13)); } inline bool get_RemindOnce_13() const { return ___RemindOnce_13; } inline bool* get_address_of_RemindOnce_13() { return &___RemindOnce_13; } inline void set_RemindOnce_13(bool value) { ___RemindOnce_13 = value; } inline static int32_t get_offset_of_RemindMatchTimeOnce_14() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindMatchTimeOnce_14)); } inline bool get_RemindMatchTimeOnce_14() const { return ___RemindMatchTimeOnce_14; } inline bool* get_address_of_RemindMatchTimeOnce_14() { return &___RemindMatchTimeOnce_14; } inline void set_RemindMatchTimeOnce_14(bool value) { ___RemindMatchTimeOnce_14 = value; } inline static int32_t get_offset_of_IsQualifyingGame_15() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsQualifyingGame_15)); } inline bool get_IsQualifyingGame_15() const { return ___IsQualifyingGame_15; } inline bool* get_address_of_IsQualifyingGame_15() { return &___IsQualifyingGame_15; } inline void set_IsQualifyingGame_15(bool value) { ___IsQualifyingGame_15 = value; } inline static int32_t get_offset_of_IsInMatchQueue_16() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsInMatchQueue_16)); } inline bool get_IsInMatchQueue_16() const { return ___IsInMatchQueue_16; } inline bool* get_address_of_IsInMatchQueue_16() { return &___IsInMatchQueue_16; } inline void set_IsInMatchQueue_16(bool value) { ___IsInMatchQueue_16 = value; } inline static int32_t get_offset_of_Mode_17() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Mode_17)); } inline int32_t get_Mode_17() const { return ___Mode_17; } inline int32_t* get_address_of_Mode_17() { return &___Mode_17; } inline void set_Mode_17(int32_t value) { ___Mode_17 = value; } inline static int32_t get_offset_of_MatchCDTime_18() { return static_cast(offsetof(CQualifyingManager_t954001806, ___MatchCDTime_18)); } inline Int32U5BU5D_t385246372* get_MatchCDTime_18() const { return ___MatchCDTime_18; } inline Int32U5BU5D_t385246372** get_address_of_MatchCDTime_18() { return &___MatchCDTime_18; } inline void set_MatchCDTime_18(Int32U5BU5D_t385246372* value) { ___MatchCDTime_18 = value; Il2CppCodeGenWriteBarrier((&___MatchCDTime_18), value); } inline static int32_t get_offset_of_qfModeNum_20() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qfModeNum_20)); } inline int32_t get_qfModeNum_20() const { return ___qfModeNum_20; } inline int32_t* get_address_of_qfModeNum_20() { return &___qfModeNum_20; } inline void set_qfModeNum_20(int32_t value) { ___qfModeNum_20 = value; } inline static int32_t get_offset_of_isOpen_21() { return static_cast(offsetof(CQualifyingManager_t954001806, ___isOpen_21)); } inline int32_t get_isOpen_21() const { return ___isOpen_21; } inline int32_t* get_address_of_isOpen_21() { return &___isOpen_21; } inline void set_isOpen_21(int32_t value) { ___isOpen_21 = value; } inline static int32_t get_offset_of_selfQualifyInfoList_22() { return static_cast(offsetof(CQualifyingManager_t954001806, ___selfQualifyInfoList_22)); } inline List_1_t4281599118 * get_selfQualifyInfoList_22() const { return ___selfQualifyInfoList_22; } inline List_1_t4281599118 ** get_address_of_selfQualifyInfoList_22() { return &___selfQualifyInfoList_22; } inline void set_selfQualifyInfoList_22(List_1_t4281599118 * value) { ___selfQualifyInfoList_22 = value; Il2CppCodeGenWriteBarrier((&___selfQualifyInfoList_22), value); } inline static int32_t get_offset_of_qualifyInfoList_23() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qualifyInfoList_23)); } inline List_1_t4281599118 * get_qualifyInfoList_23() const { return ___qualifyInfoList_23; } inline List_1_t4281599118 ** get_address_of_qualifyInfoList_23() { return &___qualifyInfoList_23; } inline void set_qualifyInfoList_23(List_1_t4281599118 * value) { ___qualifyInfoList_23 = value; Il2CppCodeGenWriteBarrier((&___qualifyInfoList_23), value); } inline static int32_t get_offset_of_matchedQueue_24() { return static_cast(offsetof(CQualifyingManager_t954001806, ___matchedQueue_24)); } inline Dictionary_2_t4066855417 * get_matchedQueue_24() const { return ___matchedQueue_24; } inline Dictionary_2_t4066855417 ** get_address_of_matchedQueue_24() { return &___matchedQueue_24; } inline void set_matchedQueue_24(Dictionary_2_t4066855417 * value) { ___matchedQueue_24 = value; Il2CppCodeGenWriteBarrier((&___matchedQueue_24), value); } inline static int32_t get_offset_of_curQualifyRankInfo_25() { return static_cast(offsetof(CQualifyingManager_t954001806, ___curQualifyRankInfo_25)); } inline CurQualifyRankInfo_t2391125760 * get_curQualifyRankInfo_25() const { return ___curQualifyRankInfo_25; } inline CurQualifyRankInfo_t2391125760 ** get_address_of_curQualifyRankInfo_25() { return &___curQualifyRankInfo_25; } inline void set_curQualifyRankInfo_25(CurQualifyRankInfo_t2391125760 * value) { ___curQualifyRankInfo_25 = value; Il2CppCodeGenWriteBarrier((&___curQualifyRankInfo_25), value); } inline static int32_t get_offset_of_pkResult_26() { return static_cast(offsetof(CQualifyingManager_t954001806, ___pkResult_26)); } inline SelfQualifyPkResultInfo_t1561294256 * get_pkResult_26() const { return ___pkResult_26; } inline SelfQualifyPkResultInfo_t1561294256 ** get_address_of_pkResult_26() { return &___pkResult_26; } inline void set_pkResult_26(SelfQualifyPkResultInfo_t1561294256 * value) { ___pkResult_26 = value; Il2CppCodeGenWriteBarrier((&___pkResult_26), value); } inline static int32_t get_offset_of_allPlayerQualifyInfo_27() { return static_cast(offsetof(CQualifyingManager_t954001806, ___allPlayerQualifyInfo_27)); } inline List_1_t4281599118 * get_allPlayerQualifyInfo_27() const { return ___allPlayerQualifyInfo_27; } inline List_1_t4281599118 ** get_address_of_allPlayerQualifyInfo_27() { return &___allPlayerQualifyInfo_27; } inline void set_allPlayerQualifyInfo_27(List_1_t4281599118 * value) { ___allPlayerQualifyInfo_27 = value; Il2CppCodeGenWriteBarrier((&___allPlayerQualifyInfo_27), value); } }; struct CQualifyingManager_t954001806_StaticFields { public: // CQualifyingManager CQualifyingManager::s_instance CQualifyingManager_t954001806 * ___s_instance_19; // DMCore.OnEventCall CQualifyingManager::<>f__mg$cache0 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache0_28; public: inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___s_instance_19)); } inline CQualifyingManager_t954001806 * get_s_instance_19() const { return ___s_instance_19; } inline CQualifyingManager_t954001806 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CQualifyingManager_t954001806 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_28() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___U3CU3Ef__mgU24cache0_28)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache0_28() const { return ___U3CU3Ef__mgU24cache0_28; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache0_28() { return &___U3CU3Ef__mgU24cache0_28; } inline void set_U3CU3Ef__mgU24cache0_28(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache0_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CQUALIFYINGMANAGER_T954001806_H #ifndef IDLEACTIONMANAGER_T2375494644_H #define IDLEACTIONMANAGER_T2375494644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdleActionManager struct IdleActionManager_t2375494644 : public RuntimeObject { public: // System.Boolean DMCore.Logic.IdleActionManager::m_IsRandomAinEnable bool ___m_IsRandomAinEnable_0; // System.Single DMCore.Logic.IdleActionManager::m_ElapsedTime float ___m_ElapsedTime_1; // System.Int32 DMCore.Logic.IdleActionManager::m_indexLabor int32_t ___m_indexLabor_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdleActionManager::m_TaskArray Dictionary_2_t2625280635 * ___m_TaskArray_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdleActionManager::rolesDictionary Dictionary_2_t2735467829 * ___rolesDictionary_4; public: inline static int32_t get_offset_of_m_IsRandomAinEnable_0() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_IsRandomAinEnable_0)); } inline bool get_m_IsRandomAinEnable_0() const { return ___m_IsRandomAinEnable_0; } inline bool* get_address_of_m_IsRandomAinEnable_0() { return &___m_IsRandomAinEnable_0; } inline void set_m_IsRandomAinEnable_0(bool value) { ___m_IsRandomAinEnable_0 = value; } inline static int32_t get_offset_of_m_ElapsedTime_1() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_ElapsedTime_1)); } inline float get_m_ElapsedTime_1() const { return ___m_ElapsedTime_1; } inline float* get_address_of_m_ElapsedTime_1() { return &___m_ElapsedTime_1; } inline void set_m_ElapsedTime_1(float value) { ___m_ElapsedTime_1 = value; } inline static int32_t get_offset_of_m_indexLabor_2() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_indexLabor_2)); } inline int32_t get_m_indexLabor_2() const { return ___m_indexLabor_2; } inline int32_t* get_address_of_m_indexLabor_2() { return &___m_indexLabor_2; } inline void set_m_indexLabor_2(int32_t value) { ___m_indexLabor_2 = value; } inline static int32_t get_offset_of_m_TaskArray_3() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_TaskArray_3)); } inline Dictionary_2_t2625280635 * get_m_TaskArray_3() const { return ___m_TaskArray_3; } inline Dictionary_2_t2625280635 ** get_address_of_m_TaskArray_3() { return &___m_TaskArray_3; } inline void set_m_TaskArray_3(Dictionary_2_t2625280635 * value) { ___m_TaskArray_3 = value; Il2CppCodeGenWriteBarrier((&___m_TaskArray_3), value); } inline static int32_t get_offset_of_rolesDictionary_4() { return static_cast(offsetof(IdleActionManager_t2375494644, ___rolesDictionary_4)); } inline Dictionary_2_t2735467829 * get_rolesDictionary_4() const { return ___rolesDictionary_4; } inline Dictionary_2_t2735467829 ** get_address_of_rolesDictionary_4() { return &___rolesDictionary_4; } inline void set_rolesDictionary_4(Dictionary_2_t2735467829 * value) { ___rolesDictionary_4 = value; Il2CppCodeGenWriteBarrier((&___rolesDictionary_4), value); } }; struct IdleActionManager_t2375494644_StaticFields { public: // System.Single DMCore.Logic.IdleActionManager::s_IntervalTime float ___s_IntervalTime_5; // DMCore.Logic.IdleActionManager DMCore.Logic.IdleActionManager::s_Instance IdleActionManager_t2375494644 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_IntervalTime_5() { return static_cast(offsetof(IdleActionManager_t2375494644_StaticFields, ___s_IntervalTime_5)); } inline float get_s_IntervalTime_5() const { return ___s_IntervalTime_5; } inline float* get_address_of_s_IntervalTime_5() { return &___s_IntervalTime_5; } inline void set_s_IntervalTime_5(float value) { ___s_IntervalTime_5 = value; } inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(IdleActionManager_t2375494644_StaticFields, ___s_Instance_6)); } inline IdleActionManager_t2375494644 * get_s_Instance_6() const { return ___s_Instance_6; } inline IdleActionManager_t2375494644 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(IdleActionManager_t2375494644 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDLEACTIONMANAGER_T2375494644_H #ifndef SHOPMODEL_T101745799_H #define SHOPMODEL_T101745799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.shopModel struct shopModel_t101745799 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.shopModel::mDicAnim Dictionary_2_t2910090473 * ___mDicAnim_0; // System.Boolean DMCore.Logic.shopModel::m_bEnable bool ___m_bEnable_1; // System.Boolean DMCore.Logic.shopModel::m_bActiveMainRole bool ___m_bActiveMainRole_2; // System.Boolean DMCore.Logic.shopModel::m_bActiveShowMale bool ___m_bActiveShowMale_3; // System.Boolean DMCore.Logic.shopModel::m_bCoupleRoles bool ___m_bCoupleRoles_4; // System.Boolean DMCore.Logic.shopModel::m_bCoupleReady bool ___m_bCoupleReady_5; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::mModelCouple1 ISceneRole_t2394225724 * ___mModelCouple1_6; // System.Boolean DMCore.Logic.shopModel::ModelCouple1 bool ___ModelCouple1_7; // System.Int64 DMCore.Logic.shopModel::mCoupleUserId1 int64_t ___mCoupleUserId1_8; // System.Int32 DMCore.Logic.shopModel::mCoupleSex1 int32_t ___mCoupleSex1_9; // System.Int64 DMCore.Logic.shopModel::mCoupleUserId2 int64_t ___mCoupleUserId2_10; // System.Int32 DMCore.Logic.shopModel::mCoupleSex2 int32_t ___mCoupleSex2_11; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::mModelCouple2 ISceneRole_t2394225724 * ___mModelCouple2_12; // System.Boolean DMCore.Logic.shopModel::ModelCouple2 bool ___ModelCouple2_13; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::m_NextModel ISceneRole_t2394225724 * ___m_NextModel_14; // System.Int64 DMCore.Logic.shopModel::m_NeedShowRoleID int64_t ___m_NeedShowRoleID_15; // System.Int64 DMCore.Logic.shopModel::m_CurActiveRoleID int64_t ___m_CurActiveRoleID_16; // System.Collections.Generic.LinkedList`1 DMCore.Logic.shopModel::m_cachedModelIds LinkedList_1_t1790591762 * ___m_cachedModelIds_17; // BetterList`1 DMCore.Logic.shopModel::m_listIconDirty BetterList_1_t2105966071 * ___m_listIconDirty_18; // BetterList`1 DMCore.Logic.shopModel::m_listIconActive BetterList_1_t2105966071 * ___m_listIconActive_19; public: inline static int32_t get_offset_of_mDicAnim_0() { return static_cast(offsetof(shopModel_t101745799, ___mDicAnim_0)); } inline Dictionary_2_t2910090473 * get_mDicAnim_0() const { return ___mDicAnim_0; } inline Dictionary_2_t2910090473 ** get_address_of_mDicAnim_0() { return &___mDicAnim_0; } inline void set_mDicAnim_0(Dictionary_2_t2910090473 * value) { ___mDicAnim_0 = value; Il2CppCodeGenWriteBarrier((&___mDicAnim_0), value); } inline static int32_t get_offset_of_m_bEnable_1() { return static_cast(offsetof(shopModel_t101745799, ___m_bEnable_1)); } inline bool get_m_bEnable_1() const { return ___m_bEnable_1; } inline bool* get_address_of_m_bEnable_1() { return &___m_bEnable_1; } inline void set_m_bEnable_1(bool value) { ___m_bEnable_1 = value; } inline static int32_t get_offset_of_m_bActiveMainRole_2() { return static_cast(offsetof(shopModel_t101745799, ___m_bActiveMainRole_2)); } inline bool get_m_bActiveMainRole_2() const { return ___m_bActiveMainRole_2; } inline bool* get_address_of_m_bActiveMainRole_2() { return &___m_bActiveMainRole_2; } inline void set_m_bActiveMainRole_2(bool value) { ___m_bActiveMainRole_2 = value; } inline static int32_t get_offset_of_m_bActiveShowMale_3() { return static_cast(offsetof(shopModel_t101745799, ___m_bActiveShowMale_3)); } inline bool get_m_bActiveShowMale_3() const { return ___m_bActiveShowMale_3; } inline bool* get_address_of_m_bActiveShowMale_3() { return &___m_bActiveShowMale_3; } inline void set_m_bActiveShowMale_3(bool value) { ___m_bActiveShowMale_3 = value; } inline static int32_t get_offset_of_m_bCoupleRoles_4() { return static_cast(offsetof(shopModel_t101745799, ___m_bCoupleRoles_4)); } inline bool get_m_bCoupleRoles_4() const { return ___m_bCoupleRoles_4; } inline bool* get_address_of_m_bCoupleRoles_4() { return &___m_bCoupleRoles_4; } inline void set_m_bCoupleRoles_4(bool value) { ___m_bCoupleRoles_4 = value; } inline static int32_t get_offset_of_m_bCoupleReady_5() { return static_cast(offsetof(shopModel_t101745799, ___m_bCoupleReady_5)); } inline bool get_m_bCoupleReady_5() const { return ___m_bCoupleReady_5; } inline bool* get_address_of_m_bCoupleReady_5() { return &___m_bCoupleReady_5; } inline void set_m_bCoupleReady_5(bool value) { ___m_bCoupleReady_5 = value; } inline static int32_t get_offset_of_mModelCouple1_6() { return static_cast(offsetof(shopModel_t101745799, ___mModelCouple1_6)); } inline ISceneRole_t2394225724 * get_mModelCouple1_6() const { return ___mModelCouple1_6; } inline ISceneRole_t2394225724 ** get_address_of_mModelCouple1_6() { return &___mModelCouple1_6; } inline void set_mModelCouple1_6(ISceneRole_t2394225724 * value) { ___mModelCouple1_6 = value; Il2CppCodeGenWriteBarrier((&___mModelCouple1_6), value); } inline static int32_t get_offset_of_ModelCouple1_7() { return static_cast(offsetof(shopModel_t101745799, ___ModelCouple1_7)); } inline bool get_ModelCouple1_7() const { return ___ModelCouple1_7; } inline bool* get_address_of_ModelCouple1_7() { return &___ModelCouple1_7; } inline void set_ModelCouple1_7(bool value) { ___ModelCouple1_7 = value; } inline static int32_t get_offset_of_mCoupleUserId1_8() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleUserId1_8)); } inline int64_t get_mCoupleUserId1_8() const { return ___mCoupleUserId1_8; } inline int64_t* get_address_of_mCoupleUserId1_8() { return &___mCoupleUserId1_8; } inline void set_mCoupleUserId1_8(int64_t value) { ___mCoupleUserId1_8 = value; } inline static int32_t get_offset_of_mCoupleSex1_9() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleSex1_9)); } inline int32_t get_mCoupleSex1_9() const { return ___mCoupleSex1_9; } inline int32_t* get_address_of_mCoupleSex1_9() { return &___mCoupleSex1_9; } inline void set_mCoupleSex1_9(int32_t value) { ___mCoupleSex1_9 = value; } inline static int32_t get_offset_of_mCoupleUserId2_10() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleUserId2_10)); } inline int64_t get_mCoupleUserId2_10() const { return ___mCoupleUserId2_10; } inline int64_t* get_address_of_mCoupleUserId2_10() { return &___mCoupleUserId2_10; } inline void set_mCoupleUserId2_10(int64_t value) { ___mCoupleUserId2_10 = value; } inline static int32_t get_offset_of_mCoupleSex2_11() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleSex2_11)); } inline int32_t get_mCoupleSex2_11() const { return ___mCoupleSex2_11; } inline int32_t* get_address_of_mCoupleSex2_11() { return &___mCoupleSex2_11; } inline void set_mCoupleSex2_11(int32_t value) { ___mCoupleSex2_11 = value; } inline static int32_t get_offset_of_mModelCouple2_12() { return static_cast(offsetof(shopModel_t101745799, ___mModelCouple2_12)); } inline ISceneRole_t2394225724 * get_mModelCouple2_12() const { return ___mModelCouple2_12; } inline ISceneRole_t2394225724 ** get_address_of_mModelCouple2_12() { return &___mModelCouple2_12; } inline void set_mModelCouple2_12(ISceneRole_t2394225724 * value) { ___mModelCouple2_12 = value; Il2CppCodeGenWriteBarrier((&___mModelCouple2_12), value); } inline static int32_t get_offset_of_ModelCouple2_13() { return static_cast(offsetof(shopModel_t101745799, ___ModelCouple2_13)); } inline bool get_ModelCouple2_13() const { return ___ModelCouple2_13; } inline bool* get_address_of_ModelCouple2_13() { return &___ModelCouple2_13; } inline void set_ModelCouple2_13(bool value) { ___ModelCouple2_13 = value; } inline static int32_t get_offset_of_m_NextModel_14() { return static_cast(offsetof(shopModel_t101745799, ___m_NextModel_14)); } inline ISceneRole_t2394225724 * get_m_NextModel_14() const { return ___m_NextModel_14; } inline ISceneRole_t2394225724 ** get_address_of_m_NextModel_14() { return &___m_NextModel_14; } inline void set_m_NextModel_14(ISceneRole_t2394225724 * value) { ___m_NextModel_14 = value; Il2CppCodeGenWriteBarrier((&___m_NextModel_14), value); } inline static int32_t get_offset_of_m_NeedShowRoleID_15() { return static_cast(offsetof(shopModel_t101745799, ___m_NeedShowRoleID_15)); } inline int64_t get_m_NeedShowRoleID_15() const { return ___m_NeedShowRoleID_15; } inline int64_t* get_address_of_m_NeedShowRoleID_15() { return &___m_NeedShowRoleID_15; } inline void set_m_NeedShowRoleID_15(int64_t value) { ___m_NeedShowRoleID_15 = value; } inline static int32_t get_offset_of_m_CurActiveRoleID_16() { return static_cast(offsetof(shopModel_t101745799, ___m_CurActiveRoleID_16)); } inline int64_t get_m_CurActiveRoleID_16() const { return ___m_CurActiveRoleID_16; } inline int64_t* get_address_of_m_CurActiveRoleID_16() { return &___m_CurActiveRoleID_16; } inline void set_m_CurActiveRoleID_16(int64_t value) { ___m_CurActiveRoleID_16 = value; } inline static int32_t get_offset_of_m_cachedModelIds_17() { return static_cast(offsetof(shopModel_t101745799, ___m_cachedModelIds_17)); } inline LinkedList_1_t1790591762 * get_m_cachedModelIds_17() const { return ___m_cachedModelIds_17; } inline LinkedList_1_t1790591762 ** get_address_of_m_cachedModelIds_17() { return &___m_cachedModelIds_17; } inline void set_m_cachedModelIds_17(LinkedList_1_t1790591762 * value) { ___m_cachedModelIds_17 = value; Il2CppCodeGenWriteBarrier((&___m_cachedModelIds_17), value); } inline static int32_t get_offset_of_m_listIconDirty_18() { return static_cast(offsetof(shopModel_t101745799, ___m_listIconDirty_18)); } inline BetterList_1_t2105966071 * get_m_listIconDirty_18() const { return ___m_listIconDirty_18; } inline BetterList_1_t2105966071 ** get_address_of_m_listIconDirty_18() { return &___m_listIconDirty_18; } inline void set_m_listIconDirty_18(BetterList_1_t2105966071 * value) { ___m_listIconDirty_18 = value; Il2CppCodeGenWriteBarrier((&___m_listIconDirty_18), value); } inline static int32_t get_offset_of_m_listIconActive_19() { return static_cast(offsetof(shopModel_t101745799, ___m_listIconActive_19)); } inline BetterList_1_t2105966071 * get_m_listIconActive_19() const { return ___m_listIconActive_19; } inline BetterList_1_t2105966071 ** get_address_of_m_listIconActive_19() { return &___m_listIconActive_19; } inline void set_m_listIconActive_19(BetterList_1_t2105966071 * value) { ___m_listIconActive_19 = value; Il2CppCodeGenWriteBarrier((&___m_listIconActive_19), value); } }; struct shopModel_t101745799_StaticFields { public: // DMCore.Logic.shopModel DMCore.Logic.shopModel::s_Instance shopModel_t101745799 * ___s_Instance_20; // System.Predicate`1 DMCore.Logic.shopModel::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_21; // System.Predicate`1 DMCore.Logic.shopModel::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_22; public: inline static int32_t get_offset_of_s_Instance_20() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___s_Instance_20)); } inline shopModel_t101745799 * get_s_Instance_20() const { return ___s_Instance_20; } inline shopModel_t101745799 ** get_address_of_s_Instance_20() { return &___s_Instance_20; } inline void set_s_Instance_20(shopModel_t101745799 * value) { ___s_Instance_20 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_21() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___U3CU3Ef__mgU24cache0_21)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_21() const { return ___U3CU3Ef__mgU24cache0_21; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_21() { return &___U3CU3Ef__mgU24cache0_21; } inline void set_U3CU3Ef__mgU24cache0_21(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_22() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___U3CU3Ef__mgU24cache1_22)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_22() const { return ___U3CU3Ef__mgU24cache1_22; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_22() { return &___U3CU3Ef__mgU24cache1_22; } inline void set_U3CU3Ef__mgU24cache1_22(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPMODEL_T101745799_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; 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); } }; struct CJuniorRoleModelItem_t636793867_StaticFields { public: // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::s_Instance CJuniorRoleModelItem_t636793867 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867_StaticFields, ___s_Instance_4)); } inline CJuniorRoleModelItem_t636793867 * get_s_Instance_4() const { return ___s_Instance_4; } inline CJuniorRoleModelItem_t636793867 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CJuniorRoleModelItem_t636793867 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJUNIORROLEMODELITEM_T636793867_H #ifndef CACCMANAGER_T1454736772_H #define CACCMANAGER_T1454736772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CAccManager struct CAccManager_t1454736772 : public RuntimeObject { public: // System.String DMCore.CAccManager::m_strAccount String_t* ___m_strAccount_0; // System.String DMCore.CAccManager::m_strSecret String_t* ___m_strSecret_1; // System.String DMCore.CAccManager::m_strWhiteSign String_t* ___m_strWhiteSign_2; // System.Boolean DMCore.CAccManager::m_bVibrator bool ___m_bVibrator_3; // System.Boolean DMCore.CAccManager::m_PlayMidi bool ___m_PlayMidi_4; // System.Boolean DMCore.CAccManager::m_DownMode bool ___m_DownMode_5; // System.Boolean DMCore.CAccManager::m_Accept bool ___m_Accept_6; // System.Boolean DMCore.CAccManager::m_SavedConfig bool ___m_SavedConfig_7; public: inline static int32_t get_offset_of_m_strAccount_0() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strAccount_0)); } inline String_t* get_m_strAccount_0() const { return ___m_strAccount_0; } inline String_t** get_address_of_m_strAccount_0() { return &___m_strAccount_0; } inline void set_m_strAccount_0(String_t* value) { ___m_strAccount_0 = value; Il2CppCodeGenWriteBarrier((&___m_strAccount_0), value); } inline static int32_t get_offset_of_m_strSecret_1() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strSecret_1)); } inline String_t* get_m_strSecret_1() const { return ___m_strSecret_1; } inline String_t** get_address_of_m_strSecret_1() { return &___m_strSecret_1; } inline void set_m_strSecret_1(String_t* value) { ___m_strSecret_1 = value; Il2CppCodeGenWriteBarrier((&___m_strSecret_1), value); } inline static int32_t get_offset_of_m_strWhiteSign_2() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strWhiteSign_2)); } inline String_t* get_m_strWhiteSign_2() const { return ___m_strWhiteSign_2; } inline String_t** get_address_of_m_strWhiteSign_2() { return &___m_strWhiteSign_2; } inline void set_m_strWhiteSign_2(String_t* value) { ___m_strWhiteSign_2 = value; Il2CppCodeGenWriteBarrier((&___m_strWhiteSign_2), value); } inline static int32_t get_offset_of_m_bVibrator_3() { return static_cast(offsetof(CAccManager_t1454736772, ___m_bVibrator_3)); } inline bool get_m_bVibrator_3() const { return ___m_bVibrator_3; } inline bool* get_address_of_m_bVibrator_3() { return &___m_bVibrator_3; } inline void set_m_bVibrator_3(bool value) { ___m_bVibrator_3 = value; } inline static int32_t get_offset_of_m_PlayMidi_4() { return static_cast(offsetof(CAccManager_t1454736772, ___m_PlayMidi_4)); } inline bool get_m_PlayMidi_4() const { return ___m_PlayMidi_4; } inline bool* get_address_of_m_PlayMidi_4() { return &___m_PlayMidi_4; } inline void set_m_PlayMidi_4(bool value) { ___m_PlayMidi_4 = value; } inline static int32_t get_offset_of_m_DownMode_5() { return static_cast(offsetof(CAccManager_t1454736772, ___m_DownMode_5)); } inline bool get_m_DownMode_5() const { return ___m_DownMode_5; } inline bool* get_address_of_m_DownMode_5() { return &___m_DownMode_5; } inline void set_m_DownMode_5(bool value) { ___m_DownMode_5 = value; } inline static int32_t get_offset_of_m_Accept_6() { return static_cast(offsetof(CAccManager_t1454736772, ___m_Accept_6)); } inline bool get_m_Accept_6() const { return ___m_Accept_6; } inline bool* get_address_of_m_Accept_6() { return &___m_Accept_6; } inline void set_m_Accept_6(bool value) { ___m_Accept_6 = value; } inline static int32_t get_offset_of_m_SavedConfig_7() { return static_cast(offsetof(CAccManager_t1454736772, ___m_SavedConfig_7)); } inline bool get_m_SavedConfig_7() const { return ___m_SavedConfig_7; } inline bool* get_address_of_m_SavedConfig_7() { return &___m_SavedConfig_7; } inline void set_m_SavedConfig_7(bool value) { ___m_SavedConfig_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACCMANAGER_T1454736772_H #ifndef CROLEMODEL_EFFECT_T71978069_H #define CROLEMODEL_EFFECT_T71978069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::isReady bool ___isReady_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModel_Effect::m_listParticals Dictionary_2_t255862997 * ___m_listParticals_1; // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModel_Effect::m_role ISceneRole_t2394225724 * ___m_role_2; // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::m_bCombineEffectMode bool ___m_bCombineEffectMode_3; // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData DMCore.Framework.Scene.CRoleModel_Effect::m_CombineEffectIns roleModelItemEffectData_t1367149666 * ___m_CombineEffectIns_4; // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::m_bMale bool ___m_bMale_5; public: inline static int32_t get_offset_of_isReady_0() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___isReady_0)); } inline bool get_isReady_0() const { return ___isReady_0; } inline bool* get_address_of_isReady_0() { return &___isReady_0; } inline void set_isReady_0(bool value) { ___isReady_0 = value; } inline static int32_t get_offset_of_m_listParticals_1() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_listParticals_1)); } inline Dictionary_2_t255862997 * get_m_listParticals_1() const { return ___m_listParticals_1; } inline Dictionary_2_t255862997 ** get_address_of_m_listParticals_1() { return &___m_listParticals_1; } inline void set_m_listParticals_1(Dictionary_2_t255862997 * value) { ___m_listParticals_1 = value; Il2CppCodeGenWriteBarrier((&___m_listParticals_1), value); } inline static int32_t get_offset_of_m_role_2() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_role_2)); } inline ISceneRole_t2394225724 * get_m_role_2() const { return ___m_role_2; } inline ISceneRole_t2394225724 ** get_address_of_m_role_2() { return &___m_role_2; } inline void set_m_role_2(ISceneRole_t2394225724 * value) { ___m_role_2 = value; Il2CppCodeGenWriteBarrier((&___m_role_2), value); } inline static int32_t get_offset_of_m_bCombineEffectMode_3() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_bCombineEffectMode_3)); } inline bool get_m_bCombineEffectMode_3() const { return ___m_bCombineEffectMode_3; } inline bool* get_address_of_m_bCombineEffectMode_3() { return &___m_bCombineEffectMode_3; } inline void set_m_bCombineEffectMode_3(bool value) { ___m_bCombineEffectMode_3 = value; } inline static int32_t get_offset_of_m_CombineEffectIns_4() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_CombineEffectIns_4)); } inline roleModelItemEffectData_t1367149666 * get_m_CombineEffectIns_4() const { return ___m_CombineEffectIns_4; } inline roleModelItemEffectData_t1367149666 ** get_address_of_m_CombineEffectIns_4() { return &___m_CombineEffectIns_4; } inline void set_m_CombineEffectIns_4(roleModelItemEffectData_t1367149666 * value) { ___m_CombineEffectIns_4 = value; Il2CppCodeGenWriteBarrier((&___m_CombineEffectIns_4), value); } inline static int32_t get_offset_of_m_bMale_5() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_bMale_5)); } inline bool get_m_bMale_5() const { return ___m_bMale_5; } inline bool* get_address_of_m_bMale_5() { return &___m_bMale_5; } inline void set_m_bMale_5(bool value) { ___m_bMale_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODEL_EFFECT_T71978069_H #ifndef SUITDATA_T121943445_H #define SUITDATA_T121943445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg/SuitData struct SuitData_t121943445 : public RuntimeObject { public: // System.String DMCore.Logic.CSuitAnimCfg/SuitData::k__BackingField String_t* ___U3CAnimNameU3Ek__BackingField_0; // System.String DMCore.Logic.CSuitAnimCfg/SuitData::k__BackingField String_t* ___U3CEffectNameU3Ek__BackingField_1; // System.Single DMCore.Logic.CSuitAnimCfg/SuitData::k__BackingField float ___U3CEffectTimeU3Ek__BackingField_2; // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg/SuitData::m_listItems List_1_t128053199 * ___m_listItems_3; public: inline static int32_t get_offset_of_U3CAnimNameU3Ek__BackingField_0() { return static_cast(offsetof(SuitData_t121943445, ___U3CAnimNameU3Ek__BackingField_0)); } inline String_t* get_U3CAnimNameU3Ek__BackingField_0() const { return ___U3CAnimNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CAnimNameU3Ek__BackingField_0() { return &___U3CAnimNameU3Ek__BackingField_0; } inline void set_U3CAnimNameU3Ek__BackingField_0(String_t* value) { ___U3CAnimNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CEffectNameU3Ek__BackingField_1() { return static_cast(offsetof(SuitData_t121943445, ___U3CEffectNameU3Ek__BackingField_1)); } inline String_t* get_U3CEffectNameU3Ek__BackingField_1() const { return ___U3CEffectNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CEffectNameU3Ek__BackingField_1() { return &___U3CEffectNameU3Ek__BackingField_1; } inline void set_U3CEffectNameU3Ek__BackingField_1(String_t* value) { ___U3CEffectNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CEffectNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CEffectTimeU3Ek__BackingField_2() { return static_cast(offsetof(SuitData_t121943445, ___U3CEffectTimeU3Ek__BackingField_2)); } inline float get_U3CEffectTimeU3Ek__BackingField_2() const { return ___U3CEffectTimeU3Ek__BackingField_2; } inline float* get_address_of_U3CEffectTimeU3Ek__BackingField_2() { return &___U3CEffectTimeU3Ek__BackingField_2; } inline void set_U3CEffectTimeU3Ek__BackingField_2(float value) { ___U3CEffectTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_listItems_3() { return static_cast(offsetof(SuitData_t121943445, ___m_listItems_3)); } inline List_1_t128053199 * get_m_listItems_3() const { return ___m_listItems_3; } inline List_1_t128053199 ** get_address_of_m_listItems_3() { return &___m_listItems_3; } inline void set_m_listItems_3(List_1_t128053199 * value) { ___m_listItems_3 = value; Il2CppCodeGenWriteBarrier((&___m_listItems_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUITDATA_T121943445_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 BETTERLIST_1_T2755386239_H #define BETTERLIST_1_T2755386239_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_t2755386239 : public RuntimeObject { public: // T[] BetterList`1::buffer TransformU5BU5D_t807237628* ___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_t2755386239, ___buffer_0)); } inline TransformU5BU5D_t807237628* get_buffer_0() const { return ___buffer_0; } inline TransformU5BU5D_t807237628** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(TransformU5BU5D_t807237628* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2755386239, ___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_T2755386239_H #ifndef STSKELETONINFO_T775633580_H #define STSKELETONINFO_T775633580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSkeletonLinkManager/stSkeletonInfo struct stSkeletonInfo_t775633580 : public RuntimeObject { public: // System.String DMCore.Framework.Scene.CSkeletonLinkManager/stSkeletonInfo::m_baseBoneName String_t* ___m_baseBoneName_0; // System.String DMCore.Framework.Scene.CSkeletonLinkManager/stSkeletonInfo::m_idle String_t* ___m_idle_1; // System.String DMCore.Framework.Scene.CSkeletonLinkManager/stSkeletonInfo::m_localRoot String_t* ___m_localRoot_2; public: inline static int32_t get_offset_of_m_baseBoneName_0() { return static_cast(offsetof(stSkeletonInfo_t775633580, ___m_baseBoneName_0)); } inline String_t* get_m_baseBoneName_0() const { return ___m_baseBoneName_0; } inline String_t** get_address_of_m_baseBoneName_0() { return &___m_baseBoneName_0; } inline void set_m_baseBoneName_0(String_t* value) { ___m_baseBoneName_0 = value; Il2CppCodeGenWriteBarrier((&___m_baseBoneName_0), value); } inline static int32_t get_offset_of_m_idle_1() { return static_cast(offsetof(stSkeletonInfo_t775633580, ___m_idle_1)); } inline String_t* get_m_idle_1() const { return ___m_idle_1; } inline String_t** get_address_of_m_idle_1() { return &___m_idle_1; } inline void set_m_idle_1(String_t* value) { ___m_idle_1 = value; Il2CppCodeGenWriteBarrier((&___m_idle_1), value); } inline static int32_t get_offset_of_m_localRoot_2() { return static_cast(offsetof(stSkeletonInfo_t775633580, ___m_localRoot_2)); } inline String_t* get_m_localRoot_2() const { return ___m_localRoot_2; } inline String_t** get_address_of_m_localRoot_2() { return &___m_localRoot_2; } inline void set_m_localRoot_2(String_t* value) { ___m_localRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_localRoot_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STSKELETONINFO_T775633580_H #ifndef DICTIONARY_2_T3959314207_H #define DICTIONARY_2_T3959314207_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_t3959314207 : 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 stSkeletonInfoU5BU5D_t600049957* ___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_t3959314207, ___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_t3959314207, ___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_t3959314207, ___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_t3959314207, ___valueSlots_7)); } inline stSkeletonInfoU5BU5D_t600049957* get_valueSlots_7() const { return ___valueSlots_7; } inline stSkeletonInfoU5BU5D_t600049957** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(stSkeletonInfoU5BU5D_t600049957* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3959314207, ___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_t3959314207, ___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_t3959314207, ___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_t3959314207, ___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_t3959314207, ___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_t3959314207, ___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_t3959314207, ___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_t3959314207_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t204388801 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3959314207_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t204388801 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t204388801 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t204388801 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3959314207_H #ifndef CSKELETONLINKMANAGER_T2292179394_H #define CSKELETONLINKMANAGER_T2292179394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSkeletonLinkManager struct CSkeletonLinkManager_t2292179394 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CSkeletonLinkManager::m_dictionary Dictionary_2_t3959314207 * ___m_dictionary_0; public: inline static int32_t get_offset_of_m_dictionary_0() { return static_cast(offsetof(CSkeletonLinkManager_t2292179394, ___m_dictionary_0)); } inline Dictionary_2_t3959314207 * get_m_dictionary_0() const { return ___m_dictionary_0; } inline Dictionary_2_t3959314207 ** get_address_of_m_dictionary_0() { return &___m_dictionary_0; } inline void set_m_dictionary_0(Dictionary_2_t3959314207 * value) { ___m_dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_0), value); } }; struct CSkeletonLinkManager_t2292179394_StaticFields { public: // DMCore.Framework.Scene.CSkeletonLinkManager DMCore.Framework.Scene.CSkeletonLinkManager::s_Instance CSkeletonLinkManager_t2292179394 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CSkeletonLinkManager_t2292179394_StaticFields, ___s_Instance_1)); } inline CSkeletonLinkManager_t2292179394 * get_s_Instance_1() const { return ___s_Instance_1; } inline CSkeletonLinkManager_t2292179394 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CSkeletonLinkManager_t2292179394 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSKELETONLINKMANAGER_T2292179394_H #ifndef U3CGETSCENEBASEOBJU3EC__ANONSTOREY2_T2903369350_H #define U3CGETSCENEBASEOBJU3EC__ANONSTOREY2_T2903369350_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneService/c__AnonStorey2 struct U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 : public RuntimeObject { public: // System.Int64 DMCore.Framework.Scene.CSceneService/c__AnonStorey2::userID int64_t ___userID_0; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350, ___userID_0)); } inline int64_t get_userID_0() const { return ___userID_0; } inline int64_t* get_address_of_userID_0() { return &___userID_0; } inline void set_userID_0(int64_t value) { ___userID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETSCENEBASEOBJU3EC__ANONSTOREY2_T2903369350_H #ifndef U3CGETROLEENUMERATORU3EC__ITERATOR1_T2265494683_H #define U3CGETROLEENUMERATORU3EC__ITERATOR1_T2265494683_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneService/c__Iterator1 struct U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CSceneService/c__Iterator1::__1 int32_t ___U3ClCntU3E__1_0; // DMCore.Framework.Scene.CSceneService DMCore.Framework.Scene.CSceneService/c__Iterator1::$this CSceneService_t551449725 * ___U24this_1; // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService/c__Iterator1::$current ISceneRole_t2394225724 * ___U24current_2; // System.Boolean DMCore.Framework.Scene.CSceneService/c__Iterator1::$disposing bool ___U24disposing_3; // System.Int32 DMCore.Framework.Scene.CSceneService/c__Iterator1::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3ClCntU3E__1_0() { return static_cast(offsetof(U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683, ___U3ClCntU3E__1_0)); } inline int32_t get_U3ClCntU3E__1_0() const { return ___U3ClCntU3E__1_0; } inline int32_t* get_address_of_U3ClCntU3E__1_0() { return &___U3ClCntU3E__1_0; } inline void set_U3ClCntU3E__1_0(int32_t value) { ___U3ClCntU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683, ___U24this_1)); } inline CSceneService_t551449725 * get_U24this_1() const { return ___U24this_1; } inline CSceneService_t551449725 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(CSceneService_t551449725 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683, ___U24current_2)); } inline ISceneRole_t2394225724 * get_U24current_2() const { return ___U24current_2; } inline ISceneRole_t2394225724 ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(ISceneRole_t2394225724 * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETROLEENUMERATORU3EC__ITERATOR1_T2265494683_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2591041431_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2591041431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneService/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2591041431 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CSceneService/c__Iterator0::__1 int32_t ___U3ClCntU3E__1_0; // System.Int32 DMCore.Framework.Scene.CSceneService/c__Iterator0::__2 int32_t ___U3ClCntU3E__2_1; // System.Int32 DMCore.Framework.Scene.CSceneService/c__Iterator0::__3 int32_t ___U3ClCntU3E__3_2; // DMCore.Framework.Scene.CSceneService DMCore.Framework.Scene.CSceneService/c__Iterator0::$this CSceneService_t551449725 * ___U24this_3; // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService/c__Iterator0::$current ISceneBaseObj_t858622483 * ___U24current_4; // System.Boolean DMCore.Framework.Scene.CSceneService/c__Iterator0::$disposing bool ___U24disposing_5; // System.Int32 DMCore.Framework.Scene.CSceneService/c__Iterator0::$PC int32_t ___U24PC_6; public: inline static int32_t get_offset_of_U3ClCntU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2591041431, ___U3ClCntU3E__1_0)); } inline int32_t get_U3ClCntU3E__1_0() const { return ___U3ClCntU3E__1_0; } inline int32_t* get_address_of_U3ClCntU3E__1_0() { return &___U3ClCntU3E__1_0; } inline void set_U3ClCntU3E__1_0(int32_t value) { ___U3ClCntU3E__1_0 = value; } inline static int32_t get_offset_of_U3ClCntU3E__2_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2591041431, ___U3ClCntU3E__2_1)); } inline int32_t get_U3ClCntU3E__2_1() const { return ___U3ClCntU3E__2_1; } inline int32_t* get_address_of_U3ClCntU3E__2_1() { return &___U3ClCntU3E__2_1; } inline void set_U3ClCntU3E__2_1(int32_t value) { ___U3ClCntU3E__2_1 = value; } inline static int32_t get_offset_of_U3ClCntU3E__3_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2591041431, ___U3ClCntU3E__3_2)); } inline int32_t get_U3ClCntU3E__3_2() const { return ___U3ClCntU3E__3_2; } inline int32_t* get_address_of_U3ClCntU3E__3_2() { return &___U3ClCntU3E__3_2; } inline void set_U3ClCntU3E__3_2(int32_t value) { ___U3ClCntU3E__3_2 = value; } inline static int32_t get_offset_of_U24this_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2591041431, ___U24this_3)); } inline CSceneService_t551449725 * get_U24this_3() const { return ___U24this_3; } inline CSceneService_t551449725 ** get_address_of_U24this_3() { return &___U24this_3; } inline void set_U24this_3(CSceneService_t551449725 * value) { ___U24this_3 = value; Il2CppCodeGenWriteBarrier((&___U24this_3), value); } inline static int32_t get_offset_of_U24current_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2591041431, ___U24current_4)); } inline ISceneBaseObj_t858622483 * get_U24current_4() const { return ___U24current_4; } inline ISceneBaseObj_t858622483 ** get_address_of_U24current_4() { return &___U24current_4; } inline void set_U24current_4(ISceneBaseObj_t858622483 * value) { ___U24current_4 = value; Il2CppCodeGenWriteBarrier((&___U24current_4), value); } inline static int32_t get_offset_of_U24disposing_5() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2591041431, ___U24disposing_5)); } inline bool get_U24disposing_5() const { return ___U24disposing_5; } inline bool* get_address_of_U24disposing_5() { return &___U24disposing_5; } inline void set_U24disposing_5(bool value) { ___U24disposing_5 = value; } inline static int32_t get_offset_of_U24PC_6() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2591041431, ___U24PC_6)); } inline int32_t get_U24PC_6() const { return ___U24PC_6; } inline int32_t* get_address_of_U24PC_6() { return &___U24PC_6; } inline void set_U24PC_6(int32_t value) { ___U24PC_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2591041431_H #ifndef LIST_1_T1151801416_H #define LIST_1_T1151801416_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_t1151801416 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ISceneNpcBaseU5BU5D_t1344706087* ____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_t1151801416, ____items_1)); } inline ISceneNpcBaseU5BU5D_t1344706087* get__items_1() const { return ____items_1; } inline ISceneNpcBaseU5BU5D_t1344706087** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ISceneNpcBaseU5BU5D_t1344706087* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1151801416, ____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_t1151801416, ____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_t1151801416_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ISceneNpcBaseU5BU5D_t1344706087* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1151801416_StaticFields, ___EmptyArray_4)); } inline ISceneNpcBaseU5BU5D_t1344706087* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ISceneNpcBaseU5BU5D_t1344706087** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ISceneNpcBaseU5BU5D_t1344706087* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1151801416_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 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; 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); } }; struct CAnimSite_t233742424_StaticFields { public: // BetterList`1 CAnimSite::s_CachedList BetterList_1_t1002471007 * ___s_CachedList_16; // BetterList`1 CAnimSite::s_CachedClipList BetterList_1_t1473526305 * ___s_CachedClipList_17; public: inline static int32_t get_offset_of_s_CachedList_16() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedList_16)); } inline BetterList_1_t1002471007 * get_s_CachedList_16() const { return ___s_CachedList_16; } inline BetterList_1_t1002471007 ** get_address_of_s_CachedList_16() { return &___s_CachedList_16; } inline void set_s_CachedList_16(BetterList_1_t1002471007 * value) { ___s_CachedList_16 = value; Il2CppCodeGenWriteBarrier((&___s_CachedList_16), value); } inline static int32_t get_offset_of_s_CachedClipList_17() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedClipList_17)); } inline BetterList_1_t1473526305 * get_s_CachedClipList_17() const { return ___s_CachedClipList_17; } inline BetterList_1_t1473526305 ** get_address_of_s_CachedClipList_17() { return &___s_CachedClipList_17; } inline void set_s_CachedClipList_17(BetterList_1_t1473526305 * value) { ___s_CachedClipList_17 = value; Il2CppCodeGenWriteBarrier((&___s_CachedClipList_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSITE_T233742424_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 CRECREATIONMANAGER_T3180859335_H #define CRECREATIONMANAGER_T3180859335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRecreationManager struct CRecreationManager_t3180859335 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsOnClickU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CRecreationManager::k__BackingField int32_t ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsFristRefreshSceneU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4; // System.Collections.Generic.List`1 DMCore.Logic.CRecreationManager::recSceneInfoList List_1_t2051261444 * ___recSceneInfoList_5; // System.Int32 DMCore.Logic.CRecreationManager::currSelectSceneID int32_t ___currSelectSceneID_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CRecreationManager::inIDDic Dictionary_2_t4013585537 * ___inIDDic_7; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsNeedRefrshStatusU3Ek__BackingField_8; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideInterNowU3Ek__BackingField_9; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideAllBtnNowU3Ek__BackingField_10; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideInterU3Ek__BackingField_11; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideAllBtnU3Ek__BackingField_12; public: inline static int32_t get_offset_of_U3CIsOnClickU3Ek__BackingField_1() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsOnClickU3Ek__BackingField_1)); } inline bool get_U3CIsOnClickU3Ek__BackingField_1() const { return ___U3CIsOnClickU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsOnClickU3Ek__BackingField_1() { return &___U3CIsOnClickU3Ek__BackingField_1; } inline void set_U3CIsOnClickU3Ek__BackingField_1(bool value) { ___U3CIsOnClickU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2)); } inline int32_t get_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2() const { return ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2() { return &___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2; } inline void set_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2(int32_t value) { ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsFristRefreshSceneU3Ek__BackingField_3() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsFristRefreshSceneU3Ek__BackingField_3)); } inline bool get_U3CIsFristRefreshSceneU3Ek__BackingField_3() const { return ___U3CIsFristRefreshSceneU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsFristRefreshSceneU3Ek__BackingField_3() { return &___U3CIsFristRefreshSceneU3Ek__BackingField_3; } inline void set_U3CIsFristRefreshSceneU3Ek__BackingField_3(bool value) { ___U3CIsFristRefreshSceneU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsNeedRecSceneChangedU3Ek__BackingField_4() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4)); } inline bool get_U3CIsNeedRecSceneChangedU3Ek__BackingField_4() const { return ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsNeedRecSceneChangedU3Ek__BackingField_4() { return &___U3CIsNeedRecSceneChangedU3Ek__BackingField_4; } inline void set_U3CIsNeedRecSceneChangedU3Ek__BackingField_4(bool value) { ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_recSceneInfoList_5() { return static_cast(offsetof(CRecreationManager_t3180859335, ___recSceneInfoList_5)); } inline List_1_t2051261444 * get_recSceneInfoList_5() const { return ___recSceneInfoList_5; } inline List_1_t2051261444 ** get_address_of_recSceneInfoList_5() { return &___recSceneInfoList_5; } inline void set_recSceneInfoList_5(List_1_t2051261444 * value) { ___recSceneInfoList_5 = value; Il2CppCodeGenWriteBarrier((&___recSceneInfoList_5), value); } inline static int32_t get_offset_of_currSelectSceneID_6() { return static_cast(offsetof(CRecreationManager_t3180859335, ___currSelectSceneID_6)); } inline int32_t get_currSelectSceneID_6() const { return ___currSelectSceneID_6; } inline int32_t* get_address_of_currSelectSceneID_6() { return &___currSelectSceneID_6; } inline void set_currSelectSceneID_6(int32_t value) { ___currSelectSceneID_6 = value; } inline static int32_t get_offset_of_inIDDic_7() { return static_cast(offsetof(CRecreationManager_t3180859335, ___inIDDic_7)); } inline Dictionary_2_t4013585537 * get_inIDDic_7() const { return ___inIDDic_7; } inline Dictionary_2_t4013585537 ** get_address_of_inIDDic_7() { return &___inIDDic_7; } inline void set_inIDDic_7(Dictionary_2_t4013585537 * value) { ___inIDDic_7 = value; Il2CppCodeGenWriteBarrier((&___inIDDic_7), value); } inline static int32_t get_offset_of_U3CIsNeedRefrshStatusU3Ek__BackingField_8() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsNeedRefrshStatusU3Ek__BackingField_8)); } inline bool get_U3CIsNeedRefrshStatusU3Ek__BackingField_8() const { return ___U3CIsNeedRefrshStatusU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsNeedRefrshStatusU3Ek__BackingField_8() { return &___U3CIsNeedRefrshStatusU3Ek__BackingField_8; } inline void set_U3CIsNeedRefrshStatusU3Ek__BackingField_8(bool value) { ___U3CIsNeedRefrshStatusU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsHideInterNowU3Ek__BackingField_9() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideInterNowU3Ek__BackingField_9)); } inline bool get_U3CIsHideInterNowU3Ek__BackingField_9() const { return ___U3CIsHideInterNowU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsHideInterNowU3Ek__BackingField_9() { return &___U3CIsHideInterNowU3Ek__BackingField_9; } inline void set_U3CIsHideInterNowU3Ek__BackingField_9(bool value) { ___U3CIsHideInterNowU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CIsHideAllBtnNowU3Ek__BackingField_10() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideAllBtnNowU3Ek__BackingField_10)); } inline bool get_U3CIsHideAllBtnNowU3Ek__BackingField_10() const { return ___U3CIsHideAllBtnNowU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsHideAllBtnNowU3Ek__BackingField_10() { return &___U3CIsHideAllBtnNowU3Ek__BackingField_10; } inline void set_U3CIsHideAllBtnNowU3Ek__BackingField_10(bool value) { ___U3CIsHideAllBtnNowU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CIsHideInterU3Ek__BackingField_11() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideInterU3Ek__BackingField_11)); } inline bool get_U3CIsHideInterU3Ek__BackingField_11() const { return ___U3CIsHideInterU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsHideInterU3Ek__BackingField_11() { return &___U3CIsHideInterU3Ek__BackingField_11; } inline void set_U3CIsHideInterU3Ek__BackingField_11(bool value) { ___U3CIsHideInterU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CIsHideAllBtnU3Ek__BackingField_12() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideAllBtnU3Ek__BackingField_12)); } inline bool get_U3CIsHideAllBtnU3Ek__BackingField_12() const { return ___U3CIsHideAllBtnU3Ek__BackingField_12; } inline bool* get_address_of_U3CIsHideAllBtnU3Ek__BackingField_12() { return &___U3CIsHideAllBtnU3Ek__BackingField_12; } inline void set_U3CIsHideAllBtnU3Ek__BackingField_12(bool value) { ___U3CIsHideAllBtnU3Ek__BackingField_12 = value; } }; struct CRecreationManager_t3180859335_StaticFields { public: // DMCore.Logic.CRecreationManager DMCore.Logic.CRecreationManager::m_instance CRecreationManager_t3180859335 * ___m_instance_0; public: inline static int32_t get_offset_of_m_instance_0() { return static_cast(offsetof(CRecreationManager_t3180859335_StaticFields, ___m_instance_0)); } inline CRecreationManager_t3180859335 * get_m_instance_0() const { return ___m_instance_0; } inline CRecreationManager_t3180859335 ** get_address_of_m_instance_0() { return &___m_instance_0; } inline void set_m_instance_0(CRecreationManager_t3180859335 * value) { ___m_instance_0 = value; Il2CppCodeGenWriteBarrier((&___m_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRECREATIONMANAGER_T3180859335_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 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 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 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: // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModelItem::m_Role ISceneRole_t2394225724 * ___m_Role_0; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_Category int32_t ___m_Category_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SubModelIndex int32_t ___m_SubModelIndex_2; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SexVal int32_t ___m_SexVal_3; // System.String DMCore.Framework.Scene.CRoleModelItem::m_PrefabName String_t* ___m_PrefabName_4; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LastValidPrefabName String_t* ___m_LastValidPrefabName_5; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bSendChange bool ___m_bSendChange_6; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bAsUnderwearFullShow bool ___m_bAsUnderwearFullShow_7; // UnityEngine.Texture2D DMCore.Framework.Scene.CRoleModelItem::m_TextureSocks Texture2D_t3840446185 * ___m_TextureSocks_8; // UnityEngine.Texture2D DMCore.Framework.Scene.CRoleModelItem::m_TextureBeautyEyes Texture2D_t3840446185 * ___m_TextureBeautyEyes_9; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelItem::m_MatBeautyEyes Material_t340375123 * ___m_MatBeautyEyes_10; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_OwnSelfSkeletons bool ___m_OwnSelfSkeletons_11; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bFirstFailed bool ___m_bFirstFailed_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.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bEnable bool ___m_bEnable_18; // System.String DMCore.Framework.Scene.CRoleModelItem::m_curAnimName String_t* ___m_curAnimName_19; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_currentState stItemState_t244584211 * ___m_currentState_20; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_lastState stItemState_t244584211 * ___m_lastState_21; public: inline static int32_t get_offset_of_m_Role_0() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Role_0)); } inline ISceneRole_t2394225724 * get_m_Role_0() const { return ___m_Role_0; } inline ISceneRole_t2394225724 ** get_address_of_m_Role_0() { return &___m_Role_0; } inline void set_m_Role_0(ISceneRole_t2394225724 * value) { ___m_Role_0 = value; Il2CppCodeGenWriteBarrier((&___m_Role_0), value); } inline static int32_t get_offset_of_m_Category_1() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Category_1)); } inline int32_t get_m_Category_1() const { return ___m_Category_1; } inline int32_t* get_address_of_m_Category_1() { return &___m_Category_1; } inline void set_m_Category_1(int32_t value) { ___m_Category_1 = value; } inline static int32_t get_offset_of_m_SubModelIndex_2() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SubModelIndex_2)); } inline int32_t get_m_SubModelIndex_2() const { return ___m_SubModelIndex_2; } inline int32_t* get_address_of_m_SubModelIndex_2() { return &___m_SubModelIndex_2; } inline void set_m_SubModelIndex_2(int32_t value) { ___m_SubModelIndex_2 = value; } inline static int32_t get_offset_of_m_SexVal_3() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SexVal_3)); } inline int32_t get_m_SexVal_3() const { return ___m_SexVal_3; } inline int32_t* get_address_of_m_SexVal_3() { return &___m_SexVal_3; } inline void set_m_SexVal_3(int32_t value) { ___m_SexVal_3 = value; } inline static int32_t get_offset_of_m_PrefabName_4() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_PrefabName_4)); } inline String_t* get_m_PrefabName_4() const { return ___m_PrefabName_4; } inline String_t** get_address_of_m_PrefabName_4() { return &___m_PrefabName_4; } inline void set_m_PrefabName_4(String_t* value) { ___m_PrefabName_4 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabName_4), value); } inline static int32_t get_offset_of_m_LastValidPrefabName_5() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LastValidPrefabName_5)); } inline String_t* get_m_LastValidPrefabName_5() const { return ___m_LastValidPrefabName_5; } inline String_t** get_address_of_m_LastValidPrefabName_5() { return &___m_LastValidPrefabName_5; } inline void set_m_LastValidPrefabName_5(String_t* value) { ___m_LastValidPrefabName_5 = value; Il2CppCodeGenWriteBarrier((&___m_LastValidPrefabName_5), value); } inline static int32_t get_offset_of_m_bSendChange_6() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bSendChange_6)); } inline bool get_m_bSendChange_6() const { return ___m_bSendChange_6; } inline bool* get_address_of_m_bSendChange_6() { return &___m_bSendChange_6; } inline void set_m_bSendChange_6(bool value) { ___m_bSendChange_6 = value; } inline static int32_t get_offset_of_m_bAsUnderwearFullShow_7() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bAsUnderwearFullShow_7)); } inline bool get_m_bAsUnderwearFullShow_7() const { return ___m_bAsUnderwearFullShow_7; } inline bool* get_address_of_m_bAsUnderwearFullShow_7() { return &___m_bAsUnderwearFullShow_7; } inline void set_m_bAsUnderwearFullShow_7(bool value) { ___m_bAsUnderwearFullShow_7 = value; } inline static int32_t get_offset_of_m_TextureSocks_8() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_TextureSocks_8)); } inline Texture2D_t3840446185 * get_m_TextureSocks_8() const { return ___m_TextureSocks_8; } inline Texture2D_t3840446185 ** get_address_of_m_TextureSocks_8() { return &___m_TextureSocks_8; } inline void set_m_TextureSocks_8(Texture2D_t3840446185 * value) { ___m_TextureSocks_8 = value; Il2CppCodeGenWriteBarrier((&___m_TextureSocks_8), value); } inline static int32_t get_offset_of_m_TextureBeautyEyes_9() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_TextureBeautyEyes_9)); } inline Texture2D_t3840446185 * get_m_TextureBeautyEyes_9() const { return ___m_TextureBeautyEyes_9; } inline Texture2D_t3840446185 ** get_address_of_m_TextureBeautyEyes_9() { return &___m_TextureBeautyEyes_9; } inline void set_m_TextureBeautyEyes_9(Texture2D_t3840446185 * value) { ___m_TextureBeautyEyes_9 = value; Il2CppCodeGenWriteBarrier((&___m_TextureBeautyEyes_9), value); } inline static int32_t get_offset_of_m_MatBeautyEyes_10() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_MatBeautyEyes_10)); } inline Material_t340375123 * get_m_MatBeautyEyes_10() const { return ___m_MatBeautyEyes_10; } inline Material_t340375123 ** get_address_of_m_MatBeautyEyes_10() { return &___m_MatBeautyEyes_10; } inline void set_m_MatBeautyEyes_10(Material_t340375123 * value) { ___m_MatBeautyEyes_10 = value; Il2CppCodeGenWriteBarrier((&___m_MatBeautyEyes_10), value); } inline static int32_t get_offset_of_m_OwnSelfSkeletons_11() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_OwnSelfSkeletons_11)); } inline bool get_m_OwnSelfSkeletons_11() const { return ___m_OwnSelfSkeletons_11; } inline bool* get_address_of_m_OwnSelfSkeletons_11() { return &___m_OwnSelfSkeletons_11; } inline void set_m_OwnSelfSkeletons_11(bool value) { ___m_OwnSelfSkeletons_11 = value; } inline static int32_t get_offset_of_m_bFirstFailed_12() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bFirstFailed_12)); } inline bool get_m_bFirstFailed_12() const { return ___m_bFirstFailed_12; } inline bool* get_address_of_m_bFirstFailed_12() { return &___m_bFirstFailed_12; } inline void set_m_bFirstFailed_12(bool value) { ___m_bFirstFailed_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_bEnable_18() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bEnable_18)); } inline bool get_m_bEnable_18() const { return ___m_bEnable_18; } inline bool* get_address_of_m_bEnable_18() { return &___m_bEnable_18; } inline void set_m_bEnable_18(bool value) { ___m_bEnable_18 = value; } inline static int32_t get_offset_of_m_curAnimName_19() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_curAnimName_19)); } inline String_t* get_m_curAnimName_19() const { return ___m_curAnimName_19; } inline String_t** get_address_of_m_curAnimName_19() { return &___m_curAnimName_19; } inline void set_m_curAnimName_19(String_t* value) { ___m_curAnimName_19 = value; Il2CppCodeGenWriteBarrier((&___m_curAnimName_19), value); } inline static int32_t get_offset_of_m_currentState_20() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_currentState_20)); } inline stItemState_t244584211 * get_m_currentState_20() const { return ___m_currentState_20; } inline stItemState_t244584211 ** get_address_of_m_currentState_20() { return &___m_currentState_20; } inline void set_m_currentState_20(stItemState_t244584211 * value) { ___m_currentState_20 = value; Il2CppCodeGenWriteBarrier((&___m_currentState_20), value); } inline static int32_t get_offset_of_m_lastState_21() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_lastState_21)); } inline stItemState_t244584211 * get_m_lastState_21() const { return ___m_lastState_21; } inline stItemState_t244584211 ** get_address_of_m_lastState_21() { return &___m_lastState_21; } inline void set_m_lastState_21(stItemState_t244584211 * value) { ___m_lastState_21 = value; Il2CppCodeGenWriteBarrier((&___m_lastState_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_T1608531946_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 LIST_1_T2585711361_H #define LIST_1_T2585711361_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_t2585711361 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_t3328599146* ____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_t2585711361, ____items_1)); } inline GameObjectU5BU5D_t3328599146* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_t3328599146** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_t3328599146* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2585711361, ____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_t2585711361, ____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_t2585711361_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GameObjectU5BU5D_t3328599146* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2585711361_StaticFields, ___EmptyArray_4)); } inline GameObjectU5BU5D_t3328599146* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GameObjectU5BU5D_t3328599146** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GameObjectU5BU5D_t3328599146* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2585711361_H #ifndef CTITLEDESC_T1213620943_H #define CTITLEDESC_T1213620943_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTitleManager/CTitleDesc struct CTitleDesc_t1213620943 : public RuntimeObject { public: // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_midi String_t* ___m_midi_0; // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_effect String_t* ___m_effect_1; // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_texture String_t* ___m_texture_2; // System.Int32 DMCore.Logic.CTitleManager/CTitleDesc::m_id int32_t ___m_id_3; // System.Int32 DMCore.Logic.CTitleManager/CTitleDesc::m_level int32_t ___m_level_4; // System.Boolean DMCore.Logic.CTitleManager/CTitleDesc::m_bEnable bool ___m_bEnable_5; // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_titleParticlePath String_t* ___m_titleParticlePath_6; // System.Int32 DMCore.Logic.CTitleManager/CTitleDesc::m_specificTitleTexID int32_t ___m_specificTitleTexID_7; public: inline static int32_t get_offset_of_m_midi_0() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_midi_0)); } inline String_t* get_m_midi_0() const { return ___m_midi_0; } inline String_t** get_address_of_m_midi_0() { return &___m_midi_0; } inline void set_m_midi_0(String_t* value) { ___m_midi_0 = value; Il2CppCodeGenWriteBarrier((&___m_midi_0), value); } inline static int32_t get_offset_of_m_effect_1() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_effect_1)); } inline String_t* get_m_effect_1() const { return ___m_effect_1; } inline String_t** get_address_of_m_effect_1() { return &___m_effect_1; } inline void set_m_effect_1(String_t* value) { ___m_effect_1 = value; Il2CppCodeGenWriteBarrier((&___m_effect_1), value); } inline static int32_t get_offset_of_m_texture_2() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_texture_2)); } inline String_t* get_m_texture_2() const { return ___m_texture_2; } inline String_t** get_address_of_m_texture_2() { return &___m_texture_2; } inline void set_m_texture_2(String_t* value) { ___m_texture_2 = value; Il2CppCodeGenWriteBarrier((&___m_texture_2), value); } inline static int32_t get_offset_of_m_id_3() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_id_3)); } inline int32_t get_m_id_3() const { return ___m_id_3; } inline int32_t* get_address_of_m_id_3() { return &___m_id_3; } inline void set_m_id_3(int32_t value) { ___m_id_3 = value; } inline static int32_t get_offset_of_m_level_4() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_level_4)); } inline int32_t get_m_level_4() const { return ___m_level_4; } inline int32_t* get_address_of_m_level_4() { return &___m_level_4; } inline void set_m_level_4(int32_t value) { ___m_level_4 = value; } inline static int32_t get_offset_of_m_bEnable_5() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_bEnable_5)); } inline bool get_m_bEnable_5() const { return ___m_bEnable_5; } inline bool* get_address_of_m_bEnable_5() { return &___m_bEnable_5; } inline void set_m_bEnable_5(bool value) { ___m_bEnable_5 = value; } inline static int32_t get_offset_of_m_titleParticlePath_6() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_titleParticlePath_6)); } inline String_t* get_m_titleParticlePath_6() const { return ___m_titleParticlePath_6; } inline String_t** get_address_of_m_titleParticlePath_6() { return &___m_titleParticlePath_6; } inline void set_m_titleParticlePath_6(String_t* value) { ___m_titleParticlePath_6 = value; Il2CppCodeGenWriteBarrier((&___m_titleParticlePath_6), value); } inline static int32_t get_offset_of_m_specificTitleTexID_7() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_specificTitleTexID_7)); } inline int32_t get_m_specificTitleTexID_7() const { return ___m_specificTitleTexID_7; } inline int32_t* get_address_of_m_specificTitleTexID_7() { return &___m_specificTitleTexID_7; } inline void set_m_specificTitleTexID_7(int32_t value) { ___m_specificTitleTexID_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTITLEDESC_T1213620943_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 FITFUNWEBHELP_T2909657851_H #define FITFUNWEBHELP_T2909657851_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Web.FitfunWebHelp struct FitfunWebHelp_t2909657851 : public RuntimeObject { public: // System.Single DMCore.Framework.Web.FitfunWebHelp::m_time float ___m_time_0; // System.Int32 DMCore.Framework.Web.FitfunWebHelp::m_downLen int32_t ___m_downLen_1; // System.Single DMCore.Framework.Web.FitfunWebHelp::m_speed float ___m_speed_2; public: inline static int32_t get_offset_of_m_time_0() { return static_cast(offsetof(FitfunWebHelp_t2909657851, ___m_time_0)); } inline float get_m_time_0() const { return ___m_time_0; } inline float* get_address_of_m_time_0() { return &___m_time_0; } inline void set_m_time_0(float value) { ___m_time_0 = value; } inline static int32_t get_offset_of_m_downLen_1() { return static_cast(offsetof(FitfunWebHelp_t2909657851, ___m_downLen_1)); } inline int32_t get_m_downLen_1() const { return ___m_downLen_1; } inline int32_t* get_address_of_m_downLen_1() { return &___m_downLen_1; } inline void set_m_downLen_1(int32_t value) { ___m_downLen_1 = value; } inline static int32_t get_offset_of_m_speed_2() { return static_cast(offsetof(FitfunWebHelp_t2909657851, ___m_speed_2)); } inline float get_m_speed_2() const { return ___m_speed_2; } inline float* get_address_of_m_speed_2() { return &___m_speed_2; } inline void set_m_speed_2(float value) { ___m_speed_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FITFUNWEBHELP_T2909657851_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 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 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 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 MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef ITEXTBASE_T660344599_H #define ITEXTBASE_T660344599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.ITextBase struct ITextBase_t660344599 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.ITextBase::m_listCache Dictionary_2_t4177511560 * ___m_listCache_0; public: inline static int32_t get_offset_of_m_listCache_0() { return static_cast(offsetof(ITextBase_t660344599, ___m_listCache_0)); } inline Dictionary_2_t4177511560 * get_m_listCache_0() const { return ___m_listCache_0; } inline Dictionary_2_t4177511560 ** get_address_of_m_listCache_0() { return &___m_listCache_0; } inline void set_m_listCache_0(Dictionary_2_t4177511560 * value) { ___m_listCache_0 = value; Il2CppCodeGenWriteBarrier((&___m_listCache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEXTBASE_T660344599_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 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 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 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 CANIMSYSTEM_T3541144328_H #define CANIMSYSTEM_T3541144328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bPaused bool ___m_bPaused_0; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bEditMode bool ___m_bEditMode_1; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bIntroduceMode bool ___m_bIntroduceMode_2; // System.Collections.Generic.List`1 DMCore.Framework.Movie.CAnimSystem::m_SequenceAll List_1_t3326345499 * ___m_SequenceAll_3; // System.Single DMCore.Framework.Movie.CAnimSystem::m_curTime float ___m_curTime_4; // System.Int32 DMCore.Framework.Movie.CAnimSystem::m_musicLevel int32_t ___m_musicLevel_5; // System.String DMCore.Framework.Movie.CAnimSystem::m_musicCfgPath String_t* ___m_musicCfgPath_6; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bOverTimeAutoStop bool ___m_bOverTimeAutoStop_7; // BetterList`1 DMCore.Framework.Movie.CAnimSystem::m_vStopList BetterList_1_t1002471007 * ___m_vStopList_8; public: inline static int32_t get_offset_of_m_bPaused_0() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bPaused_0)); } inline bool get_m_bPaused_0() const { return ___m_bPaused_0; } inline bool* get_address_of_m_bPaused_0() { return &___m_bPaused_0; } inline void set_m_bPaused_0(bool value) { ___m_bPaused_0 = value; } inline static int32_t get_offset_of_m_bEditMode_1() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bEditMode_1)); } inline bool get_m_bEditMode_1() const { return ___m_bEditMode_1; } inline bool* get_address_of_m_bEditMode_1() { return &___m_bEditMode_1; } inline void set_m_bEditMode_1(bool value) { ___m_bEditMode_1 = value; } inline static int32_t get_offset_of_m_bIntroduceMode_2() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bIntroduceMode_2)); } inline bool get_m_bIntroduceMode_2() const { return ___m_bIntroduceMode_2; } inline bool* get_address_of_m_bIntroduceMode_2() { return &___m_bIntroduceMode_2; } inline void set_m_bIntroduceMode_2(bool value) { ___m_bIntroduceMode_2 = value; } inline static int32_t get_offset_of_m_SequenceAll_3() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_SequenceAll_3)); } inline List_1_t3326345499 * get_m_SequenceAll_3() const { return ___m_SequenceAll_3; } inline List_1_t3326345499 ** get_address_of_m_SequenceAll_3() { return &___m_SequenceAll_3; } inline void set_m_SequenceAll_3(List_1_t3326345499 * value) { ___m_SequenceAll_3 = value; Il2CppCodeGenWriteBarrier((&___m_SequenceAll_3), value); } inline static int32_t get_offset_of_m_curTime_4() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_curTime_4)); } inline float get_m_curTime_4() const { return ___m_curTime_4; } inline float* get_address_of_m_curTime_4() { return &___m_curTime_4; } inline void set_m_curTime_4(float value) { ___m_curTime_4 = value; } inline static int32_t get_offset_of_m_musicLevel_5() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicLevel_5)); } inline int32_t get_m_musicLevel_5() const { return ___m_musicLevel_5; } inline int32_t* get_address_of_m_musicLevel_5() { return &___m_musicLevel_5; } inline void set_m_musicLevel_5(int32_t value) { ___m_musicLevel_5 = value; } inline static int32_t get_offset_of_m_musicCfgPath_6() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicCfgPath_6)); } inline String_t* get_m_musicCfgPath_6() const { return ___m_musicCfgPath_6; } inline String_t** get_address_of_m_musicCfgPath_6() { return &___m_musicCfgPath_6; } inline void set_m_musicCfgPath_6(String_t* value) { ___m_musicCfgPath_6 = value; Il2CppCodeGenWriteBarrier((&___m_musicCfgPath_6), value); } inline static int32_t get_offset_of_m_bOverTimeAutoStop_7() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bOverTimeAutoStop_7)); } inline bool get_m_bOverTimeAutoStop_7() const { return ___m_bOverTimeAutoStop_7; } inline bool* get_address_of_m_bOverTimeAutoStop_7() { return &___m_bOverTimeAutoStop_7; } inline void set_m_bOverTimeAutoStop_7(bool value) { ___m_bOverTimeAutoStop_7 = value; } inline static int32_t get_offset_of_m_vStopList_8() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_vStopList_8)); } inline BetterList_1_t1002471007 * get_m_vStopList_8() const { return ___m_vStopList_8; } inline BetterList_1_t1002471007 ** get_address_of_m_vStopList_8() { return &___m_vStopList_8; } inline void set_m_vStopList_8(BetterList_1_t1002471007 * value) { ___m_vStopList_8 = value; Il2CppCodeGenWriteBarrier((&___m_vStopList_8), value); } }; struct CAnimSystem_t3541144328_StaticFields { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map4 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4_9; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_10; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_11; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4_9() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map4_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4_9() const { return ___U3CU3Ef__switchU24map4_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4_9() { return &___U3CU3Ef__switchU24map4_9; } inline void set_U3CU3Ef__switchU24map4_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4_9), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_10() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map5_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_10() const { return ___U3CU3Ef__switchU24map5_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_10() { return &___U3CU3Ef__switchU24map5_10; } inline void set_U3CU3Ef__switchU24map5_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_10), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_11() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map6_11)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_11() const { return ___U3CU3Ef__switchU24map6_11; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_11() { return &___U3CU3Ef__switchU24map6_11; } inline void set_U3CU3Ef__switchU24map6_11(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSYSTEM_T3541144328_H #ifndef CVIPMANAGER_T269477008_H #define CVIPMANAGER_T269477008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CVipManager struct CVipManager_t269477008 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CVipManager::m_IsNeedRefreshMainPage bool ___m_IsNeedRefreshMainPage_0; // System.Boolean DMCore.Logic.CVipManager::m_IsNeedRefreshGiftPage bool ___m_IsNeedRefreshGiftPage_1; public: inline static int32_t get_offset_of_m_IsNeedRefreshMainPage_0() { return static_cast(offsetof(CVipManager_t269477008, ___m_IsNeedRefreshMainPage_0)); } inline bool get_m_IsNeedRefreshMainPage_0() const { return ___m_IsNeedRefreshMainPage_0; } inline bool* get_address_of_m_IsNeedRefreshMainPage_0() { return &___m_IsNeedRefreshMainPage_0; } inline void set_m_IsNeedRefreshMainPage_0(bool value) { ___m_IsNeedRefreshMainPage_0 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshGiftPage_1() { return static_cast(offsetof(CVipManager_t269477008, ___m_IsNeedRefreshGiftPage_1)); } inline bool get_m_IsNeedRefreshGiftPage_1() const { return ___m_IsNeedRefreshGiftPage_1; } inline bool* get_address_of_m_IsNeedRefreshGiftPage_1() { return &___m_IsNeedRefreshGiftPage_1; } inline void set_m_IsNeedRefreshGiftPage_1(bool value) { ___m_IsNeedRefreshGiftPage_1 = value; } }; struct CVipManager_t269477008_StaticFields { public: // DMCore.Logic.CVipManager DMCore.Logic.CVipManager::s_Instance CVipManager_t269477008 * ___s_Instance_2; // System.String DMCore.Logic.CVipManager::s_Default_State_Value String_t* ___s_Default_State_Value_3; // UIAtlas DMCore.Logic.CVipManager::s_VipAtlasRes UIAtlas_t3195533529 * ___s_VipAtlasRes_4; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_Instance_2)); } inline CVipManager_t269477008 * get_s_Instance_2() const { return ___s_Instance_2; } inline CVipManager_t269477008 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CVipManager_t269477008 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } inline static int32_t get_offset_of_s_Default_State_Value_3() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_Default_State_Value_3)); } inline String_t* get_s_Default_State_Value_3() const { return ___s_Default_State_Value_3; } inline String_t** get_address_of_s_Default_State_Value_3() { return &___s_Default_State_Value_3; } inline void set_s_Default_State_Value_3(String_t* value) { ___s_Default_State_Value_3 = value; Il2CppCodeGenWriteBarrier((&___s_Default_State_Value_3), value); } inline static int32_t get_offset_of_s_VipAtlasRes_4() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_VipAtlasRes_4)); } inline UIAtlas_t3195533529 * get_s_VipAtlasRes_4() const { return ___s_VipAtlasRes_4; } inline UIAtlas_t3195533529 ** get_address_of_s_VipAtlasRes_4() { return &___s_VipAtlasRes_4; } inline void set_s_VipAtlasRes_4(UIAtlas_t3195533529 * value) { ___s_VipAtlasRes_4 = value; Il2CppCodeGenWriteBarrier((&___s_VipAtlasRes_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVIPMANAGER_T269477008_H #ifndef QUALIFYINFO_T2809524376_H #define QUALIFYINFO_T2809524376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QualifyInfo struct QualifyInfo_t2809524376 : public RuntimeObject { public: // System.String QualifyInfo::PlayerName String_t* ___PlayerName_0; // System.Int64 QualifyInfo::UserID int64_t ___UserID_1; // System.Int64 QualifyInfo::HeadPhotoID int64_t ___HeadPhotoID_2; // System.Int32 QualifyInfo::Sex int32_t ___Sex_3; // System.Int32 QualifyInfo::ModeName int32_t ___ModeName_4; // System.String QualifyInfo::GradeName String_t* ___GradeName_5; // System.Int32 QualifyInfo::QualifyLevel int32_t ___QualifyLevel_6; // System.Int32 QualifyInfo::StarNum int32_t ___StarNum_7; // System.Int32 QualifyInfo::StarAll int32_t ___StarAll_8; // System.Int32 QualifyInfo::Grade int32_t ___Grade_9; // System.Int32 QualifyInfo::MyRankNum int32_t ___MyRankNum_10; // System.Int32 QualifyInfo::Score int32_t ___Score_11; // System.Single QualifyInfo::WinRate float ___WinRate_12; // System.Int32 QualifyInfo::WinCount int32_t ___WinCount_13; // System.Int32 QualifyInfo::TotalGameNum int32_t ___TotalGameNum_14; // System.Int32 QualifyInfo::HeadBoxID int32_t ___HeadBoxID_15; public: inline static int32_t get_offset_of_PlayerName_0() { return static_cast(offsetof(QualifyInfo_t2809524376, ___PlayerName_0)); } inline String_t* get_PlayerName_0() const { return ___PlayerName_0; } inline String_t** get_address_of_PlayerName_0() { return &___PlayerName_0; } inline void set_PlayerName_0(String_t* value) { ___PlayerName_0 = value; Il2CppCodeGenWriteBarrier((&___PlayerName_0), value); } inline static int32_t get_offset_of_UserID_1() { return static_cast(offsetof(QualifyInfo_t2809524376, ___UserID_1)); } inline int64_t get_UserID_1() const { return ___UserID_1; } inline int64_t* get_address_of_UserID_1() { return &___UserID_1; } inline void set_UserID_1(int64_t value) { ___UserID_1 = value; } inline static int32_t get_offset_of_HeadPhotoID_2() { return static_cast(offsetof(QualifyInfo_t2809524376, ___HeadPhotoID_2)); } inline int64_t get_HeadPhotoID_2() const { return ___HeadPhotoID_2; } inline int64_t* get_address_of_HeadPhotoID_2() { return &___HeadPhotoID_2; } inline void set_HeadPhotoID_2(int64_t value) { ___HeadPhotoID_2 = value; } inline static int32_t get_offset_of_Sex_3() { return static_cast(offsetof(QualifyInfo_t2809524376, ___Sex_3)); } inline int32_t get_Sex_3() const { return ___Sex_3; } inline int32_t* get_address_of_Sex_3() { return &___Sex_3; } inline void set_Sex_3(int32_t value) { ___Sex_3 = value; } inline static int32_t get_offset_of_ModeName_4() { return static_cast(offsetof(QualifyInfo_t2809524376, ___ModeName_4)); } inline int32_t get_ModeName_4() const { return ___ModeName_4; } inline int32_t* get_address_of_ModeName_4() { return &___ModeName_4; } inline void set_ModeName_4(int32_t value) { ___ModeName_4 = value; } inline static int32_t get_offset_of_GradeName_5() { return static_cast(offsetof(QualifyInfo_t2809524376, ___GradeName_5)); } inline String_t* get_GradeName_5() const { return ___GradeName_5; } inline String_t** get_address_of_GradeName_5() { return &___GradeName_5; } inline void set_GradeName_5(String_t* value) { ___GradeName_5 = value; Il2CppCodeGenWriteBarrier((&___GradeName_5), value); } inline static int32_t get_offset_of_QualifyLevel_6() { return static_cast(offsetof(QualifyInfo_t2809524376, ___QualifyLevel_6)); } inline int32_t get_QualifyLevel_6() const { return ___QualifyLevel_6; } inline int32_t* get_address_of_QualifyLevel_6() { return &___QualifyLevel_6; } inline void set_QualifyLevel_6(int32_t value) { ___QualifyLevel_6 = value; } inline static int32_t get_offset_of_StarNum_7() { return static_cast(offsetof(QualifyInfo_t2809524376, ___StarNum_7)); } inline int32_t get_StarNum_7() const { return ___StarNum_7; } inline int32_t* get_address_of_StarNum_7() { return &___StarNum_7; } inline void set_StarNum_7(int32_t value) { ___StarNum_7 = value; } inline static int32_t get_offset_of_StarAll_8() { return static_cast(offsetof(QualifyInfo_t2809524376, ___StarAll_8)); } inline int32_t get_StarAll_8() const { return ___StarAll_8; } inline int32_t* get_address_of_StarAll_8() { return &___StarAll_8; } inline void set_StarAll_8(int32_t value) { ___StarAll_8 = value; } inline static int32_t get_offset_of_Grade_9() { return static_cast(offsetof(QualifyInfo_t2809524376, ___Grade_9)); } inline int32_t get_Grade_9() const { return ___Grade_9; } inline int32_t* get_address_of_Grade_9() { return &___Grade_9; } inline void set_Grade_9(int32_t value) { ___Grade_9 = value; } inline static int32_t get_offset_of_MyRankNum_10() { return static_cast(offsetof(QualifyInfo_t2809524376, ___MyRankNum_10)); } inline int32_t get_MyRankNum_10() const { return ___MyRankNum_10; } inline int32_t* get_address_of_MyRankNum_10() { return &___MyRankNum_10; } inline void set_MyRankNum_10(int32_t value) { ___MyRankNum_10 = value; } inline static int32_t get_offset_of_Score_11() { return static_cast(offsetof(QualifyInfo_t2809524376, ___Score_11)); } inline int32_t get_Score_11() const { return ___Score_11; } inline int32_t* get_address_of_Score_11() { return &___Score_11; } inline void set_Score_11(int32_t value) { ___Score_11 = value; } inline static int32_t get_offset_of_WinRate_12() { return static_cast(offsetof(QualifyInfo_t2809524376, ___WinRate_12)); } inline float get_WinRate_12() const { return ___WinRate_12; } inline float* get_address_of_WinRate_12() { return &___WinRate_12; } inline void set_WinRate_12(float value) { ___WinRate_12 = value; } inline static int32_t get_offset_of_WinCount_13() { return static_cast(offsetof(QualifyInfo_t2809524376, ___WinCount_13)); } inline int32_t get_WinCount_13() const { return ___WinCount_13; } inline int32_t* get_address_of_WinCount_13() { return &___WinCount_13; } inline void set_WinCount_13(int32_t value) { ___WinCount_13 = value; } inline static int32_t get_offset_of_TotalGameNum_14() { return static_cast(offsetof(QualifyInfo_t2809524376, ___TotalGameNum_14)); } inline int32_t get_TotalGameNum_14() const { return ___TotalGameNum_14; } inline int32_t* get_address_of_TotalGameNum_14() { return &___TotalGameNum_14; } inline void set_TotalGameNum_14(int32_t value) { ___TotalGameNum_14 = value; } inline static int32_t get_offset_of_HeadBoxID_15() { return static_cast(offsetof(QualifyInfo_t2809524376, ___HeadBoxID_15)); } inline int32_t get_HeadBoxID_15() const { return ___HeadBoxID_15; } inline int32_t* get_address_of_HeadBoxID_15() { return &___HeadBoxID_15; } inline void set_HeadBoxID_15(int32_t value) { ___HeadBoxID_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUALIFYINFO_T2809524376_H #ifndef CLOCALIZATIONMANAGER_T2604768345_H #define CLOCALIZATIONMANAGER_T2604768345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345 : public RuntimeObject { public: public: }; struct CLocalizationManager_t2604768345_StaticFields { public: // System.String DMCore.Framework.Localization.CLocalizationManager::s_CurrentLanguage String_t* ___s_CurrentLanguage_0; // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::s_Instance CLocalizationManager_t2604768345 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_CurrentLanguage_0() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_CurrentLanguage_0)); } inline String_t* get_s_CurrentLanguage_0() const { return ___s_CurrentLanguage_0; } inline String_t** get_address_of_s_CurrentLanguage_0() { return &___s_CurrentLanguage_0; } inline void set_s_CurrentLanguage_0(String_t* value) { ___s_CurrentLanguage_0 = value; Il2CppCodeGenWriteBarrier((&___s_CurrentLanguage_0), value); } inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_Instance_1)); } inline CLocalizationManager_t2604768345 * get_s_Instance_1() const { return ___s_Instance_1; } inline CLocalizationManager_t2604768345 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CLocalizationManager_t2604768345 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALIZATIONMANAGER_T2604768345_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 LIST_1_T3872116205_H #define LIST_1_T3872116205_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_t3872116205 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stAttachedItemU5BU5D_t2946655310* ____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_t3872116205, ____items_1)); } inline stAttachedItemU5BU5D_t2946655310* get__items_1() const { return ____items_1; } inline stAttachedItemU5BU5D_t2946655310** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stAttachedItemU5BU5D_t2946655310* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3872116205, ____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_t3872116205, ____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_t3872116205_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stAttachedItemU5BU5D_t2946655310* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3872116205_StaticFields, ___EmptyArray_4)); } inline stAttachedItemU5BU5D_t2946655310* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stAttachedItemU5BU5D_t2946655310** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stAttachedItemU5BU5D_t2946655310* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3872116205_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 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$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1D_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1E_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1F_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map20 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map20_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__switchU24map1C_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1C_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_31() const { return ___U3CU3Ef__switchU24map1C_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_31() { return &___U3CU3Ef__switchU24map1C_31; } inline void set_U3CU3Ef__switchU24map1C_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1D_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1D_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1D_32() const { return ___U3CU3Ef__switchU24map1D_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1D_32() { return &___U3CU3Ef__switchU24map1D_32; } inline void set_U3CU3Ef__switchU24map1D_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1D_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1D_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1E_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1E_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1E_33() const { return ___U3CU3Ef__switchU24map1E_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1E_33() { return &___U3CU3Ef__switchU24map1E_33; } inline void set_U3CU3Ef__switchU24map1E_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1E_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1E_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1F_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1F_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1F_34() const { return ___U3CU3Ef__switchU24map1F_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1F_34() { return &___U3CU3Ef__switchU24map1F_34; } inline void set_U3CU3Ef__switchU24map1F_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1F_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1F_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map20_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map20_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map20_35() const { return ___U3CU3Ef__switchU24map20_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map20_35() { return &___U3CU3Ef__switchU24map20_35; } inline void set_U3CU3Ef__switchU24map20_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map20_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map20_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 LIST_1_T589903178_H #define LIST_1_T589903178_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_t589903178 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CScenePropModelU5BU5D_t2344921821* ____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_t589903178, ____items_1)); } inline CScenePropModelU5BU5D_t2344921821* get__items_1() const { return ____items_1; } inline CScenePropModelU5BU5D_t2344921821** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CScenePropModelU5BU5D_t2344921821* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t589903178, ____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_t589903178, ____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_t589903178_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CScenePropModelU5BU5D_t2344921821* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t589903178_StaticFields, ___EmptyArray_4)); } inline CScenePropModelU5BU5D_t2344921821* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CScenePropModelU5BU5D_t2344921821** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CScenePropModelU5BU5D_t2344921821* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T589903178_H #ifndef CROLEVEHICLELOGIC_T2059290988_H #define CROLEVEHICLELOGIC_T2059290988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleVehicleLogic struct CRoleVehicleLogic_t2059290988 : public RuntimeObject { public: public: }; struct CRoleVehicleLogic_t2059290988_StaticFields { public: // System.String DMCore.Framework.Scene.CRoleVehicleLogic::s_strVehiclePropKey String_t* ___s_strVehiclePropKey_0; // DMCore.OnMsgBoxClkCallBack DMCore.Framework.Scene.CRoleVehicleLogic::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_1; public: inline static int32_t get_offset_of_s_strVehiclePropKey_0() { return static_cast(offsetof(CRoleVehicleLogic_t2059290988_StaticFields, ___s_strVehiclePropKey_0)); } inline String_t* get_s_strVehiclePropKey_0() const { return ___s_strVehiclePropKey_0; } inline String_t** get_address_of_s_strVehiclePropKey_0() { return &___s_strVehiclePropKey_0; } inline void set_s_strVehiclePropKey_0(String_t* value) { ___s_strVehiclePropKey_0 = value; Il2CppCodeGenWriteBarrier((&___s_strVehiclePropKey_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(CRoleVehicleLogic_t2059290988_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEVEHICLELOGIC_T2059290988_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 DICTIONARY_2_T2376990407_H #define DICTIONARY_2_T2376990407_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_t2376990407 : 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 CRoleModelItem_VehicleCfgU5BU5D_t3073426909* ___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_t2376990407, ___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_t2376990407, ___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_t2376990407, ___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_t2376990407, ___valueSlots_7)); } inline CRoleModelItem_VehicleCfgU5BU5D_t3073426909* get_valueSlots_7() const { return ___valueSlots_7; } inline CRoleModelItem_VehicleCfgU5BU5D_t3073426909** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CRoleModelItem_VehicleCfgU5BU5D_t3073426909* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2376990407, ___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_t2376990407, ___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_t2376990407, ___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_t2376990407, ___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_t2376990407, ___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_t2376990407, ___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_t2376990407, ___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_t2376990407_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2677765753 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2376990407_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2677765753 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2677765753 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2677765753 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2376990407_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 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 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 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 CRESOURCEADAPTER_T3687212940_H #define CRESOURCEADAPTER_T3687212940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_httpType bool ___m_httpType_0; // System.String DMCore.Framework.Resource.CResourceAdapter::m_strBaseUrl String_t* ___m_strBaseUrl_1; // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_bUsePkgSystem bool ___m_bUsePkgSystem_2; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CResourceAdapter::m_urlList List_1_t3319525431 * ___m_urlList_4; public: inline static int32_t get_offset_of_m_httpType_0() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_httpType_0)); } inline bool get_m_httpType_0() const { return ___m_httpType_0; } inline bool* get_address_of_m_httpType_0() { return &___m_httpType_0; } inline void set_m_httpType_0(bool value) { ___m_httpType_0 = value; } inline static int32_t get_offset_of_m_strBaseUrl_1() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_strBaseUrl_1)); } inline String_t* get_m_strBaseUrl_1() const { return ___m_strBaseUrl_1; } inline String_t** get_address_of_m_strBaseUrl_1() { return &___m_strBaseUrl_1; } inline void set_m_strBaseUrl_1(String_t* value) { ___m_strBaseUrl_1 = value; Il2CppCodeGenWriteBarrier((&___m_strBaseUrl_1), value); } inline static int32_t get_offset_of_m_bUsePkgSystem_2() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_bUsePkgSystem_2)); } inline bool get_m_bUsePkgSystem_2() const { return ___m_bUsePkgSystem_2; } inline bool* get_address_of_m_bUsePkgSystem_2() { return &___m_bUsePkgSystem_2; } inline void set_m_bUsePkgSystem_2(bool value) { ___m_bUsePkgSystem_2 = value; } inline static int32_t get_offset_of_m_urlList_4() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_urlList_4)); } inline List_1_t3319525431 * get_m_urlList_4() const { return ___m_urlList_4; } inline List_1_t3319525431 ** get_address_of_m_urlList_4() { return &___m_urlList_4; } inline void set_m_urlList_4(List_1_t3319525431 * value) { ___m_urlList_4 = value; Il2CppCodeGenWriteBarrier((&___m_urlList_4), value); } }; struct CResourceAdapter_t3687212940_StaticFields { public: // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::s_Instance CResourceAdapter_t3687212940 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CResourceAdapter_t3687212940_StaticFields, ___s_Instance_3)); } inline CResourceAdapter_t3687212940 * get_s_Instance_3() const { return ___s_Instance_3; } inline CResourceAdapter_t3687212940 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CResourceAdapter_t3687212940 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESOURCEADAPTER_T3687212940_H #ifndef CLOGHELP_T779629444_H #define CLOGHELP_T779629444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444 : public RuntimeObject { public: public: }; struct CLogHelp_t779629444_StaticFields { public: // System.Int32 DMCore.Framework.Misc.CLogHelp::m_logLevel int32_t ___m_logLevel_0; // System.String DMCore.Framework.Misc.CLogHelp::s_LogPath String_t* ___s_LogPath_1; // System.Byte[] DMCore.Framework.Misc.CLogHelp::s_EndLine ByteU5BU5D_t4116647657* ___s_EndLine_2; public: inline static int32_t get_offset_of_m_logLevel_0() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___m_logLevel_0)); } inline int32_t get_m_logLevel_0() const { return ___m_logLevel_0; } inline int32_t* get_address_of_m_logLevel_0() { return &___m_logLevel_0; } inline void set_m_logLevel_0(int32_t value) { ___m_logLevel_0 = value; } inline static int32_t get_offset_of_s_LogPath_1() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___s_LogPath_1)); } inline String_t* get_s_LogPath_1() const { return ___s_LogPath_1; } inline String_t** get_address_of_s_LogPath_1() { return &___s_LogPath_1; } inline void set_s_LogPath_1(String_t* value) { ___s_LogPath_1 = value; Il2CppCodeGenWriteBarrier((&___s_LogPath_1), value); } inline static int32_t get_offset_of_s_EndLine_2() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___s_EndLine_2)); } inline ByteU5BU5D_t4116647657* get_s_EndLine_2() const { return ___s_EndLine_2; } inline ByteU5BU5D_t4116647657** get_address_of_s_EndLine_2() { return &___s_EndLine_2; } inline void set_s_EndLine_2(ByteU5BU5D_t4116647657* value) { ___s_EndLine_2 = value; Il2CppCodeGenWriteBarrier((&___s_EndLine_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOGHELP_T779629444_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 CMSGMANAGER_T455955613_H #define CMSGMANAGER_T455955613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CMsgManager struct CMsgManager_t455955613 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.CMsgManager::m_listHintMsgs LinkedList_1_t687096698 * ___m_listHintMsgs_0; // System.Boolean DMCore.CMsgManager::m_bShow bool ___m_bShow_1; public: inline static int32_t get_offset_of_m_listHintMsgs_0() { return static_cast(offsetof(CMsgManager_t455955613, ___m_listHintMsgs_0)); } inline LinkedList_1_t687096698 * get_m_listHintMsgs_0() const { return ___m_listHintMsgs_0; } inline LinkedList_1_t687096698 ** get_address_of_m_listHintMsgs_0() { return &___m_listHintMsgs_0; } inline void set_m_listHintMsgs_0(LinkedList_1_t687096698 * value) { ___m_listHintMsgs_0 = value; Il2CppCodeGenWriteBarrier((&___m_listHintMsgs_0), value); } inline static int32_t get_offset_of_m_bShow_1() { return static_cast(offsetof(CMsgManager_t455955613, ___m_bShow_1)); } inline bool get_m_bShow_1() const { return ___m_bShow_1; } inline bool* get_address_of_m_bShow_1() { return &___m_bShow_1; } inline void set_m_bShow_1(bool value) { ___m_bShow_1 = value; } }; struct CMsgManager_t455955613_StaticFields { public: // DMCore.CMsgManager DMCore.CMsgManager::s_Instance CMsgManager_t455955613 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CMsgManager_t455955613_StaticFields, ___s_Instance_2)); } inline CMsgManager_t455955613 * get_s_Instance_2() const { return ___s_Instance_2; } inline CMsgManager_t455955613 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CMsgManager_t455955613 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGMANAGER_T455955613_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 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 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 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 CROLEMODELITEM_JWELDATA_T633435960_H #define CROLEMODELITEM_JWELDATA_T633435960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_JwelData struct CRoleModelItem_JwelData_t633435960 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CRoleModelItem_JwelData::m_catogroy int32_t ___m_catogroy_0; // System.Int32 DMCore.Framework.Scene.CRoleModelItem_JwelData::m_jewelId int32_t ___m_jewelId_1; public: inline static int32_t get_offset_of_m_catogroy_0() { return static_cast(offsetof(CRoleModelItem_JwelData_t633435960, ___m_catogroy_0)); } inline int32_t get_m_catogroy_0() const { return ___m_catogroy_0; } inline int32_t* get_address_of_m_catogroy_0() { return &___m_catogroy_0; } inline void set_m_catogroy_0(int32_t value) { ___m_catogroy_0 = value; } inline static int32_t get_offset_of_m_jewelId_1() { return static_cast(offsetof(CRoleModelItem_JwelData_t633435960, ___m_jewelId_1)); } inline int32_t get_m_jewelId_1() const { return ___m_jewelId_1; } inline int32_t* get_address_of_m_jewelId_1() { return &___m_jewelId_1; } inline void set_m_jewelId_1(int32_t value) { ___m_jewelId_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_JWELDATA_T633435960_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 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::k__BackingField Transform_t3600365921 * ___U3CBindTargetMainU3Ek__BackingField_0; // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::k__BackingField Transform_t3600365921 * ___U3CBindTargetFollowU3Ek__BackingField_1; // System.String DMCore.Framework.Scene.CAvatarBinding::k__BackingField String_t* ___U3CBindBoneNameU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CBindTargetMainU3Ek__BackingField_0() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___U3CBindTargetMainU3Ek__BackingField_0)); } inline Transform_t3600365921 * get_U3CBindTargetMainU3Ek__BackingField_0() const { return ___U3CBindTargetMainU3Ek__BackingField_0; } inline Transform_t3600365921 ** get_address_of_U3CBindTargetMainU3Ek__BackingField_0() { return &___U3CBindTargetMainU3Ek__BackingField_0; } inline void set_U3CBindTargetMainU3Ek__BackingField_0(Transform_t3600365921 * value) { ___U3CBindTargetMainU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CBindTargetMainU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CBindTargetFollowU3Ek__BackingField_1() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___U3CBindTargetFollowU3Ek__BackingField_1)); } inline Transform_t3600365921 * get_U3CBindTargetFollowU3Ek__BackingField_1() const { return ___U3CBindTargetFollowU3Ek__BackingField_1; } inline Transform_t3600365921 ** get_address_of_U3CBindTargetFollowU3Ek__BackingField_1() { return &___U3CBindTargetFollowU3Ek__BackingField_1; } inline void set_U3CBindTargetFollowU3Ek__BackingField_1(Transform_t3600365921 * value) { ___U3CBindTargetFollowU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CBindTargetFollowU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CBindBoneNameU3Ek__BackingField_2() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___U3CBindBoneNameU3Ek__BackingField_2)); } inline String_t* get_U3CBindBoneNameU3Ek__BackingField_2() const { return ___U3CBindBoneNameU3Ek__BackingField_2; } inline String_t** get_address_of_U3CBindBoneNameU3Ek__BackingField_2() { return &___U3CBindBoneNameU3Ek__BackingField_2; } inline void set_U3CBindBoneNameU3Ek__BackingField_2(String_t* value) { ___U3CBindBoneNameU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CBindBoneNameU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARBINDING_T1216096343_H #ifndef LIST_1_T3891467532_H #define LIST_1_T3891467532_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_t3891467532 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CSwingBoneU5BU5D_t1602476499* ____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_t3891467532, ____items_1)); } inline CSwingBoneU5BU5D_t1602476499* get__items_1() const { return ____items_1; } inline CSwingBoneU5BU5D_t1602476499** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CSwingBoneU5BU5D_t1602476499* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3891467532, ____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_t3891467532, ____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_t3891467532_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CSwingBoneU5BU5D_t1602476499* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3891467532_StaticFields, ___EmptyArray_4)); } inline CSwingBoneU5BU5D_t1602476499* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CSwingBoneU5BU5D_t1602476499** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CSwingBoneU5BU5D_t1602476499* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3891467532_H #ifndef LIST_1_T3161103705_H #define LIST_1_T3161103705_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_t3161103705 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CBillBoardEffectU5BU5D_t1295527346* ____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_t3161103705, ____items_1)); } inline CBillBoardEffectU5BU5D_t1295527346* get__items_1() const { return ____items_1; } inline CBillBoardEffectU5BU5D_t1295527346** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CBillBoardEffectU5BU5D_t1295527346* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3161103705, ____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_t3161103705, ____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_t3161103705_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CBillBoardEffectU5BU5D_t1295527346* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3161103705_StaticFields, ___EmptyArray_4)); } inline CBillBoardEffectU5BU5D_t1295527346* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CBillBoardEffectU5BU5D_t1295527346** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CBillBoardEffectU5BU5D_t1295527346* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3161103705_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_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_t2736202052 : 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 Int32U5BU5D_t385246372* ___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_t2736202052, ___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_t2736202052, ___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_t2736202052, ___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_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___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_t2736202052, ___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_t2736202052, ___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_t2736202052, ___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_t2736202052, ___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_t2736202052, ___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_t2736202052, ___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_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef STITEMSTATE_T244584211_H #define STITEMSTATE_T244584211_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211 : public RuntimeObject { public: // UnityEngine.GameObject DMCore.Framework.Scene.CRoleModelItem/stItemState::m_modelInstance GameObject_t1113636619 * ___m_modelInstance_0; // LocalLinkedEffect[] DMCore.Framework.Scene.CRoleModelItem/stItemState::m_localLinkedEffect LocalLinkedEffectU5BU5D_t1490066191* ___m_localLinkedEffect_1; // BoneLinkBone[] DMCore.Framework.Scene.CRoleModelItem/stItemState::m_localBoneLinkBone BoneLinkBoneU5BU5D_t2682923361* ___m_localBoneLinkBone_2; // UnityEngine.Transform[] DMCore.Framework.Scene.CRoleModelItem/stItemState::m_childrenTransform TransformU5BU5D_t807237628* ___m_childrenTransform_3; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem/stItemState::m_childrenTransformDiction Dictionary_2_t2736202052 * ___m_childrenTransformDiction_4; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem/stItemState::m_listBillBoard List_1_t3161103705 * ___m_listBillBoard_5; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem/stItemState::m_listSwingBones List_1_t3891467532 * ___m_listSwingBones_6; // DMCore.Framework.Scene.CAvatarBinding DMCore.Framework.Scene.CRoleModelItem/stItemState::m_avatarBinding CAvatarBinding_t1216096343 * ___m_avatarBinding_7; // CSkeletonSite DMCore.Framework.Scene.CRoleModelItem/stItemState::m_complexSkeleton CSkeletonSite_t1178137573 * ___m_complexSkeleton_8; public: inline static int32_t get_offset_of_m_modelInstance_0() { return static_cast(offsetof(stItemState_t244584211, ___m_modelInstance_0)); } inline GameObject_t1113636619 * get_m_modelInstance_0() const { return ___m_modelInstance_0; } inline GameObject_t1113636619 ** get_address_of_m_modelInstance_0() { return &___m_modelInstance_0; } inline void set_m_modelInstance_0(GameObject_t1113636619 * value) { ___m_modelInstance_0 = value; Il2CppCodeGenWriteBarrier((&___m_modelInstance_0), value); } inline static int32_t get_offset_of_m_localLinkedEffect_1() { return static_cast(offsetof(stItemState_t244584211, ___m_localLinkedEffect_1)); } inline LocalLinkedEffectU5BU5D_t1490066191* get_m_localLinkedEffect_1() const { return ___m_localLinkedEffect_1; } inline LocalLinkedEffectU5BU5D_t1490066191** get_address_of_m_localLinkedEffect_1() { return &___m_localLinkedEffect_1; } inline void set_m_localLinkedEffect_1(LocalLinkedEffectU5BU5D_t1490066191* value) { ___m_localLinkedEffect_1 = value; Il2CppCodeGenWriteBarrier((&___m_localLinkedEffect_1), value); } inline static int32_t get_offset_of_m_localBoneLinkBone_2() { return static_cast(offsetof(stItemState_t244584211, ___m_localBoneLinkBone_2)); } inline BoneLinkBoneU5BU5D_t2682923361* get_m_localBoneLinkBone_2() const { return ___m_localBoneLinkBone_2; } inline BoneLinkBoneU5BU5D_t2682923361** get_address_of_m_localBoneLinkBone_2() { return &___m_localBoneLinkBone_2; } inline void set_m_localBoneLinkBone_2(BoneLinkBoneU5BU5D_t2682923361* value) { ___m_localBoneLinkBone_2 = value; Il2CppCodeGenWriteBarrier((&___m_localBoneLinkBone_2), value); } inline static int32_t get_offset_of_m_childrenTransform_3() { return static_cast(offsetof(stItemState_t244584211, ___m_childrenTransform_3)); } inline TransformU5BU5D_t807237628* get_m_childrenTransform_3() const { return ___m_childrenTransform_3; } inline TransformU5BU5D_t807237628** get_address_of_m_childrenTransform_3() { return &___m_childrenTransform_3; } inline void set_m_childrenTransform_3(TransformU5BU5D_t807237628* value) { ___m_childrenTransform_3 = value; Il2CppCodeGenWriteBarrier((&___m_childrenTransform_3), value); } inline static int32_t get_offset_of_m_childrenTransformDiction_4() { return static_cast(offsetof(stItemState_t244584211, ___m_childrenTransformDiction_4)); } inline Dictionary_2_t2736202052 * get_m_childrenTransformDiction_4() const { return ___m_childrenTransformDiction_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_childrenTransformDiction_4() { return &___m_childrenTransformDiction_4; } inline void set_m_childrenTransformDiction_4(Dictionary_2_t2736202052 * value) { ___m_childrenTransformDiction_4 = value; Il2CppCodeGenWriteBarrier((&___m_childrenTransformDiction_4), value); } inline static int32_t get_offset_of_m_listBillBoard_5() { return static_cast(offsetof(stItemState_t244584211, ___m_listBillBoard_5)); } inline List_1_t3161103705 * get_m_listBillBoard_5() const { return ___m_listBillBoard_5; } inline List_1_t3161103705 ** get_address_of_m_listBillBoard_5() { return &___m_listBillBoard_5; } inline void set_m_listBillBoard_5(List_1_t3161103705 * value) { ___m_listBillBoard_5 = value; Il2CppCodeGenWriteBarrier((&___m_listBillBoard_5), value); } inline static int32_t get_offset_of_m_listSwingBones_6() { return static_cast(offsetof(stItemState_t244584211, ___m_listSwingBones_6)); } inline List_1_t3891467532 * get_m_listSwingBones_6() const { return ___m_listSwingBones_6; } inline List_1_t3891467532 ** get_address_of_m_listSwingBones_6() { return &___m_listSwingBones_6; } inline void set_m_listSwingBones_6(List_1_t3891467532 * value) { ___m_listSwingBones_6 = value; Il2CppCodeGenWriteBarrier((&___m_listSwingBones_6), value); } inline static int32_t get_offset_of_m_avatarBinding_7() { return static_cast(offsetof(stItemState_t244584211, ___m_avatarBinding_7)); } inline CAvatarBinding_t1216096343 * get_m_avatarBinding_7() const { return ___m_avatarBinding_7; } inline CAvatarBinding_t1216096343 ** get_address_of_m_avatarBinding_7() { return &___m_avatarBinding_7; } inline void set_m_avatarBinding_7(CAvatarBinding_t1216096343 * value) { ___m_avatarBinding_7 = value; Il2CppCodeGenWriteBarrier((&___m_avatarBinding_7), value); } inline static int32_t get_offset_of_m_complexSkeleton_8() { return static_cast(offsetof(stItemState_t244584211, ___m_complexSkeleton_8)); } inline CSkeletonSite_t1178137573 * get_m_complexSkeleton_8() const { return ___m_complexSkeleton_8; } inline CSkeletonSite_t1178137573 ** get_address_of_m_complexSkeleton_8() { return &___m_complexSkeleton_8; } inline void set_m_complexSkeleton_8(CSkeletonSite_t1178137573 * value) { ___m_complexSkeleton_8 = value; Il2CppCodeGenWriteBarrier((&___m_complexSkeleton_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STITEMSTATE_T244584211_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 DICTIONARY_2_T4097355377_H #define DICTIONARY_2_T4097355377_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_t4097355377 : 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_t1459789899* ___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_t4097355377, ___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_t4097355377, ___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_t4097355377, ___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_t4097355377, ___valueSlots_7)); } inline List_1U5BU5D_t1459789899* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t1459789899** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t1459789899* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4097355377, ___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_t4097355377, ___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_t4097355377, ___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_t4097355377, ___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_t4097355377, ___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_t4097355377, ___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_t4097355377, ___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_t4097355377_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1064128743 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4097355377_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1064128743 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1064128743 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1064128743 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4097355377_H #ifndef DICTIONARY_2_T2800928763_H #define DICTIONARY_2_T2800928763_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_t2800928763 : 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 CRoleModelItem_SuitConfigU5BU5D_t153341273* ___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_t2800928763, ___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_t2800928763, ___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_t2800928763, ___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_t2800928763, ___valueSlots_7)); } inline CRoleModelItem_SuitConfigU5BU5D_t153341273* get_valueSlots_7() const { return ___valueSlots_7; } inline CRoleModelItem_SuitConfigU5BU5D_t153341273** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CRoleModelItem_SuitConfigU5BU5D_t153341273* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2800928763, ___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_t2800928763, ___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_t2800928763, ___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_t2800928763, ___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_t2800928763, ___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_t2800928763, ___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_t2800928763, ___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_t2800928763_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4052647413 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2800928763_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4052647413 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4052647413 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4052647413 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2800928763_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 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$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; 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__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_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 IRESOURCEMANAGER_T3165642952_H #define IRESOURCEMANAGER_T3165642952_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952 : public RuntimeObject { public: public: }; struct IResourceManager_t3165642952_StaticFields { public: // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::s_Instance IResourceManager_t3165642952 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(IResourceManager_t3165642952_StaticFields, ___s_Instance_0)); } inline IResourceManager_t3165642952 * get_s_Instance_0() const { return ___s_Instance_0; } inline IResourceManager_t3165642952 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(IResourceManager_t3165642952 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IRESOURCEMANAGER_T3165642952_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 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 ILOGICBASE_T2190831891_H #define ILOGICBASE_T2190831891_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.ILogicBase struct ILogicBase_t2190831891 : public RuntimeObject { public: // System.Single DMCore.ILogicBase::m_fTime float ___m_fTime_0; // System.Single DMCore.ILogicBase::m_fCurDelta float ___m_fCurDelta_1; // System.Collections.Generic.List`1 DMCore.ILogicBase::m_LogicChildren List_1_t3662906633 * ___m_LogicChildren_2; // DMCore.ILogicBase DMCore.ILogicBase::m_Father ILogicBase_t2190831891 * ___m_Father_3; public: inline static int32_t get_offset_of_m_fTime_0() { return static_cast(offsetof(ILogicBase_t2190831891, ___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(ILogicBase_t2190831891, ___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(ILogicBase_t2190831891, ___m_LogicChildren_2)); } inline List_1_t3662906633 * get_m_LogicChildren_2() const { return ___m_LogicChildren_2; } inline List_1_t3662906633 ** get_address_of_m_LogicChildren_2() { return &___m_LogicChildren_2; } inline void set_m_LogicChildren_2(List_1_t3662906633 * value) { ___m_LogicChildren_2 = value; Il2CppCodeGenWriteBarrier((&___m_LogicChildren_2), value); } inline static int32_t get_offset_of_m_Father_3() { return static_cast(offsetof(ILogicBase_t2190831891, ___m_Father_3)); } inline ILogicBase_t2190831891 * get_m_Father_3() const { return ___m_Father_3; } inline ILogicBase_t2190831891 ** get_address_of_m_Father_3() { return &___m_Father_3; } inline void set_m_Father_3(ILogicBase_t2190831891 * value) { ___m_Father_3 = value; Il2CppCodeGenWriteBarrier((&___m_Father_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILOGICBASE_T2190831891_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 CSCENENAMEENUM_T2028066079_H #define CSCENENAMEENUM_T2028066079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneNameEnum struct CSceneNameEnum_t2028066079 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENENAMEENUM_T2028066079_H #ifndef LIST_1_T2330697225_H #define LIST_1_T2330697225_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_t2330697225 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ISceneBaseObjU5BU5D_t2212701250* ____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_t2330697225, ____items_1)); } inline ISceneBaseObjU5BU5D_t2212701250* get__items_1() const { return ____items_1; } inline ISceneBaseObjU5BU5D_t2212701250** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ISceneBaseObjU5BU5D_t2212701250* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2330697225, ____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_t2330697225, ____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_t2330697225_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ISceneBaseObjU5BU5D_t2212701250* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2330697225_StaticFields, ___EmptyArray_4)); } inline ISceneBaseObjU5BU5D_t2212701250* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ISceneBaseObjU5BU5D_t2212701250** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ISceneBaseObjU5BU5D_t2212701250* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2330697225_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 ROLEACTIONCONFIG_T1403548228_H #define ROLEACTIONCONFIG_T1403548228_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RoleActionConfig struct RoleActionConfig_t1403548228 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.RoleActionConfig::m_configList Dictionary_2_t1632706988 * ___m_configList_1; public: inline static int32_t get_offset_of_m_configList_1() { return static_cast(offsetof(RoleActionConfig_t1403548228, ___m_configList_1)); } inline Dictionary_2_t1632706988 * get_m_configList_1() const { return ___m_configList_1; } inline Dictionary_2_t1632706988 ** get_address_of_m_configList_1() { return &___m_configList_1; } inline void set_m_configList_1(Dictionary_2_t1632706988 * value) { ___m_configList_1 = value; Il2CppCodeGenWriteBarrier((&___m_configList_1), value); } }; struct RoleActionConfig_t1403548228_StaticFields { public: // DMCore.Logic.RoleActionConfig DMCore.Logic.RoleActionConfig::s_instance RoleActionConfig_t1403548228 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(RoleActionConfig_t1403548228_StaticFields, ___s_instance_2)); } inline RoleActionConfig_t1403548228 * get_s_instance_2() const { return ___s_instance_2; } inline RoleActionConfig_t1403548228 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(RoleActionConfig_t1403548228 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROLEACTIONCONFIG_T1403548228_H #ifndef PERSONALISECONFIG_T2812043406_H #define PERSONALISECONFIG_T2812043406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.PersonaliseConfig::headBoxType int32_t ___headBoxType_1; // UnityEngine.BoxCollider DMCore.Logic.PersonaliseConfig::k__BackingField BoxCollider_t1640800422 * ___U3CColliderUnderControlU3Ek__BackingField_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.PersonaliseConfig::m_personaliseData Dictionary_2_t3314469724 * ___m_personaliseData_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.PersonaliseConfig::m_curPlayEffect Dictionary_2_t2736202052 * ___m_curPlayEffect_4; public: inline static int32_t get_offset_of_headBoxType_1() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___headBoxType_1)); } inline int32_t get_headBoxType_1() const { return ___headBoxType_1; } inline int32_t* get_address_of_headBoxType_1() { return &___headBoxType_1; } inline void set_headBoxType_1(int32_t value) { ___headBoxType_1 = value; } inline static int32_t get_offset_of_U3CColliderUnderControlU3Ek__BackingField_2() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___U3CColliderUnderControlU3Ek__BackingField_2)); } inline BoxCollider_t1640800422 * get_U3CColliderUnderControlU3Ek__BackingField_2() const { return ___U3CColliderUnderControlU3Ek__BackingField_2; } inline BoxCollider_t1640800422 ** get_address_of_U3CColliderUnderControlU3Ek__BackingField_2() { return &___U3CColliderUnderControlU3Ek__BackingField_2; } inline void set_U3CColliderUnderControlU3Ek__BackingField_2(BoxCollider_t1640800422 * value) { ___U3CColliderUnderControlU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CColliderUnderControlU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_m_personaliseData_3() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_personaliseData_3)); } inline Dictionary_2_t3314469724 * get_m_personaliseData_3() const { return ___m_personaliseData_3; } inline Dictionary_2_t3314469724 ** get_address_of_m_personaliseData_3() { return &___m_personaliseData_3; } inline void set_m_personaliseData_3(Dictionary_2_t3314469724 * value) { ___m_personaliseData_3 = value; Il2CppCodeGenWriteBarrier((&___m_personaliseData_3), value); } inline static int32_t get_offset_of_m_curPlayEffect_4() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_curPlayEffect_4)); } inline Dictionary_2_t2736202052 * get_m_curPlayEffect_4() const { return ___m_curPlayEffect_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_curPlayEffect_4() { return &___m_curPlayEffect_4; } inline void set_m_curPlayEffect_4(Dictionary_2_t2736202052 * value) { ___m_curPlayEffect_4 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayEffect_4), value); } }; struct PersonaliseConfig_t2812043406_StaticFields { public: // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::m_Instance PersonaliseConfig_t2812043406 * ___m_Instance_5; public: inline static int32_t get_offset_of_m_Instance_5() { return static_cast(offsetof(PersonaliseConfig_t2812043406_StaticFields, ___m_Instance_5)); } inline PersonaliseConfig_t2812043406 * get_m_Instance_5() const { return ___m_Instance_5; } inline PersonaliseConfig_t2812043406 ** get_address_of_m_Instance_5() { return &___m_Instance_5; } inline void set_m_Instance_5(PersonaliseConfig_t2812043406 * value) { ___m_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERSONALISECONFIG_T2812043406_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 ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CSuitAnimCfg::m_listSuitAll Dictionary_2_t3305624072 * ___m_listSuitAll_1; public: inline static int32_t get_offset_of_m_listSuitAll_1() { return static_cast(offsetof(CSuitAnimCfg_t328222487, ___m_listSuitAll_1)); } inline Dictionary_2_t3305624072 * get_m_listSuitAll_1() const { return ___m_listSuitAll_1; } inline Dictionary_2_t3305624072 ** get_address_of_m_listSuitAll_1() { return &___m_listSuitAll_1; } inline void set_m_listSuitAll_1(Dictionary_2_t3305624072 * value) { ___m_listSuitAll_1 = value; Il2CppCodeGenWriteBarrier((&___m_listSuitAll_1), value); } }; struct CSuitAnimCfg_t328222487_StaticFields { public: // DMCore.Logic.CSuitAnimCfg DMCore.Logic.CSuitAnimCfg::s_Instace CSuitAnimCfg_t328222487 * ___s_Instace_2; public: inline static int32_t get_offset_of_s_Instace_2() { return static_cast(offsetof(CSuitAnimCfg_t328222487_StaticFields, ___s_Instace_2)); } inline CSuitAnimCfg_t328222487 * get_s_Instace_2() const { return ___s_Instace_2; } inline CSuitAnimCfg_t328222487 ** get_address_of_s_Instace_2() { return &___s_Instace_2; } inline void set_s_Instace_2(CSuitAnimCfg_t328222487 * value) { ___s_Instace_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instace_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSUITANIMCFG_T328222487_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 ISOUNDMANAGER_T434164892_H #define ISOUNDMANAGER_T434164892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.ISoundManager struct ISoundManager_t434164892 : public ILogicBase_t2190831891 { public: // UnityEngine.AudioSource DMCore.ISoundManager::m_AudioSource AudioSource_t3935305588 * ___m_AudioSource_4; // UnityEngine.AudioSource DMCore.ISoundManager::m_AudioSourceMidi AudioSource_t3935305588 * ___m_AudioSourceMidi_5; // System.Collections.Generic.Dictionary`2 DMCore.ISoundManager::m_AudioTask Dictionary_2_t3546609324 * ___m_AudioTask_6; // System.Collections.Generic.List`1 DMCore.ISoundManager::m_TaskIlleagal List_1_t128053199 * ___m_TaskIlleagal_7; // System.Int32 DMCore.ISoundManager::m_TaskIndex int32_t ___m_TaskIndex_8; // System.Boolean DMCore.ISoundManager::m_bEnable bool ___m_bEnable_9; public: inline static int32_t get_offset_of_m_AudioSource_4() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioSource_4)); } inline AudioSource_t3935305588 * get_m_AudioSource_4() const { return ___m_AudioSource_4; } inline AudioSource_t3935305588 ** get_address_of_m_AudioSource_4() { return &___m_AudioSource_4; } inline void set_m_AudioSource_4(AudioSource_t3935305588 * value) { ___m_AudioSource_4 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSource_4), value); } inline static int32_t get_offset_of_m_AudioSourceMidi_5() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioSourceMidi_5)); } inline AudioSource_t3935305588 * get_m_AudioSourceMidi_5() const { return ___m_AudioSourceMidi_5; } inline AudioSource_t3935305588 ** get_address_of_m_AudioSourceMidi_5() { return &___m_AudioSourceMidi_5; } inline void set_m_AudioSourceMidi_5(AudioSource_t3935305588 * value) { ___m_AudioSourceMidi_5 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSourceMidi_5), value); } inline static int32_t get_offset_of_m_AudioTask_6() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioTask_6)); } inline Dictionary_2_t3546609324 * get_m_AudioTask_6() const { return ___m_AudioTask_6; } inline Dictionary_2_t3546609324 ** get_address_of_m_AudioTask_6() { return &___m_AudioTask_6; } inline void set_m_AudioTask_6(Dictionary_2_t3546609324 * value) { ___m_AudioTask_6 = value; Il2CppCodeGenWriteBarrier((&___m_AudioTask_6), value); } inline static int32_t get_offset_of_m_TaskIlleagal_7() { return static_cast(offsetof(ISoundManager_t434164892, ___m_TaskIlleagal_7)); } inline List_1_t128053199 * get_m_TaskIlleagal_7() const { return ___m_TaskIlleagal_7; } inline List_1_t128053199 ** get_address_of_m_TaskIlleagal_7() { return &___m_TaskIlleagal_7; } inline void set_m_TaskIlleagal_7(List_1_t128053199 * value) { ___m_TaskIlleagal_7 = value; Il2CppCodeGenWriteBarrier((&___m_TaskIlleagal_7), value); } inline static int32_t get_offset_of_m_TaskIndex_8() { return static_cast(offsetof(ISoundManager_t434164892, ___m_TaskIndex_8)); } inline int32_t get_m_TaskIndex_8() const { return ___m_TaskIndex_8; } inline int32_t* get_address_of_m_TaskIndex_8() { return &___m_TaskIndex_8; } inline void set_m_TaskIndex_8(int32_t value) { ___m_TaskIndex_8 = value; } inline static int32_t get_offset_of_m_bEnable_9() { return static_cast(offsetof(ISoundManager_t434164892, ___m_bEnable_9)); } inline bool get_m_bEnable_9() const { return ___m_bEnable_9; } inline bool* get_address_of_m_bEnable_9() { return &___m_bEnable_9; } inline void set_m_bEnable_9(bool value) { ___m_bEnable_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOUNDMANAGER_T434164892_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 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 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_6; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_7; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_8; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_9; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_10; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_11; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_12; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_13; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_14; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_15; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_16; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_17; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_18; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_19; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_25; public: inline static int32_t get_offset_of_optimal_create_element_6() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_6)); } inline bool get_optimal_create_element_6() const { return ___optimal_create_element_6; } inline bool* get_address_of_optimal_create_element_6() { return &___optimal_create_element_6; } inline void set_optimal_create_element_6(bool value) { ___optimal_create_element_6 = value; } inline static int32_t get_offset_of_optimal_create_attribute_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_7)); } inline bool get_optimal_create_attribute_7() const { return ___optimal_create_attribute_7; } inline bool* get_address_of_optimal_create_attribute_7() { return &___optimal_create_attribute_7; } inline void set_optimal_create_attribute_7(bool value) { ___optimal_create_attribute_7 = value; } inline static int32_t get_offset_of_nameTable_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_8)); } inline XmlNameTable_t71772148 * get_nameTable_8() const { return ___nameTable_8; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_8() { return &___nameTable_8; } inline void set_nameTable_8(XmlNameTable_t71772148 * value) { ___nameTable_8 = value; Il2CppCodeGenWriteBarrier((&___nameTable_8), value); } inline static int32_t get_offset_of_baseURI_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_9)); } inline String_t* get_baseURI_9() const { return ___baseURI_9; } inline String_t** get_address_of_baseURI_9() { return &___baseURI_9; } inline void set_baseURI_9(String_t* value) { ___baseURI_9 = value; Il2CppCodeGenWriteBarrier((&___baseURI_9), value); } inline static int32_t get_offset_of_implementation_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_10)); } inline XmlImplementation_t254178875 * get_implementation_10() const { return ___implementation_10; } inline XmlImplementation_t254178875 ** get_address_of_implementation_10() { return &___implementation_10; } inline void set_implementation_10(XmlImplementation_t254178875 * value) { ___implementation_10 = value; Il2CppCodeGenWriteBarrier((&___implementation_10), value); } inline static int32_t get_offset_of_preserveWhitespace_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_11)); } inline bool get_preserveWhitespace_11() const { return ___preserveWhitespace_11; } inline bool* get_address_of_preserveWhitespace_11() { return &___preserveWhitespace_11; } inline void set_preserveWhitespace_11(bool value) { ___preserveWhitespace_11 = value; } inline static int32_t get_offset_of_resolver_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_12)); } inline XmlResolver_t626023767 * get_resolver_12() const { return ___resolver_12; } inline XmlResolver_t626023767 ** get_address_of_resolver_12() { return &___resolver_12; } inline void set_resolver_12(XmlResolver_t626023767 * value) { ___resolver_12 = value; Il2CppCodeGenWriteBarrier((&___resolver_12), value); } inline static int32_t get_offset_of_idTable_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_13)); } inline Hashtable_t1853889766 * get_idTable_13() const { return ___idTable_13; } inline Hashtable_t1853889766 ** get_address_of_idTable_13() { return &___idTable_13; } inline void set_idTable_13(Hashtable_t1853889766 * value) { ___idTable_13 = value; Il2CppCodeGenWriteBarrier((&___idTable_13), value); } inline static int32_t get_offset_of_nameCache_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_14)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_14() const { return ___nameCache_14; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_14() { return &___nameCache_14; } inline void set_nameCache_14(XmlNameEntryCache_t2890546907 * value) { ___nameCache_14 = value; Il2CppCodeGenWriteBarrier((&___nameCache_14), value); } inline static int32_t get_offset_of_lastLinkedChild_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_15)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_15() const { return ___lastLinkedChild_15; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_15() { return &___lastLinkedChild_15; } inline void set_lastLinkedChild_15(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_15 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_15), value); } inline static int32_t get_offset_of_nsNodeXml_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_16)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_16() const { return ___nsNodeXml_16; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_16() { return &___nsNodeXml_16; } inline void set_nsNodeXml_16(XmlAttribute_t1173852259 * value) { ___nsNodeXml_16 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_16), value); } inline static int32_t get_offset_of_schemas_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_17)); } inline XmlSchemaSet_t266093086 * get_schemas_17() const { return ___schemas_17; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_17() { return &___schemas_17; } inline void set_schemas_17(XmlSchemaSet_t266093086 * value) { ___schemas_17 = value; Il2CppCodeGenWriteBarrier((&___schemas_17), value); } inline static int32_t get_offset_of_schemaInfo_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_18)); } inline RuntimeObject* get_schemaInfo_18() const { return ___schemaInfo_18; } inline RuntimeObject** get_address_of_schemaInfo_18() { return &___schemaInfo_18; } inline void set_schemaInfo_18(RuntimeObject* value) { ___schemaInfo_18 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_18), value); } inline static int32_t get_offset_of_loadMode_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_19)); } inline bool get_loadMode_19() const { return ___loadMode_19; } inline bool* get_address_of_loadMode_19() { return &___loadMode_19; } inline void set_loadMode_19(bool value) { ___loadMode_19 = value; } inline static int32_t get_offset_of_NodeChanged_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_20)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_20() const { return ___NodeChanged_20; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_20() { return &___NodeChanged_20; } inline void set_NodeChanged_20(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_20 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_20), value); } inline static int32_t get_offset_of_NodeChanging_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_21() const { return ___NodeChanging_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_21() { return &___NodeChanging_21; } inline void set_NodeChanging_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_21), value); } inline static int32_t get_offset_of_NodeInserted_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_22() const { return ___NodeInserted_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_22() { return &___NodeInserted_22; } inline void set_NodeInserted_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_22 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_22), value); } inline static int32_t get_offset_of_NodeInserting_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_23() const { return ___NodeInserting_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_23() { return &___NodeInserting_23; } inline void set_NodeInserting_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_23), value); } inline static int32_t get_offset_of_NodeRemoved_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_24() const { return ___NodeRemoved_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_24() { return &___NodeRemoved_24; } inline void set_NodeRemoved_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_24 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_24), value); } inline static int32_t get_offset_of_NodeRemoving_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_25() const { return ___NodeRemoving_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_25() { return &___NodeRemoving_25; } inline void set_NodeRemoving_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_25), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_5; public: inline static int32_t get_offset_of_optimal_create_types_5() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_5)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_5() const { return ___optimal_create_types_5; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_5() { return &___optimal_create_types_5; } inline void set_optimal_create_types_5(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_5 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_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 CPETACTIONCONFIG_T1976691651_H #define CPETACTIONCONFIG_T1976691651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetActionConfig::m_ActionConfigLib Dictionary_2_t3311957831 * ___m_ActionConfigLib_1; public: inline static int32_t get_offset_of_m_ActionConfigLib_1() { return static_cast(offsetof(CPetActionConfig_t1976691651, ___m_ActionConfigLib_1)); } inline Dictionary_2_t3311957831 * get_m_ActionConfigLib_1() const { return ___m_ActionConfigLib_1; } inline Dictionary_2_t3311957831 ** get_address_of_m_ActionConfigLib_1() { return &___m_ActionConfigLib_1; } inline void set_m_ActionConfigLib_1(Dictionary_2_t3311957831 * value) { ___m_ActionConfigLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionConfigLib_1), value); } }; struct CPetActionConfig_t1976691651_StaticFields { public: // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::s_Instance CPetActionConfig_t1976691651 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPetActionConfig_t1976691651_StaticFields, ___s_Instance_2)); } inline CPetActionConfig_t1976691651 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPetActionConfig_t1976691651 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPetActionConfig_t1976691651 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETACTIONCONFIG_T1976691651_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 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 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 MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_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 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 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 MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef CDANCEMANAGER_T448141780_H #define CDANCEMANAGER_T448141780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicID int32_t ___m_curMusicID_4; // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicLevel int32_t ___m_curMusicLevel_5; // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicLength int32_t ___m_curMusicLength_6; // System.Boolean DMCore.DanceMode.CDanceManager::m_bDancing bool ___m_bDancing_7; // DMCore.DanceMode.CBeatKeyManager DMCore.DanceMode.CDanceManager::m_BeatKeyManager CBeatKeyManager_t1395295909 * ___m_BeatKeyManager_8; public: inline static int32_t get_offset_of_m_curMusicID_4() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicID_4)); } inline int32_t get_m_curMusicID_4() const { return ___m_curMusicID_4; } inline int32_t* get_address_of_m_curMusicID_4() { return &___m_curMusicID_4; } inline void set_m_curMusicID_4(int32_t value) { ___m_curMusicID_4 = value; } inline static int32_t get_offset_of_m_curMusicLevel_5() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicLevel_5)); } inline int32_t get_m_curMusicLevel_5() const { return ___m_curMusicLevel_5; } inline int32_t* get_address_of_m_curMusicLevel_5() { return &___m_curMusicLevel_5; } inline void set_m_curMusicLevel_5(int32_t value) { ___m_curMusicLevel_5 = value; } inline static int32_t get_offset_of_m_curMusicLength_6() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicLength_6)); } inline int32_t get_m_curMusicLength_6() const { return ___m_curMusicLength_6; } inline int32_t* get_address_of_m_curMusicLength_6() { return &___m_curMusicLength_6; } inline void set_m_curMusicLength_6(int32_t value) { ___m_curMusicLength_6 = value; } inline static int32_t get_offset_of_m_bDancing_7() { return static_cast(offsetof(CDanceManager_t448141780, ___m_bDancing_7)); } inline bool get_m_bDancing_7() const { return ___m_bDancing_7; } inline bool* get_address_of_m_bDancing_7() { return &___m_bDancing_7; } inline void set_m_bDancing_7(bool value) { ___m_bDancing_7 = value; } inline static int32_t get_offset_of_m_BeatKeyManager_8() { return static_cast(offsetof(CDanceManager_t448141780, ___m_BeatKeyManager_8)); } inline CBeatKeyManager_t1395295909 * get_m_BeatKeyManager_8() const { return ___m_BeatKeyManager_8; } inline CBeatKeyManager_t1395295909 ** get_address_of_m_BeatKeyManager_8() { return &___m_BeatKeyManager_8; } inline void set_m_BeatKeyManager_8(CBeatKeyManager_t1395295909 * value) { ___m_BeatKeyManager_8 = value; Il2CppCodeGenWriteBarrier((&___m_BeatKeyManager_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMANAGER_T448141780_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 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 COLOR32_T2600501292_H #define COLOR32_T2600501292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t2600501292 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t2600501292, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t2600501292, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t2600501292, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t2600501292, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t2600501292, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T2600501292_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 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 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 LAYERMASK_T3493934918_H #define LAYERMASK_T3493934918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LayerMask struct LayerMask_t3493934918 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t3493934918, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYERMASK_T3493934918_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 ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMiscConfig::m_MiscDir Dictionary_2_t1632706988 * ___m_MiscDir_2; public: inline static int32_t get_offset_of_m_MiscDir_2() { return static_cast(offsetof(CMiscConfig_t1694835947, ___m_MiscDir_2)); } inline Dictionary_2_t1632706988 * get_m_MiscDir_2() const { return ___m_MiscDir_2; } inline Dictionary_2_t1632706988 ** get_address_of_m_MiscDir_2() { return &___m_MiscDir_2; } inline void set_m_MiscDir_2(Dictionary_2_t1632706988 * value) { ___m_MiscDir_2 = value; Il2CppCodeGenWriteBarrier((&___m_MiscDir_2), value); } }; struct CMiscConfig_t1694835947_StaticFields { public: // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::m_Instance CMiscConfig_t1694835947 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CMiscConfig_t1694835947_StaticFields, ___m_Instance_1)); } inline CMiscConfig_t1694835947 * get_m_Instance_1() const { return ___m_Instance_1; } inline CMiscConfig_t1694835947 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CMiscConfig_t1694835947 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMISCCONFIG_T1694835947_H #ifndef CSCENESERVICE_T551449725_H #define CSCENESERVICE_T551449725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.Framework.Scene.CSceneService::m_SceneID int32_t ___m_SceneID_4; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoleNum int32_t ___m_RoleNum_5; // System.Int32 DMCore.Framework.Scene.CSceneService::m_laborNum int32_t ___m_laborNum_6; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoomLvType int32_t ___m_RoomLvType_7; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoomMainType int32_t ___m_RoomMainType_8; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneObjArrayRole List_1_t2330697225 * ___m_SceneObjArrayRole_9; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneObjArrayProp List_1_t589903178 * ___m_SceneObjArrayProp_10; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneNpcList List_1_t1151801416 * ___m_SceneNpcList_11; // DMCore.Framework.Scene.CSceneModelObj DMCore.Framework.Scene.CSceneService::m_Scene CSceneModelObj_t2681526009 * ___m_Scene_12; // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::m_MainRole CMainRole_t4200562839 * ___m_MainRole_13; public: inline static int32_t get_offset_of_m_SceneID_4() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneID_4)); } inline int32_t get_m_SceneID_4() const { return ___m_SceneID_4; } inline int32_t* get_address_of_m_SceneID_4() { return &___m_SceneID_4; } inline void set_m_SceneID_4(int32_t value) { ___m_SceneID_4 = value; } inline static int32_t get_offset_of_m_RoleNum_5() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoleNum_5)); } inline int32_t get_m_RoleNum_5() const { return ___m_RoleNum_5; } inline int32_t* get_address_of_m_RoleNum_5() { return &___m_RoleNum_5; } inline void set_m_RoleNum_5(int32_t value) { ___m_RoleNum_5 = value; } inline static int32_t get_offset_of_m_laborNum_6() { return static_cast(offsetof(CSceneService_t551449725, ___m_laborNum_6)); } inline int32_t get_m_laborNum_6() const { return ___m_laborNum_6; } inline int32_t* get_address_of_m_laborNum_6() { return &___m_laborNum_6; } inline void set_m_laborNum_6(int32_t value) { ___m_laborNum_6 = value; } inline static int32_t get_offset_of_m_RoomLvType_7() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoomLvType_7)); } inline int32_t get_m_RoomLvType_7() const { return ___m_RoomLvType_7; } inline int32_t* get_address_of_m_RoomLvType_7() { return &___m_RoomLvType_7; } inline void set_m_RoomLvType_7(int32_t value) { ___m_RoomLvType_7 = value; } inline static int32_t get_offset_of_m_RoomMainType_8() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoomMainType_8)); } inline int32_t get_m_RoomMainType_8() const { return ___m_RoomMainType_8; } inline int32_t* get_address_of_m_RoomMainType_8() { return &___m_RoomMainType_8; } inline void set_m_RoomMainType_8(int32_t value) { ___m_RoomMainType_8 = value; } inline static int32_t get_offset_of_m_SceneObjArrayRole_9() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneObjArrayRole_9)); } inline List_1_t2330697225 * get_m_SceneObjArrayRole_9() const { return ___m_SceneObjArrayRole_9; } inline List_1_t2330697225 ** get_address_of_m_SceneObjArrayRole_9() { return &___m_SceneObjArrayRole_9; } inline void set_m_SceneObjArrayRole_9(List_1_t2330697225 * value) { ___m_SceneObjArrayRole_9 = value; Il2CppCodeGenWriteBarrier((&___m_SceneObjArrayRole_9), value); } inline static int32_t get_offset_of_m_SceneObjArrayProp_10() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneObjArrayProp_10)); } inline List_1_t589903178 * get_m_SceneObjArrayProp_10() const { return ___m_SceneObjArrayProp_10; } inline List_1_t589903178 ** get_address_of_m_SceneObjArrayProp_10() { return &___m_SceneObjArrayProp_10; } inline void set_m_SceneObjArrayProp_10(List_1_t589903178 * value) { ___m_SceneObjArrayProp_10 = value; Il2CppCodeGenWriteBarrier((&___m_SceneObjArrayProp_10), value); } inline static int32_t get_offset_of_m_SceneNpcList_11() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneNpcList_11)); } inline List_1_t1151801416 * get_m_SceneNpcList_11() const { return ___m_SceneNpcList_11; } inline List_1_t1151801416 ** get_address_of_m_SceneNpcList_11() { return &___m_SceneNpcList_11; } inline void set_m_SceneNpcList_11(List_1_t1151801416 * value) { ___m_SceneNpcList_11 = value; Il2CppCodeGenWriteBarrier((&___m_SceneNpcList_11), value); } inline static int32_t get_offset_of_m_Scene_12() { return static_cast(offsetof(CSceneService_t551449725, ___m_Scene_12)); } inline CSceneModelObj_t2681526009 * get_m_Scene_12() const { return ___m_Scene_12; } inline CSceneModelObj_t2681526009 ** get_address_of_m_Scene_12() { return &___m_Scene_12; } inline void set_m_Scene_12(CSceneModelObj_t2681526009 * value) { ___m_Scene_12 = value; Il2CppCodeGenWriteBarrier((&___m_Scene_12), value); } inline static int32_t get_offset_of_m_MainRole_13() { return static_cast(offsetof(CSceneService_t551449725, ___m_MainRole_13)); } inline CMainRole_t4200562839 * get_m_MainRole_13() const { return ___m_MainRole_13; } inline CMainRole_t4200562839 ** get_address_of_m_MainRole_13() { return &___m_MainRole_13; } inline void set_m_MainRole_13(CMainRole_t4200562839 * value) { ___m_MainRole_13 = value; Il2CppCodeGenWriteBarrier((&___m_MainRole_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENESERVICE_T551449725_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 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 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 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 DANCESCENEMANAGER_T2271493662_H #define DANCESCENEMANAGER_T2271493662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DanceSceneManager struct DanceSceneManager_t2271493662 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.DanceSceneManager::k__BackingField int32_t ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1; // System.Collections.Generic.List`1 DMCore.Logic.DanceSceneManager::m_DanceSceneList List_1_t876647579 * ___m_DanceSceneList_4; // System.Collections.Generic.List`1 DMCore.Logic.DanceSceneManager::m_WaitingRoomList List_1_t876647579 * ___m_WaitingRoomList_5; // System.String DMCore.Logic.DanceSceneManager::m_ModifyDirectory String_t* ___m_ModifyDirectory_6; public: inline static int32_t get_offset_of_U3CActiveWaitingRoomIndexU3Ek__BackingField_1() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1)); } inline int32_t get_U3CActiveWaitingRoomIndexU3Ek__BackingField_1() const { return ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CActiveWaitingRoomIndexU3Ek__BackingField_1() { return &___U3CActiveWaitingRoomIndexU3Ek__BackingField_1; } inline void set_U3CActiveWaitingRoomIndexU3Ek__BackingField_1(int32_t value) { ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_DanceSceneList_4() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___m_DanceSceneList_4)); } inline List_1_t876647579 * get_m_DanceSceneList_4() const { return ___m_DanceSceneList_4; } inline List_1_t876647579 ** get_address_of_m_DanceSceneList_4() { return &___m_DanceSceneList_4; } inline void set_m_DanceSceneList_4(List_1_t876647579 * value) { ___m_DanceSceneList_4 = value; Il2CppCodeGenWriteBarrier((&___m_DanceSceneList_4), value); } inline static int32_t get_offset_of_m_WaitingRoomList_5() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___m_WaitingRoomList_5)); } inline List_1_t876647579 * get_m_WaitingRoomList_5() const { return ___m_WaitingRoomList_5; } inline List_1_t876647579 ** get_address_of_m_WaitingRoomList_5() { return &___m_WaitingRoomList_5; } inline void set_m_WaitingRoomList_5(List_1_t876647579 * value) { ___m_WaitingRoomList_5 = value; Il2CppCodeGenWriteBarrier((&___m_WaitingRoomList_5), value); } inline static int32_t get_offset_of_m_ModifyDirectory_6() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___m_ModifyDirectory_6)); } inline String_t* get_m_ModifyDirectory_6() const { return ___m_ModifyDirectory_6; } inline String_t** get_address_of_m_ModifyDirectory_6() { return &___m_ModifyDirectory_6; } inline void set_m_ModifyDirectory_6(String_t* value) { ___m_ModifyDirectory_6 = value; Il2CppCodeGenWriteBarrier((&___m_ModifyDirectory_6), value); } }; struct DanceSceneManager_t2271493662_StaticFields { public: // System.Boolean DMCore.Logic.DanceSceneManager::k__BackingField bool ___U3CIsRandomSuccessU3Ek__BackingField_2; // System.Boolean DMCore.Logic.DanceSceneManager::k__BackingField bool ___U3CIsRandomLocalU3Ek__BackingField_3; // System.Int32 DMCore.Logic.DanceSceneManager::s_ActiveIndex int32_t ___s_ActiveIndex_7; // DMCore.Logic.DanceSceneManager DMCore.Logic.DanceSceneManager::s_Instance DanceSceneManager_t2271493662 * ___s_Instance_8; public: inline static int32_t get_offset_of_U3CIsRandomSuccessU3Ek__BackingField_2() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___U3CIsRandomSuccessU3Ek__BackingField_2)); } inline bool get_U3CIsRandomSuccessU3Ek__BackingField_2() const { return ___U3CIsRandomSuccessU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsRandomSuccessU3Ek__BackingField_2() { return &___U3CIsRandomSuccessU3Ek__BackingField_2; } inline void set_U3CIsRandomSuccessU3Ek__BackingField_2(bool value) { ___U3CIsRandomSuccessU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsRandomLocalU3Ek__BackingField_3() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___U3CIsRandomLocalU3Ek__BackingField_3)); } inline bool get_U3CIsRandomLocalU3Ek__BackingField_3() const { return ___U3CIsRandomLocalU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsRandomLocalU3Ek__BackingField_3() { return &___U3CIsRandomLocalU3Ek__BackingField_3; } inline void set_U3CIsRandomLocalU3Ek__BackingField_3(bool value) { ___U3CIsRandomLocalU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_s_ActiveIndex_7() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___s_ActiveIndex_7)); } inline int32_t get_s_ActiveIndex_7() const { return ___s_ActiveIndex_7; } inline int32_t* get_address_of_s_ActiveIndex_7() { return &___s_ActiveIndex_7; } inline void set_s_ActiveIndex_7(int32_t value) { ___s_ActiveIndex_7 = value; } inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___s_Instance_8)); } inline DanceSceneManager_t2271493662 * get_s_Instance_8() const { return ___s_Instance_8; } inline DanceSceneManager_t2271493662 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(DanceSceneManager_t2271493662 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DANCESCENEMANAGER_T2271493662_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 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 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 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 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_0; public: inline static int32_t get_offset_of_Epsilon_0() { return static_cast(offsetof(Mathf_t3464937446_StaticFields, ___Epsilon_0)); } inline float get_Epsilon_0() const { return ___Epsilon_0; } inline float* get_address_of_Epsilon_0() { return &___Epsilon_0; } inline void set_Epsilon_0(float value) { ___Epsilon_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATHF_T3464937446_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_5; public: inline static int32_t get_offset_of_nextSibling_5() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_5)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_5() const { return ___nextSibling_5; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_5() { return &___nextSibling_5; } inline void set_nextSibling_5(XmlLinkedNode_t1437094927 * value) { ___nextSibling_5 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_H #ifndef IMONOCTRLLOR_T1427182583_H #define IMONOCTRLLOR_T1427182583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IMonoCtrllor struct IMonoCtrllor_t1427182583 : public IEventDispatcher_t2294365884 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMONOCTRLLOR_T1427182583_H #ifndef CTITLEMANAGER_T3025273230_H #define CTITLEMANAGER_T3025273230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTitleManager struct CTitleManager_t3025273230 : public ITextBase_t660344599 { public: // DMCore.Logic.CTitleManager/ChangeTitle DMCore.Logic.CTitleManager::changeTilte ChangeTitle_t584768798 * ___changeTilte_1; // System.Int32 DMCore.Logic.CTitleManager::SelectedTitle int32_t ___SelectedTitle_2; // System.Int32 DMCore.Logic.CTitleManager::SelectedContentTitle int32_t ___SelectedContentTitle_3; // UnityEngine.Transform DMCore.Logic.CTitleManager::SelectedContentTransform Transform_t3600365921 * ___SelectedContentTransform_4; // System.Int32 DMCore.Logic.CTitleManager::WearedTitle int32_t ___WearedTitle_5; // System.Int32 DMCore.Logic.CTitleManager::WearedContentTitle int32_t ___WearedContentTitle_6; // UnityEngine.Transform DMCore.Logic.CTitleManager::WearedContentTransform Transform_t3600365921 * ___WearedContentTransform_7; // System.Single DMCore.Logic.CTitleManager::m_effectTime float ___m_effectTime_8; // System.Single DMCore.Logic.CTitleManager::m_titleWidth float ___m_titleWidth_9; // System.Single DMCore.Logic.CTitleManager::m_titleHeight float ___m_titleHeight_10; // System.Single DMCore.Logic.CTitleManager::m_posInScreen float ___m_posInScreen_11; // System.Single DMCore.Logic.CTitleManager::m_desToDanceTag float ___m_desToDanceTag_12; // System.Single DMCore.Logic.CTitleManager::m_desToWaitTag float ___m_desToWaitTag_13; // System.Collections.Generic.List`1 DMCore.Logic.CTitleManager::m_animList List_1_t128053199 * ___m_animList_14; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CTitleManager::m_titleListInfo Dictionary_2_t1574409016 * ___m_titleListInfo_15; public: inline static int32_t get_offset_of_changeTilte_1() { return static_cast(offsetof(CTitleManager_t3025273230, ___changeTilte_1)); } inline ChangeTitle_t584768798 * get_changeTilte_1() const { return ___changeTilte_1; } inline ChangeTitle_t584768798 ** get_address_of_changeTilte_1() { return &___changeTilte_1; } inline void set_changeTilte_1(ChangeTitle_t584768798 * value) { ___changeTilte_1 = value; Il2CppCodeGenWriteBarrier((&___changeTilte_1), value); } inline static int32_t get_offset_of_SelectedTitle_2() { return static_cast(offsetof(CTitleManager_t3025273230, ___SelectedTitle_2)); } inline int32_t get_SelectedTitle_2() const { return ___SelectedTitle_2; } inline int32_t* get_address_of_SelectedTitle_2() { return &___SelectedTitle_2; } inline void set_SelectedTitle_2(int32_t value) { ___SelectedTitle_2 = value; } inline static int32_t get_offset_of_SelectedContentTitle_3() { return static_cast(offsetof(CTitleManager_t3025273230, ___SelectedContentTitle_3)); } inline int32_t get_SelectedContentTitle_3() const { return ___SelectedContentTitle_3; } inline int32_t* get_address_of_SelectedContentTitle_3() { return &___SelectedContentTitle_3; } inline void set_SelectedContentTitle_3(int32_t value) { ___SelectedContentTitle_3 = value; } inline static int32_t get_offset_of_SelectedContentTransform_4() { return static_cast(offsetof(CTitleManager_t3025273230, ___SelectedContentTransform_4)); } inline Transform_t3600365921 * get_SelectedContentTransform_4() const { return ___SelectedContentTransform_4; } inline Transform_t3600365921 ** get_address_of_SelectedContentTransform_4() { return &___SelectedContentTransform_4; } inline void set_SelectedContentTransform_4(Transform_t3600365921 * value) { ___SelectedContentTransform_4 = value; Il2CppCodeGenWriteBarrier((&___SelectedContentTransform_4), value); } inline static int32_t get_offset_of_WearedTitle_5() { return static_cast(offsetof(CTitleManager_t3025273230, ___WearedTitle_5)); } inline int32_t get_WearedTitle_5() const { return ___WearedTitle_5; } inline int32_t* get_address_of_WearedTitle_5() { return &___WearedTitle_5; } inline void set_WearedTitle_5(int32_t value) { ___WearedTitle_5 = value; } inline static int32_t get_offset_of_WearedContentTitle_6() { return static_cast(offsetof(CTitleManager_t3025273230, ___WearedContentTitle_6)); } inline int32_t get_WearedContentTitle_6() const { return ___WearedContentTitle_6; } inline int32_t* get_address_of_WearedContentTitle_6() { return &___WearedContentTitle_6; } inline void set_WearedContentTitle_6(int32_t value) { ___WearedContentTitle_6 = value; } inline static int32_t get_offset_of_WearedContentTransform_7() { return static_cast(offsetof(CTitleManager_t3025273230, ___WearedContentTransform_7)); } inline Transform_t3600365921 * get_WearedContentTransform_7() const { return ___WearedContentTransform_7; } inline Transform_t3600365921 ** get_address_of_WearedContentTransform_7() { return &___WearedContentTransform_7; } inline void set_WearedContentTransform_7(Transform_t3600365921 * value) { ___WearedContentTransform_7 = value; Il2CppCodeGenWriteBarrier((&___WearedContentTransform_7), value); } inline static int32_t get_offset_of_m_effectTime_8() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_effectTime_8)); } inline float get_m_effectTime_8() const { return ___m_effectTime_8; } inline float* get_address_of_m_effectTime_8() { return &___m_effectTime_8; } inline void set_m_effectTime_8(float value) { ___m_effectTime_8 = value; } inline static int32_t get_offset_of_m_titleWidth_9() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_titleWidth_9)); } inline float get_m_titleWidth_9() const { return ___m_titleWidth_9; } inline float* get_address_of_m_titleWidth_9() { return &___m_titleWidth_9; } inline void set_m_titleWidth_9(float value) { ___m_titleWidth_9 = value; } inline static int32_t get_offset_of_m_titleHeight_10() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_titleHeight_10)); } inline float get_m_titleHeight_10() const { return ___m_titleHeight_10; } inline float* get_address_of_m_titleHeight_10() { return &___m_titleHeight_10; } inline void set_m_titleHeight_10(float value) { ___m_titleHeight_10 = value; } inline static int32_t get_offset_of_m_posInScreen_11() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_posInScreen_11)); } inline float get_m_posInScreen_11() const { return ___m_posInScreen_11; } inline float* get_address_of_m_posInScreen_11() { return &___m_posInScreen_11; } inline void set_m_posInScreen_11(float value) { ___m_posInScreen_11 = value; } inline static int32_t get_offset_of_m_desToDanceTag_12() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_desToDanceTag_12)); } inline float get_m_desToDanceTag_12() const { return ___m_desToDanceTag_12; } inline float* get_address_of_m_desToDanceTag_12() { return &___m_desToDanceTag_12; } inline void set_m_desToDanceTag_12(float value) { ___m_desToDanceTag_12 = value; } inline static int32_t get_offset_of_m_desToWaitTag_13() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_desToWaitTag_13)); } inline float get_m_desToWaitTag_13() const { return ___m_desToWaitTag_13; } inline float* get_address_of_m_desToWaitTag_13() { return &___m_desToWaitTag_13; } inline void set_m_desToWaitTag_13(float value) { ___m_desToWaitTag_13 = value; } inline static int32_t get_offset_of_m_animList_14() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_animList_14)); } inline List_1_t128053199 * get_m_animList_14() const { return ___m_animList_14; } inline List_1_t128053199 ** get_address_of_m_animList_14() { return &___m_animList_14; } inline void set_m_animList_14(List_1_t128053199 * value) { ___m_animList_14 = value; Il2CppCodeGenWriteBarrier((&___m_animList_14), value); } inline static int32_t get_offset_of_m_titleListInfo_15() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_titleListInfo_15)); } inline Dictionary_2_t1574409016 * get_m_titleListInfo_15() const { return ___m_titleListInfo_15; } inline Dictionary_2_t1574409016 ** get_address_of_m_titleListInfo_15() { return &___m_titleListInfo_15; } inline void set_m_titleListInfo_15(Dictionary_2_t1574409016 * value) { ___m_titleListInfo_15 = value; Il2CppCodeGenWriteBarrier((&___m_titleListInfo_15), value); } }; struct CTitleManager_t3025273230_StaticFields { public: // DMCore.Logic.CTitleManager DMCore.Logic.CTitleManager::s_intance CTitleManager_t3025273230 * ___s_intance_16; public: inline static int32_t get_offset_of_s_intance_16() { return static_cast(offsetof(CTitleManager_t3025273230_StaticFields, ___s_intance_16)); } inline CTitleManager_t3025273230 * get_s_intance_16() const { return ___s_intance_16; } inline CTitleManager_t3025273230 ** get_address_of_s_intance_16() { return &___s_intance_16; } inline void set_s_intance_16(CTitleManager_t3025273230 * value) { ___s_intance_16 = value; Il2CppCodeGenWriteBarrier((&___s_intance_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTITLEMANAGER_T3025273230_H #ifndef CTEXTHELP_T3119637808_H #define CTEXTHELP_T3119637808_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808 : public ITextBase_t660344599 { public: // DMCore.Framework.Misc.CTextHelp/TextUnitGroup DMCore.Framework.Misc.CTextHelp::m_DictionUpdate TextUnitGroup_t1441580864 * ___m_DictionUpdate_1; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup DMCore.Framework.Misc.CTextHelp::m_Diction TextUnitGroup_t1441580864 * ___m_Diction_2; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup DMCore.Framework.Misc.CTextHelp::m_DictionErrorCode TextUnitGroup_t1441580864 * ___m_DictionErrorCode_3; public: inline static int32_t get_offset_of_m_DictionUpdate_1() { return static_cast(offsetof(CTextHelp_t3119637808, ___m_DictionUpdate_1)); } inline TextUnitGroup_t1441580864 * get_m_DictionUpdate_1() const { return ___m_DictionUpdate_1; } inline TextUnitGroup_t1441580864 ** get_address_of_m_DictionUpdate_1() { return &___m_DictionUpdate_1; } inline void set_m_DictionUpdate_1(TextUnitGroup_t1441580864 * value) { ___m_DictionUpdate_1 = value; Il2CppCodeGenWriteBarrier((&___m_DictionUpdate_1), value); } inline static int32_t get_offset_of_m_Diction_2() { return static_cast(offsetof(CTextHelp_t3119637808, ___m_Diction_2)); } inline TextUnitGroup_t1441580864 * get_m_Diction_2() const { return ___m_Diction_2; } inline TextUnitGroup_t1441580864 ** get_address_of_m_Diction_2() { return &___m_Diction_2; } inline void set_m_Diction_2(TextUnitGroup_t1441580864 * value) { ___m_Diction_2 = value; Il2CppCodeGenWriteBarrier((&___m_Diction_2), value); } inline static int32_t get_offset_of_m_DictionErrorCode_3() { return static_cast(offsetof(CTextHelp_t3119637808, ___m_DictionErrorCode_3)); } inline TextUnitGroup_t1441580864 * get_m_DictionErrorCode_3() const { return ___m_DictionErrorCode_3; } inline TextUnitGroup_t1441580864 ** get_address_of_m_DictionErrorCode_3() { return &___m_DictionErrorCode_3; } inline void set_m_DictionErrorCode_3(TextUnitGroup_t1441580864 * value) { ___m_DictionErrorCode_3 = value; Il2CppCodeGenWriteBarrier((&___m_DictionErrorCode_3), value); } }; struct CTextHelp_t3119637808_StaticFields { public: // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::s_Instance CTextHelp_t3119637808 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CTextHelp_t3119637808_StaticFields, ___s_Instance_4)); } inline CTextHelp_t3119637808 * get_s_Instance_4() const { return ___s_Instance_4; } inline CTextHelp_t3119637808 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CTextHelp_t3119637808 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTEXTHELP_T3119637808_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 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 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 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 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 CDATAINT_T1932658480_H #define CDATAINT_T1932658480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataInt struct CDataInt_t1932658480 : public IDataUnit_t677250155 { public: // System.Int32 DMCore.CDataInt::k__BackingField int32_t ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataInt_t1932658480, ___U3CDataU3Ek__BackingField_0)); } inline int32_t get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(int32_t value) { ___U3CDataU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAINT_T1932658480_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 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 NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef ICAMERABASE_T3615533728_H #define ICAMERABASE_T3615533728_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728 : public RuntimeObject { public: // UnityEngine.Camera DMCore.Camera.ICameraBase::m_activeCamera Camera_t4157153871 * ___m_activeCamera_0; // UnityEngine.Camera DMCore.Camera.ICameraBase::m_uiCamera Camera_t4157153871 * ___m_uiCamera_1; // System.Collections.Generic.List`1 DMCore.Camera.ICameraBase::m_StoredCameraArray List_1_t1237090056 * ___m_StoredCameraArray_2; // UnityEngine.Transform DMCore.Camera.ICameraBase::m_DefaultWatchTarget Transform_t3600365921 * ___m_DefaultWatchTarget_3; // UnityEngine.Vector3 DMCore.Camera.ICameraBase::m_StartPosition Vector3_t3722313464 ___m_StartPosition_4; // UnityEngine.Quaternion DMCore.Camera.ICameraBase::m_StartRotation Quaternion_t2301928331 ___m_StartRotation_5; // System.Boolean DMCore.Camera.ICameraBase::m_bCached bool ___m_bCached_6; // UnityEngine.Vector3 DMCore.Camera.ICameraBase::m_cachePositon Vector3_t3722313464 ___m_cachePositon_7; // UnityEngine.Quaternion DMCore.Camera.ICameraBase::m_cacheRotation Quaternion_t2301928331 ___m_cacheRotation_8; public: inline static int32_t get_offset_of_m_activeCamera_0() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_activeCamera_0)); } inline Camera_t4157153871 * get_m_activeCamera_0() const { return ___m_activeCamera_0; } inline Camera_t4157153871 ** get_address_of_m_activeCamera_0() { return &___m_activeCamera_0; } inline void set_m_activeCamera_0(Camera_t4157153871 * value) { ___m_activeCamera_0 = value; Il2CppCodeGenWriteBarrier((&___m_activeCamera_0), value); } inline static int32_t get_offset_of_m_uiCamera_1() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_uiCamera_1)); } inline Camera_t4157153871 * get_m_uiCamera_1() const { return ___m_uiCamera_1; } inline Camera_t4157153871 ** get_address_of_m_uiCamera_1() { return &___m_uiCamera_1; } inline void set_m_uiCamera_1(Camera_t4157153871 * value) { ___m_uiCamera_1 = value; Il2CppCodeGenWriteBarrier((&___m_uiCamera_1), value); } inline static int32_t get_offset_of_m_StoredCameraArray_2() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_StoredCameraArray_2)); } inline List_1_t1237090056 * get_m_StoredCameraArray_2() const { return ___m_StoredCameraArray_2; } inline List_1_t1237090056 ** get_address_of_m_StoredCameraArray_2() { return &___m_StoredCameraArray_2; } inline void set_m_StoredCameraArray_2(List_1_t1237090056 * value) { ___m_StoredCameraArray_2 = value; Il2CppCodeGenWriteBarrier((&___m_StoredCameraArray_2), value); } inline static int32_t get_offset_of_m_DefaultWatchTarget_3() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_DefaultWatchTarget_3)); } inline Transform_t3600365921 * get_m_DefaultWatchTarget_3() const { return ___m_DefaultWatchTarget_3; } inline Transform_t3600365921 ** get_address_of_m_DefaultWatchTarget_3() { return &___m_DefaultWatchTarget_3; } inline void set_m_DefaultWatchTarget_3(Transform_t3600365921 * value) { ___m_DefaultWatchTarget_3 = value; Il2CppCodeGenWriteBarrier((&___m_DefaultWatchTarget_3), value); } inline static int32_t get_offset_of_m_StartPosition_4() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_StartPosition_4)); } inline Vector3_t3722313464 get_m_StartPosition_4() const { return ___m_StartPosition_4; } inline Vector3_t3722313464 * get_address_of_m_StartPosition_4() { return &___m_StartPosition_4; } inline void set_m_StartPosition_4(Vector3_t3722313464 value) { ___m_StartPosition_4 = value; } inline static int32_t get_offset_of_m_StartRotation_5() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_StartRotation_5)); } inline Quaternion_t2301928331 get_m_StartRotation_5() const { return ___m_StartRotation_5; } inline Quaternion_t2301928331 * get_address_of_m_StartRotation_5() { return &___m_StartRotation_5; } inline void set_m_StartRotation_5(Quaternion_t2301928331 value) { ___m_StartRotation_5 = value; } inline static int32_t get_offset_of_m_bCached_6() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_bCached_6)); } inline bool get_m_bCached_6() const { return ___m_bCached_6; } inline bool* get_address_of_m_bCached_6() { return &___m_bCached_6; } inline void set_m_bCached_6(bool value) { ___m_bCached_6 = value; } inline static int32_t get_offset_of_m_cachePositon_7() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_cachePositon_7)); } inline Vector3_t3722313464 get_m_cachePositon_7() const { return ___m_cachePositon_7; } inline Vector3_t3722313464 * get_address_of_m_cachePositon_7() { return &___m_cachePositon_7; } inline void set_m_cachePositon_7(Vector3_t3722313464 value) { ___m_cachePositon_7 = value; } inline static int32_t get_offset_of_m_cacheRotation_8() { return static_cast(offsetof(ICameraBase_t3615533728, ___m_cacheRotation_8)); } inline Quaternion_t2301928331 get_m_cacheRotation_8() const { return ___m_cacheRotation_8; } inline Quaternion_t2301928331 * get_address_of_m_cacheRotation_8() { return &___m_cacheRotation_8; } inline void set_m_cacheRotation_8(Quaternion_t2301928331 value) { ___m_cacheRotation_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ICAMERABASE_T3615533728_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_6; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_7; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_9; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_10; public: inline static int32_t get_offset_of_attributes_6() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_6)); } inline XmlAttributeCollection_t2316283784 * get_attributes_6() const { return ___attributes_6; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_6() { return &___attributes_6; } inline void set_attributes_6(XmlAttributeCollection_t2316283784 * value) { ___attributes_6 = value; Il2CppCodeGenWriteBarrier((&___attributes_6), value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XmlElement_t561603118, ___name_7)); } inline XmlNameEntry_t1073099671 * get_name_7() const { return ___name_7; } inline XmlNameEntry_t1073099671 ** get_address_of_name_7() { return &___name_7; } inline void set_name_7(XmlNameEntry_t1073099671 * value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_8)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_8() const { return ___lastLinkedChild_8; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_8() { return &___lastLinkedChild_8; } inline void set_lastLinkedChild_8(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_8 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_8), value); } inline static int32_t get_offset_of_isNotEmpty_9() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_9)); } inline bool get_isNotEmpty_9() const { return ___isNotEmpty_9; } inline bool* get_address_of_isNotEmpty_9() { return &___isNotEmpty_9; } inline void set_isNotEmpty_9(bool value) { ___isNotEmpty_9 = value; } inline static int32_t get_offset_of_schemaInfo_10() { return static_cast(offsetof(XmlElement_t561603118, ___schemaInfo_10)); } inline RuntimeObject* get_schemaInfo_10() const { return ___schemaInfo_10; } inline RuntimeObject** get_address_of_schemaInfo_10() { return &___schemaInfo_10; } inline void set_schemaInfo_10(RuntimeObject* value) { ___schemaInfo_10 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_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 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 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 ENUMPERSONPAGE_T2164876408_H #define ENUMPERSONPAGE_T2164876408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumPersonPage struct enumPersonPage_t2164876408 { public: // System.Int32 DMCore.Logic.enumPersonPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPersonPage_t2164876408, ___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 // ENUMPERSONPAGE_T2164876408_H #ifndef KEYCODE_T2599294277_H #define KEYCODE_T2599294277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.KeyCode struct KeyCode_t2599294277 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyCode_t2599294277, ___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 // KEYCODE_T2599294277_H #ifndef TYPE_T1981123836_H #define TYPE_T1981123836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/Type struct Type_t1981123836 { public: // System.Int32 DMListView/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t1981123836, ___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 // TYPE_T1981123836_H #ifndef ALLIGN_T3271721594_H #define ALLIGN_T3271721594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/Allign struct Allign_t3271721594 { public: // System.Int32 DMListView/Allign::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Allign_t3271721594, ___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 // ALLIGN_T3271721594_H #ifndef SHOWCONDITION_T3552914792_H #define SHOWCONDITION_T3552914792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/ShowCondition struct ShowCondition_t3552914792 { public: // System.Int32 DMListView/ShowCondition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ShowCondition_t3552914792, ___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 // SHOWCONDITION_T3552914792_H #ifndef TRACKEDREFERENCE_T1199777556_H #define TRACKEDREFERENCE_T1199777556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TrackedReference struct TrackedReference_t1199777556 : public RuntimeObject { public: // System.IntPtr UnityEngine.TrackedReference::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(TrackedReference_t1199777556, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.TrackedReference struct TrackedReference_t1199777556_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.TrackedReference struct TrackedReference_t1199777556_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // TRACKEDREFERENCE_T1199777556_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 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 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 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 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 BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___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 // BINDINGFLAGS_T2721792723_H #ifndef PIVOT_T1798046373_H #define PIVOT_T1798046373_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIWidget/Pivot struct Pivot_t1798046373 { public: // System.Int32 UIWidget/Pivot::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Pivot_t1798046373, ___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 // PIVOT_T1798046373_H #ifndef ENUMSLIDERTYPE_T1242179523_H #define ENUMSLIDERTYPE_T1242179523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.UIHelp.uiHelpDMSlider/enumSliderType struct enumSliderType_t1242179523 { public: // System.Int32 DMCore.Framework.UIHelp.uiHelpDMSlider/enumSliderType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSliderType_t1242179523, ___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 // ENUMSLIDERTYPE_T1242179523_H #ifndef STATTACHEDITEM_T2400041463_H #define STATTACHEDITEM_T2400041463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem struct stAttachedItem_t2400041463 : public RuntimeObject { public: // UnityEngine.Transform DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::k__BackingField Transform_t3600365921 * ___U3CTransAttachedU3Ek__BackingField_0; // UnityEngine.Vector3 DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::k__BackingField Vector3_t3722313464 ___U3CPosOffsetU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CTransAttachedU3Ek__BackingField_0() { return static_cast(offsetof(stAttachedItem_t2400041463, ___U3CTransAttachedU3Ek__BackingField_0)); } inline Transform_t3600365921 * get_U3CTransAttachedU3Ek__BackingField_0() const { return ___U3CTransAttachedU3Ek__BackingField_0; } inline Transform_t3600365921 ** get_address_of_U3CTransAttachedU3Ek__BackingField_0() { return &___U3CTransAttachedU3Ek__BackingField_0; } inline void set_U3CTransAttachedU3Ek__BackingField_0(Transform_t3600365921 * value) { ___U3CTransAttachedU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CTransAttachedU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CPosOffsetU3Ek__BackingField_1() { return static_cast(offsetof(stAttachedItem_t2400041463, ___U3CPosOffsetU3Ek__BackingField_1)); } inline Vector3_t3722313464 get_U3CPosOffsetU3Ek__BackingField_1() const { return ___U3CPosOffsetU3Ek__BackingField_1; } inline Vector3_t3722313464 * get_address_of_U3CPosOffsetU3Ek__BackingField_1() { return &___U3CPosOffsetU3Ek__BackingField_1; } inline void set_U3CPosOffsetU3Ek__BackingField_1(Vector3_t3722313464 value) { ___U3CPosOffsetU3Ek__BackingField_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATTACHEDITEM_T2400041463_H #ifndef ENUMMOVESTATE_T1228404543_H #define ENUMMOVESTATE_T1228404543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.UIHelp.uiHelpAutoFolding/enumMoveState struct enumMoveState_t1228404543 { public: // System.Int32 DMCore.Framework.UIHelp.uiHelpAutoFolding/enumMoveState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMoveState_t1228404543, ___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 // ENUMMOVESTATE_T1228404543_H #ifndef ENUMRESSTATE_T3285317815_H #define ENUMRESSTATE_T3285317815_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.enumResState struct enumResState_t3285317815 { public: // System.Int32 DMCore.Framework.Resource.enumResState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumResState_t3285317815, ___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 // ENUMRESSTATE_T3285317815_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_2; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_5; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_6; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_7; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_8; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_9; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_10; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_11; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_12; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_14; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_do_checks_7() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_7)); } inline int32_t get_do_checks_7() const { return ___do_checks_7; } inline int32_t* get_address_of_do_checks_7() { return &___do_checks_7; } inline void set_do_checks_7(int32_t value) { ___do_checks_7 = value; } inline static int32_t get_offset_of_encoding_8() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_8)); } inline Encoding_t1523322056 * get_encoding_8() const { return ___encoding_8; } inline Encoding_t1523322056 ** get_address_of_encoding_8() { return &___encoding_8; } inline void set_encoding_8(Encoding_t1523322056 * value) { ___encoding_8 = value; Il2CppCodeGenWriteBarrier((&___encoding_8), value); } inline static int32_t get_offset_of_decoder_9() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_9)); } inline Decoder_t2204182725 * get_decoder_9() const { return ___decoder_9; } inline Decoder_t2204182725 ** get_address_of_decoder_9() { return &___decoder_9; } inline void set_decoder_9(Decoder_t2204182725 * value) { ___decoder_9 = value; Il2CppCodeGenWriteBarrier((&___decoder_9), value); } inline static int32_t get_offset_of_base_stream_10() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_10)); } inline Stream_t1273022909 * get_base_stream_10() const { return ___base_stream_10; } inline Stream_t1273022909 ** get_address_of_base_stream_10() { return &___base_stream_10; } inline void set_base_stream_10(Stream_t1273022909 * value) { ___base_stream_10 = value; Il2CppCodeGenWriteBarrier((&___base_stream_10), value); } inline static int32_t get_offset_of_mayBlock_11() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_11)); } inline bool get_mayBlock_11() const { return ___mayBlock_11; } inline bool* get_address_of_mayBlock_11() { return &___mayBlock_11; } inline void set_mayBlock_11(bool value) { ___mayBlock_11 = value; } inline static int32_t get_offset_of_line_builder_12() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_12)); } inline StringBuilder_t * get_line_builder_12() const { return ___line_builder_12; } inline StringBuilder_t ** get_address_of_line_builder_12() { return &___line_builder_12; } inline void set_line_builder_12(StringBuilder_t * value) { ___line_builder_12 = value; Il2CppCodeGenWriteBarrier((&___line_builder_12), value); } inline static int32_t get_offset_of_foundCR_14() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_14)); } inline bool get_foundCR_14() const { return ___foundCR_14; } inline bool* get_address_of_foundCR_14() { return &___foundCR_14; } inline void set_foundCR_14(bool value) { ___foundCR_14 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_13)); } inline StreamReader_t4009935899 * get_Null_13() const { return ___Null_13; } inline StreamReader_t4009935899 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamReader_t4009935899 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_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 UIHELPSLIDERITEM_T1334750846_H #define UIHELPSLIDERITEM_T1334750846_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.UIHelp.uiHelpSliderItem struct uiHelpSliderItem_t1334750846 : public RuntimeObject { public: // System.Boolean DMCore.Framework.UIHelp.uiHelpSliderItem::m_vertical bool ___m_vertical_0; // System.Single DMCore.Framework.UIHelp.uiHelpSliderItem::m_skipPixels float ___m_skipPixels_1; // UnityEngine.GameObject DMCore.Framework.UIHelp.uiHelpSliderItem::m_target GameObject_t1113636619 * ___m_target_2; // System.Action`1 DMCore.Framework.UIHelp.uiHelpSliderItem::m_callBack Action_1_t1286104214 * ___m_callBack_3; // UnityEngine.Vector2 DMCore.Framework.UIHelp.uiHelpSliderItem::m_posDelta Vector2_t2156229523 ___m_posDelta_4; // UnityEngine.Vector2 DMCore.Framework.UIHelp.uiHelpSliderItem::m_posMax Vector2_t2156229523 ___m_posMax_5; public: inline static int32_t get_offset_of_m_vertical_0() { return static_cast(offsetof(uiHelpSliderItem_t1334750846, ___m_vertical_0)); } inline bool get_m_vertical_0() const { return ___m_vertical_0; } inline bool* get_address_of_m_vertical_0() { return &___m_vertical_0; } inline void set_m_vertical_0(bool value) { ___m_vertical_0 = value; } inline static int32_t get_offset_of_m_skipPixels_1() { return static_cast(offsetof(uiHelpSliderItem_t1334750846, ___m_skipPixels_1)); } inline float get_m_skipPixels_1() const { return ___m_skipPixels_1; } inline float* get_address_of_m_skipPixels_1() { return &___m_skipPixels_1; } inline void set_m_skipPixels_1(float value) { ___m_skipPixels_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(uiHelpSliderItem_t1334750846, ___m_target_2)); } inline GameObject_t1113636619 * get_m_target_2() const { return ___m_target_2; } inline GameObject_t1113636619 ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(GameObject_t1113636619 * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_m_callBack_3() { return static_cast(offsetof(uiHelpSliderItem_t1334750846, ___m_callBack_3)); } inline Action_1_t1286104214 * get_m_callBack_3() const { return ___m_callBack_3; } inline Action_1_t1286104214 ** get_address_of_m_callBack_3() { return &___m_callBack_3; } inline void set_m_callBack_3(Action_1_t1286104214 * value) { ___m_callBack_3 = value; Il2CppCodeGenWriteBarrier((&___m_callBack_3), value); } inline static int32_t get_offset_of_m_posDelta_4() { return static_cast(offsetof(uiHelpSliderItem_t1334750846, ___m_posDelta_4)); } inline Vector2_t2156229523 get_m_posDelta_4() const { return ___m_posDelta_4; } inline Vector2_t2156229523 * get_address_of_m_posDelta_4() { return &___m_posDelta_4; } inline void set_m_posDelta_4(Vector2_t2156229523 value) { ___m_posDelta_4 = value; } inline static int32_t get_offset_of_m_posMax_5() { return static_cast(offsetof(uiHelpSliderItem_t1334750846, ___m_posMax_5)); } inline Vector2_t2156229523 get_m_posMax_5() const { return ___m_posMax_5; } inline Vector2_t2156229523 * get_address_of_m_posMax_5() { return &___m_posMax_5; } inline void set_m_posMax_5(Vector2_t2156229523 value) { ___m_posMax_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIHELPSLIDERITEM_T1334750846_H #ifndef CHOOSECLOTHTYPE_T488531444_H #define CHOOSECLOTHTYPE_T488531444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseClothType struct ChooseClothType_t488531444 { public: // System.Int32 DMCore.Logic.ChooseClothType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ChooseClothType_t488531444, ___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 // CHOOSECLOTHTYPE_T488531444_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 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 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 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 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 ENUMMSGBOXCUSTOMKEY_T633128937_H #define ENUMMSGBOXCUSTOMKEY_T633128937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.enumMsgBoxCustomKey struct enumMsgBoxCustomKey_t633128937 { public: // System.Int32 DMCore.enumMsgBoxCustomKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMsgBoxCustomKey_t633128937, ___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 // ENUMMSGBOXCUSTOMKEY_T633128937_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 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 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 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 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 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 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 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 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 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 ENUMSTATE_T1817366131_H #define ENUMSTATE_T1817366131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumState struct enumState_t1817366131 { public: // System.Int32 DMCore.Logic.enumState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumState_t1817366131, ___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 // ENUMSTATE_T1817366131_H #ifndef ENUMFONTALIGNMENT_T1965829419_H #define ENUMFONTALIGNMENT_T1965829419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.enumFontAlignment struct enumFontAlignment_t1965829419 { public: // System.Int32 DMCore.Framework.Misc.enumFontAlignment::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFontAlignment_t1965829419, ___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 // ENUMFONTALIGNMENT_T1965829419_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 PETACTIONTYPE_T3652296498_H #define PETACTIONTYPE_T3652296498_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetActionType struct PetActionType_t3652296498 { public: // System.Int32 DMCore.Logic.PetActionType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PetActionType_t3652296498, ___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 // PETACTIONTYPE_T3652296498_H #ifndef ENUMWALKTYPE_T4000804588_H #define ENUMWALKTYPE_T4000804588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumWalkType struct enumWalkType_t4000804588 { public: // System.Int32 DMCore.Framework.Scene.enumWalkType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumWalkType_t4000804588, ___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 // ENUMWALKTYPE_T4000804588_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 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 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 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 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 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 CSWINGBONE_T2419392790_H #define CSWINGBONE_T2419392790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSwingBone struct CSwingBone_t2419392790 : public RuntimeObject { public: // UnityEngine.Transform DMCore.Framework.Scene.CSwingBone::m_baseTransform Transform_t3600365921 * ___m_baseTransform_0; // UnityEngine.Vector3 DMCore.Framework.Scene.CSwingBone::m_LastPos Vector3_t3722313464 ___m_LastPos_1; // UnityEngine.Quaternion DMCore.Framework.Scene.CSwingBone::m_LastRot Quaternion_t2301928331 ___m_LastRot_2; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSwingBone::m_Bones List_1_t3891467532 * ___m_Bones_3; // System.Single DMCore.Framework.Scene.CSwingBone::m_drag float ___m_drag_4; // System.Single DMCore.Framework.Scene.CSwingBone::m_angelDrag float ___m_angelDrag_5; public: inline static int32_t get_offset_of_m_baseTransform_0() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_baseTransform_0)); } inline Transform_t3600365921 * get_m_baseTransform_0() const { return ___m_baseTransform_0; } inline Transform_t3600365921 ** get_address_of_m_baseTransform_0() { return &___m_baseTransform_0; } inline void set_m_baseTransform_0(Transform_t3600365921 * value) { ___m_baseTransform_0 = value; Il2CppCodeGenWriteBarrier((&___m_baseTransform_0), value); } inline static int32_t get_offset_of_m_LastPos_1() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_LastPos_1)); } inline Vector3_t3722313464 get_m_LastPos_1() const { return ___m_LastPos_1; } inline Vector3_t3722313464 * get_address_of_m_LastPos_1() { return &___m_LastPos_1; } inline void set_m_LastPos_1(Vector3_t3722313464 value) { ___m_LastPos_1 = value; } inline static int32_t get_offset_of_m_LastRot_2() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_LastRot_2)); } inline Quaternion_t2301928331 get_m_LastRot_2() const { return ___m_LastRot_2; } inline Quaternion_t2301928331 * get_address_of_m_LastRot_2() { return &___m_LastRot_2; } inline void set_m_LastRot_2(Quaternion_t2301928331 value) { ___m_LastRot_2 = value; } inline static int32_t get_offset_of_m_Bones_3() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_Bones_3)); } inline List_1_t3891467532 * get_m_Bones_3() const { return ___m_Bones_3; } inline List_1_t3891467532 ** get_address_of_m_Bones_3() { return &___m_Bones_3; } inline void set_m_Bones_3(List_1_t3891467532 * value) { ___m_Bones_3 = value; Il2CppCodeGenWriteBarrier((&___m_Bones_3), value); } inline static int32_t get_offset_of_m_drag_4() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_drag_4)); } inline float get_m_drag_4() const { return ___m_drag_4; } inline float* get_address_of_m_drag_4() { return &___m_drag_4; } inline void set_m_drag_4(float value) { ___m_drag_4 = value; } inline static int32_t get_offset_of_m_angelDrag_5() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_angelDrag_5)); } inline float get_m_angelDrag_5() const { return ___m_angelDrag_5; } inline float* get_address_of_m_angelDrag_5() { return &___m_angelDrag_5; } inline void set_m_angelDrag_5(float value) { ___m_angelDrag_5 = value; } }; struct CSwingBone_t2419392790_StaticFields { public: // BetterList`1 DMCore.Framework.Scene.CSwingBone::cached BetterList_1_t2755386239 * ___cached_6; public: inline static int32_t get_offset_of_cached_6() { return static_cast(offsetof(CSwingBone_t2419392790_StaticFields, ___cached_6)); } inline BetterList_1_t2755386239 * get_cached_6() const { return ___cached_6; } inline BetterList_1_t2755386239 ** get_address_of_cached_6() { return &___cached_6; } inline void set_cached_6(BetterList_1_t2755386239 * value) { ___cached_6 = value; Il2CppCodeGenWriteBarrier((&___cached_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSWINGBONE_T2419392790_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; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_bExistBeginPos bool ___m_bExistBeginPos_4; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkEvent::m_posBeginReal Vector3_t3722313464 ___m_posBeginReal_5; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeBegin float ___m_timeBegin_6; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeTotal float ___m_timeTotal_7; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_initFlag bool ___m_initFlag_8; 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_bExistBeginPos_4() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_bExistBeginPos_4)); } inline bool get_m_bExistBeginPos_4() const { return ___m_bExistBeginPos_4; } inline bool* get_address_of_m_bExistBeginPos_4() { return &___m_bExistBeginPos_4; } inline void set_m_bExistBeginPos_4(bool value) { ___m_bExistBeginPos_4 = value; } inline static int32_t get_offset_of_m_posBeginReal_5() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_posBeginReal_5)); } inline Vector3_t3722313464 get_m_posBeginReal_5() const { return ___m_posBeginReal_5; } inline Vector3_t3722313464 * get_address_of_m_posBeginReal_5() { return &___m_posBeginReal_5; } inline void set_m_posBeginReal_5(Vector3_t3722313464 value) { ___m_posBeginReal_5 = value; } inline static int32_t get_offset_of_m_timeBegin_6() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeBegin_6)); } inline float get_m_timeBegin_6() const { return ___m_timeBegin_6; } inline float* get_address_of_m_timeBegin_6() { return &___m_timeBegin_6; } inline void set_m_timeBegin_6(float value) { ___m_timeBegin_6 = value; } inline static int32_t get_offset_of_m_timeTotal_7() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeTotal_7)); } inline float get_m_timeTotal_7() const { return ___m_timeTotal_7; } inline float* get_address_of_m_timeTotal_7() { return &___m_timeTotal_7; } inline void set_m_timeTotal_7(float value) { ___m_timeTotal_7 = value; } inline static int32_t get_offset_of_m_initFlag_8() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_initFlag_8)); } inline bool get_m_initFlag_8() const { return ___m_initFlag_8; } inline bool* get_address_of_m_initFlag_8() { return &___m_initFlag_8; } inline void set_m_initFlag_8(bool value) { ___m_initFlag_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKEVENT_T1212470810_H #ifndef ENUMMSGBOXTYPE_T4255590095_H #define ENUMMSGBOXTYPE_T4255590095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.enumMsgBoxType struct enumMsgBoxType_t4255590095 { public: // System.Int32 DMCore.enumMsgBoxType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMsgBoxType_t4255590095, ___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 // ENUMMSGBOXTYPE_T4255590095_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 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 RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef ENUM_PLAY_MODE_T2546141670_H #define ENUM_PLAY_MODE_T2546141670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_PLAY_MODE struct ENUM_PLAY_MODE_t2546141670 { public: // System.Int32 DMCore.DanceMode.ENUM_PLAY_MODE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_PLAY_MODE_t2546141670, ___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 // ENUM_PLAY_MODE_T2546141670_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 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; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bStartLerp bool ___m_bStartLerp_11; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_v3StartPos Vector3_t3722313464 ___m_v3StartPos_12; // System.Single DMCore.Framework.Scene.CWalkCamera::m_fStartTime float ___m_fStartTime_13; 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; } inline static int32_t get_offset_of_m_bStartLerp_11() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bStartLerp_11)); } inline bool get_m_bStartLerp_11() const { return ___m_bStartLerp_11; } inline bool* get_address_of_m_bStartLerp_11() { return &___m_bStartLerp_11; } inline void set_m_bStartLerp_11(bool value) { ___m_bStartLerp_11 = value; } inline static int32_t get_offset_of_m_v3StartPos_12() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_v3StartPos_12)); } inline Vector3_t3722313464 get_m_v3StartPos_12() const { return ___m_v3StartPos_12; } inline Vector3_t3722313464 * get_address_of_m_v3StartPos_12() { return &___m_v3StartPos_12; } inline void set_m_v3StartPos_12(Vector3_t3722313464 value) { ___m_v3StartPos_12 = value; } inline static int32_t get_offset_of_m_fStartTime_13() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_fStartTime_13)); } inline float get_m_fStartTime_13() const { return ___m_fStartTime_13; } inline float* get_address_of_m_fStartTime_13() { return &___m_fStartTime_13; } inline void set_m_fStartTime_13(float value) { ___m_fStartTime_13 = 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 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 ENUMMORPHPLAYMODE_T123613733_H #define ENUMMORPHPLAYMODE_T123613733_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumMorphPlayMode struct enumMorphPlayMode_t123613733 { public: // System.Int32 DMCore.Framework.Scene.enumMorphPlayMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMorphPlayMode_t123613733, ___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 // ENUMMORPHPLAYMODE_T123613733_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 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_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_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 UIHELPDMSLIDER_T3767831041_H #define UIHELPDMSLIDER_T3767831041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.UIHelp.uiHelpDMSlider struct uiHelpDMSlider_t3767831041 : public RuntimeObject { public: // DMCore.Framework.UIHelp._OnSlider DMCore.Framework.UIHelp.uiHelpDMSlider::m_ptrCallBack _OnSlider_t2713017179 * ___m_ptrCallBack_0; // DMCore.Framework.UIHelp.uiHelpDMSlider/enumSliderType DMCore.Framework.UIHelp.uiHelpDMSlider::m_sliderType int32_t ___m_sliderType_1; // UnityEngine.BoxCollider DMCore.Framework.UIHelp.uiHelpDMSlider::m_uiClider BoxCollider_t1640800422 * ___m_uiClider_2; // System.Boolean DMCore.Framework.UIHelp.uiHelpDMSlider::m_bClkingInside bool ___m_bClkingInside_3; // System.Single DMCore.Framework.UIHelp.uiHelpDMSlider::m_MaxOffset float ___m_MaxOffset_4; // System.Single DMCore.Framework.UIHelp.uiHelpDMSlider::m_ClkPos float ___m_ClkPos_5; public: inline static int32_t get_offset_of_m_ptrCallBack_0() { return static_cast(offsetof(uiHelpDMSlider_t3767831041, ___m_ptrCallBack_0)); } inline _OnSlider_t2713017179 * get_m_ptrCallBack_0() const { return ___m_ptrCallBack_0; } inline _OnSlider_t2713017179 ** get_address_of_m_ptrCallBack_0() { return &___m_ptrCallBack_0; } inline void set_m_ptrCallBack_0(_OnSlider_t2713017179 * value) { ___m_ptrCallBack_0 = value; Il2CppCodeGenWriteBarrier((&___m_ptrCallBack_0), value); } inline static int32_t get_offset_of_m_sliderType_1() { return static_cast(offsetof(uiHelpDMSlider_t3767831041, ___m_sliderType_1)); } inline int32_t get_m_sliderType_1() const { return ___m_sliderType_1; } inline int32_t* get_address_of_m_sliderType_1() { return &___m_sliderType_1; } inline void set_m_sliderType_1(int32_t value) { ___m_sliderType_1 = value; } inline static int32_t get_offset_of_m_uiClider_2() { return static_cast(offsetof(uiHelpDMSlider_t3767831041, ___m_uiClider_2)); } inline BoxCollider_t1640800422 * get_m_uiClider_2() const { return ___m_uiClider_2; } inline BoxCollider_t1640800422 ** get_address_of_m_uiClider_2() { return &___m_uiClider_2; } inline void set_m_uiClider_2(BoxCollider_t1640800422 * value) { ___m_uiClider_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiClider_2), value); } inline static int32_t get_offset_of_m_bClkingInside_3() { return static_cast(offsetof(uiHelpDMSlider_t3767831041, ___m_bClkingInside_3)); } inline bool get_m_bClkingInside_3() const { return ___m_bClkingInside_3; } inline bool* get_address_of_m_bClkingInside_3() { return &___m_bClkingInside_3; } inline void set_m_bClkingInside_3(bool value) { ___m_bClkingInside_3 = value; } inline static int32_t get_offset_of_m_MaxOffset_4() { return static_cast(offsetof(uiHelpDMSlider_t3767831041, ___m_MaxOffset_4)); } inline float get_m_MaxOffset_4() const { return ___m_MaxOffset_4; } inline float* get_address_of_m_MaxOffset_4() { return &___m_MaxOffset_4; } inline void set_m_MaxOffset_4(float value) { ___m_MaxOffset_4 = value; } inline static int32_t get_offset_of_m_ClkPos_5() { return static_cast(offsetof(uiHelpDMSlider_t3767831041, ___m_ClkPos_5)); } inline float get_m_ClkPos_5() const { return ___m_ClkPos_5; } inline float* get_address_of_m_ClkPos_5() { return &___m_ClkPos_5; } inline void set_m_ClkPos_5(float value) { ___m_ClkPos_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIHELPDMSLIDER_T3767831041_H #ifndef CROOT_T1043641654_H #define CROOT_T1043641654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CRoot struct CRoot_t1043641654 : public ILogicBase_t2190831891 { public: // DMCore.Net.CNetService DMCore.CRoot::s_NetService CNetService_t1201271315 * ___s_NetService_4; // DMCore.Camera.ICameraBase DMCore.CRoot::s_CameraIns ICameraBase_t3615533728 * ___s_CameraIns_5; // DMCore.Framework.Movie.CAnimSystem DMCore.CRoot::s_MovieService CAnimSystem_t3541144328 * ___s_MovieService_6; // DMCore.Framework.CTimerCtrl DMCore.CRoot::s_TimerService CTimerCtrl_t297173612 * ___s_TimerService_7; // DMCore.Framework.Scene.CSceneService DMCore.CRoot::s_SceneService CSceneService_t551449725 * ___s_SceneService_8; // DMCore.Framework.Misc.CLogHelp DMCore.CRoot::s_LogHelp CLogHelp_t779629444 * ___s_LogHelp_9; // System.String DMCore.CRoot::s_LoadingSceneName String_t* ___s_LoadingSceneName_10; // DMCore.Net.CNetMainLogic DMCore.CRoot::s_NetControl CNetMainLogic_t857650587 * ___s_NetControl_11; // DMCore.CAccManager DMCore.CRoot::s_AccManager CAccManager_t1454736772 * ___s_AccManager_12; // DMCore.ISoundManager DMCore.CRoot::s_SoundManager ISoundManager_t434164892 * ___s_SoundManager_13; // DMCore.DanceMode.CDanceManager DMCore.CRoot::s_DanceManager CDanceManager_t448141780 * ___s_DanceManager_14; // DMCore.CEventManager DMCore.CRoot::s_EventManager CEventManager_t474365641 * ___s_EventManager_15; // DMCore.Framework.Location.CLocationManager DMCore.CRoot::s_LocationManager CLocationManager_t1346018200 * ___s_LocationManager_16; // System.Boolean DMCore.CRoot::m_bLockPosition bool ___m_bLockPosition_17; // DMCore.Logic.enumPersonPage DMCore.CRoot::m_returnPage int32_t ___m_returnPage_18; public: inline static int32_t get_offset_of_s_NetService_4() { return static_cast(offsetof(CRoot_t1043641654, ___s_NetService_4)); } inline CNetService_t1201271315 * get_s_NetService_4() const { return ___s_NetService_4; } inline CNetService_t1201271315 ** get_address_of_s_NetService_4() { return &___s_NetService_4; } inline void set_s_NetService_4(CNetService_t1201271315 * value) { ___s_NetService_4 = value; Il2CppCodeGenWriteBarrier((&___s_NetService_4), value); } inline static int32_t get_offset_of_s_CameraIns_5() { return static_cast(offsetof(CRoot_t1043641654, ___s_CameraIns_5)); } inline ICameraBase_t3615533728 * get_s_CameraIns_5() const { return ___s_CameraIns_5; } inline ICameraBase_t3615533728 ** get_address_of_s_CameraIns_5() { return &___s_CameraIns_5; } inline void set_s_CameraIns_5(ICameraBase_t3615533728 * value) { ___s_CameraIns_5 = value; Il2CppCodeGenWriteBarrier((&___s_CameraIns_5), value); } inline static int32_t get_offset_of_s_MovieService_6() { return static_cast(offsetof(CRoot_t1043641654, ___s_MovieService_6)); } inline CAnimSystem_t3541144328 * get_s_MovieService_6() const { return ___s_MovieService_6; } inline CAnimSystem_t3541144328 ** get_address_of_s_MovieService_6() { return &___s_MovieService_6; } inline void set_s_MovieService_6(CAnimSystem_t3541144328 * value) { ___s_MovieService_6 = value; Il2CppCodeGenWriteBarrier((&___s_MovieService_6), value); } inline static int32_t get_offset_of_s_TimerService_7() { return static_cast(offsetof(CRoot_t1043641654, ___s_TimerService_7)); } inline CTimerCtrl_t297173612 * get_s_TimerService_7() const { return ___s_TimerService_7; } inline CTimerCtrl_t297173612 ** get_address_of_s_TimerService_7() { return &___s_TimerService_7; } inline void set_s_TimerService_7(CTimerCtrl_t297173612 * value) { ___s_TimerService_7 = value; Il2CppCodeGenWriteBarrier((&___s_TimerService_7), value); } inline static int32_t get_offset_of_s_SceneService_8() { return static_cast(offsetof(CRoot_t1043641654, ___s_SceneService_8)); } inline CSceneService_t551449725 * get_s_SceneService_8() const { return ___s_SceneService_8; } inline CSceneService_t551449725 ** get_address_of_s_SceneService_8() { return &___s_SceneService_8; } inline void set_s_SceneService_8(CSceneService_t551449725 * value) { ___s_SceneService_8 = value; Il2CppCodeGenWriteBarrier((&___s_SceneService_8), value); } inline static int32_t get_offset_of_s_LogHelp_9() { return static_cast(offsetof(CRoot_t1043641654, ___s_LogHelp_9)); } inline CLogHelp_t779629444 * get_s_LogHelp_9() const { return ___s_LogHelp_9; } inline CLogHelp_t779629444 ** get_address_of_s_LogHelp_9() { return &___s_LogHelp_9; } inline void set_s_LogHelp_9(CLogHelp_t779629444 * value) { ___s_LogHelp_9 = value; Il2CppCodeGenWriteBarrier((&___s_LogHelp_9), value); } inline static int32_t get_offset_of_s_LoadingSceneName_10() { return static_cast(offsetof(CRoot_t1043641654, ___s_LoadingSceneName_10)); } inline String_t* get_s_LoadingSceneName_10() const { return ___s_LoadingSceneName_10; } inline String_t** get_address_of_s_LoadingSceneName_10() { return &___s_LoadingSceneName_10; } inline void set_s_LoadingSceneName_10(String_t* value) { ___s_LoadingSceneName_10 = value; Il2CppCodeGenWriteBarrier((&___s_LoadingSceneName_10), value); } inline static int32_t get_offset_of_s_NetControl_11() { return static_cast(offsetof(CRoot_t1043641654, ___s_NetControl_11)); } inline CNetMainLogic_t857650587 * get_s_NetControl_11() const { return ___s_NetControl_11; } inline CNetMainLogic_t857650587 ** get_address_of_s_NetControl_11() { return &___s_NetControl_11; } inline void set_s_NetControl_11(CNetMainLogic_t857650587 * value) { ___s_NetControl_11 = value; Il2CppCodeGenWriteBarrier((&___s_NetControl_11), value); } inline static int32_t get_offset_of_s_AccManager_12() { return static_cast(offsetof(CRoot_t1043641654, ___s_AccManager_12)); } inline CAccManager_t1454736772 * get_s_AccManager_12() const { return ___s_AccManager_12; } inline CAccManager_t1454736772 ** get_address_of_s_AccManager_12() { return &___s_AccManager_12; } inline void set_s_AccManager_12(CAccManager_t1454736772 * value) { ___s_AccManager_12 = value; Il2CppCodeGenWriteBarrier((&___s_AccManager_12), value); } inline static int32_t get_offset_of_s_SoundManager_13() { return static_cast(offsetof(CRoot_t1043641654, ___s_SoundManager_13)); } inline ISoundManager_t434164892 * get_s_SoundManager_13() const { return ___s_SoundManager_13; } inline ISoundManager_t434164892 ** get_address_of_s_SoundManager_13() { return &___s_SoundManager_13; } inline void set_s_SoundManager_13(ISoundManager_t434164892 * value) { ___s_SoundManager_13 = value; Il2CppCodeGenWriteBarrier((&___s_SoundManager_13), value); } inline static int32_t get_offset_of_s_DanceManager_14() { return static_cast(offsetof(CRoot_t1043641654, ___s_DanceManager_14)); } inline CDanceManager_t448141780 * get_s_DanceManager_14() const { return ___s_DanceManager_14; } inline CDanceManager_t448141780 ** get_address_of_s_DanceManager_14() { return &___s_DanceManager_14; } inline void set_s_DanceManager_14(CDanceManager_t448141780 * value) { ___s_DanceManager_14 = value; Il2CppCodeGenWriteBarrier((&___s_DanceManager_14), value); } inline static int32_t get_offset_of_s_EventManager_15() { return static_cast(offsetof(CRoot_t1043641654, ___s_EventManager_15)); } inline CEventManager_t474365641 * get_s_EventManager_15() const { return ___s_EventManager_15; } inline CEventManager_t474365641 ** get_address_of_s_EventManager_15() { return &___s_EventManager_15; } inline void set_s_EventManager_15(CEventManager_t474365641 * value) { ___s_EventManager_15 = value; Il2CppCodeGenWriteBarrier((&___s_EventManager_15), value); } inline static int32_t get_offset_of_s_LocationManager_16() { return static_cast(offsetof(CRoot_t1043641654, ___s_LocationManager_16)); } inline CLocationManager_t1346018200 * get_s_LocationManager_16() const { return ___s_LocationManager_16; } inline CLocationManager_t1346018200 ** get_address_of_s_LocationManager_16() { return &___s_LocationManager_16; } inline void set_s_LocationManager_16(CLocationManager_t1346018200 * value) { ___s_LocationManager_16 = value; Il2CppCodeGenWriteBarrier((&___s_LocationManager_16), value); } inline static int32_t get_offset_of_m_bLockPosition_17() { return static_cast(offsetof(CRoot_t1043641654, ___m_bLockPosition_17)); } inline bool get_m_bLockPosition_17() const { return ___m_bLockPosition_17; } inline bool* get_address_of_m_bLockPosition_17() { return &___m_bLockPosition_17; } inline void set_m_bLockPosition_17(bool value) { ___m_bLockPosition_17 = value; } inline static int32_t get_offset_of_m_returnPage_18() { return static_cast(offsetof(CRoot_t1043641654, ___m_returnPage_18)); } inline int32_t get_m_returnPage_18() const { return ___m_returnPage_18; } inline int32_t* get_address_of_m_returnPage_18() { return &___m_returnPage_18; } inline void set_m_returnPage_18(int32_t value) { ___m_returnPage_18 = value; } }; struct CRoot_t1043641654_StaticFields { public: // DMCore.CRoot DMCore.CRoot::s_CRootInstance CRoot_t1043641654 * ___s_CRootInstance_19; // System.Collections.Generic.Dictionary`2 DMCore.CRoot::<>f__switch$map0 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map0_20; public: inline static int32_t get_offset_of_s_CRootInstance_19() { return static_cast(offsetof(CRoot_t1043641654_StaticFields, ___s_CRootInstance_19)); } inline CRoot_t1043641654 * get_s_CRootInstance_19() const { return ___s_CRootInstance_19; } inline CRoot_t1043641654 ** get_address_of_s_CRootInstance_19() { return &___s_CRootInstance_19; } inline void set_s_CRootInstance_19(CRoot_t1043641654 * value) { ___s_CRootInstance_19 = value; Il2CppCodeGenWriteBarrier((&___s_CRootInstance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map0_20() { return static_cast(offsetof(CRoot_t1043641654_StaticFields, ___U3CU3Ef__switchU24map0_20)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map0_20() const { return ___U3CU3Ef__switchU24map0_20; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map0_20() { return &___U3CU3Ef__switchU24map0_20; } inline void set_U3CU3Ef__switchU24map0_20(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROOT_T1043641654_H #ifndef CMSGBOXCONTROL_T806533544_H #define CMSGBOXCONTROL_T806533544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544 : public RuntimeObject { public: // System.Boolean DMCore.CMsgBoxControl::m_bActive bool ___m_bActive_0; // System.Collections.Generic.LinkedList`1 DMCore.CMsgBoxControl::m_listAll LinkedList_1_t863209702 * ___m_listAll_1; // UIWidget/Pivot DMCore.CMsgBoxControl::m_pivot int32_t ___m_pivot_2; public: inline static int32_t get_offset_of_m_bActive_0() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_bActive_0)); } inline bool get_m_bActive_0() const { return ___m_bActive_0; } inline bool* get_address_of_m_bActive_0() { return &___m_bActive_0; } inline void set_m_bActive_0(bool value) { ___m_bActive_0 = value; } inline static int32_t get_offset_of_m_listAll_1() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_listAll_1)); } inline LinkedList_1_t863209702 * get_m_listAll_1() const { return ___m_listAll_1; } inline LinkedList_1_t863209702 ** get_address_of_m_listAll_1() { return &___m_listAll_1; } inline void set_m_listAll_1(LinkedList_1_t863209702 * value) { ___m_listAll_1 = value; Il2CppCodeGenWriteBarrier((&___m_listAll_1), value); } inline static int32_t get_offset_of_m_pivot_2() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_pivot_2)); } inline int32_t get_m_pivot_2() const { return ___m_pivot_2; } inline int32_t* get_address_of_m_pivot_2() { return &___m_pivot_2; } inline void set_m_pivot_2(int32_t value) { ___m_pivot_2 = value; } }; struct CMsgBoxControl_t806533544_StaticFields { public: // DMCore.CMsgBoxControl DMCore.CMsgBoxControl::s_Instance CMsgBoxControl_t806533544 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CMsgBoxControl_t806533544_StaticFields, ___s_Instance_3)); } inline CMsgBoxControl_t806533544 * get_s_Instance_3() const { return ___s_Instance_3; } inline CMsgBoxControl_t806533544 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CMsgBoxControl_t806533544 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBOXCONTROL_T806533544_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 ANIMATIONSTATE_T1108360407_H #define ANIMATIONSTATE_T1108360407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationState struct AnimationState_t1108360407 : public TrackedReference_t1199777556 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONSTATE_T1108360407_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 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_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkMoveEvent::m_posEnd Vector3_t3722313464 ___m_posEnd_10; // System.Int64 DMCore.Framework.Scene.CWalkMoveEvent::m_selectOne int64_t ___m_selectOne_11; public: inline static int32_t get_offset_of_m_posBegin_9() { return static_cast(offsetof(CWalkMoveEvent_t1408489497, ___m_posBegin_9)); } inline Vector3_t3722313464 get_m_posBegin_9() const { return ___m_posBegin_9; } inline Vector3_t3722313464 * get_address_of_m_posBegin_9() { return &___m_posBegin_9; } inline void set_m_posBegin_9(Vector3_t3722313464 value) { ___m_posBegin_9 = value; } inline static int32_t get_offset_of_m_posEnd_10() { return static_cast(offsetof(CWalkMoveEvent_t1408489497, ___m_posEnd_10)); } inline Vector3_t3722313464 get_m_posEnd_10() const { return ___m_posEnd_10; } inline Vector3_t3722313464 * get_address_of_m_posEnd_10() { return &___m_posEnd_10; } inline void set_m_posEnd_10(Vector3_t3722313464 value) { ___m_posEnd_10 = value; } inline static int32_t get_offset_of_m_selectOne_11() { return static_cast(offsetof(CWalkMoveEvent_t1408489497, ___m_selectOne_11)); } inline int64_t get_m_selectOne_11() const { return ___m_selectOne_11; } inline int64_t* get_address_of_m_selectOne_11() { return &___m_selectOne_11; } inline void set_m_selectOne_11(int64_t value) { ___m_selectOne_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKMOVEEVENT_T1408489497_H #ifndef CINTERACTIONSTOPEVENT_T2995538871_H #define CINTERACTIONSTOPEVENT_T2995538871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionStopEvent struct CInteractionStopEvent_t2995538871 : public CWalkEvent_t1212470810 { public: // System.Int32 DMCore.Framework.Scene.CInteractionStopEvent::m_nInteractionID int32_t ___m_nInteractionID_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionStopEvent::m_targetPos Vector3_t3722313464 ___m_targetPos_10; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionStopEvent::m_targetForward Vector3_t3722313464 ___m_targetForward_11; public: inline static int32_t get_offset_of_m_nInteractionID_9() { return static_cast(offsetof(CInteractionStopEvent_t2995538871, ___m_nInteractionID_9)); } inline int32_t get_m_nInteractionID_9() const { return ___m_nInteractionID_9; } inline int32_t* get_address_of_m_nInteractionID_9() { return &___m_nInteractionID_9; } inline void set_m_nInteractionID_9(int32_t value) { ___m_nInteractionID_9 = value; } inline static int32_t get_offset_of_m_targetPos_10() { return static_cast(offsetof(CInteractionStopEvent_t2995538871, ___m_targetPos_10)); } inline Vector3_t3722313464 get_m_targetPos_10() const { return ___m_targetPos_10; } inline Vector3_t3722313464 * get_address_of_m_targetPos_10() { return &___m_targetPos_10; } inline void set_m_targetPos_10(Vector3_t3722313464 value) { ___m_targetPos_10 = value; } inline static int32_t get_offset_of_m_targetForward_11() { return static_cast(offsetof(CInteractionStopEvent_t2995538871, ___m_targetForward_11)); } inline Vector3_t3722313464 get_m_targetForward_11() const { return ___m_targetForward_11; } inline Vector3_t3722313464 * get_address_of_m_targetForward_11() { return &___m_targetForward_11; } inline void set_m_targetForward_11(Vector3_t3722313464 value) { ___m_targetForward_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONSTOPEVENT_T2995538871_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 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 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 TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_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 AUDIOCLIP_T3680889665_H #define AUDIOCLIP_T3680889665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioClip struct AudioClip_t3680889665 : public Object_t631007953 { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t1677636661 * ___m_PCMReaderCallback_2; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_t1059417452 * ___m_PCMSetPositionCallback_3; public: inline static int32_t get_offset_of_m_PCMReaderCallback_2() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMReaderCallback_2)); } inline PCMReaderCallback_t1677636661 * get_m_PCMReaderCallback_2() const { return ___m_PCMReaderCallback_2; } inline PCMReaderCallback_t1677636661 ** get_address_of_m_PCMReaderCallback_2() { return &___m_PCMReaderCallback_2; } inline void set_m_PCMReaderCallback_2(PCMReaderCallback_t1677636661 * value) { ___m_PCMReaderCallback_2 = value; Il2CppCodeGenWriteBarrier((&___m_PCMReaderCallback_2), value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_3() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMSetPositionCallback_3)); } inline PCMSetPositionCallback_t1059417452 * get_m_PCMSetPositionCallback_3() const { return ___m_PCMSetPositionCallback_3; } inline PCMSetPositionCallback_t1059417452 ** get_address_of_m_PCMSetPositionCallback_3() { return &___m_PCMSetPositionCallback_3; } inline void set_m_PCMSetPositionCallback_3(PCMSetPositionCallback_t1059417452 * value) { ___m_PCMSetPositionCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_PCMSetPositionCallback_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOCLIP_T3680889665_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 MAGICWORKSHOPMAINMANAGER_T420038521_H #define MAGICWORKSHOPMAINMANAGER_T420038521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWorkShopMainManager struct MagicWorkShopMainManager_t420038521 : public IMonoCtrllor_t1427182583 { public: // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth DMCore.Logic.MagicWorkShopMainManager::k__BackingField OnConfirmChooseCloth_t3730002751 * ___U3CGetCurCallBackU3Ek__BackingField_1; // System.Boolean DMCore.Logic.MagicWorkShopMainManager::k__BackingField bool ___U3CisChooseClothU3Ek__BackingField_2; // DMCore.Logic.ChooseClothType DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrenChooseClothTypeU3Ek__BackingField_3; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentServerIDU3Ek__BackingField_4; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; // System.String DMCore.Logic.MagicWorkShopMainManager::k__BackingField String_t* ___U3CGetCurrentHammerNameU3Ek__BackingField_6; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentHammerIDU3Ek__BackingField_7; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; // System.Boolean DMCore.Logic.MagicWorkShopMainManager::k__BackingField bool ___U3CRequestRemoveJewelU3Ek__BackingField_10; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::HandBookJewelId CDataModelInt_t3463393640 * ___HandBookJewelId_11; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::HandBookJewelType CDataModelInt_t3463393640 * ___HandBookJewelType_12; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::k__BackingField CDataModelBool_t2269476966 * ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::k__BackingField CDataModelBool_t2269476966 * ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::IsNeedShowHandBookBtn CDataModelBool_t2269476966 * ___IsNeedShowHandBookBtn_15; // CDataModelMap DMCore.Logic.MagicWorkShopMainManager::materialCfg CDataModelMap_t1093164792 * ___materialCfg_16; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::wearClothConfigId CDataModelInt_t3463393640 * ___wearClothConfigId_17; // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopMainManager::m_UpgradeCloth List_1_t4014798088 * ___m_UpgradeCloth_19; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.MagicWorkShopMainManager::magWorkShopModel ISceneRole_t2394225724 * ___magWorkShopModel_20; public: inline static int32_t get_offset_of_U3CGetCurCallBackU3Ek__BackingField_1() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurCallBackU3Ek__BackingField_1)); } inline OnConfirmChooseCloth_t3730002751 * get_U3CGetCurCallBackU3Ek__BackingField_1() const { return ___U3CGetCurCallBackU3Ek__BackingField_1; } inline OnConfirmChooseCloth_t3730002751 ** get_address_of_U3CGetCurCallBackU3Ek__BackingField_1() { return &___U3CGetCurCallBackU3Ek__BackingField_1; } inline void set_U3CGetCurCallBackU3Ek__BackingField_1(OnConfirmChooseCloth_t3730002751 * value) { ___U3CGetCurCallBackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CGetCurCallBackU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CisChooseClothU3Ek__BackingField_2() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CisChooseClothU3Ek__BackingField_2)); } inline bool get_U3CisChooseClothU3Ek__BackingField_2() const { return ___U3CisChooseClothU3Ek__BackingField_2; } inline bool* get_address_of_U3CisChooseClothU3Ek__BackingField_2() { return &___U3CisChooseClothU3Ek__BackingField_2; } inline void set_U3CisChooseClothU3Ek__BackingField_2(bool value) { ___U3CisChooseClothU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCurrenChooseClothTypeU3Ek__BackingField_3() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrenChooseClothTypeU3Ek__BackingField_3)); } inline int32_t get_U3CCurrenChooseClothTypeU3Ek__BackingField_3() const { return ___U3CCurrenChooseClothTypeU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CCurrenChooseClothTypeU3Ek__BackingField_3() { return &___U3CCurrenChooseClothTypeU3Ek__BackingField_3; } inline void set_U3CCurrenChooseClothTypeU3Ek__BackingField_3(int32_t value) { ___U3CCurrenChooseClothTypeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CGetCurrentServerIDU3Ek__BackingField_4() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentServerIDU3Ek__BackingField_4)); } inline int32_t get_U3CGetCurrentServerIDU3Ek__BackingField_4() const { return ___U3CGetCurrentServerIDU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CGetCurrentServerIDU3Ek__BackingField_4() { return &___U3CGetCurrentServerIDU3Ek__BackingField_4; } inline void set_U3CGetCurrentServerIDU3Ek__BackingField_4(int32_t value) { ___U3CGetCurrentServerIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5)); } inline int32_t get_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() const { return ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() { return &___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; } inline void set_U3CGetCurrentSavedServerIDU3Ek__BackingField_5(int32_t value) { ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CGetCurrentHammerNameU3Ek__BackingField_6() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentHammerNameU3Ek__BackingField_6)); } inline String_t* get_U3CGetCurrentHammerNameU3Ek__BackingField_6() const { return ___U3CGetCurrentHammerNameU3Ek__BackingField_6; } inline String_t** get_address_of_U3CGetCurrentHammerNameU3Ek__BackingField_6() { return &___U3CGetCurrentHammerNameU3Ek__BackingField_6; } inline void set_U3CGetCurrentHammerNameU3Ek__BackingField_6(String_t* value) { ___U3CGetCurrentHammerNameU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CGetCurrentHammerNameU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CGetCurrentHammerIDU3Ek__BackingField_7() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentHammerIDU3Ek__BackingField_7)); } inline int32_t get_U3CGetCurrentHammerIDU3Ek__BackingField_7() const { return ___U3CGetCurrentHammerIDU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CGetCurrentHammerIDU3Ek__BackingField_7() { return &___U3CGetCurrentHammerIDU3Ek__BackingField_7; } inline void set_U3CGetCurrentHammerIDU3Ek__BackingField_7(int32_t value) { ___U3CGetCurrentHammerIDU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8)); } inline int32_t get_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() const { return ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() { return &___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; } inline void set_U3CCurrentSavedClothServerIDU3Ek__BackingField_8(int32_t value) { ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9)); } inline int32_t get_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() const { return ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() { return &___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; } inline void set_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9(int32_t value) { ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CRequestRemoveJewelU3Ek__BackingField_10() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CRequestRemoveJewelU3Ek__BackingField_10)); } inline bool get_U3CRequestRemoveJewelU3Ek__BackingField_10() const { return ___U3CRequestRemoveJewelU3Ek__BackingField_10; } inline bool* get_address_of_U3CRequestRemoveJewelU3Ek__BackingField_10() { return &___U3CRequestRemoveJewelU3Ek__BackingField_10; } inline void set_U3CRequestRemoveJewelU3Ek__BackingField_10(bool value) { ___U3CRequestRemoveJewelU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_HandBookJewelId_11() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___HandBookJewelId_11)); } inline CDataModelInt_t3463393640 * get_HandBookJewelId_11() const { return ___HandBookJewelId_11; } inline CDataModelInt_t3463393640 ** get_address_of_HandBookJewelId_11() { return &___HandBookJewelId_11; } inline void set_HandBookJewelId_11(CDataModelInt_t3463393640 * value) { ___HandBookJewelId_11 = value; Il2CppCodeGenWriteBarrier((&___HandBookJewelId_11), value); } inline static int32_t get_offset_of_HandBookJewelType_12() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___HandBookJewelType_12)); } inline CDataModelInt_t3463393640 * get_HandBookJewelType_12() const { return ___HandBookJewelType_12; } inline CDataModelInt_t3463393640 ** get_address_of_HandBookJewelType_12() { return &___HandBookJewelType_12; } inline void set_HandBookJewelType_12(CDataModelInt_t3463393640 * value) { ___HandBookJewelType_12 = value; Il2CppCodeGenWriteBarrier((&___HandBookJewelType_12), value); } inline static int32_t get_offset_of_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13)); } inline CDataModelBool_t2269476966 * get_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() const { return ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; } inline CDataModelBool_t2269476966 ** get_address_of_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() { return &___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; } inline void set_U3CbNeedGetMaterialCfgU3Ek__BackingField_13(CDataModelBool_t2269476966 * value) { ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((&___U3CbNeedGetMaterialCfgU3Ek__BackingField_13), value); } inline static int32_t get_offset_of_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14)); } inline CDataModelBool_t2269476966 * get_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() const { return ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; } inline CDataModelBool_t2269476966 ** get_address_of_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() { return &___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; } inline void set_U3CIsAlreadyMaxLevelU3Ek__BackingField_14(CDataModelBool_t2269476966 * value) { ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((&___U3CIsAlreadyMaxLevelU3Ek__BackingField_14), value); } inline static int32_t get_offset_of_IsNeedShowHandBookBtn_15() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___IsNeedShowHandBookBtn_15)); } inline CDataModelBool_t2269476966 * get_IsNeedShowHandBookBtn_15() const { return ___IsNeedShowHandBookBtn_15; } inline CDataModelBool_t2269476966 ** get_address_of_IsNeedShowHandBookBtn_15() { return &___IsNeedShowHandBookBtn_15; } inline void set_IsNeedShowHandBookBtn_15(CDataModelBool_t2269476966 * value) { ___IsNeedShowHandBookBtn_15 = value; Il2CppCodeGenWriteBarrier((&___IsNeedShowHandBookBtn_15), value); } inline static int32_t get_offset_of_materialCfg_16() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___materialCfg_16)); } inline CDataModelMap_t1093164792 * get_materialCfg_16() const { return ___materialCfg_16; } inline CDataModelMap_t1093164792 ** get_address_of_materialCfg_16() { return &___materialCfg_16; } inline void set_materialCfg_16(CDataModelMap_t1093164792 * value) { ___materialCfg_16 = value; Il2CppCodeGenWriteBarrier((&___materialCfg_16), value); } inline static int32_t get_offset_of_wearClothConfigId_17() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___wearClothConfigId_17)); } inline CDataModelInt_t3463393640 * get_wearClothConfigId_17() const { return ___wearClothConfigId_17; } inline CDataModelInt_t3463393640 ** get_address_of_wearClothConfigId_17() { return &___wearClothConfigId_17; } inline void set_wearClothConfigId_17(CDataModelInt_t3463393640 * value) { ___wearClothConfigId_17 = value; Il2CppCodeGenWriteBarrier((&___wearClothConfigId_17), value); } inline static int32_t get_offset_of_m_UpgradeCloth_19() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___m_UpgradeCloth_19)); } inline List_1_t4014798088 * get_m_UpgradeCloth_19() const { return ___m_UpgradeCloth_19; } inline List_1_t4014798088 ** get_address_of_m_UpgradeCloth_19() { return &___m_UpgradeCloth_19; } inline void set_m_UpgradeCloth_19(List_1_t4014798088 * value) { ___m_UpgradeCloth_19 = value; Il2CppCodeGenWriteBarrier((&___m_UpgradeCloth_19), value); } inline static int32_t get_offset_of_magWorkShopModel_20() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___magWorkShopModel_20)); } inline ISceneRole_t2394225724 * get_magWorkShopModel_20() const { return ___magWorkShopModel_20; } inline ISceneRole_t2394225724 ** get_address_of_magWorkShopModel_20() { return &___magWorkShopModel_20; } inline void set_magWorkShopModel_20(ISceneRole_t2394225724 * value) { ___magWorkShopModel_20 = value; Il2CppCodeGenWriteBarrier((&___magWorkShopModel_20), value); } }; struct MagicWorkShopMainManager_t420038521_StaticFields { public: // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::s_Instance MagicWorkShopMainManager_t420038521 * ___s_Instance_18; // ScenePersonalWndShop/OnClickMsgCallBack DMCore.Logic.MagicWorkShopMainManager::<>f__mg$cache0 OnClickMsgCallBack_t2526724959 * ___U3CU3Ef__mgU24cache0_21; public: inline static int32_t get_offset_of_s_Instance_18() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521_StaticFields, ___s_Instance_18)); } inline MagicWorkShopMainManager_t420038521 * get_s_Instance_18() const { return ___s_Instance_18; } inline MagicWorkShopMainManager_t420038521 ** get_address_of_s_Instance_18() { return &___s_Instance_18; } inline void set_s_Instance_18(MagicWorkShopMainManager_t420038521 * value) { ___s_Instance_18 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_21() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521_StaticFields, ___U3CU3Ef__mgU24cache0_21)); } inline OnClickMsgCallBack_t2526724959 * get_U3CU3Ef__mgU24cache0_21() const { return ___U3CU3Ef__mgU24cache0_21; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_U3CU3Ef__mgU24cache0_21() { return &___U3CU3Ef__mgU24cache0_21; } inline void set_U3CU3Ef__mgU24cache0_21(OnClickMsgCallBack_t2526724959 * value) { ___U3CU3Ef__mgU24cache0_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAGICWORKSHOPMAINMANAGER_T420038521_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 UIHELPAUTOFOLDING_T1544799393_H #define UIHELPAUTOFOLDING_T1544799393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.UIHelp.uiHelpAutoFolding struct uiHelpAutoFolding_t1544799393 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Framework.UIHelp.uiHelpAutoFolding::m_targetStart Vector3_t3722313464 ___m_targetStart_0; // UnityEngine.Vector3 DMCore.Framework.UIHelp.uiHelpAutoFolding::m_targetEnd Vector3_t3722313464 ___m_targetEnd_1; // System.Collections.Generic.List`1 DMCore.Framework.UIHelp.uiHelpAutoFolding::m_listAttached List_1_t3872116205 * ___m_listAttached_2; // UnityEngine.Transform DMCore.Framework.UIHelp.uiHelpAutoFolding::m_transTarget Transform_t3600365921 * ___m_transTarget_3; // System.Single DMCore.Framework.UIHelp.uiHelpAutoFolding::m_fMoveTime float ___m_fMoveTime_4; // System.Single DMCore.Framework.UIHelp.uiHelpAutoFolding::m_fMoveLabor float ___m_fMoveLabor_5; // DMCore.Framework.UIHelp.uiHelpAutoFolding/enumMoveState DMCore.Framework.UIHelp.uiHelpAutoFolding::m_moveState int32_t ___m_moveState_6; public: inline static int32_t get_offset_of_m_targetStart_0() { return static_cast(offsetof(uiHelpAutoFolding_t1544799393, ___m_targetStart_0)); } inline Vector3_t3722313464 get_m_targetStart_0() const { return ___m_targetStart_0; } inline Vector3_t3722313464 * get_address_of_m_targetStart_0() { return &___m_targetStart_0; } inline void set_m_targetStart_0(Vector3_t3722313464 value) { ___m_targetStart_0 = value; } inline static int32_t get_offset_of_m_targetEnd_1() { return static_cast(offsetof(uiHelpAutoFolding_t1544799393, ___m_targetEnd_1)); } inline Vector3_t3722313464 get_m_targetEnd_1() const { return ___m_targetEnd_1; } inline Vector3_t3722313464 * get_address_of_m_targetEnd_1() { return &___m_targetEnd_1; } inline void set_m_targetEnd_1(Vector3_t3722313464 value) { ___m_targetEnd_1 = value; } inline static int32_t get_offset_of_m_listAttached_2() { return static_cast(offsetof(uiHelpAutoFolding_t1544799393, ___m_listAttached_2)); } inline List_1_t3872116205 * get_m_listAttached_2() const { return ___m_listAttached_2; } inline List_1_t3872116205 ** get_address_of_m_listAttached_2() { return &___m_listAttached_2; } inline void set_m_listAttached_2(List_1_t3872116205 * value) { ___m_listAttached_2 = value; Il2CppCodeGenWriteBarrier((&___m_listAttached_2), value); } inline static int32_t get_offset_of_m_transTarget_3() { return static_cast(offsetof(uiHelpAutoFolding_t1544799393, ___m_transTarget_3)); } inline Transform_t3600365921 * get_m_transTarget_3() const { return ___m_transTarget_3; } inline Transform_t3600365921 ** get_address_of_m_transTarget_3() { return &___m_transTarget_3; } inline void set_m_transTarget_3(Transform_t3600365921 * value) { ___m_transTarget_3 = value; Il2CppCodeGenWriteBarrier((&___m_transTarget_3), value); } inline static int32_t get_offset_of_m_fMoveTime_4() { return static_cast(offsetof(uiHelpAutoFolding_t1544799393, ___m_fMoveTime_4)); } inline float get_m_fMoveTime_4() const { return ___m_fMoveTime_4; } inline float* get_address_of_m_fMoveTime_4() { return &___m_fMoveTime_4; } inline void set_m_fMoveTime_4(float value) { ___m_fMoveTime_4 = value; } inline static int32_t get_offset_of_m_fMoveLabor_5() { return static_cast(offsetof(uiHelpAutoFolding_t1544799393, ___m_fMoveLabor_5)); } inline float get_m_fMoveLabor_5() const { return ___m_fMoveLabor_5; } inline float* get_address_of_m_fMoveLabor_5() { return &___m_fMoveLabor_5; } inline void set_m_fMoveLabor_5(float value) { ___m_fMoveLabor_5 = value; } inline static int32_t get_offset_of_m_moveState_6() { return static_cast(offsetof(uiHelpAutoFolding_t1544799393, ___m_moveState_6)); } inline int32_t get_m_moveState_6() const { return ___m_moveState_6; } inline int32_t* get_address_of_m_moveState_6() { return &___m_moveState_6; } inline void set_m_moveState_6(int32_t value) { ___m_moveState_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIHELPAUTOFOLDING_T1544799393_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 CINTERACTIONEVENT_T1132726501_H #define CINTERACTIONEVENT_T1132726501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionEvent struct CInteractionEvent_t1132726501 : public CWalkEvent_t1212470810 { public: // System.Int32 DMCore.Framework.Scene.CInteractionEvent::m_nInteractionID int32_t ___m_nInteractionID_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionEvent::m_posBegin Vector3_t3722313464 ___m_posBegin_10; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionEvent::m_posEnd Vector3_t3722313464 ___m_posEnd_11; public: inline static int32_t get_offset_of_m_nInteractionID_9() { return static_cast(offsetof(CInteractionEvent_t1132726501, ___m_nInteractionID_9)); } inline int32_t get_m_nInteractionID_9() const { return ___m_nInteractionID_9; } inline int32_t* get_address_of_m_nInteractionID_9() { return &___m_nInteractionID_9; } inline void set_m_nInteractionID_9(int32_t value) { ___m_nInteractionID_9 = value; } inline static int32_t get_offset_of_m_posBegin_10() { return static_cast(offsetof(CInteractionEvent_t1132726501, ___m_posBegin_10)); } inline Vector3_t3722313464 get_m_posBegin_10() const { return ___m_posBegin_10; } inline Vector3_t3722313464 * get_address_of_m_posBegin_10() { return &___m_posBegin_10; } inline void set_m_posBegin_10(Vector3_t3722313464 value) { ___m_posBegin_10 = value; } inline static int32_t get_offset_of_m_posEnd_11() { return static_cast(offsetof(CInteractionEvent_t1132726501, ___m_posEnd_11)); } inline Vector3_t3722313464 get_m_posEnd_11() const { return ___m_posEnd_11; } inline Vector3_t3722313464 * get_address_of_m_posEnd_11() { return &___m_posEnd_11; } inline void set_m_posEnd_11(Vector3_t3722313464 value) { ___m_posEnd_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONEVENT_T1132726501_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 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: // DMCore.Framework.Scene.enumWalkType DMCore.Framework.Scene.CWalkManager::m_walkType int32_t ___m_walkType_2; // System.Boolean DMCore.Framework.Scene.CWalkManager::m_bPaused bool ___m_bPaused_3; // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::m_walkCamera CWalkCamera_t1176337330 * ___m_walkCamera_4; // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::m_walkRange CWalkRange_t2357921041 * ___m_walkRange_5; // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::m_swimmingRange CWalkRange_t2357921041 * ___m_swimmingRange_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_m_walkType_2() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkType_2)); } inline int32_t get_m_walkType_2() const { return ___m_walkType_2; } inline int32_t* get_address_of_m_walkType_2() { return &___m_walkType_2; } inline void set_m_walkType_2(int32_t value) { ___m_walkType_2 = value; } inline static int32_t get_offset_of_m_bPaused_3() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_bPaused_3)); } inline bool get_m_bPaused_3() const { return ___m_bPaused_3; } inline bool* get_address_of_m_bPaused_3() { return &___m_bPaused_3; } inline void set_m_bPaused_3(bool value) { ___m_bPaused_3 = value; } inline static int32_t get_offset_of_m_walkCamera_4() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkCamera_4)); } inline CWalkCamera_t1176337330 * get_m_walkCamera_4() const { return ___m_walkCamera_4; } inline CWalkCamera_t1176337330 ** get_address_of_m_walkCamera_4() { return &___m_walkCamera_4; } inline void set_m_walkCamera_4(CWalkCamera_t1176337330 * value) { ___m_walkCamera_4 = value; Il2CppCodeGenWriteBarrier((&___m_walkCamera_4), value); } inline static int32_t get_offset_of_m_walkRange_5() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkRange_5)); } inline CWalkRange_t2357921041 * get_m_walkRange_5() const { return ___m_walkRange_5; } inline CWalkRange_t2357921041 ** get_address_of_m_walkRange_5() { return &___m_walkRange_5; } inline void set_m_walkRange_5(CWalkRange_t2357921041 * value) { ___m_walkRange_5 = value; Il2CppCodeGenWriteBarrier((&___m_walkRange_5), value); } inline static int32_t get_offset_of_m_swimmingRange_6() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_swimmingRange_6)); } inline CWalkRange_t2357921041 * get_m_swimmingRange_6() const { return ___m_swimmingRange_6; } inline CWalkRange_t2357921041 ** get_address_of_m_swimmingRange_6() { return &___m_swimmingRange_6; } inline void set_m_swimmingRange_6(CWalkRange_t2357921041 * value) { ___m_swimmingRange_6 = value; Il2CppCodeGenWriteBarrier((&___m_swimmingRange_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_1; 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_1() { return static_cast(offsetof(CWalkManager_t3228361237_StaticFields, ___s_Instance_1)); } inline CWalkManager_t3228361237 * get_s_Instance_1() const { return ___s_Instance_1; } inline CWalkManager_t3228361237 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CWalkManager_t3228361237 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKMANAGER_T3228361237_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 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 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 ILogicBase_t2190831891 { public: // DMCore.Framework.Scene.ServerSceneObjType DMCore.Framework.Scene.ISceneBaseObj::m_Type int16_t ___m_Type_4; // DMCore.Framework.Scene.ServerSceneSubType DMCore.Framework.Scene.ISceneBaseObj::m_SubType int16_t ___m_SubType_5; // UnityEngine.GameObject DMCore.Framework.Scene.ISceneBaseObj::m_pGameObject GameObject_t1113636619 * ___m_pGameObject_6; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_Name String_t* ___m_Name_7; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_PrefabPath String_t* ___m_PrefabPath_8; // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::m_NetProperty CProperty_t963755051 * ___m_NetProperty_9; // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::m_userProperty CDataProperty_t2806246268 * ___m_userProperty_10; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneBaseObj::m_listTransform List_1_t817360128 * ___m_listTransform_11; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnable bool ___m_bEnable_12; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnableTitle bool ___m_bEnableTitle_13; // DMCore.Framework.Scene.enumRoleState DMCore.Framework.Scene.ISceneBaseObj::m_roleState int32_t ___m_roleState_14; // DMCore.Framework.CRoleEffectManager DMCore.Framework.Scene.ISceneBaseObj::m_RoleEffectManager CRoleEffectManager_t3637256918 * ___m_RoleEffectManager_15; // System.Int64 DMCore.Framework.Scene.ISceneBaseObj::m_UserID int64_t ___m_UserID_16; // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::m_AnimSite CAnimSite_t233742424 * ___m_AnimSite_17; // CSkeletonSite DMCore.Framework.Scene.ISceneBaseObj::m_skeletonSite CSkeletonSite_t1178137573 * ___m_skeletonSite_18; public: inline static int32_t get_offset_of_m_Type_4() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Type_4)); } inline int16_t get_m_Type_4() const { return ___m_Type_4; } inline int16_t* get_address_of_m_Type_4() { return &___m_Type_4; } inline void set_m_Type_4(int16_t value) { ___m_Type_4 = value; } inline static int32_t get_offset_of_m_SubType_5() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_SubType_5)); } inline int16_t get_m_SubType_5() const { return ___m_SubType_5; } inline int16_t* get_address_of_m_SubType_5() { return &___m_SubType_5; } inline void set_m_SubType_5(int16_t value) { ___m_SubType_5 = value; } inline static int32_t get_offset_of_m_pGameObject_6() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_pGameObject_6)); } inline GameObject_t1113636619 * get_m_pGameObject_6() const { return ___m_pGameObject_6; } inline GameObject_t1113636619 ** get_address_of_m_pGameObject_6() { return &___m_pGameObject_6; } inline void set_m_pGameObject_6(GameObject_t1113636619 * value) { ___m_pGameObject_6 = value; Il2CppCodeGenWriteBarrier((&___m_pGameObject_6), value); } inline static int32_t get_offset_of_m_Name_7() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Name_7)); } inline String_t* get_m_Name_7() const { return ___m_Name_7; } inline String_t** get_address_of_m_Name_7() { return &___m_Name_7; } inline void set_m_Name_7(String_t* value) { ___m_Name_7 = value; Il2CppCodeGenWriteBarrier((&___m_Name_7), value); } inline static int32_t get_offset_of_m_PrefabPath_8() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_PrefabPath_8)); } inline String_t* get_m_PrefabPath_8() const { return ___m_PrefabPath_8; } inline String_t** get_address_of_m_PrefabPath_8() { return &___m_PrefabPath_8; } inline void set_m_PrefabPath_8(String_t* value) { ___m_PrefabPath_8 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabPath_8), value); } inline static int32_t get_offset_of_m_NetProperty_9() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_NetProperty_9)); } inline CProperty_t963755051 * get_m_NetProperty_9() const { return ___m_NetProperty_9; } inline CProperty_t963755051 ** get_address_of_m_NetProperty_9() { return &___m_NetProperty_9; } inline void set_m_NetProperty_9(CProperty_t963755051 * value) { ___m_NetProperty_9 = value; Il2CppCodeGenWriteBarrier((&___m_NetProperty_9), value); } inline static int32_t get_offset_of_m_userProperty_10() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_userProperty_10)); } inline CDataProperty_t2806246268 * get_m_userProperty_10() const { return ___m_userProperty_10; } inline CDataProperty_t2806246268 ** get_address_of_m_userProperty_10() { return &___m_userProperty_10; } inline void set_m_userProperty_10(CDataProperty_t2806246268 * value) { ___m_userProperty_10 = value; Il2CppCodeGenWriteBarrier((&___m_userProperty_10), value); } inline static int32_t get_offset_of_m_listTransform_11() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_listTransform_11)); } inline List_1_t817360128 * get_m_listTransform_11() const { return ___m_listTransform_11; } inline List_1_t817360128 ** get_address_of_m_listTransform_11() { return &___m_listTransform_11; } inline void set_m_listTransform_11(List_1_t817360128 * value) { ___m_listTransform_11 = value; Il2CppCodeGenWriteBarrier((&___m_listTransform_11), value); } inline static int32_t get_offset_of_m_bEnable_12() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnable_12)); } inline bool get_m_bEnable_12() const { return ___m_bEnable_12; } inline bool* get_address_of_m_bEnable_12() { return &___m_bEnable_12; } inline void set_m_bEnable_12(bool value) { ___m_bEnable_12 = value; } inline static int32_t get_offset_of_m_bEnableTitle_13() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnableTitle_13)); } inline bool get_m_bEnableTitle_13() const { return ___m_bEnableTitle_13; } inline bool* get_address_of_m_bEnableTitle_13() { return &___m_bEnableTitle_13; } inline void set_m_bEnableTitle_13(bool value) { ___m_bEnableTitle_13 = value; } inline static int32_t get_offset_of_m_roleState_14() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_roleState_14)); } inline int32_t get_m_roleState_14() const { return ___m_roleState_14; } inline int32_t* get_address_of_m_roleState_14() { return &___m_roleState_14; } inline void set_m_roleState_14(int32_t value) { ___m_roleState_14 = value; } inline static int32_t get_offset_of_m_RoleEffectManager_15() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_RoleEffectManager_15)); } inline CRoleEffectManager_t3637256918 * get_m_RoleEffectManager_15() const { return ___m_RoleEffectManager_15; } inline CRoleEffectManager_t3637256918 ** get_address_of_m_RoleEffectManager_15() { return &___m_RoleEffectManager_15; } inline void set_m_RoleEffectManager_15(CRoleEffectManager_t3637256918 * value) { ___m_RoleEffectManager_15 = value; Il2CppCodeGenWriteBarrier((&___m_RoleEffectManager_15), value); } inline static int32_t get_offset_of_m_UserID_16() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_UserID_16)); } inline int64_t get_m_UserID_16() const { return ___m_UserID_16; } inline int64_t* get_address_of_m_UserID_16() { return &___m_UserID_16; } inline void set_m_UserID_16(int64_t value) { ___m_UserID_16 = value; } inline static int32_t get_offset_of_m_AnimSite_17() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_AnimSite_17)); } inline CAnimSite_t233742424 * get_m_AnimSite_17() const { return ___m_AnimSite_17; } inline CAnimSite_t233742424 ** get_address_of_m_AnimSite_17() { return &___m_AnimSite_17; } inline void set_m_AnimSite_17(CAnimSite_t233742424 * value) { ___m_AnimSite_17 = value; Il2CppCodeGenWriteBarrier((&___m_AnimSite_17), value); } inline static int32_t get_offset_of_m_skeletonSite_18() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_skeletonSite_18)); } inline CSkeletonSite_t1178137573 * get_m_skeletonSite_18() const { return ___m_skeletonSite_18; } inline CSkeletonSite_t1178137573 ** get_address_of_m_skeletonSite_18() { return &___m_skeletonSite_18; } inline void set_m_skeletonSite_18(CSkeletonSite_t1178137573 * value) { ___m_skeletonSite_18 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonSite_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEBASEOBJ_T858622483_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 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$mapD Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapD_14; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24mapD_14() { return static_cast(offsetof(HttpWebResponse_t3286585418_StaticFields, ___U3CU3Ef__switchU24mapD_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapD_14() const { return ___U3CU3Ef__switchU24mapD_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapD_14() { return &___U3CU3Ef__switchU24mapD_14; } inline void set_U3CU3Ef__switchU24mapD_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapD_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapD_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBRESPONSE_T3286585418_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 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 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 CSCENEMODELOBJ_T2681526009_H #define CSCENEMODELOBJ_T2681526009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009 : public ISceneBaseObj_t858622483 { public: // System.Boolean DMCore.Framework.Scene.CSceneModelObj::m_bSendLoadingTask bool ___m_bSendLoadingTask_19; public: inline static int32_t get_offset_of_m_bSendLoadingTask_19() { return static_cast(offsetof(CSceneModelObj_t2681526009, ___m_bSendLoadingTask_19)); } inline bool get_m_bSendLoadingTask_19() const { return ___m_bSendLoadingTask_19; } inline bool* get_address_of_m_bSendLoadingTask_19() { return &___m_bSendLoadingTask_19; } inline void set_m_bSendLoadingTask_19(bool value) { ___m_bSendLoadingTask_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEMODELOBJ_T2681526009_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 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 _ONSLIDER_T2713017179_H #define _ONSLIDER_T2713017179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.UIHelp._OnSlider struct _OnSlider_t2713017179 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _ONSLIDER_T2713017179_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 ACTION_1_T1286104214_H #define ACTION_1_T1286104214_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_t1286104214 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1286104214_H #ifndef ACTION_2_T4266817756_H #define ACTION_2_T4266817756_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_t4266817756 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4266817756_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 ISceneBaseObj_t858622483 { public: // System.String DMCore.Framework.Scene.ISceneRole::k__BackingField String_t* ___U3CPreEnterRoomAnimNameU3Ek__BackingField_20; // System.String DMCore.Framework.Scene.ISceneRole::k__BackingField String_t* ___U3CPreSoleEffectNameU3Ek__BackingField_21; // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneRole::m_avatarSite CAvatarSite_t1752665925 * ___m_avatarSite_22; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnableResetLocation bool ___m_bEnableResetLocation_23; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bSendLoadingRes bool ___m_bSendLoadingRes_24; // DMCore.Framework.Scene.CRoleModel_Effect DMCore.Framework.Scene.ISceneRole::m_RoleEfect CRoleModel_Effect_t71978069 * ___m_RoleEfect_25; // DMCore.Framework.Scene.CRoleModelFace DMCore.Framework.Scene.ISceneRole::m_RoleFace CRoleModelFace_t1285730091 * ___m_RoleFace_26; // System.Int32 DMCore.Framework.Scene.ISceneRole::m_suitID int32_t ___m_suitID_27; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bPlayingMemberEffect bool ___m_bPlayingMemberEffect_28; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.ISceneRole::m_listSubModel Dictionary_2_t497245277 * ___m_listSubModel_29; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureMaster Texture2D_t3840446185 * ___m_textureMaster_30; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureChallenger Texture2D_t3840446185 * ___m_textureChallenger_31; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureTitle Texture2D_t3840446185 * ___m_textureTitle_32; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureLevel Texture2D_t3840446185 * ___m_textureLevel_33; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureQulify Texture2D_t3840446185 * ___m_textureQulify_34; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureNew Texture2D_t3840446185 * ___m_textureNew_35; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_textureStar Texture2D_t3840446185 * ___m_textureStar_36; // System.String DMCore.Framework.Scene.ISceneRole::m_starPath String_t* ___m_starPath_37; // UnityEngine.Texture2D DMCore.Framework.Scene.ISceneRole::m_texturePinjie Texture2D_t3840446185 * ___m_texturePinjie_38; // System.String DMCore.Framework.Scene.ISceneRole::m_pinJiePath String_t* ___m_pinJiePath_39; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneRole::m_textureStatusArray List_1_t1017553631 * ___m_textureStatusArray_40; // System.String DMCore.Framework.Scene.ISceneRole::m_textureLevelPath String_t* ___m_textureLevelPath_41; // System.String DMCore.Framework.Scene.ISceneRole::m_textureNewPath String_t* ___m_textureNewPath_42; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneRole::m_textureStatusPathArray List_1_t3319525431 * ___m_textureStatusPathArray_43; // System.String DMCore.Framework.Scene.ISceneRole::m_titleTexturePath String_t* ___m_titleTexturePath_44; // System.Int32 DMCore.Framework.Scene.ISceneRole::m_faceIndex int32_t ___m_faceIndex_45; // System.Single DMCore.Framework.Scene.ISceneRole::m_faceTime float ___m_faceTime_46; // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::m_attachedTransform Transform_t3600365921 * ___m_attachedTransform_47; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_IsNeedModelItemBindBone bool ___m_IsNeedModelItemBindBone_48; // System.Boolean DMCore.Framework.Scene.ISceneRole::b_titleEffect bool ___b_titleEffect_49; // System.Boolean DMCore.Framework.Scene.ISceneRole::b_newTagEffect bool ___b_newTagEffect_50; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnableNewTag bool ___m_bEnableNewTag_51; // System.Boolean DMCore.Framework.Scene.ISceneRole::m_bEnablePretend bool ___m_bEnablePretend_52; // DMCore.Framework.Scene.CPetModel DMCore.Framework.Scene.ISceneRole::m_Pretender CPetModel_t3783790547 * ___m_Pretender_53; // System.Boolean DMCore.Framework.Scene.ISceneRole::isNeedPlayEnterAnim bool ___isNeedPlayEnterAnim_54; // System.Boolean DMCore.Framework.Scene.ISceneRole::isPlayingEnterAnim bool ___isPlayingEnterAnim_55; // System.Single DMCore.Framework.Scene.ISceneRole::m_drawHeadHight float ___m_drawHeadHight_56; // System.Int32 DMCore.Framework.Scene.ISceneRole::m_movingInteractionID int32_t ___m_movingInteractionID_57; // DMCore.Logic.CLocalSimulateRole DMCore.Framework.Scene.ISceneRole::m_simulateRole CLocalSimulateRole_t4101146137 * ___m_simulateRole_58; public: inline static int32_t get_offset_of_U3CPreEnterRoomAnimNameU3Ek__BackingField_20() { return static_cast(offsetof(ISceneRole_t2394225724, ___U3CPreEnterRoomAnimNameU3Ek__BackingField_20)); } inline String_t* get_U3CPreEnterRoomAnimNameU3Ek__BackingField_20() const { return ___U3CPreEnterRoomAnimNameU3Ek__BackingField_20; } inline String_t** get_address_of_U3CPreEnterRoomAnimNameU3Ek__BackingField_20() { return &___U3CPreEnterRoomAnimNameU3Ek__BackingField_20; } inline void set_U3CPreEnterRoomAnimNameU3Ek__BackingField_20(String_t* value) { ___U3CPreEnterRoomAnimNameU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((&___U3CPreEnterRoomAnimNameU3Ek__BackingField_20), value); } inline static int32_t get_offset_of_U3CPreSoleEffectNameU3Ek__BackingField_21() { return static_cast(offsetof(ISceneRole_t2394225724, ___U3CPreSoleEffectNameU3Ek__BackingField_21)); } inline String_t* get_U3CPreSoleEffectNameU3Ek__BackingField_21() const { return ___U3CPreSoleEffectNameU3Ek__BackingField_21; } inline String_t** get_address_of_U3CPreSoleEffectNameU3Ek__BackingField_21() { return &___U3CPreSoleEffectNameU3Ek__BackingField_21; } inline void set_U3CPreSoleEffectNameU3Ek__BackingField_21(String_t* value) { ___U3CPreSoleEffectNameU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((&___U3CPreSoleEffectNameU3Ek__BackingField_21), value); } inline static int32_t get_offset_of_m_avatarSite_22() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_avatarSite_22)); } inline CAvatarSite_t1752665925 * get_m_avatarSite_22() const { return ___m_avatarSite_22; } inline CAvatarSite_t1752665925 ** get_address_of_m_avatarSite_22() { return &___m_avatarSite_22; } inline void set_m_avatarSite_22(CAvatarSite_t1752665925 * value) { ___m_avatarSite_22 = value; Il2CppCodeGenWriteBarrier((&___m_avatarSite_22), value); } inline static int32_t get_offset_of_m_bEnableResetLocation_23() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnableResetLocation_23)); } inline bool get_m_bEnableResetLocation_23() const { return ___m_bEnableResetLocation_23; } inline bool* get_address_of_m_bEnableResetLocation_23() { return &___m_bEnableResetLocation_23; } inline void set_m_bEnableResetLocation_23(bool value) { ___m_bEnableResetLocation_23 = value; } inline static int32_t get_offset_of_m_bSendLoadingRes_24() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bSendLoadingRes_24)); } inline bool get_m_bSendLoadingRes_24() const { return ___m_bSendLoadingRes_24; } inline bool* get_address_of_m_bSendLoadingRes_24() { return &___m_bSendLoadingRes_24; } inline void set_m_bSendLoadingRes_24(bool value) { ___m_bSendLoadingRes_24 = value; } inline static int32_t get_offset_of_m_RoleEfect_25() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_RoleEfect_25)); } inline CRoleModel_Effect_t71978069 * get_m_RoleEfect_25() const { return ___m_RoleEfect_25; } inline CRoleModel_Effect_t71978069 ** get_address_of_m_RoleEfect_25() { return &___m_RoleEfect_25; } inline void set_m_RoleEfect_25(CRoleModel_Effect_t71978069 * value) { ___m_RoleEfect_25 = value; Il2CppCodeGenWriteBarrier((&___m_RoleEfect_25), value); } inline static int32_t get_offset_of_m_RoleFace_26() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_RoleFace_26)); } inline CRoleModelFace_t1285730091 * get_m_RoleFace_26() const { return ___m_RoleFace_26; } inline CRoleModelFace_t1285730091 ** get_address_of_m_RoleFace_26() { return &___m_RoleFace_26; } inline void set_m_RoleFace_26(CRoleModelFace_t1285730091 * value) { ___m_RoleFace_26 = value; Il2CppCodeGenWriteBarrier((&___m_RoleFace_26), value); } inline static int32_t get_offset_of_m_suitID_27() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_suitID_27)); } inline int32_t get_m_suitID_27() const { return ___m_suitID_27; } inline int32_t* get_address_of_m_suitID_27() { return &___m_suitID_27; } inline void set_m_suitID_27(int32_t value) { ___m_suitID_27 = value; } inline static int32_t get_offset_of_m_bPlayingMemberEffect_28() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bPlayingMemberEffect_28)); } inline bool get_m_bPlayingMemberEffect_28() const { return ___m_bPlayingMemberEffect_28; } inline bool* get_address_of_m_bPlayingMemberEffect_28() { return &___m_bPlayingMemberEffect_28; } inline void set_m_bPlayingMemberEffect_28(bool value) { ___m_bPlayingMemberEffect_28 = value; } inline static int32_t get_offset_of_m_listSubModel_29() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_listSubModel_29)); } inline Dictionary_2_t497245277 * get_m_listSubModel_29() const { return ___m_listSubModel_29; } inline Dictionary_2_t497245277 ** get_address_of_m_listSubModel_29() { return &___m_listSubModel_29; } inline void set_m_listSubModel_29(Dictionary_2_t497245277 * value) { ___m_listSubModel_29 = value; Il2CppCodeGenWriteBarrier((&___m_listSubModel_29), value); } inline static int32_t get_offset_of_m_textureMaster_30() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureMaster_30)); } inline Texture2D_t3840446185 * get_m_textureMaster_30() const { return ___m_textureMaster_30; } inline Texture2D_t3840446185 ** get_address_of_m_textureMaster_30() { return &___m_textureMaster_30; } inline void set_m_textureMaster_30(Texture2D_t3840446185 * value) { ___m_textureMaster_30 = value; Il2CppCodeGenWriteBarrier((&___m_textureMaster_30), value); } inline static int32_t get_offset_of_m_textureChallenger_31() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureChallenger_31)); } inline Texture2D_t3840446185 * get_m_textureChallenger_31() const { return ___m_textureChallenger_31; } inline Texture2D_t3840446185 ** get_address_of_m_textureChallenger_31() { return &___m_textureChallenger_31; } inline void set_m_textureChallenger_31(Texture2D_t3840446185 * value) { ___m_textureChallenger_31 = value; Il2CppCodeGenWriteBarrier((&___m_textureChallenger_31), value); } inline static int32_t get_offset_of_m_textureTitle_32() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureTitle_32)); } inline Texture2D_t3840446185 * get_m_textureTitle_32() const { return ___m_textureTitle_32; } inline Texture2D_t3840446185 ** get_address_of_m_textureTitle_32() { return &___m_textureTitle_32; } inline void set_m_textureTitle_32(Texture2D_t3840446185 * value) { ___m_textureTitle_32 = value; Il2CppCodeGenWriteBarrier((&___m_textureTitle_32), value); } inline static int32_t get_offset_of_m_textureLevel_33() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureLevel_33)); } inline Texture2D_t3840446185 * get_m_textureLevel_33() const { return ___m_textureLevel_33; } inline Texture2D_t3840446185 ** get_address_of_m_textureLevel_33() { return &___m_textureLevel_33; } inline void set_m_textureLevel_33(Texture2D_t3840446185 * value) { ___m_textureLevel_33 = value; Il2CppCodeGenWriteBarrier((&___m_textureLevel_33), value); } inline static int32_t get_offset_of_m_textureQulify_34() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureQulify_34)); } inline Texture2D_t3840446185 * get_m_textureQulify_34() const { return ___m_textureQulify_34; } inline Texture2D_t3840446185 ** get_address_of_m_textureQulify_34() { return &___m_textureQulify_34; } inline void set_m_textureQulify_34(Texture2D_t3840446185 * value) { ___m_textureQulify_34 = value; Il2CppCodeGenWriteBarrier((&___m_textureQulify_34), value); } inline static int32_t get_offset_of_m_textureNew_35() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureNew_35)); } inline Texture2D_t3840446185 * get_m_textureNew_35() const { return ___m_textureNew_35; } inline Texture2D_t3840446185 ** get_address_of_m_textureNew_35() { return &___m_textureNew_35; } inline void set_m_textureNew_35(Texture2D_t3840446185 * value) { ___m_textureNew_35 = value; Il2CppCodeGenWriteBarrier((&___m_textureNew_35), value); } inline static int32_t get_offset_of_m_textureStar_36() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStar_36)); } inline Texture2D_t3840446185 * get_m_textureStar_36() const { return ___m_textureStar_36; } inline Texture2D_t3840446185 ** get_address_of_m_textureStar_36() { return &___m_textureStar_36; } inline void set_m_textureStar_36(Texture2D_t3840446185 * value) { ___m_textureStar_36 = value; Il2CppCodeGenWriteBarrier((&___m_textureStar_36), value); } inline static int32_t get_offset_of_m_starPath_37() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_starPath_37)); } inline String_t* get_m_starPath_37() const { return ___m_starPath_37; } inline String_t** get_address_of_m_starPath_37() { return &___m_starPath_37; } inline void set_m_starPath_37(String_t* value) { ___m_starPath_37 = value; Il2CppCodeGenWriteBarrier((&___m_starPath_37), value); } inline static int32_t get_offset_of_m_texturePinjie_38() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_texturePinjie_38)); } inline Texture2D_t3840446185 * get_m_texturePinjie_38() const { return ___m_texturePinjie_38; } inline Texture2D_t3840446185 ** get_address_of_m_texturePinjie_38() { return &___m_texturePinjie_38; } inline void set_m_texturePinjie_38(Texture2D_t3840446185 * value) { ___m_texturePinjie_38 = value; Il2CppCodeGenWriteBarrier((&___m_texturePinjie_38), value); } inline static int32_t get_offset_of_m_pinJiePath_39() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_pinJiePath_39)); } inline String_t* get_m_pinJiePath_39() const { return ___m_pinJiePath_39; } inline String_t** get_address_of_m_pinJiePath_39() { return &___m_pinJiePath_39; } inline void set_m_pinJiePath_39(String_t* value) { ___m_pinJiePath_39 = value; Il2CppCodeGenWriteBarrier((&___m_pinJiePath_39), value); } inline static int32_t get_offset_of_m_textureStatusArray_40() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStatusArray_40)); } inline List_1_t1017553631 * get_m_textureStatusArray_40() const { return ___m_textureStatusArray_40; } inline List_1_t1017553631 ** get_address_of_m_textureStatusArray_40() { return &___m_textureStatusArray_40; } inline void set_m_textureStatusArray_40(List_1_t1017553631 * value) { ___m_textureStatusArray_40 = value; Il2CppCodeGenWriteBarrier((&___m_textureStatusArray_40), value); } inline static int32_t get_offset_of_m_textureLevelPath_41() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureLevelPath_41)); } inline String_t* get_m_textureLevelPath_41() const { return ___m_textureLevelPath_41; } inline String_t** get_address_of_m_textureLevelPath_41() { return &___m_textureLevelPath_41; } inline void set_m_textureLevelPath_41(String_t* value) { ___m_textureLevelPath_41 = value; Il2CppCodeGenWriteBarrier((&___m_textureLevelPath_41), value); } inline static int32_t get_offset_of_m_textureNewPath_42() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureNewPath_42)); } inline String_t* get_m_textureNewPath_42() const { return ___m_textureNewPath_42; } inline String_t** get_address_of_m_textureNewPath_42() { return &___m_textureNewPath_42; } inline void set_m_textureNewPath_42(String_t* value) { ___m_textureNewPath_42 = value; Il2CppCodeGenWriteBarrier((&___m_textureNewPath_42), value); } inline static int32_t get_offset_of_m_textureStatusPathArray_43() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_textureStatusPathArray_43)); } inline List_1_t3319525431 * get_m_textureStatusPathArray_43() const { return ___m_textureStatusPathArray_43; } inline List_1_t3319525431 ** get_address_of_m_textureStatusPathArray_43() { return &___m_textureStatusPathArray_43; } inline void set_m_textureStatusPathArray_43(List_1_t3319525431 * value) { ___m_textureStatusPathArray_43 = value; Il2CppCodeGenWriteBarrier((&___m_textureStatusPathArray_43), value); } inline static int32_t get_offset_of_m_titleTexturePath_44() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_titleTexturePath_44)); } inline String_t* get_m_titleTexturePath_44() const { return ___m_titleTexturePath_44; } inline String_t** get_address_of_m_titleTexturePath_44() { return &___m_titleTexturePath_44; } inline void set_m_titleTexturePath_44(String_t* value) { ___m_titleTexturePath_44 = value; Il2CppCodeGenWriteBarrier((&___m_titleTexturePath_44), value); } inline static int32_t get_offset_of_m_faceIndex_45() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_faceIndex_45)); } inline int32_t get_m_faceIndex_45() const { return ___m_faceIndex_45; } inline int32_t* get_address_of_m_faceIndex_45() { return &___m_faceIndex_45; } inline void set_m_faceIndex_45(int32_t value) { ___m_faceIndex_45 = value; } inline static int32_t get_offset_of_m_faceTime_46() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_faceTime_46)); } inline float get_m_faceTime_46() const { return ___m_faceTime_46; } inline float* get_address_of_m_faceTime_46() { return &___m_faceTime_46; } inline void set_m_faceTime_46(float value) { ___m_faceTime_46 = value; } inline static int32_t get_offset_of_m_attachedTransform_47() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_attachedTransform_47)); } inline Transform_t3600365921 * get_m_attachedTransform_47() const { return ___m_attachedTransform_47; } inline Transform_t3600365921 ** get_address_of_m_attachedTransform_47() { return &___m_attachedTransform_47; } inline void set_m_attachedTransform_47(Transform_t3600365921 * value) { ___m_attachedTransform_47 = value; Il2CppCodeGenWriteBarrier((&___m_attachedTransform_47), value); } inline static int32_t get_offset_of_m_IsNeedModelItemBindBone_48() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_IsNeedModelItemBindBone_48)); } inline bool get_m_IsNeedModelItemBindBone_48() const { return ___m_IsNeedModelItemBindBone_48; } inline bool* get_address_of_m_IsNeedModelItemBindBone_48() { return &___m_IsNeedModelItemBindBone_48; } inline void set_m_IsNeedModelItemBindBone_48(bool value) { ___m_IsNeedModelItemBindBone_48 = value; } inline static int32_t get_offset_of_b_titleEffect_49() { return static_cast(offsetof(ISceneRole_t2394225724, ___b_titleEffect_49)); } inline bool get_b_titleEffect_49() const { return ___b_titleEffect_49; } inline bool* get_address_of_b_titleEffect_49() { return &___b_titleEffect_49; } inline void set_b_titleEffect_49(bool value) { ___b_titleEffect_49 = value; } inline static int32_t get_offset_of_b_newTagEffect_50() { return static_cast(offsetof(ISceneRole_t2394225724, ___b_newTagEffect_50)); } inline bool get_b_newTagEffect_50() const { return ___b_newTagEffect_50; } inline bool* get_address_of_b_newTagEffect_50() { return &___b_newTagEffect_50; } inline void set_b_newTagEffect_50(bool value) { ___b_newTagEffect_50 = value; } inline static int32_t get_offset_of_m_bEnableNewTag_51() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnableNewTag_51)); } inline bool get_m_bEnableNewTag_51() const { return ___m_bEnableNewTag_51; } inline bool* get_address_of_m_bEnableNewTag_51() { return &___m_bEnableNewTag_51; } inline void set_m_bEnableNewTag_51(bool value) { ___m_bEnableNewTag_51 = value; } inline static int32_t get_offset_of_m_bEnablePretend_52() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_bEnablePretend_52)); } inline bool get_m_bEnablePretend_52() const { return ___m_bEnablePretend_52; } inline bool* get_address_of_m_bEnablePretend_52() { return &___m_bEnablePretend_52; } inline void set_m_bEnablePretend_52(bool value) { ___m_bEnablePretend_52 = value; } inline static int32_t get_offset_of_m_Pretender_53() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_Pretender_53)); } inline CPetModel_t3783790547 * get_m_Pretender_53() const { return ___m_Pretender_53; } inline CPetModel_t3783790547 ** get_address_of_m_Pretender_53() { return &___m_Pretender_53; } inline void set_m_Pretender_53(CPetModel_t3783790547 * value) { ___m_Pretender_53 = value; Il2CppCodeGenWriteBarrier((&___m_Pretender_53), value); } inline static int32_t get_offset_of_isNeedPlayEnterAnim_54() { return static_cast(offsetof(ISceneRole_t2394225724, ___isNeedPlayEnterAnim_54)); } inline bool get_isNeedPlayEnterAnim_54() const { return ___isNeedPlayEnterAnim_54; } inline bool* get_address_of_isNeedPlayEnterAnim_54() { return &___isNeedPlayEnterAnim_54; } inline void set_isNeedPlayEnterAnim_54(bool value) { ___isNeedPlayEnterAnim_54 = value; } inline static int32_t get_offset_of_isPlayingEnterAnim_55() { return static_cast(offsetof(ISceneRole_t2394225724, ___isPlayingEnterAnim_55)); } inline bool get_isPlayingEnterAnim_55() const { return ___isPlayingEnterAnim_55; } inline bool* get_address_of_isPlayingEnterAnim_55() { return &___isPlayingEnterAnim_55; } inline void set_isPlayingEnterAnim_55(bool value) { ___isPlayingEnterAnim_55 = value; } inline static int32_t get_offset_of_m_drawHeadHight_56() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_drawHeadHight_56)); } inline float get_m_drawHeadHight_56() const { return ___m_drawHeadHight_56; } inline float* get_address_of_m_drawHeadHight_56() { return &___m_drawHeadHight_56; } inline void set_m_drawHeadHight_56(float value) { ___m_drawHeadHight_56 = value; } inline static int32_t get_offset_of_m_movingInteractionID_57() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_movingInteractionID_57)); } inline int32_t get_m_movingInteractionID_57() const { return ___m_movingInteractionID_57; } inline int32_t* get_address_of_m_movingInteractionID_57() { return &___m_movingInteractionID_57; } inline void set_m_movingInteractionID_57(int32_t value) { ___m_movingInteractionID_57 = value; } inline static int32_t get_offset_of_m_simulateRole_58() { return static_cast(offsetof(ISceneRole_t2394225724, ___m_simulateRole_58)); } inline CLocalSimulateRole_t4101146137 * get_m_simulateRole_58() const { return ___m_simulateRole_58; } inline CLocalSimulateRole_t4101146137 ** get_address_of_m_simulateRole_58() { return &___m_simulateRole_58; } inline void set_m_simulateRole_58(CLocalSimulateRole_t4101146137 * value) { ___m_simulateRole_58 = value; Il2CppCodeGenWriteBarrier((&___m_simulateRole_58), value); } }; struct ISceneRole_t2394225724_StaticFields { public: // System.String DMCore.Framework.Scene.ISceneRole::s_EuqipWords String_t* ___s_EuqipWords_19; public: inline static int32_t get_offset_of_s_EuqipWords_19() { return static_cast(offsetof(ISceneRole_t2394225724_StaticFields, ___s_EuqipWords_19)); } inline String_t* get_s_EuqipWords_19() const { return ___s_EuqipWords_19; } inline String_t** get_address_of_s_EuqipWords_19() { return &___s_EuqipWords_19; } inline void set_s_EuqipWords_19(String_t* value) { ___s_EuqipWords_19 = value; Il2CppCodeGenWriteBarrier((&___s_EuqipWords_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEROLE_T2394225724_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 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 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 ONRESOURCERESULT_T3899022047_H #define ONRESOURCERESULT_T3899022047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.OnResourceResult struct OnResourceResult_t3899022047 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONRESOURCERESULT_T3899022047_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 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 PREDICATE_1_T505020798_H #define PREDICATE_1_T505020798_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_t505020798 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T505020798_H #ifndef ACTION_2_T2030792018_H #define ACTION_2_T2030792018_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_t2030792018 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2030792018_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 ISCENENPCBASE_T3974693970_H #define ISCENENPCBASE_T3974693970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970 : public ISceneBaseObj_t858622483 { public: // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::k__BackingField bool ___U3CIsSubmitAlreadyU3Ek__BackingField_19; // System.Int64 DMCore.Framework.Scene.ISceneNpcBase::m_FollowTargetID int64_t ___m_FollowTargetID_20; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_FollowSpeed float ___m_FollowSpeed_21; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_SafeDistance float ___m_SafeDistance_22; // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::m_IsEnableFollow bool ___m_IsEnableFollow_23; public: inline static int32_t get_offset_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___U3CIsSubmitAlreadyU3Ek__BackingField_19)); } inline bool get_U3CIsSubmitAlreadyU3Ek__BackingField_19() const { return ___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline bool* get_address_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return &___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline void set_U3CIsSubmitAlreadyU3Ek__BackingField_19(bool value) { ___U3CIsSubmitAlreadyU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_m_FollowTargetID_20() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowTargetID_20)); } inline int64_t get_m_FollowTargetID_20() const { return ___m_FollowTargetID_20; } inline int64_t* get_address_of_m_FollowTargetID_20() { return &___m_FollowTargetID_20; } inline void set_m_FollowTargetID_20(int64_t value) { ___m_FollowTargetID_20 = value; } inline static int32_t get_offset_of_m_FollowSpeed_21() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowSpeed_21)); } inline float get_m_FollowSpeed_21() const { return ___m_FollowSpeed_21; } inline float* get_address_of_m_FollowSpeed_21() { return &___m_FollowSpeed_21; } inline void set_m_FollowSpeed_21(float value) { ___m_FollowSpeed_21 = value; } inline static int32_t get_offset_of_m_SafeDistance_22() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_SafeDistance_22)); } inline float get_m_SafeDistance_22() const { return ___m_SafeDistance_22; } inline float* get_address_of_m_SafeDistance_22() { return &___m_SafeDistance_22; } inline void set_m_SafeDistance_22(float value) { ___m_SafeDistance_22 = value; } inline static int32_t get_offset_of_m_IsEnableFollow_23() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_IsEnableFollow_23)); } inline bool get_m_IsEnableFollow_23() const { return ___m_IsEnableFollow_23; } inline bool* get_address_of_m_IsEnableFollow_23() { return &___m_IsEnableFollow_23; } inline void set_m_IsEnableFollow_23(bool value) { ___m_IsEnableFollow_23 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENENPCBASE_T3974693970_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 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 CSCENEPROPMODEL_T3412795732_H #define CSCENEPROPMODEL_T3412795732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CScenePropModel struct CScenePropModel_t3412795732 : public ISceneBaseObj_t858622483 { public: // System.Int32 DMCore.Framework.Scene.CScenePropModel::m_clientIndex int32_t ___m_clientIndex_19; // System.Int32 DMCore.Framework.Scene.CScenePropModel::m_propID int32_t ___m_propID_20; public: inline static int32_t get_offset_of_m_clientIndex_19() { return static_cast(offsetof(CScenePropModel_t3412795732, ___m_clientIndex_19)); } inline int32_t get_m_clientIndex_19() const { return ___m_clientIndex_19; } inline int32_t* get_address_of_m_clientIndex_19() { return &___m_clientIndex_19; } inline void set_m_clientIndex_19(int32_t value) { ___m_clientIndex_19 = value; } inline static int32_t get_offset_of_m_propID_20() { return static_cast(offsetof(CScenePropModel_t3412795732, ___m_propID_20)); } inline int32_t get_m_propID_20() const { return ___m_propID_20; } inline int32_t* get_address_of_m_propID_20() { return &___m_propID_20; } inline void set_m_propID_20(int32_t value) { ___m_propID_20 = value; } }; struct CScenePropModel_t3412795732_StaticFields { public: // System.Int32 DMCore.Framework.Scene.CScenePropModel::s_nClientIndex int32_t ___s_nClientIndex_21; public: inline static int32_t get_offset_of_s_nClientIndex_21() { return static_cast(offsetof(CScenePropModel_t3412795732_StaticFields, ___s_nClientIndex_21)); } inline int32_t get_s_nClientIndex_21() const { return ___s_nClientIndex_21; } inline int32_t* get_address_of_s_nClientIndex_21() { return &___s_nClientIndex_21; } inline void set_s_nClientIndex_21(int32_t value) { ___s_nClientIndex_21 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEPROPMODEL_T3412795732_H #ifndef PREDICATE_1_T4238089856_H #define PREDICATE_1_T4238089856_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_t4238089856 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T4238089856_H #ifndef ONMSGBOXCLKCALLBACK_T3229751541_H #define ONMSGBOXCLKCALLBACK_T3229751541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONMSGBOXCLKCALLBACK_T3229751541_H #ifndef PREDICATE_1_T1683916607_H #define PREDICATE_1_T1683916607_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_t1683916607 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1683916607_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 AUDIOSOURCE_T3935305588_H #define AUDIOSOURCE_T3935305588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioSource struct AudioSource_t3935305588 : public Behaviour_t1437897464 { public: // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::spatializerExtension AudioSourceExtension_t3064908834 * ___spatializerExtension_2; // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::ambisonicExtension AudioSourceExtension_t3064908834 * ___ambisonicExtension_3; public: inline static int32_t get_offset_of_spatializerExtension_2() { return static_cast(offsetof(AudioSource_t3935305588, ___spatializerExtension_2)); } inline AudioSourceExtension_t3064908834 * get_spatializerExtension_2() const { return ___spatializerExtension_2; } inline AudioSourceExtension_t3064908834 ** get_address_of_spatializerExtension_2() { return &___spatializerExtension_2; } inline void set_spatializerExtension_2(AudioSourceExtension_t3064908834 * value) { ___spatializerExtension_2 = value; Il2CppCodeGenWriteBarrier((&___spatializerExtension_2), value); } inline static int32_t get_offset_of_ambisonicExtension_3() { return static_cast(offsetof(AudioSource_t3935305588, ___ambisonicExtension_3)); } inline AudioSourceExtension_t3064908834 * get_ambisonicExtension_3() const { return ___ambisonicExtension_3; } inline AudioSourceExtension_t3064908834 ** get_address_of_ambisonicExtension_3() { return &___ambisonicExtension_3; } inline void set_ambisonicExtension_3(AudioSourceExtension_t3064908834 * value) { ___ambisonicExtension_3 = value; Il2CppCodeGenWriteBarrier((&___ambisonicExtension_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOSOURCE_T3935305588_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 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 ISceneNpcBase_t3974693970 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETMODEL_T3783790547_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 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 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 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: // System.Boolean DMCore.Framework.Scene.CMainRole::IslevelChange bool ___IslevelChange_59; public: inline static int32_t get_offset_of_IslevelChange_59() { return static_cast(offsetof(CMainRole_t4200562839, ___IslevelChange_59)); } inline bool get_IslevelChange_59() const { return ___IslevelChange_59; } inline bool* get_address_of_IslevelChange_59() { return &___IslevelChange_59; } inline void set_IslevelChange_59(bool value) { ___IslevelChange_59 = value; } }; #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 BONELINKBONE_T3083848224_H #define BONELINKBONE_T3083848224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BoneLinkBone struct BoneLinkBone_t3083848224 : public MonoBehaviour_t3962482529 { public: // System.String BoneLinkBone::BoneName String_t* ___BoneName_2; // System.String BoneLinkBone::LocalRootBoneName String_t* ___LocalRootBoneName_3; // UnityEngine.Vector3 BoneLinkBone::BindPosOffset Vector3_t3722313464 ___BindPosOffset_4; // UnityEngine.Vector3 BoneLinkBone::BindRotation Vector3_t3722313464 ___BindRotation_5; // System.Boolean BoneLinkBone::LockHigh bool ___LockHigh_6; // UnityEngine.Transform BoneLinkBone::m_RootBone Transform_t3600365921 * ___m_RootBone_7; public: inline static int32_t get_offset_of_BoneName_2() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BoneName_2)); } inline String_t* get_BoneName_2() const { return ___BoneName_2; } inline String_t** get_address_of_BoneName_2() { return &___BoneName_2; } inline void set_BoneName_2(String_t* value) { ___BoneName_2 = value; Il2CppCodeGenWriteBarrier((&___BoneName_2), value); } inline static int32_t get_offset_of_LocalRootBoneName_3() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___LocalRootBoneName_3)); } inline String_t* get_LocalRootBoneName_3() const { return ___LocalRootBoneName_3; } inline String_t** get_address_of_LocalRootBoneName_3() { return &___LocalRootBoneName_3; } inline void set_LocalRootBoneName_3(String_t* value) { ___LocalRootBoneName_3 = value; Il2CppCodeGenWriteBarrier((&___LocalRootBoneName_3), value); } inline static int32_t get_offset_of_BindPosOffset_4() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BindPosOffset_4)); } inline Vector3_t3722313464 get_BindPosOffset_4() const { return ___BindPosOffset_4; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_4() { return &___BindPosOffset_4; } inline void set_BindPosOffset_4(Vector3_t3722313464 value) { ___BindPosOffset_4 = value; } inline static int32_t get_offset_of_BindRotation_5() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BindRotation_5)); } inline Vector3_t3722313464 get_BindRotation_5() const { return ___BindRotation_5; } inline Vector3_t3722313464 * get_address_of_BindRotation_5() { return &___BindRotation_5; } inline void set_BindRotation_5(Vector3_t3722313464 value) { ___BindRotation_5 = value; } inline static int32_t get_offset_of_LockHigh_6() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___LockHigh_6)); } inline bool get_LockHigh_6() const { return ___LockHigh_6; } inline bool* get_address_of_LockHigh_6() { return &___LockHigh_6; } inline void set_LockHigh_6(bool value) { ___LockHigh_6 = value; } inline static int32_t get_offset_of_m_RootBone_7() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___m_RootBone_7)); } inline Transform_t3600365921 * get_m_RootBone_7() const { return ___m_RootBone_7; } inline Transform_t3600365921 ** get_address_of_m_RootBone_7() { return &___m_RootBone_7; } inline void set_m_RootBone_7(Transform_t3600365921 * value) { ___m_RootBone_7 = value; Il2CppCodeGenWriteBarrier((&___m_RootBone_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONELINKBONE_T3083848224_H #ifndef UICAMERA_T1356438871_H #define UICAMERA_T1356438871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UICamera struct UICamera_t1356438871 : public MonoBehaviour_t3962482529 { public: // System.Boolean UICamera::debug bool ___debug_2; // System.Boolean UICamera::useMouse bool ___useMouse_3; // System.Boolean UICamera::useTouch bool ___useTouch_4; // System.Boolean UICamera::allowMultiTouch bool ___allowMultiTouch_5; // System.Boolean UICamera::useKeyboard bool ___useKeyboard_6; // System.Boolean UICamera::useController bool ___useController_7; // System.Boolean UICamera::stickyPress bool ___stickyPress_8; // UnityEngine.LayerMask UICamera::eventReceiverMask LayerMask_t3493934918 ___eventReceiverMask_9; // System.Boolean UICamera::clipRaycasts bool ___clipRaycasts_10; // System.Single UICamera::tooltipDelay float ___tooltipDelay_11; // System.Boolean UICamera::stickyTooltip bool ___stickyTooltip_12; // System.Single UICamera::mouseDragThreshold float ___mouseDragThreshold_13; // System.Single UICamera::mouseClickThreshold float ___mouseClickThreshold_14; // System.Single UICamera::touchDragThreshold float ___touchDragThreshold_15; // System.Single UICamera::touchClickThreshold float ___touchClickThreshold_16; // System.Single UICamera::rangeDistance float ___rangeDistance_17; // System.String UICamera::scrollAxisName String_t* ___scrollAxisName_18; // System.String UICamera::verticalAxisName String_t* ___verticalAxisName_19; // System.String UICamera::horizontalAxisName String_t* ___horizontalAxisName_20; // UnityEngine.KeyCode UICamera::submitKey0 int32_t ___submitKey0_21; // UnityEngine.KeyCode UICamera::submitKey1 int32_t ___submitKey1_22; // UnityEngine.KeyCode UICamera::cancelKey0 int32_t ___cancelKey0_23; // UnityEngine.KeyCode UICamera::cancelKey1 int32_t ___cancelKey1_24; // UnityEngine.GameObject UICamera::mTooltip GameObject_t1113636619 * ___mTooltip_44; // UnityEngine.Camera UICamera::mCam Camera_t4157153871 * ___mCam_45; // System.Single UICamera::mTooltipTime float ___mTooltipTime_46; // System.Boolean UICamera::mIsEditor bool ___mIsEditor_47; public: inline static int32_t get_offset_of_debug_2() { return static_cast(offsetof(UICamera_t1356438871, ___debug_2)); } inline bool get_debug_2() const { return ___debug_2; } inline bool* get_address_of_debug_2() { return &___debug_2; } inline void set_debug_2(bool value) { ___debug_2 = value; } inline static int32_t get_offset_of_useMouse_3() { return static_cast(offsetof(UICamera_t1356438871, ___useMouse_3)); } inline bool get_useMouse_3() const { return ___useMouse_3; } inline bool* get_address_of_useMouse_3() { return &___useMouse_3; } inline void set_useMouse_3(bool value) { ___useMouse_3 = value; } inline static int32_t get_offset_of_useTouch_4() { return static_cast(offsetof(UICamera_t1356438871, ___useTouch_4)); } inline bool get_useTouch_4() const { return ___useTouch_4; } inline bool* get_address_of_useTouch_4() { return &___useTouch_4; } inline void set_useTouch_4(bool value) { ___useTouch_4 = value; } inline static int32_t get_offset_of_allowMultiTouch_5() { return static_cast(offsetof(UICamera_t1356438871, ___allowMultiTouch_5)); } inline bool get_allowMultiTouch_5() const { return ___allowMultiTouch_5; } inline bool* get_address_of_allowMultiTouch_5() { return &___allowMultiTouch_5; } inline void set_allowMultiTouch_5(bool value) { ___allowMultiTouch_5 = value; } inline static int32_t get_offset_of_useKeyboard_6() { return static_cast(offsetof(UICamera_t1356438871, ___useKeyboard_6)); } inline bool get_useKeyboard_6() const { return ___useKeyboard_6; } inline bool* get_address_of_useKeyboard_6() { return &___useKeyboard_6; } inline void set_useKeyboard_6(bool value) { ___useKeyboard_6 = value; } inline static int32_t get_offset_of_useController_7() { return static_cast(offsetof(UICamera_t1356438871, ___useController_7)); } inline bool get_useController_7() const { return ___useController_7; } inline bool* get_address_of_useController_7() { return &___useController_7; } inline void set_useController_7(bool value) { ___useController_7 = value; } inline static int32_t get_offset_of_stickyPress_8() { return static_cast(offsetof(UICamera_t1356438871, ___stickyPress_8)); } inline bool get_stickyPress_8() const { return ___stickyPress_8; } inline bool* get_address_of_stickyPress_8() { return &___stickyPress_8; } inline void set_stickyPress_8(bool value) { ___stickyPress_8 = value; } inline static int32_t get_offset_of_eventReceiverMask_9() { return static_cast(offsetof(UICamera_t1356438871, ___eventReceiverMask_9)); } inline LayerMask_t3493934918 get_eventReceiverMask_9() const { return ___eventReceiverMask_9; } inline LayerMask_t3493934918 * get_address_of_eventReceiverMask_9() { return &___eventReceiverMask_9; } inline void set_eventReceiverMask_9(LayerMask_t3493934918 value) { ___eventReceiverMask_9 = value; } inline static int32_t get_offset_of_clipRaycasts_10() { return static_cast(offsetof(UICamera_t1356438871, ___clipRaycasts_10)); } inline bool get_clipRaycasts_10() const { return ___clipRaycasts_10; } inline bool* get_address_of_clipRaycasts_10() { return &___clipRaycasts_10; } inline void set_clipRaycasts_10(bool value) { ___clipRaycasts_10 = value; } inline static int32_t get_offset_of_tooltipDelay_11() { return static_cast(offsetof(UICamera_t1356438871, ___tooltipDelay_11)); } inline float get_tooltipDelay_11() const { return ___tooltipDelay_11; } inline float* get_address_of_tooltipDelay_11() { return &___tooltipDelay_11; } inline void set_tooltipDelay_11(float value) { ___tooltipDelay_11 = value; } inline static int32_t get_offset_of_stickyTooltip_12() { return static_cast(offsetof(UICamera_t1356438871, ___stickyTooltip_12)); } inline bool get_stickyTooltip_12() const { return ___stickyTooltip_12; } inline bool* get_address_of_stickyTooltip_12() { return &___stickyTooltip_12; } inline void set_stickyTooltip_12(bool value) { ___stickyTooltip_12 = value; } inline static int32_t get_offset_of_mouseDragThreshold_13() { return static_cast(offsetof(UICamera_t1356438871, ___mouseDragThreshold_13)); } inline float get_mouseDragThreshold_13() const { return ___mouseDragThreshold_13; } inline float* get_address_of_mouseDragThreshold_13() { return &___mouseDragThreshold_13; } inline void set_mouseDragThreshold_13(float value) { ___mouseDragThreshold_13 = value; } inline static int32_t get_offset_of_mouseClickThreshold_14() { return static_cast(offsetof(UICamera_t1356438871, ___mouseClickThreshold_14)); } inline float get_mouseClickThreshold_14() const { return ___mouseClickThreshold_14; } inline float* get_address_of_mouseClickThreshold_14() { return &___mouseClickThreshold_14; } inline void set_mouseClickThreshold_14(float value) { ___mouseClickThreshold_14 = value; } inline static int32_t get_offset_of_touchDragThreshold_15() { return static_cast(offsetof(UICamera_t1356438871, ___touchDragThreshold_15)); } inline float get_touchDragThreshold_15() const { return ___touchDragThreshold_15; } inline float* get_address_of_touchDragThreshold_15() { return &___touchDragThreshold_15; } inline void set_touchDragThreshold_15(float value) { ___touchDragThreshold_15 = value; } inline static int32_t get_offset_of_touchClickThreshold_16() { return static_cast(offsetof(UICamera_t1356438871, ___touchClickThreshold_16)); } inline float get_touchClickThreshold_16() const { return ___touchClickThreshold_16; } inline float* get_address_of_touchClickThreshold_16() { return &___touchClickThreshold_16; } inline void set_touchClickThreshold_16(float value) { ___touchClickThreshold_16 = value; } inline static int32_t get_offset_of_rangeDistance_17() { return static_cast(offsetof(UICamera_t1356438871, ___rangeDistance_17)); } inline float get_rangeDistance_17() const { return ___rangeDistance_17; } inline float* get_address_of_rangeDistance_17() { return &___rangeDistance_17; } inline void set_rangeDistance_17(float value) { ___rangeDistance_17 = value; } inline static int32_t get_offset_of_scrollAxisName_18() { return static_cast(offsetof(UICamera_t1356438871, ___scrollAxisName_18)); } inline String_t* get_scrollAxisName_18() const { return ___scrollAxisName_18; } inline String_t** get_address_of_scrollAxisName_18() { return &___scrollAxisName_18; } inline void set_scrollAxisName_18(String_t* value) { ___scrollAxisName_18 = value; Il2CppCodeGenWriteBarrier((&___scrollAxisName_18), value); } inline static int32_t get_offset_of_verticalAxisName_19() { return static_cast(offsetof(UICamera_t1356438871, ___verticalAxisName_19)); } inline String_t* get_verticalAxisName_19() const { return ___verticalAxisName_19; } inline String_t** get_address_of_verticalAxisName_19() { return &___verticalAxisName_19; } inline void set_verticalAxisName_19(String_t* value) { ___verticalAxisName_19 = value; Il2CppCodeGenWriteBarrier((&___verticalAxisName_19), value); } inline static int32_t get_offset_of_horizontalAxisName_20() { return static_cast(offsetof(UICamera_t1356438871, ___horizontalAxisName_20)); } inline String_t* get_horizontalAxisName_20() const { return ___horizontalAxisName_20; } inline String_t** get_address_of_horizontalAxisName_20() { return &___horizontalAxisName_20; } inline void set_horizontalAxisName_20(String_t* value) { ___horizontalAxisName_20 = value; Il2CppCodeGenWriteBarrier((&___horizontalAxisName_20), value); } inline static int32_t get_offset_of_submitKey0_21() { return static_cast(offsetof(UICamera_t1356438871, ___submitKey0_21)); } inline int32_t get_submitKey0_21() const { return ___submitKey0_21; } inline int32_t* get_address_of_submitKey0_21() { return &___submitKey0_21; } inline void set_submitKey0_21(int32_t value) { ___submitKey0_21 = value; } inline static int32_t get_offset_of_submitKey1_22() { return static_cast(offsetof(UICamera_t1356438871, ___submitKey1_22)); } inline int32_t get_submitKey1_22() const { return ___submitKey1_22; } inline int32_t* get_address_of_submitKey1_22() { return &___submitKey1_22; } inline void set_submitKey1_22(int32_t value) { ___submitKey1_22 = value; } inline static int32_t get_offset_of_cancelKey0_23() { return static_cast(offsetof(UICamera_t1356438871, ___cancelKey0_23)); } inline int32_t get_cancelKey0_23() const { return ___cancelKey0_23; } inline int32_t* get_address_of_cancelKey0_23() { return &___cancelKey0_23; } inline void set_cancelKey0_23(int32_t value) { ___cancelKey0_23 = value; } inline static int32_t get_offset_of_cancelKey1_24() { return static_cast(offsetof(UICamera_t1356438871, ___cancelKey1_24)); } inline int32_t get_cancelKey1_24() const { return ___cancelKey1_24; } inline int32_t* get_address_of_cancelKey1_24() { return &___cancelKey1_24; } inline void set_cancelKey1_24(int32_t value) { ___cancelKey1_24 = value; } inline static int32_t get_offset_of_mTooltip_44() { return static_cast(offsetof(UICamera_t1356438871, ___mTooltip_44)); } inline GameObject_t1113636619 * get_mTooltip_44() const { return ___mTooltip_44; } inline GameObject_t1113636619 ** get_address_of_mTooltip_44() { return &___mTooltip_44; } inline void set_mTooltip_44(GameObject_t1113636619 * value) { ___mTooltip_44 = value; Il2CppCodeGenWriteBarrier((&___mTooltip_44), value); } inline static int32_t get_offset_of_mCam_45() { return static_cast(offsetof(UICamera_t1356438871, ___mCam_45)); } inline Camera_t4157153871 * get_mCam_45() const { return ___mCam_45; } inline Camera_t4157153871 ** get_address_of_mCam_45() { return &___mCam_45; } inline void set_mCam_45(Camera_t4157153871 * value) { ___mCam_45 = value; Il2CppCodeGenWriteBarrier((&___mCam_45), value); } inline static int32_t get_offset_of_mTooltipTime_46() { return static_cast(offsetof(UICamera_t1356438871, ___mTooltipTime_46)); } inline float get_mTooltipTime_46() const { return ___mTooltipTime_46; } inline float* get_address_of_mTooltipTime_46() { return &___mTooltipTime_46; } inline void set_mTooltipTime_46(float value) { ___mTooltipTime_46 = value; } inline static int32_t get_offset_of_mIsEditor_47() { return static_cast(offsetof(UICamera_t1356438871, ___mIsEditor_47)); } inline bool get_mIsEditor_47() const { return ___mIsEditor_47; } inline bool* get_address_of_mIsEditor_47() { return &___mIsEditor_47; } inline void set_mIsEditor_47(bool value) { ___mIsEditor_47 = value; } }; struct UICamera_t1356438871_StaticFields { public: // System.Action UICamera::onCustomInput Action_t1264377477 * ___onCustomInput_25; // System.Boolean UICamera::showTooltips bool ___showTooltips_26; // UnityEngine.Vector2 UICamera::lastTouchPosition Vector2_t2156229523 ___lastTouchPosition_27; // UnityEngine.RaycastHit UICamera::lastHit RaycastHit_t1056001966 ___lastHit_28; // UICamera UICamera::current UICamera_t1356438871 * ___current_29; // UnityEngine.Camera UICamera::currentCamera Camera_t4157153871 * ___currentCamera_30; // System.Int32 UICamera::currentTouchID int32_t ___currentTouchID_31; // UICamera/MouseOrTouch UICamera::currentTouch MouseOrTouch_t3052596533 * ___currentTouch_32; // System.Boolean UICamera::inputHasFocus bool ___inputHasFocus_33; // UnityEngine.GameObject UICamera::genericEventHandler GameObject_t1113636619 * ___genericEventHandler_34; // UnityEngine.GameObject UICamera::fallThrough GameObject_t1113636619 * ___fallThrough_35; // System.Collections.Generic.List`1 UICamera::mList List_1_t2828513613 * ___mList_36; // System.Collections.Generic.List`1 UICamera::mHighlighted List_1_t2833680200 * ___mHighlighted_37; // UnityEngine.GameObject UICamera::mSel GameObject_t1113636619 * ___mSel_38; // UICamera/MouseOrTouch[] UICamera::mMouse MouseOrTouchU5BU5D_t3534648920* ___mMouse_39; // UnityEngine.GameObject UICamera::mHover GameObject_t1113636619 * ___mHover_40; // UICamera/MouseOrTouch UICamera::mController MouseOrTouch_t3052596533 * ___mController_41; // System.Single UICamera::mNextEvent float ___mNextEvent_42; // System.Collections.Generic.Dictionary`2 UICamera::mTouches Dictionary_2_t1941309864 * ___mTouches_43; // UnityEngine.GameObject UICamera::hoveredObject GameObject_t1113636619 * ___hoveredObject_48; // System.Comparison`1 UICamera::<>f__am$cache0 Comparison_1_t830933145 * ___U3CU3Ef__amU24cache0_49; // System.Comparison`1 UICamera::<>f__mg$cache0 Comparison_1_t1131370050 * ___U3CU3Ef__mgU24cache0_50; public: inline static int32_t get_offset_of_onCustomInput_25() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___onCustomInput_25)); } inline Action_t1264377477 * get_onCustomInput_25() const { return ___onCustomInput_25; } inline Action_t1264377477 ** get_address_of_onCustomInput_25() { return &___onCustomInput_25; } inline void set_onCustomInput_25(Action_t1264377477 * value) { ___onCustomInput_25 = value; Il2CppCodeGenWriteBarrier((&___onCustomInput_25), value); } inline static int32_t get_offset_of_showTooltips_26() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___showTooltips_26)); } inline bool get_showTooltips_26() const { return ___showTooltips_26; } inline bool* get_address_of_showTooltips_26() { return &___showTooltips_26; } inline void set_showTooltips_26(bool value) { ___showTooltips_26 = value; } inline static int32_t get_offset_of_lastTouchPosition_27() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___lastTouchPosition_27)); } inline Vector2_t2156229523 get_lastTouchPosition_27() const { return ___lastTouchPosition_27; } inline Vector2_t2156229523 * get_address_of_lastTouchPosition_27() { return &___lastTouchPosition_27; } inline void set_lastTouchPosition_27(Vector2_t2156229523 value) { ___lastTouchPosition_27 = value; } inline static int32_t get_offset_of_lastHit_28() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___lastHit_28)); } inline RaycastHit_t1056001966 get_lastHit_28() const { return ___lastHit_28; } inline RaycastHit_t1056001966 * get_address_of_lastHit_28() { return &___lastHit_28; } inline void set_lastHit_28(RaycastHit_t1056001966 value) { ___lastHit_28 = value; } inline static int32_t get_offset_of_current_29() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___current_29)); } inline UICamera_t1356438871 * get_current_29() const { return ___current_29; } inline UICamera_t1356438871 ** get_address_of_current_29() { return &___current_29; } inline void set_current_29(UICamera_t1356438871 * value) { ___current_29 = value; Il2CppCodeGenWriteBarrier((&___current_29), value); } inline static int32_t get_offset_of_currentCamera_30() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentCamera_30)); } inline Camera_t4157153871 * get_currentCamera_30() const { return ___currentCamera_30; } inline Camera_t4157153871 ** get_address_of_currentCamera_30() { return &___currentCamera_30; } inline void set_currentCamera_30(Camera_t4157153871 * value) { ___currentCamera_30 = value; Il2CppCodeGenWriteBarrier((&___currentCamera_30), value); } inline static int32_t get_offset_of_currentTouchID_31() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentTouchID_31)); } inline int32_t get_currentTouchID_31() const { return ___currentTouchID_31; } inline int32_t* get_address_of_currentTouchID_31() { return &___currentTouchID_31; } inline void set_currentTouchID_31(int32_t value) { ___currentTouchID_31 = value; } inline static int32_t get_offset_of_currentTouch_32() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentTouch_32)); } inline MouseOrTouch_t3052596533 * get_currentTouch_32() const { return ___currentTouch_32; } inline MouseOrTouch_t3052596533 ** get_address_of_currentTouch_32() { return &___currentTouch_32; } inline void set_currentTouch_32(MouseOrTouch_t3052596533 * value) { ___currentTouch_32 = value; Il2CppCodeGenWriteBarrier((&___currentTouch_32), value); } inline static int32_t get_offset_of_inputHasFocus_33() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___inputHasFocus_33)); } inline bool get_inputHasFocus_33() const { return ___inputHasFocus_33; } inline bool* get_address_of_inputHasFocus_33() { return &___inputHasFocus_33; } inline void set_inputHasFocus_33(bool value) { ___inputHasFocus_33 = value; } inline static int32_t get_offset_of_genericEventHandler_34() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___genericEventHandler_34)); } inline GameObject_t1113636619 * get_genericEventHandler_34() const { return ___genericEventHandler_34; } inline GameObject_t1113636619 ** get_address_of_genericEventHandler_34() { return &___genericEventHandler_34; } inline void set_genericEventHandler_34(GameObject_t1113636619 * value) { ___genericEventHandler_34 = value; Il2CppCodeGenWriteBarrier((&___genericEventHandler_34), value); } inline static int32_t get_offset_of_fallThrough_35() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___fallThrough_35)); } inline GameObject_t1113636619 * get_fallThrough_35() const { return ___fallThrough_35; } inline GameObject_t1113636619 ** get_address_of_fallThrough_35() { return &___fallThrough_35; } inline void set_fallThrough_35(GameObject_t1113636619 * value) { ___fallThrough_35 = value; Il2CppCodeGenWriteBarrier((&___fallThrough_35), value); } inline static int32_t get_offset_of_mList_36() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mList_36)); } inline List_1_t2828513613 * get_mList_36() const { return ___mList_36; } inline List_1_t2828513613 ** get_address_of_mList_36() { return &___mList_36; } inline void set_mList_36(List_1_t2828513613 * value) { ___mList_36 = value; Il2CppCodeGenWriteBarrier((&___mList_36), value); } inline static int32_t get_offset_of_mHighlighted_37() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mHighlighted_37)); } inline List_1_t2833680200 * get_mHighlighted_37() const { return ___mHighlighted_37; } inline List_1_t2833680200 ** get_address_of_mHighlighted_37() { return &___mHighlighted_37; } inline void set_mHighlighted_37(List_1_t2833680200 * value) { ___mHighlighted_37 = value; Il2CppCodeGenWriteBarrier((&___mHighlighted_37), value); } inline static int32_t get_offset_of_mSel_38() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mSel_38)); } inline GameObject_t1113636619 * get_mSel_38() const { return ___mSel_38; } inline GameObject_t1113636619 ** get_address_of_mSel_38() { return &___mSel_38; } inline void set_mSel_38(GameObject_t1113636619 * value) { ___mSel_38 = value; Il2CppCodeGenWriteBarrier((&___mSel_38), value); } inline static int32_t get_offset_of_mMouse_39() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mMouse_39)); } inline MouseOrTouchU5BU5D_t3534648920* get_mMouse_39() const { return ___mMouse_39; } inline MouseOrTouchU5BU5D_t3534648920** get_address_of_mMouse_39() { return &___mMouse_39; } inline void set_mMouse_39(MouseOrTouchU5BU5D_t3534648920* value) { ___mMouse_39 = value; Il2CppCodeGenWriteBarrier((&___mMouse_39), value); } inline static int32_t get_offset_of_mHover_40() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mHover_40)); } inline GameObject_t1113636619 * get_mHover_40() const { return ___mHover_40; } inline GameObject_t1113636619 ** get_address_of_mHover_40() { return &___mHover_40; } inline void set_mHover_40(GameObject_t1113636619 * value) { ___mHover_40 = value; Il2CppCodeGenWriteBarrier((&___mHover_40), value); } inline static int32_t get_offset_of_mController_41() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mController_41)); } inline MouseOrTouch_t3052596533 * get_mController_41() const { return ___mController_41; } inline MouseOrTouch_t3052596533 ** get_address_of_mController_41() { return &___mController_41; } inline void set_mController_41(MouseOrTouch_t3052596533 * value) { ___mController_41 = value; Il2CppCodeGenWriteBarrier((&___mController_41), value); } inline static int32_t get_offset_of_mNextEvent_42() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mNextEvent_42)); } inline float get_mNextEvent_42() const { return ___mNextEvent_42; } inline float* get_address_of_mNextEvent_42() { return &___mNextEvent_42; } inline void set_mNextEvent_42(float value) { ___mNextEvent_42 = value; } inline static int32_t get_offset_of_mTouches_43() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mTouches_43)); } inline Dictionary_2_t1941309864 * get_mTouches_43() const { return ___mTouches_43; } inline Dictionary_2_t1941309864 ** get_address_of_mTouches_43() { return &___mTouches_43; } inline void set_mTouches_43(Dictionary_2_t1941309864 * value) { ___mTouches_43 = value; Il2CppCodeGenWriteBarrier((&___mTouches_43), value); } inline static int32_t get_offset_of_hoveredObject_48() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___hoveredObject_48)); } inline GameObject_t1113636619 * get_hoveredObject_48() const { return ___hoveredObject_48; } inline GameObject_t1113636619 ** get_address_of_hoveredObject_48() { return &___hoveredObject_48; } inline void set_hoveredObject_48(GameObject_t1113636619 * value) { ___hoveredObject_48 = value; Il2CppCodeGenWriteBarrier((&___hoveredObject_48), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_49() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___U3CU3Ef__amU24cache0_49)); } inline Comparison_1_t830933145 * get_U3CU3Ef__amU24cache0_49() const { return ___U3CU3Ef__amU24cache0_49; } inline Comparison_1_t830933145 ** get_address_of_U3CU3Ef__amU24cache0_49() { return &___U3CU3Ef__amU24cache0_49; } inline void set_U3CU3Ef__amU24cache0_49(Comparison_1_t830933145 * value) { ___U3CU3Ef__amU24cache0_49 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_49), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_50() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___U3CU3Ef__mgU24cache0_50)); } inline Comparison_1_t1131370050 * get_U3CU3Ef__mgU24cache0_50() const { return ___U3CU3Ef__mgU24cache0_50; } inline Comparison_1_t1131370050 ** get_address_of_U3CU3Ef__mgU24cache0_50() { return &___U3CU3Ef__mgU24cache0_50; } inline void set_U3CU3Ef__mgU24cache0_50(Comparison_1_t1131370050 * value) { ___U3CU3Ef__mgU24cache0_50 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_50), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICAMERA_T1356438871_H #ifndef DMLISTVIEW_T512231514_H #define DMLISTVIEW_T512231514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView struct DMListView_t512231514 : public MonoBehaviour_t3962482529 { public: // System.Boolean DMListView::isCommonItemList bool ___isCommonItemList_2; // System.Boolean DMListView::isCanRebound bool ___isCanRebound_3; // System.String DMListView::m_childPath String_t* ___m_childPath_4; // UnityEngine.GameObject DMListView::m_ReceiveTarget GameObject_t1113636619 * ___m_ReceiveTarget_5; // System.String DMListView::m_ReceiveProcName String_t* ___m_ReceiveProcName_6; // System.Action`1 DMListView::OnChange Action_1_t1569734369 * ___OnChange_7; // UnityEngine.GameObject DMListView::m_ActiveReceiver GameObject_t1113636619 * ___m_ActiveReceiver_8; // System.String DMListView::m_ActiveReceiverName String_t* ___m_ActiveReceiverName_9; // UnityEngine.GameObject DMListView::m_ClickReceiver GameObject_t1113636619 * ___m_ClickReceiver_10; // System.String DMListView::m_ClickProcName String_t* ___m_ClickProcName_11; // System.Int32 DMListView::m_PageSize int32_t ___m_PageSize_12; // System.Boolean DMListView::m_bEnableActiveMulti bool ___m_bEnableActiveMulti_13; // DMListView/Type DMListView::m_Type int32_t ___m_Type_15; // DMListView/Allign DMListView::m_Allign int32_t ___m_Allign_16; // DMProcessBar DMListView::m_ProcessBar DMProcessBar_t1457963892 * ___m_ProcessBar_17; // DMListView/ShowCondition DMListView::m_ShowCondition int32_t ___m_ShowCondition_18; // System.Boolean DMListView::m_CanMove bool ___m_CanMove_19; // System.Int32 DMListView::preloadNumb int32_t ___preloadNumb_20; // System.Int32 DMListView::totalCount int32_t ___totalCount_21; // System.Single DMListView::perItemLength float ___perItemLength_22; // System.Single DMListView::_timeCounter float ____timeCounter_23; // System.Single DMListView::slowDownSpeed float ___slowDownSpeed_24; // System.Single DMListView::speedUp float ___speedUp_25; // System.Single DMListView::reboundSpeed float ___reboundSpeed_26; // System.Single DMListView::reboundDistance float ___reboundDistance_27; // UIPanel DMListView::m_panel UIPanel_t1716472341 * ___m_panel_29; // UnityEngine.GameObject DMListView::m_controler GameObject_t1113636619 * ___m_controler_30; // System.Single DMListView::m_fStep float ___m_fStep_31; // System.Collections.Generic.List`1 DMListView::m_listChildren List_1_t777473367 * ___m_listChildren_32; // System.Single DMListView::m_fPosMin float ___m_fPosMin_33; // System.Single DMListView::m_fPosMax float ___m_fPosMax_34; // System.Int32 DMListView::m_nActiveIndex int32_t ___m_nActiveIndex_35; // System.Boolean DMListView::m_bEnableDrag bool ___m_bEnableDrag_36; // System.Boolean DMListView::m_bClkingInside bool ___m_bClkingInside_37; // UnityEngine.Vector2 DMListView::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_38; // UnityEngine.Vector2 DMListView::m_ClkPos Vector2_t2156229523 ___m_ClkPos_39; // System.Int32 DMListView::m_ClkedIndex int32_t ___m_ClkedIndex_40; // System.Single DMListView::m_fMoveTimeLabor float ___m_fMoveTimeLabor_41; // System.Single DMListView::m_fMoveSpeed float ___m_fMoveSpeed_42; // System.Boolean DMListView::m_bTargetEnable bool ___m_bTargetEnable_43; // System.Single DMListView::m_fTargetPos float ___m_fTargetPos_44; // System.Single DMListView::m_ClikingRootPos float ___m_ClikingRootPos_45; // UnityEngine.Camera DMListView::m_ownerCamera Camera_t4157153871 * ___m_ownerCamera_46; public: inline static int32_t get_offset_of_isCommonItemList_2() { return static_cast(offsetof(DMListView_t512231514, ___isCommonItemList_2)); } inline bool get_isCommonItemList_2() const { return ___isCommonItemList_2; } inline bool* get_address_of_isCommonItemList_2() { return &___isCommonItemList_2; } inline void set_isCommonItemList_2(bool value) { ___isCommonItemList_2 = value; } inline static int32_t get_offset_of_isCanRebound_3() { return static_cast(offsetof(DMListView_t512231514, ___isCanRebound_3)); } inline bool get_isCanRebound_3() const { return ___isCanRebound_3; } inline bool* get_address_of_isCanRebound_3() { return &___isCanRebound_3; } inline void set_isCanRebound_3(bool value) { ___isCanRebound_3 = value; } inline static int32_t get_offset_of_m_childPath_4() { return static_cast(offsetof(DMListView_t512231514, ___m_childPath_4)); } inline String_t* get_m_childPath_4() const { return ___m_childPath_4; } inline String_t** get_address_of_m_childPath_4() { return &___m_childPath_4; } inline void set_m_childPath_4(String_t* value) { ___m_childPath_4 = value; Il2CppCodeGenWriteBarrier((&___m_childPath_4), value); } inline static int32_t get_offset_of_m_ReceiveTarget_5() { return static_cast(offsetof(DMListView_t512231514, ___m_ReceiveTarget_5)); } inline GameObject_t1113636619 * get_m_ReceiveTarget_5() const { return ___m_ReceiveTarget_5; } inline GameObject_t1113636619 ** get_address_of_m_ReceiveTarget_5() { return &___m_ReceiveTarget_5; } inline void set_m_ReceiveTarget_5(GameObject_t1113636619 * value) { ___m_ReceiveTarget_5 = value; Il2CppCodeGenWriteBarrier((&___m_ReceiveTarget_5), value); } inline static int32_t get_offset_of_m_ReceiveProcName_6() { return static_cast(offsetof(DMListView_t512231514, ___m_ReceiveProcName_6)); } inline String_t* get_m_ReceiveProcName_6() const { return ___m_ReceiveProcName_6; } inline String_t** get_address_of_m_ReceiveProcName_6() { return &___m_ReceiveProcName_6; } inline void set_m_ReceiveProcName_6(String_t* value) { ___m_ReceiveProcName_6 = value; Il2CppCodeGenWriteBarrier((&___m_ReceiveProcName_6), value); } inline static int32_t get_offset_of_OnChange_7() { return static_cast(offsetof(DMListView_t512231514, ___OnChange_7)); } inline Action_1_t1569734369 * get_OnChange_7() const { return ___OnChange_7; } inline Action_1_t1569734369 ** get_address_of_OnChange_7() { return &___OnChange_7; } inline void set_OnChange_7(Action_1_t1569734369 * value) { ___OnChange_7 = value; Il2CppCodeGenWriteBarrier((&___OnChange_7), value); } inline static int32_t get_offset_of_m_ActiveReceiver_8() { return static_cast(offsetof(DMListView_t512231514, ___m_ActiveReceiver_8)); } inline GameObject_t1113636619 * get_m_ActiveReceiver_8() const { return ___m_ActiveReceiver_8; } inline GameObject_t1113636619 ** get_address_of_m_ActiveReceiver_8() { return &___m_ActiveReceiver_8; } inline void set_m_ActiveReceiver_8(GameObject_t1113636619 * value) { ___m_ActiveReceiver_8 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiver_8), value); } inline static int32_t get_offset_of_m_ActiveReceiverName_9() { return static_cast(offsetof(DMListView_t512231514, ___m_ActiveReceiverName_9)); } inline String_t* get_m_ActiveReceiverName_9() const { return ___m_ActiveReceiverName_9; } inline String_t** get_address_of_m_ActiveReceiverName_9() { return &___m_ActiveReceiverName_9; } inline void set_m_ActiveReceiverName_9(String_t* value) { ___m_ActiveReceiverName_9 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiverName_9), value); } inline static int32_t get_offset_of_m_ClickReceiver_10() { return static_cast(offsetof(DMListView_t512231514, ___m_ClickReceiver_10)); } inline GameObject_t1113636619 * get_m_ClickReceiver_10() const { return ___m_ClickReceiver_10; } inline GameObject_t1113636619 ** get_address_of_m_ClickReceiver_10() { return &___m_ClickReceiver_10; } inline void set_m_ClickReceiver_10(GameObject_t1113636619 * value) { ___m_ClickReceiver_10 = value; Il2CppCodeGenWriteBarrier((&___m_ClickReceiver_10), value); } inline static int32_t get_offset_of_m_ClickProcName_11() { return static_cast(offsetof(DMListView_t512231514, ___m_ClickProcName_11)); } inline String_t* get_m_ClickProcName_11() const { return ___m_ClickProcName_11; } inline String_t** get_address_of_m_ClickProcName_11() { return &___m_ClickProcName_11; } inline void set_m_ClickProcName_11(String_t* value) { ___m_ClickProcName_11 = value; Il2CppCodeGenWriteBarrier((&___m_ClickProcName_11), value); } inline static int32_t get_offset_of_m_PageSize_12() { return static_cast(offsetof(DMListView_t512231514, ___m_PageSize_12)); } inline int32_t get_m_PageSize_12() const { return ___m_PageSize_12; } inline int32_t* get_address_of_m_PageSize_12() { return &___m_PageSize_12; } inline void set_m_PageSize_12(int32_t value) { ___m_PageSize_12 = value; } inline static int32_t get_offset_of_m_bEnableActiveMulti_13() { return static_cast(offsetof(DMListView_t512231514, ___m_bEnableActiveMulti_13)); } inline bool get_m_bEnableActiveMulti_13() const { return ___m_bEnableActiveMulti_13; } inline bool* get_address_of_m_bEnableActiveMulti_13() { return &___m_bEnableActiveMulti_13; } inline void set_m_bEnableActiveMulti_13(bool value) { ___m_bEnableActiveMulti_13 = value; } inline static int32_t get_offset_of_m_Type_15() { return static_cast(offsetof(DMListView_t512231514, ___m_Type_15)); } inline int32_t get_m_Type_15() const { return ___m_Type_15; } inline int32_t* get_address_of_m_Type_15() { return &___m_Type_15; } inline void set_m_Type_15(int32_t value) { ___m_Type_15 = value; } inline static int32_t get_offset_of_m_Allign_16() { return static_cast(offsetof(DMListView_t512231514, ___m_Allign_16)); } inline int32_t get_m_Allign_16() const { return ___m_Allign_16; } inline int32_t* get_address_of_m_Allign_16() { return &___m_Allign_16; } inline void set_m_Allign_16(int32_t value) { ___m_Allign_16 = value; } inline static int32_t get_offset_of_m_ProcessBar_17() { return static_cast(offsetof(DMListView_t512231514, ___m_ProcessBar_17)); } inline DMProcessBar_t1457963892 * get_m_ProcessBar_17() const { return ___m_ProcessBar_17; } inline DMProcessBar_t1457963892 ** get_address_of_m_ProcessBar_17() { return &___m_ProcessBar_17; } inline void set_m_ProcessBar_17(DMProcessBar_t1457963892 * value) { ___m_ProcessBar_17 = value; Il2CppCodeGenWriteBarrier((&___m_ProcessBar_17), value); } inline static int32_t get_offset_of_m_ShowCondition_18() { return static_cast(offsetof(DMListView_t512231514, ___m_ShowCondition_18)); } inline int32_t get_m_ShowCondition_18() const { return ___m_ShowCondition_18; } inline int32_t* get_address_of_m_ShowCondition_18() { return &___m_ShowCondition_18; } inline void set_m_ShowCondition_18(int32_t value) { ___m_ShowCondition_18 = value; } inline static int32_t get_offset_of_m_CanMove_19() { return static_cast(offsetof(DMListView_t512231514, ___m_CanMove_19)); } inline bool get_m_CanMove_19() const { return ___m_CanMove_19; } inline bool* get_address_of_m_CanMove_19() { return &___m_CanMove_19; } inline void set_m_CanMove_19(bool value) { ___m_CanMove_19 = value; } inline static int32_t get_offset_of_preloadNumb_20() { return static_cast(offsetof(DMListView_t512231514, ___preloadNumb_20)); } inline int32_t get_preloadNumb_20() const { return ___preloadNumb_20; } inline int32_t* get_address_of_preloadNumb_20() { return &___preloadNumb_20; } inline void set_preloadNumb_20(int32_t value) { ___preloadNumb_20 = value; } inline static int32_t get_offset_of_totalCount_21() { return static_cast(offsetof(DMListView_t512231514, ___totalCount_21)); } inline int32_t get_totalCount_21() const { return ___totalCount_21; } inline int32_t* get_address_of_totalCount_21() { return &___totalCount_21; } inline void set_totalCount_21(int32_t value) { ___totalCount_21 = value; } inline static int32_t get_offset_of_perItemLength_22() { return static_cast(offsetof(DMListView_t512231514, ___perItemLength_22)); } inline float get_perItemLength_22() const { return ___perItemLength_22; } inline float* get_address_of_perItemLength_22() { return &___perItemLength_22; } inline void set_perItemLength_22(float value) { ___perItemLength_22 = value; } inline static int32_t get_offset_of__timeCounter_23() { return static_cast(offsetof(DMListView_t512231514, ____timeCounter_23)); } inline float get__timeCounter_23() const { return ____timeCounter_23; } inline float* get_address_of__timeCounter_23() { return &____timeCounter_23; } inline void set__timeCounter_23(float value) { ____timeCounter_23 = value; } inline static int32_t get_offset_of_slowDownSpeed_24() { return static_cast(offsetof(DMListView_t512231514, ___slowDownSpeed_24)); } inline float get_slowDownSpeed_24() const { return ___slowDownSpeed_24; } inline float* get_address_of_slowDownSpeed_24() { return &___slowDownSpeed_24; } inline void set_slowDownSpeed_24(float value) { ___slowDownSpeed_24 = value; } inline static int32_t get_offset_of_speedUp_25() { return static_cast(offsetof(DMListView_t512231514, ___speedUp_25)); } inline float get_speedUp_25() const { return ___speedUp_25; } inline float* get_address_of_speedUp_25() { return &___speedUp_25; } inline void set_speedUp_25(float value) { ___speedUp_25 = value; } inline static int32_t get_offset_of_reboundSpeed_26() { return static_cast(offsetof(DMListView_t512231514, ___reboundSpeed_26)); } inline float get_reboundSpeed_26() const { return ___reboundSpeed_26; } inline float* get_address_of_reboundSpeed_26() { return &___reboundSpeed_26; } inline void set_reboundSpeed_26(float value) { ___reboundSpeed_26 = value; } inline static int32_t get_offset_of_reboundDistance_27() { return static_cast(offsetof(DMListView_t512231514, ___reboundDistance_27)); } inline float get_reboundDistance_27() const { return ___reboundDistance_27; } inline float* get_address_of_reboundDistance_27() { return &___reboundDistance_27; } inline void set_reboundDistance_27(float value) { ___reboundDistance_27 = value; } inline static int32_t get_offset_of_m_panel_29() { return static_cast(offsetof(DMListView_t512231514, ___m_panel_29)); } inline UIPanel_t1716472341 * get_m_panel_29() const { return ___m_panel_29; } inline UIPanel_t1716472341 ** get_address_of_m_panel_29() { return &___m_panel_29; } inline void set_m_panel_29(UIPanel_t1716472341 * value) { ___m_panel_29 = value; Il2CppCodeGenWriteBarrier((&___m_panel_29), value); } inline static int32_t get_offset_of_m_controler_30() { return static_cast(offsetof(DMListView_t512231514, ___m_controler_30)); } inline GameObject_t1113636619 * get_m_controler_30() const { return ___m_controler_30; } inline GameObject_t1113636619 ** get_address_of_m_controler_30() { return &___m_controler_30; } inline void set_m_controler_30(GameObject_t1113636619 * value) { ___m_controler_30 = value; Il2CppCodeGenWriteBarrier((&___m_controler_30), value); } inline static int32_t get_offset_of_m_fStep_31() { return static_cast(offsetof(DMListView_t512231514, ___m_fStep_31)); } inline float get_m_fStep_31() const { return ___m_fStep_31; } inline float* get_address_of_m_fStep_31() { return &___m_fStep_31; } inline void set_m_fStep_31(float value) { ___m_fStep_31 = value; } inline static int32_t get_offset_of_m_listChildren_32() { return static_cast(offsetof(DMListView_t512231514, ___m_listChildren_32)); } inline List_1_t777473367 * get_m_listChildren_32() const { return ___m_listChildren_32; } inline List_1_t777473367 ** get_address_of_m_listChildren_32() { return &___m_listChildren_32; } inline void set_m_listChildren_32(List_1_t777473367 * value) { ___m_listChildren_32 = value; Il2CppCodeGenWriteBarrier((&___m_listChildren_32), value); } inline static int32_t get_offset_of_m_fPosMin_33() { return static_cast(offsetof(DMListView_t512231514, ___m_fPosMin_33)); } inline float get_m_fPosMin_33() const { return ___m_fPosMin_33; } inline float* get_address_of_m_fPosMin_33() { return &___m_fPosMin_33; } inline void set_m_fPosMin_33(float value) { ___m_fPosMin_33 = value; } inline static int32_t get_offset_of_m_fPosMax_34() { return static_cast(offsetof(DMListView_t512231514, ___m_fPosMax_34)); } inline float get_m_fPosMax_34() const { return ___m_fPosMax_34; } inline float* get_address_of_m_fPosMax_34() { return &___m_fPosMax_34; } inline void set_m_fPosMax_34(float value) { ___m_fPosMax_34 = value; } inline static int32_t get_offset_of_m_nActiveIndex_35() { return static_cast(offsetof(DMListView_t512231514, ___m_nActiveIndex_35)); } inline int32_t get_m_nActiveIndex_35() const { return ___m_nActiveIndex_35; } inline int32_t* get_address_of_m_nActiveIndex_35() { return &___m_nActiveIndex_35; } inline void set_m_nActiveIndex_35(int32_t value) { ___m_nActiveIndex_35 = value; } inline static int32_t get_offset_of_m_bEnableDrag_36() { return static_cast(offsetof(DMListView_t512231514, ___m_bEnableDrag_36)); } inline bool get_m_bEnableDrag_36() const { return ___m_bEnableDrag_36; } inline bool* get_address_of_m_bEnableDrag_36() { return &___m_bEnableDrag_36; } inline void set_m_bEnableDrag_36(bool value) { ___m_bEnableDrag_36 = value; } inline static int32_t get_offset_of_m_bClkingInside_37() { return static_cast(offsetof(DMListView_t512231514, ___m_bClkingInside_37)); } inline bool get_m_bClkingInside_37() const { return ___m_bClkingInside_37; } inline bool* get_address_of_m_bClkingInside_37() { return &___m_bClkingInside_37; } inline void set_m_bClkingInside_37(bool value) { ___m_bClkingInside_37 = value; } inline static int32_t get_offset_of_m_MaxOffset_38() { return static_cast(offsetof(DMListView_t512231514, ___m_MaxOffset_38)); } inline Vector2_t2156229523 get_m_MaxOffset_38() const { return ___m_MaxOffset_38; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_38() { return &___m_MaxOffset_38; } inline void set_m_MaxOffset_38(Vector2_t2156229523 value) { ___m_MaxOffset_38 = value; } inline static int32_t get_offset_of_m_ClkPos_39() { return static_cast(offsetof(DMListView_t512231514, ___m_ClkPos_39)); } inline Vector2_t2156229523 get_m_ClkPos_39() const { return ___m_ClkPos_39; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_39() { return &___m_ClkPos_39; } inline void set_m_ClkPos_39(Vector2_t2156229523 value) { ___m_ClkPos_39 = value; } inline static int32_t get_offset_of_m_ClkedIndex_40() { return static_cast(offsetof(DMListView_t512231514, ___m_ClkedIndex_40)); } inline int32_t get_m_ClkedIndex_40() const { return ___m_ClkedIndex_40; } inline int32_t* get_address_of_m_ClkedIndex_40() { return &___m_ClkedIndex_40; } inline void set_m_ClkedIndex_40(int32_t value) { ___m_ClkedIndex_40 = value; } inline static int32_t get_offset_of_m_fMoveTimeLabor_41() { return static_cast(offsetof(DMListView_t512231514, ___m_fMoveTimeLabor_41)); } inline float get_m_fMoveTimeLabor_41() const { return ___m_fMoveTimeLabor_41; } inline float* get_address_of_m_fMoveTimeLabor_41() { return &___m_fMoveTimeLabor_41; } inline void set_m_fMoveTimeLabor_41(float value) { ___m_fMoveTimeLabor_41 = value; } inline static int32_t get_offset_of_m_fMoveSpeed_42() { return static_cast(offsetof(DMListView_t512231514, ___m_fMoveSpeed_42)); } inline float get_m_fMoveSpeed_42() const { return ___m_fMoveSpeed_42; } inline float* get_address_of_m_fMoveSpeed_42() { return &___m_fMoveSpeed_42; } inline void set_m_fMoveSpeed_42(float value) { ___m_fMoveSpeed_42 = value; } inline static int32_t get_offset_of_m_bTargetEnable_43() { return static_cast(offsetof(DMListView_t512231514, ___m_bTargetEnable_43)); } inline bool get_m_bTargetEnable_43() const { return ___m_bTargetEnable_43; } inline bool* get_address_of_m_bTargetEnable_43() { return &___m_bTargetEnable_43; } inline void set_m_bTargetEnable_43(bool value) { ___m_bTargetEnable_43 = value; } inline static int32_t get_offset_of_m_fTargetPos_44() { return static_cast(offsetof(DMListView_t512231514, ___m_fTargetPos_44)); } inline float get_m_fTargetPos_44() const { return ___m_fTargetPos_44; } inline float* get_address_of_m_fTargetPos_44() { return &___m_fTargetPos_44; } inline void set_m_fTargetPos_44(float value) { ___m_fTargetPos_44 = value; } inline static int32_t get_offset_of_m_ClikingRootPos_45() { return static_cast(offsetof(DMListView_t512231514, ___m_ClikingRootPos_45)); } inline float get_m_ClikingRootPos_45() const { return ___m_ClikingRootPos_45; } inline float* get_address_of_m_ClikingRootPos_45() { return &___m_ClikingRootPos_45; } inline void set_m_ClikingRootPos_45(float value) { ___m_ClikingRootPos_45 = value; } inline static int32_t get_offset_of_m_ownerCamera_46() { return static_cast(offsetof(DMListView_t512231514, ___m_ownerCamera_46)); } inline Camera_t4157153871 * get_m_ownerCamera_46() const { return ___m_ownerCamera_46; } inline Camera_t4157153871 ** get_address_of_m_ownerCamera_46() { return &___m_ownerCamera_46; } inline void set_m_ownerCamera_46(Camera_t4157153871 * value) { ___m_ownerCamera_46 = value; Il2CppCodeGenWriteBarrier((&___m_ownerCamera_46), value); } }; struct DMListView_t512231514_StaticFields { public: // DMListView DMListView::activeDMList DMListView_t512231514 * ___activeDMList_14; // System.Single DMListView::s_fScaleCached float ___s_fScaleCached_28; public: inline static int32_t get_offset_of_activeDMList_14() { return static_cast(offsetof(DMListView_t512231514_StaticFields, ___activeDMList_14)); } inline DMListView_t512231514 * get_activeDMList_14() const { return ___activeDMList_14; } inline DMListView_t512231514 ** get_address_of_activeDMList_14() { return &___activeDMList_14; } inline void set_activeDMList_14(DMListView_t512231514 * value) { ___activeDMList_14 = value; Il2CppCodeGenWriteBarrier((&___activeDMList_14), value); } inline static int32_t get_offset_of_s_fScaleCached_28() { return static_cast(offsetof(DMListView_t512231514_StaticFields, ___s_fScaleCached_28)); } inline float get_s_fScaleCached_28() const { return ___s_fScaleCached_28; } inline float* get_address_of_s_fScaleCached_28() { return &___s_fScaleCached_28; } inline void set_s_fScaleCached_28(float value) { ___s_fScaleCached_28 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEW_T512231514_H #ifndef UIEVENTLISTENER_T1665237878_H #define UIEVENTLISTENER_T1665237878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIEventListener struct UIEventListener_t1665237878 : public MonoBehaviour_t3962482529 { public: // System.Object UIEventListener::parameter RuntimeObject * ___parameter_2; // System.Action`1 UIEventListener::onSubmit Action_1_t1286104214 * ___onSubmit_3; // System.Action`1 UIEventListener::onClick Action_1_t1286104214 * ___onClick_4; // System.Action`1 UIEventListener::onDoubleClick Action_1_t1286104214 * ___onDoubleClick_5; // System.Action`2 UIEventListener::onHover Action_2_t4266817756 * ___onHover_6; // System.Action`2 UIEventListener::onPress Action_2_t4266817756 * ___onPress_7; // System.Action`2 UIEventListener::onSelect Action_2_t4266817756 * ___onSelect_8; // System.Action`2 UIEventListener::onScroll Action_2_t1271829269 * ___onScroll_9; // System.Action`2 UIEventListener::onDrag Action_2_t2030792018 * ___onDrag_10; // System.Action`2 UIEventListener::onDrop Action_2_t988199114 * ___onDrop_11; // System.Action`2 UIEventListener::onInput Action_2_t1722013184 * ___onInput_12; // System.Action`2 UIEventListener::onKey Action_2_t2473856772 * ___onKey_13; public: inline static int32_t get_offset_of_parameter_2() { return static_cast(offsetof(UIEventListener_t1665237878, ___parameter_2)); } inline RuntimeObject * get_parameter_2() const { return ___parameter_2; } inline RuntimeObject ** get_address_of_parameter_2() { return &___parameter_2; } inline void set_parameter_2(RuntimeObject * value) { ___parameter_2 = value; Il2CppCodeGenWriteBarrier((&___parameter_2), value); } inline static int32_t get_offset_of_onSubmit_3() { return static_cast(offsetof(UIEventListener_t1665237878, ___onSubmit_3)); } inline Action_1_t1286104214 * get_onSubmit_3() const { return ___onSubmit_3; } inline Action_1_t1286104214 ** get_address_of_onSubmit_3() { return &___onSubmit_3; } inline void set_onSubmit_3(Action_1_t1286104214 * value) { ___onSubmit_3 = value; Il2CppCodeGenWriteBarrier((&___onSubmit_3), value); } inline static int32_t get_offset_of_onClick_4() { return static_cast(offsetof(UIEventListener_t1665237878, ___onClick_4)); } inline Action_1_t1286104214 * get_onClick_4() const { return ___onClick_4; } inline Action_1_t1286104214 ** get_address_of_onClick_4() { return &___onClick_4; } inline void set_onClick_4(Action_1_t1286104214 * value) { ___onClick_4 = value; Il2CppCodeGenWriteBarrier((&___onClick_4), value); } inline static int32_t get_offset_of_onDoubleClick_5() { return static_cast(offsetof(UIEventListener_t1665237878, ___onDoubleClick_5)); } inline Action_1_t1286104214 * get_onDoubleClick_5() const { return ___onDoubleClick_5; } inline Action_1_t1286104214 ** get_address_of_onDoubleClick_5() { return &___onDoubleClick_5; } inline void set_onDoubleClick_5(Action_1_t1286104214 * value) { ___onDoubleClick_5 = value; Il2CppCodeGenWriteBarrier((&___onDoubleClick_5), value); } inline static int32_t get_offset_of_onHover_6() { return static_cast(offsetof(UIEventListener_t1665237878, ___onHover_6)); } inline Action_2_t4266817756 * get_onHover_6() const { return ___onHover_6; } inline Action_2_t4266817756 ** get_address_of_onHover_6() { return &___onHover_6; } inline void set_onHover_6(Action_2_t4266817756 * value) { ___onHover_6 = value; Il2CppCodeGenWriteBarrier((&___onHover_6), value); } inline static int32_t get_offset_of_onPress_7() { return static_cast(offsetof(UIEventListener_t1665237878, ___onPress_7)); } inline Action_2_t4266817756 * get_onPress_7() const { return ___onPress_7; } inline Action_2_t4266817756 ** get_address_of_onPress_7() { return &___onPress_7; } inline void set_onPress_7(Action_2_t4266817756 * value) { ___onPress_7 = value; Il2CppCodeGenWriteBarrier((&___onPress_7), value); } inline static int32_t get_offset_of_onSelect_8() { return static_cast(offsetof(UIEventListener_t1665237878, ___onSelect_8)); } inline Action_2_t4266817756 * get_onSelect_8() const { return ___onSelect_8; } inline Action_2_t4266817756 ** get_address_of_onSelect_8() { return &___onSelect_8; } inline void set_onSelect_8(Action_2_t4266817756 * value) { ___onSelect_8 = value; Il2CppCodeGenWriteBarrier((&___onSelect_8), value); } inline static int32_t get_offset_of_onScroll_9() { return static_cast(offsetof(UIEventListener_t1665237878, ___onScroll_9)); } inline Action_2_t1271829269 * get_onScroll_9() const { return ___onScroll_9; } inline Action_2_t1271829269 ** get_address_of_onScroll_9() { return &___onScroll_9; } inline void set_onScroll_9(Action_2_t1271829269 * value) { ___onScroll_9 = value; Il2CppCodeGenWriteBarrier((&___onScroll_9), value); } inline static int32_t get_offset_of_onDrag_10() { return static_cast(offsetof(UIEventListener_t1665237878, ___onDrag_10)); } inline Action_2_t2030792018 * get_onDrag_10() const { return ___onDrag_10; } inline Action_2_t2030792018 ** get_address_of_onDrag_10() { return &___onDrag_10; } inline void set_onDrag_10(Action_2_t2030792018 * value) { ___onDrag_10 = value; Il2CppCodeGenWriteBarrier((&___onDrag_10), value); } inline static int32_t get_offset_of_onDrop_11() { return static_cast(offsetof(UIEventListener_t1665237878, ___onDrop_11)); } inline Action_2_t988199114 * get_onDrop_11() const { return ___onDrop_11; } inline Action_2_t988199114 ** get_address_of_onDrop_11() { return &___onDrop_11; } inline void set_onDrop_11(Action_2_t988199114 * value) { ___onDrop_11 = value; Il2CppCodeGenWriteBarrier((&___onDrop_11), value); } inline static int32_t get_offset_of_onInput_12() { return static_cast(offsetof(UIEventListener_t1665237878, ___onInput_12)); } inline Action_2_t1722013184 * get_onInput_12() const { return ___onInput_12; } inline Action_2_t1722013184 ** get_address_of_onInput_12() { return &___onInput_12; } inline void set_onInput_12(Action_2_t1722013184 * value) { ___onInput_12 = value; Il2CppCodeGenWriteBarrier((&___onInput_12), value); } inline static int32_t get_offset_of_onKey_13() { return static_cast(offsetof(UIEventListener_t1665237878, ___onKey_13)); } inline Action_2_t2473856772 * get_onKey_13() const { return ___onKey_13; } inline Action_2_t2473856772 ** get_address_of_onKey_13() { return &___onKey_13; } inline void set_onKey_13(Action_2_t2473856772 * value) { ___onKey_13 = value; Il2CppCodeGenWriteBarrier((&___onKey_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIEVENTLISTENER_T1665237878_H #ifndef LOCALLINKEDEFFECT_T997770122_H #define LOCALLINKEDEFFECT_T997770122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LocalLinkedEffect struct LocalLinkedEffect_t997770122 : public MonoBehaviour_t3962482529 { public: // System.String LocalLinkedEffect::BoneName String_t* ___BoneName_2; // UnityEngine.Vector3 LocalLinkedEffect::BindPosOffset Vector3_t3722313464 ___BindPosOffset_3; // UnityEngine.Vector3 LocalLinkedEffect::BindRotation Vector3_t3722313464 ___BindRotation_4; // System.Boolean LocalLinkedEffect::EnableRotation bool ___EnableRotation_5; // System.Boolean LocalLinkedEffect::LockHigh bool ___LockHigh_6; // System.Boolean LocalLinkedEffect::m_bEnable0 bool ___m_bEnable0_7; // UnityEngine.Transform LocalLinkedEffect::m_RootBone Transform_t3600365921 * ___m_RootBone_8; public: inline static int32_t get_offset_of_BoneName_2() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BoneName_2)); } inline String_t* get_BoneName_2() const { return ___BoneName_2; } inline String_t** get_address_of_BoneName_2() { return &___BoneName_2; } inline void set_BoneName_2(String_t* value) { ___BoneName_2 = value; Il2CppCodeGenWriteBarrier((&___BoneName_2), value); } inline static int32_t get_offset_of_BindPosOffset_3() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BindPosOffset_3)); } inline Vector3_t3722313464 get_BindPosOffset_3() const { return ___BindPosOffset_3; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_3() { return &___BindPosOffset_3; } inline void set_BindPosOffset_3(Vector3_t3722313464 value) { ___BindPosOffset_3 = value; } inline static int32_t get_offset_of_BindRotation_4() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BindRotation_4)); } inline Vector3_t3722313464 get_BindRotation_4() const { return ___BindRotation_4; } inline Vector3_t3722313464 * get_address_of_BindRotation_4() { return &___BindRotation_4; } inline void set_BindRotation_4(Vector3_t3722313464 value) { ___BindRotation_4 = value; } inline static int32_t get_offset_of_EnableRotation_5() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___EnableRotation_5)); } inline bool get_EnableRotation_5() const { return ___EnableRotation_5; } inline bool* get_address_of_EnableRotation_5() { return &___EnableRotation_5; } inline void set_EnableRotation_5(bool value) { ___EnableRotation_5 = value; } inline static int32_t get_offset_of_LockHigh_6() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___LockHigh_6)); } inline bool get_LockHigh_6() const { return ___LockHigh_6; } inline bool* get_address_of_LockHigh_6() { return &___LockHigh_6; } inline void set_LockHigh_6(bool value) { ___LockHigh_6 = value; } inline static int32_t get_offset_of_m_bEnable0_7() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___m_bEnable0_7)); } inline bool get_m_bEnable0_7() const { return ___m_bEnable0_7; } inline bool* get_address_of_m_bEnable0_7() { return &___m_bEnable0_7; } inline void set_m_bEnable0_7(bool value) { ___m_bEnable0_7 = value; } inline static int32_t get_offset_of_m_RootBone_8() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___m_RootBone_8)); } inline Transform_t3600365921 * get_m_RootBone_8() const { return ___m_RootBone_8; } inline Transform_t3600365921 ** get_address_of_m_RootBone_8() { return &___m_RootBone_8; } inline void set_m_RootBone_8(Transform_t3600365921 * value) { ___m_RootBone_8 = value; Il2CppCodeGenWriteBarrier((&___m_RootBone_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALLINKEDEFFECT_T997770122_H // LocalLinkedEffect[] struct LocalLinkedEffectU5BU5D_t1490066191 : public RuntimeArray { public: ALIGN_FIELD (8) LocalLinkedEffect_t997770122 * m_Items[1]; public: inline LocalLinkedEffect_t997770122 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LocalLinkedEffect_t997770122 ** 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, LocalLinkedEffect_t997770122 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline LocalLinkedEffect_t997770122 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LocalLinkedEffect_t997770122 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LocalLinkedEffect_t997770122 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // BoneLinkBone[] struct BoneLinkBoneU5BU5D_t2682923361 : public RuntimeArray { public: ALIGN_FIELD (8) BoneLinkBone_t3083848224 * m_Items[1]; public: inline BoneLinkBone_t3083848224 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BoneLinkBone_t3083848224 ** 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, BoneLinkBone_t3083848224 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline BoneLinkBone_t3083848224 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BoneLinkBone_t3083848224 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BoneLinkBone_t3083848224 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628 : public RuntimeArray { public: ALIGN_FIELD (8) Transform_t3600365921 * m_Items[1]; public: inline Transform_t3600365921 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_t3600365921 ** 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, Transform_t3600365921 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Transform_t3600365921 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_t3600365921 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_t3600365921 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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); } }; // DMCore.Framework.Scene.CVehicleRoleAnimName[] struct CVehicleRoleAnimNameU5BU5D_t2303117652 : public RuntimeArray { public: ALIGN_FIELD (8) CVehicleRoleAnimName_t758558953 * m_Items[1]; public: inline CVehicleRoleAnimName_t758558953 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CVehicleRoleAnimName_t758558953 ** 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, CVehicleRoleAnimName_t758558953 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CVehicleRoleAnimName_t758558953 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CVehicleRoleAnimName_t758558953 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CVehicleRoleAnimName_t758558953 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // 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); } }; // 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; } }; // 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); } }; // UnityEngine.Animation[] struct AnimationU5BU5D_t4027794176 : public RuntimeArray { public: ALIGN_FIELD (8) Animation_t3648466861 * m_Items[1]; public: inline Animation_t3648466861 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Animation_t3648466861 ** 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, Animation_t3648466861 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Animation_t3648466861 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Animation_t3648466861 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Animation_t3648466861 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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; } }; // 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.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2269680114_gshared (List_1_t128053199 * __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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m888956288_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_m186164705_gshared (List_1_t128053199 * __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_m3411363121_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m679968318_gshared (List_1_t913674750 * __this, int64_t p0, 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); // 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.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.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m212974362_gshared (Dictionary_2_t1968819495 * __this, 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.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2696058023_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m4193450060_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); // 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); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, 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.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); // !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.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); // 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 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::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m1416767016_gshared (List_1_t257213610 * __this, RuntimeObject * p0, 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.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3327106492_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1906904972_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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, 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); // !!0 UnityEngine.Object::Instantiate(!!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m3060171005_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // 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_m1308288322_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); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1537761784_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::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m973870487_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3923002270 Dictionary_2_GetEnumerator_m1087370259_gshared (Dictionary_2_t1968819495 * __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); // !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.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.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.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.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); // 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.Collections.Generic.List`1::set_Item(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_set_Item_m1979164443_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, 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.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m4106380963_gshared (Action_2_t3782157935 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m447432598_gshared (Action_2_t1546132197 * __this, RuntimeObject * p0, intptr_t p1, 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.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_m183483489_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_m1170170947_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); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1399450161_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 System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* 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.Void DMCore.Logic.CItemManager::GetSubModelInfo(System.Int32,System.Int32&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CItemManager_GetSubModelInfo_m903145472 (RuntimeObject * __this /* static, unused */, int32_t ___nSubModelId0, int32_t* ___nModelSex1, int32_t* ___nSubCategory2, int32_t* ___nSubModelIndex3, 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 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetConfigPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CRoleModelItem_SuitConfig_GetConfigPath_m3204209267 (RuntimeObject * __this /* static, unused */, int32_t ___suitID0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, 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.Resource.OnResourceResult::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnResourceResult__ctor_m2889225573 (OnResourceResult_t3899022047 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2269680114(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_Clear_m2269680114_gshared)(__this, method) // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, 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.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 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.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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m888956288(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m888956288_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m186164705(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m186164705_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1550042471(__this, method) (( void (*) (Dictionary_2_t2800928763 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1256123226(__this, method) (( void (*) (Dictionary_2_t4097355377 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfigManager__ctor_m2255259749 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1035338584(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2800928763 *, int32_t, CRoleModelItem_SuitConfig_t3912215432 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // DMCore.Framework.Scene.CRoleModelItem_SuitConfig DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetConfigPtr(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfig_t3912215432 * CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfig::Check() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfig_Check_m1498089877 (CRoleModelItem_SuitConfig_t3912215432 * __this, 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.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::OnResEndCallBack(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfigManager_OnResEndCallBack_m2755912453 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, int64_t ___userID1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m786557511(__this, p0, p1, method) (( bool (*) (Dictionary_2_t4097355377 *, int32_t, List_1_t913674750 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m679968318(__this, p0, method) (( bool (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))List_1_Contains_m679968318_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) // 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 System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m534577284(__this, p0, p1, method) (( void (*) (Dictionary_2_t4097355377 *, int32_t, List_1_t913674750 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m728796249(__this, method) (( void (*) (Dictionary_2_t4097355377 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m636579767(__this, method) (( void (*) (Dictionary_2_t2800928763 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfig::OnResEnd(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfig_OnResEnd_m522746073 (CRoleModelItem_SuitConfig_t3912215432 * __this, Object_t631007953 * ___obj0, const RuntimeMethod* 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 System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2696058023(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1_Clear_m2696058023_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2>::Remove(!0) #define Dictionary_2_Remove_m2263351017(__this, p0, method) (( bool (*) (Dictionary_2_t4097355377 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m4193450060_gshared)(__this, p0, method) // DMCore.Framework.Scene.CSceneService DMCore.IHelp::GetSceneManager() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * IHelp_GetSceneManager_m309394095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService::FindRoleByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CSceneService_FindRoleByUserID_m4171044813 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::OnSuitCfgDone(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnSuitCfgDone_m124213208 (ISceneRole_t2394225724 * __this, int32_t ___suit0, const RuntimeMethod* method); // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopMainManager_t420038521 * MagicWorkShopMainManager_GetInstance_m2608188513 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::SetCurrentClothConfigId(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_SetCurrentClothConfigId_m1611996766 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfig::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfig__ctor_m3461178108 (CRoleModelItem_SuitConfig_t3912215432 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m660775876(__this, p0, p1, method) (( void (*) (Dictionary_2_t2800928763 *, int32_t, CRoleModelItem_SuitConfig_t3912215432 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Scene.CVehicleRoleAnimName::IsResourceReady() extern "C" IL2CPP_METHOD_ATTR bool CVehicleRoleAnimName_IsResourceReady_m840680110 (CVehicleRoleAnimName_t758558953 * __this, 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.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::GetCoordinatePlayName(DMCore.Framework.Scene.CVehicleRoleAnimName) extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_GetCoordinatePlayName_m781623229 (CVehicleRoleAnimName_t758558953 * __this, CVehicleRoleAnimName_t758558953 * ___owner0, 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); // 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); // 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.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); // 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.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.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); // 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); // System.Void DMCore.Framework.Scene.CVehicleRoleAnimName::.ctor(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName__ctor_m989105362 (CVehicleRoleAnimName_t758558953 * __this, DMXmlNode_t3958967524 * ___nodeItem0, 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.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m388886731(__this, method) (( void (*) (Dictionary_2_t2376990407 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_VehicleCfgManager__ctor_m2740800301 (CRoleModelItem_VehicleCfgManager_t2872767124 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2652301889(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2376990407 *, int32_t, CRoleModelItem_VehicleCfg_t3488277076 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::IsCfgReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_VehicleCfg_IsCfgReady_m2200744689 (CRoleModelItem_VehicleCfg_t3488277076 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_VehicleCfg__ctor_m3905847791 (CRoleModelItem_VehicleCfg_t3488277076 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m4002179210(__this, p0, p1, method) (( void (*) (Dictionary_2_t2376990407 *, int32_t, CRoleModelItem_VehicleCfg_t3488277076 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, 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_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_Sex_m3718099394 (AvatarInfo_t571832948 * __this, 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); // 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.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); // DMCore.Framework.Resource.IResourceManager DMCore.IHelp::GetResManager() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IHelp_GetResManager_m1508557610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2146372387(__this, p0, method) (( CRoleModelItem_VehicleCfg_t3488277076 * (*) (Dictionary_2_t2376990407 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::OnDeserial(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_VehicleCfg_OnDeserial_m61699312 (CRoleModelItem_VehicleCfg_t3488277076 * __this, Object_t631007953 * ___cfgVal0, 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.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.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); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.enumVehicleState DMCore.Framework.Scene.CRoleVehicleLogic::GetRoleVehicleState(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR int32_t CRoleVehicleLogic_GetRoleVehicleState_m4165015535 (RuntimeObject * __this /* static, unused */, ISceneBaseObj_t858622483 * ___role0, const RuntimeMethod* method); // DMCore.CMsgManager DMCore.CMsgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgManager_t455955613 * CMsgManager_GetInstance_m3446755799 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHintUseTextHelp(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHintUseTextHelp_m3781284520 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, 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); // 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.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::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, 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.Void DMCore.Framework.Scene.CRoleVehicleLogic::SendRespondInvite(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic_SendRespondInvite_m2503623065 (RuntimeObject * __this /* static, unused */, int64_t ___ownerID0, bool ___bAgree1, const RuntimeMethod* method); // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextHelp_t3119637808 * CTextHelp_GetInstance_m3392996374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m372251958 (CTextHelp_t3119637808 * __this, String_t* ___val0, 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); // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogWarning(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogWarning_m2983284794 (CLogHelp_t779629444 * __this, String_t* ___message0, const RuntimeMethod* method); // DMCore.CMsgBoxControl DMCore.CMsgBoxControl::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgBoxControl_t806533544 * CMsgBoxControl_GetInstance_m4085806233 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.OnMsgBoxClkCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack__ctor_m2163616605 (OnMsgBoxClkCallBack_t3229751541 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::Push(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack,DMCore.CDataArray,DMCore.enumMsgBoxCustomKey,System.Single) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_Push_m4209073482 (CMsgBoxControl_t806533544 * __this, int32_t ___type0, String_t* ___text1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, CDataArray_t4068198041 * ___userData3, int32_t ___customKey4, float ___fTimeLimit5, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, 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 DMCore.Framework.Scene.ISceneBaseObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj__ctor_m4120917529 (ISceneBaseObj_t858622483 * __this, 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); // System.Boolean DMCore.Framework.Scene.CSceneModelObj::LoadingScene(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CSceneModelObj_LoadingScene_m302177712 (CSceneModelObj_t2681526009 * __this, int32_t ___nSceneID0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneBaseObj::GetPrefabPath() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetPrefabPath_m2476546827 (ISceneBaseObj_t858622483 * __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); // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResourceAdapter_t3687212940 * CResourceAdapter_GetInstance_m3328036836 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfUsePkgSystem() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfUsePkgSystem_m1147199107 (CResourceAdapter_t3687212940 * __this, 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.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.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.Int32 DMCore.CDataInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataInt_get_Data_m877434185 (CDataInt_t1932658480 * __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::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SubmitToScene_m799218937 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::FitDynamicModel(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_FitDynamicModel_m1490454006 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___goVal0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m1279813597 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, bool ___bAsync1, 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.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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(__this, method) (( AudioSource_t3935305588 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_clip_m31653938 (AudioSource_t3935305588 * __this, AudioClip_t3680889665 * p0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_playOnAwake(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_playOnAwake_m1824967994 (AudioSource_t3935305588 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.AudioClip UnityEngine.AudioSource::get_clip() extern "C" IL2CPP_METHOD_ATTR AudioClip_t3680889665 * AudioSource_get_clip_m1234340632 (AudioSource_t3935305588 * __this, 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.Misc.CLogHelp::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_Log_m386290467 (CLogHelp_t779629444 * __this, String_t* ___message0, 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); // DMCore.Logic.DanceSceneManager DMCore.Logic.DanceSceneManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR DanceSceneManager_t2271493662 * DanceSceneManager_GetInstance_m2797443555 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.DanceSceneManager::get_ModifyDirectory() extern "C" IL2CPP_METHOD_ATTR String_t* DanceSceneManager_get_ModifyDirectory_m3160050687 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, 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.Boolean DMCore.Framework.Misc.CAppOSHelp::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsHighQuality_m3319450917 (RuntimeObject * __this /* static, unused */, 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 DMCore.Framework.Scene.CSceneModelObj::GetSceneModelPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CSceneModelObj_GetSceneModelPath_m1819352666 (RuntimeObject * __this /* static, unused */, int32_t ___nSceneID0, 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 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); // System.Void DMCore.ILogicBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ILogicBase__ctor_m2199354544 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4281055953(__this, method) (( void (*) (List_1_t2330697225 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3872670482(__this, method) (( void (*) (List_1_t589903178 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2555822532(__this, method) (( void (*) (List_1_t1151801416 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::AddChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_AddChild_m4104591912 (ILogicBase_t2190831891 * __this, ILogicBase_t2190831891 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m4164325991 (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService/c__Iterator1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetRoleEnumeratorU3Ec__Iterator1__ctor_m2080943643 (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, 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); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.DanceSceneManager::CheckWaittingSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_CheckWaittingSceneID_m1141461945 (DanceSceneManager_t2271493662 * __this, int32_t ___sceneID0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Framework.Scene.CSceneService::GetSceneUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CSceneService_GetSceneUserProperty_m852781331 (CSceneService_t551449725 * __this, 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.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); // System.Void DMCore.Framework.Scene.CSceneService::DestroyNpc() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyNpc_m2384329419 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1301629823(__this, method) (( int32_t (*) (List_1_t2330697225 *, 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_m442347136(__this, p0, method) (( ISceneBaseObj_t858622483 * (*) (List_1_t2330697225 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneModelObj DMCore.Framework.Scene.CSceneService::GetSceneObj() extern "C" IL2CPP_METHOD_ATTR CSceneModelObj_t2681526009 * CSceneService_GetSceneObj_m85658510 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CImageHelp::Flush() extern "C" IL2CPP_METHOD_ATTR void CImageHelp_Flush_m1359160727 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::FindGameObj(System.String) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_FindGameObj_m1604481576 (CSceneService_t551449725 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CMainRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMainRole__ctor_m1450063579 (CMainRole_t4200562839 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneModelObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj__ctor_m908031089 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1566169173(__this, p0, method) (( void (*) (List_1_t2330697225 *, ISceneBaseObj_t858622483 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, 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.CScenePropModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CScenePropModel__ctor_m191107269 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4065112026(__this, p0, method) (( void (*) (List_1_t589903178 *, CScenePropModel_t3412795732 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, 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 System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2999598068(__this, p0, method) (( void (*) (List_1_t1151801416 *, ISceneNpcBase_t3974693970 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Framework.Misc.CLogHelp::LogAuto(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogAuto_m2403746865 (CLogHelp_t779629444 * __this, String_t* ___strLog0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::LoadMainRole() extern "C" IL2CPP_METHOD_ATTR void CSceneService_LoadMainRole_m2366359719 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::LoadScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_LoadScene_m2415639068 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetSceneBaseObjU3Ec__AnonStorey2__ctor_m3375340077 (U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2615548371(__this, p0, p1, method) (( void (*) (Predicate_1_t1683916607 *, 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_m2006048491(__this, p0, method) (( ISceneBaseObj_t858622483 * (*) (List_1_t2330697225 *, Predicate_1_t1683916607 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1181677812(__this, p0, p1, method) (( void (*) (Predicate_1_t4238089856 *, 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_m745184328(__this, p0, method) (( CScenePropModel_t3412795732 * (*) (List_1_t589903178 *, Predicate_1_t4238089856 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m868389319(__this, p0, p1, method) (( void (*) (Predicate_1_t505020798 *, 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_m2686171262(__this, p0, method) (( ISceneNpcBase_t3974693970 * (*) (List_1_t1151801416 *, Predicate_1_t505020798 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3630365583(__this, p0, method) (( ISceneNpcBase_t3974693970 * (*) (List_1_t1151801416 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.ISceneNpcBase::set_IsSubmitAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_set_IsSubmitAlready_m475230837 (ISceneNpcBase_t3974693970 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m375102503(__this, method) (( int32_t (*) (List_1_t1151801416 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1263104573(__this, p0, method) (( CScenePropModel_t3412795732 * (*) (List_1_t589903178 *, 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_m2098715086(__this, method) (( int32_t (*) (List_1_t589903178 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.String DMCore.Framework.Scene.ISceneBaseObj::GetName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetName_m925236876 (ISceneBaseObj_t858622483 * __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); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::FindSceneOtherObj(System.String) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_FindSceneOtherObj_m3685607234 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method); // DMCore.Framework.Scene.CScenePropModel DMCore.Framework.Scene.CSceneService::FindPropItemByName(System.String) extern "C" IL2CPP_METHOD_ATTR CScenePropModel_t3412795732 * CSceneService_FindPropItemByName_m2401906474 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CScenePropModel::GetClientIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CScenePropModel_GetClientIndex_m91668001 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CScenePropModel::GetPropID() extern "C" IL2CPP_METHOD_ATTR int32_t CScenePropModel_GetPropID_m1766367195 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetSceneBaseObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetSceneBaseObj_m1922388889 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m1156949756(__this, p0, method) (( void (*) (List_1_t2330697225 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, 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); // 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); // 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); // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyNpcObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyNpcObj_m4182923727 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m3532569404(__this, p0, method) (( void (*) (List_1_t589903178 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m481640087(__this, p0, method) (( bool (*) (List_1_t1151801416 *, ISceneNpcBase_t3974693970 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::FindGameObj(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_FindGameObj_m3328962034 (CSceneService_t551449725 * __this, GameObject_t1113636619 * ___obj0, 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.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2740056926(__this, method) (( void (*) (List_1_t2330697225 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3574113261(__this, method) (( void (*) (List_1_t589903178 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3208135515(__this, method) (( void (*) (List_1_t1151801416 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CSceneService::DestroyRoles() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyRoles_m2240441188 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::DestroyPropItems() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyPropItems_m930065990 (CSceneService_t551449725 * __this, 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.Void DMCore.CDataProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Clear_m1542459772 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::DestroyScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyScene_m761940867 (CSceneService_t551449725 * __this, 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 (CSceneService_t551449725 * __this, String_t* ___strName0, int32_t ___type1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CSceneService::FindRoleObjIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_FindRoleObjIndex_m2094350943 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CSceneService::FindPropItemIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_FindPropItemIndex_m25841394 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method); // 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); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3361324987(__this, method) (( void (*) (Dictionary_2_t3959314207 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CSkeletonLinkManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSkeletonLinkManager__ctor_m127234771 (CSkeletonLinkManager_t2292179394 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2075264053(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3959314207 *, int32_t, stSkeletonInfo_t775633580 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_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.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2658242930(__this, p0, p1, method) (( void (*) (Dictionary_2_t3959314207 *, int32_t, stSkeletonInfo_t775633580 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CSkeletonLinkManager/stSkeletonInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stSkeletonInfo__ctor_m2597891099 (stSkeletonInfo_t775633580 * __this, 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); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3518467605(__this, method) (( void (*) (List_1_t3891467532 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, 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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1382146713(__this, p0, method) (( CSwingBone_t2419392790 * (*) (List_1_t3891467532 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CSwingBone::set_Drag(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_set_Drag_m1289112740 (CSwingBone_t2419392790 * __this, float ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m605179699(__this, method) (( int32_t (*) (List_1_t3891467532 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CSwingBone::set_AngelDrag(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_set_AngelDrag_m3989131750 (CSwingBone_t2419392790 * __this, float ___value0, 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::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* 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.Void DMCore.Framework.Scene.CSwingBone::BuildSwingBone(System.Collections.Generic.List`1,UnityEngine.Transform,UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_BuildSwingBone_m339631762 (RuntimeObject * __this /* static, unused */, List_1_t3891467532 * ___outr0, Transform_t3600365921 * ___root1, Transform_t3600365921 * ___logic2, float ___dragVal3, float ___angelDragVal4, bool ___containChildren5, 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); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m1026899485(__this, method) (( void (*) (BetterList_1_t2755386239 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // System.Void DMCore.Framework.Misc.CMiscHelp::FindFromChildren(BetterList`1,UnityEngine.Transform,System.String,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_FindFromChildren_m2139234413 (RuntimeObject * __this /* static, unused */, BetterList_1_t2755386239 * ___outr0, Transform_t3600365921 * ___transRoot1, String_t* ___goName2, Transform_t3600365921 * ___except3, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSwingBone::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSwingBone__ctor_m2473404392 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m2248580485(__this, p0, method) (( Transform_t3600365921 * (*) (BetterList_1_t2755386239 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CSwingBone::OnInit(UnityEngine.Transform,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_OnInit_m3281322057 (CSwingBone_t2419392790 * __this, Transform_t3600365921 * ___bindTransform0, bool ___affectChild1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3104460585(__this, p0, method) (( void (*) (List_1_t3891467532 *, CSwingBone_t2419392790 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m921421815(__this, method) (( void (*) (List_1_t3891467532 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Single DMCore.Framework.Scene.CSwingBone::get_Drag() extern "C" IL2CPP_METHOD_ATTR float CSwingBone_get_Drag_m3372779835 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Scene.CSwingBone::get_AngelDrag() extern "C" IL2CPP_METHOD_ATTR float CSwingBone_get_AngelDrag_m1143998461 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Quaternion::op_Inequality(UnityEngine.Quaternion,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR bool Quaternion_op_Inequality_m1948345154 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, 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.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp01_m56433566 (RuntimeObject * __this /* static, unused */, float p0, 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 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.Boolean UnityEngine.Vector3::op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_m315980366 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, 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); // 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); // UnityEngine.Quaternion UnityEngine.Quaternion::FromToRotation(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_FromToRotation_m3769621427 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_op_Multiply_m1294064023 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSwingBone::UpdateBone() extern "C" IL2CPP_METHOD_ATTR void CSwingBone_UpdateBone_m1889712327 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m1957795308(__this, method) (( void (*) (BetterList_1_t2755386239 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, 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.Void DMCore.Framework.Scene.CVehicleRoleAnimName::set_AnimNameIdle(System.String) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName_set_AnimNameIdle_m2655967198 (CVehicleRoleAnimName_t758558953 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CVehicleRoleAnimName::set_AnimNameWalk(System.String) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName_set_AnimNameWalk_m4230059905 (CVehicleRoleAnimName_t758558953 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CVehicleRoleAnimName::PushPlayAnimName(System.String) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName_PushPlayAnimName_m1788548181 (CVehicleRoleAnimName_t758558953 * __this, String_t* ___animName0, 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) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3729392029(__this, p0, method) (( String_t* (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 UnityEngine.Time::get_frameCount() extern "C" IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m1220035214 (RuntimeObject * __this /* static, unused */, 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.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.CAnimManager::CheckAnimReady(System.String) extern "C" IL2CPP_METHOD_ATTR bool CAnimManager_CheckAnimReady_m3203671911 (RuntimeObject * __this /* static, unused */, String_t* ___name0, 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); // 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.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) // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3526297712(__this, method) (( void (*) (List_1_t2585711361 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m740911703(__this, method) (( void (*) (List_1_t2585711361 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, 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); // 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::SetActiveGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractionRange_SetActiveGroup_m2780592628 (CInteractionRange_t868014233 * __this, int32_t ___clkedGroup0, const RuntimeMethod* method); // UnityEngine.Camera DMCore.IHelp::Get3DSceneCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_Get3DSceneCamera_m2443356533 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeSinceLevelLoad() extern "C" IL2CPP_METHOD_ATTR float Time_get_timeSinceLevelLoad_m2224611026 (RuntimeObject * __this /* static, unused */, 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 DMCore.Framework.Scene.CWalkCamera::OnTickFollowCamera(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR bool CWalkCamera_OnTickFollowCamera_m1557865767 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ___camera3D0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::OnFlushCameraTrans(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_OnFlushCameraTrans_m3434207043 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ____3dCamera0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m4222374550(__this, p0, method) (( bool (*) (List_1_t2585711361 *, GameObject_t1113636619 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m989991498(__this, p0, method) (( void (*) (List_1_t2585711361 *, GameObject_t1113636619 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CWalkCamera::FlushFollowCamera() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_FlushFollowCamera_m20976819 (CWalkCamera_t1176337330 * __this, 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.CWalkCamera::GetTargetRoleCameraForward(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CWalkCamera_GetTargetRoleCameraForward_m2745293210 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ___cameraVal0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_LookRotation_m4040767668 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Quaternion_get_eulerAngles_m3425202016 (Quaternion_t2301928331 * __this, 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.Void DMCore.Framework.Scene.CWalkCamera::OnTickClk(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_OnTickClk_m2114590345 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ___camera3D0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CWalkCamera::OnTickRotate(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR bool CWalkCamera_OnTickRotate_m1828673234 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ____3dCamera0, 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); // System.Void DMCore.Framework.Scene.CWalkCamera::SendMsg_StopInteraction(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SendMsg_StopInteraction_m3792036855 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::SendMsg_Move(UnityEngine.Vector3,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SendMsg_Move_m786141635 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___targetPos0, int64_t ___selectOne1, 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); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CInputHelp::Clicked(System.Single,UnityEngine.Vector2&) extern "C" IL2CPP_METHOD_ATTR bool CInputHelp_Clicked_m1872365816 (RuntimeObject * __this /* static, unused */, float ___offsetMax0, Vector2_t2156229523 * ___result1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CInteractionRange::GetActiveGroup() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionRange_GetActiveGroup_m3787580463 (CInteractionRange_t868014233 * __this, 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.Camera::get_nearClipPlane() extern "C" IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m837839537 (Camera_t4157153871 * __this, const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Ray_t3785851493 Camera_ScreenPointToRay_m3764635188 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkManager::set_walkType(DMCore.Framework.Scene.enumWalkType) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_set_walkType_m1425593646 (CWalkManager_t3228361237 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CInteractionRange::Intersect(UnityEngine.Ray,UnityEngine.Vector3&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionRange_Intersect_m3246814950 (CInteractionRange_t868014233 * __this, Ray_t3785851493 ___rayVal0, Vector3_t3722313464 * ___result1, int32_t* ___clkGroup2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent__ctor_m175746072 (CInteractionEvent_t1132726501 * __this, 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); // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneBaseObj_GetPosition_m3414577191 (ISceneBaseObj_t858622483 * __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); // 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.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); // !!0 UnityEngine.Object::Instantiate(!!0) #define Object_Instantiate_TisGameObject_t1113636619_m587845175(__this /* static, unused */, p0, method) (( GameObject_t1113636619 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m3060171005_gshared)(__this /* static, unused */, p0, 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 UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, 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); // System.Void DMCore.Framework.Scene.CWalkCamera::SendMsg_Move(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SendMsg_Move_m2980338678 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::GetWalkSwimmingRange() extern "C" IL2CPP_METHOD_ATTR CWalkRange_t2357921041 * CWalkManager_GetWalkSwimmingRange_m1272755093 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionStopEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionStopEvent__ctor_m171431524 (CInteractionStopEvent_t2995538871 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Normalize_m2941713846 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_forward_m3100859705 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkMoveEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkMoveEvent__ctor_m330280742 (CWalkMoveEvent_t1408489497 * __this, 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.Int32 DMCore.Framework.Misc.CInputHelp::GetMousePosition(UnityEngine.Vector2&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CInputHelp_GetMousePosition_m688131222 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 * ___result0, int32_t* ___isFirst1, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::Set(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2_Set_m3780194483 (Vector2_t2156229523 * __this, float p0, float p1, 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); // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::ClamRotation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CWalkCamera_ClamRotation_m2416423176 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___eulerAngle0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::Normalize() extern "C" IL2CPP_METHOD_ATTR void Vector3_Normalize_m914904454 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m1803555822 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Quaternion_op_Multiply_m2607404835 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 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::Slerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Slerp_m802114822 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, float p2, 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); // 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.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.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (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.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Vector3_Distance_m886789632 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Single DMCore.Framework.Scene.CWalkEvent::GetMoveSpeedInv() extern "C" IL2CPP_METHOD_ATTR float CWalkEvent_GetMoveSpeedInv_m2314675202 (RuntimeObject * __this /* static, unused */, 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.Boolean DMCore.Framework.Scene.ISceneRole::IfModelItemEnable(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IfModelItemEnable_m2179668944 (ISceneRole_t2394225724 * __this, int32_t ___category0, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneRole::GetModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneRole_GetModelItem_m2229619929 (ISceneRole_t2394225724 * __this, int32_t ___nCategory0, 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); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetFullItemID() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetFullItemID_m3835475041 (CRoleModelItem_t1608531946 * __this, 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); // UnityEngine.AnimationClip DMCore.CAnimManager::GetAnimClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CAnimManager_GetAnimClip_m1783282542 (RuntimeObject * __this /* static, unused */, String_t* ___name0, 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.Void DMCore.ILogicBase::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Update_m3853008051 (ILogicBase_t2190831891 * __this, float ___fTimeDelta0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetRoleObj(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetRoleObj_m3880305570 (CSceneService_t551449725 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::IfExistWing() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IfExistWing_m1733079553 (ISceneRole_t2394225724 * __this, 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::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::.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); // System.Void DMCore.Framework.Scene.CWalkCamera::Clear() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_Clear_m1189001900 (CWalkCamera_t1176337330 * __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); // System.Void DMCore.Framework.Scene.CWalkRange::Clear() extern "C" IL2CPP_METHOD_ATTR void CWalkRange_Clear_m2162142570 (CWalkRange_t2357921041 * __this, 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); // 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.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); // 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); // System.Boolean DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_ToInt_m2884988184 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t* ___nResult1, 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_m1308288322_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.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) // System.Void DMCore.Framework.Scene.CWalkManager::ProcessFollowTarget() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_ProcessFollowTarget_m1935230792 (CWalkManager_t3228361237 * __this, 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 DMCore.Framework.Scene.CWalkEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent__ctor_m2524678992 (CWalkEvent_t1212470810 * __this, 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.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); // DMCore.Logic.CRecreationManager DMCore.Logic.CRecreationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRecreationManager_t3180859335 * CRecreationManager_GetInstance_m1458318159 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CRecreationManager::PlayerOnClick(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CRecreationManager_PlayerOnClick_m1263801377 (CRecreationManager_t3180859335 * __this, int64_t ___userid0, 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 uiWaitingRoom::OnShowMenu(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void uiWaitingRoom_OnShowMenu_m105028098 (RuntimeObject * __this /* static, unused */, ISceneBaseObj_t858622483 * ___role_obj0, 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::OnTickMove(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnTickMove_m2897709827 (CWalkEvent_t1212470810 * __this, ISceneBaseObj_t858622483 * ___role0, 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.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); // 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.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 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.CRoleEffectManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager__ctor_m1263625120 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::SetRole(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_SetRole_m2121440697 (CRoleEffectManager_t3637256918 * __this, ISceneBaseObj_t858622483 * ___role0, const RuntimeMethod* 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_m1537761784_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_m1537761784_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); // 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::StopSpecifiesTypeEffect(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_StopSpecifiesTypeEffect_m1064944034 (CRoleEffectManager_t3637256918 * __this, int32_t ____type0, 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.Void DMCore.Framework.Resource.IResourceManager::PushProtecedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResourceManager_PushProtecedRes_m1596221893 (IResourceManager_t3165642952 * __this, String_t* ___resName0, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::NameToLayer(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t LayerMask_NameToLayer_m2359665122 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() #define Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054(__this, method) (( TransformU5BU5D_t807237628* (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared)(__this, method) // System.Void UnityEngine.GameObject::set_layer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GameObject_set_layer_m3294992795 (GameObject_t1113636619 * __this, int32_t p0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisAnimation_t3648466861_m3712790796(__this, method) (( AnimationU5BU5D_t4027794176* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // System.Boolean UnityEngine.Animation::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool Animation_get_isPlaying_m1022540967 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Animation::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Animation_GetEnumerator_m1233868201 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AnimationState::set_time(System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_set_time_m3753967308 (AnimationState_t1108360407 * __this, float p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::Play() extern "C" IL2CPP_METHOD_ATTR bool Animation_Play_m2798573761 (Animation_t3648466861 * __this, 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); // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::GetAnimSite() extern "C" IL2CPP_METHOD_ATTR CAnimSite_t233742424 * ISceneBaseObj_GetAnimSite_m1357014666 (ISceneBaseObj_t858622483 * __this, 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); // CSkeletonSite DMCore.Framework.Scene.ISceneBaseObj::GetSkeletonSite() extern "C" IL2CPP_METHOD_ATTR CSkeletonSite_t1178137573 * ISceneBaseObj_GetSkeletonSite_m251848588 (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); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetActiveCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetActiveCamera_m490033116 (ICameraBase_t3615533728 * __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); // 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.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.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.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.ILogicBase::Tell() extern "C" IL2CPP_METHOD_ATTR float ILogicBase_Tell_m124438213 (ILogicBase_t2190831891 * __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 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); // 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.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, 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); // UnityEngine.Vector3 DMCore.Camera.ICameraBase::GetLookDirection() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ICameraBase_GetLookDirection_m3798680715 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_UnaryNegation_m1951478815 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_right() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_right_m2535262102 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_right() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_right_m1913784872 (RuntimeObject * __this /* static, unused */, 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.Transform::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_up_m3972993886 (Transform_t3600365921 * __this, 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 CAnimSite::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_OnLateUpdate_m2851510144 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisAnimation_t3648466861_m2689494502(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_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 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.CRoleEffectManager::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_OnUpdate_m4200975734 (CRoleEffectManager_t3637256918 * __this, 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) // 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.ISceneNpcBase::set_IsEnableFollow(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_set_IsEnableFollow_m3748606092 (ISceneNpcBase_t3974693970 * __this, bool ___value0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneNpcBase::GetFullModelResPath() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneNpcBase_GetFullModelResPath_m2908488719 (ISceneNpcBase_t3974693970 * __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); // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionConfig_t1976691651 * CPetActionConfig_GetInstance_m684232195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CPetActionConfig::GetActionResByModelID(System.Int32,DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByModelID_m823719944 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, int32_t ___actionType1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneNpcBase::GetObjectType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneNpcBase_GetObjectType_m1559869183 (ISceneNpcBase_t3974693970 * __this, int32_t ___modelID0, 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.Int32 DMCore.Framework.Scene.ISceneNpcBase::GetSex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneNpcBase_GetSex_m2199338520 (ISceneNpcBase_t3974693970 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneNpcBase::GetState(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneNpcBase_GetState_m2461062552 (ISceneNpcBase_t3974693970 * __this, int32_t ___modelID0, 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.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.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.ISceneNpcBase::SetFollowTarget(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetFollowTarget_m2002826562 (ISceneNpcBase_t3974693970 * __this, int64_t ___targetID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::SetFollowSpeed(System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetFollowSpeed_m2001456954 (ISceneNpcBase_t3974693970 * __this, float ___speed0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::SetSafeDistance(System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetSafeDistance_m800344139 (ISceneNpcBase_t3974693970 * __this, float ___safeDistance0, 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); // DMCore.DanceMode.CDanceManager DMCore.CRoot::GetDanceManager() extern "C" IL2CPP_METHOD_ATTR CDanceManager_t448141780 * CRoot_GetDanceManager_m876173276 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.DanceMode.CDanceManager::IfDancing() extern "C" IL2CPP_METHOD_ATTR bool CDanceManager_IfDancing_m1859012178 (CDanceManager_t448141780 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::_SetAngle(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase__SetAngle_m2507437155 (ISceneNpcBase_t3974693970 * __this, ISceneRole_t2394225724 * ___ownerObj0, 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.Int32 DMCore.Framework.Scene.CPropData::GetInt() extern "C" IL2CPP_METHOD_ATTR int32_t CPropData_GetInt_m2221393311 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsTitleVisible() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsTitleVisible_m1072246621 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLevelManager_t3077608201 * CLevelManager_GetInstance_m3233027795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Level.CLevelManager::IsLevel(System.String) extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_IsLevel_m3139716542 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetScale() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetScale_m3255451164 (RuntimeObject * __this /* static, unused */, 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); // UnityEngine.Vector3 DMCore.Framework.Misc.CFontHelp::GetDrawPixelSize(System.String,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CFontHelp_GetDrawPixelSize_m587405151 (RuntimeObject * __this /* static, unused */, String_t* ___text0, float ___fontSize1, bool ___bEncoding2, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Implicit_m4260192859 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector2 DMCore.Logic.CPetActionConfig::GetTitleOffsetByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CPetActionConfig_GetTitleOffsetByModelID_m3620129774 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_x(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_x_m2352063068 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_y(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_y_m3702432190 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_width(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_width_m2963421158 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_height(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_height_m1625569324 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Color32__ctor_m4150508762 (Color32_t2600501292 * __this, uint8_t p0, uint8_t p1, uint8_t p2, uint8_t p3, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color32_op_Implicit_m213813866 (RuntimeObject * __this /* static, unused */, Color32_t2600501292 p0, const RuntimeMethod* method); // UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 Color32_op_Implicit_m2658259763 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CFontHelp::Print(System.String,UnityEngine.Rect,UnityEngine.Color32,System.Int32,UnityEngine.FontStyle,DMCore.Framework.Misc.enumFontAlignment,System.Single) extern "C" IL2CPP_METHOD_ATTR void CFontHelp_Print_m4291916559 (RuntimeObject * __this /* static, unused */, String_t* ___text0, Rect_t2360479859 ___rtDrawArea1, Color32_t2600501292 ___color2, int32_t ___size3, int32_t ___style4, int32_t ___align5, float ___depth6, 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.Boolean DMCore.Framework.Scene.ISceneNpcBase::get_IsEnableFollow() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_get_IsEnableFollow_m4238606668 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::_OnFollowProc() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase__OnFollowProc_m483297238 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m3376773913 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::_IsEqualFloat(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase__IsEqualFloat_m2026304738 (ISceneNpcBase_t3974693970 * __this, float ___a0, float ___b1, 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_m90174447(__this, method) (( void (*) (List_1_t1017553631 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3172441219(__this, method) (( void (*) (Dictionary_2_t497245277 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_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::.ctor(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite__ctor_m2593754057 (CAvatarSite_t1752665925 * __this, ISceneRole_t2394225724 * ___role0, 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.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, 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.Int32 DMCore.Logic.CLocalSimulateRole::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t CLocalSimulateRole_get_Index_m1095189163 (CLocalSimulateRole_t4101146137 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CLocalSimulateRole::GetModelItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CLocalSimulateRole_GetModelItemCount_m2785211840 (CLocalSimulateRole_t4101146137 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CLocalSimulateRole::GetModelItemID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CLocalSimulateRole_GetModelItemID_m3471959082 (CLocalSimulateRole_t4101146137 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearSuit_m1889746947 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.CRoot::GetSceneService() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * CRoot_GetSceneService_m2061443921 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * CSceneService_GetMainRole_m3386793463 (CSceneService_t551449725 * __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); // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneRole::GetAvatarSite() extern "C" IL2CPP_METHOD_ATTR CAvatarSite_t1752665925 * ISceneRole_GetAvatarSite_m1651999730 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::ChangeSkin(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_ChangeSkin_m2417483162 (CAvatarSite_t1752665925 * __this, int32_t ___skinID0, bool ___bMale1, 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); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3135230575(__this, method) (( Enumerator_t2451428052 (*) (Dictionary_2_t497245277 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1087370259_gshared)(__this, 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) // !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::HoldResources() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_HoldResources_m3804114629 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* 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.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.String DMCore.Framework.Scene.CRoleModelItem::GetPrefabPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CRoleModelItem_GetPrefabPath_m297345020 (RuntimeObject * __this /* static, unused */, int32_t ___modelItemID0, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetScenePointTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetScenePointTrans_m1104265267 (CSceneService_t551449725 * __this, int32_t ___posIndex0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetLocation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetLocation_m371444295 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___pos0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetForward(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetForward_m1723825477 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___forward0, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetSwimmingPointTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetSwimmingPointTrans_m3495401921 (CSceneService_t551449725 * __this, int32_t ___posIndex0, 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); // 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.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); // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::GetRandomPlayName() extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_GetRandomPlayName_m4232037906 (CVehicleRoleAnimName_t758558953 * __this, 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/SuitData DMCore.Logic.CSuitAnimCfg::IfCanPlaySuitAnim(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR SuitData_t121943445 * CSuitAnimCfg_IfCanPlaySuitAnim_m3741305466 (CSuitAnimCfg_t328222487 * __this, ISceneRole_t2394225724 * ____role0, const RuntimeMethod* method); // System.String DMCore.Logic.CSuitAnimCfg/SuitData::get_AnimName() extern "C" IL2CPP_METHOD_ATTR String_t* SuitData_get_AnimName_m1255827315 (SuitData_t121943445 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CSuitAnimCfg/SuitData::get_EffectName() extern "C" IL2CPP_METHOD_ATTR String_t* SuitData_get_EffectName_m2849852441 (SuitData_t121943445 * __this, const RuntimeMethod* method); // System.Single DMCore.Logic.CSuitAnimCfg/SuitData::get_EffectTime() extern "C" IL2CPP_METHOD_ATTR float SuitData_get_EffectTime_m353235312 (SuitData_t121943445 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_PlayEffect_m4006788978 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method); // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PersonaliseConfig_t2812043406 * PersonaliseConfig_GetInstance_m2421924694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.PersonaliseConfig::GetAnimNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetAnimNameByID_m3019749223 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method); // DMCore.Logic.RoleActionConfig DMCore.Logic.RoleActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR RoleActionConfig_t1403548228 * RoleActionConfig_GetInstance_m1562956930 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.RoleActionConfig::GetActionName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* RoleActionConfig_GetActionName_m3628325703 (RoleActionConfig_t1403548228 * __this, bool ___isBoy0, 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.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); // System.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // DMCore.ISoundManager DMCore.CRoot::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * CRoot_GetSoundManager_m30020774 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.ISoundManager::PlayOnce(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_PlayOnce_m3370941300 (ISoundManager_t434164892 * __this, AudioClip_t3680889665 * ___clip0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnInit() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnInit_m1025952062 (CRoleModel_Effect_t71978069 * __this, 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.Int32 DMCore.Framework.Scene.CRoleModelItem::GetSubModelItemIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSubModelItemIndex_m1516327529 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnDestory() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnDestory_m4068343681 (CRoleModel_Effect_t71978069 * __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); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.CSceneService::GetSceneNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * CSceneService_GetSceneNetProperty_m2882939145 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::get_PlayMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_PlayMode_m4120183678 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.CAccManager DMCore.IHelp::GetAccManager() extern "C" IL2CPP_METHOD_ATTR CAccManager_t1454736772 * IHelp_GetAccManager_m4068249592 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfDownMode() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfDownMode_m3347988867 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneRole::GetMemberShipEffectName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetMemberShipEffectName_m1670765875 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneRole::get_PreSoleEffectName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_get_PreSoleEffectName_m2433624042 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopEffect_m879461206 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::set_PreSoleEffectName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_PreSoleEffectName_m2316176871 (ISceneRole_t2394225724 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String DMCore.Logic.PersonaliseConfig::GetSoleEffectName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetSoleEffectName_m3525489228 (PersonaliseConfig_t2812043406 * __this, int32_t ___SoleEffectID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::CleatEquipEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_CleatEquipEffect_m316519608 (CRoleModel_Effect_t71978069 * __this, int32_t ___modelId0, 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.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.Scene.ISceneRole::TakeOffModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_TakeOffModel_m2942586360 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method); // 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); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_ResetIdleAnim_m2438303903 (ISceneBaseObj_t858622483 * __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.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR int32_t CJuniorRoleModelItem_GetDefaultModelItem_m3195588872 (CJuniorRoleModelItem_t636793867 * __this, bool ___ifMale0, int32_t ___cat1, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModel_Effect DMCore.Framework.Scene.ISceneRole::GetRoleEffect() extern "C" IL2CPP_METHOD_ATTR CRoleModel_Effect_t71978069 * ISceneRole_GetRoleEffect_m1499277148 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::StopSingleEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_StopSingleEffect_m2991164974 (CRoleModel_Effect_t71978069 * __this, int32_t ___catogroy0, const RuntimeMethod* 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); // DMCore.Logic.shopModel DMCore.Logic.shopModel::GetInstance() extern "C" IL2CPP_METHOD_ATTR shopModel_t101745799 * shopModel_GetInstance_m2401242541 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::GetCurShopModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * shopModel_GetCurShopModel_m2897736385 (shopModel_t101745799 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnRoleDestroy() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnRoleDestroy_m4287758028 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2929249072(__this, method) (( void (*) (Dictionary_2_t497245277 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModelFace::Clear() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_Clear_m2618079574 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* 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.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) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2631563302(__this, p0, method) (( CRoleModelItem_t1608531946 * (*) (Dictionary_2_t497245277 *, 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_m2280012520(__this, p0, method) (( bool (*) (Dictionary_2_t497245277 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CRoleModelItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem__ctor_m2868646843 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2410393202(__this, p0, p1, method) (( void (*) (Dictionary_2_t497245277 *, int32_t, CRoleModelItem_t1608531946 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CRoleModelItem::SetModelCategory(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetModelCategory_m3578145794 (CRoleModelItem_t1608531946 * __this, int32_t ___category0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::SetRole(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetRole_m2252715808 (CRoleModelItem_t1608531946 * __this, ISceneRole_t2394225724 * ___parent0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m743810724(__this, p0, p1, method) (( bool (*) (Dictionary_2_t497245277 *, int32_t, CRoleModelItem_t1608531946 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsValid_m632020454 (CRoleModelItem_t1608531946 * __this, 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.ISceneRole::EnableModelItem(DMCore.Framework.Scene.enumModelCategory,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_EnableModelItem_m1552532128 (ISceneRole_t2394225724 * __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); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsReady_m3318928730 (CRoleModelItem_t1608531946 * __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.CRoleModelFace::OnInit() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnInit_m2909211345 (CRoleModelFace_t1285730091 * __this, 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.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 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.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m3074484029(__this, method) (( int32_t (*) (Dictionary_2_t497245277 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, 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 DMCore.Framework.Scene.ISceneRole::SetModelVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetModelVisible_m480269886 (ISceneRole_t2394225724 * __this, bool ___v0, 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.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); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneRole::FindModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneRole_FindModelItem_m1696760564 (ISceneRole_t2394225724 * __this, int32_t ___nCategory0, 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::get_BindTargetFollow() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CAvatarBinding_get_BindTargetFollow_m4226934624 (CAvatarBinding_t1216096343 * __this, 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); // 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.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.ISceneBaseObj::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnAfterAnimUpdate_m3074221736 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnAfterAnimUpdate_m2185927660 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnAfterAnim() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnAfterAnim_m3354564232 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnAfterAnimUpdate_m2412730332 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalSimulateRole::get_IsMale() extern "C" IL2CPP_METHOD_ATTR bool CLocalSimulateRole_get_IsMale_m415810317 (CLocalSimulateRole_t4101146137 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_LoadingResource_m2591595945 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CRoot::IfLockPosition() extern "C" IL2CPP_METHOD_ATTR bool CRoot_IfLockPosition_m2253279957 (CRoot_t1043641654 * __this, 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.Void DMCore.Framework.Scene.ISceneRole::PlayMemberShipEffect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayMemberShipEffect_m2368816413 (ISceneRole_t2394225724 * __this, bool ___bPlay0, 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); // DMCore.Logic.IdleActionManager DMCore.Logic.IdleActionManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IdleActionManager_t2375494644 * IdleActionManager_GetInstance_m1506258501 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.IdleActionManager::OnIdleAnimEnd(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_OnIdleAnimEnd_m2172677994 (IdleActionManager_t2375494644 * __this, int64_t ____userId0, 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); // System.Void DMCore.Framework.Resource.IResourceManager::BeginHighMode() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_BeginHighMode_m3631946985 (IResourceManager_t3165642952 * __this, 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.Resource.IResourceManager::EndHighMode() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_EndHighMode_m797513702 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace__ctor_m2442205369 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::SetRoleInfo(DMCore.Framework.Scene.ISceneRole,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_SetRoleInfo_m2154259509 (CRoleModelFace_t1285730091 * __this, ISceneRole_t2394225724 * ___role0, bool ___male1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::EnableAutoCloseEyes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_EnableAutoCloseEyes_m2972190553 (CRoleModelFace_t1285730091 * __this, bool ___bEnable0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect__ctor_m3038111206 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::SetRoleInfo(DMCore.Framework.Scene.ISceneRole,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_SetRoleInfo_m3139593417 (CRoleModel_Effect_t71978069 * __this, ISceneRole_t2394225724 * ___role0, bool ___male1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::LoadSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadSubModels_m1479761382 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Array System.Enum::GetValues(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m4192343468 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m4277730612 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetModelVisible(DMCore.Framework.Scene.enumModelCategory,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetModelVisible_m2225229514 (ISceneRole_t2394225724 * __this, int32_t ___e0, bool ___v1, 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.ISceneNpcBase::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_LoadingResource_m2169387502 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::ResumeEyesOrg() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_ResumeEyesOrg_m3041598763 (CRoleModelFace_t1285730091 * __this, 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.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetModelID_m2197572308 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetSex_m3027530197 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CLocalSimulateRole::GetRoleName() extern "C" IL2CPP_METHOD_ATTR String_t* CLocalSimulateRole_GetRoleName_m2534968602 (CLocalSimulateRole_t4101146137 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneBaseObj::GetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetRoleName_m1513645719 (ISceneBaseObj_t858622483 * __this, String_t* ___defaultName0, 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); // CQualifyingManager CQualifyingManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQualifyingManager_t954001806 * CQualifyingManager_GetInstance_m1430111945 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // SelfQualifyPkResultInfo CQualifyingManager::get_PkResult() extern "C" IL2CPP_METHOD_ATTR SelfQualifyPkResultInfo_t1561294256 * CQualifyingManager_get_PkResult_m868160114 (CQualifyingManager_t954001806 * __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); // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::GetTitleEffect() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneRole_GetTitleEffect_m1678408685 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.Component,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m3161822059 (RuntimeObject * __this /* static, unused */, Component_t1923634451 * ___trans0, bool ___bActive1, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::GetNewEffect() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneRole_GetNewEffect_m2395965827 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::IsNewTagVisible() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsNewTagVisible_m2313517372 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Camera.ICameraBase::PointInCamera(UnityEngine.Camera,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool ICameraBase_PointInCamera_m3129708324 (RuntimeObject * __this /* static, unused */, Camera_t4157153871 * ___camera0, Vector3_t3722313464 ___worldPoint1, const RuntimeMethod* method); // System.String ColorMap::GetColorValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ColorMap_GetColorValue_m929637861 (RuntimeObject * __this /* static, unused */, String_t* ___colorKey0, const RuntimeMethod* method); // UnityEngine.Color NGUITools::ParseColor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUITools_ParseColor_m3278855289 (RuntimeObject * __this /* static, unused */, String_t* ___text0, int32_t ___offset1, const RuntimeMethod* method); // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalizationManager_t2604768345 * CLocalizationManager_GetInstance_m2075678818 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Localization.CLocalizationManager::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CLocalizationManager_GetLocalizePath_m3024801825 (CLocalizationManager_t2604768345 * __this, String_t* ___nonLocalizedPath0, 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.Single UnityEngine.Rect::get_xMax() extern "C" IL2CPP_METHOD_ATTR float Rect_get_xMax_m3018144503 (Rect_t2360479859 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Rect::get_center() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Rect_get_center_m138276653 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_m3970636864 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CImageHelp::Push(UnityEngine.Vector2,UnityEngine.Texture2D,System.Single) extern "C" IL2CPP_METHOD_ATTR void CImageHelp_Push_m3262738348 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 ___center0, Texture2D_t3840446185 * ___tex1, float ___fScale2, const RuntimeMethod* method); // QualifyInfo CQualifyingManager::GetDestPlayerQulifyInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR QualifyInfo_t2809524376 * CQualifyingManager_GetDestPlayerQulifyInfo_m4204608311 (CQualifyingManager_t954001806 * __this, int64_t ___userId0, const RuntimeMethod* method); // DMCore.Logic.CVipManager DMCore.Logic.CVipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CVipManager_t269477008 * CVipManager_GetInstance_m4124241567 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CVipManager::GetStatusNames(System.Int32,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* CVipManager_GetStatusNames_m4052654932 (CVipManager_t269477008 * __this, int32_t ___status0, int32_t ___MemberLevel1, int64_t ___userID2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1676150876(__this, method) (( int32_t (*) (List_1_t1017553631 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3595772061(__this, p0, method) (( void (*) (List_1_t1017553631 *, Texture2D_t3840446185 *, 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_m3379783094(__this, p0, method) (( Texture2D_t3840446185 * (*) (List_1_t1017553631 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) #define List_1_set_Item_m393498222(__this, p0, p1, method) (( void (*) (List_1_t1017553631 *, int32_t, Texture2D_t3840446185 *, const RuntimeMethod*))List_1_set_Item_m1979164443_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) #define List_1_set_Item_m2198934485(__this, p0, p1, method) (( void (*) (List_1_t3319525431 *, int32_t, String_t*, const RuntimeMethod*))List_1_set_Item_m1979164443_gshared)(__this, p0, p1, method) // System.Single UnityEngine.Rect::get_x() extern "C" IL2CPP_METHOD_ATTR float Rect_get_x_m3839990490 (Rect_t2360479859 * __this, 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); // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMiscConfig_t1694835947 * CMiscConfig_GetInstance_m3718435439 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleX_m3045278560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMathHelp::GetPingPong(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMathHelp_GetPingPong_m3554504360 (RuntimeObject * __this /* static, unused */, float ___fBegin0, float ___fEnd1, float ___step2, const RuntimeMethod* method); // UnityEngine.Rect DMCore.Framework.Misc.CImageHelp::GetImageRect(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 CImageHelp_GetImageRect_m334541223 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * ___texture0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Lerp_m1004423579 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CImageHelp::DrawImageSRA(UnityEngine.Vector2,UnityEngine.Texture2D,UnityEngine.Rect,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CImageHelp_DrawImageSRA_m746186293 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 ___center0, Texture2D_t3840446185 * ___texture1, Rect_t2360479859 ___rtImageArea2, float ___fScale3, float ___fRotate4, float ___fAlpha5, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_yMin() extern "C" IL2CPP_METHOD_ATTR float Rect_get_yMin_m2601414109 (Rect_t2360479859 * __this, const RuntimeMethod* method); // DMCore.Logic.CTitleManager DMCore.Logic.CTitleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTitleManager_t3025273230 * CTitleManager_GetInstance_m3413488441 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CTitleManager::IsValidTitle(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CTitleManager_IsValidTitle_m166578620 (CTitleManager_t3025273230 * __this, int32_t ___titleId0, const RuntimeMethod* method); // DMCore.Logic.CTitleManager/CTitleDesc DMCore.Logic.CTitleManager::GetTitleDescById(System.Int32) extern "C" IL2CPP_METHOD_ATTR CTitleDesc_t1213620943 * CTitleManager_GetTitleDescById_m3293879315 (CTitleManager_t3025273230 * __this, int32_t ___titleId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m479099247(__this, method) (( void (*) (List_1_t1017553631 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // DMCore.Framework.Movie.CAnimSystem DMCore.IHelp::GetMovieSystem() extern "C" IL2CPP_METHOD_ATTR CAnimSystem_t3541144328 * IHelp_GetMovieSystem_m2219992042 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Movie.CAnimSystem::IsPlaying() extern "C" IL2CPP_METHOD_ATTR bool CAnimSystem_IsPlaying_m1603927973 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Single DMCore.Logic.CTitleManager::GetDesToDanceTag() extern "C" IL2CPP_METHOD_ATTR float CTitleManager_GetDesToDanceTag_m246834916 (CTitleManager_t3025273230 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CImageHelp::DrawImageSA(UnityEngine.Vector2,UnityEngine.Texture2D,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CImageHelp_DrawImageSA_m2474258800 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 ___center0, Texture2D_t3840446185 * ___texture1, Vector2_t2156229523 ___v2Scale2, float ___fAlpha3, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnUpdate_m3690344974 (CRoleModel_Effect_t71978069 * __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); // 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.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_m973870487_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_m1474792120 (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_m1809852225 (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 DMCore.Framework.UIHelp._OnSlider::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void _OnSlider_Invoke_m1361221205 (_OnSlider_t2713017179 * __this, bool ___cmdPre0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4054015032(__this, method) (( void (*) (List_1_t3872116205 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3192692017(__this, method) (( void (*) (List_1_t3872116205 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::.ctor(UnityEngine.Transform,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void stAttachedItem__ctor_m331638860 (stAttachedItem_t2400041463 * __this, Transform_t3600365921 * ___trans0, Vector3_t3722313464 ___offset1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3130177736(__this, p0, method) (( void (*) (List_1_t3872116205 *, stAttachedItem_t2400041463 *, 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_m2659348136(__this, p0, method) (( stAttachedItem_t2400041463 * (*) (List_1_t3872116205 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // UnityEngine.Transform DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::get_TransAttached() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * stAttachedItem_get_TransAttached_m924743960 (stAttachedItem_t2400041463 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::get_PosOffset() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 stAttachedItem_get_PosOffset_m2717036967 (stAttachedItem_t2400041463 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3798714874(__this, method) (( int32_t (*) (List_1_t3872116205 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::set_TransAttached(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void stAttachedItem_set_TransAttached_m837910764 (stAttachedItem_t2400041463 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::set_PosOffset(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void stAttachedItem_set_PosOffset_m496716630 (stAttachedItem_t2400041463 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.UIHelp.uiHelpDMSlider::Reset() extern "C" IL2CPP_METHOD_ATTR void uiHelpDMSlider_Reset_m1266314742 (uiHelpDMSlider_t3767831041 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CInputHelp::GetMousePosition(System.Boolean,UnityEngine.Vector2&) extern "C" IL2CPP_METHOD_ATTR int32_t CInputHelp_GetMousePosition_m2637342208 (RuntimeObject * __this /* static, unused */, bool ___bFirst0, Vector2_t2156229523 * ___result1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUIEventListener_t1665237878_m2212065727(__this, method) (( UIEventListener_t1665237878 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisUIEventListener_t1665237878_m464888071(__this, method) (( UIEventListener_t1665237878 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m3007889961(__this, p0, p1, method) (( void (*) (Action_2_t4266817756 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m4106380963_gshared)(__this, p0, p1, method) // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m2622589598(__this, p0, p1, method) (( void (*) (Action_1_t1286104214 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m1718787621(__this, p0, p1, method) (( void (*) (Action_2_t2030792018 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m447432598_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::Bind(UnityEngine.GameObject,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem_Bind_m2208562339 (uiHelpSliderItem_t1334750846 * __this, GameObject_t1113636619 * ___target0, Action_1_t1286104214 * ___cb1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3574996620 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Max_m3146388979 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m482979732(__this, p0, method) (( void (*) (Action_1_t1286104214 *, GameObject_t1113636619 *, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, 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_m183483489_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_m1170170947_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) // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, 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.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_m1170170947_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_m183483489_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_m1399450161_gshared)(__this, p0, method) // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtDownload(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp_FitfunBreakPtDownload_m818221816 (RuntimeObject * __this /* static, unused */, String_t* ___url0, String_t* ___filePath1, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Web.FitfunWebHelp::FitfunGetRemoteFileBytes(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t FitfunWebHelp_FitfunGetRemoteFileBytes_m605499443 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtIsSuccess() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_FitfunBreakPtIsSuccess_m1908979926 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtGetTotalBytes() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_FitfunBreakPtGetTotalBytes_m702718101 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtGetProgress() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_FitfunBreakPtGetProgress_m2550595736 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::get_curTaskLen() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_get_curTaskLen_m3205111365 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::get_progress() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_get_progress_m1661235116 (FitfunWebHelp_t2909657851 * __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.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); // 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); // 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.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.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.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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CRoleModelItem/stItemState::.ctor() extern "C" IL2CPP_METHOD_ATTR void stItemState__ctor_m4128138037 (stItemState_t244584211 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem/stItemState::Copy(DMCore.Framework.Scene.CRoleModelItem/stItemState) extern "C" IL2CPP_METHOD_ATTR void stItemState_Copy_m2851874576 (stItemState_t244584211 * __this, stItemState_t244584211 * ___other0, const RuntimeMethod* method) { { stItemState_t244584211 * L_0 = ___other0; NullCheck(L_0); GameObject_t1113636619 * L_1 = L_0->get_m_modelInstance_0(); __this->set_m_modelInstance_0(L_1); stItemState_t244584211 * L_2 = ___other0; NullCheck(L_2); LocalLinkedEffectU5BU5D_t1490066191* L_3 = L_2->get_m_localLinkedEffect_1(); __this->set_m_localLinkedEffect_1(L_3); stItemState_t244584211 * L_4 = ___other0; NullCheck(L_4); BoneLinkBoneU5BU5D_t2682923361* L_5 = L_4->get_m_localBoneLinkBone_2(); __this->set_m_localBoneLinkBone_2(L_5); stItemState_t244584211 * L_6 = ___other0; NullCheck(L_6); TransformU5BU5D_t807237628* L_7 = L_6->get_m_childrenTransform_3(); __this->set_m_childrenTransform_3(L_7); stItemState_t244584211 * L_8 = ___other0; NullCheck(L_8); Dictionary_2_t2736202052 * L_9 = L_8->get_m_childrenTransformDiction_4(); __this->set_m_childrenTransformDiction_4(L_9); stItemState_t244584211 * L_10 = ___other0; NullCheck(L_10); List_1_t3161103705 * L_11 = L_10->get_m_listBillBoard_5(); __this->set_m_listBillBoard_5(L_11); stItemState_t244584211 * L_12 = ___other0; NullCheck(L_12); List_1_t3891467532 * L_13 = L_12->get_m_listSwingBones_6(); __this->set_m_listSwingBones_6(L_13); stItemState_t244584211 * L_14 = ___other0; NullCheck(L_14); CAvatarBinding_t1216096343 * L_15 = L_14->get_m_avatarBinding_7(); __this->set_m_avatarBinding_7(L_15); stItemState_t244584211 * L_16 = ___other0; NullCheck(L_16); CSkeletonSite_t1178137573 * L_17 = L_16->get_m_complexSkeleton_8(); __this->set_m_complexSkeleton_8(L_17); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem/stItemState::Clear() extern "C" IL2CPP_METHOD_ATTR void stItemState_Clear_m3138913072 (stItemState_t244584211 * __this, const RuntimeMethod* method) { { __this->set_m_modelInstance_0((GameObject_t1113636619 *)NULL); __this->set_m_localLinkedEffect_1((LocalLinkedEffectU5BU5D_t1490066191*)NULL); __this->set_m_localBoneLinkBone_2((BoneLinkBoneU5BU5D_t2682923361*)NULL); __this->set_m_childrenTransform_3((TransformU5BU5D_t807237628*)NULL); __this->set_m_childrenTransformDiction_4((Dictionary_2_t2736202052 *)NULL); __this->set_m_listBillBoard_5((List_1_t3161103705 *)NULL); __this->set_m_listSwingBones_6((List_1_t3891467532 *)NULL); __this->set_m_avatarBinding_7((CAvatarBinding_t1216096343 *)NULL); __this->set_m_complexSkeleton_8((CSkeletonSite_t1178137573 *)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.CRoleModelItem_JwelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_JwelData__ctor_m361622602 (CRoleModelItem_JwelData_t633435960 * __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.Scene.CRoleModelItem_SuitConfig::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfig__ctor_m3461178108 (CRoleModelItem_SuitConfig_t3912215432 * __this, int32_t ___suitID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfig__ctor_m3461178108_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___suitID0; __this->set_m_suitID_2(L_0); __this->set_m_bIsDone_1((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_modelItems_0(L_1); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfig__ctor_m4058948572 (CRoleModelItem_SuitConfig_t3912215432 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfig__ctor_m4058948572_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_suitID_2(0); __this->set_m_bIsDone_1((bool)0); 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_modelItems_0(L_0); return; } } // System.String DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetConfigPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CRoleModelItem_SuitConfig_GetConfigPath_m3204209267 (RuntimeObject * __this /* static, unused */, int32_t ___suitID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfig_GetConfigPath_m3204209267_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; V_2 = 0; int32_t L_0 = ___suitID0; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_GetSubModelInfo_m903145472(NULL /*static, unused*/, L_0, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_2 = V_0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_1; int32_t L_6 = V_1; int32_t L_7 = L_6; 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 = V_2; 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 = ___suitID0; 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*/, _stringLiteral1900695834, L_13, /*hidden argument*/NULL); return L_17; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfig::Check() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfig_Check_m1498089877 (CRoleModelItem_SuitConfig_t3912215432 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfig_Check_m1498089877_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_m_suitID_2(); if ((((int32_t)0) < ((int32_t)L_0))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_1 = __this->get_m_suitID_2(); String_t* L_2 = CRoleModelItem_SuitConfig_GetConfigPath_m3204209267(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); int32_t L_5 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_3, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_004f; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = V_0; CRoleModelItem_SuitConfigManager_t3017667155 * L_9 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_10 = (intptr_t)CRoleModelItem_SuitConfigManager_OnResourceResult_m3105477239_RuntimeMethod_var; OnResourceResult_t3899022047 * L_11 = (OnResourceResult_t3899022047 *)il2cpp_codegen_object_new(OnResourceResult_t3899022047_il2cpp_TypeInfo_var); OnResourceResult__ctor_m2889225573(L_11, L_9, L_10, /*hidden argument*/NULL); int32_t L_12 = __this->get_m_suitID_2(); NullCheck(L_7); VirtFuncInvoker4< Object_t631007953 *, String_t*, bool, OnResourceResult_t3899022047 *, int32_t >::Invoke(14 /* UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) */, L_7, L_8, (bool)1, L_11, L_12); } IL_004f: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfig::OnResEnd(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfig_OnResEnd_m522746073 (CRoleModelItem_SuitConfig_t3912215432 * __this, Object_t631007953 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfig_OnResEnd_m522746073_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; int32_t V_6 = 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); XmlNodeList_t2551693786 * G_B6_0 = NULL; { Object_t631007953 * L_0 = ___obj0; V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_0, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * 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: { __this->set_m_bIsDone_1((bool)1); List_1_t128053199 * L_3 = __this->get_m_modelItems_0(); NullCheck(L_3); List_1_Clear_m2269680114(L_3, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); XmlDocument_t2837193595 * L_4 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_4, /*hidden argument*/NULL); V_1 = L_4; } IL_002c: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_5 = V_1; TextAsset_t3022178571 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = TextAsset_get_text_m2027878391(L_6, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_5, L_7); XmlDocument_t2837193595 * L_8 = V_1; NullCheck(L_8); XmlNode_t3767805227 * L_9 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_8); V_2 = L_9; XmlNode_t3767805227 * L_10 = V_2; if (!L_10) { goto IL_0050; } } IL_0045: { XmlNode_t3767805227 * L_11 = V_2; NullCheck(L_11); XmlNodeList_t2551693786 * L_12 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_11); G_B6_0 = L_12; goto IL_0051; } IL_0050: { G_B6_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0051: { V_3 = G_B6_0; XmlNodeList_t2551693786 * L_13 = V_3; if (!L_13) { goto IL_00a6; } } IL_0058: { V_4 = 0; goto IL_0099; } IL_0060: { XmlNodeList_t2551693786 * L_14 = V_3; int32_t L_15 = V_4; NullCheck(L_14); XmlNode_t3767805227 * L_16 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_14, L_15); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_16, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_18 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_17, _stringLiteral1949155672, 0, /*hidden argument*/NULL); V_6 = L_18; int32_t L_19 = V_6; if ((((int32_t)0) >= ((int32_t)L_19))) { goto IL_0093; } } IL_0086: { List_1_t128053199 * L_20 = __this->get_m_modelItems_0(); int32_t L_21 = V_6; NullCheck(L_20); List_1_Add_m697420525(L_20, L_21, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0093: { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0099: { int32_t L_23 = V_4; XmlNodeList_t2551693786 * L_24 = V_3; NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_24); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0060; } } IL_00a6: { goto IL_00b1; } } // 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_00ab; throw e; } CATCH_00ab: { // begin catch(System.Object) goto IL_00b1; } // end catch (depth: 1) IL_00b1: { V_1 = (XmlDocument_t2837193595 *)NULL; V_0 = (TextAsset_t3022178571 *)NULL; return; } } // 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) { { bool L_0 = __this->get_m_bIsDone_1(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfig_GetItemID_m2687720188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0013; } } { int32_t L_1 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(__this, /*hidden argument*/NULL); int32_t L_2 = ___index0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return 0; } IL_0015: { List_1_t128053199 * L_3 = __this->get_m_modelItems_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = List_1_get_Item_m888956288(L_3, L_4, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfig_GetItemCount_m225672488_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_modelItems_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m186164705(L_0, /*hidden argument*/List_1_get_Count_m186164705_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 // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfigManager__ctor_m2255259749 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager__ctor_m2255259749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t2800928763 * L_0 = (Dictionary_2_t2800928763 *)il2cpp_codegen_object_new(Dictionary_2_t2800928763_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1550042471(L_0, /*hidden argument*/Dictionary_2__ctor_m1550042471_RuntimeMethod_var); __this->set_m_configItemContainer_0(L_0); Dictionary_2_t4097355377 * L_1 = (Dictionary_2_t4097355377 *)il2cpp_codegen_object_new(Dictionary_2_t4097355377_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1256123226(L_1, /*hidden argument*/Dictionary_2__ctor_m1256123226_RuntimeMethod_var); __this->set_m_cfgCallBack_1(L_1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager_GetInstance_m3634792590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CRoleModelItem_SuitConfigManager_t3017667155 * L_0 = ((CRoleModelItem_SuitConfigManager_t3017667155_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_SuitConfigManager_t3017667155_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { CRoleModelItem_SuitConfigManager_t3017667155 * L_1 = ((CRoleModelItem_SuitConfigManager_t3017667155_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_SuitConfigManager_t3017667155_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CRoleModelItem_SuitConfigManager_t3017667155 * L_2 = (CRoleModelItem_SuitConfigManager_t3017667155 *)il2cpp_codegen_object_new(CRoleModelItem_SuitConfigManager_t3017667155_il2cpp_TypeInfo_var); CRoleModelItem_SuitConfigManager__ctor_m2255259749(L_2, /*hidden argument*/NULL); ((CRoleModelItem_SuitConfigManager_t3017667155_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_SuitConfigManager_t3017667155_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CRoleModelItem_SuitConfigManager_t3017667155 * L_3 = ((CRoleModelItem_SuitConfigManager_t3017667155_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_SuitConfigManager_t3017667155_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; { V_0 = (CRoleModelItem_SuitConfig_t3912215432 *)NULL; Dictionary_2_t2800928763 * L_0 = __this->get_m_configItemContainer_0(); int32_t L_1 = ___suitID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1035338584(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1035338584_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CRoleModelItem_SuitConfig_t3912215432 * L_3 = V_0; return L_3; } IL_0017: { return (CRoleModelItem_SuitConfig_t3912215432 *)NULL; } } // DMCore.Framework.Scene.CRoleModelItem_SuitConfig DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetSuitCfgToGetParts(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfig_t3912215432 * CRoleModelItem_SuitConfigManager_GetSuitCfgToGetParts_m1686923211 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, const RuntimeMethod* method) { CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; { int32_t L_0 = ___suitID0; CRoleModelItem_SuitConfig_t3912215432 * L_1 = CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_SuitConfig_t3912215432 * L_2 = V_0; if (!L_2) { goto IL_0021; } } { CRoleModelItem_SuitConfig_t3912215432 * L_3 = V_0; NullCheck(L_3); CRoleModelItem_SuitConfig_Check_m1498089877(L_3, /*hidden argument*/NULL); 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_0021; } } { CRoleModelItem_SuitConfig_t3912215432 * L_6 = V_0; return L_6; } IL_0021: { return (CRoleModelItem_SuitConfig_t3912215432 *)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager_TryWearSuit_m4162724810_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; List_1_t913674750 * V_1 = NULL; { int32_t L_0 = ___suitID0; CRoleModelItem_SuitConfig_t3912215432 * L_1 = CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_SuitConfig_t3912215432 * L_2 = V_0; if (!L_2) { goto IL_0073; } } { CRoleModelItem_SuitConfig_t3912215432 * L_3 = V_0; NullCheck(L_3); CRoleModelItem_SuitConfig_Check_m1498089877(L_3, /*hidden argument*/NULL); 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_002c; } } { int32_t L_6 = ___suitID0; int64_t L_7 = ___userID1; CRoleModelItem_SuitConfigManager_OnResEndCallBack_m2755912453(__this, L_6, L_7, /*hidden argument*/NULL); goto IL_0073; } IL_002c: { V_1 = (List_1_t913674750 *)NULL; Dictionary_2_t4097355377 * L_8 = __this->get_m_cfgCallBack_1(); int32_t L_9 = ___suitID0; NullCheck(L_8); bool L_10 = Dictionary_2_TryGetValue_m786557511(L_8, L_9, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m786557511_RuntimeMethod_var); if (!L_10) { goto IL_0059; } } { List_1_t913674750 * L_11 = V_1; int64_t L_12 = ___userID1; NullCheck(L_11); bool L_13 = List_1_Contains_m679968318(L_11, L_12, /*hidden argument*/List_1_Contains_m679968318_RuntimeMethod_var); if (L_13) { goto IL_0054; } } { List_1_t913674750 * L_14 = V_1; int64_t L_15 = ___userID1; NullCheck(L_14); List_1_Add_m358737454(L_14, L_15, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); } IL_0054: { goto IL_0073; } IL_0059: { List_1_t913674750 * L_16 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m3581340774(L_16, /*hidden argument*/List_1__ctor_m3581340774_RuntimeMethod_var); V_1 = L_16; List_1_t913674750 * L_17 = V_1; int64_t L_18 = ___userID1; NullCheck(L_17); List_1_Add_m358737454(L_17, L_18, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); Dictionary_2_t4097355377 * L_19 = __this->get_m_cfgCallBack_1(); int32_t L_20 = ___suitID0; List_1_t913674750 * L_21 = V_1; NullCheck(L_19); Dictionary_2_Add_m534577284(L_19, L_20, L_21, /*hidden argument*/Dictionary_2_Add_m534577284_RuntimeMethod_var); } IL_0073: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfigManager_Clear_m1849462708 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager_Clear_m1849462708_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t4097355377 * L_0 = __this->get_m_cfgCallBack_1(); NullCheck(L_0); Dictionary_2_Clear_m728796249(L_0, /*hidden argument*/Dictionary_2_Clear_m728796249_RuntimeMethod_var); Dictionary_2_t2800928763 * L_1 = __this->get_m_configItemContainer_0(); NullCheck(L_1); Dictionary_2_Clear_m636579767(L_1, /*hidden argument*/Dictionary_2_Clear_m636579767_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::OnResourceResult(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfigManager_OnResourceResult_m3105477239 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager_OnResourceResult_m3105477239_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; List_1_t913674750 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___userData2; CRoleModelItem_SuitConfig_t3912215432 * L_1 = CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CRoleModelItem_SuitConfig_t3912215432 * L_2 = V_0; if (!L_2) { goto IL_0062; } } { CRoleModelItem_SuitConfig_t3912215432 * L_3 = V_0; Object_t631007953 * L_4 = ___obj1; NullCheck(L_3); CRoleModelItem_SuitConfig_OnResEnd_m522746073(L_3, L_4, /*hidden argument*/NULL); V_1 = (List_1_t913674750 *)NULL; Dictionary_2_t4097355377 * L_5 = __this->get_m_cfgCallBack_1(); int32_t L_6 = ___userData2; NullCheck(L_5); bool L_7 = Dictionary_2_TryGetValue_m786557511(L_5, L_6, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m786557511_RuntimeMethod_var); if (!L_7) { goto IL_0062; } } { V_2 = 0; goto IL_0043; } IL_0031: { int32_t L_8 = ___userData2; List_1_t913674750 * L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int64_t L_11 = List_1_get_Item_m3814898732(L_9, L_10, /*hidden argument*/List_1_get_Item_m3814898732_RuntimeMethod_var); CRoleModelItem_SuitConfigManager_OnResEndCallBack_m2755912453(__this, L_8, L_11, /*hidden argument*/NULL); 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; List_1_t913674750 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = List_1_get_Count_m2237906497(L_14, /*hidden argument*/List_1_get_Count_m2237906497_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0031; } } { List_1_t913674750 * L_16 = V_1; NullCheck(L_16); List_1_Clear_m2696058023(L_16, /*hidden argument*/List_1_Clear_m2696058023_RuntimeMethod_var); Dictionary_2_t4097355377 * L_17 = __this->get_m_cfgCallBack_1(); int32_t L_18 = ___userData2; NullCheck(L_17); Dictionary_2_Remove_m2263351017(L_17, L_18, /*hidden argument*/Dictionary_2_Remove_m2263351017_RuntimeMethod_var); } IL_0062: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::OnResEndCallBack(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SuitConfigManager_OnResEndCallBack_m2755912453 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, int64_t ___userID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager_OnResEndCallBack_m2755912453_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___userID1; NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneRole_t2394225724 * L_3 = V_0; if (!L_3) { goto IL_002c; } } { ISceneRole_t2394225724 * L_4 = V_0; int32_t L_5 = ___suitID0; NullCheck(L_4); ISceneRole_OnSuitCfgDone_m124213208(L_4, L_5, /*hidden argument*/NULL); int64_t L_6 = ___userID1; if ((!(((uint64_t)L_6) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_7 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = ___suitID0; NullCheck(L_7); MagicWorkShopMainManager_SetCurrentClothConfigId_m1611996766(L_7, L_8, /*hidden argument*/NULL); } IL_002c: { return; } } // DMCore.Framework.Scene.CRoleModelItem_SuitConfig DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetConfigPtr(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfig_t3912215432 * CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; { V_0 = (CRoleModelItem_SuitConfig_t3912215432 *)NULL; Dictionary_2_t2800928763 * L_0 = __this->get_m_configItemContainer_0(); int32_t L_1 = ___suitID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1035338584(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1035338584_RuntimeMethod_var); if (L_2) { goto IL_0029; } } { int32_t L_3 = ___suitID0; CRoleModelItem_SuitConfig_t3912215432 * L_4 = (CRoleModelItem_SuitConfig_t3912215432 *)il2cpp_codegen_object_new(CRoleModelItem_SuitConfig_t3912215432_il2cpp_TypeInfo_var); CRoleModelItem_SuitConfig__ctor_m3461178108(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; Dictionary_2_t2800928763 * L_5 = __this->get_m_configItemContainer_0(); int32_t L_6 = ___suitID0; CRoleModelItem_SuitConfig_t3912215432 * L_7 = V_0; NullCheck(L_5); Dictionary_2_Add_m660775876(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m660775876_RuntimeMethod_var); } IL_0029: { CRoleModelItem_SuitConfig_t3912215432 * L_8 = V_0; return L_8; } } #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.CRoleModelItem_VehicleCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_VehicleCfg__ctor_m3905847791 (CRoleModelItem_VehicleCfg_t3488277076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_VehicleCfg__ctor_m3905847791_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_animOwner_2(((CVehicleRoleAnimNameU5BU5D_t2303117652*)SZArrayNew(CVehicleRoleAnimNameU5BU5D_t2303117652_il2cpp_TypeInfo_var, (uint32_t)2))); __this->set_m_animPartner_3(((CVehicleRoleAnimNameU5BU5D_t2303117652*)SZArrayNew(CVehicleRoleAnimNameU5BU5D_t2303117652_il2cpp_TypeInfo_var, (uint32_t)2))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::IsReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_VehicleCfg_IsReady_m1392940308 (CRoleModelItem_VehicleCfg_t3488277076 * __this, bool ___ifOwnerMale0, const RuntimeMethod* method) { int32_t V_0 = 0; CVehicleRoleAnimName_t758558953 * V_1 = NULL; CVehicleRoleAnimName_t758558953 * V_2 = NULL; int32_t G_B5_0 = 0; { bool L_0 = __this->get_m_bCfgReady_0(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { bool L_1 = ___ifOwnerMale0; if (!L_1) { goto IL_0019; } } { G_B5_0 = 0; goto IL_001a; } IL_0019: { G_B5_0 = 1; } IL_001a: { V_0 = G_B5_0; CVehicleRoleAnimNameU5BU5D_t2303117652* L_2 = __this->get_m_animOwner_2(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; CVehicleRoleAnimName_t758558953 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; CVehicleRoleAnimName_t758558953 * L_6 = V_1; if (!L_6) { goto IL_0035; } } { CVehicleRoleAnimName_t758558953 * L_7 = V_1; NullCheck(L_7); bool L_8 = CVehicleRoleAnimName_IsResourceReady_m840680110(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0037; } } IL_0035: { return (bool)0; } IL_0037: { bool L_9 = __this->get_m_bMultiMode_1(); if (!L_9) { goto IL_007a; } } { CVehicleRoleAnimNameU5BU5D_t2303117652* L_10 = __this->get_m_animPartner_3(); NullCheck(L_10); int32_t L_11 = 0; CVehicleRoleAnimName_t758558953 * L_12 = (L_10)->GetAt(static_cast(L_11)); V_2 = L_12; CVehicleRoleAnimName_t758558953 * L_13 = V_2; if (!L_13) { goto IL_005c; } } { CVehicleRoleAnimName_t758558953 * L_14 = V_2; NullCheck(L_14); bool L_15 = CVehicleRoleAnimName_IsResourceReady_m840680110(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_005e; } } IL_005c: { return (bool)0; } IL_005e: { CVehicleRoleAnimNameU5BU5D_t2303117652* L_16 = __this->get_m_animPartner_3(); NullCheck(L_16); int32_t L_17 = 1; CVehicleRoleAnimName_t758558953 * L_18 = (L_16)->GetAt(static_cast(L_17)); V_2 = L_18; CVehicleRoleAnimName_t758558953 * L_19 = V_2; if (!L_19) { goto IL_0078; } } { CVehicleRoleAnimName_t758558953 * L_20 = V_2; NullCheck(L_20); bool L_21 = CVehicleRoleAnimName_IsResourceReady_m840680110(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_007a; } } IL_0078: { return (bool)0; } IL_007a: { return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::IsCfgReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_VehicleCfg_IsCfgReady_m2200744689 (CRoleModelItem_VehicleCfg_t3488277076 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bCfgReady_0(); return L_0; } } // 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) { CVehicleRoleAnimName_t758558953 * G_B3_0 = NULL; { bool L_0 = ___male0; if (!L_0) { goto IL_0013; } } { CVehicleRoleAnimNameU5BU5D_t2303117652* L_1 = __this->get_m_animOwner_2(); NullCheck(L_1); int32_t L_2 = 0; CVehicleRoleAnimName_t758558953 * L_3 = (L_1)->GetAt(static_cast(L_2)); G_B3_0 = L_3; goto IL_001b; } IL_0013: { CVehicleRoleAnimNameU5BU5D_t2303117652* L_4 = __this->get_m_animOwner_2(); NullCheck(L_4); int32_t L_5 = 1; CVehicleRoleAnimName_t758558953 * L_6 = (L_4)->GetAt(static_cast(L_5)); G_B3_0 = L_6; } IL_001b: { return G_B3_0; } } // 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) { CVehicleRoleAnimName_t758558953 * G_B3_0 = NULL; { bool L_0 = ___male0; if (!L_0) { goto IL_0013; } } { CVehicleRoleAnimNameU5BU5D_t2303117652* L_1 = __this->get_m_animPartner_3(); NullCheck(L_1); int32_t L_2 = 0; CVehicleRoleAnimName_t758558953 * L_3 = (L_1)->GetAt(static_cast(L_2)); G_B3_0 = L_3; goto IL_001b; } IL_0013: { CVehicleRoleAnimNameU5BU5D_t2303117652* L_4 = __this->get_m_animPartner_3(); NullCheck(L_4); int32_t L_5 = 1; CVehicleRoleAnimName_t758558953 * L_6 = (L_4)->GetAt(static_cast(L_5)); G_B3_0 = L_6; } IL_001b: { return G_B3_0; } } // 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) { CVehicleRoleAnimName_t758558953 * V_0 = NULL; CVehicleRoleAnimName_t758558953 * V_1 = NULL; { bool L_0 = ___maleOwner0; CVehicleRoleAnimName_t758558953 * L_1 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = ___malePartner1; CVehicleRoleAnimName_t758558953 * L_3 = CRoleModelItem_VehicleCfg_GetPartner_m1186830452(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; CVehicleRoleAnimName_t758558953 * L_4 = V_1; CVehicleRoleAnimName_t758558953 * L_5 = V_0; NullCheck(L_4); String_t* L_6 = CVehicleRoleAnimName_GetCoordinatePlayName_m781623229(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::OnDeserial(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_VehicleCfg_OnDeserial_m61699312 (CRoleModelItem_VehicleCfg_t3488277076 * __this, Object_t631007953 * ___cfgVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_VehicleCfg_OnDeserial_m61699312_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; DMXmlDocument_t2468531415 * V_1 = NULL; DMXmlNode_t3958967524 * V_2 = NULL; DMXmlNodeList_t795971656 * V_3 = NULL; int32_t V_4 = 0; DMXmlNode_t3958967524 * V_5 = NULL; int32_t V_6 = 0; DMXmlNode_t3958967524 * V_7 = NULL; DMXmlNode_t3958967524 * 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); DMXmlNodeList_t795971656 * G_B6_0 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * G_B10_0 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * G_B9_0 = NULL; int32_t G_B11_0 = 0; CRoleModelItem_VehicleCfg_t3488277076 * G_B11_1 = NULL; int32_t G_B15_0 = 0; { __this->set_m_bCfgReady_0((bool)1); Object_t631007953 * L_0 = ___cfgVal0; V_0 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_0, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * 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_001b; } } { return; } IL_001b: { TextAsset_t3022178571 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = TextAsset_get_text_m2027878391(L_3, /*hidden argument*/NULL); DMXmlDocument_t2468531415 * L_5 = DMXmlDocument_LoadXml_m2953623357(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0027: try { // begin try (depth: 1) { DMXmlDocument_t2468531415 * L_6 = V_1; NullCheck(L_6); DMXmlNode_t3958967524 * L_7 = DMXmlNode_get_FirstChild_m4174520049(L_6, /*hidden argument*/NULL); V_2 = L_7; DMXmlNode_t3958967524 * L_8 = V_2; if (!L_8) { goto IL_003f; } } IL_0034: { DMXmlNode_t3958967524 * L_9 = V_2; NullCheck(L_9); DMXmlNodeList_t795971656 * L_10 = DMXmlNode_get_ChildNodes_m14158511(L_9, /*hidden argument*/NULL); G_B6_0 = L_10; goto IL_0040; } IL_003f: { G_B6_0 = ((DMXmlNodeList_t795971656 *)(NULL)); } IL_0040: { V_3 = G_B6_0; DMXmlNodeList_t795971656 * L_11 = V_3; if (L_11) { goto IL_004c; } } IL_0047: { goto IL_0123; } IL_004c: { DMXmlNode_t3958967524 * L_12 = V_2; NullCheck(L_12); int32_t L_13 = DMXmlNode_GetAttributeInt_m4115790630(L_12, _stringLiteral1563255168, 0, /*hidden argument*/NULL); G_B9_0 = __this; if (!L_13) { G_B10_0 = __this; goto IL_0064; } } IL_005e: { G_B11_0 = 1; G_B11_1 = G_B9_0; goto IL_0065; } IL_0064: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_0065: { NullCheck(G_B11_1); G_B11_1->set_m_bMultiMode_1((bool)G_B11_0); V_4 = 0; goto IL_010b; } IL_0072: { DMXmlNodeList_t795971656 * L_14 = V_3; int32_t L_15 = V_4; NullCheck(L_14); DMXmlNode_t3958967524 * L_16 = DMXmlNodeList_Item_m3433089129(L_14, L_15, /*hidden argument*/NULL); V_5 = L_16; DMXmlNode_t3958967524 * L_17 = V_5; NullCheck(L_17); String_t* L_18 = DMXmlNode_get_Name_m3620017394(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2600665179, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0098; } } IL_0092: { G_B15_0 = 0; goto IL_0099; } IL_0098: { G_B15_0 = 1; } IL_0099: { V_6 = G_B15_0; bool L_20 = __this->get_m_bMultiMode_1(); if (!L_20) { goto IL_00f5; } } IL_00a6: { DMXmlNode_t3958967524 * L_21 = V_5; NullCheck(L_21); DMXmlNode_t3958967524 * L_22 = DMXmlNode_FindChild_m3609051302(L_21, _stringLiteral1619347993, /*hidden argument*/NULL); V_7 = L_22; DMXmlNode_t3958967524 * L_23 = V_7; if (!L_23) { goto IL_00cb; } } IL_00bb: { CVehicleRoleAnimNameU5BU5D_t2303117652* L_24 = __this->get_m_animOwner_2(); int32_t L_25 = V_6; DMXmlNode_t3958967524 * L_26 = V_7; CVehicleRoleAnimName_t758558953 * L_27 = (CVehicleRoleAnimName_t758558953 *)il2cpp_codegen_object_new(CVehicleRoleAnimName_t758558953_il2cpp_TypeInfo_var); CVehicleRoleAnimName__ctor_m989105362(L_27, L_26, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_27); (L_24)->SetAt(static_cast(L_25), (CVehicleRoleAnimName_t758558953 *)L_27); } IL_00cb: { DMXmlNode_t3958967524 * L_28 = V_5; NullCheck(L_28); DMXmlNode_t3958967524 * L_29 = DMXmlNode_FindChild_m3609051302(L_28, _stringLiteral3301719456, /*hidden argument*/NULL); V_8 = L_29; DMXmlNode_t3958967524 * L_30 = V_8; if (!L_30) { goto IL_00f0; } } IL_00e0: { CVehicleRoleAnimNameU5BU5D_t2303117652* L_31 = __this->get_m_animPartner_3(); int32_t L_32 = V_6; DMXmlNode_t3958967524 * L_33 = V_8; CVehicleRoleAnimName_t758558953 * L_34 = (CVehicleRoleAnimName_t758558953 *)il2cpp_codegen_object_new(CVehicleRoleAnimName_t758558953_il2cpp_TypeInfo_var); CVehicleRoleAnimName__ctor_m989105362(L_34, L_33, /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(L_32), (CVehicleRoleAnimName_t758558953 *)L_34); } IL_00f0: { goto IL_0105; } IL_00f5: { CVehicleRoleAnimNameU5BU5D_t2303117652* L_35 = __this->get_m_animOwner_2(); int32_t L_36 = V_6; DMXmlNode_t3958967524 * L_37 = V_5; CVehicleRoleAnimName_t758558953 * L_38 = (CVehicleRoleAnimName_t758558953 *)il2cpp_codegen_object_new(CVehicleRoleAnimName_t758558953_il2cpp_TypeInfo_var); CVehicleRoleAnimName__ctor_m989105362(L_38, L_37, /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(L_36), (CVehicleRoleAnimName_t758558953 *)L_38); } IL_0105: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_010b: { int32_t L_40 = V_4; DMXmlNodeList_t795971656 * L_41 = V_3; NullCheck(L_41); int32_t L_42 = DMXmlNodeList_get_Count_m1776804761(L_41, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_42))) { goto IL_0072; } } IL_0118: { goto IL_0123; } } // 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_011d; throw e; } CATCH_011d: { // begin catch(System.Object) goto IL_0123; } // end catch (depth: 1) IL_0123: { 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.CRoleModelItem_VehicleCfgManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_VehicleCfgManager__ctor_m2740800301 (CRoleModelItem_VehicleCfgManager_t2872767124 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_VehicleCfgManager__ctor_m2740800301_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t2376990407 * L_0 = (Dictionary_2_t2376990407 *)il2cpp_codegen_object_new(Dictionary_2_t2376990407_il2cpp_TypeInfo_var); Dictionary_2__ctor_m388886731(L_0, /*hidden argument*/Dictionary_2__ctor_m388886731_RuntimeMethod_var); __this->set_m_configItemContainer_0(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CRoleModelItem_VehicleCfgManager_t2872767124 * L_0 = ((CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_VehicleCfgManager_t2872767124_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CRoleModelItem_VehicleCfgManager_t2872767124 * L_1 = ((CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_VehicleCfgManager_t2872767124_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CRoleModelItem_VehicleCfgManager_t2872767124 * L_2 = (CRoleModelItem_VehicleCfgManager_t2872767124 *)il2cpp_codegen_object_new(CRoleModelItem_VehicleCfgManager_t2872767124_il2cpp_TypeInfo_var); CRoleModelItem_VehicleCfgManager__ctor_m2740800301(L_2, /*hidden argument*/NULL); ((CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_VehicleCfgManager_t2872767124_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CRoleModelItem_VehicleCfgManager_t2872767124 * L_3 = ((CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields*)il2cpp_codegen_static_fields_for(CRoleModelItem_VehicleCfgManager_t2872767124_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_VehicleCfg_t3488277076 * V_0 = NULL; AvatarInfo_t571832948 * V_1 = NULL; String_t* V_2 = NULL; { V_0 = (CRoleModelItem_VehicleCfg_t3488277076 *)NULL; Dictionary_2_t2376990407 * L_0 = __this->get_m_configItemContainer_0(); int32_t L_1 = ___vehicleID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2652301889(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2652301889_RuntimeMethod_var); if (!L_2) { goto IL_0027; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_3 = V_0; NullCheck(L_3); bool L_4 = CRoleModelItem_VehicleCfg_IsCfgReady_m2200744689(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_5 = V_0; return L_5; } IL_0022: { goto IL_003a; } IL_0027: { CRoleModelItem_VehicleCfg_t3488277076 * L_6 = (CRoleModelItem_VehicleCfg_t3488277076 *)il2cpp_codegen_object_new(CRoleModelItem_VehicleCfg_t3488277076_il2cpp_TypeInfo_var); CRoleModelItem_VehicleCfg__ctor_m3905847791(L_6, /*hidden argument*/NULL); V_0 = L_6; Dictionary_2_t2376990407 * L_7 = __this->get_m_configItemContainer_0(); int32_t L_8 = ___vehicleID0; CRoleModelItem_VehicleCfg_t3488277076 * L_9 = V_0; NullCheck(L_7); Dictionary_2_Add_m4002179210(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_Add_m4002179210_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___vehicleID0; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_11 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_1 = L_11; AvatarInfo_t571832948 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = AvatarInfo_get_Sex_m3718099394(L_12, /*hidden argument*/NULL); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); AvatarInfo_t571832948 * L_16 = V_1; NullCheck(L_16); int32_t L_17 = AvatarInfo_get_Category_m2094546247(L_16, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); AvatarInfo_t571832948 * L_20 = V_1; NullCheck(L_20); int32_t L_21 = AvatarInfo_get_SubIndex_m786032553(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_Format_m3339413201(NULL /*static, unused*/, _stringLiteral3291518284, L_15, L_19, L_23, /*hidden argument*/NULL); V_2 = L_24; IResourceManager_t3165642952 * L_25 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_26 = V_2; NullCheck(L_25); int32_t L_27 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_25, L_26); if ((!(((uint32_t)L_27) == ((uint32_t)(-1))))) { goto IL_0098; } } { IResourceManager_t3165642952 * L_28 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_29 = V_2; intptr_t L_30 = (intptr_t)CRoleModelItem_VehicleCfgManager_OnResourceResult_m1182753675_RuntimeMethod_var; OnResourceResult_t3899022047 * L_31 = (OnResourceResult_t3899022047 *)il2cpp_codegen_object_new(OnResourceResult_t3899022047_il2cpp_TypeInfo_var); OnResourceResult__ctor_m2889225573(L_31, __this, L_30, /*hidden argument*/NULL); int32_t L_32 = ___vehicleID0; NullCheck(L_28); VirtFuncInvoker4< Object_t631007953 *, String_t*, bool, OnResourceResult_t3899022047 *, int32_t >::Invoke(14 /* UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) */, L_28, L_29, (bool)1, L_31, L_32); } IL_0098: { CRoleModelItem_VehicleCfg_t3488277076 * L_33 = V_0; return L_33; } } // System.Void DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::OnResourceResult(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_VehicleCfgManager_OnResourceResult_m1182753675 (CRoleModelItem_VehicleCfgManager_t2872767124 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_VehicleCfgManager_OnResourceResult_m1182753675_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_VehicleCfg_t3488277076 * V_0 = NULL; { Dictionary_2_t2376990407 * L_0 = __this->get_m_configItemContainer_0(); int32_t L_1 = ___userData2; NullCheck(L_0); CRoleModelItem_VehicleCfg_t3488277076 * L_2 = Dictionary_2_get_Item_m2146372387(L_0, L_1, /*hidden argument*/Dictionary_2_get_Item_m2146372387_RuntimeMethod_var); V_0 = L_2; CRoleModelItem_VehicleCfg_t3488277076 * L_3 = V_0; Object_t631007953 * L_4 = ___obj1; NullCheck(L_3); CRoleModelItem_VehicleCfg_OnDeserial_m61699312(L_3, L_4, /*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 // DMCore.Framework.Scene.enumVehicleState DMCore.Framework.Scene.CRoleVehicleLogic::GetRoleVehicleState(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR int32_t CRoleVehicleLogic_GetRoleVehicleState_m4165015535 (RuntimeObject * __this /* static, unused */, ISceneBaseObj_t858622483 * ___role0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic_GetRoleVehicleState_m4165015535_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AvatarInfo_t571832948 * V_1 = NULL; { ISceneBaseObj_t858622483 * L_0 = ___role0; if (L_0) { goto IL_0008; } } { return (int32_t)(0); } IL_0008: { ISceneBaseObj_t858622483 * L_1 = ___role0; NullCheck(L_1); CDataProperty_t2806246268 * L_2 = ISceneBaseObj_GetUserProperty_m776816018(L_1, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = CDataProperty_GetLong_m2096131398(L_2, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((((int64_t)L_3) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0023; } } { return (int32_t)(3); } IL_0023: { ISceneBaseObj_t858622483 * L_4 = ___role0; 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); if ((((int64_t)L_6) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003e; } } { return (int32_t)(2); } IL_003e: { ISceneBaseObj_t858622483 * L_7 = ___role0; NullCheck(L_7); CProperty_t963755051 * L_8 = ISceneBaseObj_GetNetProperty_m1709069404(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var); String_t* L_9 = ((CRoleVehicleLogic_t2059290988_StaticFields*)il2cpp_codegen_static_fields_for(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var))->get_s_strVehiclePropKey_0(); NullCheck(L_8); int32_t L_10 = CProperty_GetInt_m2680341236(L_8, L_9, 0, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; if (L_11) { goto IL_0058; } } { return (int32_t)(0); } IL_0058: { int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_13 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_1 = L_13; AvatarInfo_t571832948 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = AvatarInfo_get_SubIndex_m786032553(L_14, /*hidden argument*/NULL); if ((((int32_t)((int32_t)10000)) > ((int32_t)L_15))) { goto IL_0071; } } { return (int32_t)(1); } IL_0071: { return (int32_t)(0); } } // DMCore.Framework.Scene.enumVehicleState DMCore.Framework.Scene.CRoleVehicleLogic::GetMainRoleVehicleState() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleVehicleLogic_GetMainRoleVehicleState_m3990844573 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic_GetMainRoleVehicleState_m3990844573_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var); int32_t L_1 = CRoleVehicleLogic_GetRoleVehicleState_m4165015535(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::SendInvitePartner(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic_SendInvitePartner_m3391741667 (RuntimeObject * __this /* static, unused */, BetterList_1_t2891587622 * ___inviteList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic_SendInvitePartner_m3391741667_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int32_t V_1 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CProperty_GetLong_m359864449(L_1, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((((int64_t)L_2) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002e; } } { CMsgManager_t455955613 * L_3 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CMsgManager_PushHintUseTextHelp_m3781284520(L_3, _stringLiteral3122008778, (bool)1, /*hidden argument*/NULL); return; } IL_002e: { BetterList_1_t2891587622 * L_4 = ___inviteList0; if (!L_4) { goto IL_003f; } } { BetterList_1_t2891587622 * L_5 = ___inviteList0; NullCheck(L_5); int32_t L_6 = L_5->get_size_1(); if (L_6) { goto IL_0040; } } IL_003f: { return; } IL_0040: { CDataArray_t4068198041 * L_7 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_7, /*hidden argument*/NULL); V_0 = L_7; CDataArray_t4068198041 * L_8 = V_0; NullCheck(L_8); CDataArray_Push_m3820844360(L_8, ((int32_t)2005), /*hidden argument*/NULL); V_1 = 0; goto IL_0069; } IL_0058: { CDataArray_t4068198041 * L_9 = V_0; BetterList_1_t2891587622 * L_10 = ___inviteList0; int32_t L_11 = V_1; NullCheck(L_10); int64_t L_12 = BetterList_1_get_Item_m3140183444(L_10, L_11, /*hidden argument*/BetterList_1_get_Item_m3140183444_RuntimeMethod_var); NullCheck(L_9); CDataArray_Push_m3799896857(L_9, L_12, /*hidden argument*/NULL); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0069: { int32_t L_14 = V_1; BetterList_1_t2891587622 * L_15 = ___inviteList0; NullCheck(L_15); int32_t L_16 = L_15->get_size_1(); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0058; } } { CDataArray_t4068198041 * L_17 = V_0; NullCheck(L_17); CDataArray_Flush_m1077150699(L_17, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CRoleVehicleLogic::SendKickPartner() extern "C" IL2CPP_METHOD_ATTR bool CRoleVehicleLogic_SendKickPartner_m3184282927 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic_SendKickPartner_m3184282927_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CProperty_GetLong_m359864449(L_1, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = L_2; int64_t L_3 = V_0; if ((!(((uint64_t)L_3) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0021; } } { return (bool)0; } IL_0021: { CDataArray_t4068198041 * L_4 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_4, /*hidden argument*/NULL); V_1 = L_4; CDataArray_t4068198041 * L_5 = V_1; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, ((int32_t)2007), /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_1; int64_t L_7 = V_0; NullCheck(L_6); CDataArray_Push_m3799896857(L_6, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_1; NullCheck(L_8); CDataArray_Flush_m1077150699(L_8, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::SendLeaveVehicle() extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic_SendLeaveVehicle_m3861356803 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic_SendLeaveVehicle_m3861356803_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)2008), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::SendRespondInvite(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic_SendRespondInvite_m2503623065 (RuntimeObject * __this /* static, unused */, int64_t ___ownerID0, bool ___bAgree1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic_SendRespondInvite_m2503623065_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; int32_t G_B3_0 = 0; { bool L_0 = ___bAgree1; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { V_0 = G_B3_0; CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_1 = L_1; CDataArray_t4068198041 * L_2 = V_1; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)2006), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_1; int64_t L_4 = ___ownerID0; NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; int32_t L_6 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::OnServerMsgInvite(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic_OnServerMsgInvite_m4283296385 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic_OnServerMsgInvite_m4283296385_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; Exception_t * V_4 = NULL; CDataArray_t4068198041 * 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); String_t* G_B10_0 = NULL; int32_t G_B10_1 = 0; CMsgBoxControl_t806533544 * G_B10_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; CMsgBoxControl_t806533544 * G_B9_2 = NULL; { CDataArray_t4068198041 * L_0 = ___msg0; NullCheck(L_0); int64_t L_1 = CDataArray_GetLong_m4094450536(L_0, 1, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = L_1; CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = V_0; NullCheck(L_2); ISceneRole_t2394225724 * L_4 = CSceneService_FindRoleByUserID_m4171044813(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; ISceneRole_t2394225724 * L_5 = V_1; if (L_5) { goto IL_0024; } } { int64_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var); CRoleVehicleLogic_SendRespondInvite_m2503623065(NULL /*static, unused*/, L_6, (bool)0, /*hidden argument*/NULL); return; } IL_0024: { ISceneRole_t2394225724 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(23 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetRoleName(System.String) */, L_7, _stringLiteral345825936); V_2 = L_8; 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(); V_3 = L_9; } IL_0036: try { // begin try (depth: 1) { ISceneRole_t2394225724 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_10); if (L_11) { goto IL_0056; } } IL_0041: { CTextHelp_t3119637808 * L_12 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = CTextHelp_GetText_m372251958(L_12, _stringLiteral4109829271, /*hidden argument*/NULL); V_3 = L_13; goto IL_0066; } IL_0056: { CTextHelp_t3119637808 * L_14 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = CTextHelp_GetText_m372251958(L_14, _stringLiteral4109894807, /*hidden argument*/NULL); V_3 = L_15; } IL_0066: { String_t* L_16 = V_3; String_t* L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m2844511972(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); V_3 = L_18; goto IL_008b; } } // 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_0073; throw e; } CATCH_0073: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_19 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_20 = V_4; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_20); NullCheck(L_19); CLogHelp_LogWarning_m2983284794(L_19, L_21, /*hidden argument*/NULL); goto IL_008b; } // end catch (depth: 1) IL_008b: { 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_0; NullCheck(L_23); CDataArray_Push_m3799896857(L_23, L_24, /*hidden argument*/NULL); CMsgBoxControl_t806533544 * L_25 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_26 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_27 = ((CRoleVehicleLogic_t2059290988_StaticFields*)il2cpp_codegen_static_fields_for(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_1(); G_B9_0 = L_26; G_B9_1 = 1; G_B9_2 = L_25; if (L_27) { G_B10_0 = L_26; G_B10_1 = 1; G_B10_2 = L_25; goto IL_00b9; } } { intptr_t L_28 = (intptr_t)CRoleVehicleLogic__OnCallBackInviteResult_m2930307701_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_29 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_29, NULL, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var); ((CRoleVehicleLogic_t2059290988_StaticFields*)il2cpp_codegen_static_fields_for(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_1(L_29); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; } IL_00b9: { IL2CPP_RUNTIME_CLASS_INIT(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_30 = ((CRoleVehicleLogic_t2059290988_StaticFields*)il2cpp_codegen_static_fields_for(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_1(); CDataArray_t4068198041 * L_31 = V_5; NullCheck(G_B10_2); CMsgBoxControl_Push_m4209073482(G_B10_2, G_B10_1, G_B10_0, L_30, L_31, 1, (8.0f), /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::_OnCallBackInviteResult(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic__OnCallBackInviteResult_m2930307701 (RuntimeObject * __this /* static, unused */, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic__OnCallBackInviteResult_m2930307701_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataArray_t4068198041 * L_0 = ___userData1; NullCheck(L_0); int64_t L_1 = CDataArray_GetLong_m4094450536(L_0, 0, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); bool L_2 = ___bConfirmed0; IL2CPP_RUNTIME_CLASS_INIT(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var); CRoleVehicleLogic_SendRespondInvite_m2503623065(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::OnServerMsgAgree(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic_OnServerMsgAgree_m417568921 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::OnServerMsgKick(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic_OnServerMsgKick_m3787955433 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CRoleVehicleLogic::.cctor() extern "C" IL2CPP_METHOD_ATTR void CRoleVehicleLogic__cctor_m25043020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleVehicleLogic__cctor_m25043020_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_0 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); V_0 = ((int32_t)30); String_t* L_1 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); ((CRoleVehicleLogic_t2059290988_StaticFields*)il2cpp_codegen_static_fields_for(CRoleVehicleLogic_t2059290988_il2cpp_TypeInfo_var))->set_s_strVehiclePropKey_0(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.Framework.Scene.CSceneModelObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj__ctor_m908031089 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { { ISceneBaseObj__ctor_m4120917529(__this, /*hidden argument*/NULL); __this->set_m_bSendLoadingTask_19((bool)0); return; } } // System.Void DMCore.Framework.Scene.CSceneModelObj::Reload() extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj_Reload_m3283027637 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneModelObj_Reload_m3283027637_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, __this); CDataProperty_t2806246268 * L_0 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CDataProperty_GetInt_m1935343217(L_0, _stringLiteral2037568315, (-1), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0027; } } { int32_t L_3 = V_0; CSceneModelObj_LoadingScene_m302177712(__this, L_3, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Void DMCore.Framework.Scene.CSceneModelObj::Destroy() extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj_Destroy_m2915148614 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneModelObj_Destroy_m2915148614_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ISceneBaseObj_GetPrefabPath_m2476546827(__this, /*hidden argument*/NULL); V_0 = L_0; ISceneBaseObj_Destroy_m2170965624(__this, /*hidden argument*/NULL); CResourceAdapter_t3687212940 * L_1 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0033; } } { 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_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_5 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = V_0; NullCheck(L_5); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_5, L_6); } IL_0033: { __this->set_m_bSendLoadingTask_19((bool)0); return; } } // DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.CSceneModelObj::GetObjType() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneModelObj_GetObjType_m1889432413 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // DMCore.Framework.Scene.ServerSceneObjType DMCore.Framework.Scene.CSceneModelObj::GetServerType() extern "C" IL2CPP_METHOD_ATTR int16_t CSceneModelObj_GetServerType_m1812804601 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { { return (int16_t)(1); } } // System.Void DMCore.Framework.Scene.CSceneModelObj::OnUserPropChangeBefore(System.String,DMCore.IDataUnit) extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj_OnUserPropChangeBefore_m4132622181 (CSceneModelObj_t2681526009 * __this, String_t* ___key0, IDataUnit_t677250155 * ___newData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneModelObj_OnUserPropChangeBefore_m4132622181_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*/, _stringLiteral2037568315, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0062; } } { CDataProperty_t2806246268 * L_2 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CDataProperty_Exist_m372773481(L_2, _stringLiteral2037568315, /*hidden argument*/NULL); if (!L_3) { goto IL_0048; } } { CDataProperty_t2806246268 * L_4 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CDataProperty_GetInt_m1935343217(L_4, _stringLiteral2037568315, (-1), /*hidden argument*/NULL); IDataUnit_t677250155 * L_6 = ___newData1; NullCheck(((CDataInt_t1932658480 *)CastclassClass((RuntimeObject*)L_6, CDataInt_t1932658480_il2cpp_TypeInfo_var))); int32_t L_7 = CDataInt_get_Data_m877434185(((CDataInt_t1932658480 *)CastclassClass((RuntimeObject*)L_6, CDataInt_t1932658480_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); G_B4_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0049; } IL_0048: { G_B4_0 = 1; } IL_0049: { V_0 = (bool)G_B4_0; bool L_8 = V_0; if (!L_8) { goto IL_0062; } } { IDataUnit_t677250155 * L_9 = ___newData1; NullCheck(((CDataInt_t1932658480 *)CastclassClass((RuntimeObject*)L_9, CDataInt_t1932658480_il2cpp_TypeInfo_var))); int32_t L_10 = CDataInt_get_Data_m877434185(((CDataInt_t1932658480 *)CastclassClass((RuntimeObject*)L_9, CDataInt_t1932658480_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); CSceneModelObj_LoadingScene_m302177712(__this, L_10, /*hidden argument*/NULL); } IL_0062: { return; } } // System.Void DMCore.Framework.Scene.CSceneModelObj::OnUserPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj_OnUserPropChangeEnd_m2884060979 (CSceneModelObj_t2681526009 * __this, String_t* ___key0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CSceneModelObj::OnNetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj_OnNetPropChangeEnd_m2584774380 (CSceneModelObj_t2681526009 * __this, String_t* ___key0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CSceneModelObj::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void CSceneModelObj_SubmitToScene_m470957089 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneModelObj_SubmitToScene_m470957089_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AudioClip_t3680889665 * V_1 = NULL; GameObject_t1113636619 * V_2 = NULL; AudioSource_t3935305588 * V_3 = NULL; AudioSource_t3935305588 * G_B5_0 = NULL; { bool L_0 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { ISceneBaseObj_SubmitToScene_m799218937(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_FitDynamicModel_m1490454006(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CProperty_GetInt_m2680341236(L_2, _stringLiteral2522787689, 0, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = Int32_ToString_m372259452((&V_0), _stringLiteral3451238364, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2003711464, L_5, /*hidden argument*/NULL); NullCheck(L_4); Object_t631007953 * L_7 = IResourceManager_CreateResource_m1279813597(L_4, L_6, (bool)0, /*hidden argument*/NULL); V_1 = ((AudioClip_t3680889665 *)IsInstSealed((RuntimeObject*)L_7, AudioClip_t3680889665_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_8 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1225903039, /*hidden argument*/NULL); V_2 = L_8; GameObject_t1113636619 * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0078; } } { GameObject_t1113636619 * L_11 = V_2; NullCheck(L_11); AudioSource_t3935305588 * L_12 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_11, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); G_B5_0 = L_12; goto IL_0079; } IL_0078: { G_B5_0 = ((AudioSource_t3935305588 *)(NULL)); } IL_0079: { V_3 = G_B5_0; AudioSource_t3935305588 * L_13 = V_3; 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_00bc; } } { AudioClip_t3680889665 * L_15 = V_1; 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_00bc; } } { AudioSource_t3935305588 * L_17 = V_3; AudioClip_t3680889665 * L_18 = V_1; NullCheck(L_17); AudioSource_set_clip_m31653938(L_17, L_18, /*hidden argument*/NULL); AudioSource_t3935305588 * L_19 = V_3; NullCheck(L_19); AudioSource_set_playOnAwake_m1824967994(L_19, (bool)0, /*hidden argument*/NULL); AudioSource_t3935305588 * L_20 = V_3; NullCheck(L_20); AudioClip_t3680889665 * L_21 = AudioSource_get_clip_m1234340632(L_20, /*hidden argument*/NULL); String_t* L_22 = Int32_ToString_m372259452((&V_0), _stringLiteral3451238364, /*hidden argument*/NULL); NullCheck(L_21); Object_set_name_m291480324(L_21, L_22, /*hidden argument*/NULL); goto IL_00dd; } IL_00bc: { CLogHelp_t779629444 * L_23 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_24 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3180909011, L_24, /*hidden argument*/NULL); NullCheck(L_23); CLogHelp_Log_m386290467(L_23, L_25, /*hidden argument*/NULL); } IL_00dd: { return; } } // System.Boolean DMCore.Framework.Scene.CSceneModelObj::IsMusicReady() extern "C" IL2CPP_METHOD_ATTR bool CSceneModelObj_IsMusicReady_m43506414 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneModelObj_IsMusicReady_m43506414_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CProperty_Check_m2093268374(L_0, _stringLiteral2522787689, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { return (bool)0; } IL_0017: { CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CProperty_GetInt_m2680341236(L_2, _stringLiteral2522787689, 0, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0031; } } { return (bool)0; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_5 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = Int32_ToString_m372259452((&V_0), _stringLiteral3451238364, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2003711464, L_6, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_8 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_5, L_7); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0059; } } { return (bool)1; } IL_0059: { return (bool)0; } } // System.Boolean DMCore.Framework.Scene.CSceneModelObj::PreLoadMusic() extern "C" IL2CPP_METHOD_ATTR bool CSceneModelObj_PreLoadMusic_m2735864573 (CSceneModelObj_t2681526009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneModelObj_PreLoadMusic_m2735864573_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CProperty_Check_m2093268374(L_0, _stringLiteral2522787689, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { return (bool)0; } IL_0017: { CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CProperty_GetInt_m2680341236(L_2, _stringLiteral2522787689, 0, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)0) >= ((int32_t)L_4))) { goto IL_0056; } } { String_t* L_5 = Int32_ToString_m372259452((&V_0), _stringLiteral3451238364, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2003711464, L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = V_1; NullCheck(L_7); IResourceManager_CreateResource_m1279813597(L_7, L_8, (bool)1, /*hidden argument*/NULL); return (bool)1; } IL_0056: { return (bool)0; } } // System.String DMCore.Framework.Scene.CSceneModelObj::GetSceneModelPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CSceneModelObj_GetSceneModelPath_m1819352666 (RuntimeObject * __this /* static, unused */, int32_t ___nSceneID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneModelObj_GetSceneModelPath_m1819352666_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_0 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = DanceSceneManager_get_ModifyDirectory_m3160050687(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_0030; } } { int32_t L_4 = ___nSceneID0; 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_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2441398634, L_6, _stringLiteral3452614529, /*hidden argument*/NULL); G_B3_0 = L_7; goto IL_0040; } IL_0030: { String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2708044729, L_8, _stringLiteral3452614529, /*hidden argument*/NULL); G_B3_0 = L_9; } IL_0040: { V_0 = G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_10 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_10) { goto IL_0068; } } { String_t* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_11, _stringLiteral2128222699, /*hidden argument*/NULL); int32_t L_13 = ___nSceneID0; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); int32_t L_16 = ___nSceneID0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = String_Format_m2556382932(NULL /*static, unused*/, L_12, L_15, L_18, /*hidden argument*/NULL); return L_19; } IL_0068: { String_t* L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, L_20, _stringLiteral2417289637, /*hidden argument*/NULL); int32_t L_22 = ___nSceneID0; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); int32_t L_25 = ___nSceneID0; int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); String_t* L_28 = String_Format_m2556382932(NULL /*static, unused*/, L_21, L_24, L_27, /*hidden argument*/NULL); return L_28; } } // System.Boolean DMCore.Framework.Scene.CSceneModelObj::LoadingScene(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CSceneModelObj_LoadingScene_m302177712 (CSceneModelObj_t2681526009 * __this, int32_t ___nSceneID0, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = __this->get_m_bSendLoadingTask_19(); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { V_0 = (bool)1; int32_t L_1 = ___nSceneID0; String_t* L_2 = CSceneModelObj_GetSceneModelPath_m1819352666(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); bool L_3 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_2, L_3, /*hidden argument*/NULL); __this->set_m_bSendLoadingTask_19((bool)1); return (bool)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 #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.CScenePropModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CScenePropModel__ctor_m191107269 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CScenePropModel__ctor_m191107269_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneBaseObj__ctor_m4120917529(__this, /*hidden argument*/NULL); __this->set_m_propID_20((-1)); IL2CPP_RUNTIME_CLASS_INIT(CScenePropModel_t3412795732_il2cpp_TypeInfo_var); int32_t L_0 = ((CScenePropModel_t3412795732_StaticFields*)il2cpp_codegen_static_fields_for(CScenePropModel_t3412795732_il2cpp_TypeInfo_var))->get_s_nClientIndex_21(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); ((CScenePropModel_t3412795732_StaticFields*)il2cpp_codegen_static_fields_for(CScenePropModel_t3412795732_il2cpp_TypeInfo_var))->set_s_nClientIndex_21(L_1); __this->set_m_clientIndex_19(L_1); return; } } // DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.CScenePropModel::GetObjType() extern "C" IL2CPP_METHOD_ATTR int32_t CScenePropModel_GetObjType_m3201689973 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // DMCore.Framework.Scene.ServerSceneObjType DMCore.Framework.Scene.CScenePropModel::GetServerType() extern "C" IL2CPP_METHOD_ATTR int16_t CScenePropModel_GetServerType_m3400037691 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method) { { return (int16_t)(8); } } // System.Int32 DMCore.Framework.Scene.CScenePropModel::GetClientIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CScenePropModel_GetClientIndex_m91668001 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_clientIndex_19(); return L_0; } } // System.Void DMCore.Framework.Scene.CScenePropModel::SetPropID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CScenePropModel_SetPropID_m824714894 (CScenePropModel_t3412795732 * __this, int32_t ___propID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CScenePropModel_SetPropID_m824714894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___propID0; __this->set_m_propID_20(L_0); int32_t L_1 = __this->get_m_propID_20(); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = __this->get_m_clientIndex_19(); 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*/, _stringLiteral3571324100, L_3, L_6, /*hidden argument*/NULL); ISceneBaseObj_SetName_m2657421930(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get_m_propID_20(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); int32_t L_11 = __this->get_m_propID_20(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); String_t* L_14 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3808956572, L_10, L_13, /*hidden argument*/NULL); ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_14, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Scene.CScenePropModel::GetPropID() extern "C" IL2CPP_METHOD_ATTR int32_t CScenePropModel_GetPropID_m1766367195 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_propID_20(); return L_0; } } // System.Boolean DMCore.Framework.Scene.CScenePropModel::Attach2DCoord(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool CScenePropModel_Attach2DCoord_m3319417677 (CScenePropModel_t3412795732 * __this, Vector3_t3722313464 ___position0, const RuntimeMethod* method) { { return (bool)1; } } // System.Void DMCore.Framework.Scene.CScenePropModel::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void CScenePropModel_SubmitToScene_m82490022 (CScenePropModel_t3412795732 * __this, const RuntimeMethod* method) { { bool L_0 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { ISceneBaseObj_SubmitToScene_m799218937(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CScenePropModel::.cctor() extern "C" IL2CPP_METHOD_ATTR void CScenePropModel__cctor_m2864342836 (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.CSceneService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSceneService__ctor_m3627959225 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService__ctor_m3627959225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILogicBase__ctor_m2199354544(__this, /*hidden argument*/NULL); __this->set_m_Scene_12((CSceneModelObj_t2681526009 *)NULL); __this->set_m_MainRole_13((CMainRole_t4200562839 *)NULL); __this->set_m_SceneID_4((-1)); __this->set_m_RoleNum_5(0); __this->set_m_laborNum_6(0); List_1_t2330697225 * L_0 = (List_1_t2330697225 *)il2cpp_codegen_object_new(List_1_t2330697225_il2cpp_TypeInfo_var); List_1__ctor_m4281055953(L_0, /*hidden argument*/List_1__ctor_m4281055953_RuntimeMethod_var); __this->set_m_SceneObjArrayRole_9(L_0); List_1_t589903178 * L_1 = (List_1_t589903178 *)il2cpp_codegen_object_new(List_1_t589903178_il2cpp_TypeInfo_var); List_1__ctor_m3872670482(L_1, /*hidden argument*/List_1__ctor_m3872670482_RuntimeMethod_var); __this->set_m_SceneObjArrayProp_10(L_1); List_1_t1151801416 * L_2 = (List_1_t1151801416 *)il2cpp_codegen_object_new(List_1_t1151801416_il2cpp_TypeInfo_var); List_1__ctor_m2555822532(L_2, /*hidden argument*/List_1__ctor_m2555822532_RuntimeMethod_var); __this->set_m_SceneNpcList_11(L_2); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ILogicBase_AddChild_m4104591912(L_3, __this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerator`1 DMCore.Framework.Scene.CSceneService::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CSceneService_GetEnumerator_m662745731 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetEnumerator_m662745731_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 *)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ec__Iterator0_t2591041431_il2cpp_TypeInfo_var); U3CGetEnumeratorU3Ec__Iterator0__ctor_m4164325991(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_3(__this); U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * L_2 = V_0; return L_2; } } // System.Collections.Generic.IEnumerator`1 DMCore.Framework.Scene.CSceneService::GetRoleEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CSceneService_GetRoleEnumerator_m432970706 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetRoleEnumerator_m432970706_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * V_0 = NULL; { U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * L_0 = (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 *)il2cpp_codegen_object_new(U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683_il2cpp_TypeInfo_var); U3CGetRoleEnumeratorU3Ec__Iterator1__ctor_m2080943643(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * L_2 = V_0; return L_2; } } // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetRoot(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetRoot_m2613761818 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___objTrans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetRoot_m2613761818_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { Transform_t3600365921 * L_0 = ___objTrans0; V_0 = L_0; goto IL_000e; } IL_0007: { Transform_t3600365921 * L_1 = V_0; NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_get_parent_m835071599(L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_000e: { Transform_t3600365921 * L_3 = V_0; 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_002b; } } { Transform_t3600365921 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_get_parent_m835071599(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0007; } } IL_002b: { Transform_t3600365921 * L_8 = V_0; return L_8; } } // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetRoleRoot(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetRoleRoot_m1645653445 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___objTrans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetRoleRoot_m1645653445_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { Transform_t3600365921 * L_0 = ___objTrans0; V_0 = L_0; goto IL_0026; } IL_0007: { Transform_t3600365921 * L_1 = V_0; NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral287567133, /*hidden argument*/NULL); 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_001f; } } { Transform_t3600365921 * L_4 = V_0; return L_4; } IL_001f: { Transform_t3600365921 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_get_parent_m835071599(L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0026: { Transform_t3600365921 * L_7 = V_0; 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_0007; } } { return (Transform_t3600365921 *)NULL; } } // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetScenePointTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetScenePointTrans_m1104265267 (CSceneService_t551449725 * __this, int32_t ___posIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetScenePointTrans_m1104265267_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * G_B3_0 = NULL; Transform_t3600365921 * G_B6_0 = NULL; { CSceneModelObj_t2681526009 * L_0 = __this->get_m_Scene_12(); if (!L_0) { goto IL_001b; } } { CSceneModelObj_t2681526009 * L_1 = __this->get_m_Scene_12(); NullCheck(L_1); Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_001c: { V_0 = G_B3_0; Transform_t3600365921 * L_3 = V_0; 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_004b; } } { Transform_t3600365921 * L_5 = V_0; String_t* L_6 = Int32_ToString_m141394615((&___posIndex0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral25856381, L_6, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_5, L_7, /*hidden argument*/NULL); G_B6_0 = L_8; goto IL_004c; } IL_004b: { G_B6_0 = ((Transform_t3600365921 *)(NULL)); } IL_004c: { V_1 = G_B6_0; Transform_t3600365921 * L_9 = V_1; return L_9; } } // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetSwimmingPointTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetSwimmingPointTrans_m3495401921 (CSceneService_t551449725 * __this, int32_t ___posIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetSwimmingPointTrans_m3495401921_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * G_B3_0 = NULL; Transform_t3600365921 * G_B6_0 = NULL; { CSceneModelObj_t2681526009 * L_0 = __this->get_m_Scene_12(); if (!L_0) { goto IL_001b; } } { CSceneModelObj_t2681526009 * L_1 = __this->get_m_Scene_12(); NullCheck(L_1); Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_001c: { V_0 = G_B3_0; Transform_t3600365921 * L_3 = V_0; 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_004b; } } { Transform_t3600365921 * L_5 = V_0; String_t* L_6 = Int32_ToString_m141394615((&___posIndex0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3640668268, L_6, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_5, L_7, /*hidden argument*/NULL); G_B6_0 = L_8; goto IL_004c; } IL_004b: { G_B6_0 = ((Transform_t3600365921 *)(NULL)); } IL_004c: { V_1 = G_B6_0; Transform_t3600365921 * L_9 = V_1; return L_9; } } // System.Int32 DMCore.Framework.Scene.CSceneService::GetSceneID() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetSceneID_m4243087892 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_SceneID_4(); return L_0; } } // System.Void DMCore.Framework.Scene.CSceneService::SetSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetSceneID_m2003638378 (CSceneService_t551449725 * __this, int32_t ___ID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_SetSceneID_m2003638378_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_0 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___ID0; NullCheck(L_0); int32_t L_2 = DanceSceneManager_CheckWaittingSceneID_m1141461945(L_0, L_1, /*hidden argument*/NULL); __this->set_m_SceneID_4(L_2); CDataProperty_t2806246268 * L_3 = CSceneService_GetSceneUserProperty_m852781331(__this, /*hidden argument*/NULL); V_0 = L_3; CDataProperty_t2806246268 * L_4 = V_0; if (!L_4) { goto IL_002f; } } { CDataProperty_t2806246268 * L_5 = V_0; int32_t L_6 = __this->get_m_SceneID_4(); NullCheck(L_5); CDataProperty_Add_m837145387(L_5, _stringLiteral2037568315, L_6, /*hidden argument*/NULL); } IL_002f: { return; } } // System.Void DMCore.Framework.Scene.CSceneService::SetRoleNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetRoleNum_m2792841694 (CSceneService_t551449725 * __this, int32_t ___Num0, const RuntimeMethod* method) { { int32_t L_0 = ___Num0; __this->set_m_RoleNum_5(L_0); return; } } // System.Void DMCore.Framework.Scene.CSceneService::SetLaborNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetLaborNum_m3875193949 (CSceneService_t551449725 * __this, int32_t ___Num0, const RuntimeMethod* method) { { int32_t L_0 = ___Num0; __this->set_m_laborNum_6(L_0); return; } } // System.Boolean DMCore.Framework.Scene.CSceneService::m_laborNeedJudge() extern "C" IL2CPP_METHOD_ATTR bool CSceneService_m_laborNeedJudge_m202520281 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_laborNum_6(); __this->set_m_laborNum_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_m_laborNum_6(); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_001c; } } { return (bool)0; } IL_001c: { return (bool)1; } } // System.Void DMCore.Framework.Scene.CSceneService::BeforeChangeScene(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CSceneService_BeforeChangeScene_m299274630 (CSceneService_t551449725 * __this, String_t* ___old0, String_t* ___Newname1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_BeforeChangeScene_m299274630_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___old0; if (!L_0) { goto IL_002e; } } { String_t* L_1 = ___old0; NullCheck(L_1); int32_t L_2 = String_CompareTo_m3414379165(L_1, _stringLiteral840214861, /*hidden argument*/NULL); if (L_2) { goto IL_002e; } } { CMainRole_t4200562839 * L_3 = __this->get_m_MainRole_13(); if (!L_3) { goto IL_002e; } } { CMainRole_t4200562839 * L_4 = __this->get_m_MainRole_13(); String_t* L_5 = ___old0; String_t* L_6 = ___Newname1; NullCheck(L_4); VirtActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnChangeScene(System.String,System.String) */, L_4, L_5, L_6); } IL_002e: { String_t* L_7 = ___old0; NullCheck(L_7); int32_t L_8 = String_CompareTo_m3414379165(L_7, _stringLiteral3500937908, /*hidden argument*/NULL); if (L_8) { goto IL_0048; } } { CSceneService_t551449725 * L_9 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CSceneService_DestroyNpc_m2384329419(L_9, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Int32 DMCore.Framework.Scene.CSceneService::GetRoleNum() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetRoleNum_m2909813266 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetRoleNum_m2909813266_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { V_0 = G_B3_0; List_1_t2330697225 * L_1 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1301629823(L_1, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); int32_t L_3 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetRoleObj(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetRoleObj_m3880305570 (CSceneService_t551449725 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetRoleObj_m3880305570_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; { int32_t L_0 = ___nIndex0; V_0 = L_0; CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); if (!L_1) { goto IL_001e; } } { int32_t L_2 = ___nIndex0; if (L_2) { goto IL_001a; } } { CMainRole_t4200562839 * L_3 = __this->get_m_MainRole_13(); return L_3; } IL_001a: { int32_t L_4 = ___nIndex0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_001e: { int32_t L_5 = V_0; if ((((int32_t)0) > ((int32_t)L_5))) { goto IL_0045; } } { List_1_t2330697225 * L_6 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m1301629823(L_6, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); int32_t L_8 = V_0; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_0045; } } { List_1_t2330697225 * L_9 = __this->get_m_SceneObjArrayRole_9(); int32_t L_10 = V_0; NullCheck(L_9); ISceneBaseObj_t858622483 * L_11 = List_1_get_Item_m442347136(L_9, L_10, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_1 = L_11; ISceneBaseObj_t858622483 * L_12 = V_1; return L_12; } IL_0045: { return (ISceneBaseObj_t858622483 *)NULL; } } // System.Int32 DMCore.Framework.Scene.CSceneService::GetRoleReadyNum() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetRoleReadyNum_m1441549904 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetRoleReadyNum_m1441549904_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (!L_0) { goto IL_0021; } } { CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_1); if (!L_2) { goto IL_0021; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0021: { V_1 = 0; goto IL_0057; } IL_0028: { List_1_t2330697225 * L_4 = __this->get_m_SceneObjArrayRole_9(); int32_t L_5 = V_1; NullCheck(L_4); ISceneBaseObj_t858622483 * L_6 = List_1_get_Item_m442347136(L_4, L_5, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); if (!L_6) { goto IL_0053; } } { List_1_t2330697225 * L_7 = __this->get_m_SceneObjArrayRole_9(); int32_t L_8 = V_1; NullCheck(L_7); ISceneBaseObj_t858622483 * L_9 = List_1_get_Item_m442347136(L_7, L_8, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_9); if (!L_10) { goto IL_0053; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0053: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0057: { int32_t L_13 = V_1; List_1_t2330697225 * L_14 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m1301629823(L_14, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0028; } } { int32_t L_16 = V_0; return L_16; } } // System.Int32 DMCore.Framework.Scene.CSceneService::GetRoleValidNum() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetRoleValidNum_m2742608372 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetRoleValidNum_m2742608372_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (!L_0) { goto IL_0021; } } { CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0021: { V_1 = 0; goto IL_0057; } IL_0028: { List_1_t2330697225 * L_4 = __this->get_m_SceneObjArrayRole_9(); int32_t L_5 = V_1; NullCheck(L_4); ISceneBaseObj_t858622483 * L_6 = List_1_get_Item_m442347136(L_4, L_5, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); if (!L_6) { goto IL_0053; } } { List_1_t2330697225 * L_7 = __this->get_m_SceneObjArrayRole_9(); int32_t L_8 = V_1; NullCheck(L_7); ISceneBaseObj_t858622483 * L_9 = List_1_get_Item_m442347136(L_7, L_8, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); NullCheck(L_9); bool L_10 = ISceneBaseObj_IsValid_m1197404667(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0053; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0053: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0057: { int32_t L_13 = V_1; List_1_t2330697225 * L_14 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m1301629823(L_14, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0028; } } { int32_t L_16 = V_0; return L_16; } } // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.CSceneService::GetSceneNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * CSceneService_GetSceneNetProperty_m2882939145 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { CSceneModelObj_t2681526009 * V_0 = NULL; CProperty_t963755051 * G_B3_0 = NULL; { CSceneModelObj_t2681526009 * L_0 = CSceneService_GetSceneObj_m85658510(__this, /*hidden argument*/NULL); V_0 = L_0; CSceneModelObj_t2681526009 * L_1 = V_0; if (!L_1) { goto IL_0018; } } { CSceneModelObj_t2681526009 * L_2 = V_0; NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0019; } IL_0018: { G_B3_0 = ((CProperty_t963755051 *)(NULL)); } IL_0019: { return G_B3_0; } } // DMCore.CDataProperty DMCore.Framework.Scene.CSceneService::GetSceneUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CSceneService_GetSceneUserProperty_m852781331 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { CSceneModelObj_t2681526009 * V_0 = NULL; CDataProperty_t2806246268 * G_B3_0 = NULL; { CSceneModelObj_t2681526009 * L_0 = CSceneService_GetSceneObj_m85658510(__this, /*hidden argument*/NULL); V_0 = L_0; CSceneModelObj_t2681526009 * L_1 = V_0; if (!L_1) { goto IL_0018; } } { CSceneModelObj_t2681526009 * L_2 = V_0; NullCheck(L_2); CDataProperty_t2806246268 * L_3 = ISceneBaseObj_GetUserProperty_m776816018(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0019; } IL_0018: { G_B3_0 = ((CDataProperty_t2806246268 *)(NULL)); } IL_0019: { return G_B3_0; } } // System.Void DMCore.Framework.Scene.CSceneService::OnPaintEnd() extern "C" IL2CPP_METHOD_ATTR void CSceneService_OnPaintEnd_m2076656791 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_OnPaintEnd_m2076656791_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Flush_m1359160727(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CSceneService::OnAfterUpdate() extern "C" IL2CPP_METHOD_ATTR void CSceneService_OnAfterUpdate_m2682086365 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_OnAfterUpdate_m2682086365_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (!L_0) { goto IL_0016; } } { CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(27 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnAfterAnimUpdate() */, L_1); } IL_0016: { V_0 = 0; goto IL_0048; } IL_001d: { List_1_t2330697225 * L_2 = __this->get_m_SceneObjArrayRole_9(); int32_t L_3 = V_0; NullCheck(L_2); ISceneBaseObj_t858622483 * L_4 = List_1_get_Item_m442347136(L_2, L_3, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); NullCheck(L_4); bool L_5 = ISceneBaseObj_IsEnable_m3745268461(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { List_1_t2330697225 * L_6 = __this->get_m_SceneObjArrayRole_9(); int32_t L_7 = V_0; NullCheck(L_6); ISceneBaseObj_t858622483 * L_8 = List_1_get_Item_m442347136(L_6, L_7, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); NullCheck(L_8); VirtActionInvoker0::Invoke(27 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnAfterAnimUpdate() */, L_8); } IL_0044: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0048: { int32_t L_10 = V_0; List_1_t2330697225 * L_11 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m1301629823(L_11, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_001d; } } { return; } } // 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 (CSceneService_t551449725 * __this, String_t* ___strName0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_CreateGameObj_m958236987_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; CScenePropModel_t3412795732 * V_1 = NULL; CPetModel_t3783790547 * V_2 = NULL; { V_0 = (ISceneBaseObj_t858622483 *)NULL; int32_t L_0 = ___type1; if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0015; } } { CSceneModelObj_t2681526009 * L_1 = __this->get_m_Scene_12(); V_0 = L_1; goto IL_001d; } IL_0015: { String_t* L_2 = ___strName0; ISceneBaseObj_t858622483 * L_3 = CSceneService_FindGameObj_m1604481576(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_001d: { ISceneBaseObj_t858622483 * L_4 = V_0; if (!L_4) { goto IL_002c; } } { ISceneBaseObj_t858622483 * L_5 = V_0; String_t* L_6 = ___strName0; NullCheck(L_5); ISceneBaseObj_SetName_m2657421930(L_5, L_6, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_7 = V_0; return L_7; } IL_002c: { int32_t L_8 = ___type1; if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_005c; } } { CMainRole_t4200562839 * L_9 = __this->get_m_MainRole_13(); if (!L_9) { goto IL_0045; } } { CMainRole_t4200562839 * L_10 = __this->get_m_MainRole_13(); return L_10; } IL_0045: { CMainRole_t4200562839 * L_11 = (CMainRole_t4200562839 *)il2cpp_codegen_object_new(CMainRole_t4200562839_il2cpp_TypeInfo_var); CMainRole__ctor_m1450063579(L_11, /*hidden argument*/NULL); __this->set_m_MainRole_13(L_11); CMainRole_t4200562839 * L_12 = __this->get_m_MainRole_13(); V_0 = L_12; goto IL_011a; } IL_005c: { int32_t L_13 = ___type1; if ((!(((uint32_t)L_13) == ((uint32_t)3)))) { goto IL_007a; } } { CSceneModelObj_t2681526009 * L_14 = (CSceneModelObj_t2681526009 *)il2cpp_codegen_object_new(CSceneModelObj_t2681526009_il2cpp_TypeInfo_var); CSceneModelObj__ctor_m908031089(L_14, /*hidden argument*/NULL); __this->set_m_Scene_12(L_14); CSceneModelObj_t2681526009 * L_15 = __this->get_m_Scene_12(); V_0 = L_15; goto IL_011a; } IL_007a: { int32_t L_16 = ___type1; if (L_16) { goto IL_0097; } } { ISceneBaseObj_t858622483 * L_17 = (ISceneBaseObj_t858622483 *)il2cpp_codegen_object_new(ISceneBaseObj_t858622483_il2cpp_TypeInfo_var); ISceneBaseObj__ctor_m4120917529(L_17, /*hidden argument*/NULL); V_0 = L_17; List_1_t2330697225 * L_18 = __this->get_m_SceneObjArrayRole_9(); ISceneBaseObj_t858622483 * L_19 = V_0; NullCheck(L_18); List_1_Add_m1566169173(L_18, L_19, /*hidden argument*/List_1_Add_m1566169173_RuntimeMethod_var); goto IL_011a; } IL_0097: { int32_t L_20 = ___type1; if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_00b5; } } { ISceneRole_t2394225724 * L_21 = (ISceneRole_t2394225724 *)il2cpp_codegen_object_new(ISceneRole_t2394225724_il2cpp_TypeInfo_var); ISceneRole__ctor_m212722519(L_21, /*hidden argument*/NULL); V_0 = L_21; List_1_t2330697225 * L_22 = __this->get_m_SceneObjArrayRole_9(); ISceneBaseObj_t858622483 * L_23 = V_0; NullCheck(L_22); List_1_Add_m1566169173(L_22, L_23, /*hidden argument*/List_1_Add_m1566169173_RuntimeMethod_var); goto IL_011a; } IL_00b5: { int32_t L_24 = ___type1; if ((!(((uint32_t)L_24) == ((uint32_t)4)))) { goto IL_00d5; } } { CScenePropModel_t3412795732 * L_25 = (CScenePropModel_t3412795732 *)il2cpp_codegen_object_new(CScenePropModel_t3412795732_il2cpp_TypeInfo_var); CScenePropModel__ctor_m191107269(L_25, /*hidden argument*/NULL); V_1 = L_25; CScenePropModel_t3412795732 * L_26 = V_1; V_0 = L_26; List_1_t589903178 * L_27 = __this->get_m_SceneObjArrayProp_10(); CScenePropModel_t3412795732 * L_28 = V_1; NullCheck(L_27); List_1_Add_m4065112026(L_27, L_28, /*hidden argument*/List_1_Add_m4065112026_RuntimeMethod_var); goto IL_011a; } IL_00d5: { int32_t L_29 = ___type1; if ((!(((uint32_t)L_29) == ((uint32_t)5)))) { goto IL_00f5; } } { CPetModel_t3783790547 * L_30 = (CPetModel_t3783790547 *)il2cpp_codegen_object_new(CPetModel_t3783790547_il2cpp_TypeInfo_var); CPetModel__ctor_m2823182446(L_30, /*hidden argument*/NULL); V_2 = L_30; CPetModel_t3783790547 * L_31 = V_2; V_0 = L_31; List_1_t1151801416 * L_32 = __this->get_m_SceneNpcList_11(); CPetModel_t3783790547 * L_33 = V_2; NullCheck(L_32); List_1_Add_m2999598068(L_32, L_33, /*hidden argument*/List_1_Add_m2999598068_RuntimeMethod_var); goto IL_011a; } IL_00f5: { CLogHelp_t779629444 * L_34 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_35 = Box(enumSceneObjType_t2879723971_il2cpp_TypeInfo_var, (&___type1)); NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); ___type1 = *(int32_t*)UnBox(L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral327378351, L_36, /*hidden argument*/NULL); NullCheck(L_34); CLogHelp_LogAuto_m2403746865(L_34, L_37, /*hidden argument*/NULL); V_0 = (ISceneBaseObj_t858622483 *)NULL; return (ISceneBaseObj_t858622483 *)NULL; } IL_011a: { ISceneBaseObj_t858622483 * L_38 = V_0; NullCheck(L_38); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnCreate() */, L_38); ISceneBaseObj_t858622483 * L_39 = V_0; String_t* L_40 = ___strName0; NullCheck(L_39); ISceneBaseObj_SetName_m2657421930(L_39, L_40, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_41 = V_0; ILogicBase_AddChild_m4104591912(__this, L_41, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_42 = V_0; return L_42; } } // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * CSceneService_GetMainRole_m3386793463 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (L_0) { goto IL_0011; } } { CSceneService_LoadMainRole_m2366359719(__this, /*hidden argument*/NULL); } IL_0011: { CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); return L_1; } } // DMCore.Framework.Scene.CSceneModelObj DMCore.Framework.Scene.CSceneService::GetSceneObj() extern "C" IL2CPP_METHOD_ATTR CSceneModelObj_t2681526009 * CSceneService_GetSceneObj_m85658510 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { CSceneModelObj_t2681526009 * L_0 = __this->get_m_Scene_12(); if (L_0) { goto IL_0011; } } { CSceneService_LoadScene_m2415639068(__this, /*hidden argument*/NULL); } IL_0011: { CSceneModelObj_t2681526009 * L_1 = __this->get_m_Scene_12(); return L_1; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetSceneBaseObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetSceneBaseObj_m1922388889 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetSceneBaseObj_m1922388889_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * V_0 = NULL; ISceneBaseObj_t858622483 * V_1 = NULL; { U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * L_0 = (U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 *)il2cpp_codegen_object_new(U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350_il2cpp_TypeInfo_var); U3CGetSceneBaseObjU3Ec__AnonStorey2__ctor_m3375340077(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * L_1 = V_0; int64_t L_2 = ___userID0; NullCheck(L_1); L_1->set_userID_0(L_2); CMainRole_t4200562839 * L_3 = __this->get_m_MainRole_13(); if (!L_3) { goto IL_0035; } } { U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * L_4 = V_0; NullCheck(L_4); int64_t L_5 = L_4->get_userID_0(); CMainRole_t4200562839 * L_6 = __this->get_m_MainRole_13(); NullCheck(L_6); int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_6); if ((!(((uint64_t)L_5) == ((uint64_t)L_7)))) { goto IL_0035; } } { CMainRole_t4200562839 * L_8 = __this->get_m_MainRole_13(); return L_8; } IL_0035: { List_1_t2330697225 * L_9 = __this->get_m_SceneObjArrayRole_9(); U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * L_10 = V_0; intptr_t L_11 = (intptr_t)U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__0_m4007943066_RuntimeMethod_var; Predicate_1_t1683916607 * L_12 = (Predicate_1_t1683916607 *)il2cpp_codegen_object_new(Predicate_1_t1683916607_il2cpp_TypeInfo_var); Predicate_1__ctor_m2615548371(L_12, L_10, L_11, /*hidden argument*/Predicate_1__ctor_m2615548371_RuntimeMethod_var); NullCheck(L_9); ISceneBaseObj_t858622483 * L_13 = List_1_Find_m2006048491(L_9, L_12, /*hidden argument*/List_1_Find_m2006048491_RuntimeMethod_var); V_1 = L_13; ISceneBaseObj_t858622483 * L_14 = V_1; if (!L_14) { goto IL_0055; } } { ISceneBaseObj_t858622483 * L_15 = V_1; return L_15; } IL_0055: { List_1_t589903178 * L_16 = __this->get_m_SceneObjArrayProp_10(); U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * L_17 = V_0; intptr_t L_18 = (intptr_t)U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__1_m97470413_RuntimeMethod_var; Predicate_1_t4238089856 * L_19 = (Predicate_1_t4238089856 *)il2cpp_codegen_object_new(Predicate_1_t4238089856_il2cpp_TypeInfo_var); Predicate_1__ctor_m1181677812(L_19, L_17, L_18, /*hidden argument*/Predicate_1__ctor_m1181677812_RuntimeMethod_var); NullCheck(L_16); CScenePropModel_t3412795732 * L_20 = List_1_Find_m745184328(L_16, L_19, /*hidden argument*/List_1_Find_m745184328_RuntimeMethod_var); V_1 = L_20; ISceneBaseObj_t858622483 * L_21 = V_1; if (!L_21) { goto IL_0075; } } { ISceneBaseObj_t858622483 * L_22 = V_1; return L_22; } IL_0075: { List_1_t1151801416 * L_23 = __this->get_m_SceneNpcList_11(); U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * L_24 = V_0; intptr_t L_25 = (intptr_t)U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__2_m2257658120_RuntimeMethod_var; Predicate_1_t505020798 * L_26 = (Predicate_1_t505020798 *)il2cpp_codegen_object_new(Predicate_1_t505020798_il2cpp_TypeInfo_var); Predicate_1__ctor_m868389319(L_26, L_24, L_25, /*hidden argument*/Predicate_1__ctor_m868389319_RuntimeMethod_var); NullCheck(L_23); ISceneNpcBase_t3974693970 * L_27 = List_1_Find_m2686171262(L_23, L_26, /*hidden argument*/List_1_Find_m2686171262_RuntimeMethod_var); V_1 = L_27; ISceneBaseObj_t858622483 * L_28 = V_1; if (!L_28) { goto IL_0095; } } { ISceneBaseObj_t858622483 * L_29 = V_1; return L_29; } IL_0095: { return (ISceneBaseObj_t858622483 *)NULL; } } // System.Void DMCore.Framework.Scene.CSceneService::ReloadAllNpc() extern "C" IL2CPP_METHOD_ATTR void CSceneService_ReloadAllNpc_m3535062408 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_ReloadAllNpc_m3535062408_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_002f; } IL_0007: { List_1_t1151801416 * L_0 = __this->get_m_SceneNpcList_11(); int32_t L_1 = V_0; NullCheck(L_0); ISceneNpcBase_t3974693970 * L_2 = List_1_get_Item_m3630365583(L_0, L_1, /*hidden argument*/List_1_get_Item_m3630365583_RuntimeMethod_var); NullCheck(L_2); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_2, (bool)1); List_1_t1151801416 * L_3 = __this->get_m_SceneNpcList_11(); int32_t L_4 = V_0; NullCheck(L_3); ISceneNpcBase_t3974693970 * L_5 = List_1_get_Item_m3630365583(L_3, L_4, /*hidden argument*/List_1_get_Item_m3630365583_RuntimeMethod_var); NullCheck(L_5); ISceneNpcBase_set_IsSubmitAlready_m475230837(L_5, (bool)0, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002f: { int32_t L_7 = V_0; List_1_t1151801416 * L_8 = __this->get_m_SceneNpcList_11(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m375102503(L_8, /*hidden argument*/List_1_get_Count_m375102503_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } { return; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetSceneBaseObj(System.Int32,DMCore.Framework.Scene.enumSceneObjType) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetSceneBaseObj_m2557609236 (CSceneService_t551449725 * __this, int32_t ___index0, int32_t ___objType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_GetSceneBaseObj_m2557609236_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (ISceneBaseObj_t858622483 *)NULL; int32_t L_0 = ___objType1; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0015; } } { int32_t L_1 = ___objType1; if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_005d; } } { goto IL_0087; } IL_0015: { int32_t L_2 = ___index0; V_1 = L_2; CMainRole_t4200562839 * L_3 = __this->get_m_MainRole_13(); if (!L_3) { goto IL_0033; } } { int32_t L_4 = ___index0; if (L_4) { goto IL_002f; } } { CMainRole_t4200562839 * L_5 = __this->get_m_MainRole_13(); return L_5; } IL_002f: { int32_t L_6 = ___index0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); } IL_0033: { int32_t L_7 = V_1; if ((((int32_t)0) > ((int32_t)L_7))) { goto IL_0058; } } { List_1_t2330697225 * L_8 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m1301629823(L_8, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); int32_t L_10 = V_1; if ((((int32_t)L_9) <= ((int32_t)L_10))) { goto IL_0058; } } { List_1_t2330697225 * L_11 = __this->get_m_SceneObjArrayRole_9(); int32_t L_12 = V_1; NullCheck(L_11); ISceneBaseObj_t858622483 * L_13 = List_1_get_Item_m442347136(L_11, L_12, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_0 = L_13; } IL_0058: { goto IL_0087; } IL_005d: { int32_t L_14 = ___index0; if ((((int32_t)L_14) < ((int32_t)0))) { goto IL_0082; } } { int32_t L_15 = ___index0; List_1_t1151801416 * L_16 = __this->get_m_SceneNpcList_11(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m375102503(L_16, /*hidden argument*/List_1_get_Count_m375102503_RuntimeMethod_var); if ((((int32_t)L_15) >= ((int32_t)L_17))) { goto IL_0082; } } { List_1_t1151801416 * L_18 = __this->get_m_SceneNpcList_11(); int32_t L_19 = ___index0; NullCheck(L_18); ISceneNpcBase_t3974693970 * L_20 = List_1_get_Item_m3630365583(L_18, L_19, /*hidden argument*/List_1_get_Item_m3630365583_RuntimeMethod_var); V_0 = L_20; } IL_0082: { goto IL_0087; } IL_0087: { ISceneBaseObj_t858622483 * L_21 = V_0; return L_21; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::FindGameObj(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_FindGameObj_m3328962034 (CSceneService_t551449725 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindGameObj_m3328962034_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; int32_t V_2 = 0; ISceneBaseObj_t858622483 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; ISceneNpcBase_t3974693970 * V_6 = 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_000e; } } { return (ISceneBaseObj_t858622483 *)NULL; } IL_000e: { CMainRole_t4200562839 * L_2 = __this->get_m_MainRole_13(); if (!L_2) { goto IL_0051; } } { CMainRole_t4200562839 * L_3 = __this->get_m_MainRole_13(); NullCheck(L_3); Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(L_3, /*hidden argument*/NULL); 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_0051; } } { CMainRole_t4200562839 * L_6 = __this->get_m_MainRole_13(); NullCheck(L_6); Transform_t3600365921 * L_7 = ISceneBaseObj_GetTransform_m3818769012(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0051; } } { CMainRole_t4200562839 * L_11 = __this->get_m_MainRole_13(); return L_11; } IL_0051: { V_0 = 0; goto IL_0098; } IL_0058: { List_1_t2330697225 * L_12 = __this->get_m_SceneObjArrayRole_9(); int32_t L_13 = V_0; NullCheck(L_12); ISceneBaseObj_t858622483 * L_14 = List_1_get_Item_m442347136(L_12, L_13, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_1 = L_14; ISceneBaseObj_t858622483 * L_15 = V_1; if (!L_15) { goto IL_0094; } } { ISceneBaseObj_t858622483 * L_16 = V_1; NullCheck(L_16); Transform_t3600365921 * L_17 = ISceneBaseObj_GetTransform_m3818769012(L_16, /*hidden argument*/NULL); 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_0094; } } { ISceneBaseObj_t858622483 * L_19 = V_1; NullCheck(L_19); Transform_t3600365921 * L_20 = ISceneBaseObj_GetTransform_m3818769012(L_19, /*hidden argument*/NULL); NullCheck(L_20); GameObject_t1113636619 * L_21 = Component_get_gameObject_m442555142(L_20, /*hidden argument*/NULL); GameObject_t1113636619 * L_22 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0094; } } { ISceneBaseObj_t858622483 * L_24 = V_1; return L_24; } IL_0094: { int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0098: { int32_t L_26 = V_0; List_1_t2330697225 * L_27 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_27); int32_t L_28 = List_1_get_Count_m1301629823(L_27, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_0058; } } { V_2 = 0; goto IL_00f0; } IL_00b0: { List_1_t589903178 * L_29 = __this->get_m_SceneObjArrayProp_10(); int32_t L_30 = V_2; NullCheck(L_29); CScenePropModel_t3412795732 * L_31 = List_1_get_Item_m1263104573(L_29, L_30, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); V_3 = L_31; ISceneBaseObj_t858622483 * L_32 = V_3; if (!L_32) { goto IL_00ec; } } { ISceneBaseObj_t858622483 * L_33 = V_3; NullCheck(L_33); Transform_t3600365921 * L_34 = ISceneBaseObj_GetTransform_m3818769012(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_35 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00ec; } } { ISceneBaseObj_t858622483 * L_36 = V_3; NullCheck(L_36); Transform_t3600365921 * L_37 = ISceneBaseObj_GetTransform_m3818769012(L_36, /*hidden argument*/NULL); NullCheck(L_37); GameObject_t1113636619 * L_38 = Component_get_gameObject_m442555142(L_37, /*hidden argument*/NULL); GameObject_t1113636619 * L_39 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_40 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00ec; } } { ISceneBaseObj_t858622483 * L_41 = V_3; return L_41; } IL_00ec: { int32_t L_42 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00f0: { int32_t L_43 = V_2; List_1_t589903178 * L_44 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_44); int32_t L_45 = List_1_get_Count_m2098715086(L_44, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_00b0; } } { V_4 = 0; List_1_t1151801416 * L_46 = __this->get_m_SceneNpcList_11(); NullCheck(L_46); int32_t L_47 = List_1_get_Count_m375102503(L_46, /*hidden argument*/List_1_get_Count_m375102503_RuntimeMethod_var); V_5 = L_47; goto IL_015e; } IL_0116: { List_1_t1151801416 * L_48 = __this->get_m_SceneNpcList_11(); int32_t L_49 = V_4; NullCheck(L_48); ISceneNpcBase_t3974693970 * L_50 = List_1_get_Item_m3630365583(L_48, L_49, /*hidden argument*/List_1_get_Item_m3630365583_RuntimeMethod_var); V_6 = L_50; ISceneNpcBase_t3974693970 * L_51 = V_6; if (!L_51) { goto IL_0158; } } { ISceneNpcBase_t3974693970 * L_52 = V_6; NullCheck(L_52); Transform_t3600365921 * L_53 = ISceneBaseObj_GetTransform_m3818769012(L_52, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_54 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0158; } } { ISceneNpcBase_t3974693970 * L_55 = V_6; NullCheck(L_55); Transform_t3600365921 * L_56 = ISceneBaseObj_GetTransform_m3818769012(L_55, /*hidden argument*/NULL); NullCheck(L_56); GameObject_t1113636619 * L_57 = Component_get_gameObject_m442555142(L_56, /*hidden argument*/NULL); GameObject_t1113636619 * L_58 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_59 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0158; } } { ISceneNpcBase_t3974693970 * L_60 = V_6; return L_60; } IL_0158: { int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_015e: { int32_t L_62 = V_4; int32_t L_63 = V_5; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_0116; } } { CSceneModelObj_t2681526009 * L_64 = __this->get_m_Scene_12(); if (!L_64) { goto IL_01aa; } } { CSceneModelObj_t2681526009 * L_65 = __this->get_m_Scene_12(); NullCheck(L_65); Transform_t3600365921 * L_66 = ISceneBaseObj_GetTransform_m3818769012(L_65, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_67 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_01aa; } } { CSceneModelObj_t2681526009 * L_68 = __this->get_m_Scene_12(); NullCheck(L_68); Transform_t3600365921 * L_69 = ISceneBaseObj_GetTransform_m3818769012(L_68, /*hidden argument*/NULL); NullCheck(L_69); GameObject_t1113636619 * L_70 = Component_get_gameObject_m442555142(L_69, /*hidden argument*/NULL); GameObject_t1113636619 * L_71 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_72 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01aa; } } { CSceneModelObj_t2681526009 * L_73 = __this->get_m_Scene_12(); return L_73; } IL_01aa: { return (ISceneBaseObj_t858622483 *)NULL; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::FindGameObj(System.String) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_FindGameObj_m1604481576 (CSceneService_t551449725 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindGameObj_m1604481576_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; CSceneModelObj_t2681526009 * V_1 = NULL; ISceneBaseObj_t858622483 * V_2 = NULL; CScenePropModel_t3412795732 * V_3 = NULL; { CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); V_0 = L_0; CMainRole_t4200562839 * L_1 = V_0; if (!L_1) { goto IL_0020; } } { CMainRole_t4200562839 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = ISceneBaseObj_GetName_m925236876(L_2, /*hidden argument*/NULL); String_t* L_4 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0020; } } { CMainRole_t4200562839 * L_6 = V_0; return L_6; } IL_0020: { CSceneModelObj_t2681526009 * L_7 = __this->get_m_Scene_12(); V_1 = L_7; CSceneModelObj_t2681526009 * L_8 = V_1; if (!L_8) { goto IL_0040; } } { CSceneModelObj_t2681526009 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = ISceneBaseObj_GetName_m925236876(L_9, /*hidden argument*/NULL); String_t* L_11 = ___name0; 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_0040; } } { CSceneModelObj_t2681526009 * L_13 = V_1; return L_13; } IL_0040: { String_t* L_14 = ___name0; ISceneBaseObj_t858622483 * L_15 = CSceneService_FindSceneOtherObj_m3685607234(__this, L_14, /*hidden argument*/NULL); V_2 = L_15; ISceneBaseObj_t858622483 * L_16 = V_2; if (!L_16) { goto IL_0050; } } { ISceneBaseObj_t858622483 * L_17 = V_2; return L_17; } IL_0050: { String_t* L_18 = ___name0; CScenePropModel_t3412795732 * L_19 = CSceneService_FindPropItemByName_m2401906474(__this, L_18, /*hidden argument*/NULL); V_3 = L_19; CScenePropModel_t3412795732 * L_20 = V_3; if (!L_20) { goto IL_0060; } } { CScenePropModel_t3412795732 * L_21 = V_3; return L_21; } IL_0060: { return (ISceneBaseObj_t858622483 *)NULL; } } // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService::FindRoleByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CSceneService_FindRoleByUserID_m4171044813 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindRoleByUserID_m4171044813_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; ISceneRole_t2394225724 * V_2 = NULL; { CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (!L_0) { goto IL_0023; } } { int64_t L_1 = ___userID0; CMainRole_t4200562839 * L_2 = __this->get_m_MainRole_13(); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); if ((!(((uint64_t)L_1) == ((uint64_t)L_3)))) { goto IL_0023; } } { CMainRole_t4200562839 * L_4 = __this->get_m_MainRole_13(); return L_4; } IL_0023: { V_0 = 0; goto IL_0062; } IL_002a: { List_1_t2330697225 * L_5 = __this->get_m_SceneObjArrayRole_9(); int32_t L_6 = V_0; NullCheck(L_5); ISceneBaseObj_t858622483 * L_7 = List_1_get_Item_m442347136(L_5, L_6, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_1 = L_7; ISceneBaseObj_t858622483 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(13 /* DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.ISceneBaseObj::GetObjType() */, L_8); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_005e; } } { ISceneBaseObj_t858622483 * L_10 = V_1; V_2 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_10, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_11 = V_2; if (!L_11) { goto IL_005e; } } { int64_t L_12 = ___userID0; ISceneRole_t2394225724 * L_13 = V_2; NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); if ((!(((uint64_t)L_12) == ((uint64_t)L_14)))) { goto IL_005e; } } { ISceneRole_t2394225724 * L_15 = V_2; return L_15; } IL_005e: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0062: { int32_t L_17 = V_0; List_1_t2330697225 * L_18 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_18); int32_t L_19 = List_1_get_Count_m1301629823(L_18, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_002a; } } { return (ISceneRole_t2394225724 *)NULL; } } // DMCore.Framework.Scene.CScenePropModel DMCore.Framework.Scene.CSceneService::FindPropItemByClientIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CScenePropModel_t3412795732 * CSceneService_FindPropItemByClientIndex_m1400825125 (CSceneService_t551449725 * __this, int32_t ___clientIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindPropItemByClientIndex_m1400825125_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CScenePropModel_t3412795732 * V_1 = NULL; { V_0 = 0; goto IL_002c; } IL_0007: { List_1_t589903178 * L_0 = __this->get_m_SceneObjArrayProp_10(); int32_t L_1 = V_0; NullCheck(L_0); CScenePropModel_t3412795732 * L_2 = List_1_get_Item_m1263104573(L_0, L_1, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); V_1 = L_2; CScenePropModel_t3412795732 * L_3 = V_1; if (!L_3) { goto IL_0028; } } { CScenePropModel_t3412795732 * L_4 = V_1; NullCheck(L_4); int32_t L_5 = CScenePropModel_GetClientIndex_m91668001(L_4, /*hidden argument*/NULL); int32_t L_6 = ___clientIndex0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0028; } } { CScenePropModel_t3412795732 * L_7 = V_1; return L_7; } IL_0028: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002c: { int32_t L_9 = V_0; List_1_t589903178 * L_10 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m2098715086(L_10, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (CScenePropModel_t3412795732 *)NULL; } } // DMCore.Framework.Scene.CScenePropModel DMCore.Framework.Scene.CSceneService::FindFirstPropItemByPropID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CScenePropModel_t3412795732 * CSceneService_FindFirstPropItemByPropID_m4157450428 (CSceneService_t551449725 * __this, int32_t ___propID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindFirstPropItemByPropID_m4157450428_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CScenePropModel_t3412795732 * V_1 = NULL; { V_0 = 0; goto IL_002c; } IL_0007: { List_1_t589903178 * L_0 = __this->get_m_SceneObjArrayProp_10(); int32_t L_1 = V_0; NullCheck(L_0); CScenePropModel_t3412795732 * L_2 = List_1_get_Item_m1263104573(L_0, L_1, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); V_1 = L_2; CScenePropModel_t3412795732 * L_3 = V_1; if (!L_3) { goto IL_0028; } } { CScenePropModel_t3412795732 * L_4 = V_1; NullCheck(L_4); int32_t L_5 = CScenePropModel_GetPropID_m1766367195(L_4, /*hidden argument*/NULL); int32_t L_6 = ___propID0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0028; } } { CScenePropModel_t3412795732 * L_7 = V_1; return L_7; } IL_0028: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002c: { int32_t L_9 = V_0; List_1_t589903178 * L_10 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m2098715086(L_10, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (CScenePropModel_t3412795732 *)NULL; } } // DMCore.Framework.Scene.ISceneNpcBase DMCore.Framework.Scene.CSceneService::FindSceneNpc(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CSceneService_FindSceneNpc_m737840778 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindSceneNpc_m737840778_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___userID0; ISceneBaseObj_t858622483 * L_1 = CSceneService_GetSceneBaseObj_m1922388889(__this, L_0, /*hidden argument*/NULL); return ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_1, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)); } } // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyRoleObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyRoleObj_m3016152155 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_DestroyRoleObj_m3016152155_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; int64_t V_2 = 0; int32_t V_3 = 0; int64_t V_4 = 0; { V_0 = 0; goto IL_00fc; } IL_0007: { List_1_t2330697225 * L_0 = __this->get_m_SceneObjArrayRole_9(); int32_t L_1 = V_0; NullCheck(L_0); ISceneBaseObj_t858622483 * L_2 = List_1_get_Item_m442347136(L_0, L_1, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_1 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_2, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_3 = V_1; if (!L_3) { goto IL_00f8; } } { ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_4); int64_t L_6 = ___userID0; if ((!(((uint64_t)L_5) == ((uint64_t)L_6)))) { goto IL_00f8; } } { ISceneRole_t2394225724 * L_7 = V_1; NullCheck(L_7); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_7); List_1_t2330697225 * L_8 = __this->get_m_SceneObjArrayRole_9(); int32_t L_9 = V_0; NullCheck(L_8); List_1_RemoveAt_m1156949756(L_8, L_9, /*hidden argument*/List_1_RemoveAt_m1156949756_RuntimeMethod_var); V_2 = (((int64_t)((int64_t)0))); V_3 = 0; goto IL_00a1; } IL_0047: { List_1_t2330697225 * L_10 = __this->get_m_SceneObjArrayRole_9(); int32_t L_11 = V_3; NullCheck(L_10); ISceneBaseObj_t858622483 * L_12 = List_1_get_Item_m442347136(L_10, L_11, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); NullCheck(L_12); CDataProperty_t2806246268 * L_13 = ISceneBaseObj_GetUserProperty_m776816018(L_12, /*hidden argument*/NULL); NullCheck(L_13); int64_t L_14 = CDataProperty_GetLong_m2096131398(L_13, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_4 = L_14; int64_t L_15 = ___userID0; int64_t L_16 = V_4; if ((!(((uint64_t)L_15) == ((uint64_t)L_16)))) { goto IL_009d; } } { List_1_t2330697225 * L_17 = __this->get_m_SceneObjArrayRole_9(); int32_t L_18 = V_3; NullCheck(L_17); ISceneBaseObj_t858622483 * L_19 = List_1_get_Item_m442347136(L_17, L_18, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); NullCheck(L_19); CDataProperty_t2806246268 * L_20 = ISceneBaseObj_GetUserProperty_m776816018(L_19, /*hidden argument*/NULL); int64_t L_21 = V_2; NullCheck(L_20); CDataProperty_Add_m2743671346(L_20, _stringLiteral451437530, L_21, /*hidden argument*/NULL); List_1_t2330697225 * L_22 = __this->get_m_SceneObjArrayRole_9(); int32_t L_23 = V_3; NullCheck(L_22); ISceneBaseObj_t858622483 * L_24 = List_1_get_Item_m442347136(L_22, L_23, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); NullCheck(L_24); ISceneBaseObj_RemoveRoleState_m1533657667(L_24, ((int32_t)16), /*hidden argument*/NULL); } IL_009d: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a1: { int32_t L_26 = V_3; List_1_t2330697225 * L_27 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_27); int32_t L_28 = List_1_get_Count_m1301629823(L_27, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_0047; } } { int64_t L_29 = ___userID0; CMainRole_t4200562839 * L_30 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); CDataProperty_t2806246268 * L_31 = ISceneBaseObj_GetUserProperty_m776816018(L_30, /*hidden argument*/NULL); NullCheck(L_31); int64_t L_32 = CDataProperty_GetLong_m2096131398(L_31, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((!(((uint64_t)L_29) == ((uint64_t)L_32)))) { goto IL_00ef; } } { CMainRole_t4200562839 * L_33 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); CDataProperty_t2806246268 * L_34 = ISceneBaseObj_GetUserProperty_m776816018(L_33, /*hidden argument*/NULL); int64_t L_35 = V_2; NullCheck(L_34); CDataProperty_Add_m2743671346(L_34, _stringLiteral451437530, L_35, /*hidden argument*/NULL); CMainRole_t4200562839 * L_36 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); ISceneBaseObj_RemoveRoleState_m1533657667(L_36, ((int32_t)16), /*hidden argument*/NULL); } IL_00ef: { ISceneRole_t2394225724 * L_37 = V_1; NullCheck(L_37); ISceneRole_SetNeedPlayEnterRoomAnim_m3225743564(L_37, (bool)1, /*hidden argument*/NULL); return (bool)1; } IL_00f8: { int32_t L_38 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00fc: { int32_t L_39 = V_0; List_1_t2330697225 * L_40 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_40); int32_t L_41 = List_1_get_Count_m1301629823(L_40, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_0007; } } { int64_t L_42 = ___userID0; bool L_43 = CSceneService_DestroyNpcObj_m4182923727(__this, L_42, /*hidden argument*/NULL); return L_43; } } // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyPropItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyPropItemByIndex_m3128986542 (CSceneService_t551449725 * __this, int32_t ___nClientIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_DestroyPropItemByIndex_m3128986542_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CScenePropModel_t3412795732 * V_1 = NULL; { V_0 = 0; goto IL_003e; } IL_0007: { List_1_t589903178 * L_0 = __this->get_m_SceneObjArrayProp_10(); int32_t L_1 = V_0; NullCheck(L_0); CScenePropModel_t3412795732 * L_2 = List_1_get_Item_m1263104573(L_0, L_1, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); V_1 = L_2; CScenePropModel_t3412795732 * L_3 = V_1; if (!L_3) { goto IL_003a; } } { CScenePropModel_t3412795732 * L_4 = V_1; NullCheck(L_4); int32_t L_5 = CScenePropModel_GetClientIndex_m91668001(L_4, /*hidden argument*/NULL); int32_t L_6 = ___nClientIndex0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_003a; } } { CScenePropModel_t3412795732 * L_7 = V_1; NullCheck(L_7); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_7); List_1_t589903178 * L_8 = __this->get_m_SceneObjArrayProp_10(); int32_t L_9 = V_0; NullCheck(L_8); List_1_RemoveAt_m3532569404(L_8, L_9, /*hidden argument*/List_1_RemoveAt_m3532569404_RuntimeMethod_var); return (bool)1; } IL_003a: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003e: { int32_t L_11 = V_0; List_1_t589903178 * L_12 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m2098715086(L_12, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0007; } } { return (bool)0; } } // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyNpcObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyNpcObj_m4182923727 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_DestroyNpcObj_m4182923727_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneNpcBase_t3974693970 * V_0 = NULL; { int64_t L_0 = ___userID0; ISceneBaseObj_t858622483 * L_1 = CSceneService_GetSceneBaseObj_m1922388889(__this, L_0, /*hidden argument*/NULL); V_0 = ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_1, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)); ISceneNpcBase_t3974693970 * L_2 = V_0; if (L_2) { goto IL_0015; } } { return (bool)0; } IL_0015: { ISceneNpcBase_t3974693970 * L_3 = V_0; NullCheck(L_3); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_3); List_1_t1151801416 * L_4 = __this->get_m_SceneNpcList_11(); ISceneNpcBase_t3974693970 * L_5 = V_0; NullCheck(L_4); List_1_Remove_m481640087(L_4, L_5, /*hidden argument*/List_1_Remove_m481640087_RuntimeMethod_var); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyNpcObj(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyNpcObj_m618051822 (CSceneService_t551449725 * __this, GameObject_t1113636619 * ___destObj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_DestroyNpcObj_m618051822_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneNpcBase_t3974693970 * V_0 = NULL; { GameObject_t1113636619 * L_0 = ___destObj0; ISceneBaseObj_t858622483 * L_1 = CSceneService_FindGameObj_m3328962034(__this, L_0, /*hidden argument*/NULL); V_0 = ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_1, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)); ISceneNpcBase_t3974693970 * L_2 = V_0; if (L_2) { goto IL_0015; } } { return (bool)0; } IL_0015: { ISceneNpcBase_t3974693970 * L_3 = V_0; NullCheck(L_3); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_3); List_1_t1151801416 * L_4 = __this->get_m_SceneNpcList_11(); ISceneNpcBase_t3974693970 * L_5 = V_0; NullCheck(L_4); List_1_Remove_m481640087(L_4, L_5, /*hidden argument*/List_1_Remove_m481640087_RuntimeMethod_var); GameObject_t1113636619 * L_6 = ___destObj0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Scene.CSceneService::DestroyRoles() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyRoles_m2240441188 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_DestroyRoles_m2240441188_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; { V_0 = 0; goto IL_001e; } IL_0007: { List_1_t2330697225 * L_0 = __this->get_m_SceneObjArrayRole_9(); int32_t L_1 = V_0; NullCheck(L_0); ISceneBaseObj_t858622483 * L_2 = List_1_get_Item_m442347136(L_0, L_1, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_1 = L_2; ISceneBaseObj_t858622483 * L_3 = V_1; NullCheck(L_3); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_3); 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_t2330697225 * L_6 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m1301629823(L_6, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { List_1_t2330697225 * L_8 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_8); List_1_Clear_m2740056926(L_8, /*hidden argument*/List_1_Clear_m2740056926_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CSceneService::DestroyPropItems() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyPropItems_m930065990 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_DestroyPropItems_m930065990_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; { V_0 = 0; goto IL_001e; } IL_0007: { List_1_t589903178 * L_0 = __this->get_m_SceneObjArrayProp_10(); int32_t L_1 = V_0; NullCheck(L_0); CScenePropModel_t3412795732 * L_2 = List_1_get_Item_m1263104573(L_0, L_1, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); V_1 = L_2; ISceneBaseObj_t858622483 * L_3 = V_1; NullCheck(L_3); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_3); 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_t589903178 * L_6 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m2098715086(L_6, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { List_1_t589903178 * L_8 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_8); List_1_Clear_m3574113261(L_8, /*hidden argument*/List_1_Clear_m3574113261_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CSceneService::DestroyNpc() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyNpc_m2384329419 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_DestroyNpc_m2384329419_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; List_1_t1151801416 * L_0 = __this->get_m_SceneNpcList_11(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m375102503(L_0, /*hidden argument*/List_1_get_Count_m375102503_RuntimeMethod_var); V_1 = L_1; goto IL_0028; } IL_0013: { List_1_t1151801416 * L_2 = __this->get_m_SceneNpcList_11(); int32_t L_3 = V_0; NullCheck(L_2); ISceneNpcBase_t3974693970 * L_4 = List_1_get_Item_m3630365583(L_2, L_3, /*hidden argument*/List_1_get_Item_m3630365583_RuntimeMethod_var); NullCheck(L_4); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_4); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0028: { int32_t L_6 = V_0; int32_t L_7 = V_1; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0013; } } { List_1_t1151801416 * L_8 = __this->get_m_SceneNpcList_11(); NullCheck(L_8); List_1_Clear_m3208135515(L_8, /*hidden argument*/List_1_Clear_m3208135515_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CSceneService::DestroyScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyScene_m761940867 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { CSceneModelObj_t2681526009 * L_0 = __this->get_m_Scene_12(); if (!L_0) { goto IL_001d; } } { CSceneModelObj_t2681526009 * L_1 = __this->get_m_Scene_12(); NullCheck(L_1); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_1); __this->set_m_Scene_12((CSceneModelObj_t2681526009 *)NULL); } IL_001d: { return; } } // System.Void DMCore.Framework.Scene.CSceneService::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CSceneService_ClearAll_m4168302338 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { CSceneService_DestroyRoles_m2240441188(__this, /*hidden argument*/NULL); CSceneService_DestroyPropItems_m930065990(__this, /*hidden argument*/NULL); CSceneService_DestroyNpc_m2384329419(__this, /*hidden argument*/NULL); CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (!L_0) { goto IL_0048; } } { CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_1); CMainRole_t4200562839 * L_2 = __this->get_m_MainRole_13(); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); CProperty_Clear_m1869381630(L_3, /*hidden argument*/NULL); CMainRole_t4200562839 * L_4 = __this->get_m_MainRole_13(); NullCheck(L_4); CDataProperty_t2806246268 * L_5 = ISceneBaseObj_GetUserProperty_m776816018(L_4, /*hidden argument*/NULL); NullCheck(L_5); CDataProperty_Clear_m1542459772(L_5, /*hidden argument*/NULL); } IL_0048: { CSceneService_DestroyScene_m761940867(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CSceneService::DestroyExceptScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyExceptScene_m1738914160 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { CSceneService_DestroyRoles_m2240441188(__this, /*hidden argument*/NULL); CSceneService_DestroyPropItems_m930065990(__this, /*hidden argument*/NULL); CSceneService_DestroyNpc_m2384329419(__this, /*hidden argument*/NULL); CMainRole_t4200562839 * L_0 = __this->get_m_MainRole_13(); if (!L_0) { goto IL_0028; } } { CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_1); } IL_0028: { return; } } // System.Void DMCore.Framework.Scene.CSceneService::DestroyAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyAll_m3746588077 (CSceneService_t551449725 * __this, bool ___bDestroyMainRole0, const RuntimeMethod* method) { { CSceneService_DestroyRoles_m2240441188(__this, /*hidden argument*/NULL); CSceneService_DestroyPropItems_m930065990(__this, /*hidden argument*/NULL); CSceneService_DestroyNpc_m2384329419(__this, /*hidden argument*/NULL); bool L_0 = ___bDestroyMainRole0; if (!L_0) { goto IL_002e; } } { CMainRole_t4200562839 * L_1 = __this->get_m_MainRole_13(); if (!L_1) { goto IL_002e; } } { CMainRole_t4200562839 * L_2 = __this->get_m_MainRole_13(); NullCheck(L_2); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_2); } IL_002e: { CSceneService_DestroyScene_m761940867(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CSceneService::OnAllReady() extern "C" IL2CPP_METHOD_ATTR void CSceneService_OnAllReady_m3957566772 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_OnAllReady_m3957566772_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; { CSceneModelObj_t2681526009 * L_0 = __this->get_m_Scene_12(); if (!L_0) { goto IL_0016; } } { CSceneModelObj_t2681526009 * L_1 = __this->get_m_Scene_12(); NullCheck(L_1); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() */, L_1); } IL_0016: { V_0 = 0; goto IL_003a; } IL_001d: { List_1_t2330697225 * L_2 = __this->get_m_SceneObjArrayRole_9(); int32_t L_3 = V_0; NullCheck(L_2); ISceneBaseObj_t858622483 * L_4 = List_1_get_Item_m442347136(L_2, L_3, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_1 = L_4; ISceneBaseObj_t858622483 * L_5 = V_1; if (!L_5) { goto IL_0036; } } { ISceneBaseObj_t858622483 * L_6 = V_1; NullCheck(L_6); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() */, L_6); } IL_0036: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003a: { int32_t L_8 = V_0; List_1_t2330697225 * L_9 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_9); int32_t L_10 = List_1_get_Count_m1301629823(L_9, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_001d; } } { CMainRole_t4200562839 * L_11 = __this->get_m_MainRole_13(); if (!L_11) { goto IL_0061; } } { CMainRole_t4200562839 * L_12 = __this->get_m_MainRole_13(); NullCheck(L_12); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() */, L_12); } IL_0061: { return; } } // System.Void DMCore.Framework.Scene.CSceneService::SetRoomLvType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetRoomLvType_m2267626095 (CSceneService_t551449725 * __this, int32_t ___roomLvType0, const RuntimeMethod* method) { { int32_t L_0 = ___roomLvType0; __this->set_m_RoomLvType_7(L_0); return; } } // System.Int32 DMCore.Framework.Scene.CSceneService::GetRoomLvType() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetRoomLvType_m3476771946 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_RoomLvType_7(); return L_0; } } // System.Void DMCore.Framework.Scene.CSceneService::SetRoomMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetRoomMainType_m1665182892 (CSceneService_t551449725 * __this, int32_t ___roomMainType0, const RuntimeMethod* method) { { int32_t L_0 = ___roomMainType0; __this->set_m_RoomMainType_8(L_0); return; } } // System.Int32 DMCore.Framework.Scene.CSceneService::GetRoomMainType() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetRoomMainType_m2780872058 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_RoomMainType_8(); return L_0; } } // System.Void DMCore.Framework.Scene.CSceneService::LoadScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_LoadScene_m2415639068 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_LoadScene_m2415639068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSceneService_CreateGameObj_m958236987(__this, _stringLiteral2706406329, 3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CSceneService::LoadMainRole() extern "C" IL2CPP_METHOD_ATTR void CSceneService_LoadMainRole_m2366359719 (CSceneService_t551449725 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_LoadMainRole_m2366359719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSceneService_CreateGameObj_m958236987(__this, _stringLiteral897224154, 2, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::FindSceneOtherObj(System.String) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_FindSceneOtherObj_m3685607234 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindSceneOtherObj_m3685607234_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___strName0; int32_t L_1 = CSceneService_FindRoleObjIndex_m2094350943(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0011; } } { return (ISceneBaseObj_t858622483 *)NULL; } IL_0011: { List_1_t2330697225 * L_3 = __this->get_m_SceneObjArrayRole_9(); int32_t L_4 = V_0; NullCheck(L_3); ISceneBaseObj_t858622483 * L_5 = List_1_get_Item_m442347136(L_3, L_4, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); return L_5; } } // DMCore.Framework.Scene.CScenePropModel DMCore.Framework.Scene.CSceneService::FindPropItemByName(System.String) extern "C" IL2CPP_METHOD_ATTR CScenePropModel_t3412795732 * CSceneService_FindPropItemByName_m2401906474 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindPropItemByName_m2401906474_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___strName0; int32_t L_1 = CSceneService_FindPropItemIndex_m25841394(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0011; } } { return (CScenePropModel_t3412795732 *)NULL; } IL_0011: { List_1_t589903178 * L_3 = __this->get_m_SceneObjArrayProp_10(); int32_t L_4 = V_0; NullCheck(L_3); CScenePropModel_t3412795732 * L_5 = List_1_get_Item_m1263104573(L_3, L_4, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); return L_5; } } // System.Int32 DMCore.Framework.Scene.CSceneService::FindPropItemIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_FindPropItemIndex_m25841394 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindPropItemIndex_m25841394_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; CScenePropModel_t3412795732 * V_2 = NULL; { String_t* L_0 = ___strName0; 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 (-1); } IL_000d: { V_0 = 0; goto IL_0038; } IL_0014: { List_1_t589903178 * L_2 = __this->get_m_SceneObjArrayProp_10(); int32_t L_3 = V_0; NullCheck(L_2); CScenePropModel_t3412795732 * L_4 = List_1_get_Item_m1263104573(L_2, L_3, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); V_1 = L_4; ISceneBaseObj_t858622483 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = ISceneBaseObj_GetName_m925236876(L_5, /*hidden argument*/NULL); String_t* L_7 = ___strName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_8 = String_Compare_m3735043349(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0034; } } { int32_t L_9 = V_0; return L_9; } IL_0034: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0038: { int32_t L_11 = V_0; List_1_t589903178 * L_12 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m2098715086(L_12, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0014; } } { String_t* L_14 = ___strName0; GameObject_t1113636619 * L_15 = GameObject_Find_m2032535176(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); 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_0082; } } { CScenePropModel_t3412795732 * L_17 = (CScenePropModel_t3412795732 *)il2cpp_codegen_object_new(CScenePropModel_t3412795732_il2cpp_TypeInfo_var); CScenePropModel__ctor_m191107269(L_17, /*hidden argument*/NULL); V_2 = L_17; CScenePropModel_t3412795732 * L_18 = V_2; String_t* L_19 = ___strName0; NullCheck(L_18); ISceneBaseObj_AttacheSceneObj_m1301616300(L_18, L_19, /*hidden argument*/NULL); List_1_t589903178 * L_20 = __this->get_m_SceneObjArrayProp_10(); CScenePropModel_t3412795732 * L_21 = V_2; NullCheck(L_20); List_1_Add_m4065112026(L_20, L_21, /*hidden argument*/List_1_Add_m4065112026_RuntimeMethod_var); List_1_t589903178 * L_22 = __this->get_m_SceneObjArrayProp_10(); NullCheck(L_22); int32_t L_23 = List_1_get_Count_m2098715086(L_22, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0082: { return (-1); } } // System.Int32 DMCore.Framework.Scene.CSceneService::FindRoleObjIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_FindRoleObjIndex_m2094350943 (CSceneService_t551449725 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneService_FindRoleObjIndex_m2094350943_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; ISceneBaseObj_t858622483 * V_2 = NULL; { String_t* L_0 = ___strName0; 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 (-1); } IL_000d: { V_0 = 0; goto IL_0038; } IL_0014: { List_1_t2330697225 * L_2 = __this->get_m_SceneObjArrayRole_9(); int32_t L_3 = V_0; NullCheck(L_2); ISceneBaseObj_t858622483 * L_4 = List_1_get_Item_m442347136(L_2, L_3, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); V_1 = L_4; ISceneBaseObj_t858622483 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = ISceneBaseObj_GetName_m925236876(L_5, /*hidden argument*/NULL); String_t* L_7 = ___strName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_8 = String_Compare_m3735043349(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0034; } } { int32_t L_9 = V_0; return L_9; } IL_0034: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0038: { int32_t L_11 = V_0; List_1_t2330697225 * L_12 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m1301629823(L_12, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0014; } } { String_t* L_14 = ___strName0; GameObject_t1113636619 * L_15 = GameObject_Find_m2032535176(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); 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_0082; } } { ISceneBaseObj_t858622483 * L_17 = (ISceneBaseObj_t858622483 *)il2cpp_codegen_object_new(ISceneBaseObj_t858622483_il2cpp_TypeInfo_var); ISceneBaseObj__ctor_m4120917529(L_17, /*hidden argument*/NULL); V_2 = L_17; ISceneBaseObj_t858622483 * L_18 = V_2; String_t* L_19 = ___strName0; NullCheck(L_18); ISceneBaseObj_AttacheSceneObj_m1301616300(L_18, L_19, /*hidden argument*/NULL); List_1_t2330697225 * L_20 = __this->get_m_SceneObjArrayRole_9(); ISceneBaseObj_t858622483 * L_21 = V_2; NullCheck(L_20); List_1_Add_m1566169173(L_20, L_21, /*hidden argument*/List_1_Add_m1566169173_RuntimeMethod_var); List_1_t2330697225 * L_22 = __this->get_m_SceneObjArrayRole_9(); NullCheck(L_22); int32_t L_23 = List_1_get_Count_m1301629823(L_22, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0082: { return (-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 // System.Void DMCore.Framework.Scene.CSceneService/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m4164325991 (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CSceneService/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m971130781 (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m971130781_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_6(); V_0 = L_0; __this->set_U24PC_6((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0031; } case 1: { goto IL_0066; } case 2: { goto IL_00a2; } case 3: { goto IL_0107; } case 4: { goto IL_016c; } case 5: { goto IL_01ca; } } } { goto IL_01d1; } IL_0031: { CSceneService_t551449725 * L_2 = __this->get_U24this_3(); NullCheck(L_2); CMainRole_t4200562839 * L_3 = L_2->get_m_MainRole_13(); if (!L_3) { goto IL_0066; } } { CSceneService_t551449725 * L_4 = __this->get_U24this_3(); NullCheck(L_4); CMainRole_t4200562839 * L_5 = L_4->get_m_MainRole_13(); __this->set_U24current_4(L_5); bool L_6 = __this->get_U24disposing_5(); if (L_6) { goto IL_0061; } } { __this->set_U24PC_6(1); } IL_0061: { goto IL_01d3; } IL_0066: { __this->set_U3ClCntU3E__1_0(0); goto IL_00b0; } IL_0072: { CSceneService_t551449725 * L_7 = __this->get_U24this_3(); NullCheck(L_7); List_1_t2330697225 * L_8 = L_7->get_m_SceneObjArrayRole_9(); int32_t L_9 = __this->get_U3ClCntU3E__1_0(); NullCheck(L_8); ISceneBaseObj_t858622483 * L_10 = List_1_get_Item_m442347136(L_8, L_9, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); __this->set_U24current_4(L_10); bool L_11 = __this->get_U24disposing_5(); if (L_11) { goto IL_009d; } } { __this->set_U24PC_6(2); } IL_009d: { goto IL_01d3; } IL_00a2: { int32_t L_12 = __this->get_U3ClCntU3E__1_0(); __this->set_U3ClCntU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_00b0: { int32_t L_13 = __this->get_U3ClCntU3E__1_0(); CSceneService_t551449725 * L_14 = __this->get_U24this_3(); NullCheck(L_14); List_1_t2330697225 * L_15 = L_14->get_m_SceneObjArrayRole_9(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m1301629823(L_15, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_16))) { goto IL_0072; } } { __this->set_U3ClCntU3E__2_1(0); goto IL_0115; } IL_00d7: { CSceneService_t551449725 * L_17 = __this->get_U24this_3(); NullCheck(L_17); List_1_t1151801416 * L_18 = L_17->get_m_SceneNpcList_11(); int32_t L_19 = __this->get_U3ClCntU3E__2_1(); NullCheck(L_18); ISceneNpcBase_t3974693970 * L_20 = List_1_get_Item_m3630365583(L_18, L_19, /*hidden argument*/List_1_get_Item_m3630365583_RuntimeMethod_var); __this->set_U24current_4(L_20); bool L_21 = __this->get_U24disposing_5(); if (L_21) { goto IL_0102; } } { __this->set_U24PC_6(3); } IL_0102: { goto IL_01d3; } IL_0107: { int32_t L_22 = __this->get_U3ClCntU3E__2_1(); __this->set_U3ClCntU3E__2_1(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); } IL_0115: { int32_t L_23 = __this->get_U3ClCntU3E__2_1(); CSceneService_t551449725 * L_24 = __this->get_U24this_3(); NullCheck(L_24); List_1_t1151801416 * L_25 = L_24->get_m_SceneNpcList_11(); NullCheck(L_25); int32_t L_26 = List_1_get_Count_m375102503(L_25, /*hidden argument*/List_1_get_Count_m375102503_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_26))) { goto IL_00d7; } } { __this->set_U3ClCntU3E__3_2(0); goto IL_017a; } IL_013c: { CSceneService_t551449725 * L_27 = __this->get_U24this_3(); NullCheck(L_27); List_1_t589903178 * L_28 = L_27->get_m_SceneObjArrayProp_10(); int32_t L_29 = __this->get_U3ClCntU3E__3_2(); NullCheck(L_28); CScenePropModel_t3412795732 * L_30 = List_1_get_Item_m1263104573(L_28, L_29, /*hidden argument*/List_1_get_Item_m1263104573_RuntimeMethod_var); __this->set_U24current_4(L_30); bool L_31 = __this->get_U24disposing_5(); if (L_31) { goto IL_0167; } } { __this->set_U24PC_6(4); } IL_0167: { goto IL_01d3; } IL_016c: { int32_t L_32 = __this->get_U3ClCntU3E__3_2(); __this->set_U3ClCntU3E__3_2(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); } IL_017a: { int32_t L_33 = __this->get_U3ClCntU3E__3_2(); CSceneService_t551449725 * L_34 = __this->get_U24this_3(); NullCheck(L_34); List_1_t589903178 * L_35 = L_34->get_m_SceneObjArrayProp_10(); NullCheck(L_35); int32_t L_36 = List_1_get_Count_m2098715086(L_35, /*hidden argument*/List_1_get_Count_m2098715086_RuntimeMethod_var); if ((((int32_t)L_33) < ((int32_t)L_36))) { goto IL_013c; } } { CSceneService_t551449725 * L_37 = __this->get_U24this_3(); NullCheck(L_37); CSceneModelObj_t2681526009 * L_38 = L_37->get_m_Scene_12(); if (!L_38) { goto IL_01ca; } } { CSceneService_t551449725 * L_39 = __this->get_U24this_3(); NullCheck(L_39); CSceneModelObj_t2681526009 * L_40 = L_39->get_m_Scene_12(); __this->set_U24current_4(L_40); bool L_41 = __this->get_U24disposing_5(); if (L_41) { goto IL_01c5; } } { __this->set_U24PC_6(5); } IL_01c5: { goto IL_01d3; } IL_01ca: { __this->set_U24PC_6((-1)); } IL_01d1: { return (bool)0; } IL_01d3: { return (bool)1; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CDMCore_Framework_Scene_ISceneBaseObjU3E_get_Current_m1220046078 (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * __this, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = __this->get_U24current_4(); return L_0; } } // System.Object DMCore.Framework.Scene.CSceneService/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m4273940267 (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * __this, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = __this->get_U24current_4(); return L_0; } } // System.Void DMCore.Framework.Scene.CSceneService/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m4273243804 (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_5((bool)1); __this->set_U24PC_6((-1)); return; } } // System.Void DMCore.Framework.Scene.CSceneService/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3637483300 (U3CGetEnumeratorU3Ec__Iterator0_t2591041431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3637483300_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m3637483300_RuntimeMethod_var); } } #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.CSceneService/c__Iterator1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetRoleEnumeratorU3Ec__Iterator1__ctor_m2080943643 (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CSceneService/c__Iterator1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetRoleEnumeratorU3Ec__Iterator1_MoveNext_m948758409 (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetRoleEnumeratorU3Ec__Iterator1_MoveNext_m948758409_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_4(); V_0 = L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0025; } case 1: { goto IL_005a; } case 2: { goto IL_009b; } } } { goto IL_00cb; } IL_0025: { CSceneService_t551449725 * L_2 = __this->get_U24this_1(); NullCheck(L_2); CMainRole_t4200562839 * L_3 = L_2->get_m_MainRole_13(); if (!L_3) { goto IL_005a; } } { CSceneService_t551449725 * L_4 = __this->get_U24this_1(); NullCheck(L_4); CMainRole_t4200562839 * L_5 = L_4->get_m_MainRole_13(); __this->set_U24current_2(L_5); bool L_6 = __this->get_U24disposing_3(); if (L_6) { goto IL_0055; } } { __this->set_U24PC_4(1); } IL_0055: { goto IL_00cd; } IL_005a: { __this->set_U3ClCntU3E__1_0(0); goto IL_00a9; } IL_0066: { CSceneService_t551449725 * L_7 = __this->get_U24this_1(); NullCheck(L_7); List_1_t2330697225 * L_8 = L_7->get_m_SceneObjArrayRole_9(); int32_t L_9 = __this->get_U3ClCntU3E__1_0(); NullCheck(L_8); ISceneBaseObj_t858622483 * L_10 = List_1_get_Item_m442347136(L_8, L_9, /*hidden argument*/List_1_get_Item_m442347136_RuntimeMethod_var); __this->set_U24current_2(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_10, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); bool L_11 = __this->get_U24disposing_3(); if (L_11) { goto IL_0096; } } { __this->set_U24PC_4(2); } IL_0096: { goto IL_00cd; } IL_009b: { int32_t L_12 = __this->get_U3ClCntU3E__1_0(); __this->set_U3ClCntU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_00a9: { int32_t L_13 = __this->get_U3ClCntU3E__1_0(); CSceneService_t551449725 * L_14 = __this->get_U24this_1(); NullCheck(L_14); List_1_t2330697225 * L_15 = L_14->get_m_SceneObjArrayRole_9(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m1301629823(L_15, /*hidden argument*/List_1_get_Count_m1301629823_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_16))) { goto IL_0066; } } { __this->set_U24PC_4((-1)); } IL_00cb: { return (bool)0; } IL_00cd: { return (bool)1; } } // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService/c__Iterator1::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * U3CGetRoleEnumeratorU3Ec__Iterator1_System_Collections_Generic_IEnumeratorU3CDMCore_Framework_Scene_ISceneRoleU3E_get_Current_m1122188000 (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_U24current_2(); return L_0; } } // System.Object DMCore.Framework.Scene.CSceneService/c__Iterator1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetRoleEnumeratorU3Ec__Iterator1_System_Collections_IEnumerator_get_Current_m204166074 (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_U24current_2(); return L_0; } } // System.Void DMCore.Framework.Scene.CSceneService/c__Iterator1::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetRoleEnumeratorU3Ec__Iterator1_Dispose_m4279460091 (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void DMCore.Framework.Scene.CSceneService/c__Iterator1::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetRoleEnumeratorU3Ec__Iterator1_Reset_m3737411608 (U3CGetRoleEnumeratorU3Ec__Iterator1_t2265494683 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetRoleEnumeratorU3Ec__Iterator1_Reset_m3737411608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetRoleEnumeratorU3Ec__Iterator1_Reset_m3737411608_RuntimeMethod_var); } } #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.CSceneService/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetSceneBaseObjU3Ec__AnonStorey2__ctor_m3375340077 (U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CSceneService/c__AnonStorey2::<>m__0(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR bool U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__0_m4007943066 (U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * __this, ISceneBaseObj_t858622483 * ___curItem0, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = ___curItem0; NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); int64_t L_2 = __this->get_userID_0(); return (bool)((((int64_t)L_1) == ((int64_t)L_2))? 1 : 0); } } // System.Boolean DMCore.Framework.Scene.CSceneService/c__AnonStorey2::<>m__1(DMCore.Framework.Scene.CScenePropModel) extern "C" IL2CPP_METHOD_ATTR bool U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__1_m97470413 (U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * __this, CScenePropModel_t3412795732 * ___curItem0, const RuntimeMethod* method) { { CScenePropModel_t3412795732 * L_0 = ___curItem0; NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); int64_t L_2 = __this->get_userID_0(); return (bool)((((int64_t)L_1) == ((int64_t)L_2))? 1 : 0); } } // System.Boolean DMCore.Framework.Scene.CSceneService/c__AnonStorey2::<>m__2(DMCore.Framework.Scene.ISceneNpcBase) extern "C" IL2CPP_METHOD_ATTR bool U3CGetSceneBaseObjU3Ec__AnonStorey2_U3CU3Em__2_m2257658120 (U3CGetSceneBaseObjU3Ec__AnonStorey2_t2903369350 * __this, ISceneNpcBase_t3974693970 * ___curItem0, const RuntimeMethod* method) { { ISceneNpcBase_t3974693970 * L_0 = ___curItem0; NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); int64_t L_2 = __this->get_userID_0(); return (bool)((((int64_t)L_1) == ((int64_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.Framework.Scene.CSkeletonLinkManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSkeletonLinkManager__ctor_m127234771 (CSkeletonLinkManager_t2292179394 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonLinkManager__ctor_m127234771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t3959314207 * L_0 = (Dictionary_2_t3959314207 *)il2cpp_codegen_object_new(Dictionary_2_t3959314207_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3361324987(L_0, /*hidden argument*/Dictionary_2__ctor_m3361324987_RuntimeMethod_var); __this->set_m_dictionary_0(L_0); return; } } // DMCore.Framework.Scene.CSkeletonLinkManager DMCore.Framework.Scene.CSkeletonLinkManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSkeletonLinkManager_t2292179394 * CSkeletonLinkManager_GetInstance_m2601634633 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonLinkManager_GetInstance_m2601634633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSkeletonLinkManager_t2292179394 * L_0 = ((CSkeletonLinkManager_t2292179394_StaticFields*)il2cpp_codegen_static_fields_for(CSkeletonLinkManager_t2292179394_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CSkeletonLinkManager_t2292179394 * L_1 = ((CSkeletonLinkManager_t2292179394_StaticFields*)il2cpp_codegen_static_fields_for(CSkeletonLinkManager_t2292179394_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CSkeletonLinkManager_t2292179394 * L_2 = (CSkeletonLinkManager_t2292179394 *)il2cpp_codegen_object_new(CSkeletonLinkManager_t2292179394_il2cpp_TypeInfo_var); CSkeletonLinkManager__ctor_m127234771(L_2, /*hidden argument*/NULL); ((CSkeletonLinkManager_t2292179394_StaticFields*)il2cpp_codegen_static_fields_for(CSkeletonLinkManager_t2292179394_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CSkeletonLinkManager_t2292179394 * L_3 = ((CSkeletonLinkManager_t2292179394_StaticFields*)il2cpp_codegen_static_fields_for(CSkeletonLinkManager_t2292179394_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.String DMCore.Framework.Scene.CSkeletonLinkManager::GetLinkBoneName(System.Int32,System.Int32,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR String_t* CSkeletonLinkManager_GetLinkBoneName_m521338084 (CSkeletonLinkManager_t2292179394 * __this, int32_t ___nSubCategory0, int32_t ___nIndex1, String_t** ___idleName2, String_t** ___localRoot3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonLinkManager_GetLinkBoneName_m521338084_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stSkeletonInfo_t775633580 * V_1 = NULL; String_t* V_2 = NULL; TextAsset_t3022178571 * V_3 = NULL; String_t* V_4 = NULL; XmlDocument_t2837193595 * V_5 = NULL; XmlElement_t561603118 * 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); XmlElement_t561603118 * G_B14_0 = NULL; { int32_t L_0 = ___nSubCategory0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_000f; } } { int32_t L_1 = ___nSubCategory0; if ((((int32_t)((int32_t)100)) > ((int32_t)L_1))) { goto IL_0032; } } IL_000f: { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = Int32_ToString_m141394615((&___nSubCategory0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4258820724, L_3, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_Log_m386290467(L_2, L_4, /*hidden argument*/NULL); return (String_t*)NULL; } IL_0032: { int32_t L_5 = ___nIndex1; if ((((int32_t)1) > ((int32_t)L_5))) { goto IL_0041; } } { int32_t L_6 = ___nIndex1; if ((((int32_t)((int32_t)10)) > ((int32_t)L_6))) { goto IL_0064; } } IL_0041: { CLogHelp_t779629444 * L_7 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = Int32_ToString_m141394615((&___nIndex1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2169327515, L_8, /*hidden argument*/NULL); NullCheck(L_7); CLogHelp_Log_m386290467(L_7, L_9, /*hidden argument*/NULL); return (String_t*)NULL; } IL_0064: { int32_t L_10 = ___nSubCategory0; int32_t L_11 = ___nIndex1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)10), (int32_t)L_10)), (int32_t)L_11)); V_1 = (stSkeletonInfo_t775633580 *)NULL; Dictionary_2_t3959314207 * L_12 = __this->get_m_dictionary_0(); int32_t L_13 = V_0; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m2075264053(L_12, L_13, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2075264053_RuntimeMethod_var); if (!L_14) { goto IL_0098; } } { String_t** L_15 = ___idleName2; stSkeletonInfo_t775633580 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = L_16->get_m_idle_1(); *((RuntimeObject **)(L_15)) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_15), (RuntimeObject *)L_17); String_t** L_18 = ___localRoot3; stSkeletonInfo_t775633580 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = L_19->get_m_localRoot_2(); *((RuntimeObject **)(L_18)) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_18), (RuntimeObject *)L_20); stSkeletonInfo_t775633580 * L_21 = V_1; NullCheck(L_21); String_t* L_22 = L_21->get_m_baseBoneName_0(); return L_22; } IL_0098: { StringU5BU5D_t1281789340* L_23 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral4107593198); (L_23)->SetAt(static_cast(0), (String_t*)_stringLiteral4107593198); StringU5BU5D_t1281789340* L_24 = L_23; int32_t L_25 = ___nSubCategory0; int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_27, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(1), (String_t*)L_28); StringU5BU5D_t1281789340* L_29 = L_24; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral3452614529); (L_29)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_30 = L_29; int32_t L_31 = ___nIndex1; int32_t L_32 = L_31; RuntimeObject * L_33 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_32); String_t* L_34 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587860, L_33, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_34); (L_30)->SetAt(static_cast(3), (String_t*)L_34); StringU5BU5D_t1281789340* L_35 = L_30; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral3571335518); (L_35)->SetAt(static_cast(4), (String_t*)_stringLiteral3571335518); String_t* L_36 = String_Concat_m1809518182(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); V_2 = L_36; } IL_00e2: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_37 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_38 = V_2; NullCheck(L_37); Object_t631007953 * L_39 = IResourceManager_CreateResource_m1279813597(L_37, L_38, (bool)0, /*hidden argument*/NULL); V_3 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_39, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_40 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0115; } } IL_0100: { Dictionary_2_t3959314207 * L_42 = __this->get_m_dictionary_0(); int32_t L_43 = V_0; NullCheck(L_42); Dictionary_2_set_Item_m2658242930(L_42, L_43, (stSkeletonInfo_t775633580 *)NULL, /*hidden argument*/Dictionary_2_set_Item_m2658242930_RuntimeMethod_var); V_4 = (String_t*)NULL; goto IL_01dc; } IL_0115: { XmlDocument_t2837193595 * L_44 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_44, /*hidden argument*/NULL); V_5 = L_44; XmlDocument_t2837193595 * L_45 = V_5; TextAsset_t3022178571 * L_46 = V_3; NullCheck(L_46); String_t* L_47 = TextAsset_get_text_m2027878391(L_46, /*hidden argument*/NULL); NullCheck(L_45); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_45, L_47); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_48 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_49 = V_2; NullCheck(L_48); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_48, L_49); XmlDocument_t2837193595 * L_50 = V_5; if (!L_50) { goto IL_014d; } } IL_013c: { XmlDocument_t2837193595 * L_51 = V_5; NullCheck(L_51); XmlNode_t3767805227 * L_52 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_51); G_B14_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_52, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_014e; } IL_014d: { G_B14_0 = ((XmlElement_t561603118 *)(NULL)); } IL_014e: { V_6 = G_B14_0; XmlElement_t561603118 * L_53 = V_6; if (L_53) { goto IL_016c; } } IL_0157: { Dictionary_2_t3959314207 * L_54 = __this->get_m_dictionary_0(); int32_t L_55 = V_0; NullCheck(L_54); Dictionary_2_set_Item_m2658242930(L_54, L_55, (stSkeletonInfo_t775633580 *)NULL, /*hidden argument*/Dictionary_2_set_Item_m2658242930_RuntimeMethod_var); V_4 = (String_t*)NULL; goto IL_01dc; } IL_016c: { stSkeletonInfo_t775633580 * L_56 = (stSkeletonInfo_t775633580 *)il2cpp_codegen_object_new(stSkeletonInfo_t775633580_il2cpp_TypeInfo_var); stSkeletonInfo__ctor_m2597891099(L_56, /*hidden argument*/NULL); V_1 = L_56; stSkeletonInfo_t775633580 * L_57 = V_1; XmlElement_t561603118 * L_58 = V_6; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_58, _stringLiteral228405400); NullCheck(L_57); L_57->set_m_baseBoneName_0(L_59); stSkeletonInfo_t775633580 * L_60 = V_1; XmlElement_t561603118 * L_61 = V_6; NullCheck(L_61); String_t* L_62 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_61, _stringLiteral1628612581); NullCheck(L_60); L_60->set_m_idle_1(L_62); stSkeletonInfo_t775633580 * L_63 = V_1; XmlElement_t561603118 * L_64 = V_6; NullCheck(L_64); String_t* L_65 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_64, _stringLiteral1979778839); NullCheck(L_63); L_63->set_m_localRoot_2(L_65); String_t** L_66 = ___idleName2; stSkeletonInfo_t775633580 * L_67 = V_1; NullCheck(L_67); String_t* L_68 = L_67->get_m_idle_1(); *((RuntimeObject **)(L_66)) = (RuntimeObject *)L_68; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_66), (RuntimeObject *)L_68); String_t** L_69 = ___localRoot3; stSkeletonInfo_t775633580 * L_70 = V_1; NullCheck(L_70); String_t* L_71 = L_70->get_m_localRoot_2(); *((RuntimeObject **)(L_69)) = (RuntimeObject *)L_71; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_69), (RuntimeObject *)L_71); Dictionary_2_t3959314207 * L_72 = __this->get_m_dictionary_0(); int32_t L_73 = V_0; stSkeletonInfo_t775633580 * L_74 = V_1; NullCheck(L_72); Dictionary_2_set_Item_m2658242930(L_72, L_73, L_74, /*hidden argument*/Dictionary_2_set_Item_m2658242930_RuntimeMethod_var); stSkeletonInfo_t775633580 * L_75 = V_1; NullCheck(L_75); String_t* L_76 = L_75->get_m_baseBoneName_0(); V_4 = L_76; goto IL_01dc; } } // 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_01d3; throw e; } CATCH_01d3: { // begin catch(System.Object) V_4 = (String_t*)NULL; goto IL_01dc; } // end catch (depth: 1) IL_01dc: { String_t* L_77 = V_4; return L_77; } } #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.CSkeletonLinkManager/stSkeletonInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stSkeletonInfo__ctor_m2597891099 (stSkeletonInfo_t775633580 * __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.Scene.CSwingBone::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSwingBone__ctor_m2473404392 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone__ctor_m2473404392_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_m_LastPos_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_1 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_LastRot_2(L_1); List_1_t3891467532 * L_2 = (List_1_t3891467532 *)il2cpp_codegen_object_new(List_1_t3891467532_il2cpp_TypeInfo_var); List_1__ctor_m3518467605(L_2, /*hidden argument*/List_1__ctor_m3518467605_RuntimeMethod_var); __this->set_m_Bones_3(L_2); __this->set_m_drag_4((50.0f)); __this->set_m_angelDrag_5((50.0f)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Single DMCore.Framework.Scene.CSwingBone::get_Drag() extern "C" IL2CPP_METHOD_ATTR float CSwingBone_get_Drag_m3372779835 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_drag_4(); return L_0; } } // System.Void DMCore.Framework.Scene.CSwingBone::set_Drag(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_set_Drag_m1289112740 (CSwingBone_t2419392790 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone_set_Drag_m1289112740_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_1 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_0, (0.01f), (100.0f), /*hidden argument*/NULL); __this->set_m_drag_4(L_1); V_0 = 0; goto IL_0038; } IL_001d: { List_1_t3891467532 * L_2 = __this->get_m_Bones_3(); int32_t L_3 = V_0; NullCheck(L_2); CSwingBone_t2419392790 * L_4 = List_1_get_Item_m1382146713(L_2, L_3, /*hidden argument*/List_1_get_Item_m1382146713_RuntimeMethod_var); float L_5 = __this->get_m_drag_4(); NullCheck(L_4); CSwingBone_set_Drag_m1289112740(L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0038: { int32_t L_7 = V_0; List_1_t3891467532 * L_8 = __this->get_m_Bones_3(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m605179699(L_8, /*hidden argument*/List_1_get_Count_m605179699_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_001d; } } { return; } } // System.Single DMCore.Framework.Scene.CSwingBone::get_AngelDrag() extern "C" IL2CPP_METHOD_ATTR float CSwingBone_get_AngelDrag_m1143998461 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_angelDrag_5(); return L_0; } } // System.Void DMCore.Framework.Scene.CSwingBone::set_AngelDrag(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_set_AngelDrag_m3989131750 (CSwingBone_t2419392790 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone_set_AngelDrag_m3989131750_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_1 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_0, (0.01f), (100.0f), /*hidden argument*/NULL); __this->set_m_angelDrag_5(L_1); V_0 = 0; goto IL_0038; } IL_001d: { List_1_t3891467532 * L_2 = __this->get_m_Bones_3(); int32_t L_3 = V_0; NullCheck(L_2); CSwingBone_t2419392790 * L_4 = List_1_get_Item_m1382146713(L_2, L_3, /*hidden argument*/List_1_get_Item_m1382146713_RuntimeMethod_var); float L_5 = __this->get_m_angelDrag_5(); NullCheck(L_4); CSwingBone_set_AngelDrag_m3989131750(L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0038: { int32_t L_7 = V_0; List_1_t3891467532 * L_8 = __this->get_m_Bones_3(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m605179699(L_8, /*hidden argument*/List_1_get_Count_m605179699_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_001d; } } { return; } } // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSwingBone::FindSwingBones(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR List_1_t3891467532 * CSwingBone_FindSwingBones_m2480540155 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___Target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone_FindSwingBones_m2480540155_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3891467532 * V_0 = NULL; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; String_t* V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; float V_5 = 0.0f; float V_6 = 0.0f; int32_t V_7 = 0; Transform_t3600365921 * V_8 = NULL; int32_t V_9 = 0; Transform_t3600365921 * V_10 = NULL; int32_t V_11 = 0; Transform_t3600365921 * V_12 = NULL; { List_1_t3891467532 * L_0 = (List_1_t3891467532 *)il2cpp_codegen_object_new(List_1_t3891467532_il2cpp_TypeInfo_var); List_1__ctor_m3518467605(L_0, /*hidden argument*/List_1__ctor_m3518467605_RuntimeMethod_var); V_0 = L_0; Transform_t3600365921 * L_1 = ___Target0; 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; } } { List_1_t3891467532 * L_3 = V_0; return L_3; } IL_0014: { V_1 = 0; goto IL_0141; } IL_001b: { Transform_t3600365921 * L_4 = ___Target0; int32_t L_5 = V_1; NullCheck(L_4); Transform_t3600365921 * L_6 = Transform_GetChild_m1092972975(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; Transform_t3600365921 * L_7 = V_2; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = Object_get_name_m4211327027(L_8, /*hidden argument*/NULL); V_3 = L_9; String_t* L_10 = V_3; NullCheck(L_10); bool L_11 = String_StartsWith_m1759067526(L_10, _stringLiteral695383702, /*hidden argument*/NULL); if (!L_11) { goto IL_013d; } } { String_t* L_12 = V_3; CharU5BU5D_t3528271667* L_13 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (Il2CppChar)((int32_t)95)); NullCheck(L_12); StringU5BU5D_t1281789340* L_14 = String_Split_m3646115398(L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; V_5 = (10.0f); V_6 = (20.0f); V_7 = 0; goto IL_0130; } IL_0068: { Transform_t3600365921 * L_15 = V_2; int32_t L_16 = V_7; NullCheck(L_15); Transform_t3600365921 * L_17 = Transform_GetChild_m1092972975(L_15, L_16, /*hidden argument*/NULL); V_8 = L_17; Transform_t3600365921 * L_18 = V_8; NullCheck(L_18); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = Object_get_name_m4211327027(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1700053362, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00c7; } } { V_9 = 0; goto IL_00b4; } IL_0095: { Transform_t3600365921 * L_22 = V_8; int32_t L_23 = V_9; NullCheck(L_22); Transform_t3600365921 * L_24 = Transform_GetChild_m1092972975(L_22, L_23, /*hidden argument*/NULL); V_10 = L_24; List_1_t3891467532 * L_25 = V_0; Transform_t3600365921 * L_26 = ___Target0; Transform_t3600365921 * L_27 = V_10; float L_28 = V_5; float L_29 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CSwingBone_t2419392790_il2cpp_TypeInfo_var); CSwingBone_BuildSwingBone_m339631762(NULL /*static, unused*/, L_25, L_26, L_27, L_28, L_29, (bool)0, /*hidden argument*/NULL); int32_t L_30 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00b4: { int32_t L_31 = V_9; Transform_t3600365921 * L_32 = V_8; NullCheck(L_32); int32_t L_33 = Transform_get_childCount_m3145433196(L_32, /*hidden argument*/NULL); if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_0095; } } { goto IL_012a; } IL_00c7: { Transform_t3600365921 * L_34 = V_8; NullCheck(L_34); GameObject_t1113636619 * L_35 = Component_get_gameObject_m442555142(L_34, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36 = Object_get_name_m4211327027(L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2910038013, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_011c; } } { V_11 = 0; goto IL_0109; } IL_00ea: { Transform_t3600365921 * L_38 = V_8; int32_t L_39 = V_11; NullCheck(L_38); Transform_t3600365921 * L_40 = Transform_GetChild_m1092972975(L_38, L_39, /*hidden argument*/NULL); V_12 = L_40; List_1_t3891467532 * L_41 = V_0; Transform_t3600365921 * L_42 = ___Target0; Transform_t3600365921 * L_43 = V_12; float L_44 = V_5; float L_45 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CSwingBone_t2419392790_il2cpp_TypeInfo_var); CSwingBone_BuildSwingBone_m339631762(NULL /*static, unused*/, L_41, L_42, L_43, L_44, L_45, (bool)1, /*hidden argument*/NULL); int32_t L_46 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_0109: { int32_t L_47 = V_11; Transform_t3600365921 * L_48 = V_8; NullCheck(L_48); int32_t L_49 = Transform_get_childCount_m3145433196(L_48, /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_00ea; } } { goto IL_012a; } IL_011c: { List_1_t3891467532 * L_50 = V_0; Transform_t3600365921 * L_51 = ___Target0; Transform_t3600365921 * L_52 = V_8; float L_53 = V_5; float L_54 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CSwingBone_t2419392790_il2cpp_TypeInfo_var); CSwingBone_BuildSwingBone_m339631762(NULL /*static, unused*/, L_50, L_51, L_52, L_53, L_54, (bool)1, /*hidden argument*/NULL); } IL_012a: { int32_t L_55 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_0130: { int32_t L_56 = V_7; Transform_t3600365921 * L_57 = V_2; NullCheck(L_57); int32_t L_58 = Transform_get_childCount_m3145433196(L_57, /*hidden argument*/NULL); if ((((int32_t)L_56) < ((int32_t)L_58))) { goto IL_0068; } } IL_013d: { int32_t L_59 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0141: { int32_t L_60 = V_1; Transform_t3600365921 * L_61 = ___Target0; NullCheck(L_61); int32_t L_62 = Transform_get_childCount_m3145433196(L_61, /*hidden argument*/NULL); if ((((int32_t)L_60) < ((int32_t)L_62))) { goto IL_001b; } } { List_1_t3891467532 * L_63 = V_0; return L_63; } } // System.Void DMCore.Framework.Scene.CSwingBone::BuildSwingBone(System.Collections.Generic.List`1,UnityEngine.Transform,UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_BuildSwingBone_m339631762 (RuntimeObject * __this /* static, unused */, List_1_t3891467532 * ___outr0, Transform_t3600365921 * ___root1, Transform_t3600365921 * ___logic2, float ___dragVal3, float ___angelDragVal4, bool ___containChildren5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone_BuildSwingBone_m339631762_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CSwingBone_t2419392790 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CSwingBone_t2419392790_il2cpp_TypeInfo_var); BetterList_1_t2755386239 * L_0 = ((CSwingBone_t2419392790_StaticFields*)il2cpp_codegen_static_fields_for(CSwingBone_t2419392790_il2cpp_TypeInfo_var))->get_cached_6(); NullCheck(L_0); BetterList_1_Clear_m1026899485(L_0, /*hidden argument*/BetterList_1_Clear_m1026899485_RuntimeMethod_var); BetterList_1_t2755386239 * L_1 = ((CSwingBone_t2419392790_StaticFields*)il2cpp_codegen_static_fields_for(CSwingBone_t2419392790_il2cpp_TypeInfo_var))->get_cached_6(); Transform_t3600365921 * L_2 = ___root1; Transform_t3600365921 * L_3 = ___logic2; NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = Object_get_name_m4211327027(L_4, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = ___logic2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_FindFromChildren_m2139234413(NULL /*static, unused*/, L_1, L_2, L_5, L_6, /*hidden argument*/NULL); V_0 = 0; goto IL_005b; } IL_0028: { CSwingBone_t2419392790 * L_7 = (CSwingBone_t2419392790 *)il2cpp_codegen_object_new(CSwingBone_t2419392790_il2cpp_TypeInfo_var); CSwingBone__ctor_m2473404392(L_7, /*hidden argument*/NULL); V_1 = L_7; CSwingBone_t2419392790 * L_8 = V_1; float L_9 = ___dragVal3; NullCheck(L_8); CSwingBone_set_Drag_m1289112740(L_8, L_9, /*hidden argument*/NULL); CSwingBone_t2419392790 * L_10 = V_1; float L_11 = ___angelDragVal4; NullCheck(L_10); CSwingBone_set_AngelDrag_m3989131750(L_10, L_11, /*hidden argument*/NULL); CSwingBone_t2419392790 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSwingBone_t2419392790_il2cpp_TypeInfo_var); BetterList_1_t2755386239 * L_13 = ((CSwingBone_t2419392790_StaticFields*)il2cpp_codegen_static_fields_for(CSwingBone_t2419392790_il2cpp_TypeInfo_var))->get_cached_6(); int32_t L_14 = V_0; NullCheck(L_13); Transform_t3600365921 * L_15 = BetterList_1_get_Item_m2248580485(L_13, L_14, /*hidden argument*/BetterList_1_get_Item_m2248580485_RuntimeMethod_var); bool L_16 = ___containChildren5; NullCheck(L_12); CSwingBone_OnInit_m3281322057(L_12, L_15, L_16, /*hidden argument*/NULL); List_1_t3891467532 * L_17 = ___outr0; CSwingBone_t2419392790 * L_18 = V_1; NullCheck(L_17); List_1_Add_m3104460585(L_17, L_18, /*hidden argument*/List_1_Add_m3104460585_RuntimeMethod_var); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005b: { int32_t L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSwingBone_t2419392790_il2cpp_TypeInfo_var); BetterList_1_t2755386239 * L_21 = ((CSwingBone_t2419392790_StaticFields*)il2cpp_codegen_static_fields_for(CSwingBone_t2419392790_il2cpp_TypeInfo_var))->get_cached_6(); NullCheck(L_21); int32_t L_22 = L_21->get_size_1(); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_0028; } } { return; } } // System.Void DMCore.Framework.Scene.CSwingBone::OnInit(UnityEngine.Transform,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSwingBone_OnInit_m3281322057 (CSwingBone_t2419392790 * __this, Transform_t3600365921 * ___bindTransform0, bool ___affectChild1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone_OnInit_m3281322057_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_t3600365921 * V_1 = NULL; CSwingBone_t2419392790 * V_2 = NULL; { Transform_t3600365921 * L_0 = ___bindTransform0; __this->set_m_baseTransform_0(L_0); List_1_t3891467532 * L_1 = __this->get_m_Bones_3(); NullCheck(L_1); List_1_Clear_m921421815(L_1, /*hidden argument*/List_1_Clear_m921421815_RuntimeMethod_var); bool L_2 = ___affectChild1; if (!L_2) { goto IL_0073; } } { V_0 = 0; goto IL_0062; } IL_001f: { Transform_t3600365921 * L_3 = __this->get_m_baseTransform_0(); int32_t L_4 = V_0; NullCheck(L_3); Transform_t3600365921 * L_5 = Transform_GetChild_m1092972975(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; CSwingBone_t2419392790 * L_6 = (CSwingBone_t2419392790 *)il2cpp_codegen_object_new(CSwingBone_t2419392790_il2cpp_TypeInfo_var); CSwingBone__ctor_m2473404392(L_6, /*hidden argument*/NULL); V_2 = L_6; CSwingBone_t2419392790 * L_7 = V_2; float L_8 = CSwingBone_get_Drag_m3372779835(__this, /*hidden argument*/NULL); NullCheck(L_7); CSwingBone_set_Drag_m1289112740(L_7, L_8, /*hidden argument*/NULL); CSwingBone_t2419392790 * L_9 = V_2; float L_10 = CSwingBone_get_AngelDrag_m1143998461(__this, /*hidden argument*/NULL); NullCheck(L_9); CSwingBone_set_AngelDrag_m3989131750(L_9, L_10, /*hidden argument*/NULL); CSwingBone_t2419392790 * L_11 = V_2; Transform_t3600365921 * L_12 = V_1; NullCheck(L_11); CSwingBone_OnInit_m3281322057(L_11, L_12, (bool)1, /*hidden argument*/NULL); List_1_t3891467532 * L_13 = __this->get_m_Bones_3(); CSwingBone_t2419392790 * L_14 = V_2; NullCheck(L_13); List_1_Add_m3104460585(L_13, L_14, /*hidden argument*/List_1_Add_m3104460585_RuntimeMethod_var); int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0062: { int32_t L_16 = V_0; Transform_t3600365921 * L_17 = __this->get_m_baseTransform_0(); NullCheck(L_17); int32_t L_18 = Transform_get_childCount_m3145433196(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_001f; } } IL_0073: { return; } } // System.Void DMCore.Framework.Scene.CSwingBone::UpdateBone() extern "C" IL2CPP_METHOD_ATTR void CSwingBone_UpdateBone_m1889712327 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone_UpdateBone_m1889712327_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)); int32_t V_2 = 0; { Transform_t3600365921 * L_0 = __this->get_m_baseTransform_0(); 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_0012; } } { return; } IL_0012: { Quaternion_t2301928331 L_2 = __this->get_m_LastRot_2(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_3 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_4 = Quaternion_op_Inequality_m1948345154(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0059; } } { Transform_t3600365921 * L_5 = __this->get_m_baseTransform_0(); Quaternion_t2301928331 L_6 = __this->get_m_LastRot_2(); Transform_t3600365921 * L_7 = __this->get_m_baseTransform_0(); NullCheck(L_7); Quaternion_t2301928331 L_8 = Transform_get_rotation_m3502953881(L_7, /*hidden argument*/NULL); float L_9 = __this->get_m_angelDrag_5(); float L_10 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_11 = Mathf_Clamp01_m56433566(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_12 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_6, L_8, L_11, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_rotation_m3524318132(L_5, L_12, /*hidden argument*/NULL); } IL_0059: { Quaternion_t2301928331 L_13 = __this->get_m_LastRot_2(); Transform_t3600365921 * L_14 = __this->get_m_baseTransform_0(); NullCheck(L_14); Quaternion_t2301928331 L_15 = Transform_get_rotation_m3502953881(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); bool L_16 = Quaternion_op_Inequality_m1948345154(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0146; } } { Vector3_t3722313464 L_17 = __this->get_m_LastPos_1(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_18 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_19 = Vector3_op_Inequality_m315980366(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0135; } } { Vector3_t3722313464 L_20 = __this->get_m_LastPos_1(); Transform_t3600365921 * L_21 = __this->get_m_baseTransform_0(); NullCheck(L_21); Vector3_t3722313464 L_22 = Transform_get_position_m36019626(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_23 = Vector3_op_Inequality_m315980366(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0135; } } { Transform_t3600365921 * L_24 = __this->get_m_baseTransform_0(); NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_position_m36019626(L_24, /*hidden argument*/NULL); Transform_t3600365921 * L_26 = __this->get_m_baseTransform_0(); NullCheck(L_26); Transform_t3600365921 * L_27 = Transform_get_parent_m835071599(L_26, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_position_m36019626(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_29 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_25, L_28, /*hidden argument*/NULL); V_0 = L_29; Vector3_t3722313464 L_30 = __this->get_m_LastPos_1(); Transform_t3600365921 * L_31 = __this->get_m_baseTransform_0(); NullCheck(L_31); Transform_t3600365921 * L_32 = Transform_get_parent_m835071599(L_31, /*hidden argument*/NULL); NullCheck(L_32); Vector3_t3722313464 L_33 = Transform_get_position_m36019626(L_32, /*hidden argument*/NULL); Vector3_t3722313464 L_34 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_30, L_33, /*hidden argument*/NULL); V_1 = L_34; Vector3_t3722313464 L_35 = V_0; Vector3_t3722313464 L_36 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_37 = Quaternion_FromToRotation_m3769621427(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = __this->get_m_baseTransform_0(); NullCheck(L_38); Quaternion_t2301928331 L_39 = Transform_get_rotation_m3502953881(L_38, /*hidden argument*/NULL); Quaternion_t2301928331 L_40 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_37, L_39, /*hidden argument*/NULL); __this->set_m_LastRot_2(L_40); Transform_t3600365921 * L_41 = __this->get_m_baseTransform_0(); Quaternion_t2301928331 L_42 = __this->get_m_LastRot_2(); Transform_t3600365921 * L_43 = __this->get_m_baseTransform_0(); NullCheck(L_43); Quaternion_t2301928331 L_44 = Transform_get_rotation_m3502953881(L_43, /*hidden argument*/NULL); float L_45 = __this->get_m_drag_4(); float L_46 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_47 = Mathf_Clamp01_m56433566(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_45, (float)L_46)), /*hidden argument*/NULL); Quaternion_t2301928331 L_48 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_42, L_44, L_47, /*hidden argument*/NULL); NullCheck(L_41); Transform_set_rotation_m3524318132(L_41, L_48, /*hidden argument*/NULL); goto IL_0146; } IL_0135: { Transform_t3600365921 * L_49 = __this->get_m_baseTransform_0(); NullCheck(L_49); Quaternion_t2301928331 L_50 = Transform_get_rotation_m3502953881(L_49, /*hidden argument*/NULL); __this->set_m_LastRot_2(L_50); } IL_0146: { Transform_t3600365921 * L_51 = __this->get_m_baseTransform_0(); NullCheck(L_51); Vector3_t3722313464 L_52 = Transform_get_position_m36019626(L_51, /*hidden argument*/NULL); __this->set_m_LastPos_1(L_52); V_2 = 0; goto IL_0173; } IL_015e: { List_1_t3891467532 * L_53 = __this->get_m_Bones_3(); int32_t L_54 = V_2; NullCheck(L_53); CSwingBone_t2419392790 * L_55 = List_1_get_Item_m1382146713(L_53, L_54, /*hidden argument*/List_1_get_Item_m1382146713_RuntimeMethod_var); NullCheck(L_55); CSwingBone_UpdateBone_m1889712327(L_55, /*hidden argument*/NULL); int32_t L_56 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0173: { int32_t L_57 = V_2; List_1_t3891467532 * L_58 = __this->get_m_Bones_3(); NullCheck(L_58); int32_t L_59 = List_1_get_Count_m605179699(L_58, /*hidden argument*/List_1_get_Count_m605179699_RuntimeMethod_var); if ((((int32_t)L_57) < ((int32_t)L_59))) { goto IL_015e; } } { return; } } // System.Void DMCore.Framework.Scene.CSwingBone::.cctor() extern "C" IL2CPP_METHOD_ATTR void CSwingBone__cctor_m1322143164 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSwingBone__cctor_m1322143164_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t2755386239 * L_0 = (BetterList_1_t2755386239 *)il2cpp_codegen_object_new(BetterList_1_t2755386239_il2cpp_TypeInfo_var); BetterList_1__ctor_m1957795308(L_0, /*hidden argument*/BetterList_1__ctor_m1957795308_RuntimeMethod_var); ((CSwingBone_t2419392790_StaticFields*)il2cpp_codegen_static_fields_for(CSwingBone_t2419392790_il2cpp_TypeInfo_var))->set_cached_6(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.Scene.CVehicleRoleAnimName::.ctor(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName__ctor_m989105362 (CVehicleRoleAnimName_t758558953 * __this, DMXmlNode_t3958967524 * ___nodeItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVehicleRoleAnimName__ctor_m989105362_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { __this->set_m_lastFrameTick_0((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_0 = ___nodeItem0; NullCheck(L_0); String_t* L_1 = DMXmlNode_GetAttribute_m2954850936(L_0, _stringLiteral1628612581, /*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_0035; } } { String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3300968004, L_4, /*hidden argument*/NULL); CVehicleRoleAnimName_set_AnimNameIdle_m2655967198(__this, L_5, /*hidden argument*/NULL); } IL_0035: { DMXmlNode_t3958967524 * L_6 = ___nodeItem0; NullCheck(L_6); String_t* L_7 = DMXmlNode_GetAttribute_m2954850936(L_6, _stringLiteral3540494311, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005d; } } { String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3300968004, L_10, /*hidden argument*/NULL); CVehicleRoleAnimName_set_AnimNameWalk_m4230059905(__this, L_11, /*hidden argument*/NULL); } IL_005d: { V_1 = 1; DMXmlNode_t3958967524 * L_12 = ___nodeItem0; String_t* L_13 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3446402805, L_13, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_15 = DMXmlNode_GetAttribute_m2954850936(L_12, L_14, /*hidden argument*/NULL); V_0 = L_15; goto IL_00b5; } IL_0082: { String_t* L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3300968004, L_16, /*hidden argument*/NULL); CVehicleRoleAnimName_PushPlayAnimName_m1788548181(__this, L_17, /*hidden argument*/NULL); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); DMXmlNode_t3958967524 * L_19 = ___nodeItem0; String_t* L_20 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3446402805, L_20, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_22 = DMXmlNode_GetAttribute_m2954850936(L_19, L_21, /*hidden argument*/NULL); V_0 = L_22; } IL_00b5: { String_t* L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0082; } } { return; } } // 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) { { String_t* L_0 = __this->get_U3CAnimNameIdleU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Framework.Scene.CVehicleRoleAnimName::set_AnimNameIdle(System.String) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName_set_AnimNameIdle_m2655967198 (CVehicleRoleAnimName_t758558953 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CAnimNameIdleU3Ek__BackingField_2(L_0); return; } } // 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) { { String_t* L_0 = __this->get_U3CAnimNameWalkU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Framework.Scene.CVehicleRoleAnimName::set_AnimNameWalk(System.String) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName_set_AnimNameWalk_m4230059905 (CVehicleRoleAnimName_t758558953 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CAnimNameWalkU3Ek__BackingField_3(L_0); return; } } // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::GetCoordinatePlayName(DMCore.Framework.Scene.CVehicleRoleAnimName) extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_GetCoordinatePlayName_m781623229 (CVehicleRoleAnimName_t758558953 * __this, CVehicleRoleAnimName_t758558953 * ___owner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVehicleRoleAnimName_GetCoordinatePlayName_m781623229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVehicleRoleAnimName_t758558953 * L_0 = ___owner0; if (!L_0) { goto IL_0021; } } { CVehicleRoleAnimName_t758558953 * L_1 = ___owner0; NullCheck(L_1); List_1_t3319525431 * L_2 = L_1->get_m_listPlayName_4(); if (!L_2) { goto IL_0021; } } { CVehicleRoleAnimName_t758558953 * L_3 = ___owner0; NullCheck(L_3); List_1_t3319525431 * L_4 = L_3->get_m_listPlayName_4(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m2276455407(L_4, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_5) { goto IL_0027; } } IL_0021: { 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; } IL_0027: { List_1_t3319525431 * L_7 = __this->get_m_listPlayName_4(); if (!L_7) { goto IL_0042; } } { List_1_t3319525431 * L_8 = __this->get_m_listPlayName_4(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m2276455407(L_8, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_9) { goto IL_0048; } } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_10; } IL_0048: { CVehicleRoleAnimName_t758558953 * L_11 = ___owner0; NullCheck(L_11); int32_t L_12 = L_11->get_m_playingIndex_1(); if ((((int32_t)0) > ((int32_t)L_12))) { goto IL_007c; } } { CVehicleRoleAnimName_t758558953 * L_13 = ___owner0; NullCheck(L_13); int32_t L_14 = L_13->get_m_playingIndex_1(); List_1_t3319525431 * L_15 = __this->get_m_listPlayName_4(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m2276455407(L_15, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_14) >= ((int32_t)L_16))) { goto IL_007c; } } { List_1_t3319525431 * L_17 = __this->get_m_listPlayName_4(); CVehicleRoleAnimName_t758558953 * L_18 = ___owner0; NullCheck(L_18); int32_t L_19 = L_18->get_m_playingIndex_1(); NullCheck(L_17); String_t* L_20 = List_1_get_Item_m3729392029(L_17, L_19, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); return L_20; } IL_007c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_21; } } // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::GetRandomPlayName() extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_GetRandomPlayName_m4232037906 (CVehicleRoleAnimName_t758558953 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVehicleRoleAnimName_GetRandomPlayName_m4232037906_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = __this->get_m_listPlayName_4(); if (!L_0) { goto IL_001b; } } { List_1_t3319525431 * L_1 = __this->get_m_listPlayName_4(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2276455407(L_1, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_2) { goto IL_0021; } } 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(); return L_3; } IL_0021: { int32_t L_4 = __this->get_m_lastFrameTick_0(); int32_t L_5 = Time_get_frameCount_m1220035214(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0056; } } { int32_t L_6 = Time_get_frameCount_m1220035214(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_lastFrameTick_0(L_6); int32_t L_7 = Random_Range_m4054026115(NULL /*static, unused*/, 0, ((int32_t)20), /*hidden argument*/NULL); List_1_t3319525431 * L_8 = __this->get_m_listPlayName_4(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m2276455407(L_8, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); __this->set_m_playingIndex_1(((int32_t)((int32_t)L_7%(int32_t)L_9))); } IL_0056: { List_1_t3319525431 * L_10 = __this->get_m_listPlayName_4(); int32_t L_11 = __this->get_m_playingIndex_1(); NullCheck(L_10); String_t* L_12 = List_1_get_Item_m3729392029(L_10, L_11, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); return L_12; } } // System.Boolean DMCore.Framework.Scene.CVehicleRoleAnimName::IsResourceReady() extern "C" IL2CPP_METHOD_ATTR bool CVehicleRoleAnimName_IsResourceReady_m840680110 (CVehicleRoleAnimName_t758558953 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVehicleRoleAnimName_IsResourceReady_m840680110_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = CVehicleRoleAnimName_get_AnimNameIdle_m2358933187(__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_0022; } } { String_t* L_2 = CVehicleRoleAnimName_get_AnimNameIdle_m2358933187(__this, /*hidden argument*/NULL); bool L_3 = CAnimManager_CheckAnimReady_m3203671911(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { return (bool)0; } IL_0022: { String_t* L_4 = CVehicleRoleAnimName_get_AnimNameWalk_m3610183044(__this, /*hidden argument*/NULL); 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_0044; } } { String_t* L_6 = CVehicleRoleAnimName_get_AnimNameWalk_m3610183044(__this, /*hidden argument*/NULL); bool L_7 = CAnimManager_CheckAnimReady_m3203671911(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0044; } } { return (bool)0; } IL_0044: { List_1_t3319525431 * L_8 = __this->get_m_listPlayName_4(); if (!L_8) { goto IL_0083; } } { V_0 = 0; goto IL_0072; } IL_0056: { List_1_t3319525431 * L_9 = __this->get_m_listPlayName_4(); int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11 = List_1_get_Item_m3729392029(L_9, L_10, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); bool L_12 = CAnimManager_CheckAnimReady_m3203671911(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_006e; } } { return (bool)0; } IL_006e: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0072: { int32_t L_14 = V_0; List_1_t3319525431 * L_15 = __this->get_m_listPlayName_4(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m2276455407(L_15, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0056; } } IL_0083: { return (bool)1; } } // System.Void DMCore.Framework.Scene.CVehicleRoleAnimName::PushPlayAnimName(System.String) extern "C" IL2CPP_METHOD_ATTR void CVehicleRoleAnimName_PushPlayAnimName_m1788548181 (CVehicleRoleAnimName_t758558953 * __this, String_t* ___animName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVehicleRoleAnimName_PushPlayAnimName_m1788548181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = __this->get_m_listPlayName_4(); if (L_0) { goto IL_0016; } } { 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_listPlayName_4(L_1); } IL_0016: { List_1_t3319525431 * L_2 = __this->get_m_listPlayName_4(); String_t* L_3 = ___animName0; NullCheck(L_2); List_1_Add_m1685793073(L_2, L_3, /*hidden argument*/List_1_Add_m1685793073_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.Framework.Scene.CWalkCamera::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera__ctor_m1230390696 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera__ctor_m1230390696_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bEnable_3((bool)0); __this->set_m_bFollowCamera_4((bool)0); __this->set_m_lastClkedUI_8((bool)0); __this->set_m_bInited_2((bool)0); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_firstMouse_5(L_0); __this->set_m_inRotateState_6((bool)0); __this->set_m_lockedWatchTarget_7((((int64_t)((int64_t)0)))); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_quatCamera_9(L_1); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_quatCameraCur_10(L_2); List_1_t2585711361 * L_3 = (List_1_t2585711361 *)il2cpp_codegen_object_new(List_1_t2585711361_il2cpp_TypeInfo_var); List_1__ctor_m3526297712(L_3, /*hidden argument*/List_1__ctor_m3526297712_RuntimeMethod_var); __this->set_m_exceptColliders_1(L_3); return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::Clear() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_Clear_m1189001900 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_Clear_m1189001900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bInited_2((bool)0); __this->set_m_lastClkedUI_8((bool)0); __this->set_m_lockedWatchTarget_7((((int64_t)((int64_t)0)))); List_1_t2585711361 * L_0 = __this->get_m_exceptColliders_1(); NullCheck(L_0); List_1_Clear_m740911703(L_0, /*hidden argument*/List_1_Clear_m740911703_RuntimeMethod_var); return; } } // System.Boolean DMCore.Framework.Scene.CWalkCamera::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool CWalkCamera_IsEnable_m1548027643 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnable_3(); return L_0; } } // System.Void DMCore.Framework.Scene.CWalkCamera::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SetEnable_m12329853 (CWalkCamera_t1176337330 * __this, bool ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_SetEnable_m12329853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___b0; __this->set_m_bEnable_3(L_0); bool L_1 = __this->get_m_bEnable_3(); if (L_1) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_2 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CInteractionRange_t868014233 * L_3 = CWalkManager_GetInteractionRange_m3832850933(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_4 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_3); CInteractionRange_SetActiveGroup_m2780592628(L_3, L_4, /*hidden argument*/NULL); __this->set_m_inRotateState_6((bool)0); } IL_002d: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_SetFollowCamera_m3257888760_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { bool L_0 = ___bEnableFollow0; __this->set_m_bFollowCamera_4(L_0); Camera_t4157153871 * L_1 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = __this->get_m_bFollowCamera_4(); if (!L_2) { goto IL_0059; } } { int64_t L_3 = __this->get_m_lockedWatchTarget_7(); if ((!(((uint64_t)L_3) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0059; } } { Camera_t4157153871 * 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_0059; } } { __this->set_m_bStartLerp_11((bool)1); float L_6 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fStartTime_13(L_6); Camera_t4157153871 * L_7 = V_0; NullCheck(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(L_7, /*hidden argument*/NULL); NullCheck(L_8); Vector3_t3722313464 L_9 = Transform_get_position_m36019626(L_8, /*hidden argument*/NULL); __this->set_m_v3StartPos_12(L_9); goto IL_0060; } IL_0059: { __this->set_m_bStartLerp_11((bool)0); } IL_0060: { return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::FlushFollowCamera() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_FlushFollowCamera_m20976819 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_FlushFollowCamera_m20976819_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Camera_t4157153871 * L_0 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); 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_0021; } } { Camera_t4157153871 * L_3 = V_0; CWalkCamera_OnTickFollowCamera_m1557865767(__this, L_3, /*hidden argument*/NULL); Camera_t4157153871 * L_4 = V_0; CWalkCamera_OnFlushCameraTrans_m3434207043(__this, L_4, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::PushExceptUICollider(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_PushExceptUICollider_m3403663474 (CWalkCamera_t1176337330 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_PushExceptUICollider_m3403663474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = ___go0; 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_0029; } } { List_1_t2585711361 * L_2 = __this->get_m_exceptColliders_1(); GameObject_t1113636619 * L_3 = ___go0; NullCheck(L_2); bool L_4 = List_1_Contains_m4222374550(L_2, L_3, /*hidden argument*/List_1_Contains_m4222374550_RuntimeMethod_var); if (L_4) { goto IL_0029; } } { List_1_t2585711361 * L_5 = __this->get_m_exceptColliders_1(); GameObject_t1113636619 * L_6 = ___go0; NullCheck(L_5); List_1_Add_m989991498(L_5, L_6, /*hidden argument*/List_1_Add_m989991498_RuntimeMethod_var); } IL_0029: { return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::LockWatchTarget(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_LockWatchTarget_m1367181903 (CWalkCamera_t1176337330 * __this, int64_t ___usrID0, const RuntimeMethod* method) { { int64_t L_0 = ___usrID0; __this->set_m_lockedWatchTarget_7(L_0); CWalkCamera_FlushFollowCamera_m20976819(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::OnTick() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_OnTick_m2988549695 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_OnTick_m2988549695_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; bool V_1 = false; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Quaternion_t2301928331 V_4; memset(&V_4, 0, sizeof(V_4)); Quaternion_t2301928331 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t G_B11_0 = 0; int32_t G_B14_0 = 0; { bool L_0 = CWalkCamera_IsEnable_m1548027643(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { return; } IL_001c: { Camera_t4157153871 * L_3 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; Camera_t4157153871 * 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_002f; } } { return; } IL_002f: { V_1 = (bool)0; bool L_6 = __this->get_m_bInited_2(); if (L_6) { goto IL_00d3; } } { __this->set_m_bInited_2((bool)1); V_1 = (bool)1; Camera_t4157153871 * L_7 = V_0; Vector3_t3722313464 L_8 = CWalkCamera_GetTargetRoleCameraForward_m2745293210(__this, L_7, /*hidden argument*/NULL); V_2 = L_8; Vector3_t3722313464 L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_10 = Quaternion_LookRotation_m4040767668(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_4 = L_10; Vector3_t3722313464 L_11 = Quaternion_get_eulerAngles_m3425202016((&V_4), /*hidden argument*/NULL); V_3 = L_11; Vector3_t3722313464 * L_12 = __this->get_address_of_m_quatCamera_9(); Camera_t4157153871 * L_13 = V_0; NullCheck(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(L_13, /*hidden argument*/NULL); NullCheck(L_14); Quaternion_t2301928331 L_15 = Transform_get_rotation_m3502953881(L_14, /*hidden argument*/NULL); V_5 = L_15; Vector3_t3722313464 L_16 = Quaternion_get_eulerAngles_m3425202016((&V_5), /*hidden argument*/NULL); V_6 = L_16; float L_17 = (&V_6)->get_x_1(); L_12->set_x_1(L_17); Vector3_t3722313464 * L_18 = __this->get_address_of_m_quatCamera_9(); float L_19 = (&V_3)->get_y_2(); L_18->set_y_2(L_19); Vector3_t3722313464 * L_20 = __this->get_address_of_m_quatCamera_9(); L_20->set_z_3((0.0f)); Vector3_t3722313464 * L_21 = __this->get_address_of_m_quatCameraCur_10(); Vector3_t3722313464 * L_22 = __this->get_address_of_m_quatCamera_9(); float L_23 = L_22->get_x_1(); Vector3_t3722313464 * L_24 = __this->get_address_of_m_quatCamera_9(); float L_25 = L_24->get_y_2(); Vector3_t3722313464 * L_26 = __this->get_address_of_m_quatCamera_9(); float L_27 = L_26->get_z_3(); Vector3_Set_m1737058353(L_21, L_23, L_25, L_27, /*hidden argument*/NULL); } IL_00d3: { Camera_t4157153871 * L_28 = V_0; CWalkCamera_OnTickClk_m2114590345(__this, L_28, /*hidden argument*/NULL); Camera_t4157153871 * L_29 = V_0; bool L_30 = CWalkCamera_OnTickRotate_m1828673234(__this, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00e9; } } { bool L_31 = V_1; G_B11_0 = ((int32_t)(L_31)); goto IL_00ea; } IL_00e9: { G_B11_0 = 1; } IL_00ea: { V_1 = (bool)G_B11_0; Camera_t4157153871 * L_32 = V_0; bool L_33 = CWalkCamera_OnTickFollowCamera_m1557865767(__this, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00fa; } } { bool L_34 = V_1; G_B14_0 = ((int32_t)(L_34)); goto IL_00fb; } IL_00fa: { G_B14_0 = 1; } IL_00fb: { V_1 = (bool)G_B14_0; bool L_35 = V_1; if (!L_35) { goto IL_0109; } } { Camera_t4157153871 * L_36 = V_0; CWalkCamera_OnFlushCameraTrans_m3434207043(__this, L_36, /*hidden argument*/NULL); } IL_0109: { return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::SetCameraFollowDistance(System.Single) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SetCameraFollowDistance_m1752278264 (RuntimeObject * __this /* static, unused */, float ___distance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_SetCameraFollowDistance_m1752278264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___distance0; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); ((CWalkCamera_t1176337330_StaticFields*)il2cpp_codegen_static_fields_for(CWalkCamera_t1176337330_il2cpp_TypeInfo_var))->set_s_distance_0(L_0); return; } } // System.Single DMCore.Framework.Scene.CWalkCamera::GetCameraFollowDistance() extern "C" IL2CPP_METHOD_ATTR float CWalkCamera_GetCameraFollowDistance_m1689981930 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_GetCameraFollowDistance_m1689981930_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); float L_0 = ((CWalkCamera_t1176337330_StaticFields*)il2cpp_codegen_static_fields_for(CWalkCamera_t1176337330_il2cpp_TypeInfo_var))->get_s_distance_0(); return L_0; } } // System.Void DMCore.Framework.Scene.CWalkCamera::DoWatchForwardPos(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_DoWatchForwardPos_m2886247474 (CWalkCamera_t1176337330 * __this, ISceneRole_t2394225724 * ___targetRole0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_DoWatchForwardPos_m2886247474_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); { ISceneRole_t2394225724 * L_0 = ___targetRole0; if (!L_0) { goto IL_0021; } } { ISceneRole_t2394225724 * L_1 = ___targetRole0; NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { ISceneRole_t2394225724 * L_3 = ___targetRole0; NullCheck(L_3); Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(L_3, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_position_m36019626(L_4, /*hidden argument*/NULL); G_B4_0 = L_5; goto IL_0026; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_6 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B4_0 = L_6; } IL_0026: { V_0 = G_B4_0; CMainRole_t4200562839 * L_7 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = ISceneBaseObj_CheckRoleState_m2983555996(L_7, 2, /*hidden argument*/NULL); if (L_8) { goto IL_0048; } } { CMainRole_t4200562839 * L_9 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = ISceneBaseObj_CheckRoleState_m2983555996(L_9, ((int32_t)16), /*hidden argument*/NULL); if (!L_10) { goto IL_0049; } } IL_0048: { return; } IL_0049: { CMainRole_t4200562839 * L_11 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = ISceneBaseObj_CheckRoleState_m2983555996(L_11, 4, /*hidden argument*/NULL); if (L_12) { goto IL_006a; } } { CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); bool L_14 = ISceneBaseObj_CheckRoleState_m2983555996(L_13, ((int32_t)32), /*hidden argument*/NULL); if (!L_14) { goto IL_0075; } } IL_006a: { Vector3_t3722313464 L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera_SendMsg_StopInteraction_m3792036855(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); goto IL_0081; } IL_0075: { Vector3_t3722313464 L_16 = V_0; ISceneRole_t2394225724 * L_17 = ___targetRole0; NullCheck(L_17); int64_t L_18 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera_SendMsg_Move_m786141635(NULL /*static, unused*/, L_16, L_18, /*hidden argument*/NULL); } IL_0081: { return; } } // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::ClamRotation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CWalkCamera_ClamRotation_m2416423176 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___eulerAngle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_ClamRotation_m2416423176_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; { float L_0 = (&___eulerAngle0)->get_x_1(); float L_1 = (&___eulerAngle0)->get_y_2(); Vector3__ctor_m3353183577((&V_0), L_0, L_1, (0.0f), /*hidden argument*/NULL); float L_2 = (&V_0)->get_y_2(); if ((!(((float)(0.0f)) <= ((float)L_2)))) { goto IL_0044; } } { float L_3 = (&V_0)->get_y_2(); (&V_0)->set_y_2((fmodf(L_3, (360.0f)))); goto IL_0063; } IL_0044: { float L_4 = (&V_0)->get_y_2(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_5 = fabsf(L_4); (&V_0)->set_y_2(((float)il2cpp_codegen_subtract((float)(360.0f), (float)(fmodf(L_5, (360.0f)))))); } IL_0063: { float L_6 = (&V_0)->get_x_1(); if ((!(((float)(0.0f)) <= ((float)L_6)))) { goto IL_008d; } } { float L_7 = (&V_0)->get_x_1(); (&V_0)->set_x_1((fmodf(L_7, (360.0f)))); goto IL_00ac; } IL_008d: { float L_8 = (&V_0)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_9 = fabsf(L_8); (&V_0)->set_x_1(((float)il2cpp_codegen_subtract((float)(360.0f), (float)(fmodf(L_9, (360.0f)))))); } IL_00ac: { V_1 = (359.0f); V_2 = (30.0f); CMainRole_t4200562839 * L_10 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = ISceneBaseObj_CheckRoleState_m2983555996(L_10, 4, /*hidden argument*/NULL); if (!L_11) { goto IL_00d4; } } { V_1 = (340.0f); V_2 = (40.0f); } IL_00d4: { float L_12 = (&V_0)->get_x_1(); if ((!(((float)(180.0f)) < ((float)L_12)))) { goto IL_0103; } } { float L_13 = (&V_0)->get_x_1(); float L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_15 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_13, L_14, (359.99f), /*hidden argument*/NULL); (&V_0)->set_x_1(L_15); goto IL_011c; } IL_0103: { float L_16 = (&V_0)->get_x_1(); float L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_18 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_16, (0.0f), L_17, /*hidden argument*/NULL); (&V_0)->set_x_1(L_18); } IL_011c: { Vector3_t3722313464 L_19 = V_0; return L_19; } } // System.Void DMCore.Framework.Scene.CWalkCamera::OnTickClk(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_OnTickClk_m2114590345 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ___camera3D0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_OnTickClk_m2114590345_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Ray_t3785851493 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; CInteractionEvent_t1132726501 * V_10 = NULL; CInteractionCliderItem_t1940232150 * V_11 = NULL; GameObject_t1113636619 * V_12 = NULL; GameObject_t1113636619 * V_13 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = ISceneBaseObj_CheckRoleState_m2983555996(L_0, 2, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = ISceneBaseObj_CheckRoleState_m2983555996(L_2, ((int32_t)16), /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } IL_0021: { return; } IL_0022: { Camera_t4157153871 * L_4 = ___camera3D0; 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_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_6 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CInteractionRange_t868014233 * L_7 = CWalkManager_GetInteractionRange_m3832850933(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_8 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_7); CInteractionRange_SetActiveGroup_m2780592628(L_7, L_8, /*hidden argument*/NULL); return; } IL_0043: { bool L_9 = __this->get_m_lastClkedUI_8(); V_0 = L_9; __this->set_m_lastClkedUI_8((bool)0); IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_10 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00aa; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_12 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); NullCheck(L_12); Transform_t3600365921 * L_13 = GameObject_get_transform_m1369836730(L_12, /*hidden argument*/NULL); NullCheck(L_13); Transform_t3600365921 * L_14 = Transform_get_parent_m835071599(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_16 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = Transform_get_parent_m835071599(L_17, /*hidden argument*/NULL); NullCheck(L_18); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = Object_get_name_m4211327027(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_21 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral1290893788, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00aa; } } IL_00a3: { __this->set_m_lastClkedUI_8((bool)1); } IL_00aa: { bool L_22 = __this->get_m_lastClkedUI_8(); if (L_22) { goto IL_00ea; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); DMListView_t512231514 * L_23 = ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->get_activeDMList_14(); 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_00ea; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); DMListView_t512231514 * L_25 = ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->get_activeDMList_14(); NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27 = Object_get_name_m4211327027(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_28 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral1290893788, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00ea; } } { __this->set_m_lastClkedUI_8((bool)1); } IL_00ea: { bool L_29 = V_0; if (L_29) { goto IL_00fb; } } { bool L_30 = __this->get_m_lastClkedUI_8(); if (!L_30) { goto IL_0110; } } IL_00fb: { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_31 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); CInteractionRange_t868014233 * L_32 = CWalkManager_GetInteractionRange_m3832850933(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_33 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_32); CInteractionRange_SetActiveGroup_m2780592628(L_32, L_33, /*hidden argument*/NULL); return; } IL_0110: { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_34 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_34; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); bool L_35 = CInputHelp_Clicked_m1872365816(NULL /*static, unused*/, (18.0f), (&V_1), /*hidden argument*/NULL); if (!L_35) { goto IL_040c; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_36 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); CInteractionRange_t868014233 * L_37 = CWalkManager_GetInteractionRange_m3832850933(L_36, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = CInteractionRange_GetActiveGroup_m3787580463(L_37, /*hidden argument*/NULL); V_2 = 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_3 = L_39; float L_40 = (&V_1)->get_x_0(); int32_t L_41 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_42 = (&V_1)->get_y_1(); Camera_t4157153871 * L_43 = ___camera3D0; NullCheck(L_43); float L_44 = Camera_get_nearClipPlane_m837839537(L_43, /*hidden argument*/NULL); Vector3_Set_m1737058353((&V_3), L_40, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_41))), (float)L_42)), L_44, /*hidden argument*/NULL); Camera_t4157153871 * L_45 = ___camera3D0; Vector3_t3722313464 L_46 = V_3; NullCheck(L_45); Ray_t3785851493 L_47 = Camera_ScreenPointToRay_m3764635188(L_45, L_46, /*hidden argument*/NULL); V_4 = L_47; Vector3_t3722313464 L_48 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_48; CMainRole_t4200562839 * L_49 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); CProperty_t963755051 * L_50 = ISceneBaseObj_GetNetProperty_m1709069404(L_49, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51 = CProperty_GetInt_m2680341236(L_50, _stringLiteral809494744, 0, /*hidden argument*/NULL); V_6 = L_51; int32_t L_52 = V_6; if (L_52) { goto IL_0332; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_53 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); CWalkManager_set_walkType_m1425593646(L_53, 0, /*hidden argument*/NULL); V_7 = 0; CWalkManager_t3228361237 * L_54 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_54); CInteractionRange_t868014233 * L_55 = CWalkManager_GetInteractionRange_m3832850933(L_54, /*hidden argument*/NULL); Ray_t3785851493 L_56 = V_4; NullCheck(L_55); int32_t L_57 = CInteractionRange_Intersect_m3246814950(L_55, L_56, (&V_5), (&V_7), /*hidden argument*/NULL); V_8 = L_57; int32_t L_58 = V_8; if ((((int32_t)0) >= ((int32_t)L_58))) { goto IL_025e; } } { CMainRole_t4200562839 * L_59 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); CDataProperty_t2806246268 * L_60 = ISceneBaseObj_GetUserProperty_m776816018(L_59, /*hidden argument*/NULL); NullCheck(L_60); int32_t L_61 = CDataProperty_GetInt_m1935343217(L_60, _stringLiteral3478854286, (-1), /*hidden argument*/NULL); V_9 = L_61; int32_t L_62 = V_8; int32_t L_63 = V_9; if ((((int32_t)L_62) == ((int32_t)L_63))) { goto IL_0248; } } { int32_t L_64 = V_2; int32_t L_65 = V_7; if ((!(((uint32_t)L_64) == ((uint32_t)L_65)))) { goto IL_0248; } } { CInteractionEvent_t1132726501 * L_66 = (CInteractionEvent_t1132726501 *)il2cpp_codegen_object_new(CInteractionEvent_t1132726501_il2cpp_TypeInfo_var); CInteractionEvent__ctor_m175746072(L_66, /*hidden argument*/NULL); V_10 = L_66; CInteractionEvent_t1132726501 * L_67 = V_10; CMainRole_t4200562839 * L_68 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_68); int64_t L_69 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_68); NullCheck(L_67); ((CWalkEvent_t1212470810 *)L_67)->set_m_userID_0(L_69); CInteractionEvent_t1132726501 * L_70 = V_10; int32_t L_71 = V_8; NullCheck(L_70); L_70->set_m_nInteractionID_9(L_71); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_72 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_72); CInteractionRange_t868014233 * L_73 = CWalkManager_GetInteractionRange_m3832850933(L_72, /*hidden argument*/NULL); int32_t L_74 = V_8; NullCheck(L_73); CInteractionCliderItem_t1940232150 * L_75 = CInteractionRange_FindInteracionCliderItem_m4137299991(L_73, L_74, /*hidden argument*/NULL); V_11 = L_75; CInteractionCliderItem_t1940232150 * L_76 = V_11; if (!L_76) { goto IL_0243; } } { CInteractionEvent_t1132726501 * L_77 = V_10; CMainRole_t4200562839 * L_78 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); Vector3_t3722313464 L_79 = ISceneBaseObj_GetPosition_m3414577191(L_78, /*hidden argument*/NULL); NullCheck(L_77); L_77->set_m_posBegin_10(L_79); CInteractionEvent_t1132726501 * L_80 = V_10; CInteractionCliderItem_t1940232150 * L_81 = V_11; NullCheck(L_81); Vector3_t3722313464 L_82 = CInteractionCliderItem_GetCenter_m3757805819(L_81, /*hidden argument*/NULL); NullCheck(L_80); L_80->set_m_posEnd_11(L_82); CInteractionEvent_t1132726501 * L_83 = V_10; NullCheck(L_83); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Scene.CWalkEvent::SendMsg() */, L_83); } IL_0243: { goto IL_0259; } IL_0248: { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_84 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_84); CInteractionRange_t868014233 * L_85 = CWalkManager_GetInteractionRange_m3832850933(L_84, /*hidden argument*/NULL); int32_t L_86 = V_7; NullCheck(L_85); CInteractionRange_SetActiveGroup_m2780592628(L_85, L_86, /*hidden argument*/NULL); } IL_0259: { goto IL_032d; } IL_025e: { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_87 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_87); CInteractionRange_t868014233 * L_88 = CWalkManager_GetInteractionRange_m3832850933(L_87, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_89 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_88); CInteractionRange_SetActiveGroup_m2780592628(L_88, L_89, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_90 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_90); CWalkRange_t2357921041 * L_91 = CWalkManager_GetWalkRange_m2924960475(L_90, /*hidden argument*/NULL); Ray_t3785851493 L_92 = V_4; NullCheck(L_91); bool L_93 = CWalkRange_Intersect_m1824154936(L_91, L_92, (&V_5), /*hidden argument*/NULL); if (!L_93) { goto IL_032d; } } { GameObject_t1113636619 * L_94 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1568738744, /*hidden argument*/NULL); V_12 = L_94; GameObject_t1113636619 * L_95 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_96 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_02db; } } { IResourceManager_t3165642952 * L_97 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_97); GameObject_t1113636619 * L_98 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_97, _stringLiteral3501725476); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_99 = Object_Instantiate_TisGameObject_t1113636619_m587845175(NULL /*static, unused*/, L_98, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var); V_12 = L_99; GameObject_t1113636619 * L_100 = V_12; NullCheck(L_100); Transform_t3600365921 * L_101 = GameObject_get_transform_m1369836730(L_100, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_102 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_101); Transform_set_localScale_m3053443106(L_101, L_102, /*hidden argument*/NULL); GameObject_t1113636619 * L_103 = V_12; NullCheck(L_103); Object_set_name_m291480324(L_103, _stringLiteral1568738744, /*hidden argument*/NULL); goto IL_02eb; } IL_02db: { GameObject_t1113636619 * L_104 = V_12; NullCheck(L_104); GameObject_SetActive_m796801857(L_104, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_105 = V_12; NullCheck(L_105); GameObject_SetActive_m796801857(L_105, (bool)1, /*hidden argument*/NULL); } IL_02eb: { GameObject_t1113636619 * L_106 = V_12; NullCheck(L_106); Transform_t3600365921 * L_107 = GameObject_get_transform_m1369836730(L_106, /*hidden argument*/NULL); Vector3_t3722313464 L_108 = V_5; NullCheck(L_107); Transform_set_position_m3387557959(L_107, L_108, /*hidden argument*/NULL); CMainRole_t4200562839 * L_109 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_109); bool L_110 = ISceneBaseObj_CheckRoleState_m2983555996(L_109, 4, /*hidden argument*/NULL); if (L_110) { goto IL_031a; } } { CMainRole_t4200562839 * L_111 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_111); bool L_112 = ISceneBaseObj_CheckRoleState_m2983555996(L_111, ((int32_t)32), /*hidden argument*/NULL); if (!L_112) { goto IL_0326; } } IL_031a: { Vector3_t3722313464 L_113 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera_SendMsg_StopInteraction_m3792036855(NULL /*static, unused*/, L_113, /*hidden argument*/NULL); goto IL_032d; } IL_0326: { Vector3_t3722313464 L_114 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera_SendMsg_Move_m2980338678(NULL /*static, unused*/, L_114, /*hidden argument*/NULL); } IL_032d: { goto IL_040c; } IL_0332: { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_115 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_115); CInteractionRange_t868014233 * L_116 = CWalkManager_GetInteractionRange_m3832850933(L_115, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_117 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_116); CInteractionRange_SetActiveGroup_m2780592628(L_116, L_117, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_118 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_118); CWalkManager_set_walkType_m1425593646(L_118, 2, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_119 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_119); CWalkRange_t2357921041 * L_120 = CWalkManager_GetWalkSwimmingRange_m1272755093(L_119, /*hidden argument*/NULL); Ray_t3785851493 L_121 = V_4; NullCheck(L_120); bool L_122 = CWalkRange_Intersect_m1824154936(L_120, L_121, (&V_5), /*hidden argument*/NULL); if (!L_122) { goto IL_040c; } } { GameObject_t1113636619 * L_123 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1568738744, /*hidden argument*/NULL); V_13 = L_123; GameObject_t1113636619 * L_124 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_125 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_124, /*hidden argument*/NULL); if (!L_125) { goto IL_03ba; } } { IResourceManager_t3165642952 * L_126 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_126); GameObject_t1113636619 * L_127 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_126, _stringLiteral3501725476); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_128 = Object_Instantiate_TisGameObject_t1113636619_m587845175(NULL /*static, unused*/, L_127, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var); V_13 = L_128; GameObject_t1113636619 * L_129 = V_13; NullCheck(L_129); Transform_t3600365921 * L_130 = GameObject_get_transform_m1369836730(L_129, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_131 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_130); Transform_set_localScale_m3053443106(L_130, L_131, /*hidden argument*/NULL); GameObject_t1113636619 * L_132 = V_13; NullCheck(L_132); Object_set_name_m291480324(L_132, _stringLiteral1568738744, /*hidden argument*/NULL); goto IL_03ca; } IL_03ba: { GameObject_t1113636619 * L_133 = V_13; NullCheck(L_133); GameObject_SetActive_m796801857(L_133, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_134 = V_13; NullCheck(L_134); GameObject_SetActive_m796801857(L_134, (bool)1, /*hidden argument*/NULL); } IL_03ca: { GameObject_t1113636619 * L_135 = V_13; NullCheck(L_135); Transform_t3600365921 * L_136 = GameObject_get_transform_m1369836730(L_135, /*hidden argument*/NULL); Vector3_t3722313464 L_137 = V_5; NullCheck(L_136); Transform_set_position_m3387557959(L_136, L_137, /*hidden argument*/NULL); CMainRole_t4200562839 * L_138 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_138); bool L_139 = ISceneBaseObj_CheckRoleState_m2983555996(L_138, 4, /*hidden argument*/NULL); if (L_139) { goto IL_03f9; } } { CMainRole_t4200562839 * L_140 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_140); bool L_141 = ISceneBaseObj_CheckRoleState_m2983555996(L_140, ((int32_t)32), /*hidden argument*/NULL); if (!L_141) { goto IL_0405; } } IL_03f9: { Vector3_t3722313464 L_142 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera_SendMsg_StopInteraction_m3792036855(NULL /*static, unused*/, L_142, /*hidden argument*/NULL); goto IL_040c; } IL_0405: { Vector3_t3722313464 L_143 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera_SendMsg_Move_m2980338678(NULL /*static, unused*/, L_143, /*hidden argument*/NULL); } IL_040c: { return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::SendMsg_StopInteraction(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SendMsg_StopInteraction_m3792036855 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_SendMsg_StopInteraction_m3792036855_MetadataUsageId); s_Il2CppMethodInitialized = true; } CInteractionStopEvent_t2995538871 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); 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); { CInteractionStopEvent_t2995538871 * L_0 = (CInteractionStopEvent_t2995538871 *)il2cpp_codegen_object_new(CInteractionStopEvent_t2995538871_il2cpp_TypeInfo_var); CInteractionStopEvent__ctor_m171431524(L_0, /*hidden argument*/NULL); V_0 = L_0; CInteractionStopEvent_t2995538871 * L_1 = V_0; CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); NullCheck(L_1); ((CWalkEvent_t1212470810 *)L_1)->set_m_userID_0(L_3); CInteractionStopEvent_t2995538871 * L_4 = V_0; CMainRole_t4200562839 * L_5 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CDataProperty_t2806246268 * L_6 = ISceneBaseObj_GetUserProperty_m776816018(L_5, /*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); int32_t L_8 = CDataProperty_GetInt_m1935343217(L_6, _stringLiteral3478854286, L_7, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_m_nInteractionID_9(L_8); CInteractionStopEvent_t2995538871 * L_9 = V_0; float L_10 = (&___targetPos0)->get_x_1(); float L_11 = (&___targetPos0)->get_y_2(); float L_12 = (&___targetPos0)->get_z_3(); Vector3_t3722313464 L_13; memset(&L_13, 0, sizeof(L_13)); Vector3__ctor_m3353183577((&L_13), L_10, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_m_targetPos_10(L_13); Vector3_t3722313464 L_14 = ___targetPos0; CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t3722313464 L_16 = ISceneBaseObj_GetPosition_m3414577191(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_17 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_1 = L_17; (&V_1)->set_y_2((0.0f)); } IL_0072: try { // begin try (depth: 1) CInteractionStopEvent_t2995538871 * L_18 = V_0; Vector3_t3722313464 L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_20 = Vector3_Normalize_m2941713846(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_m_targetForward_11(L_20); goto IL_0094; } // 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_0083; throw e; } CATCH_0083: { // begin catch(System.Object) CInteractionStopEvent_t2995538871 * L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_22 = Vector3_get_forward_m3100859705(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_m_targetForward_11(L_22); goto IL_0094; } // end catch (depth: 1) IL_0094: { CInteractionStopEvent_t2995538871 * L_23 = V_0; NullCheck(L_23); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Scene.CWalkEvent::SendMsg() */, L_23); return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::SendMsg_Move(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SendMsg_Move_m2980338678 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_SendMsg_Move_m2980338678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3_t3722313464 L_0 = ___targetPos0; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); CWalkCamera_SendMsg_Move_m786141635(NULL /*static, unused*/, L_0, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::SendMsg_Move(UnityEngine.Vector3,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SendMsg_Move_m786141635 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___targetPos0, int64_t ___selectOne1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_SendMsg_Move_m786141635_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWalkMoveEvent_t1408489497 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { CWalkMoveEvent_t1408489497 * L_0 = (CWalkMoveEvent_t1408489497 *)il2cpp_codegen_object_new(CWalkMoveEvent_t1408489497_il2cpp_TypeInfo_var); CWalkMoveEvent__ctor_m330280742(L_0, /*hidden argument*/NULL); V_0 = L_0; CWalkMoveEvent_t1408489497 * L_1 = V_0; CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); NullCheck(L_1); ((CWalkEvent_t1212470810 *)L_1)->set_m_userID_0(L_3); CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t3722313464 L_5 = ISceneBaseObj_GetPosition_m3414577191(L_4, /*hidden argument*/NULL); V_1 = L_5; CWalkMoveEvent_t1408489497 * L_6 = V_0; float L_7 = (&V_1)->get_x_1(); float L_8 = (&V_1)->get_y_2(); float L_9 = (&V_1)->get_z_3(); Vector3_t3722313464 L_10; memset(&L_10, 0, sizeof(L_10)); Vector3__ctor_m3353183577((&L_10), L_7, L_8, L_9, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_m_posBegin_9(L_10); CWalkMoveEvent_t1408489497 * L_11 = V_0; float L_12 = (&___targetPos0)->get_x_1(); float L_13 = (&___targetPos0)->get_y_2(); float L_14 = (&___targetPos0)->get_z_3(); Vector3_t3722313464 L_15; memset(&L_15, 0, sizeof(L_15)); Vector3__ctor_m3353183577((&L_15), L_12, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_m_posEnd_10(L_15); CWalkMoveEvent_t1408489497 * L_16 = V_0; int64_t L_17 = ___selectOne1; NullCheck(L_16); L_16->set_m_selectOne_11(L_17); CWalkMoveEvent_t1408489497 * L_18 = V_0; NullCheck(L_18); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Scene.CWalkEvent::SendMsg() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_19 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); CWalkMoveEvent_t1408489497 * L_20 = V_0; NullCheck(L_19); CWalkManager_PushWalkEvent_m3252668440(L_19, L_20, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CWalkCamera::OnTickRotate(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR bool CWalkCamera_OnTickRotate_m1828673234 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ____3dCamera0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_OnTickRotate_m1828673234_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Quaternion_t2301928331 V_5; memset(&V_5, 0, sizeof(V_5)); Quaternion_t2301928331 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; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; V_1 = (-1); IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_1 = CInputHelp_GetMousePosition_m688131222(NULL /*static, unused*/, (&V_0), (&V_1), /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)0) <= ((int32_t)L_2))) { goto IL_0022; } } { __this->set_m_inRotateState_6((bool)0); return (bool)0; } IL_0022: { int32_t L_3 = V_1; if (!L_3) { goto IL_00e7; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_4 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); 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_004d; } } { List_1_t2585711361 * L_6 = __this->get_m_exceptColliders_1(); IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_7 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); NullCheck(L_6); bool L_8 = List_1_Contains_m4222374550(L_6, L_7, /*hidden argument*/List_1_Contains_m4222374550_RuntimeMethod_var); if (!L_8) { goto IL_00e2; } } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); DMListView_t512231514 * L_9 = ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->get_activeDMList_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00e2; } } { __this->set_m_inRotateState_6((bool)1); Vector2_t2156229523 * L_11 = __this->get_address_of_m_firstMouse_5(); float L_12 = (&V_0)->get_x_0(); float L_13 = (&V_0)->get_y_1(); Vector2_Set_m3780194483(L_11, L_12, L_13, /*hidden argument*/NULL); Camera_t4157153871 * L_14 = ____3dCamera0; Vector3_t3722313464 L_15 = CWalkCamera_GetTargetRoleCameraForward_m2745293210(__this, L_14, /*hidden argument*/NULL); V_3 = L_15; Vector3_t3722313464 L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_17 = Quaternion_LookRotation_m4040767668(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_5 = L_17; Vector3_t3722313464 L_18 = Quaternion_get_eulerAngles_m3425202016((&V_5), /*hidden argument*/NULL); V_4 = L_18; Vector3_t3722313464 * L_19 = __this->get_address_of_m_quatCamera_9(); Camera_t4157153871 * L_20 = ____3dCamera0; NullCheck(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(L_20, /*hidden argument*/NULL); NullCheck(L_21); Quaternion_t2301928331 L_22 = Transform_get_rotation_m3502953881(L_21, /*hidden argument*/NULL); V_6 = L_22; Vector3_t3722313464 L_23 = Quaternion_get_eulerAngles_m3425202016((&V_6), /*hidden argument*/NULL); V_7 = L_23; float L_24 = (&V_7)->get_x_1(); L_19->set_x_1(L_24); Vector3_t3722313464 * L_25 = __this->get_address_of_m_quatCamera_9(); float L_26 = (&V_4)->get_y_2(); L_25->set_y_2(L_26); Vector3_t3722313464 * L_27 = __this->get_address_of_m_quatCamera_9(); L_27->set_z_3((0.0f)); return (bool)0; } IL_00e2: { goto IL_01a5; } IL_00e7: { bool L_28 = __this->get_m_inRotateState_6(); if (!L_28) { goto IL_01a5; } } { float L_29 = (&V_0)->get_x_0(); Vector2_t2156229523 * L_30 = __this->get_address_of_m_firstMouse_5(); float L_31 = L_30->get_x_0(); V_8 = ((float)il2cpp_codegen_subtract((float)L_29, (float)L_31)); float L_32 = (&V_0)->get_y_1(); Vector2_t2156229523 * L_33 = __this->get_address_of_m_firstMouse_5(); float L_34 = L_33->get_y_1(); V_9 = ((float)il2cpp_codegen_subtract((float)L_32, (float)L_34)); float L_35 = V_8; int32_t L_36 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_10 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_35/(float)(((float)((float)L_36))))), (float)(80.0f))); float L_37 = V_9; int32_t L_38 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_11 = ((float)il2cpp_codegen_multiply((float)((float)((float)((-L_37))/(float)(((float)((float)L_38))))), (float)(25.0f))); 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; (&V_12)->set_z_3((0.0f)); Vector3_t3722313464 * L_40 = __this->get_address_of_m_quatCamera_9(); float L_41 = L_40->get_y_2(); float L_42 = V_10; (&V_12)->set_y_2(((float)il2cpp_codegen_add((float)L_41, (float)L_42))); Vector3_t3722313464 * L_43 = __this->get_address_of_m_quatCamera_9(); float L_44 = L_43->get_x_1(); float L_45 = V_11; (&V_12)->set_x_1(((float)il2cpp_codegen_subtract((float)L_44, (float)L_45))); Vector3_t3722313464 L_46 = V_12; IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); Vector3_t3722313464 L_47 = CWalkCamera_ClamRotation_m2416423176(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); V_13 = L_47; Vector3_t3722313464 * L_48 = __this->get_address_of_m_quatCameraCur_10(); float L_49 = (&V_13)->get_x_1(); float L_50 = (&V_13)->get_y_2(); float L_51 = (&V_13)->get_z_3(); Vector3_Set_m1737058353(L_48, L_49, L_50, L_51, /*hidden argument*/NULL); } IL_01a5: { return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CWalkCamera::OnTickFollowCamera(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR bool CWalkCamera_OnTickFollowCamera_m1557865767 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ___camera3D0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnable_3(); if (!L_0) { goto IL_0016; } } { bool L_1 = __this->get_m_bFollowCamera_4(); if (L_1) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { return (bool)1; } } // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::GetTargetRoleCameraForward(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CWalkCamera_GetTargetRoleCameraForward_m2745293210 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ___cameraVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_GetTargetRoleCameraForward_m2745293210_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); ISceneRole_t2394225724 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); ISceneRole_t2394225724 * G_B3_0 = NULL; { 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; int64_t L_1 = __this->get_m_lockedWatchTarget_7(); if ((((int64_t)L_1) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0028; } } { CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = __this->get_m_lockedWatchTarget_7(); NullCheck(L_2); ISceneRole_t2394225724 * L_4 = CSceneService_FindRoleByUserID_m4171044813(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0029; } IL_0028: { G_B3_0 = ((ISceneRole_t2394225724 *)(NULL)); } IL_0029: { V_1 = G_B3_0; ISceneRole_t2394225724 * L_5 = V_1; if (!L_5) { goto IL_004c; } } { ISceneRole_t2394225724 * L_6 = V_1; NullCheck(L_6); bool L_7 = ISceneBaseObj_IsValid_m1197404667(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004c; } } { ISceneRole_t2394225724 * L_8 = V_1; NullCheck(L_8); Transform_t3600365921 * L_9 = ISceneBaseObj_GetTransform_m3818769012(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_position_m36019626(L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_0057; } IL_004c: { CMainRole_t4200562839 * L_11 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = ISceneBaseObj_GetPosition_m3414577191(L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0057: { Vector3_t3722313464 * L_13 = (&V_0); float L_14 = L_13->get_y_2(); L_13->set_y_2(((float)il2cpp_codegen_add((float)L_14, (float)(1.4f)))); Vector3_t3722313464 L_15 = V_0; Camera_t4157153871 * L_16 = ___cameraVal0; NullCheck(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(L_16, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_position_m36019626(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_19 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_15, L_18, /*hidden argument*/NULL); V_2 = L_19; (&V_2)->set_y_2((0.0f)); Vector3_Normalize_m914904454((&V_2), /*hidden argument*/NULL); Vector3_t3722313464 L_20 = V_2; return L_20; } } // System.Void DMCore.Framework.Scene.CWalkCamera::OnFlushCameraTrans(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_OnFlushCameraTrans_m3434207043 (CWalkCamera_t1176337330 * __this, Camera_t4157153871 * ____3dCamera0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera_OnFlushCameraTrans_m3434207043_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)); ISceneRole_t2394225724 * V_2 = NULL; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); float V_4 = 0.0f; ISceneRole_t2394225724 * G_B3_0 = NULL; { Vector3_t3722313464 * L_0 = __this->get_address_of_m_quatCameraCur_10(); float L_1 = L_0->get_y_2(); Vector3_t3722313464 L_2; memset(&L_2, 0, sizeof(L_2)); Vector3__ctor_m3353183577((&L_2), (0.0f), L_1, (0.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_3 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_4 = Vector3_get_forward_m3100859705(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_5 = Quaternion_op_Multiply_m2607404835(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; Vector3_t3722313464 L_6 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_6; int64_t L_7 = __this->get_m_lockedWatchTarget_7(); if ((((int64_t)L_7) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0052; } } { CSceneService_t551449725 * L_8 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_9 = __this->get_m_lockedWatchTarget_7(); NullCheck(L_8); ISceneRole_t2394225724 * L_10 = CSceneService_FindRoleByUserID_m4171044813(L_8, L_9, /*hidden argument*/NULL); G_B3_0 = L_10; goto IL_0053; } IL_0052: { G_B3_0 = ((ISceneRole_t2394225724 *)(NULL)); } IL_0053: { V_2 = G_B3_0; ISceneRole_t2394225724 * L_11 = V_2; if (!L_11) { goto IL_0076; } } { ISceneRole_t2394225724 * L_12 = V_2; NullCheck(L_12); bool L_13 = ISceneBaseObj_IsValid_m1197404667(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0076; } } { ISceneRole_t2394225724 * L_14 = V_2; NullCheck(L_14); Transform_t3600365921 * L_15 = ISceneBaseObj_GetTransform_m3818769012(L_14, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t3722313464 L_16 = Transform_get_position_m36019626(L_15, /*hidden argument*/NULL); V_1 = L_16; goto IL_0081; } IL_0076: { CMainRole_t4200562839 * L_17 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t3722313464 L_18 = ISceneBaseObj_GetPosition_m3414577191(L_17, /*hidden argument*/NULL); V_1 = L_18; } IL_0081: { Vector3_t3722313464 * L_19 = (&V_1); float L_20 = L_19->get_y_2(); L_19->set_y_2(((float)il2cpp_codegen_add((float)L_20, (float)(1.4f)))); Vector3_t3722313464 L_21 = __this->get_m_quatCameraCur_10(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_22 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWalkCamera_t1176337330_il2cpp_TypeInfo_var); float L_23 = ((CWalkCamera_t1176337330_StaticFields*)il2cpp_codegen_static_fields_for(CWalkCamera_t1176337330_il2cpp_TypeInfo_var))->get_s_distance_0(); Vector3_t3722313464 L_24; memset(&L_24, 0, sizeof(L_24)); Vector3__ctor_m3353183577((&L_24), (0.0f), (0.0f), ((-L_23)), /*hidden argument*/NULL); Vector3_t3722313464 L_25 = Quaternion_op_Multiply_m2607404835(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); Vector3_t3722313464 L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_27 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; bool L_28 = __this->get_m_bStartLerp_11(); if (!L_28) { goto IL_0121; } } { float L_29 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_30 = __this->get_m_fStartTime_13(); V_4 = ((float)il2cpp_codegen_subtract((float)L_29, (float)L_30)); float L_31 = V_4; if ((!(((float)(0.4f)) <= ((float)L_31)))) { goto IL_00fd; } } { __this->set_m_bStartLerp_11((bool)0); Camera_t4157153871 * L_32 = ____3dCamera0; NullCheck(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(L_32, /*hidden argument*/NULL); Vector3_t3722313464 L_34 = V_3; NullCheck(L_33); Transform_set_position_m3387557959(L_33, L_34, /*hidden argument*/NULL); goto IL_011c; } IL_00fd: { Camera_t4157153871 * L_35 = ____3dCamera0; NullCheck(L_35); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(L_35, /*hidden argument*/NULL); Vector3_t3722313464 L_37 = __this->get_m_v3StartPos_12(); Vector3_t3722313464 L_38 = V_3; float L_39 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_40 = Vector3_Slerp_m802114822(NULL /*static, unused*/, L_37, L_38, ((float)il2cpp_codegen_multiply((float)(2.5f), (float)L_39)), /*hidden argument*/NULL); NullCheck(L_36); Transform_set_position_m3387557959(L_36, L_40, /*hidden argument*/NULL); } IL_011c: { goto IL_012d; } IL_0121: { Camera_t4157153871 * L_41 = ____3dCamera0; NullCheck(L_41); Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(L_41, /*hidden argument*/NULL); Vector3_t3722313464 L_43 = V_3; NullCheck(L_42); Transform_set_position_m3387557959(L_42, L_43, /*hidden argument*/NULL); } IL_012d: { Camera_t4157153871 * L_44 = ____3dCamera0; NullCheck(L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(L_44, /*hidden argument*/NULL); Vector3_t3722313464 L_46 = __this->get_m_quatCameraCur_10(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_47 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); NullCheck(L_45); Transform_set_rotation_m3524318132(L_45, L_47, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CWalkCamera::.cctor() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera__cctor_m902581355 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkCamera__cctor_m902581355_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CWalkCamera_t1176337330_StaticFields*)il2cpp_codegen_static_fields_for(CWalkCamera_t1176337330_il2cpp_TypeInfo_var))->set_s_distance_0((3.8f)); 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.CWalkEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent__ctor_m2524678992 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkEvent__ctor_m2524678992_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_m_posTarget_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_userID_0((((int64_t)((int64_t)0)))); __this->set_m_needSkip_1((bool)0); __this->set_m_endFlag_2((bool)0); __this->set_m_initFlag_8((bool)0); return; } } // System.Single DMCore.Framework.Scene.CWalkEvent::GetMoveSpeedInv() extern "C" IL2CPP_METHOD_ATTR float CWalkEvent_GetMoveSpeedInv_m2314675202 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return (0.7f); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkEvent_GetWalkEvtIns_m2895470799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___walkEventType0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000d; } } { CWalkMoveEvent_t1408489497 * L_1 = (CWalkMoveEvent_t1408489497 *)il2cpp_codegen_object_new(CWalkMoveEvent_t1408489497_il2cpp_TypeInfo_var); CWalkMoveEvent__ctor_m330280742(L_1, /*hidden argument*/NULL); return L_1; } IL_000d: { int32_t L_2 = ___walkEventType0; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_001a; } } { CInteractionEvent_t1132726501 * L_3 = (CInteractionEvent_t1132726501 *)il2cpp_codegen_object_new(CInteractionEvent_t1132726501_il2cpp_TypeInfo_var); CInteractionEvent__ctor_m175746072(L_3, /*hidden argument*/NULL); return L_3; } IL_001a: { int32_t L_4 = ___walkEventType0; if ((!(((uint32_t)L_4) == ((uint32_t)3)))) { goto IL_0027; } } { CInteractionStopEvent_t2995538871 * L_5 = (CInteractionStopEvent_t2995538871 *)il2cpp_codegen_object_new(CInteractionStopEvent_t2995538871_il2cpp_TypeInfo_var); CInteractionStopEvent__ctor_m171431524(L_5, /*hidden argument*/NULL); return L_5; } IL_0027: { return (CWalkEvent_t1212470810 *)NULL; } } // System.Boolean DMCore.Framework.Scene.CWalkEvent::IsEnd() extern "C" IL2CPP_METHOD_ATTR bool CWalkEvent_IsEnd_m1555391170 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_endFlag_2(); return L_0; } } // System.Boolean DMCore.Framework.Scene.CWalkEvent::IsNeedSkip() extern "C" IL2CPP_METHOD_ATTR bool CWalkEvent_IsNeedSkip_m4218433878 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_needSkip_1(); return L_0; } } // DMCore.Framework.Scene.enumWalkEventType DMCore.Framework.Scene.CWalkEvent::GetWalkType() extern "C" IL2CPP_METHOD_ATTR int32_t CWalkEvent_GetWalkType_m4105039663 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Void DMCore.Framework.Scene.CWalkEvent::SendMsg() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_SendMsg_m4286562461 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { { return; } } // 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) { { CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = ___startIndex1; NullCheck(L_0); int64_t L_2 = CDataArray_GetLong_m4094450536(L_0, L_1, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); __this->set_m_userID_0(L_2); int32_t L_3 = ___startIndex1; return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } } // System.Void DMCore.Framework.Scene.CWalkEvent::OnStart() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnStart_m3942400473 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CWalkEvent::OnTick() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnTick_m4068360840 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CWalkEvent::OnStop() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnStop_m3931944566 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CWalkEvent::SetInfo(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_SetInfo_m2153912549 (CWalkEvent_t1212470810 * __this, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method) { { float L_0 = (&___targetPos0)->get_x_1(); float L_1 = (&___targetPos0)->get_y_2(); float L_2 = (&___targetPos0)->get_z_3(); Vector3_t3722313464 L_3; memset(&L_3, 0, sizeof(L_3)); Vector3__ctor_m3353183577((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL); __this->set_m_posTarget_3(L_3); __this->set_m_bExistBeginPos_4((bool)0); return; } } // 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) { { float L_0 = (&___targetPos0)->get_x_1(); float L_1 = (&___targetPos0)->get_y_2(); float L_2 = (&___targetPos0)->get_z_3(); Vector3_t3722313464 L_3; memset(&L_3, 0, sizeof(L_3)); Vector3__ctor_m3353183577((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL); __this->set_m_posTarget_3(L_3); __this->set_m_bExistBeginPos_4((bool)1); float L_4 = (&___beginPos1)->get_x_1(); float L_5 = (&___beginPos1)->get_y_2(); float L_6 = (&___beginPos1)->get_z_3(); Vector3_t3722313464 L_7; memset(&L_7, 0, sizeof(L_7)); Vector3__ctor_m3353183577((&L_7), L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_m_posBeginReal_5(L_7); return; } } // System.Void DMCore.Framework.Scene.CWalkEvent::_OnTickDynamicTarget(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent__OnTickDynamicTarget_m847422151 (CWalkEvent_t1212470810 * __this, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method) { { Vector3_t3722313464 * L_0 = __this->get_address_of_m_posTarget_3(); float L_1 = (&___targetPos0)->get_x_1(); float L_2 = (&___targetPos0)->get_y_2(); float L_3 = (&___targetPos0)->get_z_3(); Vector3_Set_m1737058353(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkEvent_OnTickMove_m2897709827_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Quaternion_t2301928331 V_1; memset(&V_1, 0, sizeof(V_1)); Transform_t3600365921 * V_2 = NULL; float V_3 = 0.0f; float V_4 = 0.0f; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); 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); { ISceneBaseObj_t858622483 * L_0 = ___role0; CWalkEvent_OnInit_m247998893(__this, ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_0, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_1 = __this->get_m_initFlag_8(); if (L_1) { goto IL_0018; } } { return; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_3 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; ISceneBaseObj_t858622483 * L_4 = ___role0; NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_4, _stringLiteral2579912073, (&V_0), (&V_1), /*hidden argument*/NULL); V_2 = L_5; float L_6 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_7 = __this->get_m_timeBegin_6(); V_3 = ((float)il2cpp_codegen_subtract((float)L_6, (float)L_7)); float L_8 = V_3; float L_9 = __this->get_m_timeTotal_7(); if ((!(((float)L_8) < ((float)L_9)))) { goto IL_0085; } } { float L_10 = V_3; float L_11 = __this->get_m_timeTotal_7(); V_4 = ((float)((float)L_10/(float)L_11)); ISceneBaseObj_t858622483 * L_12 = ___role0; NullCheck(L_12); Transform_t3600365921 * L_13 = ISceneBaseObj_GetTransform_m3818769012(L_12, /*hidden argument*/NULL); Vector3_t3722313464 L_14 = __this->get_m_posBeginReal_5(); Vector3_t3722313464 L_15 = __this->get_m_posTarget_3(); float L_16 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_17 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_14, L_15, L_16, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = V_2; NullCheck(L_18); Vector3_t3722313464 L_19 = Transform_get_localPosition_m4234289348(L_18, /*hidden argument*/NULL); Vector3_t3722313464 L_20 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_17, L_19, /*hidden argument*/NULL); NullCheck(L_13); Transform_set_position_m3387557959(L_13, L_20, /*hidden argument*/NULL); goto IL_00f8; } IL_0085: { __this->set_m_endFlag_2((bool)1); ISceneBaseObj_t858622483 * L_21 = ___role0; NullCheck(L_21); Transform_t3600365921 * L_22 = ISceneBaseObj_GetTransform_m3818769012(L_21, /*hidden argument*/NULL); Vector3_t3722313464 L_23 = __this->get_m_posTarget_3(); Transform_t3600365921 * L_24 = V_2; NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_localPosition_m4234289348(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); NullCheck(L_22); Transform_set_position_m3387557959(L_22, L_26, /*hidden argument*/NULL); Vector3_t3722313464 L_27 = __this->get_m_posTarget_3(); Vector3_t3722313464 L_28 = __this->get_m_posBeginReal_5(); Vector3_t3722313464 L_29 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); V_5 = L_29; (&V_5)->set_y_2((0.0f)); } IL_00c7: try { // begin try (depth: 1) Vector3_t3722313464 L_30 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_31 = Vector3_Normalize_m2941713846(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); V_5 = L_31; ISceneBaseObj_t858622483 * L_32 = ___role0; NullCheck(L_32); Transform_t3600365921 * L_33 = ISceneBaseObj_GetTransform_m3818769012(L_32, /*hidden argument*/NULL); Vector3_t3722313464 L_34 = V_5; NullCheck(L_33); Transform_set_forward_m1840797198(L_33, L_34, /*hidden argument*/NULL); goto IL_00f8; } // 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_00e2; throw e; } CATCH_00e2: { // begin catch(System.Object) ISceneBaseObj_t858622483 * L_35 = ___role0; NullCheck(L_35); Transform_t3600365921 * L_36 = ISceneBaseObj_GetTransform_m3818769012(L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_37 = Vector3_get_forward_m3100859705(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); Transform_set_forward_m1840797198(L_36, L_37, /*hidden argument*/NULL); goto IL_00f8; } // end catch (depth: 1) IL_00f8: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWalkEvent_OnInit_m247998893_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); String_t* V_2 = NULL; AnimationClip_t2318505987 * V_3 = NULL; CRoleModelItem_t1608531946 * V_4 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * V_5 = NULL; CVehicleRoleAnimName_t758558953 * V_6 = NULL; ISceneRole_t2394225724 * V_7 = NULL; int32_t V_8 = 0; CVehicleRoleAnimName_t758558953 * V_9 = NULL; AnimationClip_t2318505987 * V_10 = NULL; int32_t V_11 = 0; String_t* G_B23_0 = NULL; String_t* G_B27_0 = NULL; { bool L_0 = __this->get_m_initFlag_8(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { ISceneRole_t2394225724 * L_1 = ___sceneRole0; if (!L_1) { goto IL_0329; } } { ISceneRole_t2394225724 * L_2 = ___sceneRole0; NullCheck(L_2); bool L_3 = ISceneBaseObj_IsValid_m1197404667(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0329; } } { __this->set_m_initFlag_8((bool)1); ISceneRole_t2394225724 * L_4 = ___sceneRole0; NullCheck(L_4); ISceneBaseObj_StopAnim_m821603361(L_4, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_5 = ___sceneRole0; NullCheck(L_5); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_5); bool L_6 = __this->get_m_bExistBeginPos_4(); if (L_6) { goto IL_004d; } } { ISceneRole_t2394225724 * L_7 = ___sceneRole0; NullCheck(L_7); Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(L_7, /*hidden argument*/NULL); NullCheck(L_8); Vector3_t3722313464 L_9 = Transform_get_position_m36019626(L_8, /*hidden argument*/NULL); __this->set_m_posBeginReal_5(L_9); } IL_004d: { Vector3_t3722313464 L_10 = __this->get_m_posBeginReal_5(); Vector3_t3722313464 L_11 = __this->get_m_posTarget_3(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_12 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; float L_13 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeBegin_6(L_13); float L_14 = V_0; float L_15 = CWalkEvent_GetMoveSpeedInv_m2314675202(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeTotal_7(((float)il2cpp_codegen_multiply((float)L_14, (float)L_15))); Vector3_t3722313464 L_16 = __this->get_m_posTarget_3(); Vector3_t3722313464 L_17 = __this->get_m_posBeginReal_5(); Vector3_t3722313464 L_18 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; (&V_1)->set_y_2((0.0f)); Vector3_t3722313464 L_19 = V_1; Vector3_t3722313464 L_20 = Vector3_Normalize_m2941713846(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_1 = L_20; ISceneRole_t2394225724 * L_21 = ___sceneRole0; NullCheck(L_21); Transform_t3600365921 * L_22 = ISceneBaseObj_GetTransform_m3818769012(L_21, /*hidden argument*/NULL); Vector3_t3722313464 L_23 = V_1; NullCheck(L_22); Transform_set_forward_m1840797198(L_22, L_23, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_24 = ___sceneRole0; NullCheck(L_24); ISceneBaseObj_AddRoleState_m2943967725(L_24, 1, /*hidden argument*/NULL); 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(); V_2 = L_25; V_3 = (AnimationClip_t2318505987 *)NULL; ISceneRole_t2394225724 * L_26 = ___sceneRole0; NullCheck(L_26); bool L_27 = ISceneRole_IfModelItemEnable_m2179668944(L_26, ((int32_t)30), /*hidden argument*/NULL); if (!L_27) { goto IL_021b; } } { ISceneRole_t2394225724 * L_28 = ___sceneRole0; NullCheck(L_28); CRoleModelItem_t1608531946 * L_29 = ISceneRole_GetModelItem_m2229619929(L_28, ((int32_t)30), /*hidden argument*/NULL); V_4 = L_29; CRoleModelItem_VehicleCfgManager_t2872767124 * L_30 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_31 = V_4; 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_5 = L_33; CRoleModelItem_VehicleCfg_t3488277076 * L_34 = V_5; if (!L_34) { goto IL_0216; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_35 = V_5; ISceneRole_t2394225724 * L_36 = ___sceneRole0; NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_36); NullCheck(L_35); CVehicleRoleAnimName_t758558953 * L_38 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_35, (bool)((((int32_t)0) == ((int32_t)L_37))? 1 : 0), /*hidden argument*/NULL); V_6 = L_38; CVehicleRoleAnimName_t758558953 * L_39 = V_6; NullCheck(L_39); String_t* L_40 = CVehicleRoleAnimName_get_AnimNameWalk_m3610183044(L_39, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_41 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); V_3 = L_41; AnimationClip_t2318505987 * L_42 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_43 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0216; } } { ISceneRole_t2394225724 * L_44 = ___sceneRole0; AnimationClip_t2318505987 * L_45 = V_3; String_t* L_46 = V_2; float L_47 = __this->get_m_timeTotal_7(); NullCheck(L_44); ISceneBaseObj_PlayAnimClip_m3190763634(L_44, L_45, L_46, (1.0f), ((float)il2cpp_codegen_add((float)L_47, (float)(0.06f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_48 = ___sceneRole0; NullCheck(L_48); ILogicBase_Update_m3853008051(L_48, (0.0001f), /*hidden argument*/NULL); V_7 = (ISceneRole_t2394225724 *)NULL; V_8 = 0; goto IL_01f8; } IL_014e: { ISceneRole_t2394225724 * L_49 = V_7; NullCheck(L_49); int64_t L_50 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_49); ISceneRole_t2394225724 * L_51 = ___sceneRole0; NullCheck(L_51); int64_t L_52 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_51); if ((!(((uint64_t)L_50) == ((uint64_t)L_52)))) { goto IL_0165; } } { goto IL_01f8; } IL_0165: { ISceneRole_t2394225724 * L_53 = V_7; NullCheck(L_53); bool L_54 = ISceneBaseObj_CheckRoleState_m2983555996(L_53, ((int32_t)16), /*hidden argument*/NULL); if (!L_54) { goto IL_01f8; } } { ISceneRole_t2394225724 * L_55 = ___sceneRole0; NullCheck(L_55); int64_t L_56 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_55); ISceneRole_t2394225724 * L_57 = V_7; NullCheck(L_57); CDataProperty_t2806246268 * L_58 = ISceneBaseObj_GetUserProperty_m776816018(L_57, /*hidden argument*/NULL); NullCheck(L_58); int64_t L_59 = CDataProperty_GetLong_m2096131398(L_58, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((!(((uint64_t)L_56) == ((uint64_t)L_59)))) { goto IL_01f8; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_60 = V_5; ISceneRole_t2394225724 * L_61 = V_7; NullCheck(L_61); int32_t L_62 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_61); NullCheck(L_60); CVehicleRoleAnimName_t758558953 * L_63 = CRoleModelItem_VehicleCfg_GetPartner_m1186830452(L_60, (bool)((((int32_t)0) == ((int32_t)L_62))? 1 : 0), /*hidden argument*/NULL); V_9 = L_63; CVehicleRoleAnimName_t758558953 * L_64 = V_9; NullCheck(L_64); String_t* L_65 = CVehicleRoleAnimName_get_AnimNameWalk_m3610183044(L_64, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_66 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); V_10 = L_66; AnimationClip_t2318505987 * L_67 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_68 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01f8; } } { ISceneRole_t2394225724 * L_69 = V_7; AnimationClip_t2318505987 * L_70 = V_10; CVehicleRoleAnimName_t758558953 * L_71 = V_9; NullCheck(L_71); String_t* L_72 = CVehicleRoleAnimName_get_AnimNameWalk_m3610183044(L_71, /*hidden argument*/NULL); float L_73 = __this->get_m_timeTotal_7(); NullCheck(L_69); ISceneBaseObj_PlayAnimClip_m3190763634(L_69, L_70, L_72, (1.0f), ((float)il2cpp_codegen_add((float)L_73, (float)(0.06f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_74 = V_7; NullCheck(L_74); ILogicBase_Update_m3853008051(L_74, (0.0001f), /*hidden argument*/NULL); } IL_01f8: { CSceneService_t551449725 * L_75 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_76 = V_8; int32_t L_77 = L_76; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); NullCheck(L_75); ISceneBaseObj_t858622483 * L_78 = CSceneService_GetRoleObj_m3880305570(L_75, L_77, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_79 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_78, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_7 = L_79; if (L_79) { goto IL_014e; } } IL_0216: { goto IL_02bf; } IL_021b: { ISceneRole_t2394225724 * L_80 = ___sceneRole0; NullCheck(L_80); bool L_81 = ISceneRole_IfExistWing_m1733079553(L_80, /*hidden argument*/NULL); if (L_81) { goto IL_02bf; } } { ISceneRole_t2394225724 * L_82 = ___sceneRole0; NullCheck(L_82); CProperty_t963755051 * L_83 = ISceneBaseObj_GetNetProperty_m1709069404(L_82, /*hidden argument*/NULL); NullCheck(L_83); int32_t L_84 = CProperty_GetInt_m2680341236(L_83, _stringLiteral809494744, 0, /*hidden argument*/NULL); V_11 = L_84; int32_t L_85 = V_11; if ((((int32_t)L_85) <= ((int32_t)0))) { goto IL_0261; } } { ISceneRole_t2394225724 * L_86 = ___sceneRole0; NullCheck(L_86); int32_t L_87 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_86); if (L_87) { goto IL_0256; } } { G_B23_0 = _stringLiteral1105592703; goto IL_025b; } IL_0256: { G_B23_0 = _stringLiteral3101201820; } IL_025b: { V_2 = G_B23_0; goto IL_027c; } IL_0261: { ISceneRole_t2394225724 * L_88 = ___sceneRole0; NullCheck(L_88); int32_t L_89 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_88); if (L_89) { goto IL_0276; } } { G_B27_0 = _stringLiteral2666546297; goto IL_027b; } IL_0276: { G_B27_0 = _stringLiteral3198925727; } IL_027b: { V_2 = G_B27_0; } IL_027c: { String_t* L_90 = V_2; AnimationClip_t2318505987 * L_91 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); V_3 = L_91; AnimationClip_t2318505987 * L_92 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_93 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_92, /*hidden argument*/NULL); if (!L_93) { goto IL_02bf; } } { ISceneRole_t2394225724 * L_94 = ___sceneRole0; AnimationClip_t2318505987 * L_95 = V_3; String_t* L_96 = V_2; float L_97 = __this->get_m_timeTotal_7(); NullCheck(L_94); ISceneBaseObj_PlayAnimClip_m3190763634(L_94, L_95, L_96, (1.0f), ((float)il2cpp_codegen_add((float)L_97, (float)(0.06f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_98 = ___sceneRole0; NullCheck(L_98); ILogicBase_Update_m3853008051(L_98, (0.0001f), /*hidden argument*/NULL); } IL_02bf: { ISceneRole_t2394225724 * L_99 = ___sceneRole0; NullCheck(L_99); int64_t L_100 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_99); CMainRole_t4200562839 * L_101 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_101); int64_t L_102 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_101); if ((!(((uint64_t)L_100) == ((uint64_t)L_102)))) { goto IL_02f8; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_103 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_103); CWalkCamera_t1176337330 * L_104 = CWalkManager_GetWalkCamera_m2368173090(L_103, /*hidden argument*/NULL); NullCheck(L_104); CWalkCamera_SetFollowCamera_m3257888760(L_104, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_105 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_105); CWalkCamera_t1176337330 * L_106 = CWalkManager_GetWalkCamera_m2368173090(L_105, /*hidden argument*/NULL); NullCheck(L_106); CWalkCamera_FlushFollowCamera_m20976819(L_106, /*hidden argument*/NULL); goto IL_0329; } IL_02f8: { ISceneRole_t2394225724 * L_107 = ___sceneRole0; NullCheck(L_107); CProperty_t963755051 * L_108 = ISceneBaseObj_GetNetProperty_m1709069404(L_107, /*hidden argument*/NULL); NullCheck(L_108); int64_t L_109 = CProperty_GetLong_m359864449(L_108, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); CMainRole_t4200562839 * L_110 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_110); int64_t L_111 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_110); if ((!(((uint64_t)L_109) == ((uint64_t)L_111)))) { goto IL_0329; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_112 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_112); CWalkCamera_t1176337330 * L_113 = CWalkManager_GetWalkCamera_m2368173090(L_112, /*hidden argument*/NULL); NullCheck(L_113); CWalkCamera_SetFollowCamera_m3257888760(L_113, (bool)1, /*hidden argument*/NULL); } IL_0329: { 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.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_bPaused_3((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_4(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_5(L_1); CWalkRange_t2357921041 * L_2 = (CWalkRange_t2357921041 *)il2cpp_codegen_object_new(CWalkRange_t2357921041_il2cpp_TypeInfo_var); CWalkRange__ctor_m345771197(L_2, /*hidden argument*/NULL); __this->set_m_swimmingRange_6(L_2); CInteractionRange_t868014233 * L_3 = (CInteractionRange_t868014233 *)il2cpp_codegen_object_new(CInteractionRange_t868014233_il2cpp_TypeInfo_var); CInteractionRange__ctor_m3991271252(L_3, /*hidden argument*/NULL); __this->set_m_interactionRange_7(L_3); BetterList_1_t2891587622 * L_4 = (BetterList_1_t2891587622 *)il2cpp_codegen_object_new(BetterList_1_t2891587622_il2cpp_TypeInfo_var); BetterList_1__ctor_m1493202757(L_4, /*hidden argument*/BetterList_1__ctor_m1493202757_RuntimeMethod_var); __this->set_m_arrayCach_8(L_4); Dictionary_2_t2275110594 * L_5 = (Dictionary_2_t2275110594 *)il2cpp_codegen_object_new(Dictionary_2_t2275110594_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4233902579(L_5, /*hidden argument*/Dictionary_2__ctor_m4233902579_RuntimeMethod_var); __this->set_m_arrayWalkTask_9(L_5); 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_1(); 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_1(); 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_1(L_2); CWalkManager_t3228361237 * L_3 = ((CWalkManager_t3228361237_StaticFields*)il2cpp_codegen_static_fields_for(CWalkManager_t3228361237_il2cpp_TypeInfo_var))->get_s_Instance_1(); 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: { CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = V_1; int32_t L_7 = L_6; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); NullCheck(L_5); ISceneBaseObj_t858622483 * L_8 = CSceneService_GetRoleObj_m3880305570(L_5, L_7, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_9 = L_8; V_0 = L_9; if (L_9) { 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_3((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); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(19 /* 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_3(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_5(); return L_0; } } // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::GetWalkSwimmingRange() extern "C" IL2CPP_METHOD_ATTR CWalkRange_t2357921041 * CWalkManager_GetWalkSwimmingRange_m1272755093 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { { CWalkRange_t2357921041 * L_0 = __this->get_m_swimmingRange_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_4(); return L_0; } } // System.Void DMCore.Framework.Scene.CWalkManager::set_walkType(DMCore.Framework.Scene.enumWalkType) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_set_walkType_m1425593646 (CWalkManager_t3228361237 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_walkType_2(L_0); return; } } // DMCore.Framework.Scene.enumWalkType DMCore.Framework.Scene.CWalkManager::get_walkType() extern "C" IL2CPP_METHOD_ATTR int32_t CWalkManager_get_walkType_m3820600034 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_walkType_2(); 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; { 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_0040; } 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_003b; } } { 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; CDataArray_t4068198041 * L_9 = ___msg0; int32_t L_10 = V_1; 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_1 = L_11; CWalkEvent_t1212470810 * L_12 = V_2; CWalkManager_PushWalkEvent_m3252668440(__this, L_12, /*hidden argument*/NULL); goto IL_0040; } IL_003b: { goto IL_0047; } IL_0040: { int32_t L_13 = V_0; int32_t L_14 = V_1; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_000e; } } IL_0047: { 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; int32_t V_12 = 0; Transform_t3600365921 * V_13 = NULL; Transform_t3600365921 * V_14 = NULL; Transform_t3600365921 * V_15 = NULL; Vector3_t3722313464 V_16; memset(&V_16, 0, sizeof(V_16)); Vector3_t3722313464 V_17; memset(&V_17, 0, sizeof(V_17)); Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); Vector3_t3722313464 V_19; memset(&V_19, 0, sizeof(V_19)); DMTriangleClider_t2950399159 * V_20 = NULL; DMTriangleClider_t2950399159 * V_21 = NULL; Transform_t3600365921 * V_22 = NULL; int32_t V_23 = 0; CInteractionCliderGroup_t327998540 * V_24 = NULL; Transform_t3600365921 * V_25 = NULL; int32_t V_26 = 0; int32_t V_27 = 0; Transform_t3600365921 * V_28 = NULL; CInteractionCliderItem_t1940232150 * V_29 = NULL; BoxColliderU5BU5D_t835877379* V_30 = NULL; int32_t V_31 = 0; DMBoxClider_t1454175840 * V_32 = NULL; Transform_t3600365921 * G_B3_0 = NULL; Transform_t3600365921 * G_B14_0 = NULL; Transform_t3600365921 * G_B25_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, _stringLiteral1943855588, /*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_024d; } } { V_12 = 2; Transform_t3600365921 * L_56 = V_11; NullCheck(L_56); Transform_t3600365921 * L_57 = Transform_Find_m1729760951(L_56, _stringLiteral3452614544, /*hidden argument*/NULL); V_13 = L_57; Transform_t3600365921 * L_58 = V_11; NullCheck(L_58); Transform_t3600365921 * L_59 = Transform_Find_m1729760951(L_58, _stringLiteral3452614543, /*hidden argument*/NULL); V_14 = L_59; V_15 = (Transform_t3600365921 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_60 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_60); CWalkRange_t2357921041 * L_61 = CWalkManager_GetWalkSwimmingRange_m1272755093(L_60, /*hidden argument*/NULL); Transform_t3600365921 * L_62 = V_13; NullCheck(L_62); Vector3_t3722313464 L_63 = Transform_get_position_m36019626(L_62, /*hidden argument*/NULL); NullCheck(L_61); CWalkRange_SetCenter_m2835306587(L_61, L_63, /*hidden argument*/NULL); Transform_t3600365921 * L_64 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_65 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_024d; } } { Transform_t3600365921 * L_66 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_67 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_024d; } } { Transform_t3600365921 * L_68 = V_13; NullCheck(L_68); Vector3_t3722313464 L_69 = Transform_get_position_m36019626(L_68, /*hidden argument*/NULL); V_16 = L_69; Transform_t3600365921 * L_70 = V_14; NullCheck(L_70); Vector3_t3722313464 L_71 = Transform_get_position_m36019626(L_70, /*hidden argument*/NULL); V_17 = L_71; Transform_t3600365921 * L_72 = V_14; NullCheck(L_72); Vector3_t3722313464 L_73 = Transform_get_position_m36019626(L_72, /*hidden argument*/NULL); V_18 = L_73; goto IL_0205; } IL_01bc: { Transform_t3600365921 * L_74 = V_15; NullCheck(L_74); Vector3_t3722313464 L_75 = Transform_get_position_m36019626(L_74, /*hidden argument*/NULL); V_19 = L_75; Vector3_t3722313464 L_76 = V_16; Vector3_t3722313464 L_77 = V_18; Vector3_t3722313464 L_78 = V_19; DMTriangleClider_t2950399159 * L_79 = (DMTriangleClider_t2950399159 *)il2cpp_codegen_object_new(DMTriangleClider_t2950399159_il2cpp_TypeInfo_var); DMTriangleClider__ctor_m1266168824(L_79, L_76, L_77, L_78, /*hidden argument*/NULL); V_20 = L_79; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_80 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_80); CWalkRange_t2357921041 * L_81 = CWalkManager_GetWalkSwimmingRange_m1272755093(L_80, /*hidden argument*/NULL); DMTriangleClider_t2950399159 * L_82 = V_20; NullCheck(L_81); CWalkRange_PushClider_m2171279236(L_81, L_82, /*hidden argument*/NULL); float L_83 = (&V_19)->get_x_1(); float L_84 = (&V_19)->get_y_2(); float L_85 = (&V_19)->get_z_3(); Vector3_Set_m1737058353((&V_18), L_83, L_84, L_85, /*hidden argument*/NULL); int32_t L_86 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); } IL_0205: { Transform_t3600365921 * L_87 = V_11; String_t* L_88 = Int32_ToString_m141394615((&V_12), /*hidden argument*/NULL); NullCheck(L_87); Transform_t3600365921 * L_89 = Transform_Find_m1729760951(L_87, L_88, /*hidden argument*/NULL); Transform_t3600365921 * L_90 = L_89; V_15 = L_90; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_91 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_90, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_91) { goto IL_01bc; } } { int32_t L_92 = V_12; if ((((int32_t)4) > ((int32_t)L_92))) { goto IL_024d; } } { Vector3_t3722313464 L_93 = V_16; Vector3_t3722313464 L_94 = V_17; Vector3_t3722313464 L_95 = V_18; DMTriangleClider_t2950399159 * L_96 = (DMTriangleClider_t2950399159 *)il2cpp_codegen_object_new(DMTriangleClider_t2950399159_il2cpp_TypeInfo_var); DMTriangleClider__ctor_m1266168824(L_96, L_93, L_94, L_95, /*hidden argument*/NULL); V_21 = L_96; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_97 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_97); CWalkRange_t2357921041 * L_98 = CWalkManager_GetWalkSwimmingRange_m1272755093(L_97, /*hidden argument*/NULL); DMTriangleClider_t2950399159 * L_99 = V_21; NullCheck(L_98); CWalkRange_PushClider_m2171279236(L_98, L_99, /*hidden argument*/NULL); } IL_024d: { Transform_t3600365921 * L_100 = ___sceneTrans0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_101 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_0269; } } { Transform_t3600365921 * L_102 = ___sceneTrans0; NullCheck(L_102); Transform_t3600365921 * L_103 = Transform_Find_m1729760951(L_102, _stringLiteral2365897554, /*hidden argument*/NULL); G_B25_0 = L_103; goto IL_026a; } IL_0269: { G_B25_0 = ((Transform_t3600365921 *)(NULL)); } IL_026a: { V_22 = G_B25_0; Transform_t3600365921 * L_104 = V_22; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_105 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_104, /*hidden argument*/NULL); if (!L_105) { goto IL_038e; } } { V_23 = 0; goto IL_0380; } IL_0281: { CInteractionRange_t868014233 * L_106 = CWalkManager_GetInteractionRange_m3832850933(__this, /*hidden argument*/NULL); int32_t L_107 = V_23; NullCheck(L_106); CInteractionCliderGroup_t327998540 * L_108 = CInteractionRange_GetInteracionCliderGroup_m2736705229(L_106, L_107, /*hidden argument*/NULL); V_24 = L_108; Transform_t3600365921 * L_109 = V_22; int32_t L_110 = V_23; NullCheck(L_109); Transform_t3600365921 * L_111 = Transform_GetChild_m1092972975(L_109, L_110, /*hidden argument*/NULL); V_25 = L_111; CInteractionCliderGroup_t327998540 * L_112 = V_24; Transform_t3600365921 * L_113 = V_25; NullCheck(L_112); CInteractionCliderGroup_AttachTransform_m138891626(L_112, L_113, /*hidden argument*/NULL); V_26 = 0; V_27 = 0; goto IL_036c; } IL_02af: { Transform_t3600365921 * L_114 = V_25; int32_t L_115 = V_27; NullCheck(L_114); Transform_t3600365921 * L_116 = Transform_GetChild_m1092972975(L_114, L_115, /*hidden argument*/NULL); V_28 = L_116; Transform_t3600365921 * L_117 = V_28; NullCheck(L_117); GameObject_t1113636619 * L_118 = Component_get_gameObject_m442555142(L_117, /*hidden argument*/NULL); NullCheck(L_118); String_t* L_119 = Object_get_name_m4211327027(L_118, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_120 = CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_119, (&V_26), /*hidden argument*/NULL); if (!L_120) { goto IL_0358; } } { CInteractionCliderGroup_t327998540 * L_121 = V_24; int32_t L_122 = V_26; NullCheck(L_121); CInteractionCliderItem_t1940232150 * L_123 = CInteractionCliderGroup_InvokInteracionCliderItem_m2953612865(L_121, L_122, /*hidden argument*/NULL); V_29 = L_123; CInteractionCliderItem_t1940232150 * L_124 = V_29; Transform_t3600365921 * L_125 = V_28; NullCheck(L_124); CInteractionCliderItem_SetInformation_m1570941690(L_124, L_125, /*hidden argument*/NULL); Transform_t3600365921 * L_126 = V_28; NullCheck(L_126); BoxColliderU5BU5D_t835877379* L_127 = Component_GetComponentsInChildren_TisBoxCollider_t1640800422_m812819167(L_126, /*hidden argument*/Component_GetComponentsInChildren_TisBoxCollider_t1640800422_m812819167_RuntimeMethod_var); V_30 = L_127; BoxColliderU5BU5D_t835877379* L_128 = V_30; if (!L_128) { goto IL_0333; } } { BoxColliderU5BU5D_t835877379* L_129 = V_30; NullCheck(L_129); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_129)->max_length))))))) { goto IL_0333; } } { V_31 = 0; goto IL_0323; } IL_0308: { BoxColliderU5BU5D_t835877379* L_130 = V_30; int32_t L_131 = V_31; NullCheck(L_130); int32_t L_132 = L_131; BoxCollider_t1640800422 * L_133 = (L_130)->GetAt(static_cast(L_132)); DMBoxClider_t1454175840 * L_134 = (DMBoxClider_t1454175840 *)il2cpp_codegen_object_new(DMBoxClider_t1454175840_il2cpp_TypeInfo_var); DMBoxClider__ctor_m3367394723(L_134, L_133, /*hidden argument*/NULL); V_32 = L_134; CInteractionCliderItem_t1940232150 * L_135 = V_29; DMBoxClider_t1454175840 * L_136 = V_32; NullCheck(L_135); CInteractionCliderItem_PushClider_m1350113817(L_135, L_136, /*hidden argument*/NULL); int32_t L_137 = V_31; V_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1)); } IL_0323: { int32_t L_138 = V_31; BoxColliderU5BU5D_t835877379* L_139 = V_30; NullCheck(L_139); if ((((int32_t)L_138) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_139)->max_length))))))) { goto IL_0308; } } { goto IL_0353; } IL_0333: { CLogHelp_t779629444 * L_140 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_141 = V_28; NullCheck(L_141); GameObject_t1113636619 * L_142 = Component_get_gameObject_m442555142(L_141, /*hidden argument*/NULL); NullCheck(L_142); String_t* L_143 = Object_get_name_m4211327027(L_142, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_144 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2243051672, L_143, /*hidden argument*/NULL); NullCheck(L_140); CLogHelp_LogAuto_m2403746865(L_140, L_144, /*hidden argument*/NULL); } IL_0353: { goto IL_0366; } IL_0358: { CInteractionCliderGroup_t327998540 * L_145 = V_24; Transform_t3600365921 * L_146 = V_28; NullCheck(L_146); GameObject_t1113636619 * L_147 = Component_get_gameObject_m442555142(L_146, /*hidden argument*/NULL); NullCheck(L_145); CInteractionCliderGroup_PushGameObject_m3129682036(L_145, L_147, /*hidden argument*/NULL); } IL_0366: { int32_t L_148 = V_27; V_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)1)); } IL_036c: { int32_t L_149 = V_27; Transform_t3600365921 * L_150 = V_25; NullCheck(L_150); int32_t L_151 = Transform_get_childCount_m3145433196(L_150, /*hidden argument*/NULL); if ((((int32_t)L_149) < ((int32_t)L_151))) { goto IL_02af; } } { int32_t L_152 = V_23; V_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)1)); } IL_0380: { int32_t L_153 = V_23; Transform_t3600365921 * L_154 = V_22; NullCheck(L_154); int32_t L_155 = Transform_get_childCount_m3145433196(L_154, /*hidden argument*/NULL); if ((((int32_t)L_153) < ((int32_t)L_155))) { goto IL_0281; } } IL_038e: { 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_3(); 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_008f; } 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_008f; } 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_008f; } IL_0046: { CSceneService_t551449725 * L_8 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_9 = V_2; NullCheck(L_8); ISceneRole_t2394225724 * L_10 = CSceneService_FindRoleByUserID_m4171044813(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; ISceneRole_t2394225724 * L_11 = V_3; if (!L_11) { goto IL_008f; } } { ISceneRole_t2394225724 * L_12 = V_3; NullCheck(L_12); bool L_13 = ISceneBaseObj_IsValid_m1197404667(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_008f; } } { ISceneRole_t2394225724 * L_14 = V_0; NullCheck(L_14); Transform_t3600365921 * L_15 = ISceneBaseObj_GetTransform_m3818769012(L_14, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_16 = V_3; NullCheck(L_16); Transform_t3600365921 * L_17 = ISceneBaseObj_GetTransform_m3818769012(L_16, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_position_m36019626(L_17, /*hidden argument*/NULL); NullCheck(L_15); Transform_set_position_m3387557959(L_15, L_18, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = V_0; NullCheck(L_19); Transform_t3600365921 * L_20 = ISceneBaseObj_GetTransform_m3818769012(L_19, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_21 = V_3; NullCheck(L_21); Transform_t3600365921 * L_22 = ISceneBaseObj_GetTransform_m3818769012(L_21, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_forward_m747522392(L_22, /*hidden argument*/NULL); NullCheck(L_20); Transform_set_forward_m1840797198(L_20, L_23, /*hidden argument*/NULL); } IL_008f: { CSceneService_t551449725 * L_24 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_25 = V_1; int32_t L_26 = L_25; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); NullCheck(L_24); ISceneBaseObj_t858622483 * L_27 = CSceneService_GetRoleObj_m3880305570(L_24, L_26, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_28 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_27, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_28; if (L_28) { goto IL_0009; } } { 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_11((((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; int64_t L_4 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; Vector3_t3722313464 * L_6 = __this->get_address_of_m_posBegin_9(); float L_7 = L_6->get_x_1(); NullCheck(L_5); CDataArray_Push_m1044129115(L_5, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; Vector3_t3722313464 * L_9 = __this->get_address_of_m_posBegin_9(); float L_10 = L_9->get_y_2(); NullCheck(L_8); CDataArray_Push_m1044129115(L_8, L_10, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_0; Vector3_t3722313464 * L_12 = __this->get_address_of_m_posBegin_9(); float L_13 = L_12->get_z_3(); NullCheck(L_11); CDataArray_Push_m1044129115(L_11, L_13, /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = V_0; Vector3_t3722313464 * L_15 = __this->get_address_of_m_posEnd_10(); float L_16 = L_15->get_x_1(); NullCheck(L_14); CDataArray_Push_m1044129115(L_14, L_16, /*hidden argument*/NULL); CDataArray_t4068198041 * L_17 = V_0; Vector3_t3722313464 * L_18 = __this->get_address_of_m_posEnd_10(); float L_19 = L_18->get_y_2(); NullCheck(L_17); CDataArray_Push_m1044129115(L_17, L_19, /*hidden argument*/NULL); CDataArray_t4068198041 * L_20 = V_0; Vector3_t3722313464 * L_21 = __this->get_address_of_m_posEnd_10(); float L_22 = L_21->get_z_3(); NullCheck(L_20); CDataArray_Push_m1044129115(L_20, L_22, /*hidden argument*/NULL); CDataArray_t4068198041 * L_23 = V_0; NullCheck(L_23); CDataArray_Flush_m1077150699(L_23, /*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) { { 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; CRecreationManager_t3180859335 * L_3 = CRecreationManager_GetInstance_m1458318159(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_4 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_3); CRecreationManager_PlayerOnClick_m1263801377(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = ___msg0; int32_t L_6 = ___startIndex1; int32_t L_7 = L_6; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); NullCheck(L_5); float L_8 = CDataArray_GetFloat_m2138633744(L_5, L_7, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = ___msg0; int32_t L_10 = ___startIndex1; int32_t L_11 = L_10; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); NullCheck(L_9); float L_12 = CDataArray_GetFloat_m2138633744(L_9, L_11, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_13 = ___msg0; int32_t L_14 = ___startIndex1; int32_t L_15 = L_14; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); NullCheck(L_13); float L_16 = CDataArray_GetFloat_m2138633744(L_13, L_15, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_17; memset(&L_17, 0, sizeof(L_17)); Vector3__ctor_m3353183577((&L_17), L_8, L_12, L_16, /*hidden argument*/NULL); __this->set_m_posBegin_9(L_17); CDataArray_t4068198041 * L_18 = ___msg0; int32_t L_19 = ___startIndex1; int32_t L_20 = L_19; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); float L_21 = CDataArray_GetFloat_m2138633744(L_18, L_20, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_22 = ___msg0; int32_t L_23 = ___startIndex1; int32_t L_24 = L_23; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); NullCheck(L_22); float L_25 = CDataArray_GetFloat_m2138633744(L_22, L_24, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_26 = ___msg0; int32_t L_27 = ___startIndex1; int32_t L_28 = L_27; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); NullCheck(L_26); float L_29 = CDataArray_GetFloat_m2138633744(L_26, L_28, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_30; memset(&L_30, 0, sizeof(L_30)); Vector3__ctor_m3353183577((&L_30), L_21, L_25, L_29, /*hidden argument*/NULL); __this->set_m_posEnd_10(L_30); CMainRole_t4200562839 * L_31 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); int64_t L_32 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_31); int64_t L_33 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); if ((!(((uint64_t)L_32) == ((uint64_t)L_33)))) { goto IL_00b9; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); ((CWalkEvent_t1212470810 *)__this)->set_m_needSkip_1((bool)1); } IL_00b9: { int32_t L_34 = ___startIndex1; return L_34; } } // 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; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (!L_3) { goto IL_004f; } } { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); ISceneBaseObj_RemoveRoleState_m1533657667(L_4, 1, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_5 = V_0; NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); NullCheck(L_6); int64_t L_7 = CProperty_GetLong_m359864449(L_6, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); CMainRole_t4200562839 * L_8 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_8); if ((!(((uint64_t)L_7) == ((uint64_t)L_9)))) { goto IL_004f; } } { 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); CWalkCamera_t1176337330 * L_11 = CWalkManager_GetWalkCamera_m2368173090(L_10, /*hidden argument*/NULL); NullCheck(L_11); CWalkCamera_SetFollowCamera_m3257888760(L_11, (bool)0, /*hidden argument*/NULL); } IL_004f: { int64_t L_12 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); if ((!(((uint64_t)L_12) == ((uint64_t)L_14)))) { goto IL_0101; } } { int64_t L_15 = __this->get_m_selectOne_11(); if ((((int64_t)L_15) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0101; } } { int64_t L_16 = __this->get_m_selectOne_11(); int64_t L_17 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); if ((((int64_t)L_16) == ((int64_t)L_17))) { goto IL_0101; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_18 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CWalkCamera_t1176337330 * L_19 = CWalkManager_GetWalkCamera_m2368173090(L_18, /*hidden argument*/NULL); NullCheck(L_19); CWalkCamera_SetFollowCamera_m3257888760(L_19, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_20 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CWalkCamera_t1176337330 * L_21 = CWalkManager_GetWalkCamera_m2368173090(L_20, /*hidden argument*/NULL); NullCheck(L_21); CWalkCamera_FlushFollowCamera_m20976819(L_21, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_22 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CWalkCamera_t1176337330 * L_23 = CWalkManager_GetWalkCamera_m2368173090(L_22, /*hidden argument*/NULL); NullCheck(L_23); CWalkCamera_SetFollowCamera_m3257888760(L_23, (bool)0, /*hidden argument*/NULL); CSceneService_t551449725 * L_24 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_25 = __this->get_m_selectOne_11(); NullCheck(L_24); ISceneRole_t2394225724 * L_26 = CSceneService_FindRoleByUserID_m4171044813(L_24, L_25, /*hidden argument*/NULL); V_1 = L_26; ISceneBaseObj_t858622483 * L_27 = V_1; if (!L_27) { goto IL_0101; } } { CMainRole_t4200562839 * L_28 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); bool L_29 = ISceneBaseObj_IsValid_m1197404667(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0101; } } { CMainRole_t4200562839 * L_30 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = ISceneBaseObj_GetTransform_m3818769012(L_30, /*hidden argument*/NULL); NullCheck(L_31); Vector3_t3722313464 L_32 = Transform_get_position_m36019626(L_31, /*hidden argument*/NULL); Vector3_t3722313464 L_33 = __this->get_m_posEnd_10(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_34 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if ((!(((float)(0.4f)) > ((float)L_34)))) { goto IL_0101; } } { ISceneBaseObj_t858622483 * L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(uiWaitingRoom_t4262146884_il2cpp_TypeInfo_var); uiWaitingRoom_OnShowMenu_m105028098(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); } IL_0101: { 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; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (!L_3) { goto IL_0023; } } { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); ISceneBaseObj_AddRoleState_m2943967725(L_4, 1, /*hidden argument*/NULL); goto IL_002a; } IL_0023: { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); } IL_002a: { bool L_5 = ((CWalkEvent_t1212470810 *)__this)->get_m_endFlag_2(); if (!L_5) { goto IL_0036; } } { return; } IL_0036: { Vector3_t3722313464 L_6 = __this->get_m_posEnd_10(); Vector3_t3722313464 L_7 = __this->get_m_posBegin_9(); CWalkEvent_SetInfo_m752624831(__this, L_6, L_7, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_8 = V_0; NullCheck(L_8); bool L_9 = ISceneBaseObj_CheckRoleState_m2983555996(L_8, 2, /*hidden argument*/NULL); if (L_9) { goto IL_0060; } } { ISceneBaseObj_t858622483 * L_10 = V_0; CWalkEvent_OnInit_m247998893(__this, ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_10, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0060: { return; } } // System.Void DMCore.Framework.Scene.CWalkMoveEvent::OnTick() extern "C" IL2CPP_METHOD_ATTR void CWalkMoveEvent_OnTick_m4019577523 (CWalkMoveEvent_t1408489497 * __this, const RuntimeMethod* method) { ISceneBaseObj_t858622483 * V_0 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (L_3) { goto IL_001f; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); return; } IL_001f: { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); bool L_5 = ISceneBaseObj_IsValid_m1197404667(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { ISceneBaseObj_t858622483 * L_6 = V_0; NullCheck(L_6); bool L_7 = ISceneBaseObj_CheckRoleState_m2983555996(L_6, 2, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } IL_0036: { return; } IL_0037: { ISceneBaseObj_t858622483 * L_8 = V_0; CWalkEvent_OnTickMove_m2897709827(__this, L_8, /*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_0(); 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 #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_17(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_18(L_1); ILogicBase__ctor_m2199354544(__this, /*hidden argument*/NULL); __this->set_m_roleState_14(0); __this->set_m_UserID_16((((int64_t)((int64_t)(-1))))); __this->set_m_bEnableTitle_13((bool)1); __this->set_m_Type_4(0); __this->set_m_SubType_5(0); __this->set_m_bEnable_12((bool)1); List_1_t817360128 * L_2 = (List_1_t817360128 *)il2cpp_codegen_object_new(List_1_t817360128_il2cpp_TypeInfo_var); List_1__ctor_m2887041057(L_2, /*hidden argument*/List_1__ctor_m2887041057_RuntimeMethod_var); __this->set_m_listTransform_11(L_2); CRoleEffectManager_t3637256918 * L_3 = (CRoleEffectManager_t3637256918 *)il2cpp_codegen_object_new(CRoleEffectManager_t3637256918_il2cpp_TypeInfo_var); CRoleEffectManager__ctor_m1263625120(L_3, /*hidden argument*/NULL); __this->set_m_RoleEffectManager_15(L_3); CRoleEffectManager_t3637256918 * L_4 = __this->get_m_RoleEffectManager_15(); NullCheck(L_4); CRoleEffectManager_SetRole_m2121440697(L_4, __this, /*hidden argument*/NULL); __this->set_m_pGameObject_6((GameObject_t1113636619 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_Name_7(L_5); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_PrefabPath_8(L_6); CProperty_t963755051 * L_7 = (CProperty_t963755051 *)il2cpp_codegen_object_new(CProperty_t963755051_il2cpp_TypeInfo_var); CProperty__ctor_m1842622200(L_7, /*hidden argument*/NULL); __this->set_m_NetProperty_9(L_7); CProperty_t963755051 * L_8 = __this->get_m_NetProperty_9(); intptr_t L_9 = (intptr_t)ISceneBaseObj__NetPropChangeBefore_m811095896_RuntimeMethod_var; Action_2_t319610619 * L_10 = (Action_2_t319610619 *)il2cpp_codegen_object_new(Action_2_t319610619_il2cpp_TypeInfo_var); Action_2__ctor_m2047516667(L_10, __this, L_9, /*hidden argument*/Action_2__ctor_m2047516667_RuntimeMethod_var); intptr_t L_11 = (intptr_t)ISceneBaseObj__NetPropChangeEnd_m3482387527_RuntimeMethod_var; Action_1_t2019918284 * L_12 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_12, __this, L_11, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_8); CProperty_OnRegisterListener_m297633249(L_8, L_10, L_12, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_13 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_13, /*hidden argument*/NULL); __this->set_m_userProperty_10(L_13); CDataProperty_t2806246268 * L_14 = __this->get_m_userProperty_10(); intptr_t L_15 = (intptr_t)ISceneBaseObj__UserPropChangeBefore_m2549402010_RuntimeMethod_var; Action_2_t2799970140 * L_16 = (Action_2_t2799970140 *)il2cpp_codegen_object_new(Action_2_t2799970140_il2cpp_TypeInfo_var); Action_2__ctor_m2722879698(L_16, __this, L_15, /*hidden argument*/Action_2__ctor_m2722879698_RuntimeMethod_var); intptr_t L_17 = (intptr_t)ISceneBaseObj__UserPropChangeEnd_m167698124_RuntimeMethod_var; Action_1_t2019918284 * L_18 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_18, __this, L_17, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_14); CDataProperty_RegisterListener_m3253102657(L_14, L_16, L_18, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopEffect_m879461206 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_RoleEffectManager_15(); 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.ISceneBaseObj::StopSpecifiesTypeEffect(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopSpecifiesTypeEffect_m2561336552 (ISceneBaseObj_t858622483 * __this, int32_t ___type0, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_RoleEffectManager_15(); int32_t L_1 = ___type0; NullCheck(L_0); CRoleEffectManager_StopSpecifiesTypeEffect_m1064944034(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_PlayEffect_m4006788978 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_RoleEffectManager_15(); 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.ISceneBaseObj::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_PlayEffect_m3946543944 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, String_t* ___bindBoneName3, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_RoleEffectManager_15(); 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.ISceneBaseObj::GetEffectRoot(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetEffectRoot_m4036937504 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_RoleEffectManager_15(); 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.ISceneBaseObj::ClearAllEffect() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ClearAllEffect_m3221289534 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_RoleEffectManager_15(); NullCheck(L_0); CRoleEffectManager_Clear_m885802197(L_0, /*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.Void DMCore.Framework.Scene.ISceneBaseObj::HoldResources() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_HoldResources_m37748790 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_HoldResources_m37748790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = __this->get_m_PrefabPath_8(); NullCheck(L_0); IResourceManager_PushProtecedRes_m1596221893(L_0, L_1, /*hidden argument*/NULL); 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_4(); 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_4(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_5(); 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_5(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetLayer(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetLayer_m2502970106 (ISceneBaseObj_t858622483 * __this, String_t* ___layerName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SetLayer_m2502970106_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TransformU5BU5D_t807237628* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___layerName0; 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_0018; } } IL_0016: { return (bool)0; } IL_0018: { String_t* L_3 = ___layerName0; int32_t L_4 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_5); TransformU5BU5D_t807237628* L_6 = Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054(L_5, /*hidden argument*/Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054_RuntimeMethod_var); V_1 = L_6; V_2 = 0; goto IL_0044; } IL_0032: { TransformU5BU5D_t807237628* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Transform_t3600365921 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); int32_t L_12 = V_0; NullCheck(L_11); GameObject_set_layer_m3294992795(L_11, L_12, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0044: { int32_t L_14 = V_2; TransformU5BU5D_t807237628* L_15 = V_1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0032; } } { return (bool)1; } } // 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_14(); 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_14(); 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_14(); 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_14(); int32_t L_1 = ___state0; __this->set_m_roleState_14(((int32_t)((int32_t)L_0|(int32_t)L_1))); int32_t L_2 = ___state0; VirtActionInvoker1< int32_t >::Invoke(35 /* 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_14(); 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_14(L_2); int32_t L_3 = ___state0; VirtActionInvoker1< int32_t >::Invoke(36 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnRemoveRoleState(DMCore.Framework.Scene.enumRoleState) */, __this, L_3); 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_13(); 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_13(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_12(); 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; } AnimationU5BU5D_t4027794176* V_0 = NULL; int32_t V_1 = 0; AnimationState_t1108360407 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = 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 = ___b0; __this->set_m_bEnable_12(L_0); GameObject_t1113636619 * L_1 = __this->get_m_pGameObject_6(); 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_00c8; } } { GameObject_t1113636619 * L_3 = __this->get_m_pGameObject_6(); bool L_4 = ___b0; NullCheck(L_3); GameObject_SetActive_m796801857(L_3, L_4, /*hidden argument*/NULL); bool L_5 = __this->get_m_bEnable_12(); if (!L_5) { goto IL_00c8; } } { GameObject_t1113636619 * L_6 = __this->get_m_pGameObject_6(); NullCheck(L_6); AnimationU5BU5D_t4027794176* L_7 = GameObject_GetComponentsInChildren_TisAnimation_t3648466861_m3712790796(L_6, /*hidden argument*/GameObject_GetComponentsInChildren_TisAnimation_t3648466861_m3712790796_RuntimeMethod_var); V_0 = L_7; V_1 = 0; goto IL_00bf; } IL_0042: { AnimationU5BU5D_t4027794176* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; Animation_t3648466861 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); GameObject_t1113636619 * L_12 = Component_get_gameObject_m442555142(L_11, /*hidden argument*/NULL); GameObject_t1113636619 * L_13 = __this->get_m_pGameObject_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00bb; } } { AnimationU5BU5D_t4027794176* L_15 = V_0; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; Animation_t3648466861 * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); bool L_19 = Animation_get_isPlaying_m1022540967(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00bb; } } { AnimationU5BU5D_t4027794176* L_20 = V_0; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; Animation_t3648466861 * L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_23); RuntimeObject* L_24 = Animation_GetEnumerator_m1233868201(L_23, /*hidden argument*/NULL); V_3 = L_24; } IL_0070: try { // begin try (depth: 1) { goto IL_008c; } IL_0075: { RuntimeObject* L_25 = V_3; NullCheck(L_25); RuntimeObject * L_26 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_25); V_2 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_26, AnimationState_t1108360407_il2cpp_TypeInfo_var)); AnimationState_t1108360407 * L_27 = V_2; NullCheck(L_27); AnimationState_set_time_m3753967308(L_27, (0.001f), /*hidden argument*/NULL); } IL_008c: { RuntimeObject* L_28 = V_3; NullCheck(L_28); bool L_29 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_28); if (L_29) { goto IL_0075; } } IL_0097: { IL2CPP_LEAVE(0xB2, FINALLY_009c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: { // begin finally (depth: 1) { RuntimeObject* L_30 = V_3; RuntimeObject* L_31 = ((RuntimeObject*)IsInst((RuntimeObject*)L_30, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_4 = L_31; if (!L_31) { goto IL_00b1; } } IL_00aa: { RuntimeObject* L_32 = V_4; NullCheck(L_32); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_32); } IL_00b1: { IL2CPP_END_FINALLY(156) } } // end finally (depth: 1) IL2CPP_CLEANUP(156) { IL2CPP_JUMP_TBL(0xB2, IL_00b2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b2: { AnimationU5BU5D_t4027794176* L_33 = V_0; int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = L_34; Animation_t3648466861 * L_36 = (L_33)->GetAt(static_cast(L_35)); NullCheck(L_36); Animation_Play_m2798573761(L_36, /*hidden argument*/NULL); } IL_00bb: { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00bf: { int32_t L_38 = V_1; AnimationU5BU5D_t4027794176* L_39 = V_0; NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))))) { goto IL_0042; } } IL_00c8: { 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_6(); 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_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_4 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_pGameObject_6(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_4, GameObject_t1113636619_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_5 = __this->get_m_pGameObject_6(); 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_7(); 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; } int32_t V_0 = 0; { String_t* L_0 = __this->get_m_PrefabPath_8(); 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: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = __this->get_m_PrefabPath_8(); NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_2, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_0031; } } { int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)3)))) { goto IL_0033; } } IL_0031: { return (bool)1; } IL_0033: { return (bool)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_16(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_16(); 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: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_4 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); ICameraBase_t3615533728 * L_5 = CRoot_GetCamera_m3179746689(L_4, /*hidden argument*/NULL); NullCheck(L_5); Camera_t4157153871 * L_6 = ICameraBase_GetActiveCamera_m490033116(L_5, /*hidden argument*/NULL); V_1 = L_6; Camera_t4157153871 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0031; } } { Vector3_t3722313464 L_9 = V_0; return L_9; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_11 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_11; String_t* L_12 = ___headBoneName0; Transform_t3600365921 * L_13 = ISceneBaseObj_GetChildBoneTrans_m2300247844(__this, L_12, (&V_2), (&V_3), /*hidden argument*/NULL); V_4 = L_13; Transform_t3600365921 * L_14 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0059; } } { Vector3_t3722313464 L_16 = V_0; return L_16; } IL_0059: { GameObject_t1113636619 * L_17 = __this->get_m_pGameObject_6(); NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); 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_4; NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_position_m36019626(L_20, /*hidden argument*/NULL); Vector3_t3722313464 L_22 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_23 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_6 = L_23; float L_24 = (&V_6)->get_y_2(); GameObject_t1113636619 * L_25 = __this->get_m_pGameObject_6(); NullCheck(L_25); Transform_t3600365921 * L_26 = GameObject_get_transform_m1369836730(L_25, /*hidden argument*/NULL); NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_localScale_m129152068(L_26, /*hidden argument*/NULL); V_8 = L_27; float L_28 = (&V_8)->get_y_2(); V_7 = ((float)((float)L_24/(float)L_28)); V_9 = (0.0f); float L_29 = (&V_2)->get_y_2(); if ((!(((float)(0.1f)) < ((float)L_29)))) { goto IL_00d6; } } { float L_30 = (&V_2)->get_y_2(); float L_31 = V_7; if ((!(((float)((float)il2cpp_codegen_add((float)L_30, (float)(0.1f)))) < ((float)L_31)))) { goto IL_00d6; } } { float L_32 = V_7; float L_33 = (&V_2)->get_y_2(); V_9 = ((float)il2cpp_codegen_subtract((float)L_32, (float)L_33)); } IL_00d6: { float L_34 = (&V_5)->get_y_2(); GameObject_t1113636619 * L_35 = __this->get_m_pGameObject_6(); NullCheck(L_35); Transform_t3600365921 * L_36 = GameObject_get_transform_m1369836730(L_35, /*hidden argument*/NULL); NullCheck(L_36); Vector3_t3722313464 L_37 = Transform_get_localScale_m129152068(L_36, /*hidden argument*/NULL); V_11 = L_37; float L_38 = (&V_11)->get_y_2(); float L_39 = ___customOffset1; float L_40 = V_9; V_10 = ((float)il2cpp_codegen_add((float)L_34, (float)((float)il2cpp_codegen_multiply((float)L_38, (float)((float)il2cpp_codegen_add((float)L_39, (float)L_40)))))); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_41 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_12 = L_41; Transform_t3600365921 * L_42 = V_4; NullCheck(L_42); Vector3_t3722313464 L_43 = Transform_get_position_m36019626(L_42, /*hidden argument*/NULL); V_13 = L_43; float L_44 = (&V_13)->get_x_1(); float L_45 = V_10; Transform_t3600365921 * L_46 = V_4; NullCheck(L_46); Vector3_t3722313464 L_47 = Transform_get_position_m36019626(L_46, /*hidden argument*/NULL); V_14 = L_47; float L_48 = (&V_14)->get_z_3(); Vector3_Set_m1737058353((&V_12), L_44, L_45, L_48, /*hidden argument*/NULL); Camera_t4157153871 * L_49 = V_1; Vector3_t3722313464 L_50 = V_12; NullCheck(L_49); Vector3_t3722313464 L_51 = Camera_WorldToScreenPoint_m3726311023(L_49, L_50, /*hidden argument*/NULL); V_0 = L_51; Transform_t3600365921 * L_52 = V_4; NullCheck(L_52); Vector3_t3722313464 L_53 = Transform_get_position_m36019626(L_52, /*hidden argument*/NULL); V_15 = L_53; float L_54 = (&V_15)->get_z_3(); (&V_0)->set_z_3(L_54); Vector3_t3722313464 L_55 = V_0; return L_55; } } // 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); bool L_1 = CDataProperty_Exist_m372773481(L_0, _stringLiteral795478587, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { CDataProperty_t2806246268 * L_2 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CDataProperty_GetInt_m1935343217(L_2, _stringLiteral795478587, 0, /*hidden argument*/NULL); return L_3; } IL_0027: { 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); return L_5; } } // System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetSex_m3027530197 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetSex_m3027530197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataProperty_t2806246268 * L_0 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CDataProperty_Exist_m372773481(L_0, _stringLiteral4166355951, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { CDataProperty_t2806246268 * L_2 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CDataProperty_GetInt_m1935343217(L_2, _stringLiteral4166355951, 0, /*hidden argument*/NULL); return L_3; } IL_0027: { CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral4166355951, 0, /*hidden argument*/NULL); return L_5; } } // System.String DMCore.Framework.Scene.ISceneBaseObj::GetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ISceneBaseObj_GetRoleName_m1513645719 (ISceneBaseObj_t858622483 * __this, String_t* ___defaultName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetRoleName_m1513645719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_1 = ___defaultName0; NullCheck(L_0); String_t* L_2 = CProperty_GetWideStr_m2042428682(L_0, _stringLiteral62725275, L_1, /*hidden argument*/NULL); return L_2; } } // 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_6(); 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_8(L_0); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_1 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ___strPath0; bool L_3 = ___Async1; NullCheck(L_1); IResourceManager_CreateResource_m1279813597(L_1, L_2, L_3, /*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_6(L_4); String_t* L_5 = ___strName0; __this->set_m_Name_7(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_11(); 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 = ILogicBase_Tell_m124438213(__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_11(); 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(28 /* 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_6(); 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_8(L_2); GameObject_t1113636619 * L_3 = __this->get_m_pGameObject_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_pGameObject_6((GameObject_t1113636619 *)NULL); } IL_002e: { __this->set_m_roleState_14(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_005f; } } { 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_005f: { CRoleEffectManager_t3637256918 * L_8 = __this->get_m_RoleEffectManager_15(); NullCheck(L_8); CRoleEffectManager_Clear_m885802197(L_8, /*hidden argument*/NULL); __this->set_m_bEnable_12((bool)1); List_1_t817360128 * L_9 = __this->get_m_listTransform_11(); NullCheck(L_9); List_1_Clear_m1643428058(L_9, /*hidden argument*/List_1_Clear_m1643428058_RuntimeMethod_var); CAnimSite_t233742424 * L_10 = __this->get_m_AnimSite_17(); NullCheck(L_10); CAnimSite_OnDestroy_m1564647853(L_10, /*hidden argument*/NULL); CSkeletonSite_t1178137573 * L_11 = __this->get_m_skeletonSite_18(); NullCheck(L_11); CSkeletonSite_Clear_m1465145911(L_11, /*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_7(); 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_7(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_6(); 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_6(); 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_6(); 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_6(); 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_6(); bool L_3 = ___bVisible0; NullCheck(L_2); GameObject_SetActive_m796801857(L_2, L_3, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetLocation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetLocation_m371444295 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SetLocation_m371444295_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Transform_t3600365921 * L_3 = V_0; Vector3_t3722313464 L_4 = ___pos0; NullCheck(L_3); Transform_set_position_m3387557959(L_3, L_4, /*hidden argument*/NULL); } IL_001a: { return; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetForward(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetForward_m1723825477 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___forward0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SetForward_m1723825477_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { Transform_t3600365921 * L_3 = V_0; Transform_t3600365921 * L_4 = V_0; NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_position_m36019626(L_4, /*hidden argument*/NULL); Vector3_t3722313464 L_6 = ___forward0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_7 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); Transform_LookAt_m3649447396(L_3, L_7, /*hidden argument*/NULL); } IL_0025: { return; } } // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneBaseObj_GetPosition_m3414577191 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetPosition_m3414577191_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Transform_t3600365921 * L_3 = V_0; NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_position_m36019626(L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { Vector3_t3722313464 L_5; memset(&L_5, 0, sizeof(L_5)); Vector3__ctor_m3353183577((&L_5), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetForward() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneBaseObj_GetForward_m1473179314 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetForward_m1473179314_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Transform_t3600365921 * L_3 = V_0; NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_forward_m747522392(L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_5 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); ICameraBase_t3615533728 * L_6 = CRoot_GetCamera_m3179746689(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t3722313464 L_7 = ICameraBase_GetLookDirection_m3798680715(L_6, /*hidden argument*/NULL); V_1 = L_7; Vector3_t3722313464 L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_9 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } } // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetRight() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneBaseObj_GetRight_m889382568 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetRight_m889382568_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Transform_t3600365921 * L_3 = V_0; NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_right_m2535262102(L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_5 = Vector3_get_right_m1913784872(NULL /*static, unused*/, /*hidden argument*/NULL); return L_5; } } // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetLocalRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetLocalRotation_m691173395 (ISceneBaseObj_t858622483 * __this, Quaternion_t2301928331 ___rotate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_SetLocalRotation_m691173395_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Transform_t3600365921 * L_3 = V_0; Quaternion_t2301928331 L_4 = ___rotate0; NullCheck(L_3); Transform_set_localRotation_m19445462(L_3, L_4, /*hidden argument*/NULL); } IL_001a: { return; } } // UnityEngine.Quaternion DMCore.Framework.Scene.ISceneBaseObj::GetRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 ISceneBaseObj_GetRotation_m3886295510 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetRotation_m3886295510_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Transform_t3600365921 * L_3 = V_0; NullCheck(L_3); Quaternion_t2301928331 L_4 = Transform_get_rotation_m3502953881(L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_5 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetUp() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ISceneBaseObj_GetUp_m4030413018 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneBaseObj_GetUp_m4030413018_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Transform_t3600365921 * L_3 = V_0; NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_up_m3972993886(L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { Vector3_t3722313464 L_5; memset(&L_5, 0, sizeof(L_5)); Vector3__ctor_m3353183577((&L_5), (0.0f), (1.0f), (0.0f), /*hidden argument*/NULL); return L_5; } } // System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetPropertyInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetPropertyInt_m2347299858 (ISceneBaseObj_t858622483 * __this, String_t* ___propName0, int32_t ___defaultVal1, const RuntimeMethod* method) { { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_1 = ___propName0; int32_t L_2 = ___defaultVal1; NullCheck(L_0); int32_t L_3 = CProperty_GetInt_m2680341236(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // 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_9(); 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_10(); return L_0; } } // 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_6(); 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_6(); 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.Void DMCore.Framework.Scene.ISceneBaseObj::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_OnAfterAnimUpdate_m3074221736 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method) { { CRoleEffectManager_t3637256918 * L_0 = __this->get_m_RoleEffectManager_15(); NullCheck(L_0); CRoleEffectManager_OnAfterAnimUpdate_m29231580(L_0, /*hidden argument*/NULL); bool L_1 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_002c; } } { bool L_2 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } { CAnimSite_t233742424 * L_3 = __this->get_m_AnimSite_17(); NullCheck(L_3); CAnimSite_OnLateUpdate_m2851510144(L_3, /*hidden argument*/NULL); } IL_002c: { return; } } // 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_17(); 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_18(); return L_0; } } // 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_6(); 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_6(); 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_003e; } } { GameObject_t1113636619 * L_6 = __this->get_m_pGameObject_6(); 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); } IL_003e: { Animation_t3648466861 * L_9 = V_0; return L_9; } } // 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_0027; } } { bool L_1 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { CAnimSite_t233742424 * L_2 = __this->get_m_AnimSite_17(); NullCheck(L_2); CAnimSite_OnUpdate_m1340691293(L_2, /*hidden argument*/NULL); } IL_0027: { CRoleEffectManager_t3637256918 * L_3 = __this->get_m_RoleEffectManager_15(); NullCheck(L_3); CRoleEffectManager_OnUpdate_m4200975734(L_3, /*hidden argument*/NULL); 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::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; } } // 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::_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 = ILogicBase_Tell_m124438213(__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_11(); 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_11(); 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_11(); 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_8(); 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.ISceneNpcBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase__ctor_m3249419378 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase__ctor_m3249419378_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneBaseObj__ctor_m4120917529(__this, /*hidden argument*/NULL); __this->set_m_FollowTargetID_20((((int64_t)((int64_t)0)))); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); __this->set_m_FollowSpeed_21(L_0); float L_1 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); __this->set_m_SafeDistance_22(L_1); ISceneNpcBase_set_IsSubmitAlready_m475230837(__this, (bool)0, /*hidden argument*/NULL); ISceneNpcBase_set_IsEnableFollow_m3748606092(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_LoadingResource_m2169387502 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { { String_t* L_0 = ISceneNpcBase_GetFullModelResPath_m2908488719(__this, /*hidden argument*/NULL); ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_IsReady_m1680100939 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_IsReady_m1680100939_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { bool L_0 = ISceneBaseObj_IsReady_m4181127110(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetIdleAnimName() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3784223096, L_1, /*hidden argument*/NULL); V_0 = L_2; IResourceManager_t3165642952 * L_3 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); IResourceManager_CreateResource_m1279813597(L_3, L_4, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_5 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_5); String_t* L_7 = CPetActionConfig_GetActionResByModelID_m823719944(L_5, L_6, 5, /*hidden argument*/NULL); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3784223096, L_7, /*hidden argument*/NULL); V_1 = L_8; IResourceManager_t3165642952 * L_9 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = V_1; NullCheck(L_9); IResourceManager_CreateResource_m1279813597(L_9, L_10, (bool)1, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_11 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = V_0; NullCheck(L_11); int32_t L_13 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_11, L_12); V_2 = L_13; IResourceManager_t3165642952 * L_14 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_15 = V_1; NullCheck(L_14); int32_t L_16 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_14, L_15); V_3 = L_16; int32_t L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)2))) { goto IL_007a; } } { int32_t L_18 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)3)))) { goto IL_008a; } } IL_007a: { int32_t L_19 = V_3; if ((((int32_t)L_19) == ((int32_t)2))) { goto IL_0088; } } { int32_t L_20 = V_3; if ((!(((uint32_t)L_20) == ((uint32_t)3)))) { goto IL_008a; } } IL_0088: { return (bool)1; } IL_008a: { return (bool)0; } } // System.String DMCore.Framework.Scene.ISceneNpcBase::GetFullModelResPath() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneNpcBase_GetFullModelResPath_m2908488719 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_GetFullModelResPath_m2908488719_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = ISceneNpcBase_GetObjectType_m1559869183(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_001c; } } { 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_001c: { String_t* L_5 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_Substring_m2848979100(L_5, 3, /*hidden argument*/NULL); V_2 = L_6; ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9))); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3915081565); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3915081565); ObjectU5BU5D_t2843939325* L_8 = L_7; int32_t L_9 = V_1; 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(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral3452614529); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_13 = L_12; int32_t L_14 = V_0; int32_t L_15 = ISceneNpcBase_GetSex_m2199338520(__this, L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_13; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral3452614529); (L_18)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_19 = L_18; int32_t L_20 = V_0; int32_t L_21 = ISceneNpcBase_GetState_m2461062552(__this, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_23); (L_19)->SetAt(static_cast(5), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = L_19; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3452614529); (L_24)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_25 = L_24; String_t* L_26 = V_2; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(7), (RuntimeObject *)L_26); ObjectU5BU5D_t2843939325* L_27 = L_25; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral3452614529); (L_27)->SetAt(static_cast(8), (RuntimeObject *)_stringLiteral3452614529); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m2971454694(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); V_3 = L_28; String_t* L_29 = V_3; int32_t L_30 = V_0; int32_t L_31 = L_30; RuntimeObject * L_32 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_31); String_t* L_33 = String_Concat_m904156431(NULL /*static, unused*/, L_29, L_32, /*hidden argument*/NULL); return L_33; } } // System.Int32 DMCore.Framework.Scene.ISceneNpcBase::GetObjectType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneNpcBase_GetObjectType_m1559869183 (ISceneNpcBase_t3974693970 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_GetObjectType_m1559869183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___modelID0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); 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.ISceneNpcBase::GetSex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneNpcBase_GetSex_m2199338520 (ISceneNpcBase_t3974693970 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_GetSex_m2199338520_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___modelID0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); 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.ISceneNpcBase::GetState(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneNpcBase_GetState_m2461062552 (ISceneNpcBase_t3974693970 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_GetState_m2461062552_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___modelID0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); 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.ISceneNpcBase::GetSubType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneNpcBase_GetSubType_m2286557063 (ISceneNpcBase_t3974693970 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_GetSubType_m2286557063_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___modelID0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); 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.ISceneNpcBase::SetFollowInfo(System.Int64,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetFollowInfo_m4234412816 (ISceneNpcBase_t3974693970 * __this, int64_t ___targetID0, float ___speed1, float ___safeDistance2, const RuntimeMethod* method) { { int64_t L_0 = ___targetID0; ISceneNpcBase_SetFollowTarget_m2002826562(__this, L_0, /*hidden argument*/NULL); float L_1 = ___speed1; ISceneNpcBase_SetFollowSpeed_m2001456954(__this, L_1, /*hidden argument*/NULL); float L_2 = ___safeDistance2; ISceneNpcBase_SetSafeDistance_m800344139(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::SetFollowTarget(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetFollowTarget_m2002826562 (ISceneNpcBase_t3974693970 * __this, int64_t ___targetID0, const RuntimeMethod* method) { { int64_t L_0 = ___targetID0; __this->set_m_FollowTargetID_20(L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::SetFollowSpeed(System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetFollowSpeed_m2001456954 (ISceneNpcBase_t3974693970 * __this, float ___speed0, const RuntimeMethod* method) { { float L_0 = ___speed0; __this->set_m_FollowSpeed_21(L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::SetSafeDistance(System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetSafeDistance_m800344139 (ISceneNpcBase_t3974693970 * __this, float ___safeDistance0, const RuntimeMethod* method) { { float L_0 = ___safeDistance0; __this->set_m_SafeDistance_22(L_0); return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::set_IsSubmitAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_set_IsSubmitAlready_m475230837 (ISceneNpcBase_t3974693970 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsSubmitAlreadyU3Ek__BackingField_19(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::get_IsSubmitAlready() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_get_IsSubmitAlready_m1334787197 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsSubmitAlreadyU3Ek__BackingField_19(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::set_IsEnableFollow(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_set_IsEnableFollow_m3748606092 (ISceneNpcBase_t3974693970 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsEnableFollow_23(L_0); bool L_1 = __this->get_m_IsEnableFollow_23(); if (L_1) { goto IL_0019; } } { ISceneBaseObj_RemoveRoleState_m1533657667(__this, 1, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::get_IsEnableFollow() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_get_IsEnableFollow_m4238606668 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsEnableFollow_23(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetEnable_m1302130284 (ISceneNpcBase_t3974693970 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; ISceneNpcBase_set_IsEnableFollow_m3748606092(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___b0; ISceneBaseObj_SetEnable_m217419873(__this, L_1, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Scene.ISceneNpcBase::GetIdleAnimName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneNpcBase_GetIdleAnimName_m2261234033 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_GetIdleAnimName_m2261234033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDanceManager_t448141780 * L_1 = CRoot_GetDanceManager_m876173276(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CDanceManager_t448141780 * L_3 = CRoot_GetDanceManager_m876173276(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CDanceManager_IfDancing_m1859012178(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_5 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_5); String_t* L_7 = CPetActionConfig_GetActionResByModelID_m823719944(L_5, L_6, 6, /*hidden argument*/NULL); return L_7; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_8 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_8); String_t* L_10 = CPetActionConfig_GetActionResByModelID_m823719944(L_8, L_9, 1, /*hidden argument*/NULL); return L_10; } } // System.String DMCore.Framework.Scene.ISceneNpcBase::GetRalaxAnimName(System.Single&) extern "C" IL2CPP_METHOD_ATTR String_t* ISceneNpcBase_GetRalaxAnimName_m1432489530 (ISceneNpcBase_t3974693970 * __this, float* ___playTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_GetRalaxAnimName_m1432489530_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDanceManager_t448141780 * L_1 = CRoot_GetDanceManager_m876173276(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CDanceManager_t448141780 * L_3 = CRoot_GetDanceManager_m876173276(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CDanceManager_IfDancing_m1859012178(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_5 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_5); String_t* L_7 = CPetActionConfig_GetActionResByModelID_m823719944(L_5, L_6, 6, /*hidden argument*/NULL); return L_7; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_8 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_8); String_t* L_10 = CPetActionConfig_GetActionResByModelID_m823719944(L_8, L_9, 2, /*hidden argument*/NULL); return L_10; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_Destroy_m3623876636 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { { ISceneNpcBase_set_IsSubmitAlready_m475230837(__this, (bool)0, /*hidden argument*/NULL); ISceneBaseObj_Destroy_m2170965624(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::IsOwnerObjEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_IsOwnerObjEnable_m3340038587 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { ISceneRole_t2394225724 * V_0 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = __this->get_m_FollowTargetID_20(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneRole_t2394225724 * L_3 = V_0; if (L_3) { goto IL_0019; } } { return (bool)1; } IL_0019: { ISceneRole_t2394225724 * L_4 = V_0; NullCheck(L_4); bool L_5 = ISceneBaseObj_IsEnable_m3745268461(L_4, /*hidden argument*/NULL); return L_5; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::StartFollow(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_StartFollow_m1951243948 (ISceneNpcBase_t3974693970 * __this, ISceneRole_t2394225724 * ___ownerObj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_StartFollow_m1951243948_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { ISceneRole_t2394225724 * L_0 = ___ownerObj0; NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral2439944866, 0, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_3 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5 = CPetActionConfig_GetActionResByModelID_m823719944(L_3, L_4, 5, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_1; ISceneBaseObj_SetIdleAnim_m1936918694(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::StopFollow(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_StopFollow_m3217447004 (ISceneNpcBase_t3974693970 * __this, ISceneRole_t2394225724 * ___ownerObj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_StopFollow_m3217447004_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = 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) ISceneRole_t2394225724 * L_0 = ___ownerObj0; ISceneNpcBase__SetAngle_m2507437155(__this, L_0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_1 = ___ownerObj0; NullCheck(L_1); CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CProperty_GetInt_m2680341236(L_2, _stringLiteral2439944866, 0, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_4 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = CPetActionConfig_GetActionResByModelID_m823719944(L_4, L_5, 1, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; ISceneBaseObj_SetIdleAnim_m1936918694(__this, L_7, /*hidden argument*/NULL); goto IL_0049; } // 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_0033; throw e; } CATCH_0033: { // begin catch(System.Object) Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_9 = Vector3_get_forward_m3100859705(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_forward_m1840797198(L_8, L_9, /*hidden argument*/NULL); goto IL_0049; } // end catch (depth: 1) IL_0049: { return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SubmitToScene_m3677902637 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_SubmitToScene_m3677902637_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; bool V_2 = false; bool V_3 = false; int32_t G_B5_0 = 0; { bool L_0 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral2957985875, (-1), /*hidden argument*/NULL); V_0 = (((int64_t)((int64_t)L_2))); CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_4 = V_0; NullCheck(L_3); ISceneBaseObj_t858622483 * L_5 = CSceneService_GetSceneBaseObj_m1922388889(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; ISceneBaseObj_t858622483 * L_6 = V_1; if (!L_6) { goto IL_003d; } } { ISceneBaseObj_t858622483 * L_7 = V_1; NullCheck(L_7); bool L_8 = ISceneBaseObj_CheckRoleState_m2983555996(L_7, 4, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_8)); goto IL_003e; } IL_003d: { G_B5_0 = 0; } IL_003e: { V_2 = (bool)G_B5_0; bool L_9 = V_2; if (!L_9) { goto IL_0046; } } { return; } IL_0046: { bool L_10 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); V_3 = L_10; ISceneBaseObj_SubmitToScene_m799218937(__this, /*hidden argument*/NULL); bool L_11 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_0084; } } { bool L_12 = V_3; if (L_12) { goto IL_0084; } } { CSkeletonSite_t1178137573 * L_13 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral287567133, /*hidden argument*/NULL); NullCheck(L_13); CSkeletonSite_set_RootBone_m4068911538(L_13, L_16, /*hidden argument*/NULL); } IL_0084: { return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::OnNetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_OnNetPropChangeBefore_m868269767 (ISceneNpcBase_t3974693970 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_OnNetPropChangeBefore_m868269767_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(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, __this, L_4); } IL_002a: { return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::OnNetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_OnNetPropChangeEnd_m1590015011 (ISceneNpcBase_t3974693970 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_OnNetPropChangeEnd_m1590015011_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; bool V_4 = false; bool V_5 = false; int32_t G_B6_0 = 0; int32_t G_B10_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*/, _stringLiteral2957985875, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_007f; } } { CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = CProperty_GetLong_m359864449(L_2, _stringLiteral2957985875, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = L_3; CSceneService_t551449725 * L_4 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_5 = V_0; NullCheck(L_4); ISceneBaseObj_t858622483 * L_6 = CSceneService_GetSceneBaseObj_m1922388889(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; ISceneBaseObj_t858622483 * L_7 = V_1; if (L_7) { goto IL_0036; } } { return; } IL_0036: { ISceneBaseObj_t858622483 * L_8 = V_1; NullCheck(L_8); bool L_9 = ISceneBaseObj_CheckRoleState_m2983555996(L_8, 4, /*hidden argument*/NULL); V_2 = L_9; ISceneBaseObj_t858622483 * L_10 = V_1; NullCheck(L_10); CProperty_t963755051 * L_11 = ISceneBaseObj_GetNetProperty_m1709069404(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CProperty_GetInt_m2680341236(L_11, _stringLiteral2467057994, 0, /*hidden argument*/NULL); V_3 = L_12; int32_t L_13 = V_3; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)16))))) { goto IL_005e; } } { G_B6_0 = 1; goto IL_005f; } IL_005e: { G_B6_0 = 0; } IL_005f: { V_4 = (bool)G_B6_0; bool L_14 = V_2; if (L_14) { goto IL_006e; } } { bool L_15 = V_4; if (!L_15) { goto IL_0074; } } IL_006e: { G_B10_0 = 0; goto IL_0075; } IL_0074: { G_B10_0 = 1; } IL_0075: { V_5 = (bool)G_B10_0; bool L_16 = V_5; VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, __this, L_16); } IL_007f: { return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::OnPaint() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_OnPaint_m897922626 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase_OnPaint_m897922626_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); float V_4 = 0.0f; String_t* V_5 = NULL; int32_t V_6 = 0; Vector2_t2156229523 V_7; memset(&V_7, 0, sizeof(V_7)); Vector2_t2156229523 V_8; memset(&V_8, 0, sizeof(V_8)); Rect_t2360479859 V_9; memset(&V_9, 0, sizeof(V_9)); Color_t2555686324 V_10; memset(&V_10, 0, sizeof(V_10)); { GameObject_t1113636619 * L_0 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); 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_002c; } } { GameObject_t1113636619 * L_2 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); NullCheck(L_2); bool L_3 = GameObject_get_activeSelf_m1767405923(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002c; } } { bool L_4 = ISceneBaseObj_IsTitleVisible_m1072246621(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } IL_002c: { return; } IL_002d: { CLevelManager_t3077608201 * L_5 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CLevelManager_IsLevel_m3139716542(L_5, _stringLiteral840214861, /*hidden argument*/NULL); V_0 = L_6; CLevelManager_t3077608201 * L_7 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = CLevelManager_IsLevel_m3139716542(L_7, _stringLiteral2570825119, /*hidden argument*/NULL); V_1 = L_8; CLevelManager_t3077608201 * L_9 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CLevelManager_IsLevel_m3139716542(L_9, _stringLiteral2601265189, /*hidden argument*/NULL); V_2 = L_10; bool L_11 = V_0; if (L_11) { goto IL_0070; } } { bool L_12 = V_1; if (L_12) { goto IL_0070; } } { bool L_13 = V_2; if (L_13) { goto IL_0070; } } { return; } IL_0070: { Vector3_t3722313464 L_14 = VirtFuncInvoker2< Vector3_t3722313464 , String_t*, float >::Invoke(20 /* UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetTitleRectCenter2D(System.String,System.Single) */, __this, _stringLiteral2604637519, (0.4f)); V_3 = L_14; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_15 = CAppOSHelp_GetScale_m3255451164(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_15; CProperty_t963755051 * L_16 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = CProperty_Check_m2093268374(L_16, _stringLiteral62725275, /*hidden argument*/NULL); if (!L_17) { goto IL_0181; } } { String_t* L_18 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(23 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetRoleName(System.String) */, __this, _stringLiteral345825936); V_5 = L_18; String_t* L_19 = V_5; 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_0181; } } { float L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_22 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_21, (float)(18.0f))), /*hidden argument*/NULL); V_6 = L_22; String_t* L_23 = V_5; int32_t L_24 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CFontHelp_t2408739167_il2cpp_TypeInfo_var); Vector3_t3722313464 L_25 = CFontHelp_GetDrawPixelSize_m587405151(NULL /*static, unused*/, L_23, (((float)((float)L_24))), (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_26 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_7 = L_26; IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_27 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_27); Vector2_t2156229523 L_29 = CPetActionConfig_GetTitleOffsetByModelID_m3620129774(L_27, L_28, /*hidden argument*/NULL); V_8 = L_29; il2cpp_codegen_initobj((&V_9), sizeof(Rect_t2360479859 )); float L_30 = (&V_3)->get_x_1(); float L_31 = (&V_7)->get_x_0(); Rect_set_x_m2352063068((&V_9), ((float)il2cpp_codegen_subtract((float)L_30, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_31)))), /*hidden argument*/NULL); int32_t L_32 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_33 = (&V_3)->get_y_2(); float L_34 = (&V_8)->get_x_0(); Rect_set_y_m3702432190((&V_9), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_32))), (float)L_33)), (float)L_34)), /*hidden argument*/NULL); float L_35 = (&V_7)->get_x_0(); Rect_set_width_m2963421158((&V_9), L_35, /*hidden argument*/NULL); float L_36 = (&V_8)->get_y_1(); Rect_set_height_m1625569324((&V_9), L_36, /*hidden argument*/NULL); Color32_t2600501292 L_37; memset(&L_37, 0, sizeof(L_37)); Color32__ctor_m4150508762((&L_37), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL); Color_t2555686324 L_38 = Color32_op_Implicit_m213813866(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); V_10 = L_38; String_t* L_39 = V_5; Rect_t2360479859 L_40 = V_9; Color_t2555686324 L_41 = V_10; Color32_t2600501292 L_42 = Color32_op_Implicit_m2658259763(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); int32_t L_43 = V_6; float L_44 = (&V_3)->get_z_3(); CFontHelp_Print_m4291916559(NULL /*static, unused*/, L_39, L_40, L_42, L_43, 1, 2, L_44, /*hidden argument*/NULL); } IL_0181: { return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_OnUpdate_m3033610721 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { { ISceneBaseObj_OnUpdate_m1897338165(__this, /*hidden argument*/NULL); bool L_0 = ISceneNpcBase_get_IsEnableFollow_m4238606668(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { ISceneNpcBase__OnFollowProc_m483297238(__this, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::_OnFollowProc() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase__OnFollowProc_m483297238 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase__OnFollowProc_m483297238_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; float V_1 = 0.0f; bool V_2 = false; bool V_3 = false; float V_4 = 0.0f; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t G_B9_0 = 0; { bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { int64_t L_1 = __this->get_m_FollowTargetID_20(); if ((!(((uint64_t)L_1) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_0019; } } IL_0018: { return; } IL_0019: { CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = __this->get_m_FollowTargetID_20(); NullCheck(L_2); ISceneRole_t2394225724 * L_4 = CSceneService_FindRoleByUserID_m4171044813(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; ISceneRole_t2394225724 * L_5 = V_0; if (!L_5) { goto IL_003b; } } { ISceneRole_t2394225724 * L_6 = V_0; NullCheck(L_6); bool L_7 = ISceneBaseObj_IsValid_m1197404667(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003c; } } IL_003b: { return; } IL_003c: { ISceneRole_t2394225724 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = ISceneBaseObj_GetTransform_m3818769012(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_11 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_position_m36019626(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_13 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_1 = L_13; float L_14 = V_1; float L_15 = __this->get_m_SafeDistance_22(); if ((!(((float)L_14) > ((float)L_15)))) { goto IL_006a; } } { G_B9_0 = 1; goto IL_006b; } IL_006a: { G_B9_0 = 0; } IL_006b: { V_2 = (bool)G_B9_0; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_16 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CDanceManager_t448141780 * L_17 = CRoot_GetDanceManager_m876173276(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_18 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CDanceManager_t448141780 * L_19 = CRoot_GetDanceManager_m876173276(L_18, /*hidden argument*/NULL); NullCheck(L_19); bool L_20 = CDanceManager_IfDancing_m1859012178(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0091; } } { V_2 = (bool)0; } IL_0091: { bool L_21 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 1, /*hidden argument*/NULL); V_3 = L_21; bool L_22 = V_2; bool L_23 = V_3; if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_00c7; } } { bool L_24 = V_2; if (!L_24) { goto IL_00b9; } } { ISceneBaseObj_AddRoleState_m2943967725(__this, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_25 = V_0; VirtActionInvoker1< ISceneRole_t2394225724 * >::Invoke(37 /* System.Void DMCore.Framework.Scene.ISceneNpcBase::StartFollow(DMCore.Framework.Scene.ISceneRole) */, __this, L_25); goto IL_00c7; } IL_00b9: { ISceneBaseObj_RemoveRoleState_m1533657667(__this, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_26 = V_0; VirtActionInvoker1< ISceneRole_t2394225724 * >::Invoke(38 /* System.Void DMCore.Framework.Scene.ISceneNpcBase::StopFollow(DMCore.Framework.Scene.ISceneRole) */, __this, L_26); } IL_00c7: { bool L_27 = V_2; if (!L_27) { goto IL_011c; } } { ISceneRole_t2394225724 * L_28 = V_0; ISceneNpcBase__SetAngle_m2507437155(__this, L_28, /*hidden argument*/NULL); float L_29 = __this->get_m_FollowSpeed_21(); float L_30 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = ((float)il2cpp_codegen_multiply((float)L_29, (float)L_30)); Transform_t3600365921 * L_31 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); 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_Normalize_m2941713846(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); float L_34 = V_4; Vector3_t3722313464 L_35 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); V_5 = L_35; Transform_t3600365921 * L_36 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_36); Vector3_t3722313464 L_37 = Transform_get_position_m36019626(L_36, /*hidden argument*/NULL); Vector3_t3722313464 L_38 = V_5; Vector3_t3722313464 L_39 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); V_6 = L_39; Transform_t3600365921 * L_40 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_41 = V_6; NullCheck(L_40); Transform_set_position_m3387557959(L_40, L_41, /*hidden argument*/NULL); } IL_011c: { return; } } // System.Void DMCore.Framework.Scene.ISceneNpcBase::_SetAngle(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase__SetAngle_m2507437155 (ISceneNpcBase_t3974693970 * __this, ISceneRole_t2394225724 * ___ownerObj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase__SetAngle_m2507437155_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)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { ISceneRole_t2394225724 * L_0 = ___ownerObj0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { ISceneRole_t2394225724 * L_1 = ___ownerObj0; NullCheck(L_1); Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(L_1, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t3722313464 L_3 = Transform_get_localPosition_m4234289348(L_2, /*hidden argument*/NULL); V_0 = L_3; Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_localPosition_m4234289348(L_4, /*hidden argument*/NULL); V_1 = L_5; Vector3_t3722313464 L_6 = V_0; Vector3_t3722313464 L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); 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_2; Vector3_t3722313464 L_10 = Vector3_Normalize_m2941713846(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_2 = L_10; Transform_t3600365921 * L_11 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_forward_m747522392(L_11, /*hidden argument*/NULL); Vector3_t3722313464 L_13 = Vector3_Normalize_m2941713846(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_3 = L_13; float L_14 = (&V_2)->get_x_1(); float L_15 = (&V_3)->get_x_1(); bool L_16 = ISceneNpcBase__IsEqualFloat_m2026304738(__this, L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0072; } } { float L_17 = (&V_2)->get_z_3(); float L_18 = (&V_3)->get_z_3(); bool L_19 = ISceneNpcBase__IsEqualFloat_m2026304738(__this, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0072; } } { return; } IL_0072: { Transform_t3600365921 * L_20 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_21 = V_2; NullCheck(L_20); Transform_set_forward_m1840797198(L_20, L_21, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::_IsEqualFloat(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase__IsEqualFloat_m2026304738 (ISceneNpcBase_t3974693970 * __this, float ___a0, float ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneNpcBase__IsEqualFloat_m2026304738_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { float L_0 = ___a0; float L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = fabsf(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); if ((!(((float)L_2) < ((float)(0.0001f))))) { goto IL_0018; } } { G_B3_0 = 1; goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return (bool)G_B3_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.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; } int32_t V_0 = 0; { __this->set_m_IsNeedModelItemBindBone_48((bool)1); 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_57(L_0); ISceneBaseObj__ctor_m4120917529(__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_51((bool)1); __this->set_isNeedPlayEnterAnim_54((bool)1); __this->set_isPlayingEnterAnim_55((bool)0); __this->set_m_suitID_27(0); __this->set_m_textureTitle_32((Texture2D_t3840446185 *)NULL); __this->set_m_textureMaster_30((Texture2D_t3840446185 *)NULL); __this->set_m_textureChallenger_31((Texture2D_t3840446185 *)NULL); __this->set_m_textureLevel_33((Texture2D_t3840446185 *)NULL); __this->set_m_textureNew_35((Texture2D_t3840446185 *)NULL); __this->set_m_textureStar_36((Texture2D_t3840446185 *)NULL); __this->set_m_texturePinjie_38((Texture2D_t3840446185 *)NULL); List_1_t1017553631 * L_2 = (List_1_t1017553631 *)il2cpp_codegen_object_new(List_1_t1017553631_il2cpp_TypeInfo_var); List_1__ctor_m90174447(L_2, /*hidden argument*/List_1__ctor_m90174447_RuntimeMethod_var); __this->set_m_textureStatusArray_40(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_44(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_41(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_textureNewPath_42(L_5); List_1_t3319525431 * L_6 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_6, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_textureStatusPathArray_43(L_6); __this->set_m_bSendLoadingRes_24((bool)0); __this->set_m_bEnableResetLocation_23((bool)1); __this->set_m_bPlayingMemberEffect_28((bool)0); Dictionary_2_t497245277 * L_7 = (Dictionary_2_t497245277 *)il2cpp_codegen_object_new(Dictionary_2_t497245277_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3172441219(L_7, /*hidden argument*/Dictionary_2__ctor_m3172441219_RuntimeMethod_var); __this->set_m_listSubModel_29(L_7); V_0 = 0; goto IL_00da; } IL_00ce: { int32_t L_8 = V_0; ISceneRole_GetModelItem_m2229619929(__this, L_8, /*hidden argument*/NULL); int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_00da: { int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)((int32_t)99)))) { goto IL_00ce; } } { __this->set_m_RoleFace_26((CRoleModelFace_t1285730091 *)NULL); __this->set_m_faceIndex_45((-1)); __this->set_m_faceTime_46((-1.0f)); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); bool L_11 = CWalkManager_get_EnableChangeModel_m492159633(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bEnablePretend_52(L_11); CAvatarSite_t1752665925 * L_12 = (CAvatarSite_t1752665925 *)il2cpp_codegen_object_new(CAvatarSite_t1752665925_il2cpp_TypeInfo_var); CAvatarSite__ctor_m2593754057(L_12, __this, /*hidden argument*/NULL); __this->set_m_avatarSite_22(L_12); return; } } // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneRole::GetAvatarSite() extern "C" IL2CPP_METHOD_ATTR CAvatarSite_t1752665925 * ISceneRole_GetAvatarSite_m1651999730 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { CAvatarSite_t1752665925 * L_0 = __this->get_m_avatarSite_22(); return L_0; } } // 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_51(); 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_51(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_55(); 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_55(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_54(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_54(); 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_20(); 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_20(L_0); return; } } // System.String DMCore.Framework.Scene.ISceneRole::get_PreSoleEffectName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_get_PreSoleEffectName_m2433624042 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPreSoleEffectNameU3Ek__BackingField_21(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::set_PreSoleEffectName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_PreSoleEffectName_m2316176871 (ISceneRole_t2394225724 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPreSoleEffectNameU3Ek__BackingField_21(L_0); return; } } // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneRole::GetModelItemsList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * ISceneRole_GetModelItemsList_m4155250970 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetModelItemsList_m4155250970_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_m3729392029(L_3, L_4, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); V_3 = L_5; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_6 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); 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(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_11 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); 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.ISceneRole::SetSimulateRole(DMCore.Logic.CLocalSimulateRole) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetSimulateRole_m3097354185 (ISceneRole_t2394225724 * __this, CLocalSimulateRole_t4101146137 * ___simulateRole0, const RuntimeMethod* method) { { CLocalSimulateRole_t4101146137 * L_0 = ___simulateRole0; __this->set_m_simulateRole_58(L_0); return; } } // DMCore.Logic.CLocalSimulateRole DMCore.Framework.Scene.ISceneRole::GetSimulateRole() extern "C" IL2CPP_METHOD_ATTR CLocalSimulateRole_t4101146137 * ISceneRole_GetSimulateRole_m1029323162 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { CLocalSimulateRole_t4101146137 * L_0 = __this->get_m_simulateRole_58(); return L_0; } } // 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; } int32_t V_0 = 0; int32_t V_1 = 0; AvatarInfo_t571832948 * V_2 = NULL; CRoleModelItem_t1608531946 * V_3 = NULL; List_1_t3319525431 * V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; int32_t V_7 = 0; AvatarInfo_t571832948 * V_8 = NULL; CRoleModelItem_t1608531946 * V_9 = NULL; int32_t V_10 = 0; { VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, __this); __this->set_m_bSendLoadingRes_24((bool)0); __this->set_m_bEnableResetLocation_23((bool)1); int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); ISceneRole_LoadingResource_m1741647283(__this, L_0, /*hidden argument*/NULL); CLocalSimulateRole_t4101146137 * L_1 = __this->get_m_simulateRole_58(); if (!L_1) { goto IL_0046; } } { CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); CLocalSimulateRole_t4101146137 * L_3 = __this->get_m_simulateRole_58(); NullCheck(L_3); int32_t L_4 = CLocalSimulateRole_get_Index_m1095189163(L_3, /*hidden argument*/NULL); NullCheck(L_2); CProperty_SetInt_m72189256(L_2, _stringLiteral3941088982, L_4, /*hidden argument*/NULL); } IL_0046: { CLocalSimulateRole_t4101146137 * L_5 = __this->get_m_simulateRole_58(); if (!L_5) { goto IL_011e; } } { CLocalSimulateRole_t4101146137 * L_6 = __this->get_m_simulateRole_58(); NullCheck(L_6); int32_t L_7 = CLocalSimulateRole_GetModelItemCount_m2785211840(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_011e; } } { V_0 = 0; goto IL_0108; } IL_0068: { CLocalSimulateRole_t4101146137 * L_8 = __this->get_m_simulateRole_58(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = CLocalSimulateRole_GetModelItemID_m3471959082(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; int32_t L_11 = V_1; if ((((int32_t)0) >= ((int32_t)L_11))) { goto IL_0104; } } { int32_t L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_13 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_2 = L_13; AvatarInfo_t571832948 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = AvatarInfo_get_Category_m2094546247(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)81)))) { goto IL_009d; } } { AvatarInfo_t571832948 * L_16 = V_2; NullCheck(L_16); int32_t L_17 = AvatarInfo_get_Category_m2094546247(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)80))))) { goto IL_00a9; } } IL_009d: { int32_t L_18 = V_1; ISceneRole_WearSuit_m1889746947(__this, L_18, /*hidden argument*/NULL); goto IL_0104; } IL_00a9: { AvatarInfo_t571832948 * L_19 = V_2; NullCheck(L_19); int32_t L_20 = AvatarInfo_get_Category_m2094546247(L_19, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_21 = ISceneRole_GetModelItem_m2229619929(__this, L_20, /*hidden argument*/NULL); V_3 = L_21; int64_t L_22 = ((ISceneBaseObj_t858622483 *)__this)->get_m_UserID_16(); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_23 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CSceneService_t551449725 * L_24 = CRoot_GetSceneService_m2061443921(L_23, /*hidden argument*/NULL); NullCheck(L_24); CMainRole_t4200562839 * L_25 = CSceneService_GetMainRole_m3386793463(L_24, /*hidden argument*/NULL); NullCheck(L_25); int64_t L_26 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_25); if ((!(((uint64_t)L_22) == ((uint64_t)L_26)))) { goto IL_00ef; } } { CRoleModelItem_t1608531946 * L_27 = V_3; AvatarInfo_t571832948 * L_28 = V_2; NullCheck(L_28); int32_t L_29 = AvatarInfo_get_Sex_m3718099394(L_28, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = AvatarInfo_get_SubIndex_m786032553(L_30, /*hidden argument*/NULL); NullCheck(L_27); CRoleModelItem_ChangeSubModel_m1069865053(L_27, L_29, L_31, (bool)1, (bool)1, /*hidden argument*/NULL); goto IL_0104; } IL_00ef: { CRoleModelItem_t1608531946 * L_32 = V_3; AvatarInfo_t571832948 * L_33 = V_2; NullCheck(L_33); int32_t L_34 = AvatarInfo_get_Sex_m3718099394(L_33, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_35 = V_2; NullCheck(L_35); int32_t L_36 = AvatarInfo_get_SubIndex_m786032553(L_35, /*hidden argument*/NULL); NullCheck(L_32); CRoleModelItem_ChangeSubModel_m1069865053(L_32, L_34, L_36, (bool)1, (bool)0, /*hidden argument*/NULL); } IL_0104: { int32_t L_37 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_0108: { int32_t L_38 = V_0; CLocalSimulateRole_t4101146137 * L_39 = __this->get_m_simulateRole_58(); NullCheck(L_39); int32_t L_40 = CLocalSimulateRole_GetModelItemCount_m2785211840(L_39, /*hidden argument*/NULL); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_0068; } } { goto IL_022d; } IL_011e: { CProperty_t963755051 * L_41 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_41); List_1_t3319525431 * L_42 = CProperty_GetKeys_m6339137(L_41, /*hidden argument*/NULL); V_4 = L_42; List_1_t3319525431 * L_43 = V_4; if (!L_43) { goto IL_0204; } } { V_5 = 0; goto IL_01f6; } IL_013a: { List_1_t3319525431 * L_44 = V_4; int32_t L_45 = V_5; NullCheck(L_44); String_t* L_46 = List_1_get_Item_m3729392029(L_44, L_45, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); V_6 = L_46; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_47 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_47); int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL); String_t* L_49 = V_6; NullCheck(L_49); int32_t L_50 = String_get_Length_m3847582255(L_49, /*hidden argument*/NULL); if ((((int32_t)L_48) > ((int32_t)L_50))) { goto IL_01f0; } } { String_t* L_51 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_52 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_51); bool L_53 = String_StartsWith_m1759067526(L_51, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_01f0; } } { CProperty_t963755051 * L_54 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_55 = V_6; NullCheck(L_54); int32_t L_56 = CProperty_GetInt_m2680341236(L_54, L_55, 0, /*hidden argument*/NULL); V_7 = L_56; int32_t L_57 = V_7; if ((((int32_t)0) >= ((int32_t)L_57))) { goto IL_01f0; } } { int32_t L_58 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_59 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); V_8 = L_59; AvatarInfo_t571832948 * L_60 = V_8; NullCheck(L_60); int32_t L_61 = AvatarInfo_get_Category_m2094546247(L_60, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_62 = ISceneRole_GetModelItem_m2229619929(__this, L_61, /*hidden argument*/NULL); V_9 = L_62; int64_t L_63 = ((ISceneBaseObj_t858622483 *)__this)->get_m_UserID_16(); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_64 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_64); CSceneService_t551449725 * L_65 = CRoot_GetSceneService_m2061443921(L_64, /*hidden argument*/NULL); NullCheck(L_65); CMainRole_t4200562839 * L_66 = CSceneService_GetMainRole_m3386793463(L_65, /*hidden argument*/NULL); NullCheck(L_66); int64_t L_67 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_66); if ((!(((uint64_t)L_63) == ((uint64_t)L_67)))) { goto IL_01d8; } } { CRoleModelItem_t1608531946 * L_68 = V_9; AvatarInfo_t571832948 * L_69 = V_8; NullCheck(L_69); int32_t L_70 = AvatarInfo_get_Sex_m3718099394(L_69, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_71 = V_8; NullCheck(L_71); int32_t L_72 = AvatarInfo_get_SubIndex_m786032553(L_71, /*hidden argument*/NULL); NullCheck(L_68); CRoleModelItem_ChangeSubModel_m1069865053(L_68, L_70, L_72, (bool)1, (bool)1, /*hidden argument*/NULL); goto IL_01f0; } IL_01d8: { CRoleModelItem_t1608531946 * L_73 = V_9; AvatarInfo_t571832948 * L_74 = V_8; NullCheck(L_74); int32_t L_75 = AvatarInfo_get_Sex_m3718099394(L_74, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_76 = V_8; NullCheck(L_76); int32_t L_77 = AvatarInfo_get_SubIndex_m786032553(L_76, /*hidden argument*/NULL); NullCheck(L_73); CRoleModelItem_ChangeSubModel_m1069865053(L_73, L_75, L_77, (bool)1, (bool)0, /*hidden argument*/NULL); } IL_01f0: { int32_t L_78 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_01f6: { int32_t L_79 = V_5; List_1_t3319525431 * L_80 = V_4; NullCheck(L_80); int32_t L_81 = List_1_get_Count_m2276455407(L_80, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_79) < ((int32_t)L_81))) { goto IL_013a; } } IL_0204: { CProperty_t963755051 * L_82 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_82); int32_t L_83 = CProperty_GetInt_m2680341236(L_82, _stringLiteral35850345, 0, /*hidden argument*/NULL); V_10 = L_83; CAvatarSite_t1752665925 * L_84 = ISceneRole_GetAvatarSite_m1651999730(__this, /*hidden argument*/NULL); int32_t L_85 = V_10; int32_t L_86 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_84); CAvatarSite_ChangeSkin_m2417483162(L_84, L_85, (bool)((((int32_t)0) == ((int32_t)L_86))? 1 : 0), /*hidden argument*/NULL); } IL_022d: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::HoldResources() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_HoldResources_m2652315201 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_HoldResources_m2652315201_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; 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_t3319525431 * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t V_6 = 0; { ISceneBaseObj_HoldResources_m37748790(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_m_suitID_27(); if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_0029; } } { int32_t L_1 = __this->get_m_suitID_27(); String_t* L_2 = CRoleModelItem_SuitConfig_GetConfigPath_m3204209267(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); IResourceManager_PushProtecedRes_m1596221893(L_3, L_4, /*hidden argument*/NULL); } IL_0029: { Dictionary_2_t497245277 * L_5 = __this->get_m_listSubModel_29(); NullCheck(L_5); Enumerator_t2451428052 L_6 = Dictionary_2_GetEnumerator_m3135230575(L_5, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); V_1 = L_6; goto IL_004e; } IL_003a: { KeyValuePair_2_t2894917444 L_7 = Enumerator_get_Current_m59556516((&V_1), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_2 = L_7; CRoleModelItem_t1608531946 * L_8 = KeyValuePair_2_get_Value_m566560947((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_8); CRoleModelItem_HoldResources_m3804114629(L_8, /*hidden argument*/NULL); } IL_004e: { bool L_9 = Enumerator_MoveNext_m1600580383((&V_1), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_9) { goto IL_003a; } } { CProperty_t963755051 * L_10 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_10); List_1_t3319525431 * L_11 = CProperty_GetKeys_m6339137(L_10, /*hidden argument*/NULL); V_3 = L_11; List_1_t3319525431 * L_12 = V_3; if (!L_12) { goto IL_00f1; } } { V_4 = 0; goto IL_00e4; } IL_0074: { List_1_t3319525431 * L_13 = V_3; int32_t L_14 = V_4; NullCheck(L_13); String_t* L_15 = List_1_get_Item_m3729392029(L_13, L_14, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); V_5 = L_15; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_16 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); String_t* L_18 = V_5; NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) > ((int32_t)L_19))) { goto IL_00de; } } { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_20 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); String_t* L_21 = V_5; String_t* L_22 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_24 = String_Substring_m1610150815(L_21, 0, L_23, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_25 = String_CompareTo_m3414379165(L_20, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00de; } } { CProperty_t963755051 * L_26 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_27 = V_5; NullCheck(L_26); int32_t L_28 = CProperty_GetInt_m2680341236(L_26, L_27, 0, /*hidden argument*/NULL); V_6 = L_28; int32_t L_29 = V_6; if ((((int32_t)0) >= ((int32_t)L_29))) { goto IL_00de; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_30 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_31 = V_6; String_t* L_32 = CRoleModelItem_GetPrefabPath_m297345020(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_30); IResourceManager_PushProtecedRes_m1596221893(L_30, L_32, /*hidden argument*/NULL); } IL_00de: { int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00e4: { int32_t L_34 = V_4; List_1_t3319525431 * L_35 = V_3; NullCheck(L_35); int32_t L_36 = List_1_get_Count_m2276455407(L_35, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_0074; } } IL_00f1: { 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; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___scenePt0; NullCheck(L_0); Transform_t3600365921 * L_2 = CSceneService_GetScenePointTrans_m1104265267(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Transform_t3600365921 * L_3 = V_0; 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_0030; } } { Transform_t3600365921 * L_5 = V_0; NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_position_m36019626(L_5, /*hidden argument*/NULL); ISceneBaseObj_SetLocation_m371444295(__this, L_6, /*hidden argument*/NULL); Transform_t3600365921 * L_7 = V_0; NullCheck(L_7); Vector3_t3722313464 L_8 = Transform_get_forward_m747522392(L_7, /*hidden argument*/NULL); ISceneBaseObj_SetForward_m1723825477(__this, L_8, /*hidden argument*/NULL); } IL_0030: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetSwimmingPoint(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetSwimmingPoint_m2970719090 (ISceneRole_t2394225724 * __this, int32_t ___scenePt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetSwimmingPoint_m2970719090_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___scenePt0; NullCheck(L_0); Transform_t3600365921 * L_2 = CSceneService_GetSwimmingPointTrans_m3495401921(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Transform_t3600365921 * L_3 = V_0; 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_0030; } } { Transform_t3600365921 * L_5 = V_0; NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_position_m36019626(L_5, /*hidden argument*/NULL); ISceneBaseObj_SetLocation_m371444295(__this, L_6, /*hidden argument*/NULL); Transform_t3600365921 * L_7 = V_0; NullCheck(L_7); Vector3_t3722313464 L_8 = Transform_get_forward_m747522392(L_7, /*hidden argument*/NULL); ISceneBaseObj_SetForward_m1723825477(__this, L_8, /*hidden argument*/NULL); } IL_0030: { 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_47(L_0); return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::PlayMorph(System.String,DMCore.Framework.Scene.enumMorphPlayMode,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_PlayMorph_m3892081130 (ISceneRole_t2394225724 * __this, String_t* ___name0, int32_t ___playMode1, float ___delay2, float ___playTimeAll3, const RuntimeMethod* method) { { return (bool)1; } } // 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); IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); 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_52(); 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_52(L_2); bool L_3 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0054; } } { Dictionary_2_t497245277 * L_4 = __this->get_m_listSubModel_29(); NullCheck(L_4); Enumerator_t2451428052 L_5 = Dictionary_2_GetEnumerator_m3135230575(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); 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_52(); if (!L_0) { goto IL_0019; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_53(); 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_53(); if (!L_0) { goto IL_001d; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_53(); NullCheck(L_1); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_1); __this->set_m_Pretender_53((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; CRoleModelItem_t1608531946 * V_6 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * V_7 = NULL; int32_t G_B3_0 = 0; String_t* G_B14_0 = NULL; String_t* G_B20_0 = NULL; String_t* G_B25_0 = NULL; String_t* G_B29_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, __this); if (L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { V_0 = (bool)G_B3_0; bool L_1 = ISceneBaseObj_CheckRoleState_m2983555996(__this, ((int32_t)16), /*hidden argument*/NULL); if (!L_1) { goto IL_0099; } } { 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_1 = L_3; CSceneService_t551449725 * L_4 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_5 = V_1; NullCheck(L_4); ISceneRole_t2394225724 * L_6 = CSceneService_FindRoleByUserID_m4171044813(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; ISceneRole_t2394225724 * L_7 = V_2; if (!L_7) { goto IL_0099; } } { 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_0099; } } { 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(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_12 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); 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_0099; } } { 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; bool L_21 = V_0; NullCheck(L_20); CVehicleRoleAnimName_t758558953 * L_22 = CRoleModelItem_VehicleCfg_GetPartner_m1186830452(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23 = CVehicleRoleAnimName_get_AnimNameIdle_m2358933187(L_22, /*hidden argument*/NULL); return L_23; } IL_0099: { bool L_24 = ISceneRole_IfModelItemEnable_m2179668944(__this, ((int32_t)30), /*hidden argument*/NULL); if (!L_24) { goto IL_0103; } } { CRoleModelItem_t1608531946 * L_25 = ISceneRole_GetModelItem_m2229619929(__this, ((int32_t)30), /*hidden argument*/NULL); V_6 = L_25; CRoleModelItem_VehicleCfgManager_t2872767124 * L_26 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_27 = V_6; NullCheck(L_27); int32_t L_28 = CRoleModelItem_GetFullItemID_m3835475041(L_27, /*hidden argument*/NULL); NullCheck(L_26); CRoleModelItem_VehicleCfg_t3488277076 * L_29 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_26, L_28, /*hidden argument*/NULL); V_7 = L_29; CRoleModelItem_t1608531946 * L_30 = V_6; NullCheck(L_30); CRoleModelItem_PlayRalaxAnim_m3814698505(L_30, (bool)0, /*hidden argument*/NULL); CRoleModelItem_VehicleCfg_t3488277076 * L_31 = V_7; if (!L_31) { goto IL_00df; } } { CRoleModelItem_VehicleCfg_t3488277076 * L_32 = V_7; bool L_33 = V_0; NullCheck(L_32); CVehicleRoleAnimName_t758558953 * L_34 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_32, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00f5; } } IL_00df: { bool L_35 = V_0; if (!L_35) { goto IL_00ef; } } { G_B14_0 = _stringLiteral2833084525; goto IL_00f4; } IL_00ef: { G_B14_0 = _stringLiteral3548628297; } IL_00f4: { return G_B14_0; } IL_00f5: { CRoleModelItem_VehicleCfg_t3488277076 * L_36 = V_7; bool L_37 = V_0; NullCheck(L_36); CVehicleRoleAnimName_t758558953 * L_38 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_36, L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = CVehicleRoleAnimName_get_AnimNameIdle_m2358933187(L_38, /*hidden argument*/NULL); return L_39; } IL_0103: { bool L_40 = ISceneRole_IfExistWing_m1733079553(__this, /*hidden argument*/NULL); if (!L_40) { goto IL_0124; } } { bool L_41 = V_0; if (!L_41) { goto IL_011e; } } { G_B20_0 = _stringLiteral3228236795; goto IL_0123; } IL_011e: { G_B20_0 = _stringLiteral3244232428; } IL_0123: { return G_B20_0; } IL_0124: { CProperty_t963755051 * L_42 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_42); int32_t L_43 = CProperty_GetInt_m2680341236(L_42, _stringLiteral809494744, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_43) == ((uint32_t)1)))) { goto IL_0151; } } { bool L_44 = V_0; if (!L_44) { goto IL_014b; } } { G_B25_0 = _stringLiteral3473614693; goto IL_0150; } IL_014b: { G_B25_0 = _stringLiteral2504204889; } IL_0150: { return G_B25_0; } IL_0151: { bool L_45 = V_0; if (!L_45) { goto IL_0161; } } { G_B29_0 = _stringLiteral2833084525; goto IL_0166; } IL_0161: { G_B29_0 = _stringLiteral3548628297; } IL_0166: { return G_B29_0; } } // 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; SuitData_t121943445 * V_4 = NULL; String_t* V_5 = NULL; int32_t G_B6_0 = 0; { CPetModel_t3783790547 * L_0 = __this->get_m_Pretender_53(); if (!L_0) { goto IL_0028; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_53(); CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_53(); float* L_3 = ___playTime0; NullCheck(L_2); String_t* L_4 = VirtFuncInvoker1< String_t*, float* >::Invoke(29 /* 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: { int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, __this); if (L_6) { goto IL_0040; } } { G_B6_0 = 1; goto IL_0041; } IL_0040: { G_B6_0 = 0; } IL_0041: { V_0 = (bool)G_B6_0; bool L_7 = ISceneRole_IfModelItemEnable_m2179668944(__this, ((int32_t)30), /*hidden argument*/NULL); if (!L_7) { goto IL_008a; } } { CRoleModelItem_t1608531946 * L_8 = ISceneRole_GetModelItem_m2229619929(__this, ((int32_t)30), /*hidden argument*/NULL); V_1 = L_8; CRoleModelItem_VehicleCfgManager_t2872767124 * L_9 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = CRoleModelItem_GetFullItemID_m3835475041(L_10, /*hidden argument*/NULL); NullCheck(L_9); CRoleModelItem_VehicleCfg_t3488277076 * L_12 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; CRoleModelItem_VehicleCfg_t3488277076 * L_13 = V_2; bool L_14 = V_0; NullCheck(L_13); CVehicleRoleAnimName_t758558953 * L_15 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_13, L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = CVehicleRoleAnimName_GetRandomPlayName_m4232037906(L_15, /*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_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0088; } } { CRoleModelItem_t1608531946 * L_19 = V_1; NullCheck(L_19); CRoleModelItem_PlayRalaxAnim_m3814698505(L_19, (bool)1, /*hidden argument*/NULL); } IL_0088: { String_t* L_20 = V_3; return L_20; } IL_008a: { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); CSuitAnimCfg_t328222487 * L_21 = CSuitAnimCfg_GetInstance_m1078416264(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); SuitData_t121943445 * L_22 = CSuitAnimCfg_IfCanPlaySuitAnim_m3741305466(L_21, __this, /*hidden argument*/NULL); V_4 = L_22; SuitData_t121943445 * L_23 = V_4; if (!L_23) { goto IL_00f6; } } { SuitData_t121943445 * L_24 = V_4; NullCheck(L_24); String_t* L_25 = SuitData_get_AnimName_m1255827315(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_00f6; } } { SuitData_t121943445 * L_27 = V_4; NullCheck(L_27); String_t* L_28 = SuitData_get_AnimName_m1255827315(L_27, /*hidden argument*/NULL); bool L_29 = CAnimManager_CheckAnimReady_m3203671911(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00f6; } } { SuitData_t121943445 * L_30 = V_4; NullCheck(L_30); String_t* L_31 = SuitData_get_EffectName_m2849852441(L_30, /*hidden argument*/NULL); 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_00d9; } } { SuitData_t121943445 * L_33 = V_4; NullCheck(L_33); String_t* L_34 = SuitData_get_AnimName_m1255827315(L_33, /*hidden argument*/NULL); return L_34; } IL_00d9: { SuitData_t121943445 * L_35 = V_4; NullCheck(L_35); String_t* L_36 = SuitData_get_EffectName_m2849852441(L_35, /*hidden argument*/NULL); SuitData_t121943445 * L_37 = V_4; NullCheck(L_37); float L_38 = SuitData_get_EffectTime_m353235312(L_37, /*hidden argument*/NULL); ISceneBaseObj_PlayEffect_m4006788978(__this, L_36, 2, L_38, /*hidden argument*/NULL); SuitData_t121943445 * L_39 = V_4; NullCheck(L_39); String_t* L_40 = SuitData_get_AnimName_m1255827315(L_39, /*hidden argument*/NULL); return L_40; } IL_00f6: { CProperty_t963755051 * L_41 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42 = CProperty_GetInt_m2680341236(L_41, _stringLiteral3860887776, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_42))) { goto IL_0139; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_43 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); CProperty_t963755051 * L_44 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45 = CProperty_GetInt_m2680341236(L_44, _stringLiteral3860887776, 0, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_46 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_43, L_45, /*hidden argument*/NULL); V_5 = L_46; String_t* L_47 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_48 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if (L_48) { goto IL_0139; } } { String_t* L_49 = V_5; return L_49; } IL_0139: { IL2CPP_RUNTIME_CLASS_INIT(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var); RoleActionConfig_t1403548228 * L_50 = RoleActionConfig_GetInstance_m1562956930(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_51 = V_0; NullCheck(L_50); String_t* L_52 = RoleActionConfig_GetActionName_m3628325703(L_50, L_51, /*hidden argument*/NULL); return L_52; } } // 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 = ISceneRole_IfModelItemEnable_m2179668944(__this, ((int32_t)30), /*hidden argument*/NULL); if (!L_0) { goto IL_0024; } } { CRoleModelItem_t1608531946 * L_1 = ISceneRole_GetModelItem_m2229619929(__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; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, __this); if (L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { V_0 = (bool)G_B3_0; bool L_1 = V_0; if (!L_1) { goto IL_0023; } } { G_B6_0 = _stringLiteral2521410636; goto IL_0028; } IL_0023: { G_B6_0 = _stringLiteral515586386; } IL_0028: { V_1 = G_B6_0; String_t* L_2 = V_1; return L_2; } } // 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; AudioClip_t3680889665 * V_5 = 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 = ISceneRole_IfExistWing_m1733079553(__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 = ISceneRole_IfModelItemEnable_m2179668944(__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 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, __this); 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 = CAnimManager_GetAnimClip_m1783282542(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: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_25 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); AudioClip_t3680889665 * L_26 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_25, _stringLiteral895303770); V_5 = L_26; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_27 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); ISoundManager_t434164892 * L_28 = CRoot_GetSoundManager_m30020774(L_27, /*hidden argument*/NULL); AudioClip_t3680889665 * L_29 = V_5; NullCheck(L_28); ISoundManager_PlayOnce_m3370941300(L_28, L_29, /*hidden argument*/NULL); return (bool)1; } } // DMCore.Framework.Scene.CRoleModelFace DMCore.Framework.Scene.ISceneRole::GetFace() extern "C" IL2CPP_METHOD_ATTR CRoleModelFace_t1285730091 * ISceneRole_GetFace_m2190420028 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { CRoleModelFace_t1285730091 * L_0 = __this->get_m_RoleFace_26(); return L_0; } } // DMCore.Framework.Scene.CRoleModel_Effect DMCore.Framework.Scene.ISceneRole::GetRoleEffect() extern "C" IL2CPP_METHOD_ATTR CRoleModel_Effect_t71978069 * ISceneRole_GetRoleEffect_m1499277148 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { CRoleModel_Effect_t71978069 * L_0 = __this->get_m_RoleEfect_25(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::InitRoleEffect() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_InitRoleEffect_m2798063024 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { CRoleModel_Effect_t71978069 * L_0 = __this->get_m_RoleEfect_25(); if (!L_0) { goto IL_0016; } } { CRoleModel_Effect_t71978069 * L_1 = __this->get_m_RoleEfect_25(); NullCheck(L_1); CRoleModel_Effect_OnInit_m1025952062(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::EnableModelItem(DMCore.Framework.Scene.enumModelCategory,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_EnableModelItem_m1552532128 (ISceneRole_t2394225724 * __this, int32_t ___category0, bool ___bEnable1, const RuntimeMethod* method) { CRoleModelItem_t1608531946 * V_0 = NULL; { int32_t L_0 = ___category0; CRoleModelItem_t1608531946 * L_1 = ISceneRole_GetModelItem_m2229619929(__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.ISceneRole::IfModelItemEnable(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IfModelItemEnable_m2179668944 (ISceneRole_t2394225724 * __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 = ISceneRole_GetModelItem_m2229619929(__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.ISceneRole::IfExistWing() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IfExistWing_m1733079553 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { CRoleModelItem_t1608531946 * V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; { CRoleModelItem_t1608531946 * L_0 = ISceneRole_GetModelItem_m2229619929(__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_0034; } } { CRoleModelItem_t1608531946 * L_5 = V_0; NullCheck(L_5); bool L_6 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { return (bool)1; } IL_0034: { return (bool)0; } } // 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_28(); return L_0; } } // 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_23((bool)1); CRoleModel_Effect_t71978069 * L_0 = __this->get_m_RoleEfect_25(); if (!L_0) { goto IL_0024; } } { CRoleModel_Effect_t71978069 * L_1 = __this->get_m_RoleEfect_25(); NullCheck(L_1); CRoleModel_Effect_OnDestory_m4068343681(L_1, /*hidden argument*/NULL); __this->set_m_RoleEfect_25((CRoleModel_Effect_t71978069 *)NULL); } IL_0024: { __this->set_m_textureMaster_30((Texture2D_t3840446185 *)NULL); __this->set_m_textureChallenger_31((Texture2D_t3840446185 *)NULL); __this->set_m_bPlayingMemberEffect_28((bool)0); __this->set_m_faceIndex_45((-1)); __this->set_m_faceTime_46((-1.0f)); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_2 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); __this->set_m_movingInteractionID_57(L_2); ISceneRole_DestroyPretender_m180652183(__this, /*hidden argument*/NULL); __this->set_m_attachedTransform_47((Transform_t3600365921 *)NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::PlayMemberShipEffect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayMemberShipEffect_m2368816413 (ISceneRole_t2394225724 * __this, bool ___bPlay0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_PlayMemberShipEffect_m2368816413_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = CSceneService_GetSceneNetProperty_m2882939145(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral2324933933, 0, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_3 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0028; } } { int32_t L_4 = V_0; if (!L_4) { goto IL_0028; } } { return; } IL_0028: { CAccManager_t1454736772 * L_5 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CAccManager_IfDownMode_m3347988867(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0038; } } { return; } IL_0038: { CLevelManager_t3077608201 * L_7 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = CLevelManager_IsLevel_m3139716542(L_7, _stringLiteral2570825119, /*hidden argument*/NULL); if (L_8) { goto IL_0061; } } { CLevelManager_t3077608201 * L_9 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CLevelManager_IsLevel_m3139716542(L_9, _stringLiteral840214861, /*hidden argument*/NULL); if (L_10) { goto IL_0061; } } { return; } IL_0061: { String_t* L_11 = ISceneRole_GetMemberShipEffectName_m1670765875(__this, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; 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_0074; } } { return; } IL_0074: { bool L_14 = ___bPlay0; __this->set_m_bPlayingMemberEffect_28(L_14); String_t* L_15 = ISceneRole_get_PreSoleEffectName_m2433624042(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_00a3; } } { String_t* L_17 = ISceneRole_get_PreSoleEffectName_m2433624042(__this, /*hidden argument*/NULL); ISceneBaseObj_StopEffect_m879461206(__this, L_17, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ISceneRole_set_PreSoleEffectName_m2316176871(__this, L_18, /*hidden argument*/NULL); } IL_00a3: { bool L_19 = ___bPlay0; if (!L_19) { goto IL_00bd; } } { String_t* L_20 = V_1; ISceneRole_set_PreSoleEffectName_m2316176871(__this, L_20, /*hidden argument*/NULL); String_t* L_21 = V_1; ISceneBaseObj_PlayEffect_m4006788978(__this, L_21, 0, (8000.0f), /*hidden argument*/NULL); } IL_00bd: { return; } } // System.String DMCore.Framework.Scene.ISceneRole::GetMemberShipEffectName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetMemberShipEffectName_m1670765875 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetMemberShipEffectName_m1670765875_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CProperty_GetInt_m2680341236(L_0, _stringLiteral2527099637, 0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_2 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = V_0; NullCheck(L_2); String_t* L_4 = PersonaliseConfig_GetSoleEffectName_m3525489228(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; return L_5; } } // System.Int32 DMCore.Framework.Scene.ISceneRole::GetWearSuitID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetWearSuitID_m3263761354 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_suitID_27(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearSuit_m1889746947 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_suitID_27(); int32_t L_1 = ___suitID0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = ___suitID0; __this->set_m_suitID_27(L_2); CRoleModel_Effect_t71978069 * L_3 = __this->get_m_RoleEfect_25(); if (!L_3) { goto IL_002b; } } { CRoleModel_Effect_t71978069 * L_4 = __this->get_m_RoleEfect_25(); int32_t L_5 = ___suitID0; NullCheck(L_4); CRoleModel_Effect_CleatEquipEffect_m316519608(L_4, L_5, /*hidden argument*/NULL); } IL_002b: { CRoleModelItem_SuitConfigManager_t3017667155 * L_6 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = ___suitID0; int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); NullCheck(L_6); CRoleModelItem_SuitConfigManager_TryWearSuit_m4162724810(L_6, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::TakeOffSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_TakeOffSuit_m3927739169 (ISceneRole_t2394225724 * __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_27(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_004a; } } { 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_004a; } } { 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_0043; } 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); ISceneRole_TakeOffModel_m2942586360(__this, L_10, /*hidden argument*/NULL); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { 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_004a: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnSuitCfgDone(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnSuitCfgDone_m124213208 (ISceneRole_t2394225724 * __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_27(); 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); ISceneRole_WearSubModel_m2695610556(__this, L_8, (bool)1, (bool)1, /*hidden argument*/NULL); 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.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_53(); if (!L_1) { goto IL_001e; } } { CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_53(); NullCheck(L_2); VirtFuncInvoker0< bool >::Invoke(24 /* 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_WearSubModel_m2695610556_MetadataUsageId); s_Il2CppMethodInitialized = true; } AvatarInfo_t571832948 * V_0 = NULL; CRoleModelItem_t1608531946 * V_1 = NULL; { int32_t L_0 = ___nSubModelId0; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_1 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; AvatarInfo_t571832948 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = AvatarInfo_get_Category_m2094546247(L_2, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_4 = ISceneRole_GetModelItem_m2229619929(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; CRoleModel_Effect_t71978069 * L_5 = __this->get_m_RoleEfect_25(); if (!L_5) { goto IL_0038; } } { AvatarInfo_t571832948 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = AvatarInfo_get_Category_m2094546247(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)30)))) { goto IL_0038; } } { CRoleModel_Effect_t71978069 * L_8 = __this->get_m_RoleEfect_25(); int32_t L_9 = ___nSubModelId0; NullCheck(L_8); CRoleModel_Effect_CleatEquipEffect_m316519608(L_8, L_9, /*hidden argument*/NULL); } IL_0038: { CRoleModelItem_t1608531946 * L_10 = V_1; AvatarInfo_t571832948 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = AvatarInfo_get_Sex_m3718099394(L_11, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = AvatarInfo_get_SubIndex_m786032553(L_13, /*hidden argument*/NULL); bool L_15 = ___bAsyn1; bool L_16 = ___Direct2; NullCheck(L_10); bool L_17 = CRoleModelItem_ChangeSubModel_m1069865053(L_10, L_12, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Void DMCore.Framework.Scene.ISceneRole::TakeOffModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_TakeOffModel_m2942586360 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_TakeOffModel_m2942586360_MetadataUsageId); s_Il2CppMethodInitialized = true; } AvatarInfo_t571832948 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CRoleModelItem_t1608531946 * V_3 = NULL; AvatarInfo_t571832948 * V_4 = NULL; { int32_t L_0 = ___nModelID0; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_1 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; AvatarInfo_t571832948 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = AvatarInfo_get_Sex_m3718099394(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); CJuniorRoleModelItem_t636793867 * L_4 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_1; AvatarInfo_t571832948 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = AvatarInfo_get_Category_m2094546247(L_6, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_8 = CJuniorRoleModelItem_GetDefaultModelItem_m3195588872(L_4, (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0), L_7, /*hidden argument*/NULL); V_2 = L_8; AvatarInfo_t571832948 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = AvatarInfo_get_Category_m2094546247(L_9, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_11 = ISceneRole_GetModelItem_m2229619929(__this, L_10, /*hidden argument*/NULL); V_3 = L_11; CRoleModelItem_t1608531946 * L_12 = V_3; if (!L_12) { goto IL_007b; } } { CRoleModel_Effect_t71978069 * L_13 = ISceneRole_GetRoleEffect_m1499277148(__this, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = AvatarInfo_get_Category_m2094546247(L_14, /*hidden argument*/NULL); NullCheck(L_13); CRoleModel_Effect_StopSingleEffect_m2991164974(L_13, L_15, /*hidden argument*/NULL); int32_t L_16 = V_2; if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_0074; } } { int32_t L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_18 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_4 = L_18; CRoleModelItem_t1608531946 * L_19 = V_3; AvatarInfo_t571832948 * L_20 = V_4; NullCheck(L_20); int32_t L_21 = AvatarInfo_get_Sex_m3718099394(L_20, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_22 = V_4; NullCheck(L_22); int32_t L_23 = AvatarInfo_get_SubIndex_m786032553(L_22, /*hidden argument*/NULL); NullCheck(L_19); CRoleModelItem_ChangeSubModel_m1069865053(L_19, L_21, L_23, (bool)1, (bool)1, /*hidden argument*/NULL); goto IL_007b; } IL_0074: { CRoleModelItem_t1608531946 * L_24 = V_3; NullCheck(L_24); CRoleModelItem_OnDestroy_m1465529345(L_24, (bool)1, /*hidden argument*/NULL); } IL_007b: { AvatarInfo_t571832948 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = AvatarInfo_get_Category_m2094546247(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)((int32_t)12)))) { goto IL_0095; } } { AvatarInfo_t571832948 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = AvatarInfo_get_Category_m2094546247(L_27, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)30))))) { goto IL_00a5; } } IL_0095: { shopModel_t101745799 * L_29 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); ISceneRole_t2394225724 * L_30 = shopModel_GetCurShopModel_m2897736385(L_29, /*hidden argument*/NULL); NullCheck(L_30); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_30); } IL_00a5: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::Destroy() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_Destroy_m1995019410 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_Destroy_m1995019410_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)); { Dictionary_2_t497245277 * L_0 = __this->get_m_listSubModel_29(); NullCheck(L_0); Enumerator_t2451428052 L_1 = Dictionary_2_GetEnumerator_m3135230575(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); 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_OnRoleDestroy_m4287758028(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; } } { Dictionary_2_t497245277 * L_5 = __this->get_m_listSubModel_29(); NullCheck(L_5); Dictionary_2_Clear_m2929249072(L_5, /*hidden argument*/Dictionary_2_Clear_m2929249072_RuntimeMethod_var); CRoleModelFace_t1285730091 * L_6 = __this->get_m_RoleFace_26(); if (!L_6) { goto IL_0059; } } { CRoleModelFace_t1285730091 * L_7 = __this->get_m_RoleFace_26(); NullCheck(L_7); CRoleModelFace_Clear_m2618079574(L_7, /*hidden argument*/NULL); __this->set_m_RoleFace_26((CRoleModelFace_t1285730091 *)NULL); } IL_0059: { CRoleModel_Effect_t71978069 * L_8 = __this->get_m_RoleEfect_25(); if (!L_8) { goto IL_0076; } } { CRoleModel_Effect_t71978069 * L_9 = __this->get_m_RoleEfect_25(); NullCheck(L_9); CRoleModel_Effect_OnDestory_m4068343681(L_9, /*hidden argument*/NULL); __this->set_m_RoleEfect_25((CRoleModel_Effect_t71978069 *)NULL); } IL_0076: { __this->set_m_textureMaster_30((Texture2D_t3840446185 *)NULL); __this->set_m_textureChallenger_31((Texture2D_t3840446185 *)NULL); __this->set_m_suitID_27(0); __this->set_m_bPlayingMemberEffect_28((bool)0); __this->set_m_faceIndex_45((-1)); __this->set_m_faceTime_46((-1.0f)); ISceneBaseObj_Destroy_m2170965624(__this, /*hidden argument*/NULL); __this->set_m_attachedTransform_47((Transform_t3600365921 *)NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_ResumeSubModels_m1744956637 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_ResumeSubModels_m1744956637_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; String_t* V_6 = NULL; int32_t V_7 = 0; AvatarInfo_t571832948 * V_8 = NULL; CRoleModelItem_t1608531946 * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; { __this->set_m_suitID_27(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; Dictionary_2_t497245277 * L_7 = __this->get_m_listSubModel_29(); NullCheck(L_7); Enumerator_t2451428052 L_8 = Dictionary_2_GetEnumerator_m3135230575(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); 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; } } { V_5 = 0; goto IL_0120; } IL_006c: { List_1_t3319525431 * L_13 = V_0; int32_t L_14 = V_5; NullCheck(L_13); String_t* L_15 = List_1_get_Item_m3729392029(L_13, L_14, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); V_6 = L_15; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_16 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); String_t* L_18 = V_6; NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) > ((int32_t)L_19))) { goto IL_00ad; } } { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_20 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); String_t* L_21 = V_6; String_t* L_22 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_24 = String_Substring_m1610150815(L_21, 0, L_23, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_25 = String_CompareTo_m3414379165(L_20, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00b2; } } IL_00ad: { goto IL_011a; } IL_00b2: { CProperty_t963755051 * L_26 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_27 = V_6; NullCheck(L_26); int32_t L_28 = CProperty_GetInt_m2680341236(L_26, L_27, 0, /*hidden argument*/NULL); V_7 = L_28; int32_t L_29 = V_7; if ((((int32_t)0) >= ((int32_t)L_29))) { goto IL_011a; } } { int32_t L_30 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_31 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); V_8 = L_31; List_1_t128053199 * L_32 = V_2; AvatarInfo_t571832948 * L_33 = V_8; NullCheck(L_33); int32_t L_34 = AvatarInfo_get_Category_m2094546247(L_33, /*hidden argument*/NULL); NullCheck(L_32); List_1_Add_m697420525(L_32, L_34, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); AvatarInfo_t571832948 * L_35 = V_8; NullCheck(L_35); int32_t L_36 = AvatarInfo_get_Category_m2094546247(L_35, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_37 = ISceneRole_GetModelItem_m2229619929(__this, L_36, /*hidden argument*/NULL); V_9 = L_37; CRoleModelItem_t1608531946 * L_38 = V_9; NullCheck(L_38); int32_t L_39 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_38, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_40 = V_8; NullCheck(L_40); int32_t L_41 = AvatarInfo_get_SubIndex_m786032553(L_40, /*hidden argument*/NULL); if ((((int32_t)L_39) == ((int32_t)L_41))) { goto IL_011a; } } { CRoleModelItem_t1608531946 * L_42 = V_9; AvatarInfo_t571832948 * L_43 = V_8; NullCheck(L_43); int32_t L_44 = AvatarInfo_get_Sex_m3718099394(L_43, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_45 = V_8; NullCheck(L_45); int32_t L_46 = AvatarInfo_get_SubIndex_m786032553(L_45, /*hidden argument*/NULL); NullCheck(L_42); CRoleModelItem_ChangeSubModel_m1069865053(L_42, L_44, L_46, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_011a: { int32_t L_47 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0120: { int32_t L_48 = V_5; List_1_t3319525431 * L_49 = V_0; NullCheck(L_49); int32_t L_50 = List_1_get_Count_m2276455407(L_49, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_48) < ((int32_t)L_50))) { goto IL_006c; } } { V_10 = 0; goto IL_0165; } IL_0135: { List_1_t128053199 * L_51 = V_1; int32_t L_52 = V_10; NullCheck(L_51); int32_t L_53 = List_1_get_Item_m888956288(L_51, L_52, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_11 = L_53; List_1_t128053199 * L_54 = V_2; int32_t L_55 = V_11; NullCheck(L_54); bool L_56 = List_1_Contains_m2263725670(L_54, L_55, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (L_56) { goto IL_015f; } } { Dictionary_2_t497245277 * L_57 = __this->get_m_listSubModel_29(); int32_t L_58 = V_11; NullCheck(L_57); CRoleModelItem_t1608531946 * L_59 = Dictionary_2_get_Item_m2631563302(L_57, L_58, /*hidden argument*/Dictionary_2_get_Item_m2631563302_RuntimeMethod_var); NullCheck(L_59); CRoleModelItem_OnDestroy_m1465529345(L_59, (bool)1, /*hidden argument*/NULL); } IL_015f: { int32_t L_60 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0165: { int32_t L_61 = V_10; List_1_t128053199 * L_62 = V_1; NullCheck(L_62); int32_t L_63 = List_1_get_Count_m186164705(L_62, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_61) < ((int32_t)L_63))) { goto IL_0135; } } { 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_57(L_0); return; } } // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneRole::GetModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneRole_GetModelItem_m2229619929 (ISceneRole_t2394225724 * __this, int32_t ___nCategory0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetModelItem_m2229619929_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_t1608531946 * V_0 = NULL; { V_0 = (CRoleModelItem_t1608531946 *)NULL; Dictionary_2_t497245277 * L_0 = __this->get_m_listSubModel_29(); int32_t L_1 = ___nCategory0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2280012520(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2280012520_RuntimeMethod_var); if (!L_2) { goto IL_0025; } } { Dictionary_2_t497245277 * L_3 = __this->get_m_listSubModel_29(); int32_t L_4 = ___nCategory0; NullCheck(L_3); CRoleModelItem_t1608531946 * L_5 = Dictionary_2_get_Item_m2631563302(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2631563302_RuntimeMethod_var); V_0 = L_5; goto IL_0046; } IL_0025: { CRoleModelItem_t1608531946 * L_6 = (CRoleModelItem_t1608531946 *)il2cpp_codegen_object_new(CRoleModelItem_t1608531946_il2cpp_TypeInfo_var); CRoleModelItem__ctor_m2868646843(L_6, /*hidden argument*/NULL); V_0 = L_6; Dictionary_2_t497245277 * L_7 = __this->get_m_listSubModel_29(); int32_t L_8 = ___nCategory0; CRoleModelItem_t1608531946 * L_9 = V_0; NullCheck(L_7); Dictionary_2_Add_m2410393202(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_Add_m2410393202_RuntimeMethod_var); CRoleModelItem_t1608531946 * L_10 = V_0; int32_t L_11 = ___nCategory0; NullCheck(L_10); CRoleModelItem_SetModelCategory_m3578145794(L_10, L_11, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_12 = V_0; NullCheck(L_12); CRoleModelItem_SetRole_m2252715808(L_12, __this, /*hidden argument*/NULL); } IL_0046: { CRoleModelItem_t1608531946 * L_13 = V_0; return L_13; } } // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneRole::FindModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneRole_FindModelItem_m1696760564 (ISceneRole_t2394225724 * __this, int32_t ___nCategory0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_FindModelItem_m1696760564_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_t1608531946 * V_0 = NULL; { V_0 = (CRoleModelItem_t1608531946 *)NULL; Dictionary_2_t497245277 * L_0 = __this->get_m_listSubModel_29(); int32_t L_1 = ___nCategory0; NullCheck(L_0); Dictionary_2_TryGetValue_m743810724(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m743810724_RuntimeMethod_var); CRoleModelItem_t1608531946 * L_2 = V_0; return L_2; } } // 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.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; String_t* V_1 = NULL; { int32_t L_0 = ___state0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_006c; } } { CRoleModelItem_t1608531946 * L_1 = ISceneRole_GetModelItem_m2229619929(__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: { CPetModel_t3783790547 * L_8 = __this->get_m_Pretender_53(); if (!L_8) { goto IL_0067; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_9 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); CPetModel_t3783790547 * L_10 = __this->get_m_Pretender_53(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_10); NullCheck(L_9); String_t* L_12 = CPetActionConfig_GetActionResByModelID_m823719944(L_9, L_11, 5, /*hidden argument*/NULL); V_1 = L_12; CPetModel_t3783790547 * L_13 = __this->get_m_Pretender_53(); String_t* L_14 = V_1; NullCheck(L_13); ISceneBaseObj_SetIdleAnim_m1936918694(L_13, L_14, /*hidden argument*/NULL); } IL_0067: { goto IL_00d3; } IL_006c: { int32_t L_15 = ___state0; if ((!(((uint32_t)L_15) == ((uint32_t)4)))) { goto IL_009a; } } { ISceneRole_EnableModelItem_m1552532128(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); CProperty_t963755051 * L_16 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_16); int64_t L_17 = CProperty_GetLong_m359864449(L_16, _stringLiteral3045376494, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); ISceneRole_EnableFollowedObject_m3016896269(__this, L_17, (bool)0, /*hidden argument*/NULL); goto IL_00d3; } IL_009a: { int32_t L_18 = ___state0; if ((!(((uint32_t)L_18) == ((uint32_t)2)))) { goto IL_00af; } } { ISceneRole_EnableModelItem_m1552532128(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); goto IL_00d3; } IL_00af: { int32_t L_19 = ___state0; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)16))))) { goto IL_00cc; } } { ISceneRole_EnableModelItem_m1552532128(__this, ((int32_t)30), (bool)0, /*hidden argument*/NULL); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); goto IL_00d3; } IL_00cc: { int32_t L_20 = ___state0; if ((!(((uint32_t)L_20) == ((uint32_t)8)))) { goto IL_00d3; } } IL_00d3: { 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; { int32_t L_0 = ___state0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0054; } } { CRoleModelItem_t1608531946 * L_1 = ISceneRole_GetModelItem_m2229619929(__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_53(); if (!L_8) { goto IL_004f; } } { CPetModel_t3783790547 * L_9 = __this->get_m_Pretender_53(); NullCheck(L_9); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_9); } IL_004f: { goto IL_0110; } 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; } } { ISceneRole_EnableModelItem_m1552532128(__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_57(L_15); goto IL_0110; } IL_00a6: { int32_t L_16 = ___state0; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)16))))) { goto IL_00db; } } { 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; } } { ISceneRole_EnableModelItem_m1552532128(__this, ((int32_t)30), (bool)1, /*hidden argument*/NULL); } IL_00cf: { VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); goto IL_0110; } IL_00db: { int32_t L_19 = ___state0; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_0109; } } { bool L_20 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 4, /*hidden argument*/NULL); if (L_20) { goto IL_0104; } } { bool L_21 = ISceneBaseObj_CheckRoleState_m2983555996(__this, ((int32_t)16), /*hidden argument*/NULL); if (L_21) { goto IL_0104; } } { ISceneRole_EnableModelItem_m1552532128(__this, ((int32_t)30), (bool)1, /*hidden argument*/NULL); } IL_0104: { goto IL_0110; } IL_0109: { int32_t L_22 = ___state0; if ((!(((uint32_t)L_22) == ((uint32_t)8)))) { goto IL_0110; } } IL_0110: { 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) { ISceneBaseObj_t858622483 * V_0 = NULL; { int64_t L_0 = ___objectId0; if ((((int64_t)L_0) == ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0029; } } { int64_t L_1 = ___objectId0; if ((((int64_t)L_1) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0029; } } { CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = ___objectId0; NullCheck(L_2); ISceneBaseObj_t858622483 * L_4 = CSceneService_GetSceneBaseObj_m1922388889(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; ISceneBaseObj_t858622483 * L_5 = V_0; if (!L_5) { goto IL_0029; } } { ISceneBaseObj_t858622483 * L_6 = V_0; bool L_7 = ___isEnable1; NullCheck(L_6); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_6, L_7); } IL_0029: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsReady_m2864932283 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_IsReady_m2864932283_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: { Dictionary_2_t497245277 * L_1 = __this->get_m_listSubModel_29(); NullCheck(L_1); Enumerator_t2451428052 L_2 = Dictionary_2_GetEnumerator_m3135230575(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); 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; } } // 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; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; String_t* V_4 = NULL; Enumerator_t2451428052 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t2894917444 V_6; memset(&V_6, 0, sizeof(V_6)); String_t* V_7 = NULL; List_1_t128053199 * V_8 = NULL; Enumerator_t2451428052 V_9; memset(&V_9, 0, sizeof(V_9)); KeyValuePair_2_t2894917444 V_10; memset(&V_10, 0, sizeof(V_10)); int32_t V_11 = 0; { 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_0239; } } { bool L_3 = V_0; if (L_3) { goto IL_0084; } } { __this->set_b_titleEffect_49((bool)0); __this->set_b_newTagEffect_50((bool)0); CSkeletonSite_t1178137573 * L_4 = ISceneBaseObj_GetSkeletonSite_m251848588(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); 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 = __this->get_m_RoleFace_26(); if (!L_8) { goto IL_006e; } } { CRoleModelFace_t1285730091 * L_9 = __this->get_m_RoleFace_26(); NullCheck(L_9); CRoleModelFace_OnInit_m2909211345(L_9, /*hidden argument*/NULL); } IL_006e: { CRoleModel_Effect_t71978069 * L_10 = __this->get_m_RoleEfect_25(); if (!L_10) { goto IL_0084; } } { CRoleModel_Effect_t71978069 * L_11 = __this->get_m_RoleEfect_25(); NullCheck(L_11); CRoleModel_Effect_OnInit_m1025952062(L_11, /*hidden argument*/NULL); } IL_0084: { bool L_12 = ISceneRole_get_EnableResetLocation_m3836554147(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_00c4; } } { CProperty_t963755051 * L_13 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_13); bool L_14 = CProperty_Check_m2093268374(L_13, _stringLiteral3941088982, /*hidden argument*/NULL); if (!L_14) { goto IL_00c4; } } { ISceneRole_set_EnableResetLocation_m3350401902(__this, (bool)0, /*hidden argument*/NULL); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CProperty_GetInt_m2680341236(L_15, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_1 = L_16; int32_t L_17 = V_1; ISceneRole_SetScenePoint_m3088388914(__this, L_17, /*hidden argument*/NULL); } IL_00c4: { bool L_18 = __this->get_m_bEnablePretend_52(); if (!L_18) { goto IL_0239; } } { CPetModel_t3783790547 * L_19 = __this->get_m_Pretender_53(); if (!L_19) { goto IL_0239; } } { Dictionary_2_t497245277 * L_20 = __this->get_m_listSubModel_29(); if (!L_20) { goto IL_0239; } } { Dictionary_2_t497245277 * L_21 = __this->get_m_listSubModel_29(); NullCheck(L_21); int32_t L_22 = Dictionary_2_get_Count_m3074484029(L_21, /*hidden argument*/Dictionary_2_get_Count_m3074484029_RuntimeMethod_var); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_0239; } } { CPetModel_t3783790547 * L_23 = __this->get_m_Pretender_53(); NullCheck(L_23); bool L_24 = ISceneBaseObj_IsValid_m1197404667(L_23, /*hidden argument*/NULL); V_2 = L_24; CPetModel_t3783790547 * L_25 = __this->get_m_Pretender_53(); NullCheck(L_25); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_25); bool L_26 = V_2; if (L_26) { goto IL_0239; } } { CPetModel_t3783790547 * L_27 = __this->get_m_Pretender_53(); NullCheck(L_27); bool L_28 = ISceneBaseObj_IsValid_m1197404667(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0239; } } { CPetModel_t3783790547 * L_29 = __this->get_m_Pretender_53(); CPetModel_t3783790547 * L_30 = __this->get_m_Pretender_53(); NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_30); V_3 = L_31; String_t* L_32 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3926588496, L_32, /*hidden argument*/NULL); NullCheck(L_29); ISceneBaseObj_SetName_m2657421930(L_29, L_33, /*hidden argument*/NULL); CPetModel_t3783790547 * L_34 = __this->get_m_Pretender_53(); NullCheck(L_34); Transform_t3600365921 * L_35 = ISceneBaseObj_GetTransform_m3818769012(L_34, /*hidden argument*/NULL); Transform_t3600365921 * L_36 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_parent_m786917804(L_35, L_36, /*hidden argument*/NULL); CPetModel_t3783790547 * L_37 = __this->get_m_Pretender_53(); NullCheck(L_37); Transform_t3600365921 * L_38 = ISceneBaseObj_GetTransform_m3818769012(L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_39 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); Transform_set_localPosition_m4128471975(L_38, L_39, /*hidden argument*/NULL); CPetModel_t3783790547 * L_40 = __this->get_m_Pretender_53(); NullCheck(L_40); Transform_t3600365921 * L_41 = ISceneBaseObj_GetTransform_m3818769012(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_42 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localRotation_m19445462(L_41, L_42, /*hidden argument*/NULL); CPetModel_t3783790547 * L_43 = __this->get_m_Pretender_53(); NullCheck(L_43); Transform_t3600365921 * L_44 = ISceneBaseObj_GetTransform_m3818769012(L_43, /*hidden argument*/NULL); Vector3_t3722313464 L_45 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); Transform_set_localScale_m3053443106(L_44, L_45, /*hidden argument*/NULL); bool L_46 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 1, /*hidden argument*/NULL); if (!L_46) { goto IL_01dd; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_47 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); CPetModel_t3783790547 * L_48 = __this->get_m_Pretender_53(); NullCheck(L_48); int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_48); NullCheck(L_47); String_t* L_50 = CPetActionConfig_GetActionResByModelID_m823719944(L_47, L_49, 5, /*hidden argument*/NULL); V_4 = L_50; CPetModel_t3783790547 * L_51 = __this->get_m_Pretender_53(); String_t* L_52 = V_4; NullCheck(L_51); ISceneBaseObj_SetIdleAnim_m1936918694(L_51, L_52, /*hidden argument*/NULL); goto IL_01e9; } IL_01dd: { CPetModel_t3783790547 * L_53 = __this->get_m_Pretender_53(); NullCheck(L_53); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_53); } IL_01e9: { Dictionary_2_t497245277 * L_54 = __this->get_m_listSubModel_29(); NullCheck(L_54); Enumerator_t2451428052 L_55 = Dictionary_2_GetEnumerator_m3135230575(L_54, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); V_5 = L_55; goto IL_0211; } IL_01fb: { KeyValuePair_2_t2894917444 L_56 = Enumerator_get_Current_m59556516((&V_5), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_6 = L_56; CRoleModelItem_t1608531946 * L_57 = KeyValuePair_2_get_Value_m566560947((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_57); CRoleModelItem_SetRoleItemEnable_m3456968021(L_57, (bool)0, /*hidden argument*/NULL); } IL_0211: { bool L_58 = Enumerator_MoveNext_m1600580383((&V_5), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_58) { goto IL_01fb; } } { ISceneRole_SetModelVisible_m480269886(__this, (bool)0, /*hidden argument*/NULL); V_7 = _stringLiteral3018459499; String_t* L_59 = V_7; ISceneBaseObj_PlayEffect_m4006788978(__this, L_59, 0, (1.0f), /*hidden argument*/NULL); } IL_0239: { CPetModel_t3783790547 * L_60 = __this->get_m_Pretender_53(); if (!L_60) { goto IL_0245; } } { return; } IL_0245: { List_1_t128053199 * L_61 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_61, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_8 = L_61; Dictionary_2_t497245277 * L_62 = __this->get_m_listSubModel_29(); NullCheck(L_62); Enumerator_t2451428052 L_63 = Dictionary_2_GetEnumerator_m3135230575(L_62, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); V_9 = L_63; goto IL_0275; } IL_025e: { List_1_t128053199 * L_64 = V_8; KeyValuePair_2_t2894917444 L_65 = Enumerator_get_Current_m59556516((&V_9), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_10 = L_65; int32_t L_66 = KeyValuePair_2_get_Key_m611959596((&V_10), /*hidden argument*/KeyValuePair_2_get_Key_m611959596_RuntimeMethod_var); NullCheck(L_64); List_1_Add_m697420525(L_64, L_66, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0275: { bool L_67 = Enumerator_MoveNext_m1600580383((&V_9), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_67) { goto IL_025e; } } { V_11 = 0; goto IL_02a8; } IL_0289: { Dictionary_2_t497245277 * L_68 = __this->get_m_listSubModel_29(); List_1_t128053199 * L_69 = V_8; int32_t L_70 = V_11; NullCheck(L_69); int32_t L_71 = List_1_get_Item_m888956288(L_69, L_70, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_68); CRoleModelItem_t1608531946 * L_72 = Dictionary_2_get_Item_m2631563302(L_68, L_71, /*hidden argument*/Dictionary_2_get_Item_m2631563302_RuntimeMethod_var); NullCheck(L_72); CRoleModelItem_OnSubmitToScene_m246349242(L_72, /*hidden argument*/NULL); int32_t L_73 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_02a8: { int32_t L_74 = V_11; List_1_t128053199 * L_75 = V_8; NullCheck(L_75); int32_t L_76 = List_1_get_Count_m186164705(L_75, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_74) < ((int32_t)L_76))) { goto IL_0289; } } { List_1_t128053199 * L_77 = V_8; NullCheck(L_77); List_1_Clear_m2269680114(L_77, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); V_8 = (List_1_t128053199 *)NULL; return; } } // 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_16(); 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(19 /* 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(19 /* 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: { CSceneService_t551449725 * L_15 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_1; int32_t L_17 = L_16; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); NullCheck(L_15); ISceneBaseObj_t858622483 * L_18 = CSceneService_GetRoleObj_m3880305570(L_15, L_17, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_18, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_19; if (L_19) { goto IL_0031; } } { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnAfterAnimUpdate_m590553848 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnAfterAnimUpdate_m590553848_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; CRoleModelItem_t1608531946 * V_2 = NULL; CAvatarBinding_t1216096343 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Quaternion_t2301928331 V_5; memset(&V_5, 0, sizeof(V_5)); Transform_t3600365921 * V_6 = NULL; CInteractionCliderItem_t1940232150 * V_7 = NULL; Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); Quaternion_t2301928331 V_9; memset(&V_9, 0, sizeof(V_9)); Enumerator_t2451428052 V_10; memset(&V_10, 0, sizeof(V_10)); KeyValuePair_2_t2894917444 V_11; memset(&V_11, 0, sizeof(V_11)); ISceneRole_t2394225724 * G_B5_0 = NULL; { bool L_0 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0104; } } { bool L_1 = ISceneBaseObj_CheckRoleState_m2983555996(__this, ((int32_t)16), /*hidden argument*/NULL); if (!L_1) { goto IL_0104; } } { 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_0043; } } { CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_6 = V_0; NullCheck(L_5); ISceneRole_t2394225724 * L_7 = CSceneService_FindRoleByUserID_m4171044813(L_5, L_6, /*hidden argument*/NULL); G_B5_0 = L_7; goto IL_0044; } IL_0043: { G_B5_0 = ((ISceneRole_t2394225724 *)(NULL)); } IL_0044: { V_1 = G_B5_0; ISceneRole_t2394225724 * L_8 = V_1; if (!L_8) { goto IL_00ff; } } { ISceneRole_t2394225724 * L_9 = V_1; NullCheck(L_9); bool L_10 = ISceneBaseObj_IsValid_m1197404667(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00ff; } } { ISceneRole_t2394225724 * L_11 = V_1; NullCheck(L_11); CRoleModelItem_t1608531946 * L_12 = ISceneRole_FindModelItem_m1696760564(L_11, ((int32_t)30), /*hidden argument*/NULL); V_2 = L_12; CRoleModelItem_t1608531946 * L_13 = V_2; if (!L_13) { goto IL_00ff; } } { 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_00ff; } } { 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_00ff; } } { 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_00ff; } } { CAvatarBinding_t1216096343 * L_21 = V_3; NullCheck(L_21); Transform_t3600365921 * L_22 = CAvatarBinding_get_BindTargetFollow_m4226934624(L_21, /*hidden argument*/NULL); 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_00ff; } } { CAvatarBinding_t1216096343 * L_24 = V_3; NullCheck(L_24); Transform_t3600365921 * L_25 = CAvatarBinding_get_BindTargetFollow_m4226934624(L_24, /*hidden argument*/NULL); NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); NullCheck(L_26); bool L_27 = GameObject_get_activeInHierarchy_m2006396688(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00ff; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_28 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_28; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_29 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_29; CAvatarBinding_t1216096343 * L_30 = V_3; NullCheck(L_30); String_t* L_31 = CAvatarBinding_get_BindBoneName_m1410294478(L_30, /*hidden argument*/NULL); Transform_t3600365921 * L_32 = ISceneBaseObj_GetChildBoneTrans_m2300247844(__this, L_31, (&V_4), (&V_5), /*hidden argument*/NULL); V_6 = L_32; Transform_t3600365921 * L_33 = V_6; 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_00ff; } } { Transform_t3600365921 * L_35 = V_6; CAvatarBinding_t1216096343 * L_36 = V_3; NullCheck(L_36); Transform_t3600365921 * L_37 = CAvatarBinding_get_BindTargetFollow_m4226934624(L_36, /*hidden argument*/NULL); NullCheck(L_37); Vector3_t3722313464 L_38 = Transform_get_position_m36019626(L_37, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_position_m3387557959(L_35, L_38, /*hidden argument*/NULL); Transform_t3600365921 * L_39 = V_6; CAvatarBinding_t1216096343 * L_40 = V_3; NullCheck(L_40); Transform_t3600365921 * L_41 = CAvatarBinding_get_BindTargetFollow_m4226934624(L_40, /*hidden argument*/NULL); NullCheck(L_41); Quaternion_t2301928331 L_42 = Transform_get_rotation_m3502953881(L_41, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_rotation_m3524318132(L_39, L_42, /*hidden argument*/NULL); } IL_00ff: { goto IL_01d9; } IL_0104: { bool L_43 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_43) { goto IL_01d9; } } { bool L_44 = ISceneBaseObj_CheckRoleState_m2983555996(__this, 4, /*hidden argument*/NULL); if (!L_44) { goto IL_01d9; } } { int32_t L_45 = __this->get_m_movingInteractionID_57(); if ((((int32_t)0) > ((int32_t)L_45))) { goto IL_01d9; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_46 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); CInteractionRange_t868014233 * L_47 = CWalkManager_GetInteractionRange_m3832850933(L_46, /*hidden argument*/NULL); int32_t L_48 = __this->get_m_movingInteractionID_57(); NullCheck(L_47); CInteractionCliderItem_t1940232150 * L_49 = CInteractionRange_FindInteracionCliderItem_m4137299991(L_47, L_48, /*hidden argument*/NULL); V_7 = L_49; CInteractionCliderItem_t1940232150 * L_50 = V_7; if (!L_50) { goto IL_01ce; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_51 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_51); CWalkCamera_t1176337330 * L_52 = CWalkManager_GetWalkCamera_m2368173090(L_51, /*hidden argument*/NULL); NullCheck(L_52); bool L_53 = CWalkCamera_IsEnable_m1548027643(L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_01c9; } } { CInteractionCliderItem_t1940232150 * L_54 = V_7; NullCheck(L_54); Vector3_t3722313464 L_55 = CInteractionCliderItem_GetCenter_m3757805819(L_54, /*hidden argument*/NULL); V_8 = L_55; CInteractionCliderItem_t1940232150 * L_56 = V_7; NullCheck(L_56); Quaternion_t2301928331 L_57 = CInteractionCliderItem_GetRotation_m1600691375(L_56, /*hidden argument*/NULL); V_9 = L_57; Transform_t3600365921 * L_58 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_59 = V_8; NullCheck(L_58); Transform_set_position_m3387557959(L_58, L_59, /*hidden argument*/NULL); Transform_t3600365921 * L_60 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); Quaternion_t2301928331 L_61 = V_9; NullCheck(L_60); Transform_set_rotation_m3524318132(L_60, L_61, /*hidden argument*/NULL); int64_t L_62 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); CMainRole_t4200562839 * L_63 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); int64_t L_64 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_63); if ((!(((uint64_t)L_62) == ((uint64_t)L_64)))) { goto IL_01c9; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_65 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_65); CWalkCamera_t1176337330 * L_66 = CWalkManager_GetWalkCamera_m2368173090(L_65, /*hidden argument*/NULL); NullCheck(L_66); CWalkCamera_SetFollowCamera_m3257888760(L_66, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_67 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_67); CWalkCamera_t1176337330 * L_68 = CWalkManager_GetWalkCamera_m2368173090(L_67, /*hidden argument*/NULL); NullCheck(L_68); CWalkCamera_FlushFollowCamera_m20976819(L_68, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_69 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_69); CWalkCamera_t1176337330 * L_70 = CWalkManager_GetWalkCamera_m2368173090(L_69, /*hidden argument*/NULL); NullCheck(L_70); CWalkCamera_SetFollowCamera_m3257888760(L_70, (bool)0, /*hidden argument*/NULL); } IL_01c9: { goto IL_01d9; } IL_01ce: { IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_71 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); __this->set_m_movingInteractionID_57(L_71); } IL_01d9: { ISceneBaseObj_OnAfterAnimUpdate_m3074221736(__this, /*hidden argument*/NULL); CRoleModel_Effect_t71978069 * L_72 = __this->get_m_RoleEfect_25(); if (!L_72) { goto IL_01f5; } } { CRoleModel_Effect_t71978069 * L_73 = __this->get_m_RoleEfect_25(); NullCheck(L_73); CRoleModel_Effect_OnAfterAnimUpdate_m2185927660(L_73, /*hidden argument*/NULL); } IL_01f5: { Dictionary_2_t497245277 * L_74 = __this->get_m_listSubModel_29(); NullCheck(L_74); Enumerator_t2451428052 L_75 = Dictionary_2_GetEnumerator_m3135230575(L_74, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); V_10 = L_75; goto IL_021c; } IL_0207: { KeyValuePair_2_t2894917444 L_76 = Enumerator_get_Current_m59556516((&V_10), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_11 = L_76; CRoleModelItem_t1608531946 * L_77 = KeyValuePair_2_get_Value_m566560947((&V_11), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); NullCheck(L_77); CRoleModelItem_OnAfterAnim_m3354564232(L_77, /*hidden argument*/NULL); } IL_021c: { bool L_78 = Enumerator_MoveNext_m1600580383((&V_10), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_78) { goto IL_0207; } } { Transform_t3600365921 * L_79 = __this->get_m_attachedTransform_47(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_80 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_0280; } } { GameObject_t1113636619 * L_81 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_82 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_0280; } } { GameObject_t1113636619 * L_83 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); NullCheck(L_83); Transform_t3600365921 * L_84 = GameObject_get_transform_m1369836730(L_83, /*hidden argument*/NULL); Transform_t3600365921 * L_85 = __this->get_m_attachedTransform_47(); NullCheck(L_85); Vector3_t3722313464 L_86 = Transform_get_position_m36019626(L_85, /*hidden argument*/NULL); NullCheck(L_84); Transform_set_position_m3387557959(L_84, L_86, /*hidden argument*/NULL); GameObject_t1113636619 * L_87 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); NullCheck(L_87); Transform_t3600365921 * L_88 = GameObject_get_transform_m1369836730(L_87, /*hidden argument*/NULL); Transform_t3600365921 * L_89 = __this->get_m_attachedTransform_47(); NullCheck(L_89); Vector3_t3722313464 L_90 = Transform_get_forward_m747522392(L_89, /*hidden argument*/NULL); NullCheck(L_88); Transform_set_forward_m1840797198(L_88, L_90, /*hidden argument*/NULL); } IL_0280: { CRoleModelFace_t1285730091 * L_91 = __this->get_m_RoleFace_26(); if (!L_91) { goto IL_0296; } } { CRoleModelFace_t1285730091 * L_92 = __this->get_m_RoleFace_26(); NullCheck(L_92); CRoleModelFace_OnAfterAnimUpdate_m2412730332(L_92, /*hidden argument*/NULL); } IL_0296: { 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; } ISceneRole_t2394225724 * G_B3_0 = NULL; ISceneRole_t2394225724 * G_B2_0 = NULL; int32_t G_B4_0 = 0; ISceneRole_t2394225724 * G_B4_1 = NULL; { CLocalSimulateRole_t4101146137 * L_0 = __this->get_m_simulateRole_58(); if (!L_0) { goto IL_002d; } } { CLocalSimulateRole_t4101146137 * L_1 = __this->get_m_simulateRole_58(); NullCheck(L_1); bool L_2 = CLocalSimulateRole_get_IsMale_m415810317(L_1, /*hidden argument*/NULL); G_B2_0 = __this; if (!L_2) { G_B3_0 = __this; goto IL_0022; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_0023; } IL_0022: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_0023: { NullCheck(G_B4_1); ISceneRole_LoadingResource_m1741647283(G_B4_1, G_B4_0, /*hidden argument*/NULL); goto IL_0059; } IL_002d: { CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CProperty_Check_m2093268374(L_3, _stringLiteral795478587, /*hidden argument*/NULL); if (!L_4) { goto IL_0059; } } { CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CProperty_GetInt_m2680341236(L_5, _stringLiteral795478587, 0, /*hidden argument*/NULL); ISceneRole_LoadingResource_m1741647283(__this, L_6, /*hidden argument*/NULL); } IL_0059: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::LoadSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadSubModels_m1479761382 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_LoadSubModels_m1479761382_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)); { Dictionary_2_t497245277 * L_0 = __this->get_m_listSubModel_29(); NullCheck(L_0); Enumerator_t2451428052 L_1 = Dictionary_2_GetEnumerator_m3135230575(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); 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.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; int32_t V_1 = 0; AvatarInfo_t571832948 * V_2 = NULL; CRoleModelItem_t1608531946 * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t G_B13_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(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, __this, (bool)((((int32_t)0) == ((int32_t)L_3))? 1 : 0)); goto IL_022f; } 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_0089; } } { bool L_6 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0084; } } { 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_0084; } } { CLevelManager_t3077608201 * L_9 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CLevelManager_IsLevel_m3139716542(L_9, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_10) { goto IL_0078; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_11 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = CRoot_IfLockPosition_m2253279957(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0084; } } IL_0078: { CPropData_t2491857930 * L_13 = ___newData1; NullCheck(L_13); int32_t L_14 = CPropData_GetInt_m2221393311(L_13, /*hidden argument*/NULL); ISceneRole_SetScenePoint_m3088388914(__this, L_14, /*hidden argument*/NULL); } IL_0084: { goto IL_022f; } IL_0089: { String_t* L_15 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral795478587, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_010b; } } { CProperty_t963755051 * L_17 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = CProperty_Check_m2093268374(L_17, _stringLiteral795478587, /*hidden argument*/NULL); if (!L_18) { goto IL_00cc; } } { CProperty_t963755051 * L_19 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = CProperty_GetInt_m2680341236(L_19, _stringLiteral795478587, (-1), /*hidden argument*/NULL); CPropData_t2491857930 * L_21 = ___newData1; NullCheck(L_21); int32_t L_22 = CPropData_GetInt_m2221393311(L_21, /*hidden argument*/NULL); G_B13_0 = ((((int32_t)((((int32_t)L_20) == ((int32_t)L_22))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00cd; } IL_00cc: { G_B13_0 = 1; } IL_00cd: { V_0 = (bool)G_B13_0; bool L_23 = V_0; if (!L_23) { goto IL_00db; } } { __this->set_m_bSendLoadingRes_24((bool)0); } IL_00db: { int64_t L_24 = ((ISceneBaseObj_t858622483 *)__this)->get_m_UserID_16(); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_25 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CSceneService_t551449725 * L_26 = CRoot_GetSceneService_m2061443921(L_25, /*hidden argument*/NULL); NullCheck(L_26); CMainRole_t4200562839 * L_27 = CSceneService_GetMainRole_m3386793463(L_26, /*hidden argument*/NULL); NullCheck(L_27); int64_t L_28 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_27); if ((!(((uint64_t)L_24) == ((uint64_t)L_28)))) { goto IL_0106; } } { CPropData_t2491857930 * L_29 = ___newData1; NullCheck(L_29); int32_t L_30 = CPropData_GetInt_m2221393311(L_29, /*hidden argument*/NULL); ISceneRole_LoadingResource_m1741647283(__this, L_30, /*hidden argument*/NULL); } IL_0106: { goto IL_022f; } IL_010b: { String_t* L_31 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral4039210824, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_012c; } } { CPropData_t2491857930 * L_33 = ___newData1; NullCheck(L_33); int32_t L_34 = CPropData_GetInt_m2221393311(L_33, /*hidden argument*/NULL); ISceneRole_SetChangeModel_m2585185700(__this, L_34, /*hidden argument*/NULL); goto IL_022f; } IL_012c: { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_35 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); String_t* L_37 = ___key0; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); if ((((int32_t)L_36) > ((int32_t)L_38))) { goto IL_022f; } } { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_39 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); String_t* L_40 = ___key0; String_t* L_41 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_43 = String_Substring_m1610150815(L_40, 0, L_42, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_44 = String_CompareTo_m3414379165(L_39, L_43, /*hidden argument*/NULL); if (L_44) { goto IL_022f; } } { CPropData_t2491857930 * L_45 = ___newData1; NullCheck(L_45); int32_t L_46 = CPropData_GetInt_m2221393311(L_45, /*hidden argument*/NULL); V_1 = L_46; int32_t L_47 = V_1; if ((((int32_t)0) >= ((int32_t)L_47))) { goto IL_01d6; } } { int32_t L_48 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_49 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); V_2 = L_49; AvatarInfo_t571832948 * L_50 = V_2; NullCheck(L_50); int32_t L_51 = AvatarInfo_get_Category_m2094546247(L_50, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_52 = ISceneRole_GetModelItem_m2229619929(__this, L_51, /*hidden argument*/NULL); V_3 = L_52; int64_t L_53 = ((ISceneBaseObj_t858622483 *)__this)->get_m_UserID_16(); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_54 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_54); CSceneService_t551449725 * L_55 = CRoot_GetSceneService_m2061443921(L_54, /*hidden argument*/NULL); NullCheck(L_55); CMainRole_t4200562839 * L_56 = CSceneService_GetMainRole_m3386793463(L_55, /*hidden argument*/NULL); NullCheck(L_56); int64_t L_57 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_56); if ((!(((uint64_t)L_53) == ((uint64_t)L_57)))) { goto IL_01bc; } } { CRoleModelItem_t1608531946 * L_58 = V_3; AvatarInfo_t571832948 * L_59 = V_2; NullCheck(L_59); int32_t L_60 = AvatarInfo_get_Sex_m3718099394(L_59, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_61 = V_2; NullCheck(L_61); int32_t L_62 = AvatarInfo_get_SubIndex_m786032553(L_61, /*hidden argument*/NULL); NullCheck(L_58); CRoleModelItem_ChangeSubModel_m1069865053(L_58, L_60, L_62, (bool)1, (bool)1, /*hidden argument*/NULL); goto IL_01d1; } IL_01bc: { CRoleModelItem_t1608531946 * L_63 = V_3; AvatarInfo_t571832948 * L_64 = V_2; NullCheck(L_64); int32_t L_65 = AvatarInfo_get_Sex_m3718099394(L_64, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_66 = V_2; NullCheck(L_66); int32_t L_67 = AvatarInfo_get_SubIndex_m786032553(L_66, /*hidden argument*/NULL); NullCheck(L_63); CRoleModelItem_ChangeSubModel_m1069865053(L_63, L_65, L_67, (bool)1, (bool)0, /*hidden argument*/NULL); } IL_01d1: { goto IL_022f; } IL_01d6: { String_t* L_68 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_69 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_69); int32_t L_70 = String_get_Length_m3847582255(L_69, /*hidden argument*/NULL); String_t* L_71 = ___key0; NullCheck(L_71); int32_t L_72 = String_get_Length_m3847582255(L_71, /*hidden argument*/NULL); String_t* L_73 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_73); int32_t L_74 = String_get_Length_m3847582255(L_73, /*hidden argument*/NULL); NullCheck(L_68); String_t* L_75 = String_Substring_m1610150815(L_68, L_70, ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)L_74)), /*hidden argument*/NULL); V_4 = L_75; V_5 = 0; String_t* L_76 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_77 = CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_76, (&V_5), /*hidden argument*/NULL); if (!L_77) { goto IL_022f; } } { Dictionary_2_t497245277 * L_78 = __this->get_m_listSubModel_29(); int32_t L_79 = V_5; NullCheck(L_78); bool L_80 = Dictionary_2_ContainsKey_m2280012520(L_78, L_79, /*hidden argument*/Dictionary_2_ContainsKey_m2280012520_RuntimeMethod_var); if (!L_80) { goto IL_022f; } } { Dictionary_2_t497245277 * L_81 = __this->get_m_listSubModel_29(); int32_t L_82 = V_5; NullCheck(L_81); CRoleModelItem_t1608531946 * L_83 = Dictionary_2_get_Item_m2631563302(L_81, L_82, /*hidden argument*/Dictionary_2_get_Item_m2631563302_RuntimeMethod_var); NullCheck(L_83); CRoleModelItem_OnDestroy_m1465529345(L_83, (bool)1, /*hidden argument*/NULL); } IL_022f: { 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; } int64_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; int32_t V_7 = 0; { String_t* L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral4041997353, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { bool L_2 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { ISceneRole_PlayMemberShipEffect_m2368816413(__this, (bool)1, /*hidden argument*/NULL); } IL_0022: { goto IL_0233; } IL_0027: { String_t* L_3 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2467057994, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_006c; } } { CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = CProperty_GetLong_m359864449(L_5, _stringLiteral3045376494, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = L_6; CProperty_t963755051 * L_7 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); String_t* L_8 = ___key0; NullCheck(L_7); int32_t L_9 = CProperty_GetInt_m2680341236(L_7, L_8, 0, /*hidden argument*/NULL); V_1 = L_9; int64_t L_10 = V_0; int32_t L_11 = V_1; ISceneRole_EnableFollowedObject_m3016896269(__this, L_10, (bool)((((int32_t)((((int32_t)((int32_t)16)) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); goto IL_0233; } IL_006c: { String_t* L_12 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_13 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral795478587, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_00a1; } } { CAvatarSite_t1752665925 * L_14 = __this->get_m_avatarSite_22(); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CProperty_GetInt_m2680341236(L_15, _stringLiteral795478587, 0, /*hidden argument*/NULL); NullCheck(L_14); CAvatarSite_ChangeSkin_m2417483162(L_14, 0, (bool)((((int32_t)0) == ((int32_t)L_16))? 1 : 0), /*hidden argument*/NULL); goto IL_0233; } IL_00a1: { String_t* L_17 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_18 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral990895520, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0170; } } { CProperty_t963755051 * L_19 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_19); int64_t L_20 = CProperty_GetLong_m359864449(L_19, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_2 = L_20; V_3 = (ISceneRole_t2394225724 *)NULL; V_4 = 0; goto IL_014e; } IL_00ce: { ISceneRole_t2394225724 * L_21 = V_3; NullCheck(L_21); int64_t L_22 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_21); int64_t L_23 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); if ((!(((uint64_t)L_22) == ((uint64_t)L_23)))) { goto IL_00e4; } } { goto IL_014e; } IL_00e4: { ISceneRole_t2394225724 * L_24 = V_3; NullCheck(L_24); int64_t L_25 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_24); int64_t L_26 = V_2; if ((!(((uint64_t)L_25) == ((uint64_t)L_26)))) { goto IL_0113; } } { ISceneRole_t2394225724 * L_27 = V_3; NullCheck(L_27); CDataProperty_t2806246268 * L_28 = ISceneBaseObj_GetUserProperty_m776816018(L_27, /*hidden argument*/NULL); int64_t L_29 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); NullCheck(L_28); CDataProperty_Add_m2743671346(L_28, _stringLiteral451437530, L_29, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_30 = V_3; NullCheck(L_30); ISceneBaseObj_AddRoleState_m2943967725(L_30, ((int32_t)16), /*hidden argument*/NULL); goto IL_014e; } IL_0113: { int64_t L_31 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); ISceneRole_t2394225724 * L_32 = V_3; NullCheck(L_32); CDataProperty_t2806246268 * L_33 = ISceneBaseObj_GetUserProperty_m776816018(L_32, /*hidden argument*/NULL); NullCheck(L_33); int64_t L_34 = CDataProperty_GetLong_m2096131398(L_33, _stringLiteral451437530, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((!(((uint64_t)L_31) == ((uint64_t)L_34)))) { goto IL_014e; } } { V_5 = (((int64_t)((int64_t)0))); ISceneRole_t2394225724 * L_35 = V_3; NullCheck(L_35); CDataProperty_t2806246268 * L_36 = ISceneBaseObj_GetUserProperty_m776816018(L_35, /*hidden argument*/NULL); int64_t L_37 = V_5; NullCheck(L_36); CDataProperty_Add_m2743671346(L_36, _stringLiteral451437530, L_37, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_38 = V_3; NullCheck(L_38); ISceneBaseObj_RemoveRoleState_m1533657667(L_38, ((int32_t)16), /*hidden argument*/NULL); } IL_014e: { CSceneService_t551449725 * L_39 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_40 = V_4; int32_t L_41 = L_40; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); NullCheck(L_39); ISceneBaseObj_t858622483 * L_42 = CSceneService_GetRoleObj_m3880305570(L_39, L_41, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_43 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_42, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_3 = L_43; if (L_43) { goto IL_00ce; } } { goto IL_0233; } IL_0170: { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_44 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_44); int32_t L_45 = String_get_Length_m3847582255(L_44, /*hidden argument*/NULL); String_t* L_46 = ___key0; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); if ((((int32_t)L_45) > ((int32_t)L_47))) { goto IL_0233; } } { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_48 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); String_t* L_49 = ___key0; String_t* L_50 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_50); int32_t L_51 = String_get_Length_m3847582255(L_50, /*hidden argument*/NULL); NullCheck(L_49); String_t* L_52 = String_Substring_m1610150815(L_49, 0, L_51, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_53 = String_CompareTo_m3414379165(L_48, L_52, /*hidden argument*/NULL); if (L_53) { goto IL_0233; } } { String_t* L_54 = ___key0; NullCheck(L_54); bool L_55 = String_Equals_m2270643605(L_54, _stringLiteral3385978947, /*hidden argument*/NULL); if (!L_55) { goto IL_01c5; } } { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_56 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_57 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, __this); NullCheck(L_56); IdleActionManager_OnIdleAnimEnd_m2172677994(L_56, L_57, /*hidden argument*/NULL); } IL_01c5: { String_t* L_58 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_59 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_59); int32_t L_60 = String_get_Length_m3847582255(L_59, /*hidden argument*/NULL); String_t* L_61 = ___key0; NullCheck(L_61); int32_t L_62 = String_get_Length_m3847582255(L_61, /*hidden argument*/NULL); String_t* L_63 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_63); int32_t L_64 = String_get_Length_m3847582255(L_63, /*hidden argument*/NULL); NullCheck(L_58); String_t* L_65 = String_Substring_m1610150815(L_58, L_60, ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_64)), /*hidden argument*/NULL); V_6 = L_65; String_t* L_66 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_67 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_66, 0, /*hidden argument*/NULL); V_7 = L_67; int32_t L_68 = V_7; if ((((int32_t)L_68) == ((int32_t)((int32_t)12)))) { goto IL_0204; } } { int32_t L_69 = V_7; if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)30))))) { goto IL_0233; } } IL_0204: { CLevelManager_t3077608201 * L_70 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_70); bool L_71 = CLevelManager_IsLevel_m3139716542(L_70, _stringLiteral3500937908, /*hidden argument*/NULL); if (L_71) { goto IL_022c; } } { CLevelManager_t3077608201 * L_72 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_72); bool L_73 = CLevelManager_IsLevel_m3139716542(L_72, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_73) { goto IL_0233; } } IL_022c: { VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); } IL_0233: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::ForceReloadModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_ForceReloadModel_m2123721141 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_ForceReloadModel_m2123721141_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; ISceneRole_t2394225724 * G_B19_0 = NULL; CRoleModelFace_t1285730091 * G_B19_1 = NULL; ISceneRole_t2394225724 * G_B18_0 = NULL; CRoleModelFace_t1285730091 * G_B18_1 = NULL; int32_t G_B20_0 = 0; ISceneRole_t2394225724 * G_B20_1 = NULL; CRoleModelFace_t1285730091 * G_B20_2 = NULL; ISceneRole_t2394225724 * G_B26_0 = NULL; CRoleModel_Effect_t71978069 * G_B26_1 = NULL; ISceneRole_t2394225724 * G_B25_0 = NULL; CRoleModel_Effect_t71978069 * G_B25_1 = NULL; int32_t G_B27_0 = 0; ISceneRole_t2394225724 * G_B27_1 = NULL; CRoleModel_Effect_t71978069 * G_B27_2 = NULL; { V_0 = (bool)1; __this->set_m_bSendLoadingRes_24((bool)1); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResourceManager_BeginHighMode_m3631946985(L_0, /*hidden argument*/NULL); int32_t L_1 = ___nModelID0; if (L_1) { goto IL_0045; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_2 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_0034; } } { bool L_3 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral3438716482, L_3, /*hidden argument*/NULL); goto IL_0040; } IL_0034: { bool L_4 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral172410544, L_4, /*hidden argument*/NULL); } IL_0040: { goto IL_00c5; } IL_0045: { int32_t L_5 = ___nModelID0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0078; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_6 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_6) { goto IL_0067; } } { bool L_7 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral1298458304, L_7, /*hidden argument*/NULL); goto IL_0073; } IL_0067: { bool L_8 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral2302632015, L_8, /*hidden argument*/NULL); } IL_0073: { goto IL_00c5; } IL_0078: { String_t* L_9 = Int32_ToString_m141394615((&___nModelID0), /*hidden argument*/NULL); V_1 = L_9; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_10 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_10) { goto IL_00ad; } } { String_t* L_11 = V_1; String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2755371533, L_11, _stringLiteral3452614529, L_12, /*hidden argument*/NULL); bool L_14 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_13, L_14, /*hidden argument*/NULL); goto IL_00c5; } IL_00ad: { String_t* L_15 = V_1; String_t* L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2755371533, L_15, _stringLiteral2788013625, L_16, /*hidden argument*/NULL); bool L_18 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_17, L_18, /*hidden argument*/NULL); } IL_00c5: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_19 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); IResourceManager_EndHighMode_m797513702(L_19, /*hidden argument*/NULL); int32_t L_20 = ___nModelID0; if (!L_20) { goto IL_00dc; } } { int32_t L_21 = ___nModelID0; if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_011c; } } IL_00dc: { CRoleModelFace_t1285730091 * L_22 = __this->get_m_RoleFace_26(); if (L_22) { goto IL_00f2; } } { CRoleModelFace_t1285730091 * L_23 = (CRoleModelFace_t1285730091 *)il2cpp_codegen_object_new(CRoleModelFace_t1285730091_il2cpp_TypeInfo_var); CRoleModelFace__ctor_m2442205369(L_23, /*hidden argument*/NULL); __this->set_m_RoleFace_26(L_23); } IL_00f2: { CRoleModelFace_t1285730091 * L_24 = __this->get_m_RoleFace_26(); int32_t L_25 = ___nModelID0; G_B18_0 = __this; G_B18_1 = L_24; if (L_25) { G_B19_0 = __this; G_B19_1 = L_24; goto IL_0105; } } { G_B20_0 = 1; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; goto IL_0106; } IL_0105: { G_B20_0 = 0; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; } IL_0106: { NullCheck(G_B20_2); CRoleModelFace_SetRoleInfo_m2154259509(G_B20_2, G_B20_1, (bool)G_B20_0, /*hidden argument*/NULL); CRoleModelFace_t1285730091 * L_26 = __this->get_m_RoleFace_26(); NullCheck(L_26); CRoleModelFace_EnableAutoCloseEyes_m2972190553(L_26, (bool)1, /*hidden argument*/NULL); goto IL_0139; } IL_011c: { CRoleModelFace_t1285730091 * L_27 = __this->get_m_RoleFace_26(); if (!L_27) { goto IL_0139; } } { CRoleModelFace_t1285730091 * L_28 = __this->get_m_RoleFace_26(); NullCheck(L_28); CRoleModelFace_Clear_m2618079574(L_28, /*hidden argument*/NULL); __this->set_m_RoleFace_26((CRoleModelFace_t1285730091 *)NULL); } IL_0139: { CRoleModel_Effect_t71978069 * L_29 = __this->get_m_RoleEfect_25(); if (L_29) { goto IL_0168; } } { CRoleModel_Effect_t71978069 * L_30 = (CRoleModel_Effect_t71978069 *)il2cpp_codegen_object_new(CRoleModel_Effect_t71978069_il2cpp_TypeInfo_var); CRoleModel_Effect__ctor_m3038111206(L_30, /*hidden argument*/NULL); __this->set_m_RoleEfect_25(L_30); CRoleModel_Effect_t71978069 * L_31 = __this->get_m_RoleEfect_25(); int32_t L_32 = ___nModelID0; G_B25_0 = __this; G_B25_1 = L_31; if (L_32) { G_B26_0 = __this; G_B26_1 = L_31; goto IL_0162; } } { G_B27_0 = 1; G_B27_1 = G_B25_0; G_B27_2 = G_B25_1; goto IL_0163; } IL_0162: { G_B27_0 = 0; G_B27_1 = G_B26_0; G_B27_2 = G_B26_1; } IL_0163: { NullCheck(G_B27_2); CRoleModel_Effect_SetRoleInfo_m3139593417(G_B27_2, G_B27_1, (bool)G_B27_0, /*hidden argument*/NULL); } IL_0168: { 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; ISceneRole_t2394225724 * G_B20_0 = NULL; CRoleModelFace_t1285730091 * G_B20_1 = NULL; ISceneRole_t2394225724 * G_B19_0 = NULL; CRoleModelFace_t1285730091 * G_B19_1 = NULL; int32_t G_B21_0 = 0; ISceneRole_t2394225724 * G_B21_1 = NULL; CRoleModelFace_t1285730091 * G_B21_2 = NULL; ISceneRole_t2394225724 * G_B27_0 = NULL; CRoleModel_Effect_t71978069 * G_B27_1 = NULL; ISceneRole_t2394225724 * G_B26_0 = NULL; CRoleModel_Effect_t71978069 * G_B26_1 = NULL; int32_t G_B28_0 = 0; ISceneRole_t2394225724 * G_B28_1 = NULL; CRoleModel_Effect_t71978069 * G_B28_2 = NULL; { bool L_0 = __this->get_m_bSendLoadingRes_24(); if (L_0) { goto IL_0144; } } { V_0 = (bool)1; __this->set_m_bSendLoadingRes_24((bool)1); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_1 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); IResourceManager_BeginHighMode_m3631946985(L_1, /*hidden argument*/NULL); int32_t L_2 = ___nModelID0; if (L_2) { goto IL_0050; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_3 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_3) { goto IL_003f; } } { bool L_4 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral3438716482, L_4, /*hidden argument*/NULL); goto IL_004b; } IL_003f: { bool L_5 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral172410544, L_5, /*hidden argument*/NULL); } IL_004b: { goto IL_00d0; } IL_0050: { int32_t L_6 = ___nModelID0; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0083; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_7 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_7) { goto IL_0072; } } { bool L_8 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral1298458304, L_8, /*hidden argument*/NULL); goto IL_007e; } IL_0072: { bool L_9 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, _stringLiteral2302632015, L_9, /*hidden argument*/NULL); } IL_007e: { goto IL_00d0; } IL_0083: { String_t* L_10 = Int32_ToString_m141394615((&___nModelID0), /*hidden argument*/NULL); V_1 = L_10; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_11 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_11) { goto IL_00b8; } } { String_t* L_12 = V_1; String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2755371533, L_12, _stringLiteral3452614529, L_13, /*hidden argument*/NULL); bool L_15 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_14, L_15, /*hidden argument*/NULL); goto IL_00d0; } IL_00b8: { String_t* L_16 = V_1; String_t* L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2755371533, L_16, _stringLiteral2788013625, L_17, /*hidden argument*/NULL); bool L_19 = V_0; ISceneBaseObj_LoadFromPrefab_m1643718464(__this, L_18, L_19, /*hidden argument*/NULL); } IL_00d0: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_20 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); IResourceManager_EndHighMode_m797513702(L_20, /*hidden argument*/NULL); int32_t L_21 = ___nModelID0; if (!L_21) { goto IL_00e7; } } { int32_t L_22 = ___nModelID0; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_0127; } } IL_00e7: { CRoleModelFace_t1285730091 * L_23 = __this->get_m_RoleFace_26(); if (L_23) { goto IL_00fd; } } { CRoleModelFace_t1285730091 * L_24 = (CRoleModelFace_t1285730091 *)il2cpp_codegen_object_new(CRoleModelFace_t1285730091_il2cpp_TypeInfo_var); CRoleModelFace__ctor_m2442205369(L_24, /*hidden argument*/NULL); __this->set_m_RoleFace_26(L_24); } IL_00fd: { CRoleModelFace_t1285730091 * L_25 = __this->get_m_RoleFace_26(); int32_t L_26 = ___nModelID0; G_B19_0 = __this; G_B19_1 = L_25; if (L_26) { G_B20_0 = __this; G_B20_1 = L_25; goto IL_0110; } } { G_B21_0 = 1; G_B21_1 = G_B19_0; G_B21_2 = G_B19_1; goto IL_0111; } IL_0110: { G_B21_0 = 0; G_B21_1 = G_B20_0; G_B21_2 = G_B20_1; } IL_0111: { NullCheck(G_B21_2); CRoleModelFace_SetRoleInfo_m2154259509(G_B21_2, G_B21_1, (bool)G_B21_0, /*hidden argument*/NULL); CRoleModelFace_t1285730091 * L_27 = __this->get_m_RoleFace_26(); NullCheck(L_27); CRoleModelFace_EnableAutoCloseEyes_m2972190553(L_27, (bool)1, /*hidden argument*/NULL); goto IL_0144; } IL_0127: { CRoleModelFace_t1285730091 * L_28 = __this->get_m_RoleFace_26(); if (!L_28) { goto IL_0144; } } { CRoleModelFace_t1285730091 * L_29 = __this->get_m_RoleFace_26(); NullCheck(L_29); CRoleModelFace_Clear_m2618079574(L_29, /*hidden argument*/NULL); __this->set_m_RoleFace_26((CRoleModelFace_t1285730091 *)NULL); } IL_0144: { CRoleModel_Effect_t71978069 * L_30 = __this->get_m_RoleEfect_25(); if (L_30) { goto IL_0173; } } { CRoleModel_Effect_t71978069 * L_31 = (CRoleModel_Effect_t71978069 *)il2cpp_codegen_object_new(CRoleModel_Effect_t71978069_il2cpp_TypeInfo_var); CRoleModel_Effect__ctor_m3038111206(L_31, /*hidden argument*/NULL); __this->set_m_RoleEfect_25(L_31); CRoleModel_Effect_t71978069 * L_32 = __this->get_m_RoleEfect_25(); int32_t L_33 = ___nModelID0; G_B26_0 = __this; G_B26_1 = L_32; if (L_33) { G_B27_0 = __this; G_B27_1 = L_32; goto IL_016d; } } { G_B28_0 = 1; G_B28_1 = G_B26_0; G_B28_2 = G_B26_1; goto IL_016e; } IL_016d: { G_B28_0 = 0; G_B28_1 = G_B27_0; G_B28_2 = G_B27_1; } IL_016e: { NullCheck(G_B28_2); CRoleModel_Effect_SetRoleInfo_m3139593417(G_B28_2, G_B28_1, (bool)G_B28_0, /*hidden argument*/NULL); } IL_0173: { ISceneRole_LoadSubModels_m1479761382(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetModelVisible(DMCore.Framework.Scene.enumModelCategory,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetModelVisible_m2225229514 (ISceneRole_t2394225724 * __this, int32_t ___e0, bool ___v1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetModelVisible_m2225229514_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; { 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_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); int32_t L_3 = ___e0; int32_t L_4 = ((int32_t)L_3); RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_5, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_2, L_6, /*hidden argument*/NULL); V_0 = L_7; Transform_t3600365921 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003b; } } { return; } IL_003b: { V_1 = 0; goto IL_005a; } IL_0042: { Transform_t3600365921 * L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); Transform_t3600365921 * L_12 = Transform_GetChild_m1092972975(L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; Transform_t3600365921 * L_13 = V_2; NullCheck(L_13); GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(L_13, /*hidden argument*/NULL); bool L_15 = ___v1; NullCheck(L_14); GameObject_SetActive_m796801857(L_14, L_15, /*hidden argument*/NULL); int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_005a: { int32_t L_17 = V_1; Transform_t3600365921 * L_18 = V_0; 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_0042; } } { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetModelVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetModelVisible_m480269886 (ISceneRole_t2394225724 * __this, bool ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetModelVisible_m480269886_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject* 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); { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (enumModelCategory_t3973378142_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeArray * L_2 = Enum_GetValues_m4192343468(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = Array_GetEnumerator_m4277730612(L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_0015: try { // begin try (depth: 1) { goto IL_002e; } IL_001a: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_5, enumModelCategory_t3973378142_il2cpp_TypeInfo_var)))); int32_t L_6 = V_0; bool L_7 = ___v0; ISceneRole_SetModelVisible_m2225229514(__this, L_6, L_7, /*hidden argument*/NULL); } IL_002e: { RuntimeObject* L_8 = V_1; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001a; } } IL_0039: { IL2CPP_LEAVE(0x52, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) { RuntimeObject* L_10 = V_1; RuntimeObject* L_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_11; if (!L_11) { goto IL_0051; } } IL_004b: { RuntimeObject* L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); } IL_0051: { IL2CPP_END_FINALLY(62) } } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x52, IL_0052) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0052: { return; } } // System.Int32 DMCore.Framework.Scene.ISceneRole::GetChangeModel() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetChangeModel_m941892506 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetChangeModel_m941892506_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, _stringLiteral4039210824, 0, /*hidden argument*/NULL); return L_1; } } // 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_006a; } } { CPetModel_t3783790547 * L_1 = __this->get_m_Pretender_53(); if (!L_1) { goto IL_0069; } } { CPetModel_t3783790547 * L_2 = __this->get_m_Pretender_53(); NullCheck(L_2); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_2); __this->set_m_Pretender_53((CPetModel_t3783790547 *)NULL); Dictionary_2_t497245277 * L_3 = __this->get_m_listSubModel_29(); NullCheck(L_3); Enumerator_t2451428052 L_4 = Dictionary_2_GetEnumerator_m3135230575(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); 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; } } { ISceneRole_SetModelVisible_m480269886(__this, (bool)1, /*hidden argument*/NULL); ISceneBaseObj_StopAnim_m821603361(__this, /*hidden argument*/NULL); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); } IL_0069: { return; } IL_006a: { int32_t L_8 = ___nModelID0; if ((((int32_t)((int32_t)50000000)) >= ((int32_t)L_8))) { goto IL_00cf; } } { CPetModel_t3783790547 * L_9 = __this->get_m_Pretender_53(); if (!L_9) { goto IL_0092; } } { int32_t L_10 = ___nModelID0; CPetModel_t3783790547 * L_11 = __this->get_m_Pretender_53(); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_11); if ((!(((uint32_t)L_10) == ((uint32_t)L_12)))) { goto IL_0092; } } { return; } IL_0092: { CPetModel_t3783790547 * L_13 = __this->get_m_Pretender_53(); if (!L_13) { goto IL_00ad; } } { CPetModel_t3783790547 * L_14 = __this->get_m_Pretender_53(); NullCheck(L_14); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_14); goto IL_00b8; } IL_00ad: { CPetModel_t3783790547 * L_15 = (CPetModel_t3783790547 *)il2cpp_codegen_object_new(CPetModel_t3783790547_il2cpp_TypeInfo_var); CPetModel__ctor_m2823182446(L_15, /*hidden argument*/NULL); __this->set_m_Pretender_53(L_15); } IL_00b8: { CPetModel_t3783790547 * L_16 = __this->get_m_Pretender_53(); int32_t L_17 = ___nModelID0; NullCheck(L_16); ISceneBaseObj_SetModelID_m3286778194(L_16, L_17, /*hidden argument*/NULL); CPetModel_t3783790547 * L_18 = __this->get_m_Pretender_53(); NullCheck(L_18); ISceneNpcBase_LoadingResource_m2169387502(L_18, /*hidden argument*/NULL); } IL_00cf: { 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_SetEnable_m286995857_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; } } { CRoleModelFace_t1285730091 * L_4 = __this->get_m_RoleFace_26(); if (!L_4) { goto IL_0031; } } { bool L_5 = ___enableNow0; if (!L_5) { goto IL_0031; } } { CRoleModelFace_t1285730091 * L_6 = __this->get_m_RoleFace_26(); NullCheck(L_6); CRoleModelFace_ResumeEyesOrg_m3041598763(L_6, /*hidden argument*/NULL); } IL_0031: { Dictionary_2_t497245277 * L_7 = __this->get_m_listSubModel_29(); NullCheck(L_7); Enumerator_t2451428052 L_8 = Dictionary_2_GetEnumerator_m3135230575(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); V_1 = L_8; goto IL_0057; } IL_0042: { KeyValuePair_2_t2894917444 L_9 = Enumerator_get_Current_m59556516((&V_1), /*hidden argument*/Enumerator_get_Current_m59556516_RuntimeMethod_var); V_2 = L_9; CRoleModelItem_t1608531946 * L_10 = KeyValuePair_2_get_Value_m566560947((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m566560947_RuntimeMethod_var); bool L_11 = ___enableNow0; NullCheck(L_10); CRoleModelItem_OnRoleEnable_m1002368919(L_10, L_11, /*hidden argument*/NULL); } IL_0057: { bool L_12 = Enumerator_MoveNext_m1600580383((&V_1), /*hidden argument*/Enumerator_MoveNext_m1600580383_RuntimeMethod_var); if (L_12) { goto IL_0042; } } IL_0063: { return; } } // System.Int32 DMCore.Framework.Scene.ISceneRole::GetModelID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetModelID_m3474429758 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { CLocalSimulateRole_t4101146137 * L_0 = __this->get_m_simulateRole_58(); if (!L_0) { goto IL_0023; } } { CLocalSimulateRole_t4101146137 * L_1 = __this->get_m_simulateRole_58(); NullCheck(L_1); bool L_2 = CLocalSimulateRole_get_IsMale_m415810317(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { G_B4_0 = 0; goto IL_0022; } IL_0021: { G_B4_0 = 1; } IL_0022: { return G_B4_0; } IL_0023: { int32_t L_3 = ISceneBaseObj_GetModelID_m2197572308(__this, /*hidden argument*/NULL); return L_3; } } // System.Int32 DMCore.Framework.Scene.ISceneRole::GetSex() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetSex_m562927541 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { CLocalSimulateRole_t4101146137 * L_0 = __this->get_m_simulateRole_58(); if (!L_0) { goto IL_0023; } } { CLocalSimulateRole_t4101146137 * L_1 = __this->get_m_simulateRole_58(); NullCheck(L_1); bool L_2 = CLocalSimulateRole_get_IsMale_m415810317(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { G_B4_0 = 0; goto IL_0022; } IL_0021: { G_B4_0 = 1; } IL_0022: { return G_B4_0; } IL_0023: { int32_t L_3 = ISceneBaseObj_GetSex_m3027530197(__this, /*hidden argument*/NULL); return L_3; } } // System.String DMCore.Framework.Scene.ISceneRole::GetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetRoleName_m1087992510 (ISceneRole_t2394225724 * __this, String_t* ___defaultName0, const RuntimeMethod* method) { { CLocalSimulateRole_t4101146137 * L_0 = __this->get_m_simulateRole_58(); if (!L_0) { goto IL_0017; } } { CLocalSimulateRole_t4101146137 * L_1 = __this->get_m_simulateRole_58(); NullCheck(L_1); String_t* L_2 = CLocalSimulateRole_GetRoleName_m2534968602(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { String_t* L_3 = ___defaultName0; String_t* L_4 = ISceneBaseObj_GetRoleName_m1513645719(__this, L_3, /*hidden argument*/NULL); return L_4; } } // 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_45(L_0); __this->set_m_faceTime_46((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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_IsNeedSubmit_m1584710125_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 G_B9_0 = 0; { Dictionary_2_t497245277 * L_0 = __this->get_m_listSubModel_29(); NullCheck(L_0); Enumerator_t2451428052 L_1 = Dictionary_2_GetEnumerator_m3135230575(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); 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; } } { bool L_6 = __this->get_m_bEnablePretend_52(); if (!L_6) { goto IL_006d; } } { CPetModel_t3783790547 * L_7 = __this->get_m_Pretender_53(); if (!L_7) { goto IL_006d; } } { CPetModel_t3783790547 * L_8 = __this->get_m_Pretender_53(); NullCheck(L_8); bool L_9 = ISceneBaseObj_IsValid_m1197404667(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_006b; } } { CPetModel_t3783790547 * L_10 = __this->get_m_Pretender_53(); NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_10); G_B9_0 = ((int32_t)(L_11)); goto IL_006c; } IL_006b: { G_B9_0 = 0; } IL_006c: { return (bool)G_B9_0; } IL_006d: { 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_23(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_23(); 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; } } // System.Void DMCore.Framework.Scene.ISceneRole::PlayDanceScoreAnim(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayDanceScoreAnim_m1820057672 (ISceneRole_t2394225724 * __this, int32_t ___rankLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_PlayDanceScoreAnim_m1820057672_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; AnimationClip_t2318505987 * V_2 = NULL; String_t* G_B3_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, __this); if (L_0) { goto IL_0015; } } { G_B3_0 = _stringLiteral1522646632; goto IL_001a; } IL_0015: { G_B3_0 = _stringLiteral2668604531; } IL_001a: { V_0 = G_B3_0; int32_t L_1 = ___rankLevel0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_1, 0, 3, /*hidden argument*/NULL); ___rankLevel0 = L_2; CQualifyingManager_t954001806 * L_3 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = L_3->get_IsQualifyingGame_15(); if (!L_4) { goto IL_0070; } } { CQualifyingManager_t954001806 * L_5 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); SelfQualifyPkResultInfo_t1561294256 * L_6 = CQualifyingManager_get_PkResult_m868160114(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = L_6->get_Result_0(); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0070; } } { CQualifyingManager_t954001806 * L_8 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); SelfQualifyPkResultInfo_t1561294256 * L_9 = CQualifyingManager_get_PkResult_m868160114(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = L_9->get_Result_0(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0066; } } { ___rankLevel0 = 0; goto IL_0070; } IL_0066: { int32_t L_11 = ___rankLevel0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_12 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_11, 1, 3, /*hidden argument*/NULL); ___rankLevel0 = L_12; } IL_0070: { int32_t L_13 = ___rankLevel0; V_1 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)L_13))))); String_t* L_14 = V_0; Il2CppChar L_15 = V_1; Il2CppChar L_16 = L_15; RuntimeObject * L_17 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m904156431(NULL /*static, unused*/, L_14, L_17, /*hidden argument*/NULL); V_0 = L_18; String_t* L_19 = V_0; AnimationClip_t2318505987 * L_20 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_2 = L_20; AnimationClip_t2318505987 * L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00bb; } } { AnimationClip_t2318505987 * L_23 = V_2; String_t* L_24 = V_0; AnimationClip_t2318505987 * L_25 = V_2; NullCheck(L_25); float L_26 = AnimationClip_get_length_m3296085482(L_25, /*hidden argument*/NULL); ISceneBaseObj_PlayAnimClip_m3190763634(__this, L_23, L_24, (1.0f), ((float)il2cpp_codegen_subtract((float)L_26, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_00bb: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::PlayDanceScoreAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayDanceScoreAnim_m1495894534 (ISceneRole_t2394225724 * __this, bool ___bSuccess0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_PlayDanceScoreAnim_m1495894534_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; AnimationClip_t2318505987 * V_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, __this); if (L_0) { goto IL_0015; } } { G_B3_0 = _stringLiteral2675404938; goto IL_001a; } IL_0015: { G_B3_0 = _stringLiteral2969527667; } IL_001a: { V_0 = G_B3_0; String_t* L_1 = V_0; bool L_2 = ___bSuccess0; G_B4_0 = L_1; if (!L_2) { G_B5_0 = L_1; goto IL_002c; } } { G_B6_0 = _stringLiteral4073034045; G_B6_1 = G_B4_0; goto IL_0031; } IL_002c: { G_B6_0 = _stringLiteral1605126695; G_B6_1 = G_B5_0; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, G_B6_1, G_B6_0, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; AnimationClip_t2318505987 * L_5 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; AnimationClip_t2318505987 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_006f; } } { AnimationClip_t2318505987 * L_8 = V_1; String_t* L_9 = V_0; AnimationClip_t2318505987 * L_10 = V_1; NullCheck(L_10); float L_11 = AnimationClip_get_length_m3296085482(L_10, /*hidden argument*/NULL); ISceneBaseObj_PlayAnimClip_m3190763634(__this, L_8, L_9, (1.0f), ((float)il2cpp_codegen_subtract((float)L_11, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_006f: { return; } } // 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; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnPaint() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnPaint_m3571264541 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_OnPaint_m3571264541_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; Camera_t4157153871 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Quaternion_t2301928331 V_5; memset(&V_5, 0, sizeof(V_5)); Transform_t3600365921 * V_6 = NULL; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); float V_8 = 0.0f; Rect_t2360479859 V_9; memset(&V_9, 0, sizeof(V_9)); String_t* V_10 = NULL; int32_t V_11 = 0; Vector2_t2156229523 V_12; memset(&V_12, 0, sizeof(V_12)); Rect_t2360479859 V_13; memset(&V_13, 0, sizeof(V_13)); int32_t V_14 = 0; Color_t2555686324 V_15; memset(&V_15, 0, sizeof(V_15)); int32_t V_16 = 0; String_t* V_17 = NULL; Vector2_t2156229523 V_18; memset(&V_18, 0, sizeof(V_18)); Vector2_t2156229523 V_19; memset(&V_19, 0, sizeof(V_19)); bool V_20 = false; bool V_21 = false; int32_t V_22 = 0; int32_t V_23 = 0; String_t* V_24 = NULL; StringU5BU5D_t1281789340* V_25 = NULL; int32_t V_26 = 0; String_t* V_27 = NULL; Vector2_t2156229523 V_28; memset(&V_28, 0, sizeof(V_28)); Vector2_t2156229523 V_29; memset(&V_29, 0, sizeof(V_29)); String_t* V_30 = NULL; Transform_t3600365921 * V_31 = NULL; Vector3_t3722313464 V_32; memset(&V_32, 0, sizeof(V_32)); Vector3_t3722313464 V_33; memset(&V_33, 0, sizeof(V_33)); float V_34 = 0.0f; float V_35 = 0.0f; Texture2D_t3840446185 * V_36 = NULL; Vector2_t2156229523 V_37; memset(&V_37, 0, sizeof(V_37)); float V_38 = 0.0f; Rect_t2360479859 V_39; memset(&V_39, 0, sizeof(V_39)); float V_40 = 0.0f; float V_41 = 0.0f; Vector2_t2156229523 V_42; memset(&V_42, 0, sizeof(V_42)); bool V_43 = false; int32_t V_44 = 0; CTitleDesc_t1213620943 * V_45 = NULL; String_t* V_46 = NULL; Transform_t3600365921 * V_47 = NULL; Vector3_t3722313464 V_48; memset(&V_48, 0, sizeof(V_48)); Vector3_t3722313464 V_49; memset(&V_49, 0, sizeof(V_49)); Vector3_t3722313464 V_50; memset(&V_50, 0, sizeof(V_50)); Vector3_t3722313464 V_51; memset(&V_51, 0, sizeof(V_51)); float V_52 = 0.0f; float V_53 = 0.0f; int32_t V_54 = 0; int32_t V_55 = 0; String_t* V_56 = NULL; int32_t V_57 = 0; String_t* V_58 = NULL; String_t* V_59 = NULL; StringU5BU5D_t1281789340* V_60 = NULL; int32_t V_61 = 0; List_1_t1017553631 * V_62 = NULL; int32_t V_63 = 0; float V_64 = 0.0f; int32_t V_65 = 0; int32_t V_66 = 0; String_t* V_67 = NULL; Texture2D_t3840446185 * V_68 = NULL; int32_t V_69 = 0; Vector2_t2156229523 V_70; memset(&V_70, 0, sizeof(V_70)); bool V_71 = false; Texture2D_t3840446185 * V_72 = NULL; float V_73 = 0.0f; Vector2_t2156229523 V_74; memset(&V_74, 0, sizeof(V_74)); Vector2_t2156229523 V_75; memset(&V_75, 0, sizeof(V_75)); int32_t G_B34_0 = 0; int32_t G_B37_0 = 0; int32_t G_B101_0 = 0; { Transform_t3600365921 * L_0 = ISceneRole_GetTitleEffect_m1678408685(__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_0022; } } { Transform_t3600365921 * L_2 = ISceneRole_GetTitleEffect_m1678408685(__this, /*hidden argument*/NULL); bool L_3 = ISceneBaseObj_IsTitleVisible_m1072246621(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); } IL_0022: { Transform_t3600365921 * L_4 = ISceneRole_GetNewEffect_m2395965827(__this, /*hidden argument*/NULL); 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_0044; } } { Transform_t3600365921 * L_6 = ISceneRole_GetNewEffect_m2395965827(__this, /*hidden argument*/NULL); bool L_7 = ISceneRole_IsNewTagVisible_m2313517372(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); } IL_0044: { GameObject_t1113636619 * L_8 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0070; } } { GameObject_t1113636619 * L_10 = ((ISceneBaseObj_t858622483 *)__this)->get_m_pGameObject_6(); NullCheck(L_10); bool L_11 = GameObject_get_activeSelf_m1767405923(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0070; } } { bool L_12 = ISceneBaseObj_IsTitleVisible_m1072246621(__this, /*hidden argument*/NULL); if (L_12) { goto IL_0071; } } IL_0070: { return; } IL_0071: { CLevelManager_t3077608201 * L_13 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); bool L_14 = CLevelManager_IsLevel_m3139716542(L_13, _stringLiteral840214861, /*hidden argument*/NULL); V_0 = L_14; CLevelManager_t3077608201 * L_15 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); bool L_16 = CLevelManager_IsLevel_m3139716542(L_15, _stringLiteral2570825119, /*hidden argument*/NULL); V_1 = L_16; CLevelManager_t3077608201 * L_17 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = CLevelManager_IsLevel_m3139716542(L_17, _stringLiteral2601265189, /*hidden argument*/NULL); V_2 = L_18; bool L_19 = V_0; if (L_19) { goto IL_00b4; } } { bool L_20 = V_1; if (L_20) { goto IL_00b4; } } { bool L_21 = V_2; if (L_21) { goto IL_00b4; } } { return; } IL_00b4: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_22 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); ICameraBase_t3615533728 * L_23 = CRoot_GetCamera_m3179746689(L_22, /*hidden argument*/NULL); NullCheck(L_23); Camera_t4157153871 * L_24 = ICameraBase_GetActiveCamera_m490033116(L_23, /*hidden argument*/NULL); V_3 = L_24; Camera_t4157153871 * L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_26 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00d1; } } { return; } IL_00d1: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_27 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_27; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_28 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_28; Transform_t3600365921 * L_29 = ISceneBaseObj_GetChildBoneTrans_m2300247844(__this, _stringLiteral2604637519, (&V_4), (&V_5), /*hidden argument*/NULL); V_6 = L_29; Transform_t3600365921 * L_30 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00fe; } } { return; } IL_00fe: { bool L_32 = V_1; if (!L_32) { goto IL_0117; } } { Camera_t4157153871 * L_33 = V_3; Transform_t3600365921 * L_34 = V_6; NullCheck(L_34); Vector3_t3722313464 L_35 = Transform_get_position_m36019626(L_34, /*hidden argument*/NULL); bool L_36 = ICameraBase_PointInCamera_m3129708324(NULL /*static, unused*/, L_33, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_0117; } } { return; } IL_0117: { Vector3_t3722313464 L_37 = VirtFuncInvoker2< Vector3_t3722313464 , String_t*, float >::Invoke(20 /* UnityEngine.Vector3 DMCore.Framework.Scene.ISceneBaseObj::GetTitleRectCenter2D(System.String,System.Single) */, __this, _stringLiteral2604637519, (1.62f)); V_7 = L_37; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_38 = CAppOSHelp_GetScale_m3255451164(NULL /*static, unused*/, /*hidden argument*/NULL); V_8 = L_38; il2cpp_codegen_initobj((&V_9), sizeof(Rect_t2360479859 )); CProperty_t963755051 * L_39 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_39); bool L_40 = CProperty_Check_m2093268374(L_39, _stringLiteral62725275, /*hidden argument*/NULL); if (!L_40) { goto IL_025c; } } { String_t* L_41 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(23 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetRoleName(System.String) */, __this, _stringLiteral345825936); V_10 = L_41; String_t* L_42 = V_10; 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_025c; } } { float L_44 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_45 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_44, (float)(18.0f))), /*hidden argument*/NULL); V_11 = L_45; String_t* L_46 = V_10; int32_t L_47 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CFontHelp_t2408739167_il2cpp_TypeInfo_var); Vector3_t3722313464 L_48 = CFontHelp_GetDrawPixelSize_m587405151(NULL /*static, unused*/, L_46, (((float)((float)L_47))), (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_49 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); V_12 = L_49; il2cpp_codegen_initobj((&V_13), sizeof(Rect_t2360479859 )); float L_50 = (&V_7)->get_x_1(); float L_51 = (&V_12)->get_x_0(); Rect_set_x_m2352063068((&V_13), ((float)il2cpp_codegen_subtract((float)L_50, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_51)))), /*hidden argument*/NULL); float L_52 = (&V_12)->get_x_0(); Rect_set_width_m2963421158((&V_13), L_52, /*hidden argument*/NULL); int32_t L_53 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_54 = (&V_7)->get_y_2(); float L_55 = V_8; Rect_set_y_m3702432190((&V_13), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_53))), (float)L_54)), (float)((float)il2cpp_codegen_multiply((float)L_55, (float)(42.0f))))), /*hidden argument*/NULL); float L_56 = (&V_12)->get_y_1(); Rect_set_height_m1625569324((&V_13), L_56, /*hidden argument*/NULL); Rect_t2360479859 L_57 = V_13; V_9 = L_57; CProperty_t963755051 * L_58 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_58); int32_t L_59 = CProperty_GetInt_m2680341236(L_58, _stringLiteral4041997353, 0, /*hidden argument*/NULL); V_14 = L_59; Color32_t2600501292 L_60; memset(&L_60, 0, sizeof(L_60)); Color32__ctor_m4150508762((&L_60), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL); Color_t2555686324 L_61 = Color32_op_Implicit_m213813866(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); V_15 = L_61; int32_t L_62 = V_14; if (!L_62) { goto IL_0241; } } { int32_t L_63 = V_14; int32_t L_64 = L_63; RuntimeObject * L_65 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_64); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1586550295, L_65, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ColorMap_t353729970_il2cpp_TypeInfo_var); String_t* L_67 = ColorMap_GetColorValue_m929637861(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Color_t2555686324 L_68 = NGUITools_ParseColor_m3278855289(NULL /*static, unused*/, L_67, 0, /*hidden argument*/NULL); V_15 = L_68; } IL_0241: { String_t* L_69 = V_10; Rect_t2360479859 L_70 = V_13; Color_t2555686324 L_71 = V_15; Color32_t2600501292 L_72 = Color32_op_Implicit_m2658259763(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); int32_t L_73 = V_11; float L_74 = (&V_7)->get_z_3(); IL2CPP_RUNTIME_CLASS_INIT(CFontHelp_t2408739167_il2cpp_TypeInfo_var); CFontHelp_Print_m4291916559(NULL /*static, unused*/, L_69, L_70, L_72, L_73, 1, 2, L_74, /*hidden argument*/NULL); } IL_025c: { CProperty_t963755051 * L_75 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_75); bool L_76 = CProperty_Check_m2093268374(L_75, _stringLiteral228405444, /*hidden argument*/NULL); if (!L_76) { goto IL_034a; } } { CProperty_t963755051 * L_77 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_77); int32_t L_78 = CProperty_GetInt_m2680341236(L_77, _stringLiteral228405444, 0, /*hidden argument*/NULL); V_16 = L_78; int32_t L_79 = V_16; if ((((int32_t)L_79) <= ((int32_t)0))) { goto IL_034a; } } { String_t* L_80 = Int32_ToString_m141394615((&V_16), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_81 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1993558412, L_80, /*hidden argument*/NULL); V_17 = L_81; IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_82 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_83 = V_17; NullCheck(L_82); String_t* L_84 = CLocalizationManager_GetLocalizePath_m3024801825(L_82, L_83, /*hidden argument*/NULL); V_17 = L_84; Texture2D_t3840446185 * L_85 = __this->get_m_textureLevel_33(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_86 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_85, /*hidden argument*/NULL); if (L_86) { goto IL_02d6; } } { String_t* L_87 = __this->get_m_textureLevelPath_41(); String_t* L_88 = V_17; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_89 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_87, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_02f0; } } IL_02d6: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_90 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_91 = V_17; NullCheck(L_90); Texture2D_t3840446185 * L_92 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_90, L_91); __this->set_m_textureLevel_33(L_92); String_t* L_93 = V_17; __this->set_m_textureLevelPath_41(L_93); } IL_02f0: { Texture2D_t3840446185 * L_94 = __this->get_m_textureLevel_33(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_95 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_034a; } } { float L_96 = Rect_get_xMax_m3018144503((&V_9), /*hidden argument*/NULL); float L_97 = V_8; Texture2D_t3840446185 * L_98 = __this->get_m_textureLevel_33(); NullCheck(L_98); int32_t L_99 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_98); Vector2_t2156229523 L_100 = Rect_get_center_m138276653((&V_9), /*hidden argument*/NULL); V_19 = L_100; float L_101 = (&V_19)->get_y_1(); Vector2__ctor_m3970636864((&V_18), ((float)il2cpp_codegen_add((float)L_96, (float)((float)il2cpp_codegen_multiply((float)L_97, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_99))))), (float)(2.0f))))))), L_101, /*hidden argument*/NULL); Vector2_t2156229523 L_102 = V_18; Texture2D_t3840446185 * L_103 = __this->get_m_textureLevel_33(); float L_104 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Push_m3262738348(NULL /*static, unused*/, L_102, L_103, L_104, /*hidden argument*/NULL); } IL_034a: { CProperty_t963755051 * L_105 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_105); int32_t L_106 = CProperty_GetInt_m2680341236(L_105, _stringLiteral3793045704, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_106) == ((uint32_t)1)))) { goto IL_0367; } } { G_B34_0 = 1; goto IL_0368; } IL_0367: { G_B34_0 = 0; } IL_0368: { V_20 = (bool)G_B34_0; CQualifyingManager_t954001806 * L_107 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_108 = ((ISceneBaseObj_t858622483 *)__this)->get_m_UserID_16(); NullCheck(L_107); QualifyInfo_t2809524376 * L_109 = CQualifyingManager_GetDestPlayerQulifyInfo_m4204608311(L_107, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_0385; } } { G_B37_0 = 1; goto IL_0386; } IL_0385: { G_B37_0 = 0; } IL_0386: { V_21 = (bool)G_B37_0; CProperty_t963755051 * L_110 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_110); bool L_111 = CProperty_Check_m2093268374(L_110, _stringLiteral2074403472, /*hidden argument*/NULL); if (L_111) { goto IL_03c0; } } { CProperty_t963755051 * L_112 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_112); bool L_113 = CProperty_Check_m2093268374(L_112, _stringLiteral4041997353, /*hidden argument*/NULL); if (L_113) { goto IL_03c0; } } { bool L_114 = V_21; if (L_114) { goto IL_03c0; } } { bool L_115 = V_20; if (!L_115) { goto IL_06a2; } } IL_03c0: { CProperty_t963755051 * L_116 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_116); int32_t L_117 = CProperty_GetInt_m2680341236(L_116, _stringLiteral2074403472, 0, /*hidden argument*/NULL); V_22 = L_117; CProperty_t963755051 * L_118 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_118); int32_t L_119 = CProperty_GetInt_m2680341236(L_118, _stringLiteral4041997353, 0, /*hidden argument*/NULL); V_23 = L_119; int32_t L_120 = V_22; if ((((int32_t)L_120) > ((int32_t)0))) { goto IL_0404; } } { int32_t L_121 = V_23; if ((((int32_t)L_121) > ((int32_t)0))) { goto IL_0404; } } { bool L_122 = V_21; if (L_122) { goto IL_0404; } } { bool L_123 = V_20; if (!L_123) { goto IL_06a2; } } IL_0404: { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_124 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_125 = V_22; int32_t L_126 = V_23; int64_t L_127 = ((ISceneBaseObj_t858622483 *)__this)->get_m_UserID_16(); NullCheck(L_124); String_t* L_128 = CVipManager_GetStatusNames_m4052654932(L_124, L_125, L_126, L_127, /*hidden argument*/NULL); V_24 = L_128; String_t* L_129 = V_24; CharU5BU5D_t3528271667* L_130 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_130); (L_130)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_129); StringU5BU5D_t1281789340* L_131 = String_Split_m3646115398(L_129, L_130, /*hidden argument*/NULL); V_25 = L_131; V_26 = 0; goto IL_0697; } IL_0436: { int32_t L_132 = V_26; List_1_t1017553631 * L_133 = __this->get_m_textureStatusArray_40(); NullCheck(L_133); int32_t L_134 = List_1_get_Count_m1676150876(L_133, /*hidden argument*/List_1_get_Count_m1676150876_RuntimeMethod_var); if ((((int32_t)L_132) >= ((int32_t)L_134))) { goto IL_045a; } } { int32_t L_135 = V_26; List_1_t3319525431 * L_136 = __this->get_m_textureStatusPathArray_43(); NullCheck(L_136); int32_t L_137 = List_1_get_Count_m2276455407(L_136, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_135) < ((int32_t)L_137))) { goto IL_0476; } } IL_045a: { List_1_t1017553631 * L_138 = __this->get_m_textureStatusArray_40(); NullCheck(L_138); List_1_Add_m3595772061(L_138, (Texture2D_t3840446185 *)NULL, /*hidden argument*/List_1_Add_m3595772061_RuntimeMethod_var); List_1_t3319525431 * L_139 = __this->get_m_textureStatusPathArray_43(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_140 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_139); List_1_Add_m1685793073(L_139, L_140, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_0476: { StringU5BU5D_t1281789340* L_141 = V_25; int32_t L_142 = V_26; NullCheck(L_141); int32_t L_143 = L_142; String_t* L_144 = (L_141)->GetAt(static_cast(L_143)); V_27 = L_144; List_1_t1017553631 * L_145 = __this->get_m_textureStatusArray_40(); int32_t L_146 = V_26; NullCheck(L_145); Texture2D_t3840446185 * L_147 = List_1_get_Item_m3379783094(L_145, L_146, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_148 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_147, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_148) { goto IL_04ae; } } { List_1_t3319525431 * L_149 = __this->get_m_textureStatusPathArray_43(); int32_t L_150 = V_26; NullCheck(L_149); String_t* L_151 = List_1_get_Item_m3729392029(L_149, L_150, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); String_t* L_152 = V_27; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_153 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_151, L_152, /*hidden argument*/NULL); if (!L_153) { goto IL_04d6; } } IL_04ae: { List_1_t1017553631 * L_154 = __this->get_m_textureStatusArray_40(); int32_t L_155 = V_26; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_156 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_157 = V_27; NullCheck(L_156); Texture2D_t3840446185 * L_158 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_156, L_157); NullCheck(L_154); List_1_set_Item_m393498222(L_154, L_155, L_158, /*hidden argument*/List_1_set_Item_m393498222_RuntimeMethod_var); List_1_t3319525431 * L_159 = __this->get_m_textureStatusPathArray_43(); int32_t L_160 = V_26; String_t* L_161 = V_27; NullCheck(L_159); List_1_set_Item_m2198934485(L_159, L_160, L_161, /*hidden argument*/List_1_set_Item_m2198934485_RuntimeMethod_var); } IL_04d6: { List_1_t1017553631 * L_162 = __this->get_m_textureStatusArray_40(); int32_t L_163 = V_26; NullCheck(L_162); Texture2D_t3840446185 * L_164 = List_1_get_Item_m3379783094(L_162, L_163, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_165 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_164, /*hidden argument*/NULL); if (!L_165) { goto IL_0691; } } { float L_166 = Rect_get_x_m3839990490((&V_9), /*hidden argument*/NULL); float L_167 = V_8; List_1_t1017553631 * L_168 = __this->get_m_textureStatusArray_40(); int32_t L_169 = V_26; NullCheck(L_168); Texture2D_t3840446185 * L_170 = List_1_get_Item_m3379783094(L_168, L_169, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); NullCheck(L_170); int32_t L_171 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_170); Vector2_t2156229523 L_172 = Rect_get_center_m138276653((&V_9), /*hidden argument*/NULL); V_29 = L_172; float L_173 = (&V_29)->get_y_1(); Vector2__ctor_m3970636864((&V_28), ((float)il2cpp_codegen_subtract((float)L_166, (float)((float)il2cpp_codegen_multiply((float)L_167, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_171))))), (float)(2.0f))))))), L_173, /*hidden argument*/NULL); float L_174 = (&V_28)->get_x_0(); float L_175 = V_8; List_1_t1017553631 * L_176 = __this->get_m_textureStatusArray_40(); int32_t L_177 = V_26; NullCheck(L_176); Texture2D_t3840446185 * L_178 = List_1_get_Item_m3379783094(L_176, L_177, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); NullCheck(L_178); int32_t L_179 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_178); Rect_set_x_m2352063068((&V_9), ((float)il2cpp_codegen_subtract((float)L_174, (float)((float)il2cpp_codegen_multiply((float)L_175, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_179))))))))), /*hidden argument*/NULL); Vector2_t2156229523 L_180 = V_28; List_1_t1017553631 * L_181 = __this->get_m_textureStatusArray_40(); int32_t L_182 = V_26; NullCheck(L_181); Texture2D_t3840446185 * L_183 = List_1_get_Item_m3379783094(L_181, L_182, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); float L_184 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Push_m3262738348(NULL /*static, unused*/, L_180, L_183, L_184, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_185 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_185); String_t* L_186 = CLocalizationManager_GetLocalizePath_m3024801825(L_185, _stringLiteral2401469984, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_187 = V_25; int32_t L_188 = V_26; NullCheck(L_187); int32_t L_189 = L_188; String_t* L_190 = (L_187)->GetAt(static_cast(L_189)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_191 = String_op_Equality_m920492651(NULL /*static, unused*/, L_186, L_190, /*hidden argument*/NULL); if (!L_191) { goto IL_0691; } } { bool L_192 = V_20; if (!L_192) { goto IL_0691; } } { V_30 = _stringLiteral3954684497; bool L_193 = __this->get_b_newTagEffect_50(); if (L_193) { goto IL_05bc; } } { String_t* L_194 = V_30; ISceneBaseObj_PlayEffect_m4006788978(__this, L_194, 0, (-1.0f), /*hidden argument*/NULL); __this->set_b_newTagEffect_50((bool)1); } IL_05bc: { Transform_t3600365921 * L_195 = ISceneRole_GetNewEffect_m2395965827(__this, /*hidden argument*/NULL); V_31 = L_195; Transform_t3600365921 * L_196 = V_31; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_197 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_196, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_197) { goto IL_0691; } } { Camera_t4157153871 * L_198 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_199 = V_6; NullCheck(L_199); Vector3_t3722313464 L_200 = Transform_get_position_m36019626(L_199, /*hidden argument*/NULL); NullCheck(L_198); Vector3_t3722313464 L_201 = Camera_WorldToScreenPoint_m3726311023(L_198, L_200, /*hidden argument*/NULL); V_32 = L_201; int32_t L_202 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_203 = (&V_28)->get_y_1(); (&V_32)->set_y_2(((float)il2cpp_codegen_subtract((float)(((float)((float)L_202))), (float)L_203))); float L_204 = (&V_28)->get_x_0(); (&V_32)->set_x_1(L_204); Camera_t4157153871 * L_205 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_206 = V_32; NullCheck(L_205); Vector3_t3722313464 L_207 = Camera_ScreenToWorldPoint_m3978588570(L_205, L_206, /*hidden argument*/NULL); V_33 = L_207; Transform_t3600365921 * L_208 = V_31; Vector3_t3722313464 L_209 = V_33; NullCheck(L_208); Transform_set_position_m3387557959(L_208, L_209, /*hidden argument*/NULL); Transform_t3600365921 * L_210 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_210); Vector3_t3722313464 L_211 = Transform_get_position_m36019626(L_210, /*hidden argument*/NULL); CMainRole_t4200562839 * L_212 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_212); Transform_t3600365921 * L_213 = ISceneBaseObj_GetTransform_m3818769012(L_212, /*hidden argument*/NULL); NullCheck(L_213); Vector3_t3722313464 L_214 = Transform_get_position_m36019626(L_213, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_215 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_211, L_214, /*hidden argument*/NULL); V_34 = L_215; float L_216 = V_34; IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_217 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_217); int32_t L_218 = CMiscConfig_GetInt_m1183615064(L_217, _stringLiteral3105393215, ((int32_t)12), /*hidden argument*/NULL); V_35 = ((float)((float)L_216/(float)(((float)((float)L_218))))); Transform_t3600365921 * L_219 = V_31; Vector3_t3722313464 L_220; memset(&L_220, 0, sizeof(L_220)); Vector3__ctor_m3353183577((&L_220), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); float L_221 = V_35; Vector3_t3722313464 L_222; memset(&L_222, 0, sizeof(L_222)); Vector3__ctor_m3353183577((&L_222), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_223 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, L_221, L_222, /*hidden argument*/NULL); Vector3_t3722313464 L_224 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_220, L_223, /*hidden argument*/NULL); NullCheck(L_219); Transform_set_localScale_m3053443106(L_219, L_224, /*hidden argument*/NULL); } IL_0691: { int32_t L_225 = V_26; V_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_225, (int32_t)1)); } IL_0697: { int32_t L_226 = V_26; StringU5BU5D_t1281789340* L_227 = V_25; NullCheck(L_227); if ((((int32_t)L_226) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_227)->max_length))))))) { goto IL_0436; } } IL_06a2: { int32_t L_228 = __this->get_m_faceIndex_45(); if ((((int32_t)0) > ((int32_t)L_228))) { goto IL_083a; } } { float L_229 = __this->get_m_faceTime_46(); if ((!(((float)(-0.5f)) < ((float)L_229)))) { goto IL_083a; } } { float L_230 = __this->get_m_faceTime_46(); float L_231 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_faceTime_46(((float)il2cpp_codegen_add((float)L_230, (float)L_231))); float L_232 = __this->get_m_faceTime_46(); if ((!(((float)(2.4f)) <= ((float)L_232)))) { goto IL_06f7; } } { __this->set_m_faceIndex_45((-1)); __this->set_m_faceTime_46((-1.0f)); goto IL_083a; } IL_06f7: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_233 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t* L_234 = __this->get_address_of_m_faceIndex_45(); String_t* L_235 = Int32_ToString_m141394615(L_234, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_236 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3683233945, L_235, /*hidden argument*/NULL); NullCheck(L_233); Texture2D_t3840446185 * L_237 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_233, L_236); V_36 = L_237; Texture2D_t3840446185 * L_238 = V_36; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_239 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_238, /*hidden argument*/NULL); if (!L_239) { goto IL_0828; } } { float L_240 = (&V_7)->get_x_1(); int32_t L_241 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_242 = (&V_7)->get_y_2(); Vector2__ctor_m3970636864((&V_37), L_240, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_241))), (float)L_242)), /*hidden argument*/NULL); V_38 = (0.0f); int32_t L_243 = __this->get_m_faceIndex_45(); if ((((int32_t)2) < ((int32_t)L_243))) { goto IL_0794; } } { Vector2_t2156229523 * L_244 = (&V_37); float L_245 = L_244->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_246 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); float L_247 = __this->get_m_faceTime_46(); float L_248 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (-16.0f), (16.0f), ((float)il2cpp_codegen_multiply((float)(fmodf(L_247, (0.4f))), (float)(2.5f))), /*hidden argument*/NULL); L_244->set_x_0(((float)il2cpp_codegen_add((float)L_245, (float)((float)il2cpp_codegen_multiply((float)L_246, (float)L_248))))); goto IL_07b7; } IL_0794: { float L_249 = __this->get_m_faceTime_46(); float L_250 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (-25.0f), (25.0f), ((float)il2cpp_codegen_multiply((float)(fmodf(L_249, (0.2f))), (float)(5.0f))), /*hidden argument*/NULL); V_38 = L_250; } IL_07b7: { Texture2D_t3840446185 * L_251 = V_36; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); Rect_t2360479859 L_252 = CImageHelp_GetImageRect_m334541223(NULL /*static, unused*/, L_251, /*hidden argument*/NULL); V_39 = L_252; Transform_t3600365921 * L_253 = V_6; NullCheck(L_253); Vector3_t3722313464 L_254 = Transform_get_position_m36019626(L_253, /*hidden argument*/NULL); Camera_t4157153871 * L_255 = V_3; NullCheck(L_255); Transform_t3600365921 * L_256 = Component_get_transform_m3162698980(L_255, /*hidden argument*/NULL); NullCheck(L_256); Vector3_t3722313464 L_257 = Transform_get_position_m36019626(L_256, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_258 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_254, L_257, /*hidden argument*/NULL); V_40 = L_258; float L_259 = V_40; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_260 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_259, (1.0f), (4.0f), /*hidden argument*/NULL); V_40 = L_260; float L_261 = V_40; float L_262 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.5f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_261, (float)(1.0f))), (float)(0.333f))), /*hidden argument*/NULL); V_41 = L_262; Vector2_t2156229523 L_263 = V_37; Texture2D_t3840446185 * L_264 = V_36; Rect_t2360479859 L_265 = V_39; float L_266 = V_41; float L_267 = V_8; float L_268 = V_38; CImageHelp_DrawImageSRA_m746186293(NULL /*static, unused*/, L_263, L_264, L_265, ((float)il2cpp_codegen_multiply((float)L_266, (float)L_267)), L_268, (1.0f), /*hidden argument*/NULL); goto IL_083a; } IL_0828: { __this->set_m_faceIndex_45((-1)); __this->set_m_faceTime_46((-1.0f)); } IL_083a: { float L_269 = (&V_7)->get_x_1(); float L_270 = Rect_get_yMin_m2601414109((&V_9), /*hidden argument*/NULL); Vector2__ctor_m3970636864((&V_42), L_269, L_270, /*hidden argument*/NULL); V_43 = (bool)0; CProperty_t963755051 * L_271 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_271); bool L_272 = CProperty_Check_m2093268374(L_271, _stringLiteral3963994475, /*hidden argument*/NULL); if (!L_272) { goto IL_0a97; } } { CProperty_t963755051 * L_273 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_273); int32_t L_274 = CProperty_GetInt_m2680341236(L_273, _stringLiteral3963994475, 0, /*hidden argument*/NULL); V_44 = L_274; IL2CPP_RUNTIME_CLASS_INIT(CTitleManager_t3025273230_il2cpp_TypeInfo_var); CTitleManager_t3025273230 * L_275 = CTitleManager_GetInstance_m3413488441(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_276 = V_44; NullCheck(L_275); bool L_277 = CTitleManager_IsValidTitle_m166578620(L_275, L_276, /*hidden argument*/NULL); if (!L_277) { goto IL_0a97; } } { IL2CPP_RUNTIME_CLASS_INIT(CTitleManager_t3025273230_il2cpp_TypeInfo_var); CTitleManager_t3025273230 * L_278 = CTitleManager_GetInstance_m3413488441(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_279 = V_44; NullCheck(L_278); CTitleDesc_t1213620943 * L_280 = CTitleManager_GetTitleDescById_m3293879315(L_278, L_279, /*hidden argument*/NULL); V_45 = L_280; CTitleDesc_t1213620943 * L_281 = V_45; if (!L_281) { goto IL_0a97; } } { CTitleDesc_t1213620943 * L_282 = V_45; NullCheck(L_282); String_t* L_283 = L_282->get_m_texture_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_284 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_283, /*hidden argument*/NULL); if (L_284) { goto IL_0a97; } } { Texture2D_t3840446185 * L_285 = __this->get_m_textureTitle_32(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_286 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_285, /*hidden argument*/NULL); if (L_286) { goto IL_08d9; } } { String_t* L_287 = __this->get_m_titleTexturePath_44(); CTitleDesc_t1213620943 * L_288 = V_45; NullCheck(L_288); String_t* L_289 = L_288->get_m_texture_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_290 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_287, L_289, /*hidden argument*/NULL); if (!L_290) { goto IL_0903; } } IL_08d9: { CTitleDesc_t1213620943 * L_291 = V_45; NullCheck(L_291); String_t* L_292 = L_291->get_m_texture_2(); __this->set_m_titleTexturePath_44(L_292); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_293 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); CTitleDesc_t1213620943 * L_294 = V_45; NullCheck(L_294); String_t* L_295 = L_294->get_m_texture_2(); NullCheck(L_293); Object_t631007953 * L_296 = IResourceManager_CreateResource_m1279813597(L_293, L_295, (bool)1, /*hidden argument*/NULL); __this->set_m_textureTitle_32(((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_296, Texture2D_t3840446185_il2cpp_TypeInfo_var))); } IL_0903: { Texture2D_t3840446185 * L_297 = __this->get_m_textureTitle_32(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_298 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_297, /*hidden argument*/NULL); if (!L_298) { goto IL_0a97; } } { V_43 = (bool)1; Vector2_t2156229523 * L_299 = (&V_42); float L_300 = L_299->get_y_1(); Texture2D_t3840446185 * L_301 = __this->get_m_textureTitle_32(); NullCheck(L_301); int32_t L_302 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_301); float L_303 = V_8; L_299->set_y_1(((float)il2cpp_codegen_subtract((float)L_300, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_302/(int32_t)2)), (int32_t)5))))), (float)L_303))))); Vector2_t2156229523 L_304 = V_42; Texture2D_t3840446185 * L_305 = __this->get_m_textureTitle_32(); float L_306 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Push_m3262738348(NULL /*static, unused*/, L_304, L_305, L_306, /*hidden argument*/NULL); CTitleDesc_t1213620943 * L_307 = V_45; NullCheck(L_307); String_t* L_308 = L_307->get_m_titleParticlePath_6(); V_46 = L_308; String_t* L_309 = V_46; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_310 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_311 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_309, L_310, /*hidden argument*/NULL); if (!L_311) { goto IL_0a76; } } { bool L_312 = __this->get_b_titleEffect_49(); if (L_312) { goto IL_0981; } } { String_t* L_313 = V_46; ISceneBaseObj_PlayEffect_m4006788978(__this, L_313, 0, (8000.0f), /*hidden argument*/NULL); __this->set_b_titleEffect_49((bool)1); } IL_0981: { Transform_t3600365921 * L_314 = ISceneRole_GetTitleEffect_m1678408685(__this, /*hidden argument*/NULL); V_47 = L_314; Transform_t3600365921 * L_315 = V_47; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_316 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_315, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_316) { goto IL_0a76; } } { Camera_t4157153871 * L_317 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_318 = V_6; NullCheck(L_318); Vector3_t3722313464 L_319 = Transform_get_position_m36019626(L_318, /*hidden argument*/NULL); NullCheck(L_317); Vector3_t3722313464 L_320 = Camera_WorldToScreenPoint_m3726311023(L_317, L_319, /*hidden argument*/NULL); V_48 = L_320; int32_t L_321 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_322 = (&V_42)->get_y_1(); (&V_48)->set_y_2(((float)il2cpp_codegen_subtract((float)(((float)((float)L_321))), (float)L_322))); Camera_t4157153871 * L_323 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_324 = V_48; NullCheck(L_323); Vector3_t3722313464 L_325 = Camera_ScreenToWorldPoint_m3978588570(L_323, L_324, /*hidden argument*/NULL); V_49 = L_325; Transform_t3600365921 * L_326 = V_6; NullCheck(L_326); Vector3_t3722313464 L_327 = Transform_get_position_m36019626(L_326, /*hidden argument*/NULL); V_50 = L_327; float L_328 = (&V_50)->get_x_1(); (&V_49)->set_x_1(L_328); Transform_t3600365921 * L_329 = V_6; NullCheck(L_329); Vector3_t3722313464 L_330 = Transform_get_position_m36019626(L_329, /*hidden argument*/NULL); V_51 = L_330; float L_331 = (&V_51)->get_z_3(); (&V_49)->set_z_3(L_331); Transform_t3600365921 * L_332 = V_47; Vector3_t3722313464 L_333 = V_49; NullCheck(L_332); Transform_set_position_m3387557959(L_332, L_333, /*hidden argument*/NULL); Transform_t3600365921 * L_334 = ISceneBaseObj_GetTransform_m3818769012(__this, /*hidden argument*/NULL); NullCheck(L_334); Vector3_t3722313464 L_335 = Transform_get_position_m36019626(L_334, /*hidden argument*/NULL); CMainRole_t4200562839 * L_336 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_336); Transform_t3600365921 * L_337 = ISceneBaseObj_GetTransform_m3818769012(L_336, /*hidden argument*/NULL); NullCheck(L_337); Vector3_t3722313464 L_338 = Transform_get_position_m36019626(L_337, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_339 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_335, L_338, /*hidden argument*/NULL); V_52 = L_339; float L_340 = V_52; IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_341 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_341); int32_t L_342 = CMiscConfig_GetInt_m1183615064(L_341, _stringLiteral3105393215, ((int32_t)12), /*hidden argument*/NULL); V_53 = ((float)((float)L_340/(float)(((float)((float)L_342))))); Transform_t3600365921 * L_343 = V_47; Vector3_t3722313464 L_344; memset(&L_344, 0, sizeof(L_344)); Vector3__ctor_m3353183577((&L_344), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); float L_345 = V_53; Vector3_t3722313464 L_346; memset(&L_346, 0, sizeof(L_346)); Vector3__ctor_m3353183577((&L_346), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_347 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, L_345, L_346, /*hidden argument*/NULL); Vector3_t3722313464 L_348 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_344, L_347, /*hidden argument*/NULL); NullCheck(L_343); Transform_set_localScale_m3053443106(L_343, L_348, /*hidden argument*/NULL); } IL_0a76: { Vector2_t2156229523 * L_349 = (&V_42); float L_350 = L_349->get_y_1(); Texture2D_t3840446185 * L_351 = __this->get_m_textureTitle_32(); NullCheck(L_351); int32_t L_352 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_351); float L_353 = V_8; L_349->set_y_1(((float)il2cpp_codegen_subtract((float)L_350, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_352/(int32_t)2)), (int32_t)5))))), (float)L_353))))); } IL_0a97: { CProperty_t963755051 * L_354 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_354); bool L_355 = CProperty_Check_m2093268374(L_354, _stringLiteral3037169078, /*hidden argument*/NULL); if (!L_355) { goto IL_0c45; } } { CProperty_t963755051 * L_356 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_356); int32_t L_357 = CProperty_GetInt_m2680341236(L_356, _stringLiteral3037169078, 0, /*hidden argument*/NULL); V_54 = L_357; int32_t L_358 = V_54; if ((((int32_t)L_358) <= ((int32_t)0))) { goto IL_0c45; } } { int32_t L_359 = V_54; V_55 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_359, (int32_t)1))%(int32_t)((int32_t)10))), (int32_t)1)); int32_t L_360 = V_55; int32_t L_361 = L_360; RuntimeObject * L_362 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_361); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_363 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2477800897, L_362, /*hidden argument*/NULL); V_56 = L_363; Texture2D_t3840446185 * L_364 = __this->get_m_textureStar_36(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_365 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_364, /*hidden argument*/NULL); if (L_365) { goto IL_0b08; } } { String_t* L_366 = V_56; String_t* L_367 = __this->get_m_starPath_37(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_368 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_366, L_367, /*hidden argument*/NULL); if (!L_368) { goto IL_0b28; } } IL_0b08: { String_t* L_369 = V_56; __this->set_m_starPath_37(L_369); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_370 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_371 = V_56; NullCheck(L_370); Object_t631007953 * L_372 = IResourceManager_CreateResource_m1279813597(L_370, L_371, (bool)1, /*hidden argument*/NULL); __this->set_m_textureStar_36(((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_372, Texture2D_t3840446185_il2cpp_TypeInfo_var))); } IL_0b28: { Texture2D_t3840446185 * L_373 = __this->get_m_textureStar_36(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_374 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_373, /*hidden argument*/NULL); if (!L_374) { goto IL_0b86; } } { Vector2_t2156229523 * L_375 = (&V_42); float L_376 = L_375->get_y_1(); Texture2D_t3840446185 * L_377 = __this->get_m_textureStar_36(); NullCheck(L_377); int32_t L_378 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_377); float L_379 = V_8; L_375->set_y_1(((float)il2cpp_codegen_subtract((float)L_376, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_378/(int32_t)2))))), (float)L_379))))); Vector2_t2156229523 L_380 = V_42; Texture2D_t3840446185 * L_381 = __this->get_m_textureStar_36(); float L_382 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Push_m3262738348(NULL /*static, unused*/, L_380, L_381, L_382, /*hidden argument*/NULL); Vector2_t2156229523 * L_383 = (&V_42); float L_384 = L_383->get_y_1(); Texture2D_t3840446185 * L_385 = __this->get_m_textureStar_36(); NullCheck(L_385); int32_t L_386 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_385); float L_387 = V_8; L_383->set_y_1(((float)il2cpp_codegen_subtract((float)L_384, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_386/(int32_t)2))))), (float)L_387))))); } IL_0b86: { int32_t L_388 = V_54; V_57 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_388, (int32_t)1))/(int32_t)((int32_t)10))), (int32_t)1)); int32_t L_389 = V_57; int32_t L_390 = L_389; RuntimeObject * L_391 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_390); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_392 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2576315017, L_391, /*hidden argument*/NULL); V_58 = L_392; Texture2D_t3840446185 * L_393 = __this->get_m_texturePinjie_38(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_394 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_393, /*hidden argument*/NULL); if (L_394) { goto IL_0bc7; } } { String_t* L_395 = V_58; String_t* L_396 = __this->get_m_pinJiePath_39(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_397 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_395, L_396, /*hidden argument*/NULL); if (!L_397) { goto IL_0be7; } } IL_0bc7: { String_t* L_398 = V_58; __this->set_m_pinJiePath_39(L_398); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_399 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_400 = V_58; NullCheck(L_399); Object_t631007953 * L_401 = IResourceManager_CreateResource_m1279813597(L_399, L_400, (bool)1, /*hidden argument*/NULL); __this->set_m_texturePinjie_38(((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_401, Texture2D_t3840446185_il2cpp_TypeInfo_var))); } IL_0be7: { Texture2D_t3840446185 * L_402 = __this->get_m_texturePinjie_38(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_403 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_402, /*hidden argument*/NULL); if (!L_403) { goto IL_0c45; } } { Vector2_t2156229523 * L_404 = (&V_42); float L_405 = L_404->get_y_1(); Texture2D_t3840446185 * L_406 = __this->get_m_texturePinjie_38(); NullCheck(L_406); int32_t L_407 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_406); float L_408 = V_8; L_404->set_y_1(((float)il2cpp_codegen_subtract((float)L_405, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_407/(int32_t)2))))), (float)L_408))))); Vector2_t2156229523 L_409 = V_42; Texture2D_t3840446185 * L_410 = __this->get_m_texturePinjie_38(); float L_411 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Push_m3262738348(NULL /*static, unused*/, L_409, L_410, L_411, /*hidden argument*/NULL); Vector2_t2156229523 * L_412 = (&V_42); float L_413 = L_412->get_y_1(); Texture2D_t3840446185 * L_414 = __this->get_m_texturePinjie_38(); NullCheck(L_414); int32_t L_415 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_414); float L_416 = V_8; L_412->set_y_1(((float)il2cpp_codegen_subtract((float)L_413, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_415/(int32_t)2))))), (float)L_416))))); } IL_0c45: { CProperty_t963755051 * L_417 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_417); bool L_418 = CProperty_Check_m2093268374(L_417, _stringLiteral478263246, /*hidden argument*/NULL); if (!L_418) { goto IL_0e23; } } { CProperty_t963755051 * L_419 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_420 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_419); String_t* L_421 = CProperty_GetWideStr_m2042428682(L_419, _stringLiteral478263246, L_420, /*hidden argument*/NULL); V_59 = L_421; String_t* L_422 = V_59; CharU5BU5D_t3528271667* L_423 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_423); (L_423)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_422); StringU5BU5D_t1281789340* L_424 = String_Split_m3646115398(L_422, L_423, /*hidden argument*/NULL); V_60 = L_424; StringU5BU5D_t1281789340* L_425 = V_60; NullCheck(L_425); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_425)->max_length))))) <= ((int32_t)0))) { goto IL_0c9e; } } { StringU5BU5D_t1281789340* L_426 = V_60; NullCheck(L_426); G_B101_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_426)->max_length)))), (int32_t)1))/(int32_t)4)), (int32_t)1)); goto IL_0c9f; } IL_0c9e: { G_B101_0 = 0; } IL_0c9f: { V_61 = G_B101_0; List_1_t1017553631 * L_427 = (List_1_t1017553631 *)il2cpp_codegen_object_new(List_1_t1017553631_il2cpp_TypeInfo_var); List_1__ctor_m90174447(L_427, /*hidden argument*/List_1__ctor_m90174447_RuntimeMethod_var); V_62 = L_427; V_63 = 0; goto IL_0e1a; } IL_0cb0: { List_1_t1017553631 * L_428 = V_62; NullCheck(L_428); List_1_Clear_m479099247(L_428, /*hidden argument*/List_1_Clear_m479099247_RuntimeMethod_var); V_64 = (0.0f); V_65 = 0; goto IL_0d40; } IL_0cc6: { int32_t L_429 = V_65; int32_t L_430 = V_63; V_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_429, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_430, (int32_t)4)))); int32_t L_431 = V_66; StringU5BU5D_t1281789340* L_432 = V_60; NullCheck(L_432); if ((((int32_t)L_431) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_432)->max_length))))))) { goto IL_0d3a; } } { StringU5BU5D_t1281789340* L_433 = V_60; int32_t L_434 = V_66; NullCheck(L_433); int32_t L_435 = L_434; String_t* L_436 = (L_433)->GetAt(static_cast(L_435)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_437 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_436, /*hidden argument*/NULL); if (L_437) { goto IL_0d3a; } } { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_438 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_439 = V_60; int32_t L_440 = V_66; NullCheck(L_439); int32_t L_441 = L_440; String_t* L_442 = (L_439)->GetAt(static_cast(L_441)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_443 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1055183172, L_442, /*hidden argument*/NULL); NullCheck(L_438); String_t* L_444 = CLocalizationManager_GetLocalizePath_m3024801825(L_438, L_443, /*hidden argument*/NULL); V_67 = L_444; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_445 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_446 = V_67; NullCheck(L_445); Texture2D_t3840446185 * L_447 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_445, L_446); V_68 = L_447; Texture2D_t3840446185 * L_448 = V_68; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_449 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_448, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_449) { goto IL_0d3a; } } { float L_450 = V_64; Texture2D_t3840446185 * L_451 = V_68; NullCheck(L_451); int32_t L_452 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_451); float L_453 = V_8; V_64 = ((float)il2cpp_codegen_subtract((float)L_450, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_452/(int32_t)2))))), (float)L_453)))); List_1_t1017553631 * L_454 = V_62; Texture2D_t3840446185 * L_455 = V_68; NullCheck(L_454); List_1_Add_m3595772061(L_454, L_455, /*hidden argument*/List_1_Add_m3595772061_RuntimeMethod_var); } IL_0d3a: { int32_t L_456 = V_65; V_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_456, (int32_t)1)); } IL_0d40: { int32_t L_457 = V_65; if ((((int32_t)L_457) < ((int32_t)4))) { goto IL_0cc6; } } { List_1_t1017553631 * L_458 = V_62; NullCheck(L_458); int32_t L_459 = List_1_get_Count_m1676150876(L_458, /*hidden argument*/List_1_get_Count_m1676150876_RuntimeMethod_var); if ((((int32_t)L_459) <= ((int32_t)0))) { goto IL_0d78; } } { Vector2_t2156229523 * L_460 = (&V_42); float L_461 = L_460->get_y_1(); List_1_t1017553631 * L_462 = V_62; NullCheck(L_462); Texture2D_t3840446185 * L_463 = List_1_get_Item_m3379783094(L_462, 0, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); NullCheck(L_463); int32_t L_464 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_463); float L_465 = V_8; L_460->set_y_1(((float)il2cpp_codegen_subtract((float)L_461, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_464/(int32_t)2)), (int32_t)2))))), (float)L_465))))); } IL_0d78: { V_69 = 0; goto IL_0dd8; } IL_0d80: { Vector2_t2156229523 L_466 = V_42; V_70 = L_466; Vector2_t2156229523 * L_467 = (&V_70); float L_468 = L_467->get_x_0(); List_1_t1017553631 * L_469 = V_62; int32_t L_470 = V_69; NullCheck(L_469); Texture2D_t3840446185 * L_471 = List_1_get_Item_m3379783094(L_469, L_470, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); NullCheck(L_471); int32_t L_472 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_471); float L_473 = V_8; int32_t L_474 = V_69; float L_475 = V_64; List_1_t1017553631 * L_476 = V_62; int32_t L_477 = V_69; NullCheck(L_476); Texture2D_t3840446185 * L_478 = List_1_get_Item_m3379783094(L_476, L_477, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); NullCheck(L_478); int32_t L_479 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_478); float L_480 = V_8; L_467->set_x_0(((float)il2cpp_codegen_add((float)L_468, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_472))), (float)L_473)), (float)(((float)((float)L_474))))), (float)L_475)), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_479/(int32_t)2))))), (float)L_480))))))); Vector2_t2156229523 L_481 = V_70; List_1_t1017553631 * L_482 = V_62; int32_t L_483 = V_69; NullCheck(L_482); Texture2D_t3840446185 * L_484 = List_1_get_Item_m3379783094(L_482, L_483, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); float L_485 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Push_m3262738348(NULL /*static, unused*/, L_481, L_484, L_485, /*hidden argument*/NULL); int32_t L_486 = V_69; V_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_486, (int32_t)1)); } IL_0dd8: { int32_t L_487 = V_69; List_1_t1017553631 * L_488 = V_62; NullCheck(L_488); int32_t L_489 = List_1_get_Count_m1676150876(L_488, /*hidden argument*/List_1_get_Count_m1676150876_RuntimeMethod_var); if ((((int32_t)L_487) < ((int32_t)L_489))) { goto IL_0d80; } } { List_1_t1017553631 * L_490 = V_62; NullCheck(L_490); int32_t L_491 = List_1_get_Count_m1676150876(L_490, /*hidden argument*/List_1_get_Count_m1676150876_RuntimeMethod_var); if ((((int32_t)L_491) <= ((int32_t)0))) { goto IL_0e14; } } { Vector2_t2156229523 * L_492 = (&V_42); float L_493 = L_492->get_y_1(); List_1_t1017553631 * L_494 = V_62; NullCheck(L_494); Texture2D_t3840446185 * L_495 = List_1_get_Item_m3379783094(L_494, 0, /*hidden argument*/List_1_get_Item_m3379783094_RuntimeMethod_var); NullCheck(L_495); int32_t L_496 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_495); float L_497 = V_8; L_492->set_y_1(((float)il2cpp_codegen_subtract((float)L_493, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_496/(int32_t)2))))), (float)L_497))))); } IL_0e14: { int32_t L_498 = V_63; V_63 = ((int32_t)il2cpp_codegen_add((int32_t)L_498, (int32_t)1)); } IL_0e1a: { int32_t L_499 = V_63; int32_t L_500 = V_61; if ((((int32_t)L_499) < ((int32_t)L_500))) { goto IL_0cb0; } } IL_0e23: { bool L_501 = V_0; if (!L_501) { goto IL_0f75; } } { CAnimSystem_t3541144328 * L_502 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_502); bool L_503 = CAnimSystem_IsPlaying_m1603927973(L_502, /*hidden argument*/NULL); if (!L_503) { goto IL_0f75; } } { V_71 = (bool)0; V_72 = (Texture2D_t3840446185 *)NULL; float L_504 = V_8; V_73 = ((float)il2cpp_codegen_multiply((float)(48.0f), (float)L_504)); float L_505 = V_8; float L_506 = V_8; Vector2__ctor_m3970636864((&V_74), L_505, L_506, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_507 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_507); int32_t L_508 = CDataProperty_GetInt_m1935343217(L_507, _stringLiteral3907413264, 0, /*hidden argument*/NULL); if (!L_508) { goto IL_0ea7; } } { V_71 = (bool)1; Texture2D_t3840446185 * L_509 = __this->get_m_textureMaster_30(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_510 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_509, /*hidden argument*/NULL); if (!L_510) { goto IL_0e92; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_511 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_511); Texture2D_t3840446185 * L_512 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_511, _stringLiteral3453141324); __this->set_m_textureMaster_30(L_512); } IL_0e92: { Texture2D_t3840446185 * L_513 = __this->get_m_textureMaster_30(); V_72 = L_513; float L_514 = V_73; float L_515 = V_8; V_73 = ((float)il2cpp_codegen_add((float)L_514, (float)((float)il2cpp_codegen_multiply((float)(34.0f), (float)L_515)))); } IL_0ea7: { bool L_516 = V_71; if (L_516) { goto IL_0f02; } } { CDataProperty_t2806246268 * L_517 = ISceneBaseObj_GetUserProperty_m776816018(__this, /*hidden argument*/NULL); NullCheck(L_517); int32_t L_518 = CDataProperty_GetInt_m1935343217(L_517, _stringLiteral4205146971, 0, /*hidden argument*/NULL); if (!L_518) { goto IL_0f02; } } { V_71 = (bool)1; Texture2D_t3840446185 * L_519 = __this->get_m_textureChallenger_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_520 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_519, /*hidden argument*/NULL); if (!L_520) { goto IL_0eed; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_521 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_521); Texture2D_t3840446185 * L_522 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_521, _stringLiteral4031154751); __this->set_m_textureChallenger_31(L_522); } IL_0eed: { Texture2D_t3840446185 * L_523 = __this->get_m_textureChallenger_31(); V_72 = L_523; float L_524 = V_73; float L_525 = V_8; V_73 = ((float)il2cpp_codegen_add((float)L_524, (float)((float)il2cpp_codegen_multiply((float)(6.0f), (float)L_525)))); } IL_0f02: { bool L_526 = V_71; if (!L_526) { goto IL_0f75; } } { Texture2D_t3840446185 * L_527 = V_72; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_528 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_527, /*hidden argument*/NULL); if (!L_528) { goto IL_0f75; } } { float L_529 = (&V_7)->get_x_1(); int32_t L_530 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_531 = (&V_7)->get_y_2(); Vector2__ctor_m3970636864((&V_75), L_529, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_530))), (float)L_531)), /*hidden argument*/NULL); Vector2_t2156229523 * L_532 = (&V_75); float L_533 = L_532->get_y_1(); float L_534 = V_73; L_532->set_y_1(((float)il2cpp_codegen_subtract((float)L_533, (float)L_534))); bool L_535 = V_43; if (!L_535) { goto IL_0f64; } } { Vector2_t2156229523 * L_536 = (&V_75); float L_537 = L_536->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(CTitleManager_t3025273230_il2cpp_TypeInfo_var); CTitleManager_t3025273230 * L_538 = CTitleManager_GetInstance_m3413488441(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_538); float L_539 = CTitleManager_GetDesToDanceTag_m246834916(L_538, /*hidden argument*/NULL); float L_540 = V_8; L_536->set_y_1(((float)il2cpp_codegen_subtract((float)L_537, (float)((float)il2cpp_codegen_multiply((float)L_539, (float)L_540))))); } IL_0f64: { Vector2_t2156229523 L_541 = V_75; Texture2D_t3840446185 * L_542 = V_72; Vector2_t2156229523 L_543 = V_74; IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_DrawImageSA_m2474258800(NULL /*static, unused*/, L_541, L_542, L_543, (1.0f), /*hidden argument*/NULL); } IL_0f75: { return; } } // System.Void DMCore.Framework.Scene.ISceneRole::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnUpdate_m3560575392 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { CRoleModelItem_t1608531946 * V_0 = NULL; { ISceneBaseObj_OnUpdate_m1897338165(__this, /*hidden argument*/NULL); CRoleModel_Effect_t71978069 * L_0 = __this->get_m_RoleEfect_25(); if (!L_0) { goto IL_001c; } } { CRoleModel_Effect_t71978069 * L_1 = __this->get_m_RoleEfect_25(); NullCheck(L_1); CRoleModel_Effect_OnUpdate_m3690344974(L_1, /*hidden argument*/NULL); } IL_001c: { bool L_2 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_005d; } } { bool L_3 = ISceneBaseObj_IsEnable_m3745268461(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_005d; } } { CRoleModelItem_t1608531946 * L_4 = ISceneRole_GetModelItem_m2229619929(__this, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_4; CRoleModelItem_t1608531946 * L_5 = V_0; if (!L_5) { goto IL_005d; } } { CRoleModelItem_t1608531946 * L_6 = V_0; NullCheck(L_6); bool L_7 = CRoleModelItem_IsRoleItemEnable_m3413806313(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_005d; } } { CRoleModelItem_t1608531946 * L_8 = V_0; NullCheck(L_8); bool L_9 = CRoleModelItem_IsValid_m632020454(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } { CRoleModelItem_t1608531946 * L_10 = V_0; NullCheck(L_10); CRoleModelItem_FitVehicleAnim_m459242281(L_10, /*hidden argument*/NULL); } IL_005d: { bool L_11 = __this->get_m_bEnablePretend_52(); if (!L_11) { goto IL_0083; } } { CPetModel_t3783790547 * L_12 = __this->get_m_Pretender_53(); if (!L_12) { goto IL_0083; } } { CPetModel_t3783790547 * L_13 = __this->get_m_Pretender_53(); float L_14 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); ILogicBase_Update_m3853008051(L_13, L_14, /*hidden argument*/NULL); } IL_0083: { return; } } // System.Boolean DMCore.Framework.Scene.ISceneRole::IsNeedModelItemBindBone() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsNeedModelItemBindBone_m2651390094 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsNeedModelItemBindBone_48(); return L_0; } } // System.Void DMCore.Framework.Scene.ISceneRole::SetModelItemBindBone(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetModelItemBindBone_m2196300095 (ISceneRole_t2394225724 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsNeedModelItemBindBone_48(L_0); return; } } // System.Collections.Generic.Dictionary`2/Enumerator DMCore.Framework.Scene.ISceneRole::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2451428052 ISceneRole_GetEnumerator_m1617489214 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole_GetEnumerator_m1617489214_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t497245277 * L_0 = __this->get_m_listSubModel_29(); NullCheck(L_0); Enumerator_t2451428052 L_1 = Dictionary_2_GetEnumerator_m3135230575(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3135230575_RuntimeMethod_var); return L_1; } } // System.Void DMCore.Framework.Scene.ISceneRole::.cctor() extern "C" IL2CPP_METHOD_ATTR void ISceneRole__cctor_m3174995291 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ISceneRole__cctor_m3174995291_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->set_s_EuqipWords_19(_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 #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.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(10 /* 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_0021; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_LogAuto_m2403746865(L_2, _stringLiteral1507527240, /*hidden argument*/NULL); } IL_0021: try { // begin try (depth: 1) try { // begin try (depth: 2) { CThreadLock_t3315856551 * L_3 = __this->get_m_lockTask_3(); NullCheck(L_3); CThreadLock_Lock_m3448296176(L_3, /*hidden argument*/NULL); bool L_4 = ___highPriority1; if (!L_4) { goto IL_0045; } } IL_0033: { LinkedList_1_t4129815330 * L_5 = __this->get_m_listTaskArray_1(); IThreadMsg_t995202025 * L_6 = ___msg0; NullCheck(L_5); LinkedList_1_AddFirst_m668639403(L_5, L_6, /*hidden argument*/LinkedList_1_AddFirst_m668639403_RuntimeMethod_var); goto IL_0052; } IL_0045: { LinkedList_1_t4129815330 * L_7 = __this->get_m_listTaskArray_1(); IThreadMsg_t995202025 * L_8 = ___msg0; NullCheck(L_7); LinkedList_1_AddLast_m4225405674(L_7, L_8, /*hidden argument*/LinkedList_1_AddLast_m4225405674_RuntimeMethod_var); } IL_0052: { IL2CPP_LEAVE(0x69, FINALLY_005d); } } // 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_0057; throw e; } CATCH_0057: { // begin catch(System.Object) IL2CPP_LEAVE(0x69, FINALLY_005d); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005d; } FINALLY_005d: { // begin finally (depth: 1) CThreadLock_t3315856551 * L_9 = __this->get_m_lockTask_3(); NullCheck(L_9); CThreadLock_UnLock_m2922388906(L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(93) } // end finally (depth: 1) IL2CPP_CLEANUP(93) { IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0069: { 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(10 /* 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(12 /* 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_m1474792120(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_t1939381076 * L_6 = WebRequest_Create_m1809852225(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(14 /* 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(9 /* 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(8 /* 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(22 /* 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(14 /* 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(10 /* 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(13 /* 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(7 /* System.Void System.IO.TextReader::Close() */, L_25); HttpWebResponse_t3286585418 * L_26 = V_3; NullCheck(L_26); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_26); Stream_t1273022909 * L_27 = V_2; NullCheck(L_27); VirtActionInvoker0::Invoke(14 /* 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 extern "C" void DelegatePInvokeWrapper__OnSlider_t2713017179 (_OnSlider_t2713017179 * __this, bool ___cmdPre0, 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(static_cast(___cmdPre0)); } // System.Void DMCore.Framework.UIHelp._OnSlider::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void _OnSlider__ctor_m2803797200 (_OnSlider_t2713017179 * __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.UIHelp._OnSlider::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void _OnSlider_Invoke_m1361221205 (_OnSlider_t2713017179 * __this, bool ___cmdPre0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { _OnSlider_Invoke_m1361221205((_OnSlider_t2713017179 *)__this->get_prev_9(), ___cmdPre0, 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 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___cmdPre0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___cmdPre0, 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< bool >::Invoke(targetMethod, targetThis, ___cmdPre0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___cmdPre0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___cmdPre0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___cmdPre0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___cmdPre0, targetMethod); } } } } // System.IAsyncResult DMCore.Framework.UIHelp._OnSlider::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* _OnSlider_BeginInvoke_m1499527156 (_OnSlider_t2713017179 * __this, bool ___cmdPre0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (_OnSlider_BeginInvoke_m1499527156_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___cmdPre0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Framework.UIHelp._OnSlider::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void _OnSlider_EndInvoke_m1348537678 (_OnSlider_t2713017179 * __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.UIHelp.uiHelpAutoFolding::.ctor(UnityEngine.Transform,UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR void uiHelpAutoFolding__ctor_m2255608405 (uiHelpAutoFolding_t1544799393 * __this, Transform_t3600365921 * ___transTarget0, Vector3_t3722313464 ___targetStart1, Vector3_t3722313464 ___targetEnd2, float ___moveTime3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpAutoFolding__ctor_m2255608405_MetadataUsageId); s_Il2CppMethodInitialized = true; } uiHelpAutoFolding_t1544799393 * G_B2_0 = NULL; uiHelpAutoFolding_t1544799393 * G_B1_0 = NULL; float G_B3_0 = 0.0f; uiHelpAutoFolding_t1544799393 * G_B3_1 = NULL; { List_1_t3872116205 * L_0 = (List_1_t3872116205 *)il2cpp_codegen_object_new(List_1_t3872116205_il2cpp_TypeInfo_var); List_1__ctor_m4054015032(L_0, /*hidden argument*/List_1__ctor_m4054015032_RuntimeMethod_var); __this->set_m_listAttached_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_fMoveLabor_5((0.0f)); __this->set_m_moveState_6(0); Vector3_t3722313464 L_1 = ___targetStart1; __this->set_m_targetStart_0(L_1); Vector3_t3722313464 L_2 = ___targetEnd2; __this->set_m_targetEnd_1(L_2); Transform_t3600365921 * L_3 = ___transTarget0; __this->set_m_transTarget_3(L_3); float L_4 = ___moveTime3; G_B1_0 = __this; if ((!(((float)(0.0f)) < ((float)L_4)))) { G_B2_0 = __this; goto IL_004c; } } { float L_5 = ___moveTime3; G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0051; } IL_004c: { G_B3_0 = (0.6f); G_B3_1 = G_B2_0; } IL_0051: { NullCheck(G_B3_1); G_B3_1->set_m_fMoveTime_4(G_B3_0); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding::.ctor() extern "C" IL2CPP_METHOD_ATTR void uiHelpAutoFolding__ctor_m2346110526 (uiHelpAutoFolding_t1544799393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpAutoFolding__ctor_m2346110526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3872116205 * L_0 = (List_1_t3872116205 *)il2cpp_codegen_object_new(List_1_t3872116205_il2cpp_TypeInfo_var); List_1__ctor_m4054015032(L_0, /*hidden argument*/List_1__ctor_m4054015032_RuntimeMethod_var); __this->set_m_listAttached_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding::ClearAllAttached() extern "C" IL2CPP_METHOD_ATTR void uiHelpAutoFolding_ClearAllAttached_m4096203626 (uiHelpAutoFolding_t1544799393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpAutoFolding_ClearAllAttached_m4096203626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3872116205 * L_0 = __this->get_m_listAttached_2(); NullCheck(L_0); List_1_Clear_m3192692017(L_0, /*hidden argument*/List_1_Clear_m3192692017_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding::PushAttached(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void uiHelpAutoFolding_PushAttached_m3033716775 (uiHelpAutoFolding_t1544799393 * __this, Transform_t3600365921 * ___transAttached0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpAutoFolding_PushAttached_m3033716775_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { Transform_t3600365921 * L_0 = ___transAttached0; 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: { Transform_t3600365921 * L_2 = ___transAttached0; NullCheck(L_2); Vector3_t3722313464 L_3 = Transform_get_localPosition_m4234289348(L_2, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_transTarget_3(); NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_localPosition_m4234289348(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_6 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; List_1_t3872116205 * L_7 = __this->get_m_listAttached_2(); Transform_t3600365921 * L_8 = ___transAttached0; Vector3_t3722313464 L_9 = V_0; stAttachedItem_t2400041463 * L_10 = (stAttachedItem_t2400041463 *)il2cpp_codegen_object_new(stAttachedItem_t2400041463_il2cpp_TypeInfo_var); stAttachedItem__ctor_m331638860(L_10, L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m3130177736(L_7, L_10, /*hidden argument*/List_1_Add_m3130177736_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding::CallCmdMove(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void uiHelpAutoFolding_CallCmdMove_m524636580 (uiHelpAutoFolding_t1544799393 * __this, bool ___bFolding0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = ___bFolding0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 2; } IL_000d: { V_0 = G_B3_0; int32_t L_1 = V_0; int32_t L_2 = __this->get_m_moveState_6(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_001b; } } { return; } IL_001b: { int32_t L_3 = __this->get_m_moveState_6(); if (L_3) { goto IL_0036; } } { __this->set_m_fMoveLabor_5((0.0f)); goto IL_0049; } IL_0036: { float L_4 = __this->get_m_fMoveTime_4(); float L_5 = __this->get_m_fMoveLabor_5(); __this->set_m_fMoveLabor_5(((float)il2cpp_codegen_subtract((float)L_4, (float)L_5))); } IL_0049: { int32_t L_6 = V_0; __this->set_m_moveState_6(L_6); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding::Reset() extern "C" IL2CPP_METHOD_ATTR void uiHelpAutoFolding_Reset_m1531611682 (uiHelpAutoFolding_t1544799393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpAutoFolding_Reset_m1531611682_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_m_fMoveLabor_5((0.0f)); __this->set_m_moveState_6(0); Transform_t3600365921 * L_0 = __this->get_m_transTarget_3(); 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_0034; } } { Transform_t3600365921 * L_2 = __this->get_m_transTarget_3(); Vector3_t3722313464 L_3 = __this->get_m_targetStart_0(); NullCheck(L_2); Transform_set_localPosition_m4128471975(L_2, L_3, /*hidden argument*/NULL); } IL_0034: { V_0 = 0; goto IL_0071; } IL_003b: { List_1_t3872116205 * L_4 = __this->get_m_listAttached_2(); int32_t L_5 = V_0; NullCheck(L_4); stAttachedItem_t2400041463 * L_6 = List_1_get_Item_m2659348136(L_4, L_5, /*hidden argument*/List_1_get_Item_m2659348136_RuntimeMethod_var); NullCheck(L_6); Transform_t3600365921 * L_7 = stAttachedItem_get_TransAttached_m924743960(L_6, /*hidden argument*/NULL); Vector3_t3722313464 L_8 = __this->get_m_targetStart_0(); List_1_t3872116205 * L_9 = __this->get_m_listAttached_2(); int32_t L_10 = V_0; NullCheck(L_9); stAttachedItem_t2400041463 * L_11 = List_1_get_Item_m2659348136(L_9, L_10, /*hidden argument*/List_1_get_Item_m2659348136_RuntimeMethod_var); NullCheck(L_11); Vector3_t3722313464 L_12 = stAttachedItem_get_PosOffset_m2717036967(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_13 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_8, L_12, /*hidden argument*/NULL); NullCheck(L_7); Transform_set_localPosition_m4128471975(L_7, L_13, /*hidden argument*/NULL); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0071: { int32_t L_15 = V_0; List_1_t3872116205 * L_16 = __this->get_m_listAttached_2(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m3798714874(L_16, /*hidden argument*/List_1_get_Count_m3798714874_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_003b; } } { return; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void uiHelpAutoFolding_OnUpdate_m3193940947 (uiHelpAutoFolding_t1544799393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpAutoFolding_OnUpdate_m3193940947_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); float V_1 = 0.0f; int32_t V_2 = 0; { int32_t L_0 = __this->get_m_moveState_6(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; float L_2 = __this->get_m_fMoveLabor_5(); float L_3 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fMoveLabor_5(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); float L_4 = __this->get_m_fMoveTime_4(); float L_5 = __this->get_m_fMoveLabor_5(); if ((!(((float)L_4) <= ((float)L_5)))) { goto IL_00ad; } } { int32_t L_6 = __this->get_m_moveState_6(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_006e; } } { Vector3_t3722313464 * L_7 = __this->get_address_of_m_targetEnd_1(); float L_8 = L_7->get_x_1(); Vector3_t3722313464 * L_9 = __this->get_address_of_m_targetEnd_1(); float L_10 = L_9->get_y_2(); Vector3_t3722313464 * L_11 = __this->get_address_of_m_targetEnd_1(); float L_12 = L_11->get_z_3(); Vector3_Set_m1737058353((&V_0), L_8, L_10, L_12, /*hidden argument*/NULL); goto IL_0096; } IL_006e: { Vector3_t3722313464 * L_13 = __this->get_address_of_m_targetStart_0(); float L_14 = L_13->get_x_1(); Vector3_t3722313464 * L_15 = __this->get_address_of_m_targetStart_0(); float L_16 = L_15->get_y_2(); Vector3_t3722313464 * L_17 = __this->get_address_of_m_targetStart_0(); float L_18 = L_17->get_z_3(); Vector3_Set_m1737058353((&V_0), L_14, L_16, L_18, /*hidden argument*/NULL); } IL_0096: { __this->set_m_fMoveLabor_5((0.0f)); __this->set_m_moveState_6(0); goto IL_00e2; } IL_00ad: { float L_19 = __this->get_m_fMoveLabor_5(); float L_20 = __this->get_m_fMoveTime_4(); V_1 = ((float)((float)L_19/(float)L_20)); int32_t L_21 = __this->get_m_moveState_6(); if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_00cf; } } { float L_22 = V_1; V_1 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_22)); } IL_00cf: { Vector3_t3722313464 L_23 = __this->get_m_targetStart_0(); Vector3_t3722313464 L_24 = __this->get_m_targetEnd_1(); float L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_23, L_24, L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_00e2: { Transform_t3600365921 * L_27 = __this->get_m_transTarget_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_28 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00ff; } } { Transform_t3600365921 * L_29 = __this->get_m_transTarget_3(); Vector3_t3722313464 L_30 = V_0; NullCheck(L_29); Transform_set_localPosition_m4128471975(L_29, L_30, /*hidden argument*/NULL); } IL_00ff: { V_2 = 0; goto IL_0137; } IL_0106: { List_1_t3872116205 * L_31 = __this->get_m_listAttached_2(); int32_t L_32 = V_2; NullCheck(L_31); stAttachedItem_t2400041463 * L_33 = List_1_get_Item_m2659348136(L_31, L_32, /*hidden argument*/List_1_get_Item_m2659348136_RuntimeMethod_var); NullCheck(L_33); Transform_t3600365921 * L_34 = stAttachedItem_get_TransAttached_m924743960(L_33, /*hidden argument*/NULL); Vector3_t3722313464 L_35 = V_0; List_1_t3872116205 * L_36 = __this->get_m_listAttached_2(); int32_t L_37 = V_2; NullCheck(L_36); stAttachedItem_t2400041463 * L_38 = List_1_get_Item_m2659348136(L_36, L_37, /*hidden argument*/List_1_get_Item_m2659348136_RuntimeMethod_var); NullCheck(L_38); Vector3_t3722313464 L_39 = stAttachedItem_get_PosOffset_m2717036967(L_38, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_40 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_35, L_39, /*hidden argument*/NULL); NullCheck(L_34); Transform_set_localPosition_m4128471975(L_34, L_40, /*hidden argument*/NULL); int32_t L_41 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0137: { int32_t L_42 = V_2; List_1_t3872116205 * L_43 = __this->get_m_listAttached_2(); NullCheck(L_43); int32_t L_44 = List_1_get_Count_m3798714874(L_43, /*hidden argument*/List_1_get_Count_m3798714874_RuntimeMethod_var); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_0106; } } { 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.UIHelp.uiHelpAutoFolding/stAttachedItem::.ctor(UnityEngine.Transform,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void stAttachedItem__ctor_m331638860 (stAttachedItem_t2400041463 * __this, Transform_t3600365921 * ___trans0, Vector3_t3722313464 ___offset1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_0 = ___trans0; stAttachedItem_set_TransAttached_m837910764(__this, L_0, /*hidden argument*/NULL); float L_1 = (&___offset1)->get_x_1(); float L_2 = (&___offset1)->get_y_2(); float L_3 = (&___offset1)->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); stAttachedItem_set_PosOffset_m496716630(__this, L_4, /*hidden argument*/NULL); return; } } // UnityEngine.Transform DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::get_TransAttached() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * stAttachedItem_get_TransAttached_m924743960 (stAttachedItem_t2400041463 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_U3CTransAttachedU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::set_TransAttached(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void stAttachedItem_set_TransAttached_m837910764 (stAttachedItem_t2400041463 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___value0; __this->set_U3CTransAttachedU3Ek__BackingField_0(L_0); return; } } // UnityEngine.Vector3 DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::get_PosOffset() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 stAttachedItem_get_PosOffset_m2717036967 (stAttachedItem_t2400041463 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CPosOffsetU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Framework.UIHelp.uiHelpAutoFolding/stAttachedItem::set_PosOffset(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void stAttachedItem_set_PosOffset_m496716630 (stAttachedItem_t2400041463 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CPosOffsetU3Ek__BackingField_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.UIHelp.uiHelpDMSlider::.ctor(DMCore.Framework.UIHelp._OnSlider,DMCore.Framework.UIHelp.uiHelpDMSlider/enumSliderType,UnityEngine.BoxCollider) extern "C" IL2CPP_METHOD_ATTR void uiHelpDMSlider__ctor_m508819416 (uiHelpDMSlider_t3767831041 * __this, _OnSlider_t2713017179 * ___ptrCallBack0, int32_t ___sliderType1, BoxCollider_t1640800422 * ___clider2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); _OnSlider_t2713017179 * L_0 = ___ptrCallBack0; __this->set_m_ptrCallBack_0(L_0); int32_t L_1 = ___sliderType1; __this->set_m_sliderType_1(L_1); BoxCollider_t1640800422 * L_2 = ___clider2; __this->set_m_uiClider_2(L_2); uiHelpDMSlider_Reset_m1266314742(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpDMSlider::.ctor() extern "C" IL2CPP_METHOD_ATTR void uiHelpDMSlider__ctor_m1595883319 (uiHelpDMSlider_t3767831041 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpDMSlider::Reset() extern "C" IL2CPP_METHOD_ATTR void uiHelpDMSlider_Reset_m1266314742 (uiHelpDMSlider_t3767831041 * __this, const RuntimeMethod* method) { { __this->set_m_bClkingInside_3((bool)0); __this->set_m_MaxOffset_4((0.0f)); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpDMSlider::CallLateUpdate() extern "C" IL2CPP_METHOD_ATTR void uiHelpDMSlider_CallLateUpdate_m1288163294 (uiHelpDMSlider_t3767831041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpDMSlider_CallLateUpdate_m1288163294_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); bool V_2 = false; float V_3 = 0.0f; int32_t G_B13_0 = 0; float G_B20_0 = 0.0f; uiHelpDMSlider_t3767831041 * G_B22_0 = NULL; uiHelpDMSlider_t3767831041 * G_B21_0 = NULL; float G_B23_0 = 0.0f; uiHelpDMSlider_t3767831041 * G_B23_1 = NULL; uiHelpDMSlider_t3767831041 * G_B26_0 = NULL; uiHelpDMSlider_t3767831041 * G_B25_0 = NULL; float G_B27_0 = 0.0f; uiHelpDMSlider_t3767831041 * G_B27_1 = NULL; { _OnSlider_t2713017179 * L_0 = __this->get_m_ptrCallBack_0(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_1 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_1; IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_2 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); 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_005f; } } { BoxCollider_t1640800422 * L_4 = __this->get_m_uiClider_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_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_6 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); BoxCollider_t1640800422 * L_7 = __this->get_m_uiClider_2(); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_10 = CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)0, (&V_1), /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_10))) { goto IL_005f; } } { V_0 = (bool)1; } IL_005f: { bool L_11 = __this->get_m_bClkingInside_3(); if (!L_11) { goto IL_00bc; } } { bool L_12 = V_0; if (L_12) { goto IL_00bc; } } { __this->set_m_bClkingInside_3((bool)0); float L_13 = __this->get_m_MaxOffset_4(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_14 = fabsf(L_13); if ((!(((float)(20.0f)) <= ((float)L_14)))) { goto IL_00b0; } } { float L_15 = __this->get_m_MaxOffset_4(); if ((!(((float)(0.0f)) < ((float)L_15)))) { goto IL_00a2; } } { G_B13_0 = 1; goto IL_00a3; } IL_00a2: { G_B13_0 = 0; } IL_00a3: { V_2 = (bool)G_B13_0; _OnSlider_t2713017179 * L_16 = __this->get_m_ptrCallBack_0(); bool L_17 = V_2; NullCheck(L_16); _OnSlider_Invoke_m1361221205(L_16, L_17, /*hidden argument*/NULL); } IL_00b0: { __this->set_m_MaxOffset_4((0.0f)); return; } IL_00bc: { bool L_18 = V_0; if (!L_18) { goto IL_015d; } } { bool L_19 = __this->get_m_bClkingInside_3(); if (!L_19) { goto IL_0127; } } { int32_t L_20 = __this->get_m_sliderType_1(); if (L_20) { goto IL_00eb; } } { float L_21 = (&V_1)->get_x_0(); float L_22 = __this->get_m_ClkPos_5(); G_B20_0 = ((float)il2cpp_codegen_subtract((float)L_21, (float)L_22)); goto IL_00f9; } IL_00eb: { float L_23 = (&V_1)->get_y_1(); float L_24 = __this->get_m_ClkPos_5(); G_B20_0 = ((float)il2cpp_codegen_subtract((float)L_23, (float)L_24)); } IL_00f9: { V_3 = G_B20_0; float L_25 = __this->get_m_MaxOffset_4(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_26 = fabsf(L_25); float L_27 = V_3; float L_28 = fabsf(L_27); G_B21_0 = __this; if ((!(((float)L_26) < ((float)L_28)))) { G_B22_0 = __this; goto IL_0117; } } { float L_29 = V_3; G_B23_0 = L_29; G_B23_1 = G_B21_0; goto IL_011d; } IL_0117: { float L_30 = __this->get_m_MaxOffset_4(); G_B23_0 = L_30; G_B23_1 = G_B22_0; } IL_011d: { NullCheck(G_B23_1); G_B23_1->set_m_MaxOffset_4(G_B23_0); goto IL_015d; } IL_0127: { __this->set_m_bClkingInside_3((bool)1); int32_t L_31 = __this->get_m_sliderType_1(); G_B25_0 = __this; if (L_31) { G_B26_0 = __this; goto IL_0146; } } { float L_32 = (&V_1)->get_x_0(); G_B27_0 = L_32; G_B27_1 = G_B25_0; goto IL_014d; } IL_0146: { float L_33 = (&V_1)->get_y_1(); G_B27_0 = L_33; G_B27_1 = G_B26_0; } IL_014d: { NullCheck(G_B27_1); G_B27_1->set_m_ClkPos_5(G_B27_0); __this->set_m_MaxOffset_4((0.0f)); } IL_015d: { 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.UIHelp.uiHelpSliderItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem__ctor_m1538865868 (uiHelpSliderItem_t1334750846 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpSliderItem__ctor_m1538865868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_vertical_0((bool)1); __this->set_m_skipPixels_1((30.0f)); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_posDelta_4(L_0); Vector2_t2156229523 L_1 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_posMax_5(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::InitParams(System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem_InitParams_m3700916073 (uiHelpSliderItem_t1334750846 * __this, bool ___vertical0, float ___skipPixels1, const RuntimeMethod* method) { { bool L_0 = ___vertical0; __this->set_m_vertical_0(L_0); float L_1 = ___skipPixels1; __this->set_m_skipPixels_1(L_1); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::Bind(UnityEngine.GameObject,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem_Bind_m2208562339 (uiHelpSliderItem_t1334750846 * __this, GameObject_t1113636619 * ___target0, Action_1_t1286104214 * ___cb1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpSliderItem_Bind_m2208562339_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIEventListener_t1665237878 * V_0 = NULL; { GameObject_t1113636619 * L_0 = ___target0; __this->set_m_target_2(L_0); Action_1_t1286104214 * L_1 = ___cb1; __this->set_m_callBack_3(L_1); GameObject_t1113636619 * L_2 = __this->get_m_target_2(); 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_00b5; } } { GameObject_t1113636619 * L_4 = __this->get_m_target_2(); NullCheck(L_4); UIEventListener_t1665237878 * L_5 = GameObject_GetComponent_TisUIEventListener_t1665237878_m2212065727(L_4, /*hidden argument*/GameObject_GetComponent_TisUIEventListener_t1665237878_m2212065727_RuntimeMethod_var); V_0 = L_5; UIEventListener_t1665237878 * L_6 = V_0; 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_0043; } } { GameObject_t1113636619 * L_8 = __this->get_m_target_2(); NullCheck(L_8); UIEventListener_t1665237878 * L_9 = GameObject_AddComponent_TisUIEventListener_t1665237878_m464888071(L_8, /*hidden argument*/GameObject_AddComponent_TisUIEventListener_t1665237878_m464888071_RuntimeMethod_var); V_0 = L_9; } IL_0043: { UIEventListener_t1665237878 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00b5; } } { UIEventListener_t1665237878 * L_12 = V_0; UIEventListener_t1665237878 * L_13 = L_12; NullCheck(L_13); Action_2_t4266817756 * L_14 = L_13->get_onPress_7(); intptr_t L_15 = (intptr_t)uiHelpSliderItem__OnPress_m274983748_RuntimeMethod_var; Action_2_t4266817756 * L_16 = (Action_2_t4266817756 *)il2cpp_codegen_object_new(Action_2_t4266817756_il2cpp_TypeInfo_var); Action_2__ctor_m3007889961(L_16, __this, L_15, /*hidden argument*/Action_2__ctor_m3007889961_RuntimeMethod_var); Delegate_t1188392813 * L_17 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_onPress_7(((Action_2_t4266817756 *)CastclassSealed((RuntimeObject*)L_17, Action_2_t4266817756_il2cpp_TypeInfo_var))); UIEventListener_t1665237878 * L_18 = V_0; UIEventListener_t1665237878 * L_19 = L_18; NullCheck(L_19); Action_1_t1286104214 * L_20 = L_19->get_onClick_4(); intptr_t L_21 = (intptr_t)uiHelpSliderItem__OnClk_m4057806594_RuntimeMethod_var; Action_1_t1286104214 * L_22 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_22, __this, L_21, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); Delegate_t1188392813 * L_23 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_onClick_4(((Action_1_t1286104214 *)CastclassSealed((RuntimeObject*)L_23, Action_1_t1286104214_il2cpp_TypeInfo_var))); UIEventListener_t1665237878 * L_24 = V_0; UIEventListener_t1665237878 * L_25 = L_24; NullCheck(L_25); Action_2_t2030792018 * L_26 = L_25->get_onDrag_10(); intptr_t L_27 = (intptr_t)uiHelpSliderItem__OnDrag_m439117281_RuntimeMethod_var; Action_2_t2030792018 * L_28 = (Action_2_t2030792018 *)il2cpp_codegen_object_new(Action_2_t2030792018_il2cpp_TypeInfo_var); Action_2__ctor_m1718787621(L_28, __this, L_27, /*hidden argument*/Action_2__ctor_m1718787621_RuntimeMethod_var); Delegate_t1188392813 * L_29 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_onDrag_10(((Action_2_t2030792018 *)CastclassSealed((RuntimeObject*)L_29, Action_2_t2030792018_il2cpp_TypeInfo_var))); } IL_00b5: { return; } } // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::Bind(UnityEngine.Component,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem_Bind_m3572754118 (uiHelpSliderItem_t1334750846 * __this, Component_t1923634451 * ___target0, Action_1_t1286104214 * ___cb1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpSliderItem_Bind_m3572754118_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Component_t1923634451 * L_0 = ___target0; 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_0019; } } { Component_t1923634451 * L_2 = ___target0; NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); Action_1_t1286104214 * L_4 = ___cb1; uiHelpSliderItem_Bind_m2208562339(__this, L_3, L_4, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::UnBind() extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem_UnBind_m235837254 (uiHelpSliderItem_t1334750846 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpSliderItem_UnBind_m235837254_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIEventListener_t1665237878 * V_0 = NULL; UIEventListener_t1665237878 * G_B3_0 = NULL; { GameObject_t1113636619 * L_0 = __this->get_m_target_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { GameObject_t1113636619 * L_2 = __this->get_m_target_2(); NullCheck(L_2); UIEventListener_t1665237878 * L_3 = GameObject_GetComponent_TisUIEventListener_t1665237878_m2212065727(L_2, /*hidden argument*/GameObject_GetComponent_TisUIEventListener_t1665237878_m2212065727_RuntimeMethod_var); G_B3_0 = L_3; goto IL_0021; } IL_0020: { G_B3_0 = ((UIEventListener_t1665237878 *)(NULL)); } IL_0021: { V_0 = G_B3_0; UIEventListener_t1665237878 * 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_0094; } } { UIEventListener_t1665237878 * L_6 = V_0; UIEventListener_t1665237878 * L_7 = L_6; NullCheck(L_7); Action_2_t4266817756 * L_8 = L_7->get_onPress_7(); intptr_t L_9 = (intptr_t)uiHelpSliderItem__OnPress_m274983748_RuntimeMethod_var; Action_2_t4266817756 * L_10 = (Action_2_t4266817756 *)il2cpp_codegen_object_new(Action_2_t4266817756_il2cpp_TypeInfo_var); Action_2__ctor_m3007889961(L_10, __this, L_9, /*hidden argument*/Action_2__ctor_m3007889961_RuntimeMethod_var); Delegate_t1188392813 * L_11 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_onPress_7(((Action_2_t4266817756 *)CastclassSealed((RuntimeObject*)L_11, Action_2_t4266817756_il2cpp_TypeInfo_var))); UIEventListener_t1665237878 * L_12 = V_0; UIEventListener_t1665237878 * L_13 = L_12; NullCheck(L_13); Action_1_t1286104214 * L_14 = L_13->get_onClick_4(); intptr_t L_15 = (intptr_t)uiHelpSliderItem__OnClk_m4057806594_RuntimeMethod_var; Action_1_t1286104214 * L_16 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_16, __this, L_15, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); Delegate_t1188392813 * L_17 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_onClick_4(((Action_1_t1286104214 *)CastclassSealed((RuntimeObject*)L_17, Action_1_t1286104214_il2cpp_TypeInfo_var))); UIEventListener_t1665237878 * L_18 = V_0; UIEventListener_t1665237878 * L_19 = L_18; NullCheck(L_19); Action_2_t2030792018 * L_20 = L_19->get_onDrag_10(); intptr_t L_21 = (intptr_t)uiHelpSliderItem__OnDrag_m439117281_RuntimeMethod_var; Action_2_t2030792018 * L_22 = (Action_2_t2030792018 *)il2cpp_codegen_object_new(Action_2_t2030792018_il2cpp_TypeInfo_var); Action_2__ctor_m1718787621(L_22, __this, L_21, /*hidden argument*/Action_2__ctor_m1718787621_RuntimeMethod_var); Delegate_t1188392813 * L_23 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_onDrag_10(((Action_2_t2030792018 *)CastclassSealed((RuntimeObject*)L_23, Action_2_t2030792018_il2cpp_TypeInfo_var))); } IL_0094: { __this->set_m_target_2((GameObject_t1113636619 *)NULL); __this->set_m_callBack_3((Action_1_t1286104214 *)NULL); return; } } // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::_OnPress(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem__OnPress_m274983748 (uiHelpSliderItem_t1334750846 * __this, GameObject_t1113636619 * ___go0, bool ___clked1, const RuntimeMethod* method) { { bool L_0 = ___clked1; if (!L_0) { goto IL_0030; } } { Vector2_t2156229523 * L_1 = __this->get_address_of_m_posDelta_4(); Vector2_Set_m3780194483(L_1, (0.0f), (0.0f), /*hidden argument*/NULL); Vector2_t2156229523 * L_2 = __this->get_address_of_m_posMax_5(); Vector2_Set_m3780194483(L_2, (0.0f), (0.0f), /*hidden argument*/NULL); } IL_0030: { return; } } // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::_OnClk(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem__OnClk_m4057806594 (uiHelpSliderItem_t1334750846 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpSliderItem__OnClk_m4057806594_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { bool L_0 = __this->get_m_vertical_0(); if (!L_0) { goto IL_0040; } } { int32_t L_1 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = Mathf_Max_m3146388979(NULL /*static, unused*/, (1.0f), ((float)il2cpp_codegen_multiply((float)(((float)((float)L_1))), (float)(0.0015625f))), /*hidden argument*/NULL); V_0 = L_2; Vector2_t2156229523 * L_3 = __this->get_address_of_m_posMax_5(); float L_4 = L_3->get_y_1(); float L_5 = V_0; float L_6 = __this->get_m_skipPixels_1(); if ((!(((float)L_4) > ((float)((float)il2cpp_codegen_multiply((float)L_5, (float)L_6)))))) { goto IL_003b; } } { return; } IL_003b: { goto IL_0070; } IL_0040: { int32_t L_7 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = Mathf_Max_m3146388979(NULL /*static, unused*/, (1.0f), ((float)il2cpp_codegen_multiply((float)(((float)((float)L_7))), (float)(0.00104167f))), /*hidden argument*/NULL); V_1 = L_8; Vector2_t2156229523 * L_9 = __this->get_address_of_m_posMax_5(); float L_10 = L_9->get_x_0(); float L_11 = V_1; float L_12 = __this->get_m_skipPixels_1(); if ((!(((float)L_10) > ((float)((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)))))) { goto IL_0070; } } { return; } IL_0070: { Action_1_t1286104214 * L_13 = __this->get_m_callBack_3(); if (!L_13) { goto IL_0087; } } { Action_1_t1286104214 * L_14 = __this->get_m_callBack_3(); GameObject_t1113636619 * L_15 = ___go0; NullCheck(L_14); Action_1_Invoke_m482979732(L_14, L_15, /*hidden argument*/Action_1_Invoke_m482979732_RuntimeMethod_var); } IL_0087: { return; } } // System.Void DMCore.Framework.UIHelp.uiHelpSliderItem::_OnDrag(UnityEngine.GameObject,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void uiHelpSliderItem__OnDrag_m439117281 (uiHelpSliderItem_t1334750846 * __this, GameObject_t1113636619 * ___go0, Vector2_t2156229523 ___delta1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (uiHelpSliderItem__OnDrag_m439117281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector2_t2156229523 * L_0 = __this->get_address_of_m_posDelta_4(); Vector2_t2156229523 * L_1 = L_0; float L_2 = L_1->get_x_0(); float L_3 = (&___delta1)->get_x_0(); L_1->set_x_0(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); Vector2_t2156229523 * L_4 = __this->get_address_of_m_posDelta_4(); Vector2_t2156229523 * L_5 = L_4; float L_6 = L_5->get_y_1(); float L_7 = (&___delta1)->get_y_1(); L_5->set_y_1(((float)il2cpp_codegen_add((float)L_6, (float)L_7))); Vector2_t2156229523 * L_8 = __this->get_address_of_m_posMax_5(); Vector2_t2156229523 * L_9 = __this->get_address_of_m_posMax_5(); float L_10 = L_9->get_x_0(); Vector2_t2156229523 * L_11 = __this->get_address_of_m_posDelta_4(); float L_12 = L_11->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_13 = fabsf(L_12); float L_14 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_10, L_13, /*hidden argument*/NULL); L_8->set_x_0(L_14); Vector2_t2156229523 * L_15 = __this->get_address_of_m_posMax_5(); Vector2_t2156229523 * L_16 = __this->get_address_of_m_posMax_5(); float L_17 = L_16->get_y_1(); Vector2_t2156229523 * L_18 = __this->get_address_of_m_posDelta_4(); float L_19 = L_18->get_y_1(); float L_20 = fabsf(L_19); float L_21 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_17, L_20, /*hidden argument*/NULL); L_15->set_y_1(L_21); 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(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*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(); NullCheck(L_0); String_t* L_2 = CNetServerConfig_GetConfigString_m1508055105(L_0, _stringLiteral3278377697, L_1, /*hidden argument*/NULL); return L_2; } } // 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(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*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(); NullCheck(L_0); String_t* L_2 = CNetServerConfig_GetConfigString_m1508055105(L_0, _stringLiteral671283288, L_1, /*hidden argument*/NULL); return L_2; } } // 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.Web.FitfunWebHelp::.ctor() extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp__ctor_m4224542046 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } extern "C" void DEFAULT_CALL FitfunBreakPtDownload(char*, char*); // System.Void DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtDownload(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp_FitfunBreakPtDownload_m818221816 (RuntimeObject * __this /* static, unused */, String_t* ___url0, String_t* ___filePath1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___url0' to native representation char* ____url0_marshaled = NULL; ____url0_marshaled = il2cpp_codegen_marshal_string(___url0); // Marshaling of parameter '___filePath1' to native representation char* ____filePath1_marshaled = NULL; ____filePath1_marshaled = il2cpp_codegen_marshal_string(___filePath1); // Native function invocation reinterpret_cast(FitfunBreakPtDownload)(____url0_marshaled, ____filePath1_marshaled); // Marshaling cleanup of parameter '___url0' native representation il2cpp_codegen_marshal_free(____url0_marshaled); ____url0_marshaled = NULL; // Marshaling cleanup of parameter '___filePath1' native representation il2cpp_codegen_marshal_free(____filePath1_marshaled); ____filePath1_marshaled = NULL; } extern "C" int32_t DEFAULT_CALL FitfunBreakPtIsSuccess(); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtIsSuccess() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_FitfunBreakPtIsSuccess_m1908979926 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation int32_t returnValue = reinterpret_cast(FitfunBreakPtIsSuccess)(); return returnValue; } extern "C" int32_t DEFAULT_CALL FitfunBreakPtGetProgress(); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtGetProgress() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_FitfunBreakPtGetProgress_m2550595736 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation int32_t returnValue = reinterpret_cast(FitfunBreakPtGetProgress)(); return returnValue; } extern "C" int32_t DEFAULT_CALL FitfunBreakPtGetTotalBytes(); // System.Int32 DMCore.Framework.Web.FitfunWebHelp::FitfunBreakPtGetTotalBytes() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_FitfunBreakPtGetTotalBytes_m702718101 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation int32_t returnValue = reinterpret_cast(FitfunBreakPtGetTotalBytes)(); return returnValue; } extern "C" int64_t DEFAULT_CALL FitfunGetRemoteFileBytes(char*); // System.Int64 DMCore.Framework.Web.FitfunWebHelp::FitfunGetRemoteFileBytes(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t FitfunWebHelp_FitfunGetRemoteFileBytes_m605499443 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method) { typedef int64_t (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___url0' to native representation char* ____url0_marshaled = NULL; ____url0_marshaled = il2cpp_codegen_marshal_string(___url0); // Native function invocation int64_t returnValue = reinterpret_cast(FitfunGetRemoteFileBytes)(____url0_marshaled); // Marshaling cleanup of parameter '___url0' native representation il2cpp_codegen_marshal_free(____url0_marshaled); ____url0_marshaled = NULL; return returnValue; } // System.Boolean DMCore.Framework.Web.FitfunWebHelp::IfFtpType(System.String) extern "C" IL2CPP_METHOD_ATTR bool FitfunWebHelp_IfFtpType_m1271527397 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FitfunWebHelp_IfFtpType_m1271527397_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B6_0 = 0; { String_t* L_0 = ___url0; 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_0017; } } { String_t* L_2 = ___url0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)3) <= ((int32_t)L_3))) { goto IL_0019; } } IL_0017: { return (bool)0; } IL_0019: { String_t* L_4 = ___url0; NullCheck(L_4); String_t* L_5 = String_ToLower_m2029374922(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = String_StartsWith_m1759067526(L_5, _stringLiteral228733076, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { G_B6_0 = 1; goto IL_0035; } IL_0034: { G_B6_0 = 0; } IL_0035: { return (bool)G_B6_0; } } // System.Void DMCore.Framework.Web.FitfunWebHelp::Download(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp_Download_m285703460 (FitfunWebHelp_t2909657851 * __this, String_t* ____url0, String_t* ___filePath1, const RuntimeMethod* method) { { String_t* L_0 = ____url0; String_t* L_1 = ___filePath1; FitfunWebHelp_FitfunBreakPtDownload_m818221816(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int64 DMCore.Framework.Web.FitfunWebHelp::GetLength(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t FitfunWebHelp_GetLength_m1756052852 (RuntimeObject * __this /* static, unused */, String_t* ___URL0, const RuntimeMethod* method) { { String_t* L_0 = ___URL0; int64_t L_1 = FitfunWebHelp_FitfunGetRemoteFileBytes_m605499443(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Framework.Web.FitfunWebHelp::get_Successed() extern "C" IL2CPP_METHOD_ATTR bool FitfunWebHelp_get_Successed_m2385276737 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = FitfunWebHelp_FitfunBreakPtIsSuccess_m1908979926(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { G_B3_0 = 1; goto IL_0011; } IL_0010: { G_B3_0 = 0; } IL_0011: { return (bool)G_B3_0; } } // System.Void DMCore.Framework.Web.FitfunWebHelp::set_Successed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp_set_Successed_m3881567161 (FitfunWebHelp_t2909657851 * __this, bool ___value0, const RuntimeMethod* method) { { return; } } // System.Int32 DMCore.Framework.Web.FitfunWebHelp::get_curTaskLen() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_get_curTaskLen_m3205111365 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method) { { int32_t L_0 = FitfunWebHelp_FitfunBreakPtGetTotalBytes_m702718101(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMCore.Framework.Web.FitfunWebHelp::set_curTaskLen(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp_set_curTaskLen_m3342225686 (FitfunWebHelp_t2909657851 * __this, int32_t ___value0, const RuntimeMethod* method) { { return; } } // System.Int32 DMCore.Framework.Web.FitfunWebHelp::get_progress() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_get_progress_m1661235116 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method) { { int32_t L_0 = FitfunWebHelp_FitfunBreakPtGetProgress_m2550595736(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMCore.Framework.Web.FitfunWebHelp::set_progress(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp_set_progress_m858881733 (FitfunWebHelp_t2909657851 * __this, int32_t ___value0, const RuntimeMethod* method) { { return; } } // System.Single DMCore.Framework.Web.FitfunWebHelp::getSpeed() extern "C" IL2CPP_METHOD_ATTR float FitfunWebHelp_getSpeed_m1316760381 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FitfunWebHelp_getSpeed_m1316760381_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = __this->get_m_time_0(); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_time_0(((float)il2cpp_codegen_add((float)L_0, (float)L_1))); float L_2 = __this->get_m_time_0(); if ((!(((float)L_2) > ((float)(1.0f))))) { goto IL_006e; } } { __this->set_m_time_0((0.0f)); int32_t L_3 = FitfunWebHelp_get_curTaskLen_m3205111365(__this, /*hidden argument*/NULL); int32_t L_4 = FitfunWebHelp_get_progress_m1661235116(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, (((float)((float)((double)((double)((double)il2cpp_codegen_multiply((double)(((double)((double)L_3))), (double)(((double)((double)L_4)))))/(double)(100.0)))))), /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; int32_t L_7 = __this->get_m_downLen_1(); __this->set_m_speed_2((((float)((float)((double)((double)(((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)))))/(double)(1024.0))))))); int32_t L_8 = V_0; __this->set_m_downLen_1(L_8); } IL_006e: { float L_9 = __this->get_m_speed_2(); return L_9; } } #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(22 /* 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(17 /* System.Void System.IO.Stream::Flush() */, L_23); FileStream_t4292183065 * L_24 = V_4; NullCheck(L_24); VirtActionInvoker0::Invoke(14 /* 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