#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 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); } }; 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 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); } }; 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 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 VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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 GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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 InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; // CSignsManager/c__AnonStorey7 struct U3CAddSetMainTypeU3Ec__AnonStorey7_t2033912928; // CSignsManager/TypeClass struct TypeClass_t2664900121; // CSignsManager/c__AnonStorey1 struct U3CDeleteSignsU3Ec__AnonStorey1_t4194708776; // CSignsManager/c__AnonStorey2 struct U3CDeleteSignsU3Ec__AnonStorey2_t4194708773; // CSignsManager/SignPathData struct SignPathData_t1700102174; // System.Collections.Generic.List`1 struct List_1_t3172176916; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.String struct String_t; // CSignsManager/c__AnonStorey6 struct U3CDeleteSignsU3Ec__AnonStorey6_t4194708777; // CSignsManager/c__AnonStorey8 struct U3CDeleteTypeU3Ec__AnonStorey8_t439744970; // CSignsManager/c__AnonStorey0 struct U3CFlagIntU3Ec__AnonStorey0_t2004080519; // CSignsManager/SubTypeItemData struct SubTypeItemData_t1579218109; // CSignsManager/c__AnonStorey3 struct U3CJudgeIsInPathListU3Ec__AnonStorey3_t518067876; // CSignsManager/c__AnonStorey4 struct U3CShowSignsU3Ec__AnonStorey4_t1359761298; // CSignsManager/c__AnonStorey5 struct U3CShowSignsU3Ec__AnonStorey5_t4088644653; // CSignsManager/ReminderPathData struct ReminderPathData_t2604278922; // CSignsManager/SubTypeData struct SubTypeData_t2407733540; // System.Collections.Generic.List`1 struct List_1_t3051292851; // CSkeletonSite struct CSkeletonSite_t1178137573; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // UnityEngine.GameObject struct GameObject_t1113636619; // CSkeletonSite/stSkeltonTrans struct stSkeltonTrans_t433549019; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // CSkeletonSite/CSkeletonSnap struct CSkeletonSnap_t2156242323; // DMCore.Framework.Misc.CTimeStamp_Game struct CTimeStamp_Game_t111337065; // CSpriteAnim struct CSpriteAnim_t1312227296; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UISprite struct UISprite_t194114938; // CStreamingPreImpl struct CStreamingPreImpl_t3531164551; // System.Collections.Generic.List`1 struct List_1_t2253408947; // CUIResVersionCfg struct CUIResVersionCfg_t3394180598; // CVersionIssue struct CVersionIssue_t3008599312; // LitJson.JsonData struct JsonData_t1524858407; // DMCore.Framework.Plugin.CSystemToolPlugin struct CSystemToolPlugin_t1584592813; // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910; // CStreamingPreImpl/stPreTaskData struct stPreTaskData_t781334205; // UnityEngine.Coroutine struct Coroutine_t3829159415; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // CStreamingPreImpl/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t3529053927; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.IO.DirectoryInfo struct DirectoryInfo_t35957480; // DMCore.Framework.Zip.FitfunZip struct FitfunZip_t870197698; // System.NotSupportedException struct NotSupportedException_t1314879016; // CStreamMono struct CStreamMono_t2235327261; // System.Collections.Generic.List`1 struct List_1_t1589480316; // DMCore.Framework.Package.CStreamFileData struct CStreamFileData_t117405574; // CStreamMono/<_ResGet>c__Iterator0 struct U3C_ResGetU3Ec__Iterator0_t4017342962; // CStreamMono/<_FirstGet>c__Iterator1 struct U3C_FirstGetU3Ec__Iterator1_t3719040934; // UnityEngine.WWW struct WWW_t3688466362; // CSuitDetailCtr struct CSuitDetailCtr_t2341865762; // IMonoCtrllor struct IMonoCtrllor_t1427182583; // CDataModelAny struct CDataModelAny_t3819624005; // CDataModelBool struct CDataModelBool_t2269476966; // HandBookCfg/SuitInfo struct SuitInfo_t4135687472; // DMCore.Logic.CWndController struct CWndController_t749709641; // HandBookCfg struct HandBookCfg_t3398685571; // HandBookCfg/ThemeInfo struct ThemeInfo_t2661298501; // CSuitListCtr struct CSuitListCtr_t2923834228; // DMCore.CDataArray struct CDataArray_t4068198041; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t201508249; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // CDataModelInt struct CDataModelInt_t3463393640; // System.Func`2 struct Func_2_t4154244306; // CHandBookCtr struct CHandBookCtr_t4285066741; // System.Collections.Generic.List`1 struct List_1_t1312794918; // CTabSearchCtr struct CTabSearchCtr_t3498668791; // System.Action`2,System.Collections.Generic.List`1> struct Action_2_t814181762; // System.Action`1> struct Action_1_t1302708402; // System.Action struct Action_t1264377477; // System.Collections.Generic.List`1 struct List_1_t1130240807; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.Action`2 struct Action_2_t2470008838; // System.Action`1 struct Action_1_t3252573759; // CTexturnAnim struct CTexturnAnim_t2202883548; // UnityEngine.Texture2D struct Texture2D_t3840446185; // CUIBase struct CUIBase_t3255455658; // IEventBase struct IEventBase_t1130231758; // DMSerial struct DMSerial_t3962411756; // UILabel struct UILabel_t3248798549; // UITexture struct UITexture_t3471168817; // System.Action`1 struct Action_1_t1286104214; // UIEventListener struct UIEventListener_t1665237878; // System.Delegate struct Delegate_t1188392813; // System.Action`2 struct Action_2_t4266817756; // CUIEvaluation struct CUIEvaluation_t4168627961; // UnityEngine.Animation struct Animation_t3648466861; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // UnityEngine.Behaviour struct Behaviour_t1437897464; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // CUIEvent struct CUIEvent_t99497512; // DMCore.Framework.CModuleManager struct CModuleManager_t4250936907; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2144168989; // UIRoot struct UIRoot_t4022971450; // System.Collections.Generic.List`1 struct List_1_t1200078896; // System.Text.Encoding struct Encoding_t1523322056; // System.Xml.XmlElement struct XmlElement_t561603118; // CUIResWWW struct CUIResWWW_t153014691; // CUIResWWW/CRemoteHotInfo struct CRemoteHotInfo_t1542281948; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t411754135; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // CUIResWWW/CUrlLabor struct CUrlLabor_t1679613458; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1317283229; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // CUIResWWW/CResDownLoadTask struct CResDownLoadTask_t1572108126; // DMCore.Framework.Web.FitfunWebHelp struct FitfunWebHelp_t2909657851; // UISimpleMsgBox/OnSimpleMsgBoxClkCallBack struct OnSimpleMsgBoxClkCallBack_t462092590; // UIGameStarter struct UIGameStarter_t3167157668; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // UISimpleMsgBox struct UISimpleMsgBox_t1300709986; // System.Collections.Generic.List`1 struct List_1_t185706758; // System.Comparison`1 struct Comparison_1_t2783530491; // System.Comparison`1 struct Comparison_1_t2855037343; // System.Collections.Generic.List`1 struct List_1_t3319525431; // CUISwingBeatKeyMain struct CUISwingBeatKeyMain_t3099516294; // System.Collections.Generic.List`1 struct List_1_t4083789546; // BetterList`1 struct BetterList_1_t501092462; // BetterList`1 struct BetterList_1_t2235126482; // BetterList`1 struct BetterList_1_t3455293471; // System.Action`3 struct Action_3_t3578807402; // CUISwingBeatKeyMain/stDeviceGroup struct stDeviceGroup_t2611714804; // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991; // DMCore.DanceMode.CBeatKeySwingCtrollor struct CBeatKeySwingCtrollor_t4230979690; // CUISwingBeatKeyMain/stSwingGroupUI struct stSwingGroupUI_t3926616374; // DMCore.DanceMode.CBeatKeySwingHoldLineUI struct CBeatKeySwingHoldLineUI_t5305857; // DMCore.DanceMode.CBeatKeySwingUI struct CBeatKeySwingUI_t1346072144; // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208; // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091; // BetterList`1 struct BetterList_1_t3081636692; // System.Action`2 struct Action_2_t3782157935; // IEntityBase struct IEntityBase_t3866625305; // CBetterSet`1 struct CBetterSet_1_t3980903009; // CBetterSet`1 struct CBetterSet_1_t3194383868; // CBetterSet`1 struct CBetterSet_1_t3369733362; // System.Action`1 struct Action_1_t4039092900; // System.Action`1 struct Action_1_t3427923253; // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760; // CUserEvent struct CUserEvent_t3128687182; // CUserEventUgly struct CUserEventUgly_t3395481104; // CVersionWWW struct CVersionWWW_t2686195492; // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544; // CGameController struct CGameController_t2711137428; // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940; // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // CVersionWWW/CProxyMsg struct CProxyMsg_t3400139011; // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312; // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034; // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025; // DMCore.Framework.Resource.CUIPkgService struct CUIPkgService_t1582475416; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.Framework.CDependenceReadyManager struct CDependenceReadyManager_t857962078; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // CAutoUpdate struct CAutoUpdate_t511563099; // CVersionWWW/CMergedVersionCfgMsg struct CMergedVersionCfgMsg_t2041069836; // CVersionWWW/CVersionUpdateMsg struct CVersionUpdateMsg_t1074894675; // CLeDouApi struct CLeDouApi_t315808977; // CMonoWWW struct CMonoWWW_t3670679148; // CMonoSnapLib struct CMonoSnapLib_t2382924513; // MessageHandler struct MessageHandler_t3017544858; // CResourceWWW struct CResourceWWW_t3399865147; // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682; // CWaitingRoomCtrl struct CWaitingRoomCtrl_t1619551906; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4013585537; // System.Collections.Generic.List`1 struct List_1_t2150746020; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.Logic.IdleActionManager struct IdleActionManager_t2375494644; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // UnityEngine.Collider struct Collider_t1773347010; // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665; // DMCore.Logic.CTitleManager struct CTitleManager_t3025273230; // DMCore.Logic.CGuildManager struct CGuildManager_t3445311192; // DMCore.Logic.CEffectWndManager struct CEffectWndManager_t3902312294; // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330; // DMCore.Logic.shopModel struct shopModel_t101745799; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651; // UnityEngine.Camera struct Camera_t4157153871; // System.Comparison`1 struct Comparison_1_t453602457; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // CWaitingRoomCtrl/RoleDisData struct RoleDisData_t678671278; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t2066028325; // CWaitingRoomCtrl/c__AnonStorey1 struct U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993; // System.Predicate`1 struct Predicate_1_t1503965402; // System.Predicate`1 struct Predicate_1_t3905400288; // DMCore.Framework.Resource.OnResourcePrepareResult struct OnResourcePrepareResult_t1971095887; // DMCore.Framework.Resource.OnResourceResult struct OnResourceResult_t3899022047; // DMCore.Framework.Resource.CPkgResService struct CPkgResService_t3747434472; // DMCore.Framework.Resource.CResTaskContainer struct CResTaskContainer_t3271287293; // CWaitingRoomCtrl/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t18521158; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // DMCore.Framework.Scene.CInteractionEvent struct CInteractionEvent_t1132726501; // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866; // DMCore.Logic.CShopManager struct CShopManager_t754298620; // CYunvaApi struct CYunvaApi_t2324893418; // CYunvaApi/OnUpLoadCompleteCallback struct OnUpLoadCompleteCallback_t2081987828; // CYunvaApi/OnDownLoadCompleteCallback struct OnDownLoadCompleteCallback_t4136487141; // CYunvaApi/OnStopRecordCompleteCallback struct OnStopRecordCompleteCallback_t2363891626; // CYunvaApi/OnCompletedCallback struct OnCompletedCallback_t1110260270; // CYunvaApi/OnMsgReceiveCallback struct OnMsgReceiveCallback_t4052986837; // CYunvaApi/OnStopSpeechCompleteCallback struct OnStopSpeechCompleteCallback_t1009288087; // DMCore.Framework.Plugin.CYunvaSDK/ChatContent struct ChatContent_t42021257; // System.Action`1 struct Action_1_t2019918284; // DMCore.Framework.Plugin.CYunvaSDK struct CYunvaSDK_t1509311865; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DanceScoreRole struct DanceScoreRole_t1777216089; // IScenePersonalRolePosition struct IScenePersonalRolePosition_t1996743043; // DMCore.Logic.CPropertySiteManager struct CPropertySiteManager_t1418377639; // DMCore.Logic.CPropertySite struct CPropertySite_t3895418650; // DMCore.Logic.ShareManager struct ShareManager_t1254576143; // DelegateGetTexture struct DelegateGetTexture_t2540163646; // DetailWnd struct DetailWnd_t3732401977; // DMCore.Logic.CShopConfig struct CShopConfig_t202154353; // DMCDCirculateScrollView struct DMCDCirculateScrollView_t2276082317; // DMCDScrollViewItem struct DMCDScrollViewItem_t254217223; // DMCDCirculateScrollView/stTransOrg struct stTransOrg_t3225015988; // cSceneTexTure struct cSceneTexTure_t2865878985; // DMCore.Logic.DanceSceneManager struct DanceSceneManager_t2271493662; // DMCDScrollView struct DMCDScrollView_t4294154837; // DMCDScrollView/stTransOrg struct stTransOrg_t3673889772; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.Logic.CServerChoice struct CServerChoice_t1594647161; // System.IO.FileStream struct FileStream_t4292183065; // System.IO.StreamReader struct StreamReader_t4009935899; // System.IO.Stream struct Stream_t1273022909; // DMCore.Camera.CCameraState struct CCameraState_t4059982610; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Collections.ArrayList struct ArrayList_t2718874744; // DMCore.IDataUnit struct IDataUnit_t677250155; // DMCore.CDataByte struct CDataByte_t2832074535; // DMCore.CDataShort struct CDataShort_t848979497; // DMCore.CDataInt struct CDataInt_t1932658480; // DMCore.CDataFloat struct CDataFloat_t137586558; // DMCore.CDataWideStr struct CDataWideStr_t3874506662; // DMCore.CDataLong struct CDataLong_t929790239; // DMCore.CDataDouble struct CDataDouble_t3608737326; // DMCore.CDataString struct CDataString_t1317323776; // DMCore.CDataVector struct CDataVector_t3625709135; // DMCore.CDataQuaternion struct CDataQuaternion_t1158885499; // BetterList`1 struct BetterList_1_t289316694; // DMCore.DanceMode.CBeatKeySwingUI[] struct CBeatKeySwingUIU5BU5D_t3099983473; // DMCore.DanceMode.CBeatKeySwingHoldLineUI[] struct CBeatKeySwingHoldLineUIU5BU5D_t3655931100; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t2426126211; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2030465055; // BetterList`1 struct BetterList_1_t3921579418; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t2907844050; // System.Collections.Generic.List`1 struct List_1_t4026413551; // System.Comparison`1 struct Comparison_1_t246522983; // HandBookCfg/SuitInfo[] struct SuitInfoU5BU5D_t3525509137; // DMCore.Logic.ItemQuality[] struct ItemQualityU5BU5D_t944580844; // 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_t1382638365; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3680674949; // System.Collections.Generic.List`1 struct List_1_t3963932672; // CUISwingBeatKeyMain/stDeviceGroup[] struct stDeviceGroupU5BU5D_t3324245693; // System.Predicate`1 struct Predicate_1_t666014300; // DMCore.Framework.Package.CStreamFileData[] struct CStreamFileDataU5BU5D_t118098851; // System.Collections.Generic.List`1 struct List_1_t318665914; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Comparison`1 struct Comparison_1_t2216417410; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2910090473; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1790591762; // BetterList`1 struct BetterList_1_t2105966071; // System.Predicate`1 struct Predicate_1_t2672744813; // CUIBase[] struct CUIBaseU5BU5D_t3913267823; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3517606667; // DMCore.Framework.IModuleBase struct IModuleBase_t3872726543; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1759717005; // BetterList`1 struct BetterList_1_t1380830171; // System.Collections.Generic.List`1 struct List_1_t3697884595; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // UIRoot[] struct UIRootU5BU5D_t1227295135; // CVersionIssue[] struct CVersionIssueU5BU5D_t2658444465; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.List`1 struct List_1_t13424132; // System.Collections.Generic.List`1 struct List_1_t1647121327; // System.Collections.Generic.List`1 struct List_1_t1700065621; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // DMCore.Camera.CCameraState[] struct CCameraStateU5BU5D_t2348481639; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CBetterSet`1> struct CBetterSet_1_t2134195988; // CSignsManager struct CSignsManager_t1825583579; // CSignsManager/SubTypeItemData[] struct SubTypeItemDataU5BU5D_t228784048; // BetterList`1 struct BetterList_1_t1591806957; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2735467829; // CSkeletonSite/stSkeltonTrans[] struct stSkeltonTransU5BU5D_t2773511002; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t815652591; // CSignsManager/SignPathData[] struct SignPathDataU5BU5D_t813929899; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.List`1 struct List_1_t3662906633; // CBetterSet`1> struct CBetterSet_1_t1416977057; // System.Collections.Generic.List`1 struct List_1_t622380941; // CUISwingBeatKeyMain/stSwingGroupUI[] struct stSwingGroupUIU5BU5D_t387132723; // BetterList`1 struct BetterList_1_t2996838064; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t133775218; // DMCore.Logic.CShopGroupBuyingData struct CShopGroupBuyingData_t1345810626; // DMCore.Logic.CShopManager/CShopItemGroup struct CShopItemGroup_t1245061887; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1548932026; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1156046999; // CWaitingRoomCtrl/RoleDisData[] struct RoleDisDataU5BU5D_t1385877979; // System.Collections.Generic.List`1 struct List_1_t1536066709; // System.Collections.Generic.List`1 struct List_1_t3315527713; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t683098980; // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208; // BetterList`1 struct BetterList_1_t2410475976; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t2571361770; // BetterList`1 struct BetterList_1_t3021645623; // CStreamingPreImpl/stPreTaskData[] struct stPreTaskDataU5BU5D_t2118806960; // BetterList`1 struct BetterList_1_t3256166455; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // System.Collections.Generic.List`1 struct List_1_t876647579; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t454560111; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1165792132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t104342236; // System.Collections.Generic.List`1 struct List_1_t1441398424; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // 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_t1550011832; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3311957831; // System.Collections.Generic.List`1 struct List_1_t2330697225; // System.Collections.Generic.List`1 struct List_1_t589903178; // System.Collections.Generic.List`1 struct List_1_t1151801416; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // DMCore.Logic.CTitleManager/ChangeTitle struct ChangeTitle_t584768798; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1574409016; // System.Void struct Void_t1185182177; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Collections.Generic.List`1 struct List_1_t4056803065; // UnityEngine.AudioSource struct AudioSource_t3935305588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // DMCore.Framework.Resource.CEditorResService struct CEditorResService_t1140910365; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4166515492; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t412417193; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // System.Predicate`1 struct Predicate_1_t1857196311; // System.Collections.Generic.List`1 struct List_1_t2585711361; // DMCore.Logic.CShareConfig/CShareInfo struct CShareInfo_t1190539625; // DMCore.Logic.CPindanManager/CPindanShop struct CPindanShop_t4113161522; // System.Text.Decoder struct Decoder_t2204182725; // System.Text.StringBuilder struct StringBuilder_t; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3022086574; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t88127061; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t895854979; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3235388461; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t863209702; // System.Collections.Generic.IList`1 struct IList_1_t3340178190; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t4068933393; // System.Collections.Generic.IList`1> struct IList_1_t1228139360; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1492992253; // System.Collections.Generic.List`1 struct List_1_t4136974863; // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3385622220; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3999618383; // System.Collections.Generic.List`1 struct List_1_t1208796635; // System.Collections.Generic.List`1 struct List_1_t296433643; // System.Predicate`1 struct Predicate_1_t562016017; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535; // System.Collections.Generic.List`1 struct List_1_t2148006193; // DMCore.Logic.CCreateCondition struct CCreateCondition_t197933841; // System.Comparison`1 struct Comparison_1_t450862630; // DMCore.Framework.Scene.CWalkRange struct CWalkRange_t2357921041; // DMCore.Framework.Scene.CInteractionRange struct CInteractionRange_t868014233; // BetterList`1 struct BetterList_1_t2891587622; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2275110594; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // CAnimSite struct CAnimSite_t233742424; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // DMCore.Framework.Plugin.CYunvaSDK/UserInfo struct UserInfo_t2013096041; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1276151611; // UIAtlas struct UIAtlas_t3195533529; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Texture struct Texture_t3661962703; // UIPanel struct UIPanel_t1716472341; // UIGeometry struct UIGeometry_t1059483952; // System.Collections.Generic.List`1 struct List_1_t1780083345; // System.Action`2 struct Action_2_t1271829269; // System.Action`2 struct Action_2_t2030792018; // System.Action`2 struct Action_2_t988199114; // System.Action`2 struct Action_2_t1722013184; // System.Action`2 struct Action_2_t2473856772; // DMCDScrollViewItem[] struct DMCDScrollViewItemU5BU5D_t786020350; // DMCDScrollView/stTransOrg[] struct stTransOrgU5BU5D_t1358183141; // DMCDCirculateScrollView/stTransOrg[] struct stTransOrgU5BU5D_t1730188285; // UIAnchor struct UIAnchor_t2527798900; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // UIButtonMessage struct UIButtonMessage_t952534536; // DMCore.Logic.CGuideSubStep struct CGuideSubStep_t1332708913; // UIAtlas/Sprite struct Sprite_t2895597119; // UIFont struct UIFont_t2766063701; // UnityEngine.Shader struct Shader_t4151988712; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m3106776728_RuntimeMethod_var; extern const uint32_t U3CDeleteSignsU3Ec__AnonStorey2_U3CU3Em__0_m4133355752_MetadataUsageId; extern const uint32_t U3CDeleteSignsU3Ec__AnonStorey6_U3CU3Em__0_m3672566476_MetadataUsageId; extern const uint32_t U3CJudgeIsInPathListU3Ec__AnonStorey3_U3CU3Em__0_m3142853356_MetadataUsageId; extern const uint32_t U3CShowSignsU3Ec__AnonStorey4_U3CU3Em__0_m1315630490_MetadataUsageId; extern const uint32_t U3CShowSignsU3Ec__AnonStorey5_U3CU3Em__0_m1554077942_MetadataUsageId; extern const uint32_t U3CShowSignsU3Ec__AnonStorey5_U3CU3Em__1_m768849404_MetadataUsageId; extern RuntimeClass* List_1_t3172176916_il2cpp_TypeInfo_var; extern RuntimeClass* SubTypeData_t2407733540_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4092920765_RuntimeMethod_var; extern const uint32_t ReminderPathData__ctor_m1036493372_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t SignPathData__ctor_m4207613488_MetadataUsageId; extern RuntimeClass* List_1_t3051292851_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1814624840_RuntimeMethod_var; extern const uint32_t SubTypeData__ctor_m1223300856_MetadataUsageId; extern const uint32_t SubTypeItemData__ctor_m1102174049_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern const uint32_t CSkeletonSite_IsValid_m2965781142_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern RuntimeClass* stSkeltonTransU5BU5D_t2773511002_il2cpp_TypeInfo_var; extern RuntimeClass* stSkeltonTrans_t433549019_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200964102_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m311915619_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3800595820_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Count_m1837312527_RuntimeMethod_var; extern String_t* _stringLiteral1898380133; extern const uint32_t CSkeletonSite_set_RootBone_m4068911538_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const uint32_t CSkeletonSite_GetBone_m772310976_MetadataUsageId; extern const uint32_t CSkeletonSite_GetChildBoneTrans_m2115485952_MetadataUsageId; extern RuntimeClass* CTimeStamp_Game_t111337065_il2cpp_TypeInfo_var; extern const uint32_t CSkeletonSnap__ctor_m2085219893_MetadataUsageId; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern RuntimeClass* QuaternionU5BU5D_t2571361770_il2cpp_TypeInfo_var; extern const uint32_t CSkeletonSnap_SnapSkeleton_m2121739659_MetadataUsageId; extern const uint32_t CSkeletonSnap_OnLerpSkeleton_m3127405303_MetadataUsageId; extern const uint32_t stSkeltonTrans__ctor_m1412060078_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var; extern String_t* _stringLiteral2659751129; extern const uint32_t CSpriteAnim_Update_m3984601254_MetadataUsageId; extern RuntimeClass* List_1_t2253408947_il2cpp_TypeInfo_var; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2820513711_RuntimeMethod_var; extern String_t* _stringLiteral2093383602; extern String_t* _stringLiteral3067529969; extern const uint32_t CStreamingPreImpl_OnInit_m572624649_MetadataUsageId; extern RuntimeClass* JsonData_t1524858407_il2cpp_TypeInfo_var; extern RuntimeClass* CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var; extern RuntimeClass* CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m2567521677_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3992288652_RuntimeMethod_var; extern String_t* _stringLiteral3456546791; extern String_t* _stringLiteral3951792230; extern String_t* _stringLiteral3409200350; extern String_t* _stringLiteral869972491; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral4045586754; extern String_t* _stringLiteral2303653040; extern const uint32_t CStreamingPreImpl_Update_m3325579335_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* stPreTaskData_t781334205_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m370986697_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m716051549_RuntimeMethod_var; extern String_t* _stringLiteral3940781671; extern String_t* _stringLiteral538040360; extern String_t* _stringLiteral228405424; extern String_t* _stringLiteral1922450887; extern const uint32_t CStreamingPreImpl_LoadCfg_m108637946_MetadataUsageId; extern RuntimeClass* U3CLoadResourceU3Ec__Iterator0_t3529053927_il2cpp_TypeInfo_var; extern const uint32_t CStreamingPreImpl_LoadResource_m3041978970_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* CStreamingPreImpl_t3531164551_il2cpp_TypeInfo_var; extern RuntimeClass* CModuleManager_t4250936907_il2cpp_TypeInfo_var; extern RuntimeClass* FitfunZip_t870197698_il2cpp_TypeInfo_var; extern String_t* _stringLiteral731567898; extern String_t* _stringLiteral1890956910; extern String_t* _stringLiteral3452614529; extern const uint32_t U3CLoadResourceU3Ec__Iterator0_MoveNext_m2573051900_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CLoadResourceU3Ec__Iterator0_Reset_m791569579_RuntimeMethod_var; extern const uint32_t U3CLoadResourceU3Ec__Iterator0_Reset_m791569579_MetadataUsageId; extern String_t* _stringLiteral1305149742; extern const uint32_t CStreamMono_Start_m831614153_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3272754814_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1034529086_RuntimeMethod_var; extern String_t* _stringLiteral2814816485; extern const uint32_t CStreamMono_Update_m1883046047_MetadataUsageId; extern const uint32_t CStreamMono_GetTotalCount_m2507280130_MetadataUsageId; extern RuntimeClass* U3C_ResGetU3Ec__Iterator0_t4017342962_il2cpp_TypeInfo_var; extern const uint32_t CStreamMono__ResGet_m2622282395_MetadataUsageId; extern RuntimeClass* U3C_FirstGetU3Ec__Iterator1_t3719040934_il2cpp_TypeInfo_var; extern const uint32_t CStreamMono__FirstGet_m496727405_MetadataUsageId; extern RuntimeClass* WWW_t3688466362_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1018376210; extern const uint32_t U3C_FirstGetU3Ec__Iterator1_MoveNext_m1803603984_MetadataUsageId; extern const RuntimeMethod* U3C_FirstGetU3Ec__Iterator1_Reset_m2663799391_RuntimeMethod_var; extern const uint32_t U3C_FirstGetU3Ec__Iterator1_Reset_m2663799391_MetadataUsageId; extern String_t* _stringLiteral2316644083; extern const uint32_t U3C_ResGetU3Ec__Iterator0_MoveNext_m3057204212_MetadataUsageId; extern const RuntimeMethod* U3C_ResGetU3Ec__Iterator0_Reset_m1879256316_RuntimeMethod_var; extern const uint32_t U3C_ResGetU3Ec__Iterator0_Reset_m1879256316_MetadataUsageId; extern RuntimeClass* CDataModelAny_t3819624005_il2cpp_TypeInfo_var; extern RuntimeClass* CDataModelBool_t2269476966_il2cpp_TypeInfo_var; extern const uint32_t CSuitDetailCtr__ctor_m4269802016_MetadataUsageId; extern RuntimeClass* CSuitDetailCtr_t2341865762_il2cpp_TypeInfo_var; extern const uint32_t CSuitDetailCtr_GetInstance_m791883356_MetadataUsageId; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern const uint32_t CSuitDetailCtr_ShowPage_m3795302854_MetadataUsageId; extern const uint32_t CSuitDetailCtr_OnClosePage_m2906441983_MetadataUsageId; extern String_t* _stringLiteral2476080563; extern const uint32_t CSuitDetailCtr_OnShareSuit_m4283978314_MetadataUsageId; extern String_t* _stringLiteral1394757185; extern const uint32_t CSuitDetailCtr_OnGetReward_m1941027983_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1682321840; extern const uint32_t CSuitDetailCtr_GetRewardFromServer_m793670930_MetadataUsageId; extern String_t* _stringLiteral3691482627; extern const uint32_t CSuitDetailCtr_GetSuitInfoFromServer_m3232317488_MetadataUsageId; extern RuntimeClass* Dictionary_2_t201508249_il2cpp_TypeInfo_var; extern RuntimeClass* CDataModelInt_t3463393640_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3177048309_RuntimeMethod_var; extern const uint32_t CSuitListCtr__ctor_m236532781_MetadataUsageId; extern RuntimeClass* CSuitListCtr_t2923834228_il2cpp_TypeInfo_var; extern const uint32_t CSuitListCtr_GetInstance_m1135308584_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m2715014037_RuntimeMethod_var; extern const uint32_t CSuitListCtr_get_NumAllPage_m2696285909_MetadataUsageId; extern const uint32_t CSuitListCtr_ShowPage_m500947946_MetadataUsageId; extern RuntimeClass* Func_2_t4154244306_il2cpp_TypeInfo_var; extern const RuntimeMethod* CSuitListCtr_U3CToNextSuitListPageU3Em__0_m2735936508_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m1354307147_RuntimeMethod_var; extern const uint32_t CSuitListCtr_ToNextSuitListPage_m2702146474_MetadataUsageId; extern const RuntimeMethod* CSuitListCtr_U3CToPrevSuitListPageU3Em__1_m641397178_RuntimeMethod_var; extern const uint32_t CSuitListCtr_ToPrevSuitListPage_m2119615785_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3428897668_RuntimeMethod_var; extern const uint32_t CSuitListCtr_OnClosePage_m2704320587_MetadataUsageId; extern const RuntimeMethod* Func_2_Invoke_m2288287195_RuntimeMethod_var; extern String_t* _stringLiteral3587102341; extern String_t* _stringLiteral2008977278; extern const uint32_t CSuitListCtr_ChangeSuitListPage_m1573537012_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m617305238_RuntimeMethod_var; extern const uint32_t CSuitListCtr_UpdateData_m1011393437_MetadataUsageId; extern RuntimeClass* CTabSearchCtr_t3498668791_il2cpp_TypeInfo_var; extern const uint32_t CTabSearchCtr_GetInstance_m616030694_MetadataUsageId; extern const uint32_t CTabSearchCtr_ShowPage_m1615272022_MetadataUsageId; extern const uint32_t CTabSearchCtr_ShowTravelPage_m1720853699_MetadataUsageId; extern const uint32_t CTabSearchCtr_HidePage_m2285710767_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m1598171287_RuntimeMethod_var; extern const uint32_t CTabSearchCtr_OnSureSelect_m149866475_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m1395004554_RuntimeMethod_var; extern const uint32_t CTabSearchCtr_OnSureSelect_m4222127903_MetadataUsageId; extern const uint32_t CTexturnAnim_Update_m3513501997_MetadataUsageId; extern RuntimeClass* CUIBase_t3255455658_il2cpp_TypeInfo_var; extern const uint32_t CUIBase__ctor_m220894030_MetadataUsageId; extern const uint32_t CUIBase_Bind_m1719240495_MetadataUsageId; extern const uint32_t CUIBase_get_Active_m3212426404_MetadataUsageId; extern RuntimeClass* CUpdateInterface_t2239046830_il2cpp_TypeInfo_var; extern const uint32_t CUIBase_RegistUpdate_m4199357620_MetadataUsageId; extern const uint32_t CUIBase_RegistLateUpdate_m293841120_MetadataUsageId; extern const uint32_t CUIBase_UnRegistUpdate_m3080511716_MetadataUsageId; extern const uint32_t CUIBase_UnRegistLateUpdate_m1775356343_MetadataUsageId; extern const uint32_t CUIBase_FindSerialedTransform_m1564495734_MetadataUsageId; extern const uint32_t CUIBase_FindSerialedGameObject_m3812782434_MetadataUsageId; extern const RuntimeMethod* CUIBase_FindSerialValue_TisUILabel_t3248798549_m1414506829_RuntimeMethod_var; extern const uint32_t CUIBase_FindSerialedLabel_m4258900353_MetadataUsageId; extern const RuntimeMethod* CUIBase_FindSerialValue_TisUISprite_t194114938_m54679888_RuntimeMethod_var; extern const uint32_t CUIBase_FindSerialedSprite_m903510271_MetadataUsageId; extern const RuntimeMethod* CUIBase_FindSerialValue_TisUITexture_t3471168817_m486475374_RuntimeMethod_var; extern const uint32_t CUIBase_FindSerialedTexture_m3802964458_MetadataUsageId; extern RuntimeClass* Action_1_t1286104214_il2cpp_TypeInfo_var; extern const uint32_t CUIBase_BindSerialBtn_m1473289596_MetadataUsageId; extern const uint32_t CUIBase_FindTransform_m1712189702_MetadataUsageId; extern const uint32_t CUIBase_FindTransform_m1468339067_MetadataUsageId; extern const uint32_t CUIBase_FindSprite_m4263838980_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var; extern const uint32_t CUIBase_FindLabel_m532364072_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var; extern const uint32_t CUIBase_FindUITexture_m1117696536_MetadataUsageId; extern const uint32_t CUIBase_BindBtnClk_m3088134014_MetadataUsageId; extern const uint32_t CUIBase_BindBtnClk_m3039874840_MetadataUsageId; extern const uint32_t CUIBase_BindBtnClk_m3538213039_MetadataUsageId; extern RuntimeClass* Action_2_t4266817756_il2cpp_TypeInfo_var; extern const uint32_t CUIBase_BindBtnClk_m1243785219_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisDMSerial_t3962411756_m3610101527_RuntimeMethod_var; extern const uint32_t CUIBase_GetSerial_m1627639709_MetadataUsageId; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var; extern String_t* _stringLiteral1518635337; extern String_t* _stringLiteral2328036797; extern const uint32_t CUIEvaluation_OnPageInit_m814759492_MetadataUsageId; extern const uint32_t CUIEvaluation_SetResult_m2494417887_MetadataUsageId; extern String_t* _stringLiteral3895264111; extern const uint32_t CUIEvaluation_HideResult_m3568872639_MetadataUsageId; extern String_t* _stringLiteral3452614640; extern String_t* _stringLiteral22182220; extern String_t* _stringLiteral798688684; extern String_t* _stringLiteral1985252974; extern const uint32_t CUIEvaluation__GetResultRes_m3824749426_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var; extern const uint32_t CUIEvaluation__GetAnimComponent_m368108673_MetadataUsageId; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern const RuntimeMethod* CUIEvaluation__OnHideEvaluation_m857304845_RuntimeMethod_var; extern const uint32_t CUIEvaluation__FireHideProc_m2662745073_MetadataUsageId; extern RuntimeClass* CUIHelp_t1606002733_il2cpp_TypeInfo_var; extern const RuntimeMethod* CModuleManager_CreateInstance_TisCUIBase_t3255455658_m249943312_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4093949422_RuntimeMethod_var; extern const uint32_t CUIHelp_Create_m723873296_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3116140483_RuntimeMethod_var; extern const uint32_t CUIHelp_Find_m656983300_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3175924557_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2652190471_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1383868796_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3552354746_RuntimeMethod_var; extern const uint32_t CUIHelp_FindUI_m1694888899_MetadataUsageId; extern const uint32_t CUIHelp_FindUI_m2148074195_MetadataUsageId; extern const uint32_t CUIHelp_FindUI_m1081873681_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m99561364_RuntimeMethod_var; extern const uint32_t CUIHelp_Delete_m1199867293_MetadataUsageId; extern RuntimeClass* NGUITools_t1206951095_il2cpp_TypeInfo_var; extern RuntimeClass* UIRoot_t4022971450_il2cpp_TypeInfo_var; extern const RuntimeMethod* NGUITools_FindInParents_TisUIRoot_t4022971450_m3735487903_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m788055123_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3029999478_RuntimeMethod_var; extern const uint32_t CUIHelp_GetUIRoot_m701114579_MetadataUsageId; extern const uint32_t CUIHelp_GetUIRoot_m1788309885_MetadataUsageId; extern const uint32_t CUIHelp_BindSerialBtn_m2380679998_MetadataUsageId; extern const uint32_t CUIHelp_FindChild_m878361943_MetadataUsageId; extern const uint32_t CUIHelp_FindChild_m2176359322_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2144168989_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3630934930_RuntimeMethod_var; extern const uint32_t CUIHelp__cctor_m2367556730_MetadataUsageId; extern RuntimeClass* CVersionIssue_t3008599312_il2cpp_TypeInfo_var; extern const uint32_t CUIResVersionCfg__ctor_m164654405_MetadataUsageId; extern RuntimeClass* CUIResVersionCfg_t3394180598_il2cpp_TypeInfo_var; extern const uint32_t CUIResVersionCfg_GetInstance_m3080834282_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1796684683; extern String_t* _stringLiteral112795981; extern String_t* _stringLiteral1911249143; extern const uint32_t CUIResVersionCfg_OnInit_m916014895_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern String_t* _stringLiteral272764866; extern String_t* _stringLiteral1202915112; extern String_t* _stringLiteral473206728; extern String_t* _stringLiteral3858238944; extern String_t* _stringLiteral162331289; extern const uint32_t CUIResVersionCfg_ReloadVersionCfg_m21431723_MetadataUsageId; extern String_t* _stringLiteral2324932941; extern const uint32_t CUIResVersionCfg_Save_m2242885228_MetadataUsageId; extern const uint32_t CUIResVersionCfg_ToString_m3232485232_MetadataUsageId; extern RuntimeClass* CRemoteHotInfo_t1542281948_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedList_1_t411754135_il2cpp_TypeInfo_var; extern RuntimeClass* CUrlLabor_t1679613458_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m1180647495_RuntimeMethod_var; extern const uint32_t CUIResWWW__ctor_m1650243142_MetadataUsageId; extern RuntimeClass* CUIResWWW_t153014691_il2cpp_TypeInfo_var; extern const uint32_t CUIResWWW_GetInstance_m318267057_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_Count_m4281037392_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m1724307027_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m2733216330_RuntimeMethod_var; extern const uint32_t CUIResWWW_GetCurText_m164478670_MetadataUsageId; extern const uint32_t CUIResWWW_GetKeyValue_m2294452934_MetadataUsageId; extern String_t* _stringLiteral3451500429; extern String_t* _stringLiteral3452614523; extern String_t* _stringLiteral2964859440; extern String_t* _stringLiteral3457660801; extern const uint32_t CUIResWWW_GetSizeText_m1922121778_MetadataUsageId; extern String_t* _stringLiteral3452614622; extern String_t* _stringLiteral3456677861; extern String_t* _stringLiteral3456677859; extern String_t* _stringLiteral3456677849; extern const uint32_t CUIResWWW_ToBytesFormat_m4100916913_MetadataUsageId; extern const uint32_t CUIResWWW_ToBytesFormat_m612846351_MetadataUsageId; extern String_t* _stringLiteral3639507269; extern String_t* _stringLiteral2841694387; extern const uint32_t CUIResWWW__OnMBClkCode_Failed_m3828066184_MetadataUsageId; extern RuntimeClass* OnSimpleMsgBoxClkCallBack_t462092590_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2643467469_RuntimeMethod_var; extern const RuntimeMethod* CUIResWWW__OnMbClkVersion_Failed_m4108982671_RuntimeMethod_var; extern const RuntimeMethod* CUIResWWW__OnMBClkCode_Failed_m3828066184_RuntimeMethod_var; extern const RuntimeMethod* CUIResWWW__OnMBClkCallBack_Failed_m1920394308_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m2546470645_RuntimeMethod_var; extern String_t* _stringLiteral459796548; extern String_t* _stringLiteral2463294069; extern const uint32_t CUIResWWW_OnTick_m717459904_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t CUIResWWW_StartCheck_m1128471960_MetadataUsageId; extern RuntimeClass* FitfunWebHelp_t2909657851_il2cpp_TypeInfo_var; extern const uint32_t CUIResWWW_StartCheckVersion_m1082654758_MetadataUsageId; extern const uint32_t CUIResWWW_OnCheckVersionResult_m180256275_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_Clear_m1125940998_RuntimeMethod_var; extern const RuntimeMethod* CUIResWWW__OnSimpleMsgBoxClkCallBack_m2879668485_RuntimeMethod_var; extern String_t* _stringLiteral3151693746; extern String_t* _stringLiteral4124364549; extern const uint32_t CUIResWWW__OnCheckVersionResultText_m4246874938_MetadataUsageId; extern const uint32_t CUIResWWW_StartCheckCode_m4158998409_MetadataUsageId; extern String_t* _stringLiteral533529155; extern const uint32_t CUIResWWW_StartCheckRes_m2303461484_MetadataUsageId; extern String_t* _stringLiteral2378097171; extern const uint32_t CUIResWWW_StartUnzip_m1880861598_MetadataUsageId; extern const uint32_t CUIResWWW_OnCodeDone_m1285448605_MetadataUsageId; extern const uint32_t CUIResWWW_OnResDone_m1273188694_MetadataUsageId; extern String_t* _stringLiteral3072309502; extern const uint32_t CUIResWWW_MoveFloder_m3072386501_MetadataUsageId; extern String_t* _stringLiteral701689573; extern String_t* _stringLiteral3460481212; extern String_t* _stringLiteral4132972632; extern String_t* _stringLiteral1902401671; extern String_t* _stringLiteral4119301753; extern String_t* _stringLiteral1985170611; extern String_t* _stringLiteral2507586280; extern String_t* _stringLiteral2909710312; extern const uint32_t CUIResWWW_LoadCfg_m1068426512_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2799738156_RuntimeMethod_var; extern String_t* _stringLiteral2471836234; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral3987835854; extern const uint32_t CUIResWWW_LoadText_m632970082_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisUISimpleMsgBox_t1300709986_m788073137_RuntimeMethod_var; extern String_t* _stringLiteral2708641353; extern String_t* _stringLiteral3974110434; extern String_t* _stringLiteral660825135; extern String_t* _stringLiteral755736359; extern String_t* _stringLiteral1828438157; extern const uint32_t CUIResWWW_ShowSimpleMsgBox_m497174924_MetadataUsageId; extern String_t* _stringLiteral3386818783; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral3667557639; extern const uint32_t CUIResWWW_SendDataCollect_GetRes_m2869721212_MetadataUsageId; extern RuntimeClass* List_1_t185706758_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2376710465_RuntimeMethod_var; extern const uint32_t CRemoteHotInfo__ctor_m3679337768_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2705448393_RuntimeMethod_var; extern const uint32_t CRemoteHotInfo_Clear_m576034756_MetadataUsageId; extern RuntimeClass* CResDownLoadTask_t1572108126_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m409273027_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_AddLast_m1819264567_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m341702019_RuntimeMethod_var; extern String_t* _stringLiteral1910826777; extern const uint32_t CRemoteHotInfo_PickResourceDownload_m2422616514_MetadataUsageId; extern RuntimeClass* Comparison_1_t2783530491_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3686759369_RuntimeMethod_var; extern const RuntimeMethod* CVersionIssue_CompareFunc_m481822297_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m4126854982_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m3269054415_RuntimeMethod_var; extern String_t* _stringLiteral3862462362; extern String_t* _stringLiteral1084843241; extern String_t* _stringLiteral4166618053; extern String_t* _stringLiteral2321145004; extern String_t* _stringLiteral2950881972; extern const uint32_t CRemoteHotInfo_Parse_m3177520153_MetadataUsageId; extern const uint32_t CResDownLoadTask__ctor_m109932677_MetadataUsageId; extern String_t* _stringLiteral628085470; extern String_t* _stringLiteral4273954858; extern const uint32_t CResDownLoadTask_GetSimpleHint_m3698366965_MetadataUsageId; extern String_t* _stringLiteral3003568; extern String_t* _stringLiteral1253616407; extern const uint32_t CResDownLoadTask_GetDownLoadFullName_m1427506064_MetadataUsageId; extern String_t* _stringLiteral82543808; extern String_t* _stringLiteral4271217715; extern const uint32_t CResDownLoadTask_GetLocalStorageFullName_m1218817943_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3481860442; extern const uint32_t CResDownLoadTask_GetDownloadSize_m267195226_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const uint32_t CUrlLabor__ctor_m1317573373_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2548850424_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const uint32_t CUrlLabor_Parse_m3576941283_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const uint32_t CUrlLabor_Next_m1497244673_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const uint32_t CUrlLabor_GetUrl_m1489135247_MetadataUsageId; extern const RuntimeMethod* List_1_set_Item_m2198934485_RuntimeMethod_var; extern const uint32_t CUrlLabor_FormatVersion_m2390113934_MetadataUsageId; extern RuntimeClass* List_1_t4083789546_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t501092462_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t3455293471_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3281614628_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m896253745_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m2666497430_RuntimeMethod_var; extern const uint32_t CUISwingBeatKeyMain__ctor_m4188606048_MetadataUsageId; extern RuntimeClass* CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var; extern const uint32_t CUISwingBeatKeyMain_GetInstance_m693664175_MetadataUsageId; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t3578807402_il2cpp_TypeInfo_var; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern RuntimeClass* stDeviceGroup_t2611714804_il2cpp_TypeInfo_var; extern const RuntimeMethod* CUISwingBeatKeyMain__OnMotion_m1860511508_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m1024942235_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m3534049592_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1852883488_RuntimeMethod_var; extern String_t* _stringLiteral3137161794; extern String_t* _stringLiteral798509634; extern const uint32_t CUISwingBeatKeyMain_OnPageInit_m2968286420_MetadataUsageId; extern const uint32_t CUISwingBeatKeyMain_OnDestroy_m1093769772_MetadataUsageId; extern RuntimeClass* CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const uint32_t CUISwingBeatKeyMain__OnMotion_m1860511508_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3077298711_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1197470906_RuntimeMethod_var; extern const uint32_t CUISwingBeatKeyMain_GetDeviceGroup_m4044089985_MetadataUsageId; extern RuntimeClass* CBeatKeySwingHoldLineUI_t5305857_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m1555375085_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_RemoveAt_m248113733_RuntimeMethod_var; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var; extern String_t* _stringLiteral404596603; extern String_t* _stringLiteral734720653; extern const uint32_t CUISwingBeatKeyMain_CreateHoldLine_m771219046_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Add_m3789891307_RuntimeMethod_var; extern const uint32_t CUISwingBeatKeyMain_DestroyHoldLine_m3076116263_MetadataUsageId; extern RuntimeClass* CTimerManager_t4186675208_il2cpp_TypeInfo_var; extern RuntimeClass* CBeatKeySwingUI_t1346072144_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m14579623_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_RemoveAt_m2854012752_RuntimeMethod_var; extern String_t* _stringLiteral1208990579; extern String_t* _stringLiteral95343124; extern String_t* _stringLiteral2649950202; extern const uint32_t CUISwingBeatKeyMain_CreateBeatKeyUI_m2925825627_MetadataUsageId; extern RuntimeClass* TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m2038322931_RuntimeMethod_var; extern const RuntimeMethod* CUISwingBeatKeyMain_HideUI_m1667022170_RuntimeMethod_var; extern const uint32_t CUISwingBeatKeyMain_DestroyBeatKeyUI_m193932256_MetadataUsageId; extern const uint32_t CUISwingBeatKeyMain_SetGroupKeyResult_m3229604132_MetadataUsageId; extern const uint32_t CUISwingBeatKeyMain_Update_m2647918531_MetadataUsageId; extern RuntimeClass* BetterList_1_t3081636692_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m4027518907_RuntimeMethod_var; extern const uint32_t stDeviceGroup__ctor_m3661065776_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeClass* stSwingGroupUI_t3926616374_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m772536589_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisCUIEvaluation_t4168627961_m2085175564_RuntimeMethod_var; extern const RuntimeMethod* stDeviceGroup_OnBtnGroupPress_m798289010_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3007889961_RuntimeMethod_var; extern String_t* _stringLiteral1948827425; extern String_t* _stringLiteral1500155683; extern String_t* _stringLiteral2001905033; extern String_t* _stringLiteral1261825220; extern const uint32_t stDeviceGroup_InitUI_m276048006_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m808392047_RuntimeMethod_var; extern const uint32_t stDeviceGroup_GetGroupUI_m2322616835_MetadataUsageId; extern String_t* _stringLiteral2417648955; extern const uint32_t stDeviceGroup_OnBtnGroupPress_m798289010_MetadataUsageId; extern const uint32_t stSwingGroupUI__ctor_m1679661539_MetadataUsageId; extern const uint32_t stSwingGroupUI_InitKeyBG_m1119265027_MetadataUsageId; extern const uint32_t stSwingGroupUI_OnKeyClk_m3341252688_MetadataUsageId; extern const uint32_t stSwingGroupUI_OnUpdateKeyBG_m437561374_MetadataUsageId; extern const uint32_t stSwingGroupUI_GetPosOrg_m2736745162_MetadataUsageId; extern const RuntimeMethod* CBetterSet_1_Add_m3181451058_RuntimeMethod_var; extern const uint32_t CUpdateInterface_RegistUpdate_m1936718558_MetadataUsageId; extern const RuntimeMethod* CBetterSet_1_Add_m2889890928_RuntimeMethod_var; extern const uint32_t CUpdateInterface_RegistUpdate_m1931055446_MetadataUsageId; extern const uint32_t CUpdateInterface_RegistLateUpdate_m1144750305_MetadataUsageId; extern const uint32_t CUpdateInterface_RegistLateUpdate_m2030104302_MetadataUsageId; extern const RuntimeMethod* CBetterSet_1_Remove_m1459489656_RuntimeMethod_var; extern const uint32_t CUpdateInterface_UnRegistUpdate_m1531749399_MetadataUsageId; extern const RuntimeMethod* CBetterSet_1_Remove_m3171105780_RuntimeMethod_var; extern const uint32_t CUpdateInterface_UnRegistUpdate_m484854049_MetadataUsageId; extern const uint32_t CUpdateInterface_UnRegistLateUpdate_m2029653818_MetadataUsageId; extern const uint32_t CUpdateInterface_UnRegistLateUpdate_m3041927455_MetadataUsageId; extern RuntimeClass* Action_1_t4039092900_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t3427923253_il2cpp_TypeInfo_var; extern const RuntimeMethod* CUpdateInterface__EachEntityUpdate_m1635664686_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2664387784_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1_Foreach_m1253984308_RuntimeMethod_var; extern const RuntimeMethod* CUpdateInterface__EachUIUpdate_m1907740722_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m3321055836_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1_Foreach_m2961216545_RuntimeMethod_var; extern const uint32_t CUpdateInterface_DispatchUpdate_m1165879505_MetadataUsageId; extern const RuntimeMethod* CUpdateInterface__EachEntityLateUpdate_m1784237480_RuntimeMethod_var; extern const RuntimeMethod* CUpdateInterface__EachUILateUpdate_m2151049011_RuntimeMethod_var; extern const uint32_t CUpdateInterface_DispatchLateUpdate_m2964536771_MetadataUsageId; extern RuntimeClass* CBetterSet_1_t3980903009_il2cpp_TypeInfo_var; extern RuntimeClass* CBetterSet_1_t3369733362_il2cpp_TypeInfo_var; extern const RuntimeMethod* CBetterSet_1__ctor_m4260939636_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1__ctor_m3688173855_RuntimeMethod_var; extern const uint32_t CUpdateInterface__cctor_m1783978053_MetadataUsageId; extern const uint32_t CVersionIssue_ParseInt_m2274044125_MetadataUsageId; extern const uint32_t CVersionIssue_Parse_m1413253970_MetadataUsageId; extern String_t* _stringLiteral3452614530; extern const uint32_t CVersionIssue_GetFullName_m2302036779_MetadataUsageId; extern RuntimeClass* CVersionWWW_t2686195492_il2cpp_TypeInfo_var; extern const uint32_t CVersionWWW_IfReady_m3868891064_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisCGameController_t2711137428_m1014014652_RuntimeMethod_var; extern String_t* _stringLiteral1325677231; extern const uint32_t CVersionWWW_Start_m3989078806_MetadataUsageId; extern RuntimeClass* ServicePointManager_t170559685_il2cpp_TypeInfo_var; extern RuntimeClass* CSystemTool_t575361936_il2cpp_TypeInfo_var; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern RuntimeClass* CProxyMsg_t3400139011_il2cpp_TypeInfo_var; extern String_t* _stringLiteral422535890; extern String_t* _stringLiteral1169142167; extern const uint32_t CVersionWWW_OnInit_m725521451_MetadataUsageId; extern const uint32_t CVersionWWW_OnSetStep_m1471838571_MetadataUsageId; extern RuntimeClass* UserGuideManager_t2771698115_il2cpp_TypeInfo_var; extern RuntimeClass* CUIPkgService_t1582475416_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2533881642; extern String_t* _stringLiteral2314598253; extern const uint32_t CVersionWWW_OnInitGuideUI_m1539826938_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern RuntimeClass* SDKEventManager_t864216586_il2cpp_TypeInfo_var; extern RuntimeClass* CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var; extern const RuntimeMethod* CVersionWWW_OnMsgBoxClkCallBack_PrompUnLink_m4196073460_RuntimeMethod_var; extern String_t* _stringLiteral1308985112; extern String_t* _stringLiteral3646367181; extern String_t* _stringLiteral3222463383; extern String_t* _stringLiteral3140485902; extern String_t* _stringLiteral228733076; extern const uint32_t CVersionWWW_Update_m3030952259_MetadataUsageId; extern const uint32_t CVersionWWW_OnMsgBoxClkCallBack_PrompUnLink_m4196073460_MetadataUsageId; extern const uint32_t CVersionWWW_SetDesc_m3319271839_MetadataUsageId; extern const uint32_t CVersionWWW_SetStep_m840767155_MetadataUsageId; extern String_t* _stringLiteral2839487942; extern const uint32_t CVersionWWW_OnVersionCheckEnd_m3789314149_MetadataUsageId; extern RuntimeClass* CMergedVersionCfgMsg_t2041069836_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral3074512661; extern const uint32_t CVersionWWW_LoadDBConfig_m1531506165_MetadataUsageId; extern RuntimeClass* CVersionUpdateMsg_t1074894675_il2cpp_TypeInfo_var; extern String_t* _stringLiteral218304640; extern const uint32_t CVersionWWW_LoadWWWRes_m3368443615_MetadataUsageId; extern String_t* _stringLiteral2409117356; extern const uint32_t CVersionWWW_ParseWWWResUrl_m3743602682_MetadataUsageId; extern RuntimeClass* MessageHandler_t3017544858_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisCLeDouApi_t315808977_m2699775961_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisCLeDouApi_t315808977_m1073692923_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisCGameController_t2711137428_m2330922018_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisCMonoWWW_t3670679148_m1239000187_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisCMonoSnapLib_t2382924513_m1539819436_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisCResourceWWW_t3399865147_m937751512_RuntimeMethod_var; extern String_t* _stringLiteral1130168769; extern String_t* _stringLiteral3764541727; extern String_t* _stringLiteral286601773; extern String_t* _stringLiteral1985857164; extern const uint32_t CVersionWWW_InitAllMonoComponents_m3940703786_MetadataUsageId; extern const uint32_t CVersionWWW_SetCheckState_m734458756_MetadataUsageId; extern const uint32_t CVersionWWW_IfCheckState_m1982891949_MetadataUsageId; extern const uint32_t CMergedVersionCfgMsg_OnEndExcute_m3581072106_MetadataUsageId; extern const uint32_t CProxyMsg_OnEndExcute_m600086632_MetadataUsageId; extern const uint32_t CVersionUpdateMsg__ctor_m3903709626_MetadataUsageId; extern RuntimeClass* Dictionary_2_t4013585537_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2150746020_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1501840871_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1094617257_RuntimeMethod_var; extern const uint32_t CWaitingRoomCtrl__ctor_m3508860262_MetadataUsageId; extern RuntimeClass* CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var; extern RuntimeClass* IdleActionManager_t2375494644_il2cpp_TypeInfo_var; extern const uint32_t CWaitingRoomCtrl_OnDestroy_m3453098910_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern RuntimeClass* CWalkManager_t3228361237_il2cpp_TypeInfo_var; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern RuntimeClass* CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var; extern RuntimeClass* CTitleManager_t3025273230_il2cpp_TypeInfo_var; extern RuntimeClass* CGuildManager_t3445311192_il2cpp_TypeInfo_var; extern const RuntimeMethod* PersonaliseConfig_SetColliderEnableFalse_m633446664_RuntimeMethod_var; extern String_t* _stringLiteral3115906741; extern String_t* _stringLiteral2570825119; extern String_t* _stringLiteral2185857664; extern String_t* _stringLiteral1382183531; extern String_t* _stringLiteral3963994475; extern const uint32_t CWaitingRoomCtrl_Start_m3470479914_MetadataUsageId; extern String_t* _stringLiteral1454373254; extern const uint32_t CWaitingRoomCtrl_BraodcastBusyState_m4001628871_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_LateUpdate_m423772625_MetadataUsageId; extern RuntimeClass* CInputHelp_t1757450660_il2cpp_TypeInfo_var; extern String_t* _stringLiteral816700875; extern const uint32_t CWaitingRoomCtrl_Update_m1903170506_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m917181889_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3431277796_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m4250332801_RuntimeMethod_var; extern String_t* _stringLiteral809494744; extern String_t* _stringLiteral3941088982; extern const uint32_t CWaitingRoomCtrl_OnUpdateSwimmingState_m3859496162_MetadataUsageId; extern String_t* _stringLiteral50701982; extern String_t* _stringLiteral3054563834; extern const uint32_t CWaitingRoomCtrl_OnUpdateShowModel_m2565310717_MetadataUsageId; extern RuntimeClass* ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var; extern RuntimeClass* CPetActionConfig_t1976691651_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3045376494; extern String_t* _stringLiteral1599484157; extern const uint32_t CWaitingRoomCtrl_OnUpdateShowPet_m1905741783_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m169197583_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m170527722_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3315125549_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2812135046_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m4017953978_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m1810005259_RuntimeMethod_var; extern String_t* _stringLiteral309324792; extern String_t* _stringLiteral2268009162; extern String_t* _stringLiteral701925221; extern const uint32_t CWaitingRoomCtrl_OnUpdateDanceMode_m3558443348_MetadataUsageId; extern RuntimeClass* Comparison_1_t453602457_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern const RuntimeMethod* CWaitingRoomCtrl__SortFunctor_m3585824863_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m2862148091_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m2365799688_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m787208288_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveRange_m4207150066_RuntimeMethod_var; extern String_t* _stringLiteral1314249710; extern const uint32_t CWaitingRoomCtrl_CalculateNearMainRole_m2819524924_MetadataUsageId; extern RuntimeClass* SortKeyInfo_1_t2066028325_il2cpp_TypeInfo_var; extern const RuntimeMethod* SortKeyInfo_1__ctor_m3852685757_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor_TisSingle_t1397266774_m3568489957_RuntimeMethod_var; extern const uint32_t CWaitingRoomCtrl__SortFunctor_m3585824863_MetadataUsageId; extern RuntimeClass* RoleDisData_t678671278_il2cpp_TypeInfo_var; extern RuntimeClass* U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1503965402_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m1253313068_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3594499285_RuntimeMethod_var; extern const RuntimeMethod* U3COnUpdateRolesU3Ec__AnonStorey1_U3CU3Em__0_m4087882673_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m421486080_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2943830275_RuntimeMethod_var; extern const RuntimeMethod* U3COnUpdateRolesU3Ec__AnonStorey1_U3CU3Em__1_m1237330187_RuntimeMethod_var; extern String_t* _stringLiteral2601265189; extern String_t* _stringLiteral2467057994; extern const uint32_t CWaitingRoomCtrl_OnUpdateRoles_m3487997777_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_OnUpdatePets_m3192694569_MetadataUsageId; extern RuntimeClass* OnResourcePrepareResult_t1971095887_il2cpp_TypeInfo_var; extern RuntimeClass* OnResourceResult_t3899022047_il2cpp_TypeInfo_var; extern const RuntimeMethod* CWaitingRoomCtrl_OnMusicResourceResult_m2108233500_RuntimeMethod_var; extern const RuntimeMethod* CWaitingRoomCtrl_OnMusicCfgDone_m1747723490_RuntimeMethod_var; extern String_t* _stringLiteral2522787689; extern String_t* _stringLiteral1813653714; extern String_t* _stringLiteral3079452204; extern const uint32_t CWaitingRoomCtrl_OnUpdateMusic_m3213197747_MetadataUsageId; extern const RuntimeMethod* CWaitingRoomCtrl_OnPrepareSceneResult_m3423804021_RuntimeMethod_var; extern String_t* _stringLiteral3803231255; extern const uint32_t CWaitingRoomCtrl_OnUpdateScene_m2772277569_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_OnPrepareSceneResult_m3423804021_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_OnMusicResourceResult_m2108233500_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_OnMusicCfgDone_m1747723490_MetadataUsageId; extern String_t* _stringLiteral2721688862; extern const uint32_t CWaitingRoomCtrl_CheckRoleTeam_m3954483375_MetadataUsageId; extern RuntimeClass* CPkgResService_t3747434472_il2cpp_TypeInfo_var; extern const uint32_t CWaitingRoomCtrl_OnUpdateMusicStep_m1134192036_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_SendLoadingStep_m4230699515_MetadataUsageId; extern RuntimeClass* U3CLoadResourceU3Ec__Iterator0_t18521158_il2cpp_TypeInfo_var; extern const uint32_t CWaitingRoomCtrl_LoadResource_m2212707464_MetadataUsageId; extern RuntimeClass* CInteractionEvent_t1132726501_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3478854286; extern String_t* _stringLiteral990895520; extern const uint32_t CWaitingRoomCtrl_ChangeMainCamera_m3256003875_MetadataUsageId; extern String_t* _stringLiteral3793045704; extern const uint32_t CWaitingRoomCtrl_CloseShopOrBag_m262955981_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_CloseFriendOrMessage_m3366547779_MetadataUsageId; extern RuntimeClass* CMyPackageManager_t122981866_il2cpp_TypeInfo_var; extern const uint32_t CWaitingRoomCtrl_Change2BagShow_m1406028231_MetadataUsageId; extern RuntimeClass* CShopManager_t754298620_il2cpp_TypeInfo_var; extern const uint32_t CWaitingRoomCtrl_Change2ShopShow_m3769304534_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_ChangeSwimmingShopShow_m3651182430_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_Change2MessageShow_m3643572731_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_Change2FriendShow_m1439557747_MetadataUsageId; extern const uint32_t CWaitingRoomCtrl_onClkSwimmingShop_m2433497683_MetadataUsageId; extern const uint32_t U3CLoadResourceU3Ec__Iterator0_MoveNext_m2075075530_MetadataUsageId; extern const RuntimeMethod* U3CLoadResourceU3Ec__Iterator0_Reset_m4059009849_RuntimeMethod_var; extern const uint32_t U3CLoadResourceU3Ec__Iterator0_Reset_m4059009849_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisCYunvaApi_t2324893418_m3192730671_RuntimeMethod_var; extern String_t* _stringLiteral1800279750; extern const uint32_t CYunvaApi_StartYunvaService_m234215760_MetadataUsageId; extern RuntimeClass* CYunvaApi_t2324893418_il2cpp_TypeInfo_var; extern const uint32_t CYunvaApi_GetInstance_m2115150559_MetadataUsageId; extern RuntimeClass* OnUpLoadCompleteCallback_t2081987828_il2cpp_TypeInfo_var; extern RuntimeClass* OnDownLoadCompleteCallback_t4136487141_il2cpp_TypeInfo_var; extern RuntimeClass* OnStopRecordCompleteCallback_t2363891626_il2cpp_TypeInfo_var; extern RuntimeClass* OnCompletedCallback_t1110260270_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgReceiveCallback_t4052986837_il2cpp_TypeInfo_var; extern RuntimeClass* OnStopSpeechCompleteCallback_t1009288087_il2cpp_TypeInfo_var; extern const RuntimeMethod* CChatHelper_OnUpLoadCompleteCallback_m3345264993_RuntimeMethod_var; extern const RuntimeMethod* CChatHelper_OnFileCompleteCallback_m41777322_RuntimeMethod_var; extern const RuntimeMethod* CChatHelper_OnStopRecordCallback_m1079987819_RuntimeMethod_var; extern const RuntimeMethod* CChatHelper_OnVoicePlayOver_m2931178475_RuntimeMethod_var; extern const RuntimeMethod* CChatHelper_OnReceiveChannel_m290782649_RuntimeMethod_var; extern const RuntimeMethod* CChatHelper_OnSpeechCallback_m2778911007_RuntimeMethod_var; extern String_t* _stringLiteral1312363422; extern String_t* _stringLiteral1376739159; extern const uint32_t CYunvaApi_Awake_m1502839442_MetadataUsageId; extern String_t* _stringLiteral92469390; extern String_t* _stringLiteral1287461279; extern String_t* _stringLiteral1691579688; extern String_t* _stringLiteral3974723673; extern const uint32_t CYunvaApi_GetChatType_m2553297354_MetadataUsageId; extern RuntimeClass* JsonMapper_t3815285241_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern const RuntimeMethod* CYunvaApi_DownLoadCallback_m3765683721_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern String_t* _stringLiteral458911708; extern String_t* _stringLiteral3512350743; extern String_t* _stringLiteral3957551064; extern String_t* _stringLiteral3074643753; extern String_t* _stringLiteral1746845353; extern String_t* _stringLiteral3217640313; extern const uint32_t CYunvaApi_DownLoadCallback_m3765683721_MetadataUsageId; extern RuntimeClass* CYunvaSDK_t1509311865_il2cpp_TypeInfo_var; extern const RuntimeMethod* CYunvaApi_UpLoadCallback_m1345728180_RuntimeMethod_var; extern String_t* _stringLiteral3718187715; extern String_t* _stringLiteral2599078494; extern const uint32_t CYunvaApi_UpLoadCallback_m1345728180_MetadataUsageId; extern const uint32_t CYunvaApi_SpeechCallback_m1811823950_MetadataUsageId; extern const RuntimeMethod* CYunvaApi_StopRecordCallback_m3037616188_RuntimeMethod_var; extern String_t* _stringLiteral3330231044; extern String_t* _stringLiteral3181106956; extern String_t* _stringLiteral2863573642; extern const uint32_t CYunvaApi_StopRecordCallback_m3037616188_MetadataUsageId; extern const RuntimeMethod* CYunvaApi_PlayAudioCallback_m2471014812_RuntimeMethod_var; extern const uint32_t CYunvaApi_PlayAudioCallback_m2471014812_MetadataUsageId; extern RuntimeClass* ChatContent_t42021257_il2cpp_TypeInfo_var; extern const uint32_t CYunvaApi_OnChannelChatListen_m3988394149_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t OnCompletedCallback_BeginInvoke_m4215443158_MetadataUsageId; extern const uint32_t OnDownLoadCompleteCallback_BeginInvoke_m2313475185_MetadataUsageId; extern const uint32_t OnStopSpeechCompleteCallback_BeginInvoke_m2188456817_MetadataUsageId; extern const uint32_t OnUpLoadCompleteCallback_BeginInvoke_m1820721855_MetadataUsageId; extern String_t* _stringLiteral1399484717; extern const uint32_t DanceScoreRole_ShowAvatarInPos_m4164314488_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisCamera_t4157153871_m2022690864_RuntimeMethod_var; extern String_t* _stringLiteral3500937908; extern String_t* _stringLiteral361196065; extern String_t* _stringLiteral3069917219; extern String_t* _stringLiteral2763310485; extern String_t* _stringLiteral3170031834; extern String_t* _stringLiteral3715761601; extern String_t* _stringLiteral605424390; extern String_t* _stringLiteral2774581319; extern const uint32_t DanceScoreRole_InitAvatarPos_m844310958_MetadataUsageId; extern RuntimeClass* DanceScoreRole_t1777216089_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1232841122; extern String_t* _stringLiteral15947561; extern String_t* _stringLiteral3883940818; extern String_t* _stringLiteral23841732; extern const uint32_t DanceScoreRole_OnUpdateBegin_m533893490_MetadataUsageId; extern String_t* _stringLiteral1562427981; extern String_t* _stringLiteral3290554964; extern String_t* _stringLiteral4055878531; extern const uint32_t DetailWnd_OnPageInit_m787703695_MetadataUsageId; extern const uint32_t DetailWnd_OnClickClose_m3776631278_MetadataUsageId; extern const uint32_t DetailWnd_OnShow_m3433315006_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern const RuntimeMethod* DetailWnd_OnImageLoaded_m1177959395_RuntimeMethod_var; extern String_t* _stringLiteral3220737639; extern const uint32_t DetailWnd_SetDetail_m3739527022_MetadataUsageId; extern const uint32_t DetailWnd_OnImageLoaded_m1177959395_MetadataUsageId; extern RuntimeClass* DMCDScrollViewItemU5BU5D_t786020350_il2cpp_TypeInfo_var; extern RuntimeClass* stTransOrgU5BU5D_t1730188285_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969_RuntimeMethod_var; extern String_t* _stringLiteral456887321; extern String_t* _stringLiteral456952857; extern String_t* _stringLiteral456756249; extern String_t* _stringLiteral456821785; extern String_t* _stringLiteral456625177; extern const uint32_t DMCDCirculateScrollView_OnPageInit_m2661191585_MetadataUsageId; extern RuntimeClass* stTransOrg_t3225015988_il2cpp_TypeInfo_var; extern RuntimeClass* DanceSceneManager_t2271493662_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TiscSceneTexTure_t2865878985_m277071216_RuntimeMethod_var; extern const uint32_t DMCDCirculateScrollView_Init_m2814879024_MetadataUsageId; extern String_t* _stringLiteral1203054989; extern const uint32_t DMCDCirculateScrollView_MoveOneTick_m4166392323_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TiscSceneTexTure_t2865878985_m1465398375_RuntimeMethod_var; extern String_t* _stringLiteral126034998; extern const uint32_t DMCDCirculateScrollView__OnItemsMove_m1221771968_MetadataUsageId; extern const uint32_t DMCDCirculateScrollView__OnCheckSlidItemsArea_m1856314465_MetadataUsageId; extern String_t* _stringLiteral3606779639; extern const uint32_t DMCDCirculateScrollView__OnSetLogicActiveIndex_m1108912718_MetadataUsageId; extern String_t* _stringLiteral1491195644; extern String_t* _stringLiteral3197631421; extern const uint32_t DMCDCirculateScrollView__OnFillUI_m2654836788_MetadataUsageId; extern RuntimeClass* stTransOrgU5BU5D_t1358183141_il2cpp_TypeInfo_var; extern const uint32_t DMCDScrollView_Awake_m584794371_MetadataUsageId; extern RuntimeClass* stTransOrg_t3673889772_il2cpp_TypeInfo_var; extern const uint32_t DMCDScrollView_Init_m3014593889_MetadataUsageId; extern const uint32_t DMCDScrollView_SetMaxCount_m1526121486_MetadataUsageId; extern const uint32_t DMCDScrollView_SetActiveIndex_m3190259941_MetadataUsageId; extern const uint32_t DMCDScrollView__OnItemsMove_m134661718_MetadataUsageId; extern const uint32_t DMCDScrollView__OnCheckSlidItemsArea_m1739488622_MetadataUsageId; extern const uint32_t DMCDScrollView__OnSetLogicActiveIndex_m1944300145_MetadataUsageId; extern const uint32_t DMCDScrollView__OnFillUI_m2475308396_MetadataUsageId; extern String_t* _stringLiteral1331099311; extern const uint32_t DMCDScrollViewItem_SetLogicIndex_m298903714_MetadataUsageId; extern const uint32_t DMCDScrollViewItem_SetMaxItemCount_m3161693281_MetadataUsageId; extern const uint32_t CAccManager__ctor_m487993539_MetadataUsageId; extern RuntimeClass* CServerChoice_t1594647161_il2cpp_TypeInfo_var; extern RuntimeClass* CRoomMananger_t1058696229_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3919613582; extern String_t* _stringLiteral536926234; extern String_t* _stringLiteral3838808707; extern String_t* _stringLiteral1326662470; extern String_t* _stringLiteral4025034250; extern String_t* _stringLiteral2936172350; extern String_t* _stringLiteral2603214936; extern String_t* _stringLiteral2350026848; extern String_t* _stringLiteral414394852; extern String_t* _stringLiteral589702041; extern String_t* _stringLiteral2089878843; extern String_t* _stringLiteral190022605; extern const uint32_t CAccManager_Save_m839917893_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2141179390; extern String_t* _stringLiteral772975252; extern const uint32_t CAccManager_LoadWhiteSign_m52892442_MetadataUsageId; extern const uint32_t CAccManager_Load_m2578493048_MetadataUsageId; extern String_t* _stringLiteral3194816071; extern const uint32_t CAccManager_GetSavePath_m1438362575_MetadataUsageId; extern String_t* _stringLiteral152036609; extern const uint32_t CAccManager_GetWhiteSignPath_m464598190_MetadataUsageId; extern RuntimeClass* List_1_t1237090056_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m370163033_RuntimeMethod_var; extern const uint32_t ICameraBase__ctor_m2770176054_MetadataUsageId; extern const uint32_t ICameraBase_SetActiveCamera_m1414277267_MetadataUsageId; extern const uint32_t ICameraBase_SetCameraToCenter_m2582732321_MetadataUsageId; extern const uint32_t ICameraBase_ResumeStartState_m3410972229_MetadataUsageId; extern const uint32_t ICameraBase_GetWatchTarget_m3098802233_MetadataUsageId; extern RuntimeClass* CCameraState_t4059982610_il2cpp_TypeInfo_var; extern const uint32_t ICameraBase_SnapCurrentCamera_m2008614954_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2536457787_RuntimeMethod_var; extern const uint32_t ICameraBase_PushCamera_m3728154315_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1876238088_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m554388283_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m3838608410_RuntimeMethod_var; extern const uint32_t ICameraBase_PopCamera_m2226835933_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m362847784_RuntimeMethod_var; extern const uint32_t ICameraBase_ClearCameraStackBuffer_m1228311060_MetadataUsageId; extern const uint32_t ICameraBase_MoveForward_m3315121972_MetadataUsageId; extern String_t* _stringLiteral3784223096; extern const uint32_t CAnimManager_GetAnimClip_m1783282542_MetadataUsageId; extern const uint32_t CAnimManager_CheckAnimReady_m3203671911_MetadataUsageId; extern const uint32_t CAnimManager_GetAnimClipCache_m3928077600_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t CDataArray__ctor_m2623161048_MetadataUsageId; extern RuntimeClass* IDataUnit_t677250155_il2cpp_TypeInfo_var; extern const uint32_t CDataArray_GetUnitType_m1577218195_MetadataUsageId; extern const uint32_t CDataArray_GetItem_m1170234850_MetadataUsageId; extern RuntimeClass* CDataByte_t2832074535_il2cpp_TypeInfo_var; extern RuntimeClass* CDataShort_t848979497_il2cpp_TypeInfo_var; extern RuntimeClass* CDataInt_t1932658480_il2cpp_TypeInfo_var; extern RuntimeClass* CDataFloat_t137586558_il2cpp_TypeInfo_var; extern RuntimeClass* CDataWideStr_t3874506662_il2cpp_TypeInfo_var; extern RuntimeClass* CDataLong_t929790239_il2cpp_TypeInfo_var; extern RuntimeClass* CDataDouble_t3608737326_il2cpp_TypeInfo_var; extern RuntimeClass* CDataString_t1317323776_il2cpp_TypeInfo_var; extern RuntimeClass* CDataVector_t3625709135_il2cpp_TypeInfo_var; extern RuntimeClass* CDataQuaternion_t1158885499_il2cpp_TypeInfo_var; extern const uint32_t CDataArray_CreateUnitByType_m3127124409_MetadataUsageId; extern RuntimeClass* Help_t3634822582_il2cpp_TypeInfo_var; extern const uint32_t CDataArray_ParseFromStream_m105641815_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t CDataArray_ToStream_m3562718577_MetadataUsageId; extern const uint32_t CDataArray_Push_m2668616286_MetadataUsageId; extern const uint32_t CDataArray_Push_m3422718994_MetadataUsageId; extern const uint32_t CDataArray_Push_m3820844360_MetadataUsageId; extern const uint32_t CDataArray_Push_m1044129115_MetadataUsageId; extern const uint32_t CDataArray_Push_m2191998477_MetadataUsageId; extern const uint32_t CDataArray_Push_m1799687930_MetadataUsageId; extern const uint32_t CDataArray_Push_m3799896857_MetadataUsageId; extern const uint32_t CDataArray_Push_m1346559378_MetadataUsageId; extern const uint32_t CDataArray_Push_m2688800679_MetadataUsageId; extern const uint32_t CDataArray_Push_m4166827422_MetadataUsageId; extern const uint32_t CDataArray_GetByte_m3771550395_MetadataUsageId; extern const uint32_t CDataArray_GetShort_m3471052933_MetadataUsageId; extern const uint32_t CDataArray_GetInt_m1111369473_MetadataUsageId; extern const uint32_t CDataArray_GetFloat_m2138633744_MetadataUsageId; extern const uint32_t CDataArray_GetLong_m4094450536_MetadataUsageId; extern const uint32_t CDataArray_GetString_m3081225294_MetadataUsageId; extern const uint32_t CDataArray_GetWideStr_m3532563229_MetadataUsageId; extern const uint32_t CDataArray_GetDouble_m3643600411_MetadataUsageId; extern const uint32_t CDataArray_GetVector_m3529732802_MetadataUsageId; extern const uint32_t CDataArray_GetQuaternion_m3509301107_MetadataUsageId; extern RuntimeClass* netSendingCache_t1115576376_il2cpp_TypeInfo_var; extern const uint32_t CDataArray_Flush_m1077150699_MetadataUsageId; struct stSkeltonTransU5BU5D_t2773511002; struct TransformU5BU5D_t807237628; struct Vector3U5BU5D_t1718750761; struct QuaternionU5BU5D_t2571361770; struct StringU5BU5D_t1281789340; struct ByteU5BU5D_t4116647657; struct Texture2DU5BU5D_t149664596; struct CharU5BU5D_t3528271667; struct ObjectU5BU5D_t2843939325; struct Int32U5BU5D_t385246372; struct DMCDScrollViewItemU5BU5D_t786020350; struct stTransOrgU5BU5D_t1730188285; struct stTransOrgU5BU5D_t1358183141; #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 BETTERLIST_1_T501092462_H #define BETTERLIST_1_T501092462_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_t501092462 : public RuntimeObject { public: // T[] BetterList`1::buffer CBeatKeySwingUIU5BU5D_t3099983473* ___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_t501092462, ___buffer_0)); } inline CBeatKeySwingUIU5BU5D_t3099983473* get_buffer_0() const { return ___buffer_0; } inline CBeatKeySwingUIU5BU5D_t3099983473** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CBeatKeySwingUIU5BU5D_t3099983473* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t501092462, ___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_T501092462_H #ifndef BETTERLIST_1_T3455293471_H #define BETTERLIST_1_T3455293471_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_t3455293471 : public RuntimeObject { public: // T[] BetterList`1::buffer CBeatKeySwingHoldLineUIU5BU5D_t3655931100* ___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_t3455293471, ___buffer_0)); } inline CBeatKeySwingHoldLineUIU5BU5D_t3655931100* get_buffer_0() const { return ___buffer_0; } inline CBeatKeySwingHoldLineUIU5BU5D_t3655931100** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CBeatKeySwingHoldLineUIU5BU5D_t3655931100* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3455293471, ___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_T3455293471_H #ifndef STDEVICEGROUP_T2611714804_H #define STDEVICEGROUP_T2611714804_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUISwingBeatKeyMain/stDeviceGroup struct stDeviceGroup_t2611714804 : public RuntimeObject { public: // System.Int32 CUISwingBeatKeyMain/stDeviceGroup::k__BackingField int32_t ___U3CDeviceIDU3Ek__BackingField_0; // UnityEngine.Transform CUISwingBeatKeyMain/stDeviceGroup::m_ButtonRoot Transform_t3600365921 * ___m_ButtonRoot_1; // BetterList`1 CUISwingBeatKeyMain/stDeviceGroup::m_groupAll BetterList_1_t3081636692 * ___m_groupAll_2; // System.Int32[] CUISwingBeatKeyMain/stDeviceGroup::m_GroupKeyState Int32U5BU5D_t385246372* ___m_GroupKeyState_3; public: inline static int32_t get_offset_of_U3CDeviceIDU3Ek__BackingField_0() { return static_cast(offsetof(stDeviceGroup_t2611714804, ___U3CDeviceIDU3Ek__BackingField_0)); } inline int32_t get_U3CDeviceIDU3Ek__BackingField_0() const { return ___U3CDeviceIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CDeviceIDU3Ek__BackingField_0() { return &___U3CDeviceIDU3Ek__BackingField_0; } inline void set_U3CDeviceIDU3Ek__BackingField_0(int32_t value) { ___U3CDeviceIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_ButtonRoot_1() { return static_cast(offsetof(stDeviceGroup_t2611714804, ___m_ButtonRoot_1)); } inline Transform_t3600365921 * get_m_ButtonRoot_1() const { return ___m_ButtonRoot_1; } inline Transform_t3600365921 ** get_address_of_m_ButtonRoot_1() { return &___m_ButtonRoot_1; } inline void set_m_ButtonRoot_1(Transform_t3600365921 * value) { ___m_ButtonRoot_1 = value; Il2CppCodeGenWriteBarrier((&___m_ButtonRoot_1), value); } inline static int32_t get_offset_of_m_groupAll_2() { return static_cast(offsetof(stDeviceGroup_t2611714804, ___m_groupAll_2)); } inline BetterList_1_t3081636692 * get_m_groupAll_2() const { return ___m_groupAll_2; } inline BetterList_1_t3081636692 ** get_address_of_m_groupAll_2() { return &___m_groupAll_2; } inline void set_m_groupAll_2(BetterList_1_t3081636692 * value) { ___m_groupAll_2 = value; Il2CppCodeGenWriteBarrier((&___m_groupAll_2), value); } inline static int32_t get_offset_of_m_GroupKeyState_3() { return static_cast(offsetof(stDeviceGroup_t2611714804, ___m_GroupKeyState_3)); } inline Int32U5BU5D_t385246372* get_m_GroupKeyState_3() const { return ___m_GroupKeyState_3; } inline Int32U5BU5D_t385246372** get_address_of_m_GroupKeyState_3() { return &___m_GroupKeyState_3; } inline void set_m_GroupKeyState_3(Int32U5BU5D_t385246372* value) { ___m_GroupKeyState_3 = value; Il2CppCodeGenWriteBarrier((&___m_GroupKeyState_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STDEVICEGROUP_T2611714804_H #ifndef DICTIONARY_2_T201508249_H #define DICTIONARY_2_T201508249_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_t201508249 : 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_t2426126211* ___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_t201508249, ___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_t201508249, ___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_t201508249, ___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_t201508249, ___valueSlots_7)); } inline List_1U5BU5D_t2426126211* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t2426126211** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t2426126211* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t201508249, ___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_t201508249, ___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_t201508249, ___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_t201508249, ___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_t201508249, ___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_t201508249, ___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_t201508249, ___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_t201508249_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2030465055 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t201508249_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2030465055 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2030465055 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2030465055 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T201508249_H #ifndef CKDDEVICESERVICE_T1823984140_H #define CKDDEVICESERVICE_T1823984140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CKDDeviceService struct CKDDeviceService_t1823984140 : public RuntimeObject { public: public: }; struct CKDDeviceService_t1823984140_StaticFields { public: // System.Boolean DMCore.Logic.CKDDeviceService::s_firstPickInviteMsg bool ___s_firstPickInviteMsg_0; // BetterList`1 DMCore.Logic.CKDDeviceService::s_listFriends BetterList_1_t3921579418 * ___s_listFriends_1; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CKDDeviceService::s_listInviteMsg LinkedList_1_t2907844050 * ___s_listInviteMsg_2; // System.Boolean DMCore.Logic.CKDDeviceService::s_isGaming bool ___s_isGaming_3; // System.Action`3 DMCore.Logic.CKDDeviceService::onMotion Action_3_t3578807402 * ___onMotion_4; // System.Collections.Generic.List`1 DMCore.Logic.CKDDeviceService::s_listDevice List_1_t4026413551 * ___s_listDevice_5; // System.Comparison`1 DMCore.Logic.CKDDeviceService::<>f__mg$cache0 Comparison_1_t246522983 * ___U3CU3Ef__mgU24cache0_6; // DMCore.OnMsgBoxClkCallBack DMCore.Logic.CKDDeviceService::<>f__mg$cache1 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache1_7; public: inline static int32_t get_offset_of_s_firstPickInviteMsg_0() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_firstPickInviteMsg_0)); } inline bool get_s_firstPickInviteMsg_0() const { return ___s_firstPickInviteMsg_0; } inline bool* get_address_of_s_firstPickInviteMsg_0() { return &___s_firstPickInviteMsg_0; } inline void set_s_firstPickInviteMsg_0(bool value) { ___s_firstPickInviteMsg_0 = value; } inline static int32_t get_offset_of_s_listFriends_1() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_listFriends_1)); } inline BetterList_1_t3921579418 * get_s_listFriends_1() const { return ___s_listFriends_1; } inline BetterList_1_t3921579418 ** get_address_of_s_listFriends_1() { return &___s_listFriends_1; } inline void set_s_listFriends_1(BetterList_1_t3921579418 * value) { ___s_listFriends_1 = value; Il2CppCodeGenWriteBarrier((&___s_listFriends_1), value); } inline static int32_t get_offset_of_s_listInviteMsg_2() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_listInviteMsg_2)); } inline LinkedList_1_t2907844050 * get_s_listInviteMsg_2() const { return ___s_listInviteMsg_2; } inline LinkedList_1_t2907844050 ** get_address_of_s_listInviteMsg_2() { return &___s_listInviteMsg_2; } inline void set_s_listInviteMsg_2(LinkedList_1_t2907844050 * value) { ___s_listInviteMsg_2 = value; Il2CppCodeGenWriteBarrier((&___s_listInviteMsg_2), value); } inline static int32_t get_offset_of_s_isGaming_3() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_isGaming_3)); } inline bool get_s_isGaming_3() const { return ___s_isGaming_3; } inline bool* get_address_of_s_isGaming_3() { return &___s_isGaming_3; } inline void set_s_isGaming_3(bool value) { ___s_isGaming_3 = value; } inline static int32_t get_offset_of_onMotion_4() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___onMotion_4)); } inline Action_3_t3578807402 * get_onMotion_4() const { return ___onMotion_4; } inline Action_3_t3578807402 ** get_address_of_onMotion_4() { return &___onMotion_4; } inline void set_onMotion_4(Action_3_t3578807402 * value) { ___onMotion_4 = value; Il2CppCodeGenWriteBarrier((&___onMotion_4), value); } inline static int32_t get_offset_of_s_listDevice_5() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___s_listDevice_5)); } inline List_1_t4026413551 * get_s_listDevice_5() const { return ___s_listDevice_5; } inline List_1_t4026413551 ** get_address_of_s_listDevice_5() { return &___s_listDevice_5; } inline void set_s_listDevice_5(List_1_t4026413551 * value) { ___s_listDevice_5 = value; Il2CppCodeGenWriteBarrier((&___s_listDevice_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_6() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___U3CU3Ef__mgU24cache0_6)); } inline Comparison_1_t246522983 * get_U3CU3Ef__mgU24cache0_6() const { return ___U3CU3Ef__mgU24cache0_6; } inline Comparison_1_t246522983 ** get_address_of_U3CU3Ef__mgU24cache0_6() { return &___U3CU3Ef__mgU24cache0_6; } inline void set_U3CU3Ef__mgU24cache0_6(Comparison_1_t246522983 * value) { ___U3CU3Ef__mgU24cache0_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_7() { return static_cast(offsetof(CKDDeviceService_t1823984140_StaticFields, ___U3CU3Ef__mgU24cache1_7)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache1_7() const { return ___U3CU3Ef__mgU24cache1_7; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache1_7() { return &___U3CU3Ef__mgU24cache1_7; } inline void set_U3CU3Ef__mgU24cache1_7(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache1_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CKDDEVICESERVICE_T1823984140_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 LIST_1_T1312794918_H #define LIST_1_T1312794918_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_t1312794918 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SuitInfoU5BU5D_t3525509137* ____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_t1312794918, ____items_1)); } inline SuitInfoU5BU5D_t3525509137* get__items_1() const { return ____items_1; } inline SuitInfoU5BU5D_t3525509137** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SuitInfoU5BU5D_t3525509137* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1312794918, ____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_t1312794918, ____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_t1312794918_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SuitInfoU5BU5D_t3525509137* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1312794918_StaticFields, ___EmptyArray_4)); } inline SuitInfoU5BU5D_t3525509137* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SuitInfoU5BU5D_t3525509137** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SuitInfoU5BU5D_t3525509137* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1312794918_H #ifndef LIST_1_T1130240807_H #define LIST_1_T1130240807_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_t1130240807 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ItemQualityU5BU5D_t944580844* ____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_t1130240807, ____items_1)); } inline ItemQualityU5BU5D_t944580844* get__items_1() const { return ____items_1; } inline ItemQualityU5BU5D_t944580844** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ItemQualityU5BU5D_t944580844* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1130240807, ____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_t1130240807, ____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_t1130240807_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ItemQualityU5BU5D_t944580844* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1130240807_StaticFields, ___EmptyArray_4)); } inline ItemQualityU5BU5D_t944580844* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ItemQualityU5BU5D_t944580844** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ItemQualityU5BU5D_t944580844* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1130240807_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 CPROPERTYSITEMANAGER_T1418377639_H #define CPROPERTYSITEMANAGER_T1418377639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropertySiteManager struct CPropertySiteManager_t1418377639 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropertySiteManager::m_dictionary Dictionary_2_t3680674949 * ___m_dictionary_0; public: inline static int32_t get_offset_of_m_dictionary_0() { return static_cast(offsetof(CPropertySiteManager_t1418377639, ___m_dictionary_0)); } inline Dictionary_2_t3680674949 * get_m_dictionary_0() const { return ___m_dictionary_0; } inline Dictionary_2_t3680674949 ** get_address_of_m_dictionary_0() { return &___m_dictionary_0; } inline void set_m_dictionary_0(Dictionary_2_t3680674949 * value) { ___m_dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_0), value); } }; struct CPropertySiteManager_t1418377639_StaticFields { public: // DMCore.Logic.CPropertySiteManager DMCore.Logic.CPropertySiteManager::s_Instance CPropertySiteManager_t1418377639 * ___s_Instance_1; // System.Action`1 DMCore.Logic.CPropertySiteManager::<>f__mg$cache0 Action_1_t2019918284 * ___U3CU3Ef__mgU24cache0_2; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CPropertySiteManager_t1418377639_StaticFields, ___s_Instance_1)); } inline CPropertySiteManager_t1418377639 * get_s_Instance_1() const { return ___s_Instance_1; } inline CPropertySiteManager_t1418377639 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CPropertySiteManager_t1418377639 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_2() { return static_cast(offsetof(CPropertySiteManager_t1418377639_StaticFields, ___U3CU3Ef__mgU24cache0_2)); } inline Action_1_t2019918284 * get_U3CU3Ef__mgU24cache0_2() const { return ___U3CU3Ef__mgU24cache0_2; } inline Action_1_t2019918284 ** get_address_of_U3CU3Ef__mgU24cache0_2() { return &___U3CU3Ef__mgU24cache0_2; } inline void set_U3CU3Ef__mgU24cache0_2(Action_1_t2019918284 * value) { ___U3CU3Ef__mgU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPERTYSITEMANAGER_T1418377639_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 CPROPERTYSITE_T3895418650_H #define CPROPERTYSITE_T3895418650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropertySite struct CPropertySite_t3895418650 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPropertySite::m_bChanged bool ___m_bChanged_0; // System.Collections.Generic.List`1 DMCore.Logic.CPropertySite::m_list List_1_t3963932672 * ___m_list_1; public: inline static int32_t get_offset_of_m_bChanged_0() { return static_cast(offsetof(CPropertySite_t3895418650, ___m_bChanged_0)); } inline bool get_m_bChanged_0() const { return ___m_bChanged_0; } inline bool* get_address_of_m_bChanged_0() { return &___m_bChanged_0; } inline void set_m_bChanged_0(bool value) { ___m_bChanged_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CPropertySite_t3895418650, ___m_list_1)); } inline List_1_t3963932672 * get_m_list_1() const { return ___m_list_1; } inline List_1_t3963932672 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(List_1_t3963932672 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((&___m_list_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPERTYSITE_T3895418650_H #ifndef LIST_1_T4083789546_H #define LIST_1_T4083789546_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_t4083789546 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stDeviceGroupU5BU5D_t3324245693* ____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_t4083789546, ____items_1)); } inline stDeviceGroupU5BU5D_t3324245693* get__items_1() const { return ____items_1; } inline stDeviceGroupU5BU5D_t3324245693** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stDeviceGroupU5BU5D_t3324245693* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4083789546, ____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_t4083789546, ____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_t4083789546_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stDeviceGroupU5BU5D_t3324245693* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4083789546_StaticFields, ___EmptyArray_4)); } inline stDeviceGroupU5BU5D_t3324245693* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stDeviceGroupU5BU5D_t3324245693** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stDeviceGroupU5BU5D_t3324245693* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4083789546_H #ifndef THEMEINFO_T2661298501_H #define THEMEINFO_T2661298501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookCfg/ThemeInfo struct ThemeInfo_t2661298501 : public RuntimeObject { public: // System.Int32 HandBookCfg/ThemeInfo::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String HandBookCfg/ThemeInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // UnityEngine.Texture2D HandBookCfg/ThemeInfo::k__BackingField Texture2D_t3840446185 * ___U3CIconU3Ek__BackingField_2; // System.Collections.Generic.List`1 HandBookCfg/ThemeInfo::k__BackingField List_1_t1312794918 * ___U3CSuitListU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(ThemeInfo_t2661298501, ___U3CIdU3Ek__BackingField_0)); } inline int32_t get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(int32_t value) { ___U3CIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(ThemeInfo_t2661298501, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CIconU3Ek__BackingField_2() { return static_cast(offsetof(ThemeInfo_t2661298501, ___U3CIconU3Ek__BackingField_2)); } inline Texture2D_t3840446185 * get_U3CIconU3Ek__BackingField_2() const { return ___U3CIconU3Ek__BackingField_2; } inline Texture2D_t3840446185 ** get_address_of_U3CIconU3Ek__BackingField_2() { return &___U3CIconU3Ek__BackingField_2; } inline void set_U3CIconU3Ek__BackingField_2(Texture2D_t3840446185 * value) { ___U3CIconU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CIconU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CSuitListU3Ek__BackingField_3() { return static_cast(offsetof(ThemeInfo_t2661298501, ___U3CSuitListU3Ek__BackingField_3)); } inline List_1_t1312794918 * get_U3CSuitListU3Ek__BackingField_3() const { return ___U3CSuitListU3Ek__BackingField_3; } inline List_1_t1312794918 ** get_address_of_U3CSuitListU3Ek__BackingField_3() { return &___U3CSuitListU3Ek__BackingField_3; } inline void set_U3CSuitListU3Ek__BackingField_3(List_1_t1312794918 * value) { ___U3CSuitListU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CSuitListU3Ek__BackingField_3), value); } }; struct ThemeInfo_t2661298501_StaticFields { public: // System.Predicate`1 HandBookCfg/ThemeInfo::<>f__am$cache0 Predicate_1_t666014300 * ___U3CU3Ef__amU24cache0_4; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_4() { return static_cast(offsetof(ThemeInfo_t2661298501_StaticFields, ___U3CU3Ef__amU24cache0_4)); } inline Predicate_1_t666014300 * get_U3CU3Ef__amU24cache0_4() const { return ___U3CU3Ef__amU24cache0_4; } inline Predicate_1_t666014300 ** get_address_of_U3CU3Ef__amU24cache0_4() { return &___U3CU3Ef__amU24cache0_4; } inline void set_U3CU3Ef__amU24cache0_4(Predicate_1_t666014300 * value) { ___U3CU3Ef__amU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THEMEINFO_T2661298501_H #ifndef U3C_FIRSTGETU3EC__ITERATOR1_T3719040934_H #define U3C_FIRSTGETU3EC__ITERATOR1_T3719040934_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CStreamMono/<_FirstGet>c__Iterator1 struct U3C_FirstGetU3Ec__Iterator1_t3719040934 : public RuntimeObject { public: // UnityEngine.WWW CStreamMono/<_FirstGet>c__Iterator1::__0 WWW_t3688466362 * ___U3CwwwValU3E__0_0; // CStreamMono CStreamMono/<_FirstGet>c__Iterator1::$this CStreamMono_t2235327261 * ___U24this_1; // System.Object CStreamMono/<_FirstGet>c__Iterator1::$current RuntimeObject * ___U24current_2; // System.Boolean CStreamMono/<_FirstGet>c__Iterator1::$disposing bool ___U24disposing_3; // System.Int32 CStreamMono/<_FirstGet>c__Iterator1::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CwwwValU3E__0_0() { return static_cast(offsetof(U3C_FirstGetU3Ec__Iterator1_t3719040934, ___U3CwwwValU3E__0_0)); } inline WWW_t3688466362 * get_U3CwwwValU3E__0_0() const { return ___U3CwwwValU3E__0_0; } inline WWW_t3688466362 ** get_address_of_U3CwwwValU3E__0_0() { return &___U3CwwwValU3E__0_0; } inline void set_U3CwwwValU3E__0_0(WWW_t3688466362 * value) { ___U3CwwwValU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CwwwValU3E__0_0), value); } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3C_FirstGetU3Ec__Iterator1_t3719040934, ___U24this_1)); } inline CStreamMono_t2235327261 * get_U24this_1() const { return ___U24this_1; } inline CStreamMono_t2235327261 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(CStreamMono_t2235327261 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3C_FirstGetU3Ec__Iterator1_t3719040934, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3C_FirstGetU3Ec__Iterator1_t3719040934, ___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(U3C_FirstGetU3Ec__Iterator1_t3719040934, ___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 // U3C_FIRSTGETU3EC__ITERATOR1_T3719040934_H #ifndef U3C_RESGETU3EC__ITERATOR0_T4017342962_H #define U3C_RESGETU3EC__ITERATOR0_T4017342962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CStreamMono/<_ResGet>c__Iterator0 struct U3C_ResGetU3Ec__Iterator0_t4017342962 : public RuntimeObject { public: // DMCore.Framework.Package.CStreamFileData CStreamMono/<_ResGet>c__Iterator0::data CStreamFileData_t117405574 * ___data_0; // UnityEngine.WWW CStreamMono/<_ResGet>c__Iterator0::__0 WWW_t3688466362 * ___U3CwwwValU3E__0_1; // CStreamMono CStreamMono/<_ResGet>c__Iterator0::$this CStreamMono_t2235327261 * ___U24this_2; // System.Object CStreamMono/<_ResGet>c__Iterator0::$current RuntimeObject * ___U24current_3; // System.Boolean CStreamMono/<_ResGet>c__Iterator0::$disposing bool ___U24disposing_4; // System.Int32 CStreamMono/<_ResGet>c__Iterator0::$PC int32_t ___U24PC_5; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(U3C_ResGetU3Ec__Iterator0_t4017342962, ___data_0)); } inline CStreamFileData_t117405574 * get_data_0() const { return ___data_0; } inline CStreamFileData_t117405574 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(CStreamFileData_t117405574 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_U3CwwwValU3E__0_1() { return static_cast(offsetof(U3C_ResGetU3Ec__Iterator0_t4017342962, ___U3CwwwValU3E__0_1)); } inline WWW_t3688466362 * get_U3CwwwValU3E__0_1() const { return ___U3CwwwValU3E__0_1; } inline WWW_t3688466362 ** get_address_of_U3CwwwValU3E__0_1() { return &___U3CwwwValU3E__0_1; } inline void set_U3CwwwValU3E__0_1(WWW_t3688466362 * value) { ___U3CwwwValU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CwwwValU3E__0_1), value); } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3C_ResGetU3Ec__Iterator0_t4017342962, ___U24this_2)); } inline CStreamMono_t2235327261 * get_U24this_2() const { return ___U24this_2; } inline CStreamMono_t2235327261 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(CStreamMono_t2235327261 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3C_ResGetU3Ec__Iterator0_t4017342962, ___U24current_3)); } inline RuntimeObject * get_U24current_3() const { return ___U24current_3; } inline RuntimeObject ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(RuntimeObject * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U24disposing_4() { return static_cast(offsetof(U3C_ResGetU3Ec__Iterator0_t4017342962, ___U24disposing_4)); } inline bool get_U24disposing_4() const { return ___U24disposing_4; } inline bool* get_address_of_U24disposing_4() { return &___U24disposing_4; } inline void set_U24disposing_4(bool value) { ___U24disposing_4 = value; } inline static int32_t get_offset_of_U24PC_5() { return static_cast(offsetof(U3C_ResGetU3Ec__Iterator0_t4017342962, ___U24PC_5)); } inline int32_t get_U24PC_5() const { return ___U24PC_5; } inline int32_t* get_address_of_U24PC_5() { return &___U24PC_5; } inline void set_U24PC_5(int32_t value) { ___U24PC_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3C_RESGETU3EC__ITERATOR0_T4017342962_H #ifndef CSTREAMFILEDATA_T117405574_H #define CSTREAMFILEDATA_T117405574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Package.CStreamFileData struct CStreamFileData_t117405574 : public RuntimeObject { public: // System.String DMCore.Framework.Package.CStreamFileData::_filePath String_t* ____filePath_0; // System.Int32 DMCore.Framework.Package.CStreamFileData::_fileVersion int32_t ____fileVersion_1; public: inline static int32_t get_offset_of__filePath_0() { return static_cast(offsetof(CStreamFileData_t117405574, ____filePath_0)); } inline String_t* get__filePath_0() const { return ____filePath_0; } inline String_t** get_address_of__filePath_0() { return &____filePath_0; } inline void set__filePath_0(String_t* value) { ____filePath_0 = value; Il2CppCodeGenWriteBarrier((&____filePath_0), value); } inline static int32_t get_offset_of__fileVersion_1() { return static_cast(offsetof(CStreamFileData_t117405574, ____fileVersion_1)); } inline int32_t get__fileVersion_1() const { return ____fileVersion_1; } inline int32_t* get_address_of__fileVersion_1() { return &____fileVersion_1; } inline void set__fileVersion_1(int32_t value) { ____fileVersion_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMFILEDATA_T117405574_H #ifndef LIST_1_T1589480316_H #define LIST_1_T1589480316_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_t1589480316 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CStreamFileDataU5BU5D_t118098851* ____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_t1589480316, ____items_1)); } inline CStreamFileDataU5BU5D_t118098851* get__items_1() const { return ____items_1; } inline CStreamFileDataU5BU5D_t118098851** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CStreamFileDataU5BU5D_t118098851* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1589480316, ____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_t1589480316, ____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_t1589480316_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CStreamFileDataU5BU5D_t118098851* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1589480316_StaticFields, ___EmptyArray_4)); } inline CStreamFileDataU5BU5D_t118098851* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CStreamFileDataU5BU5D_t118098851** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CStreamFileDataU5BU5D_t118098851* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1589480316_H #ifndef CBEATKEYSWINGHOLDLINEUI_T5305857_H #define CBEATKEYSWINGHOLDLINEUI_T5305857_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingHoldLineUI struct CBeatKeySwingHoldLineUI_t5305857 : public RuntimeObject { public: // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingHoldLineUI::k__BackingField Transform_t3600365921 * ___U3CTransBGU3Ek__BackingField_0; // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingHoldLineUI::k__BackingField Transform_t3600365921 * ___U3CTransArrowU3Ek__BackingField_1; // UISprite DMCore.DanceMode.CBeatKeySwingHoldLineUI::k__BackingField UISprite_t194114938 * ___U3CSpriteBGU3Ek__BackingField_2; // UISprite DMCore.DanceMode.CBeatKeySwingHoldLineUI::k__BackingField UISprite_t194114938 * ___U3CSpriteArrowU3Ek__BackingField_3; // System.Int32 DMCore.DanceMode.CBeatKeySwingHoldLineUI::GroupVal int32_t ___GroupVal_4; // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingHoldLineUI::m_transRoot Transform_t3600365921 * ___m_transRoot_5; // System.Boolean DMCore.DanceMode.CBeatKeySwingHoldLineUI::m_bNormalColor bool ___m_bNormalColor_6; public: inline static int32_t get_offset_of_U3CTransBGU3Ek__BackingField_0() { return static_cast(offsetof(CBeatKeySwingHoldLineUI_t5305857, ___U3CTransBGU3Ek__BackingField_0)); } inline Transform_t3600365921 * get_U3CTransBGU3Ek__BackingField_0() const { return ___U3CTransBGU3Ek__BackingField_0; } inline Transform_t3600365921 ** get_address_of_U3CTransBGU3Ek__BackingField_0() { return &___U3CTransBGU3Ek__BackingField_0; } inline void set_U3CTransBGU3Ek__BackingField_0(Transform_t3600365921 * value) { ___U3CTransBGU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CTransBGU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CTransArrowU3Ek__BackingField_1() { return static_cast(offsetof(CBeatKeySwingHoldLineUI_t5305857, ___U3CTransArrowU3Ek__BackingField_1)); } inline Transform_t3600365921 * get_U3CTransArrowU3Ek__BackingField_1() const { return ___U3CTransArrowU3Ek__BackingField_1; } inline Transform_t3600365921 ** get_address_of_U3CTransArrowU3Ek__BackingField_1() { return &___U3CTransArrowU3Ek__BackingField_1; } inline void set_U3CTransArrowU3Ek__BackingField_1(Transform_t3600365921 * value) { ___U3CTransArrowU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CTransArrowU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CSpriteBGU3Ek__BackingField_2() { return static_cast(offsetof(CBeatKeySwingHoldLineUI_t5305857, ___U3CSpriteBGU3Ek__BackingField_2)); } inline UISprite_t194114938 * get_U3CSpriteBGU3Ek__BackingField_2() const { return ___U3CSpriteBGU3Ek__BackingField_2; } inline UISprite_t194114938 ** get_address_of_U3CSpriteBGU3Ek__BackingField_2() { return &___U3CSpriteBGU3Ek__BackingField_2; } inline void set_U3CSpriteBGU3Ek__BackingField_2(UISprite_t194114938 * value) { ___U3CSpriteBGU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CSpriteBGU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CSpriteArrowU3Ek__BackingField_3() { return static_cast(offsetof(CBeatKeySwingHoldLineUI_t5305857, ___U3CSpriteArrowU3Ek__BackingField_3)); } inline UISprite_t194114938 * get_U3CSpriteArrowU3Ek__BackingField_3() const { return ___U3CSpriteArrowU3Ek__BackingField_3; } inline UISprite_t194114938 ** get_address_of_U3CSpriteArrowU3Ek__BackingField_3() { return &___U3CSpriteArrowU3Ek__BackingField_3; } inline void set_U3CSpriteArrowU3Ek__BackingField_3(UISprite_t194114938 * value) { ___U3CSpriteArrowU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CSpriteArrowU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_GroupVal_4() { return static_cast(offsetof(CBeatKeySwingHoldLineUI_t5305857, ___GroupVal_4)); } inline int32_t get_GroupVal_4() const { return ___GroupVal_4; } inline int32_t* get_address_of_GroupVal_4() { return &___GroupVal_4; } inline void set_GroupVal_4(int32_t value) { ___GroupVal_4 = value; } inline static int32_t get_offset_of_m_transRoot_5() { return static_cast(offsetof(CBeatKeySwingHoldLineUI_t5305857, ___m_transRoot_5)); } inline Transform_t3600365921 * get_m_transRoot_5() const { return ___m_transRoot_5; } inline Transform_t3600365921 ** get_address_of_m_transRoot_5() { return &___m_transRoot_5; } inline void set_m_transRoot_5(Transform_t3600365921 * value) { ___m_transRoot_5 = value; Il2CppCodeGenWriteBarrier((&___m_transRoot_5), value); } inline static int32_t get_offset_of_m_bNormalColor_6() { return static_cast(offsetof(CBeatKeySwingHoldLineUI_t5305857, ___m_bNormalColor_6)); } inline bool get_m_bNormalColor_6() const { return ___m_bNormalColor_6; } inline bool* get_address_of_m_bNormalColor_6() { return &___m_bNormalColor_6; } inline void set_m_bNormalColor_6(bool value) { ___m_bNormalColor_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGHOLDLINEUI_T5305857_H #ifndef CSYSTEMTOOL_T575361936_H #define CSYSTEMTOOL_T575361936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936 : public RuntimeObject { public: public: }; struct CSystemTool_t575361936_StaticFields { public: // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::s_instance CSystemTool_t575361936 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSystemTool_t575361936_StaticFields, ___s_instance_0)); } inline CSystemTool_t575361936 * get_s_instance_0() const { return ___s_instance_0; } inline CSystemTool_t575361936 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSystemTool_t575361936 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMTOOL_T575361936_H #ifndef YIELDINSTRUCTION_T403091072_H #define YIELDINSTRUCTION_T403091072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t403091072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_com { }; #endif // YIELDINSTRUCTION_T403091072_H #ifndef BETTERLIST_1_T289316694_H #define BETTERLIST_1_T289316694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t289316694 : public RuntimeObject { public: // T[] BetterList`1::buffer ByteU5BU5D_t4116647657* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t289316694, ___buffer_0)); } inline ByteU5BU5D_t4116647657* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_t4116647657* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t289316694, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T289316694_H #ifndef 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 CBEATKEYSWINGCTROLLOR_T4230979690_H #define CBEATKEYSWINGCTROLLOR_T4230979690_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingCtrollor struct CBeatKeySwingCtrollor_t4230979690 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeySwingCtrollor::m_listDeviceGroup List_1_t318665914 * ___m_listDeviceGroup_1; // System.Single[] DMCore.DanceMode.CBeatKeySwingCtrollor::m_keySpeed SingleU5BU5D_t1444911251* ___m_keySpeed_7; // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::m_selectedSpeedIndex int32_t ___m_selectedSpeedIndex_8; // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::m_comb int32_t ___m_comb_9; public: inline static int32_t get_offset_of_m_listDeviceGroup_1() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_listDeviceGroup_1)); } inline List_1_t318665914 * get_m_listDeviceGroup_1() const { return ___m_listDeviceGroup_1; } inline List_1_t318665914 ** get_address_of_m_listDeviceGroup_1() { return &___m_listDeviceGroup_1; } inline void set_m_listDeviceGroup_1(List_1_t318665914 * value) { ___m_listDeviceGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_listDeviceGroup_1), value); } inline static int32_t get_offset_of_m_keySpeed_7() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_keySpeed_7)); } inline SingleU5BU5D_t1444911251* get_m_keySpeed_7() const { return ___m_keySpeed_7; } inline SingleU5BU5D_t1444911251** get_address_of_m_keySpeed_7() { return &___m_keySpeed_7; } inline void set_m_keySpeed_7(SingleU5BU5D_t1444911251* value) { ___m_keySpeed_7 = value; Il2CppCodeGenWriteBarrier((&___m_keySpeed_7), value); } inline static int32_t get_offset_of_m_selectedSpeedIndex_8() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_selectedSpeedIndex_8)); } inline int32_t get_m_selectedSpeedIndex_8() const { return ___m_selectedSpeedIndex_8; } inline int32_t* get_address_of_m_selectedSpeedIndex_8() { return &___m_selectedSpeedIndex_8; } inline void set_m_selectedSpeedIndex_8(int32_t value) { ___m_selectedSpeedIndex_8 = value; } inline static int32_t get_offset_of_m_comb_9() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_comb_9)); } inline int32_t get_m_comb_9() const { return ___m_comb_9; } inline int32_t* get_address_of_m_comb_9() { return &___m_comb_9; } inline void set_m_comb_9(int32_t value) { ___m_comb_9 = value; } }; struct CBeatKeySwingCtrollor_t4230979690_StaticFields { public: // DMCore.DanceMode.CBeatKeySwingCtrollor DMCore.DanceMode.CBeatKeySwingCtrollor::s_Instance CBeatKeySwingCtrollor_t4230979690 * ___s_Instance_10; // System.Comparison`1 DMCore.DanceMode.CBeatKeySwingCtrollor::<>f__mg$cache0 Comparison_1_t2216417410 * ___U3CU3Ef__mgU24cache0_11; public: inline static int32_t get_offset_of_s_Instance_10() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690_StaticFields, ___s_Instance_10)); } inline CBeatKeySwingCtrollor_t4230979690 * get_s_Instance_10() const { return ___s_Instance_10; } inline CBeatKeySwingCtrollor_t4230979690 ** get_address_of_s_Instance_10() { return &___s_Instance_10; } inline void set_s_Instance_10(CBeatKeySwingCtrollor_t4230979690 * value) { ___s_Instance_10 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_11() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690_StaticFields, ___U3CU3Ef__mgU24cache0_11)); } inline Comparison_1_t2216417410 * get_U3CU3Ef__mgU24cache0_11() const { return ___U3CU3Ef__mgU24cache0_11; } inline Comparison_1_t2216417410 ** get_address_of_U3CU3Ef__mgU24cache0_11() { return &___U3CU3Ef__mgU24cache0_11; } inline void set_U3CU3Ef__mgU24cache0_11(Comparison_1_t2216417410 * value) { ___U3CU3Ef__mgU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGCTROLLOR_T4230979690_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 CYUNVASDK_T1509311865_H #define CYUNVASDK_T1509311865_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CYunvaSDK struct CYunvaSDK_t1509311865 : public RuntimeObject { public: // System.String DMCore.Framework.Plugin.CYunvaSDK::m_UpLoadText String_t* ___m_UpLoadText_9; // System.String DMCore.Framework.Plugin.CYunvaSDK::curVoice String_t* ___curVoice_10; // System.Collections.Generic.List`1 DMCore.Framework.Plugin.CYunvaSDK::m_downloadList List_1_t3319525431 * ___m_downloadList_12; public: inline static int32_t get_offset_of_m_UpLoadText_9() { return static_cast(offsetof(CYunvaSDK_t1509311865, ___m_UpLoadText_9)); } inline String_t* get_m_UpLoadText_9() const { return ___m_UpLoadText_9; } inline String_t** get_address_of_m_UpLoadText_9() { return &___m_UpLoadText_9; } inline void set_m_UpLoadText_9(String_t* value) { ___m_UpLoadText_9 = value; Il2CppCodeGenWriteBarrier((&___m_UpLoadText_9), value); } inline static int32_t get_offset_of_curVoice_10() { return static_cast(offsetof(CYunvaSDK_t1509311865, ___curVoice_10)); } inline String_t* get_curVoice_10() const { return ___curVoice_10; } inline String_t** get_address_of_curVoice_10() { return &___curVoice_10; } inline void set_curVoice_10(String_t* value) { ___curVoice_10 = value; Il2CppCodeGenWriteBarrier((&___curVoice_10), value); } inline static int32_t get_offset_of_m_downloadList_12() { return static_cast(offsetof(CYunvaSDK_t1509311865, ___m_downloadList_12)); } inline List_1_t3319525431 * get_m_downloadList_12() const { return ___m_downloadList_12; } inline List_1_t3319525431 ** get_address_of_m_downloadList_12() { return &___m_downloadList_12; } inline void set_m_downloadList_12(List_1_t3319525431 * value) { ___m_downloadList_12 = value; Il2CppCodeGenWriteBarrier((&___m_downloadList_12), value); } }; struct CYunvaSDK_t1509311865_StaticFields { public: // DMCore.Framework.Plugin.CYunvaSDK DMCore.Framework.Plugin.CYunvaSDK::s_instance CYunvaSDK_t1509311865 * ___s_instance_11; public: inline static int32_t get_offset_of_s_instance_11() { return static_cast(offsetof(CYunvaSDK_t1509311865_StaticFields, ___s_instance_11)); } inline CYunvaSDK_t1509311865 * get_s_instance_11() const { return ___s_instance_11; } inline CYunvaSDK_t1509311865 ** get_address_of_s_instance_11() { return &___s_instance_11; } inline void set_s_instance_11(CYunvaSDK_t1509311865 * value) { ___s_instance_11 = value; Il2CppCodeGenWriteBarrier((&___s_instance_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CYUNVASDK_T1509311865_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 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 ROLEDISDATA_T678671278_H #define ROLEDISDATA_T678671278_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CWaitingRoomCtrl/RoleDisData struct RoleDisData_t678671278 : public RuntimeObject { public: // System.Int64 CWaitingRoomCtrl/RoleDisData::userid int64_t ___userid_0; // System.Single CWaitingRoomCtrl/RoleDisData::distance float ___distance_1; public: inline static int32_t get_offset_of_userid_0() { return static_cast(offsetof(RoleDisData_t678671278, ___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; } inline static int32_t get_offset_of_distance_1() { return static_cast(offsetof(RoleDisData_t678671278, ___distance_1)); } inline float get_distance_1() const { return ___distance_1; } inline float* get_address_of_distance_1() { return &___distance_1; } inline void set_distance_1(float value) { ___distance_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROLEDISDATA_T678671278_H #ifndef DICTIONARY_2_T2144168989_H #define DICTIONARY_2_T2144168989_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_t2144168989 : 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 CUIBaseU5BU5D_t3913267823* ___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_t2144168989, ___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_t2144168989, ___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_t2144168989, ___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_t2144168989, ___valueSlots_7)); } inline CUIBaseU5BU5D_t3913267823* get_valueSlots_7() const { return ___valueSlots_7; } inline CUIBaseU5BU5D_t3913267823** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CUIBaseU5BU5D_t3913267823* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2144168989, ___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_t2144168989, ___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_t2144168989, ___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_t2144168989, ___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_t2144168989, ___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_t2144168989, ___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_t2144168989, ___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_t2144168989_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3517606667 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2144168989_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3517606667 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3517606667 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3517606667 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2144168989_H #ifndef CMODULEMANAGER_T4250936907_H #define CMODULEMANAGER_T4250936907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CModuleManager struct CModuleManager_t4250936907 : public RuntimeObject { public: // DMCore.Framework.IModuleBase DMCore.Framework.CModuleManager::m_LSharpIns RuntimeObject* ___m_LSharpIns_4; public: inline static int32_t get_offset_of_m_LSharpIns_4() { return static_cast(offsetof(CModuleManager_t4250936907, ___m_LSharpIns_4)); } inline RuntimeObject* get_m_LSharpIns_4() const { return ___m_LSharpIns_4; } inline RuntimeObject** get_address_of_m_LSharpIns_4() { return &___m_LSharpIns_4; } inline void set_m_LSharpIns_4(RuntimeObject* value) { ___m_LSharpIns_4 = value; Il2CppCodeGenWriteBarrier((&___m_LSharpIns_4), value); } }; struct CModuleManager_t4250936907_StaticFields { public: // System.Boolean DMCore.Framework.CModuleManager::m_bUseUIPkgMode bool ___m_bUseUIPkgMode_0; // System.Boolean DMCore.Framework.CModuleManager::m_bUseDynamicCode bool ___m_bUseDynamicCode_1; // System.Boolean DMCore.Framework.CModuleManager::s_boolUpdataFirst bool ___s_boolUpdataFirst_2; // System.Boolean DMCore.Framework.CModuleManager::s_boolResFirst bool ___s_boolResFirst_3; // DMCore.Framework.CModuleManager DMCore.Framework.CModuleManager::s_Instance CModuleManager_t4250936907 * ___s_Instance_5; public: inline static int32_t get_offset_of_m_bUseUIPkgMode_0() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___m_bUseUIPkgMode_0)); } inline bool get_m_bUseUIPkgMode_0() const { return ___m_bUseUIPkgMode_0; } inline bool* get_address_of_m_bUseUIPkgMode_0() { return &___m_bUseUIPkgMode_0; } inline void set_m_bUseUIPkgMode_0(bool value) { ___m_bUseUIPkgMode_0 = value; } inline static int32_t get_offset_of_m_bUseDynamicCode_1() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___m_bUseDynamicCode_1)); } inline bool get_m_bUseDynamicCode_1() const { return ___m_bUseDynamicCode_1; } inline bool* get_address_of_m_bUseDynamicCode_1() { return &___m_bUseDynamicCode_1; } inline void set_m_bUseDynamicCode_1(bool value) { ___m_bUseDynamicCode_1 = value; } inline static int32_t get_offset_of_s_boolUpdataFirst_2() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_boolUpdataFirst_2)); } inline bool get_s_boolUpdataFirst_2() const { return ___s_boolUpdataFirst_2; } inline bool* get_address_of_s_boolUpdataFirst_2() { return &___s_boolUpdataFirst_2; } inline void set_s_boolUpdataFirst_2(bool value) { ___s_boolUpdataFirst_2 = value; } inline static int32_t get_offset_of_s_boolResFirst_3() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_boolResFirst_3)); } inline bool get_s_boolResFirst_3() const { return ___s_boolResFirst_3; } inline bool* get_address_of_s_boolResFirst_3() { return &___s_boolResFirst_3; } inline void set_s_boolResFirst_3(bool value) { ___s_boolResFirst_3 = value; } inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_Instance_5)); } inline CModuleManager_t4250936907 * get_s_Instance_5() const { return ___s_Instance_5; } inline CModuleManager_t4250936907 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CModuleManager_t4250936907 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMODULEMANAGER_T4250936907_H #ifndef CUIHELP_T1606002733_H #define CUIHELP_T1606002733_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIHelp struct CUIHelp_t1606002733 : public RuntimeObject { public: public: }; struct CUIHelp_t1606002733_StaticFields { public: // System.Collections.Generic.Dictionary`2 CUIHelp::s_listUIAll Dictionary_2_t2144168989 * ___s_listUIAll_0; public: inline static int32_t get_offset_of_s_listUIAll_0() { return static_cast(offsetof(CUIHelp_t1606002733_StaticFields, ___s_listUIAll_0)); } inline Dictionary_2_t2144168989 * get_s_listUIAll_0() const { return ___s_listUIAll_0; } inline Dictionary_2_t2144168989 ** get_address_of_s_listUIAll_0() { return &___s_listUIAll_0; } inline void set_s_listUIAll_0(Dictionary_2_t2144168989 * value) { ___s_listUIAll_0 = value; Il2CppCodeGenWriteBarrier((&___s_listUIAll_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIHELP_T1606002733_H #ifndef CUIEVENT_T99497512_H #define CUIEVENT_T99497512_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIEvent struct CUIEvent_t99497512 : public RuntimeObject { public: // System.Int32 CUIEvent::k__BackingField int32_t ___U3CUIEventIDU3Ek__BackingField_0; // UnityEngine.GameObject CUIEvent::k__BackingField GameObject_t1113636619 * ___U3CTargetU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CUIEventIDU3Ek__BackingField_0() { return static_cast(offsetof(CUIEvent_t99497512, ___U3CUIEventIDU3Ek__BackingField_0)); } inline int32_t get_U3CUIEventIDU3Ek__BackingField_0() const { return ___U3CUIEventIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CUIEventIDU3Ek__BackingField_0() { return &___U3CUIEventIDU3Ek__BackingField_0; } inline void set_U3CUIEventIDU3Ek__BackingField_0(int32_t value) { ___U3CUIEventIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CTargetU3Ek__BackingField_1() { return static_cast(offsetof(CUIEvent_t99497512, ___U3CTargetU3Ek__BackingField_1)); } inline GameObject_t1113636619 * get_U3CTargetU3Ek__BackingField_1() const { return ___U3CTargetU3Ek__BackingField_1; } inline GameObject_t1113636619 ** get_address_of_U3CTargetU3Ek__BackingField_1() { return &___U3CTargetU3Ek__BackingField_1; } inline void set_U3CTargetU3Ek__BackingField_1(GameObject_t1113636619 * value) { ___U3CTargetU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CTargetU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIEVENT_T99497512_H #ifndef CUIPKGSERVICE_T1582475416_H #define CUIPKGSERVICE_T1582475416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CUIPkgService struct CUIPkgService_t1582475416 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Resource.CUIPkgService::m_bDone bool ___m_bDone_3; // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService::m_abSharedAll AssetBundle_t1153907252 * ___m_abSharedAll_4; // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService::m_fontCached Object_t631007953 * ___m_fontCached_5; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CUIPkgService::m_preLoadAB Dictionary_2_t1759717005 * ___m_preLoadAB_6; // BetterList`1 DMCore.Framework.Resource.CUIPkgService::m_listDelCache BetterList_1_t1380830171 * ___m_listDelCache_7; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CUIPkgService::m_listProtectedFloder List_1_t3319525431 * ___m_listProtectedFloder_8; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CUIPkgService::m_listProtectedItem List_1_t3697884595 * ___m_listProtectedItem_9; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CUIPkgService::m_SourceAll Dictionary_2_t1759717005 * ___m_SourceAll_10; public: inline static int32_t get_offset_of_m_bDone_3() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_bDone_3)); } inline bool get_m_bDone_3() const { return ___m_bDone_3; } inline bool* get_address_of_m_bDone_3() { return &___m_bDone_3; } inline void set_m_bDone_3(bool value) { ___m_bDone_3 = value; } inline static int32_t get_offset_of_m_abSharedAll_4() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_abSharedAll_4)); } inline AssetBundle_t1153907252 * get_m_abSharedAll_4() const { return ___m_abSharedAll_4; } inline AssetBundle_t1153907252 ** get_address_of_m_abSharedAll_4() { return &___m_abSharedAll_4; } inline void set_m_abSharedAll_4(AssetBundle_t1153907252 * value) { ___m_abSharedAll_4 = value; Il2CppCodeGenWriteBarrier((&___m_abSharedAll_4), value); } inline static int32_t get_offset_of_m_fontCached_5() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_fontCached_5)); } inline Object_t631007953 * get_m_fontCached_5() const { return ___m_fontCached_5; } inline Object_t631007953 ** get_address_of_m_fontCached_5() { return &___m_fontCached_5; } inline void set_m_fontCached_5(Object_t631007953 * value) { ___m_fontCached_5 = value; Il2CppCodeGenWriteBarrier((&___m_fontCached_5), value); } inline static int32_t get_offset_of_m_preLoadAB_6() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_preLoadAB_6)); } inline Dictionary_2_t1759717005 * get_m_preLoadAB_6() const { return ___m_preLoadAB_6; } inline Dictionary_2_t1759717005 ** get_address_of_m_preLoadAB_6() { return &___m_preLoadAB_6; } inline void set_m_preLoadAB_6(Dictionary_2_t1759717005 * value) { ___m_preLoadAB_6 = value; Il2CppCodeGenWriteBarrier((&___m_preLoadAB_6), value); } inline static int32_t get_offset_of_m_listDelCache_7() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listDelCache_7)); } inline BetterList_1_t1380830171 * get_m_listDelCache_7() const { return ___m_listDelCache_7; } inline BetterList_1_t1380830171 ** get_address_of_m_listDelCache_7() { return &___m_listDelCache_7; } inline void set_m_listDelCache_7(BetterList_1_t1380830171 * value) { ___m_listDelCache_7 = value; Il2CppCodeGenWriteBarrier((&___m_listDelCache_7), value); } inline static int32_t get_offset_of_m_listProtectedFloder_8() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listProtectedFloder_8)); } inline List_1_t3319525431 * get_m_listProtectedFloder_8() const { return ___m_listProtectedFloder_8; } inline List_1_t3319525431 ** get_address_of_m_listProtectedFloder_8() { return &___m_listProtectedFloder_8; } inline void set_m_listProtectedFloder_8(List_1_t3319525431 * value) { ___m_listProtectedFloder_8 = value; Il2CppCodeGenWriteBarrier((&___m_listProtectedFloder_8), value); } inline static int32_t get_offset_of_m_listProtectedItem_9() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listProtectedItem_9)); } inline List_1_t3697884595 * get_m_listProtectedItem_9() const { return ___m_listProtectedItem_9; } inline List_1_t3697884595 ** get_address_of_m_listProtectedItem_9() { return &___m_listProtectedItem_9; } inline void set_m_listProtectedItem_9(List_1_t3697884595 * value) { ___m_listProtectedItem_9 = value; Il2CppCodeGenWriteBarrier((&___m_listProtectedItem_9), value); } inline static int32_t get_offset_of_m_SourceAll_10() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_SourceAll_10)); } inline Dictionary_2_t1759717005 * get_m_SourceAll_10() const { return ___m_SourceAll_10; } inline Dictionary_2_t1759717005 ** get_address_of_m_SourceAll_10() { return &___m_SourceAll_10; } inline void set_m_SourceAll_10(Dictionary_2_t1759717005 * value) { ___m_SourceAll_10 = value; Il2CppCodeGenWriteBarrier((&___m_SourceAll_10), value); } }; struct CUIPkgService_t1582475416_StaticFields { public: // System.Int32 DMCore.Framework.Resource.CUIPkgService::s_MemorySize int32_t ___s_MemorySize_0; // System.Byte[] DMCore.Framework.Resource.CUIPkgService::s_memoryCache ByteU5BU5D_t4116647657* ___s_memoryCache_1; // DMCore.Framework.Resource.CUIPkgService DMCore.Framework.Resource.CUIPkgService::s_Instance CUIPkgService_t1582475416 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_MemorySize_0() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_MemorySize_0)); } inline int32_t get_s_MemorySize_0() const { return ___s_MemorySize_0; } inline int32_t* get_address_of_s_MemorySize_0() { return &___s_MemorySize_0; } inline void set_s_MemorySize_0(int32_t value) { ___s_MemorySize_0 = value; } inline static int32_t get_offset_of_s_memoryCache_1() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_memoryCache_1)); } inline ByteU5BU5D_t4116647657* get_s_memoryCache_1() const { return ___s_memoryCache_1; } inline ByteU5BU5D_t4116647657** get_address_of_s_memoryCache_1() { return &___s_memoryCache_1; } inline void set_s_memoryCache_1(ByteU5BU5D_t4116647657* value) { ___s_memoryCache_1 = value; Il2CppCodeGenWriteBarrier((&___s_memoryCache_1), value); } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_Instance_2)); } inline CUIPkgService_t1582475416 * get_s_Instance_2() const { return ___s_Instance_2; } inline CUIPkgService_t1582475416 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CUIPkgService_t1582475416 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIPKGSERVICE_T1582475416_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 LINKEDLIST_1_T411754135_H #define LINKEDLIST_1_T411754135_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_t411754135 : 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_t1317283229 * ___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_t411754135, ___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_t411754135, ___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_t411754135, ___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_t411754135, ___first_5)); } inline LinkedListNode_1_t1317283229 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t1317283229 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t1317283229 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t411754135, ___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_T411754135_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 LIST_1_T1200078896_H #define LIST_1_T1200078896_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_t1200078896 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UIRootU5BU5D_t1227295135* ____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_t1200078896, ____items_1)); } inline UIRootU5BU5D_t1227295135* get__items_1() const { return ____items_1; } inline UIRootU5BU5D_t1227295135** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UIRootU5BU5D_t1227295135* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1200078896, ____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_t1200078896, ____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_t1200078896_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UIRootU5BU5D_t1227295135* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1200078896_StaticFields, ___EmptyArray_4)); } inline UIRootU5BU5D_t1227295135* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UIRootU5BU5D_t1227295135** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UIRootU5BU5D_t1227295135* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1200078896_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 SORTKEYINFO_1_T2066028325_H #define SORTKEYINFO_1_T2066028325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t2066028325 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV float ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV float ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___LKV_0)); } inline float get_LKV_0() const { return ___LKV_0; } inline float* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(float value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___RKV_1)); } inline float get_RKV_1() const { return ___RKV_1; } inline float* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(float value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T2066028325_H #ifndef CURLLABOR_T1679613458_H #define CURLLABOR_T1679613458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW/CUrlLabor struct CUrlLabor_t1679613458 : public RuntimeObject { public: // System.Int32 CUIResWWW/CUrlLabor::m_labor int32_t ___m_labor_0; // System.Collections.Generic.List`1 CUIResWWW/CUrlLabor::m_urlList List_1_t3319525431 * ___m_urlList_1; public: inline static int32_t get_offset_of_m_labor_0() { return static_cast(offsetof(CUrlLabor_t1679613458, ___m_labor_0)); } inline int32_t get_m_labor_0() const { return ___m_labor_0; } inline int32_t* get_address_of_m_labor_0() { return &___m_labor_0; } inline void set_m_labor_0(int32_t value) { ___m_labor_0 = value; } inline static int32_t get_offset_of_m_urlList_1() { return static_cast(offsetof(CUrlLabor_t1679613458, ___m_urlList_1)); } inline List_1_t3319525431 * get_m_urlList_1() const { return ___m_urlList_1; } inline List_1_t3319525431 ** get_address_of_m_urlList_1() { return &___m_urlList_1; } inline void set_m_urlList_1(List_1_t3319525431 * value) { ___m_urlList_1 = value; Il2CppCodeGenWriteBarrier((&___m_urlList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURLLABOR_T1679613458_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 CANIMMANAGER_T3345170548_H #define CANIMMANAGER_T3345170548_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CAnimManager struct CAnimManager_t3345170548 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMMANAGER_T3345170548_H #ifndef CUIBASE_T3255455658_H #define CUIBASE_T3255455658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIBase struct CUIBase_t3255455658 : public RuntimeObject { public: // System.Int32 CUIBase::k__BackingField int32_t ___U3CUI_IDU3Ek__BackingField_0; // System.String CUIBase::k__BackingField String_t* ___U3CUI_ClassU3Ek__BackingField_1; // UnityEngine.GameObject CUIBase::k__BackingField GameObject_t1113636619 * ___U3CgameObjectU3Ek__BackingField_2; // UnityEngine.Transform CUIBase::k__BackingField Transform_t3600365921 * ___U3CtransformU3Ek__BackingField_3; // System.Boolean CUIBase::m_bRegUpdate bool ___m_bRegUpdate_4; // System.Boolean CUIBase::m_bRegLateUpdate bool ___m_bRegLateUpdate_5; // DMSerial CUIBase::m_serialed DMSerial_t3962411756 * ___m_serialed_6; public: inline static int32_t get_offset_of_U3CUI_IDU3Ek__BackingField_0() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CUI_IDU3Ek__BackingField_0)); } inline int32_t get_U3CUI_IDU3Ek__BackingField_0() const { return ___U3CUI_IDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CUI_IDU3Ek__BackingField_0() { return &___U3CUI_IDU3Ek__BackingField_0; } inline void set_U3CUI_IDU3Ek__BackingField_0(int32_t value) { ___U3CUI_IDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CUI_ClassU3Ek__BackingField_1() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CUI_ClassU3Ek__BackingField_1)); } inline String_t* get_U3CUI_ClassU3Ek__BackingField_1() const { return ___U3CUI_ClassU3Ek__BackingField_1; } inline String_t** get_address_of_U3CUI_ClassU3Ek__BackingField_1() { return &___U3CUI_ClassU3Ek__BackingField_1; } inline void set_U3CUI_ClassU3Ek__BackingField_1(String_t* value) { ___U3CUI_ClassU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CUI_ClassU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_2() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CgameObjectU3Ek__BackingField_2)); } inline GameObject_t1113636619 * get_U3CgameObjectU3Ek__BackingField_2() const { return ___U3CgameObjectU3Ek__BackingField_2; } inline GameObject_t1113636619 ** get_address_of_U3CgameObjectU3Ek__BackingField_2() { return &___U3CgameObjectU3Ek__BackingField_2; } inline void set_U3CgameObjectU3Ek__BackingField_2(GameObject_t1113636619 * value) { ___U3CgameObjectU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CgameObjectU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CtransformU3Ek__BackingField_3() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CtransformU3Ek__BackingField_3)); } inline Transform_t3600365921 * get_U3CtransformU3Ek__BackingField_3() const { return ___U3CtransformU3Ek__BackingField_3; } inline Transform_t3600365921 ** get_address_of_U3CtransformU3Ek__BackingField_3() { return &___U3CtransformU3Ek__BackingField_3; } inline void set_U3CtransformU3Ek__BackingField_3(Transform_t3600365921 * value) { ___U3CtransformU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CtransformU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_bRegUpdate_4() { return static_cast(offsetof(CUIBase_t3255455658, ___m_bRegUpdate_4)); } inline bool get_m_bRegUpdate_4() const { return ___m_bRegUpdate_4; } inline bool* get_address_of_m_bRegUpdate_4() { return &___m_bRegUpdate_4; } inline void set_m_bRegUpdate_4(bool value) { ___m_bRegUpdate_4 = value; } inline static int32_t get_offset_of_m_bRegLateUpdate_5() { return static_cast(offsetof(CUIBase_t3255455658, ___m_bRegLateUpdate_5)); } inline bool get_m_bRegLateUpdate_5() const { return ___m_bRegLateUpdate_5; } inline bool* get_address_of_m_bRegLateUpdate_5() { return &___m_bRegLateUpdate_5; } inline void set_m_bRegLateUpdate_5(bool value) { ___m_bRegLateUpdate_5 = value; } inline static int32_t get_offset_of_m_serialed_6() { return static_cast(offsetof(CUIBase_t3255455658, ___m_serialed_6)); } inline DMSerial_t3962411756 * get_m_serialed_6() const { return ___m_serialed_6; } inline DMSerial_t3962411756 ** get_address_of_m_serialed_6() { return &___m_serialed_6; } inline void set_m_serialed_6(DMSerial_t3962411756 * value) { ___m_serialed_6 = value; Il2CppCodeGenWriteBarrier((&___m_serialed_6), value); } }; struct CUIBase_t3255455658_StaticFields { public: // System.Int32 CUIBase::s_nUILabor int32_t ___s_nUILabor_7; public: inline static int32_t get_offset_of_s_nUILabor_7() { return static_cast(offsetof(CUIBase_t3255455658_StaticFields, ___s_nUILabor_7)); } inline int32_t get_s_nUILabor_7() const { return ___s_nUILabor_7; } inline int32_t* get_address_of_s_nUILabor_7() { return &___s_nUILabor_7; } inline void set_s_nUILabor_7(int32_t value) { ___s_nUILabor_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIBASE_T3255455658_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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 ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_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 LIST_1_T185706758_H #define LIST_1_T185706758_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_t185706758 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CVersionIssueU5BU5D_t2658444465* ____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_t185706758, ____items_1)); } inline CVersionIssueU5BU5D_t2658444465* get__items_1() const { return ____items_1; } inline CVersionIssueU5BU5D_t2658444465** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CVersionIssueU5BU5D_t2658444465* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t185706758, ____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_t185706758, ____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_t185706758_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CVersionIssueU5BU5D_t2658444465* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t185706758_StaticFields, ___EmptyArray_4)); } inline CVersionIssueU5BU5D_t2658444465* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CVersionIssueU5BU5D_t2658444465** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CVersionIssueU5BU5D_t2658444465* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T185706758_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 U3CONUPDATEROLESU3EC__ANONSTOREY1_T1548628993_H #define U3CONUPDATEROLESU3EC__ANONSTOREY1_T1548628993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CWaitingRoomCtrl/c__AnonStorey1 struct U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneRole CWaitingRoomCtrl/c__AnonStorey1::roleItem ISceneRole_t2394225724 * ___roleItem_0; public: inline static int32_t get_offset_of_roleItem_0() { return static_cast(offsetof(U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993, ___roleItem_0)); } inline ISceneRole_t2394225724 * get_roleItem_0() const { return ___roleItem_0; } inline ISceneRole_t2394225724 ** get_address_of_roleItem_0() { return &___roleItem_0; } inline void set_roleItem_0(ISceneRole_t2394225724 * value) { ___roleItem_0 = value; Il2CppCodeGenWriteBarrier((&___roleItem_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CONUPDATEROLESU3EC__ANONSTOREY1_T1548628993_H #ifndef CSERVERCHOICE_T1594647161_H #define CSERVERCHOICE_T1594647161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CServerChoice struct CServerChoice_t1594647161 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsSelectionChangedU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsServerInfoChangedU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsFirstTimeLinkedU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3; // System.String DMCore.Logic.CServerChoice::m_selectedServerID String_t* ___m_selectedServerID_4; // System.Collections.Generic.List`1 DMCore.Logic.CServerChoice::m_ListOfServerInfo List_1_t13424132 * ___m_ListOfServerInfo_5; // DMCore.CDataProperty DMCore.Logic.CServerChoice::m_PublicConfig CDataProperty_t2806246268 * ___m_PublicConfig_6; public: inline static int32_t get_offset_of_U3CIsSelectionChangedU3Ek__BackingField_0() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsSelectionChangedU3Ek__BackingField_0)); } inline bool get_U3CIsSelectionChangedU3Ek__BackingField_0() const { return ___U3CIsSelectionChangedU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsSelectionChangedU3Ek__BackingField_0() { return &___U3CIsSelectionChangedU3Ek__BackingField_0; } inline void set_U3CIsSelectionChangedU3Ek__BackingField_0(bool value) { ___U3CIsSelectionChangedU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsServerInfoChangedU3Ek__BackingField_1() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsServerInfoChangedU3Ek__BackingField_1)); } inline bool get_U3CIsServerInfoChangedU3Ek__BackingField_1() const { return ___U3CIsServerInfoChangedU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsServerInfoChangedU3Ek__BackingField_1() { return &___U3CIsServerInfoChangedU3Ek__BackingField_1; } inline void set_U3CIsServerInfoChangedU3Ek__BackingField_1(bool value) { ___U3CIsServerInfoChangedU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsFirstTimeLinkedU3Ek__BackingField_2() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsFirstTimeLinkedU3Ek__BackingField_2)); } inline bool get_U3CIsFirstTimeLinkedU3Ek__BackingField_2() const { return ___U3CIsFirstTimeLinkedU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsFirstTimeLinkedU3Ek__BackingField_2() { return &___U3CIsFirstTimeLinkedU3Ek__BackingField_2; } inline void set_U3CIsFirstTimeLinkedU3Ek__BackingField_2(bool value) { ___U3CIsFirstTimeLinkedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsWaitForRegisterAccountU3Ek__BackingField_3() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3)); } inline bool get_U3CIsWaitForRegisterAccountU3Ek__BackingField_3() const { return ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsWaitForRegisterAccountU3Ek__BackingField_3() { return &___U3CIsWaitForRegisterAccountU3Ek__BackingField_3; } inline void set_U3CIsWaitForRegisterAccountU3Ek__BackingField_3(bool value) { ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_selectedServerID_4() { return static_cast(offsetof(CServerChoice_t1594647161, ___m_selectedServerID_4)); } inline String_t* get_m_selectedServerID_4() const { return ___m_selectedServerID_4; } inline String_t** get_address_of_m_selectedServerID_4() { return &___m_selectedServerID_4; } inline void set_m_selectedServerID_4(String_t* value) { ___m_selectedServerID_4 = value; Il2CppCodeGenWriteBarrier((&___m_selectedServerID_4), value); } inline static int32_t get_offset_of_m_ListOfServerInfo_5() { return static_cast(offsetof(CServerChoice_t1594647161, ___m_ListOfServerInfo_5)); } inline List_1_t13424132 * get_m_ListOfServerInfo_5() const { return ___m_ListOfServerInfo_5; } inline List_1_t13424132 ** get_address_of_m_ListOfServerInfo_5() { return &___m_ListOfServerInfo_5; } inline void set_m_ListOfServerInfo_5(List_1_t13424132 * value) { ___m_ListOfServerInfo_5 = value; Il2CppCodeGenWriteBarrier((&___m_ListOfServerInfo_5), value); } inline static int32_t get_offset_of_m_PublicConfig_6() { return static_cast(offsetof(CServerChoice_t1594647161, ___m_PublicConfig_6)); } inline CDataProperty_t2806246268 * get_m_PublicConfig_6() const { return ___m_PublicConfig_6; } inline CDataProperty_t2806246268 ** get_address_of_m_PublicConfig_6() { return &___m_PublicConfig_6; } inline void set_m_PublicConfig_6(CDataProperty_t2806246268 * value) { ___m_PublicConfig_6 = value; Il2CppCodeGenWriteBarrier((&___m_PublicConfig_6), value); } }; struct CServerChoice_t1594647161_StaticFields { public: // DMCore.Logic.CServerChoice DMCore.Logic.CServerChoice::s_Instance CServerChoice_t1594647161 * ___s_Instance_7; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CServerChoice::<>f__switch$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_8; public: inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(CServerChoice_t1594647161_StaticFields, ___s_Instance_7)); } inline CServerChoice_t1594647161 * get_s_Instance_7() const { return ___s_Instance_7; } inline CServerChoice_t1594647161 ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(CServerChoice_t1594647161 * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_7), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_8() { return static_cast(offsetof(CServerChoice_t1594647161_StaticFields, ___U3CU3Ef__switchU24map8_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_8() const { return ___U3CU3Ef__switchU24map8_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_8() { return &___U3CU3Ef__switchU24map8_8; } inline void set_U3CU3Ef__switchU24map8_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSERVERCHOICE_T1594647161_H #ifndef CRESDOWNLOADTASK_T1572108126_H #define CRESDOWNLOADTASK_T1572108126_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW/CResDownLoadTask struct CResDownLoadTask_t1572108126 : public RuntimeObject { public: // CVersionIssue CUIResWWW/CResDownLoadTask::Start CVersionIssue_t3008599312 * ___Start_0; // CVersionIssue CUIResWWW/CResDownLoadTask::End CVersionIssue_t3008599312 * ___End_1; public: inline static int32_t get_offset_of_Start_0() { return static_cast(offsetof(CResDownLoadTask_t1572108126, ___Start_0)); } inline CVersionIssue_t3008599312 * get_Start_0() const { return ___Start_0; } inline CVersionIssue_t3008599312 ** get_address_of_Start_0() { return &___Start_0; } inline void set_Start_0(CVersionIssue_t3008599312 * value) { ___Start_0 = value; Il2CppCodeGenWriteBarrier((&___Start_0), value); } inline static int32_t get_offset_of_End_1() { return static_cast(offsetof(CResDownLoadTask_t1572108126, ___End_1)); } inline CVersionIssue_t3008599312 * get_End_1() const { return ___End_1; } inline CVersionIssue_t3008599312 ** get_address_of_End_1() { return &___End_1; } inline void set_End_1(CVersionIssue_t3008599312 * value) { ___End_1 = value; Il2CppCodeGenWriteBarrier((&___End_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESDOWNLOADTASK_T1572108126_H #ifndef CDEPENDENCEREADYMANAGER_T857962078_H #define CDEPENDENCEREADYMANAGER_T857962078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CDependenceReadyManager struct CDependenceReadyManager_t857962078 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.CDependenceReadyManager::m_listTaskAll List_1_t1647121327 * ___m_listTaskAll_0; // System.Collections.Generic.List`1 DMCore.Framework.CDependenceReadyManager::m_listTextState List_1_t1700065621 * ___m_listTextState_1; // System.Boolean DMCore.Framework.CDependenceReadyManager::m_bUseTextCombine bool ___m_bUseTextCombine_2; public: inline static int32_t get_offset_of_m_listTaskAll_0() { return static_cast(offsetof(CDependenceReadyManager_t857962078, ___m_listTaskAll_0)); } inline List_1_t1647121327 * get_m_listTaskAll_0() const { return ___m_listTaskAll_0; } inline List_1_t1647121327 ** get_address_of_m_listTaskAll_0() { return &___m_listTaskAll_0; } inline void set_m_listTaskAll_0(List_1_t1647121327 * value) { ___m_listTaskAll_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTaskAll_0), value); } inline static int32_t get_offset_of_m_listTextState_1() { return static_cast(offsetof(CDependenceReadyManager_t857962078, ___m_listTextState_1)); } inline List_1_t1700065621 * get_m_listTextState_1() const { return ___m_listTextState_1; } inline List_1_t1700065621 ** get_address_of_m_listTextState_1() { return &___m_listTextState_1; } inline void set_m_listTextState_1(List_1_t1700065621 * value) { ___m_listTextState_1 = value; Il2CppCodeGenWriteBarrier((&___m_listTextState_1), value); } inline static int32_t get_offset_of_m_bUseTextCombine_2() { return static_cast(offsetof(CDependenceReadyManager_t857962078, ___m_bUseTextCombine_2)); } inline bool get_m_bUseTextCombine_2() const { return ___m_bUseTextCombine_2; } inline bool* get_address_of_m_bUseTextCombine_2() { return &___m_bUseTextCombine_2; } inline void set_m_bUseTextCombine_2(bool value) { ___m_bUseTextCombine_2 = value; } }; struct CDependenceReadyManager_t857962078_StaticFields { public: // DMCore.Framework.CDependenceReadyManager DMCore.Framework.CDependenceReadyManager::s_Instance CDependenceReadyManager_t857962078 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CDependenceReadyManager_t857962078_StaticFields, ___s_Instance_3)); } inline CDependenceReadyManager_t857962078 * get_s_Instance_3() const { return ___s_Instance_3; } inline CDependenceReadyManager_t857962078 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CDependenceReadyManager_t857962078 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDEPENDENCEREADYMANAGER_T857962078_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 DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1632706988, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1632706988, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1632706988, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1632706988, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1632706988, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1632706988, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1632706988, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1632706988, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1632706988, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_H #ifndef LINKEDLISTNODE_1_T1317283229_H #define LINKEDLISTNODE_1_T1317283229_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_t1317283229 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item CResDownLoadTask_t1572108126 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t411754135 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t1317283229 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t1317283229 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t1317283229, ___item_0)); } inline CResDownLoadTask_t1572108126 * get_item_0() const { return ___item_0; } inline CResDownLoadTask_t1572108126 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(CResDownLoadTask_t1572108126 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t1317283229, ___container_1)); } inline LinkedList_1_t411754135 * get_container_1() const { return ___container_1; } inline LinkedList_1_t411754135 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t411754135 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t1317283229, ___forward_2)); } inline LinkedListNode_1_t1317283229 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t1317283229 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t1317283229 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t1317283229, ___back_3)); } inline LinkedListNode_1_t1317283229 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t1317283229 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t1317283229 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T1317283229_H #ifndef LIST_1_T1237090056_H #define LIST_1_T1237090056_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_t1237090056 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CCameraStateU5BU5D_t2348481639* ____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_t1237090056, ____items_1)); } inline CCameraStateU5BU5D_t2348481639* get__items_1() const { return ____items_1; } inline CCameraStateU5BU5D_t2348481639** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CCameraStateU5BU5D_t2348481639* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1237090056, ____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_t1237090056, ____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_t1237090056_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CCameraStateU5BU5D_t2348481639* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1237090056_StaticFields, ___EmptyArray_4)); } inline CCameraStateU5BU5D_t2348481639* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CCameraStateU5BU5D_t2348481639** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CCameraStateU5BU5D_t2348481639* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1237090056_H #ifndef FITFUNZIP_T870197698_H #define FITFUNZIP_T870197698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Zip.FitfunZip struct FitfunZip_t870197698 : public RuntimeObject { public: // System.Single DMCore.Framework.Zip.FitfunZip::progressUpdateTime float ___progressUpdateTime_0; // System.Int32 DMCore.Framework.Zip.FitfunZip::m_progressVal int32_t ___m_progressVal_1; public: inline static int32_t get_offset_of_progressUpdateTime_0() { return static_cast(offsetof(FitfunZip_t870197698, ___progressUpdateTime_0)); } inline float get_progressUpdateTime_0() const { return ___progressUpdateTime_0; } inline float* get_address_of_progressUpdateTime_0() { return &___progressUpdateTime_0; } inline void set_progressUpdateTime_0(float value) { ___progressUpdateTime_0 = value; } inline static int32_t get_offset_of_m_progressVal_1() { return static_cast(offsetof(FitfunZip_t870197698, ___m_progressVal_1)); } inline int32_t get_m_progressVal_1() const { return ___m_progressVal_1; } inline int32_t* get_address_of_m_progressVal_1() { return &___m_progressVal_1; } inline void set_m_progressVal_1(int32_t value) { ___m_progressVal_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FITFUNZIP_T870197698_H #ifndef CUSEREVENT_T3128687182_H #define CUSEREVENT_T3128687182_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUserEvent struct CUserEvent_t3128687182 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSEREVENT_T3128687182_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 REMINDERPATHDATA_T2604278922_H #define REMINDERPATHDATA_T2604278922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/ReminderPathData struct ReminderPathData_t2604278922 : public RuntimeObject { public: // System.Int32 CSignsManager/ReminderPathData::ModuleID int32_t ___ModuleID_0; // System.Collections.Generic.List`1 CSignsManager/ReminderPathData::m_MainPathList List_1_t3172176916 * ___m_MainPathList_1; // CSignsManager/SubTypeData CSignsManager/ReminderPathData::m_SubData SubTypeData_t2407733540 * ___m_SubData_2; public: inline static int32_t get_offset_of_ModuleID_0() { return static_cast(offsetof(ReminderPathData_t2604278922, ___ModuleID_0)); } inline int32_t get_ModuleID_0() const { return ___ModuleID_0; } inline int32_t* get_address_of_ModuleID_0() { return &___ModuleID_0; } inline void set_ModuleID_0(int32_t value) { ___ModuleID_0 = value; } inline static int32_t get_offset_of_m_MainPathList_1() { return static_cast(offsetof(ReminderPathData_t2604278922, ___m_MainPathList_1)); } inline List_1_t3172176916 * get_m_MainPathList_1() const { return ___m_MainPathList_1; } inline List_1_t3172176916 ** get_address_of_m_MainPathList_1() { return &___m_MainPathList_1; } inline void set_m_MainPathList_1(List_1_t3172176916 * value) { ___m_MainPathList_1 = value; Il2CppCodeGenWriteBarrier((&___m_MainPathList_1), value); } inline static int32_t get_offset_of_m_SubData_2() { return static_cast(offsetof(ReminderPathData_t2604278922, ___m_SubData_2)); } inline SubTypeData_t2407733540 * get_m_SubData_2() const { return ___m_SubData_2; } inline SubTypeData_t2407733540 ** get_address_of_m_SubData_2() { return &___m_SubData_2; } inline void set_m_SubData_2(SubTypeData_t2407733540 * value) { ___m_SubData_2 = value; Il2CppCodeGenWriteBarrier((&___m_SubData_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMINDERPATHDATA_T2604278922_H #ifndef U3CSHOWSIGNSU3EC__ANONSTOREY5_T4088644653_H #define U3CSHOWSIGNSU3EC__ANONSTOREY5_T4088644653_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey5 struct U3CShowSignsU3Ec__AnonStorey5_t4088644653 : public RuntimeObject { public: // CSignsManager/SignPathData CSignsManager/c__AnonStorey5::addSign SignPathData_t1700102174 * ___addSign_0; public: inline static int32_t get_offset_of_addSign_0() { return static_cast(offsetof(U3CShowSignsU3Ec__AnonStorey5_t4088644653, ___addSign_0)); } inline SignPathData_t1700102174 * get_addSign_0() const { return ___addSign_0; } inline SignPathData_t1700102174 ** get_address_of_addSign_0() { return &___addSign_0; } inline void set_addSign_0(SignPathData_t1700102174 * value) { ___addSign_0 = value; Il2CppCodeGenWriteBarrier((&___addSign_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSHOWSIGNSU3EC__ANONSTOREY5_T4088644653_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 U3CSHOWSIGNSU3EC__ANONSTOREY4_T1359761298_H #define U3CSHOWSIGNSU3EC__ANONSTOREY4_T1359761298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey4 struct U3CShowSignsU3Ec__AnonStorey4_t1359761298 : public RuntimeObject { public: // System.Int32 CSignsManager/c__AnonStorey4::i int32_t ___i_0; // CSignsManager CSignsManager/c__AnonStorey4::$this CSignsManager_t1825583579 * ___U24this_1; public: inline static int32_t get_offset_of_i_0() { return static_cast(offsetof(U3CShowSignsU3Ec__AnonStorey4_t1359761298, ___i_0)); } inline int32_t get_i_0() const { return ___i_0; } inline int32_t* get_address_of_i_0() { return &___i_0; } inline void set_i_0(int32_t value) { ___i_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CShowSignsU3Ec__AnonStorey4_t1359761298, ___U24this_1)); } inline CSignsManager_t1825583579 * get_U24this_1() const { return ___U24this_1; } inline CSignsManager_t1825583579 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(CSignsManager_t1825583579 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSHOWSIGNSU3EC__ANONSTOREY4_T1359761298_H #ifndef LIST_1_T3051292851_H #define LIST_1_T3051292851_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_t3051292851 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SubTypeItemDataU5BU5D_t228784048* ____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_t3051292851, ____items_1)); } inline SubTypeItemDataU5BU5D_t228784048* get__items_1() const { return ____items_1; } inline SubTypeItemDataU5BU5D_t228784048** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SubTypeItemDataU5BU5D_t228784048* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3051292851, ____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_t3051292851, ____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_t3051292851_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SubTypeItemDataU5BU5D_t228784048* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3051292851_StaticFields, ___EmptyArray_4)); } inline SubTypeItemDataU5BU5D_t228784048* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SubTypeItemDataU5BU5D_t228784048** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SubTypeItemDataU5BU5D_t228784048* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3051292851_H #ifndef CMYPACKAGEMANAGER_T122981866_H #define CMYPACKAGEMANAGER_T122981866_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CbNeedFreshUIU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CIsSelectU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CIsShowSelectU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiMainType int32_t ___m_uiMainType_3; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiSubType int32_t ___m_uiSubType_4; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiActiveItem int32_t ___m_uiActiveItem_5; // System.Int32 DMCore.Logic.CMyPackageManager::m_LeftTime int32_t ___m_LeftTime_6; // BetterList`1 DMCore.Logic.CMyPackageManager::m_listBianshenCard BetterList_1_t1591806957 * ___m_listBianshenCard_7; // System.Boolean DMCore.Logic.CMyPackageManager::m_IsRenewDataChanged bool ___m_IsRenewDataChanged_8; public: inline static int32_t get_offset_of_U3CbNeedFreshUIU3Ek__BackingField_0() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CbNeedFreshUIU3Ek__BackingField_0)); } inline bool get_U3CbNeedFreshUIU3Ek__BackingField_0() const { return ___U3CbNeedFreshUIU3Ek__BackingField_0; } inline bool* get_address_of_U3CbNeedFreshUIU3Ek__BackingField_0() { return &___U3CbNeedFreshUIU3Ek__BackingField_0; } inline void set_U3CbNeedFreshUIU3Ek__BackingField_0(bool value) { ___U3CbNeedFreshUIU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsSelectU3Ek__BackingField_1() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CIsSelectU3Ek__BackingField_1)); } inline bool get_U3CIsSelectU3Ek__BackingField_1() const { return ___U3CIsSelectU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsSelectU3Ek__BackingField_1() { return &___U3CIsSelectU3Ek__BackingField_1; } inline void set_U3CIsSelectU3Ek__BackingField_1(bool value) { ___U3CIsSelectU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsShowSelectU3Ek__BackingField_2() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CIsShowSelectU3Ek__BackingField_2)); } inline bool get_U3CIsShowSelectU3Ek__BackingField_2() const { return ___U3CIsShowSelectU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsShowSelectU3Ek__BackingField_2() { return &___U3CIsShowSelectU3Ek__BackingField_2; } inline void set_U3CIsShowSelectU3Ek__BackingField_2(bool value) { ___U3CIsShowSelectU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_uiMainType_3() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiMainType_3)); } inline int32_t get_m_uiMainType_3() const { return ___m_uiMainType_3; } inline int32_t* get_address_of_m_uiMainType_3() { return &___m_uiMainType_3; } inline void set_m_uiMainType_3(int32_t value) { ___m_uiMainType_3 = value; } inline static int32_t get_offset_of_m_uiSubType_4() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiSubType_4)); } inline int32_t get_m_uiSubType_4() const { return ___m_uiSubType_4; } inline int32_t* get_address_of_m_uiSubType_4() { return &___m_uiSubType_4; } inline void set_m_uiSubType_4(int32_t value) { ___m_uiSubType_4 = value; } inline static int32_t get_offset_of_m_uiActiveItem_5() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiActiveItem_5)); } inline int32_t get_m_uiActiveItem_5() const { return ___m_uiActiveItem_5; } inline int32_t* get_address_of_m_uiActiveItem_5() { return &___m_uiActiveItem_5; } inline void set_m_uiActiveItem_5(int32_t value) { ___m_uiActiveItem_5 = value; } inline static int32_t get_offset_of_m_LeftTime_6() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_LeftTime_6)); } inline int32_t get_m_LeftTime_6() const { return ___m_LeftTime_6; } inline int32_t* get_address_of_m_LeftTime_6() { return &___m_LeftTime_6; } inline void set_m_LeftTime_6(int32_t value) { ___m_LeftTime_6 = value; } inline static int32_t get_offset_of_m_listBianshenCard_7() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_listBianshenCard_7)); } inline BetterList_1_t1591806957 * get_m_listBianshenCard_7() const { return ___m_listBianshenCard_7; } inline BetterList_1_t1591806957 ** get_address_of_m_listBianshenCard_7() { return &___m_listBianshenCard_7; } inline void set_m_listBianshenCard_7(BetterList_1_t1591806957 * value) { ___m_listBianshenCard_7 = value; Il2CppCodeGenWriteBarrier((&___m_listBianshenCard_7), value); } inline static int32_t get_offset_of_m_IsRenewDataChanged_8() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_IsRenewDataChanged_8)); } inline bool get_m_IsRenewDataChanged_8() const { return ___m_IsRenewDataChanged_8; } inline bool* get_address_of_m_IsRenewDataChanged_8() { return &___m_IsRenewDataChanged_8; } inline void set_m_IsRenewDataChanged_8(bool value) { ___m_IsRenewDataChanged_8 = value; } }; struct CMyPackageManager_t122981866_StaticFields { public: // DMCore.Logic.CMyPackageManager DMCore.Logic.CMyPackageManager::s_Instance CMyPackageManager_t122981866 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(CMyPackageManager_t122981866_StaticFields, ___s_Instance_9)); } inline CMyPackageManager_t122981866 * get_s_Instance_9() const { return ___s_Instance_9; } inline CMyPackageManager_t122981866 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(CMyPackageManager_t122981866 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMYPACKAGEMANAGER_T122981866_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 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 CURQUALIFYRANKINFO_T2391125760_H #define CURQUALIFYRANKINFO_T2391125760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760 : public RuntimeObject { public: // System.Int32 CurQualifyRankInfo::MyRankNum int32_t ___MyRankNum_0; // System.String CurQualifyRankInfo::RankListDec String_t* ___RankListDec_1; // System.Int32 CurQualifyRankInfo::RankListFlag int32_t ___RankListFlag_2; // System.Int32 CurQualifyRankInfo::RankNum int32_t ___RankNum_3; public: inline static int32_t get_offset_of_MyRankNum_0() { return static_cast(offsetof(CurQualifyRankInfo_t2391125760, ___MyRankNum_0)); } inline int32_t get_MyRankNum_0() const { return ___MyRankNum_0; } inline int32_t* get_address_of_MyRankNum_0() { return &___MyRankNum_0; } inline void set_MyRankNum_0(int32_t value) { ___MyRankNum_0 = value; } inline static int32_t get_offset_of_RankListDec_1() { return static_cast(offsetof(CurQualifyRankInfo_t2391125760, ___RankListDec_1)); } inline String_t* get_RankListDec_1() const { return ___RankListDec_1; } inline String_t** get_address_of_RankListDec_1() { return &___RankListDec_1; } inline void set_RankListDec_1(String_t* value) { ___RankListDec_1 = value; Il2CppCodeGenWriteBarrier((&___RankListDec_1), value); } inline static int32_t get_offset_of_RankListFlag_2() { return static_cast(offsetof(CurQualifyRankInfo_t2391125760, ___RankListFlag_2)); } inline int32_t get_RankListFlag_2() const { return ___RankListFlag_2; } inline int32_t* get_address_of_RankListFlag_2() { return &___RankListFlag_2; } inline void set_RankListFlag_2(int32_t value) { ___RankListFlag_2 = value; } inline static int32_t get_offset_of_RankNum_3() { return static_cast(offsetof(CurQualifyRankInfo_t2391125760, ___RankNum_3)); } inline int32_t get_RankNum_3() const { return ___RankNum_3; } inline int32_t* get_address_of_RankNum_3() { return &___RankNum_3; } inline void set_RankNum_3(int32_t value) { ___RankNum_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURQUALIFYRANKINFO_T2391125760_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 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 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 U3CJUDGEISINPATHLISTU3EC__ANONSTOREY3_T518067876_H #define U3CJUDGEISINPATHLISTU3EC__ANONSTOREY3_T518067876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey3 struct U3CJudgeIsInPathListU3Ec__AnonStorey3_t518067876 : public RuntimeObject { public: // CSignsManager/SignPathData CSignsManager/c__AnonStorey3::SrcPath SignPathData_t1700102174 * ___SrcPath_0; public: inline static int32_t get_offset_of_SrcPath_0() { return static_cast(offsetof(U3CJudgeIsInPathListU3Ec__AnonStorey3_t518067876, ___SrcPath_0)); } inline SignPathData_t1700102174 * get_SrcPath_0() const { return ___SrcPath_0; } inline SignPathData_t1700102174 ** get_address_of_SrcPath_0() { return &___SrcPath_0; } inline void set_SrcPath_0(SignPathData_t1700102174 * value) { ___SrcPath_0 = value; Il2CppCodeGenWriteBarrier((&___SrcPath_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CJUDGEISINPATHLISTU3EC__ANONSTOREY3_T518067876_H #ifndef U3CDELETESIGNSU3EC__ANONSTOREY1_T4194708776_H #define U3CDELETESIGNSU3EC__ANONSTOREY1_T4194708776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey1 struct U3CDeleteSignsU3Ec__AnonStorey1_t4194708776 : public RuntimeObject { public: // System.Collections.Generic.List`1 CSignsManager/c__AnonStorey1::signPathList List_1_t3172176916 * ___signPathList_0; public: inline static int32_t get_offset_of_signPathList_0() { return static_cast(offsetof(U3CDeleteSignsU3Ec__AnonStorey1_t4194708776, ___signPathList_0)); } inline List_1_t3172176916 * get_signPathList_0() const { return ___signPathList_0; } inline List_1_t3172176916 ** get_address_of_signPathList_0() { return &___signPathList_0; } inline void set_signPathList_0(List_1_t3172176916 * value) { ___signPathList_0 = value; Il2CppCodeGenWriteBarrier((&___signPathList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDELETESIGNSU3EC__ANONSTOREY1_T4194708776_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 U3CLOADRESOURCEU3EC__ITERATOR0_T18521158_H #define U3CLOADRESOURCEU3EC__ITERATOR0_T18521158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CWaitingRoomCtrl/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t18521158 : public RuntimeObject { public: // System.String CWaitingRoomCtrl/c__Iterator0::resName String_t* ___resName_0; // System.Object CWaitingRoomCtrl/c__Iterator0::$current RuntimeObject * ___U24current_1; // System.Boolean CWaitingRoomCtrl/c__Iterator0::$disposing bool ___U24disposing_2; // System.Int32 CWaitingRoomCtrl/c__Iterator0::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_resName_0() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t18521158, ___resName_0)); } inline String_t* get_resName_0() const { return ___resName_0; } inline String_t** get_address_of_resName_0() { return &___resName_0; } inline void set_resName_0(String_t* value) { ___resName_0 = value; Il2CppCodeGenWriteBarrier((&___resName_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t18521158, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U24disposing_2() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t18521158, ___U24disposing_2)); } inline bool get_U24disposing_2() const { return ___U24disposing_2; } inline bool* get_address_of_U24disposing_2() { return &___U24disposing_2; } inline void set_U24disposing_2(bool value) { ___U24disposing_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t18521158, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLOADRESOURCEU3EC__ITERATOR0_T18521158_H #ifndef TYPECLASS_T2664900121_H #define TYPECLASS_T2664900121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/TypeClass struct TypeClass_t2664900121 : public RuntimeObject { public: // System.Int32 CSignsManager/TypeClass::MainType int32_t ___MainType_0; // System.Int32 CSignsManager/TypeClass::SubType int32_t ___SubType_1; // System.Int32 CSignsManager/TypeClass::ActID int32_t ___ActID_2; public: inline static int32_t get_offset_of_MainType_0() { return static_cast(offsetof(TypeClass_t2664900121, ___MainType_0)); } inline int32_t get_MainType_0() const { return ___MainType_0; } inline int32_t* get_address_of_MainType_0() { return &___MainType_0; } inline void set_MainType_0(int32_t value) { ___MainType_0 = value; } inline static int32_t get_offset_of_SubType_1() { return static_cast(offsetof(TypeClass_t2664900121, ___SubType_1)); } inline int32_t get_SubType_1() const { return ___SubType_1; } inline int32_t* get_address_of_SubType_1() { return &___SubType_1; } inline void set_SubType_1(int32_t value) { ___SubType_1 = value; } inline static int32_t get_offset_of_ActID_2() { return static_cast(offsetof(TypeClass_t2664900121, ___ActID_2)); } inline int32_t get_ActID_2() const { return ___ActID_2; } inline int32_t* get_address_of_ActID_2() { return &___ActID_2; } inline void set_ActID_2(int32_t value) { ___ActID_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECLASS_T2664900121_H #ifndef CRESTASKCONTAINER_T3271287293_H #define CRESTASKCONTAINER_T3271287293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResTaskContainer struct CResTaskContainer_t3271287293 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CResTaskContainer::m_array Dictionary_2_t815652591 * ___m_array_0; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_bytesDone int32_t ___m_bytesDone_1; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_bytesTotal int32_t ___m_bytesTotal_2; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_bytesAll int32_t ___m_bytesAll_3; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_nCountDone int32_t ___m_nCountDone_4; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_nCountTotal int32_t ___m_nCountTotal_5; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_array_0)); } inline Dictionary_2_t815652591 * get_m_array_0() const { return ___m_array_0; } inline Dictionary_2_t815652591 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(Dictionary_2_t815652591 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_bytesDone_1() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_bytesDone_1)); } inline int32_t get_m_bytesDone_1() const { return ___m_bytesDone_1; } inline int32_t* get_address_of_m_bytesDone_1() { return &___m_bytesDone_1; } inline void set_m_bytesDone_1(int32_t value) { ___m_bytesDone_1 = value; } inline static int32_t get_offset_of_m_bytesTotal_2() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_bytesTotal_2)); } inline int32_t get_m_bytesTotal_2() const { return ___m_bytesTotal_2; } inline int32_t* get_address_of_m_bytesTotal_2() { return &___m_bytesTotal_2; } inline void set_m_bytesTotal_2(int32_t value) { ___m_bytesTotal_2 = value; } inline static int32_t get_offset_of_m_bytesAll_3() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_bytesAll_3)); } inline int32_t get_m_bytesAll_3() const { return ___m_bytesAll_3; } inline int32_t* get_address_of_m_bytesAll_3() { return &___m_bytesAll_3; } inline void set_m_bytesAll_3(int32_t value) { ___m_bytesAll_3 = value; } inline static int32_t get_offset_of_m_nCountDone_4() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_nCountDone_4)); } inline int32_t get_m_nCountDone_4() const { return ___m_nCountDone_4; } inline int32_t* get_address_of_m_nCountDone_4() { return &___m_nCountDone_4; } inline void set_m_nCountDone_4(int32_t value) { ___m_nCountDone_4 = value; } inline static int32_t get_offset_of_m_nCountTotal_5() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_nCountTotal_5)); } inline int32_t get_m_nCountTotal_5() const { return ___m_nCountTotal_5; } inline int32_t* get_address_of_m_nCountTotal_5() { return &___m_nCountTotal_5; } inline void set_m_nCountTotal_5(int32_t value) { ___m_nCountTotal_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESTASKCONTAINER_T3271287293_H #ifndef U3CADDSETMAINTYPEU3EC__ANONSTOREY7_T2033912928_H #define U3CADDSETMAINTYPEU3EC__ANONSTOREY7_T2033912928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey7 struct U3CAddSetMainTypeU3Ec__AnonStorey7_t2033912928 : public RuntimeObject { public: // CSignsManager/TypeClass CSignsManager/c__AnonStorey7::type TypeClass_t2664900121 * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CAddSetMainTypeU3Ec__AnonStorey7_t2033912928, ___type_0)); } inline TypeClass_t2664900121 * get_type_0() const { return ___type_0; } inline TypeClass_t2664900121 ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(TypeClass_t2664900121 * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CADDSETMAINTYPEU3EC__ANONSTOREY7_T2033912928_H #ifndef U3CDELETESIGNSU3EC__ANONSTOREY2_T4194708773_H #define U3CDELETESIGNSU3EC__ANONSTOREY2_T4194708773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey2 struct U3CDeleteSignsU3Ec__AnonStorey2_t4194708773 : public RuntimeObject { public: // System.Int32 CSignsManager/c__AnonStorey2::i int32_t ___i_0; // CSignsManager/c__AnonStorey1 CSignsManager/c__AnonStorey2::<>f__ref$1 U3CDeleteSignsU3Ec__AnonStorey1_t4194708776 * ___U3CU3Ef__refU241_1; public: inline static int32_t get_offset_of_i_0() { return static_cast(offsetof(U3CDeleteSignsU3Ec__AnonStorey2_t4194708773, ___i_0)); } inline int32_t get_i_0() const { return ___i_0; } inline int32_t* get_address_of_i_0() { return &___i_0; } inline void set_i_0(int32_t value) { ___i_0 = value; } inline static int32_t get_offset_of_U3CU3Ef__refU241_1() { return static_cast(offsetof(U3CDeleteSignsU3Ec__AnonStorey2_t4194708773, ___U3CU3Ef__refU241_1)); } inline U3CDeleteSignsU3Ec__AnonStorey1_t4194708776 * get_U3CU3Ef__refU241_1() const { return ___U3CU3Ef__refU241_1; } inline U3CDeleteSignsU3Ec__AnonStorey1_t4194708776 ** get_address_of_U3CU3Ef__refU241_1() { return &___U3CU3Ef__refU241_1; } inline void set_U3CU3Ef__refU241_1(U3CDeleteSignsU3Ec__AnonStorey1_t4194708776 * value) { ___U3CU3Ef__refU241_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU241_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDELETESIGNSU3EC__ANONSTOREY2_T4194708773_H #ifndef SUBTYPEITEMDATA_T1579218109_H #define SUBTYPEITEMDATA_T1579218109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/SubTypeItemData struct SubTypeItemData_t1579218109 : public RuntimeObject { public: // System.Int32 CSignsManager/SubTypeItemData::SubTypeId int32_t ___SubTypeId_0; // System.Boolean CSignsManager/SubTypeItemData::IsList bool ___IsList_1; // System.Int32 CSignsManager/SubTypeItemData::ShowMsgFlag int32_t ___ShowMsgFlag_2; // System.Int32 CSignsManager/SubTypeItemData::CustomItemFlag int32_t ___CustomItemFlag_3; // System.String CSignsManager/SubTypeItemData::NoticeStrID String_t* ___NoticeStrID_4; // System.Boolean CSignsManager/SubTypeItemData::ShowMainPath bool ___ShowMainPath_5; // System.Collections.Generic.List`1 CSignsManager/SubTypeItemData::m_PathList List_1_t3172176916 * ___m_PathList_6; public: inline static int32_t get_offset_of_SubTypeId_0() { return static_cast(offsetof(SubTypeItemData_t1579218109, ___SubTypeId_0)); } inline int32_t get_SubTypeId_0() const { return ___SubTypeId_0; } inline int32_t* get_address_of_SubTypeId_0() { return &___SubTypeId_0; } inline void set_SubTypeId_0(int32_t value) { ___SubTypeId_0 = value; } inline static int32_t get_offset_of_IsList_1() { return static_cast(offsetof(SubTypeItemData_t1579218109, ___IsList_1)); } inline bool get_IsList_1() const { return ___IsList_1; } inline bool* get_address_of_IsList_1() { return &___IsList_1; } inline void set_IsList_1(bool value) { ___IsList_1 = value; } inline static int32_t get_offset_of_ShowMsgFlag_2() { return static_cast(offsetof(SubTypeItemData_t1579218109, ___ShowMsgFlag_2)); } inline int32_t get_ShowMsgFlag_2() const { return ___ShowMsgFlag_2; } inline int32_t* get_address_of_ShowMsgFlag_2() { return &___ShowMsgFlag_2; } inline void set_ShowMsgFlag_2(int32_t value) { ___ShowMsgFlag_2 = value; } inline static int32_t get_offset_of_CustomItemFlag_3() { return static_cast(offsetof(SubTypeItemData_t1579218109, ___CustomItemFlag_3)); } inline int32_t get_CustomItemFlag_3() const { return ___CustomItemFlag_3; } inline int32_t* get_address_of_CustomItemFlag_3() { return &___CustomItemFlag_3; } inline void set_CustomItemFlag_3(int32_t value) { ___CustomItemFlag_3 = value; } inline static int32_t get_offset_of_NoticeStrID_4() { return static_cast(offsetof(SubTypeItemData_t1579218109, ___NoticeStrID_4)); } inline String_t* get_NoticeStrID_4() const { return ___NoticeStrID_4; } inline String_t** get_address_of_NoticeStrID_4() { return &___NoticeStrID_4; } inline void set_NoticeStrID_4(String_t* value) { ___NoticeStrID_4 = value; Il2CppCodeGenWriteBarrier((&___NoticeStrID_4), value); } inline static int32_t get_offset_of_ShowMainPath_5() { return static_cast(offsetof(SubTypeItemData_t1579218109, ___ShowMainPath_5)); } inline bool get_ShowMainPath_5() const { return ___ShowMainPath_5; } inline bool* get_address_of_ShowMainPath_5() { return &___ShowMainPath_5; } inline void set_ShowMainPath_5(bool value) { ___ShowMainPath_5 = value; } inline static int32_t get_offset_of_m_PathList_6() { return static_cast(offsetof(SubTypeItemData_t1579218109, ___m_PathList_6)); } inline List_1_t3172176916 * get_m_PathList_6() const { return ___m_PathList_6; } inline List_1_t3172176916 ** get_address_of_m_PathList_6() { return &___m_PathList_6; } inline void set_m_PathList_6(List_1_t3172176916 * value) { ___m_PathList_6 = value; Il2CppCodeGenWriteBarrier((&___m_PathList_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUBTYPEITEMDATA_T1579218109_H #ifndef U3CFLAGINTU3EC__ANONSTOREY0_T2004080519_H #define U3CFLAGINTU3EC__ANONSTOREY0_T2004080519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey0 struct U3CFlagIntU3Ec__AnonStorey0_t2004080519 : public RuntimeObject { public: // CSignsManager/TypeClass CSignsManager/c__AnonStorey0::tc TypeClass_t2664900121 * ___tc_0; public: inline static int32_t get_offset_of_tc_0() { return static_cast(offsetof(U3CFlagIntU3Ec__AnonStorey0_t2004080519, ___tc_0)); } inline TypeClass_t2664900121 * get_tc_0() const { return ___tc_0; } inline TypeClass_t2664900121 ** get_address_of_tc_0() { return &___tc_0; } inline void set_tc_0(TypeClass_t2664900121 * value) { ___tc_0 = value; Il2CppCodeGenWriteBarrier((&___tc_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CFLAGINTU3EC__ANONSTOREY0_T2004080519_H #ifndef U3CDELETETYPEU3EC__ANONSTOREY8_T439744970_H #define U3CDELETETYPEU3EC__ANONSTOREY8_T439744970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey8 struct U3CDeleteTypeU3Ec__AnonStorey8_t439744970 : public RuntimeObject { public: // System.Int32 CSignsManager/c__AnonStorey8::mainType int32_t ___mainType_0; // System.Int32 CSignsManager/c__AnonStorey8::subType int32_t ___subType_1; public: inline static int32_t get_offset_of_mainType_0() { return static_cast(offsetof(U3CDeleteTypeU3Ec__AnonStorey8_t439744970, ___mainType_0)); } inline int32_t get_mainType_0() const { return ___mainType_0; } inline int32_t* get_address_of_mainType_0() { return &___mainType_0; } inline void set_mainType_0(int32_t value) { ___mainType_0 = value; } inline static int32_t get_offset_of_subType_1() { return static_cast(offsetof(U3CDeleteTypeU3Ec__AnonStorey8_t439744970, ___subType_1)); } inline int32_t get_subType_1() const { return ___subType_1; } inline int32_t* get_address_of_subType_1() { return &___subType_1; } inline void set_subType_1(int32_t value) { ___subType_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDELETETYPEU3EC__ANONSTOREY8_T439744970_H #ifndef U3CDELETESIGNSU3EC__ANONSTOREY6_T4194708777_H #define U3CDELETESIGNSU3EC__ANONSTOREY6_T4194708777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/c__AnonStorey6 struct U3CDeleteSignsU3Ec__AnonStorey6_t4194708777 : public RuntimeObject { public: // CSignsManager/SignPathData CSignsManager/c__AnonStorey6::_DeletePath SignPathData_t1700102174 * ____DeletePath_0; public: inline static int32_t get_offset_of__DeletePath_0() { return static_cast(offsetof(U3CDeleteSignsU3Ec__AnonStorey6_t4194708777, ____DeletePath_0)); } inline SignPathData_t1700102174 * get__DeletePath_0() const { return ____DeletePath_0; } inline SignPathData_t1700102174 ** get_address_of__DeletePath_0() { return &____DeletePath_0; } inline void set__DeletePath_0(SignPathData_t1700102174 * value) { ____DeletePath_0 = value; Il2CppCodeGenWriteBarrier((&____DeletePath_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDELETESIGNSU3EC__ANONSTOREY6_T4194708777_H #ifndef LIST_1_T3172176916_H #define LIST_1_T3172176916_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_t3172176916 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SignPathDataU5BU5D_t813929899* ____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_t3172176916, ____items_1)); } inline SignPathDataU5BU5D_t813929899* get__items_1() const { return ____items_1; } inline SignPathDataU5BU5D_t813929899** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SignPathDataU5BU5D_t813929899* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3172176916, ____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_t3172176916, ____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_t3172176916_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SignPathDataU5BU5D_t813929899* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3172176916_StaticFields, ___EmptyArray_4)); } inline SignPathDataU5BU5D_t813929899* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SignPathDataU5BU5D_t813929899** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SignPathDataU5BU5D_t813929899* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3172176916_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 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 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 CUPDATEINTERFACE_T2239046830_H #define CUPDATEINTERFACE_T2239046830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUpdateInterface struct CUpdateInterface_t2239046830 : public RuntimeObject { public: public: }; struct CUpdateInterface_t2239046830_StaticFields { public: // CBetterSet`1 CUpdateInterface::s_entityUpdate CBetterSet_1_t3980903009 * ___s_entityUpdate_0; // CBetterSet`1 CUpdateInterface::s_entityLateUpdate CBetterSet_1_t3980903009 * ___s_entityLateUpdate_1; // CBetterSet`1 CUpdateInterface::s_uiUpdate CBetterSet_1_t3369733362 * ___s_uiUpdate_2; // CBetterSet`1 CUpdateInterface::s_uiLateUpdate CBetterSet_1_t3369733362 * ___s_uiLateUpdate_3; // System.Action`1 CUpdateInterface::<>f__mg$cache0 Action_1_t4039092900 * ___U3CU3Ef__mgU24cache0_4; // System.Action`1 CUpdateInterface::<>f__mg$cache1 Action_1_t3427923253 * ___U3CU3Ef__mgU24cache1_5; // System.Action`1 CUpdateInterface::<>f__mg$cache2 Action_1_t4039092900 * ___U3CU3Ef__mgU24cache2_6; // System.Action`1 CUpdateInterface::<>f__mg$cache3 Action_1_t3427923253 * ___U3CU3Ef__mgU24cache3_7; public: inline static int32_t get_offset_of_s_entityUpdate_0() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___s_entityUpdate_0)); } inline CBetterSet_1_t3980903009 * get_s_entityUpdate_0() const { return ___s_entityUpdate_0; } inline CBetterSet_1_t3980903009 ** get_address_of_s_entityUpdate_0() { return &___s_entityUpdate_0; } inline void set_s_entityUpdate_0(CBetterSet_1_t3980903009 * value) { ___s_entityUpdate_0 = value; Il2CppCodeGenWriteBarrier((&___s_entityUpdate_0), value); } inline static int32_t get_offset_of_s_entityLateUpdate_1() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___s_entityLateUpdate_1)); } inline CBetterSet_1_t3980903009 * get_s_entityLateUpdate_1() const { return ___s_entityLateUpdate_1; } inline CBetterSet_1_t3980903009 ** get_address_of_s_entityLateUpdate_1() { return &___s_entityLateUpdate_1; } inline void set_s_entityLateUpdate_1(CBetterSet_1_t3980903009 * value) { ___s_entityLateUpdate_1 = value; Il2CppCodeGenWriteBarrier((&___s_entityLateUpdate_1), value); } inline static int32_t get_offset_of_s_uiUpdate_2() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___s_uiUpdate_2)); } inline CBetterSet_1_t3369733362 * get_s_uiUpdate_2() const { return ___s_uiUpdate_2; } inline CBetterSet_1_t3369733362 ** get_address_of_s_uiUpdate_2() { return &___s_uiUpdate_2; } inline void set_s_uiUpdate_2(CBetterSet_1_t3369733362 * value) { ___s_uiUpdate_2 = value; Il2CppCodeGenWriteBarrier((&___s_uiUpdate_2), value); } inline static int32_t get_offset_of_s_uiLateUpdate_3() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___s_uiLateUpdate_3)); } inline CBetterSet_1_t3369733362 * get_s_uiLateUpdate_3() const { return ___s_uiLateUpdate_3; } inline CBetterSet_1_t3369733362 ** get_address_of_s_uiLateUpdate_3() { return &___s_uiLateUpdate_3; } inline void set_s_uiLateUpdate_3(CBetterSet_1_t3369733362 * value) { ___s_uiLateUpdate_3 = value; Il2CppCodeGenWriteBarrier((&___s_uiLateUpdate_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_4() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___U3CU3Ef__mgU24cache0_4)); } inline Action_1_t4039092900 * get_U3CU3Ef__mgU24cache0_4() const { return ___U3CU3Ef__mgU24cache0_4; } inline Action_1_t4039092900 ** get_address_of_U3CU3Ef__mgU24cache0_4() { return &___U3CU3Ef__mgU24cache0_4; } inline void set_U3CU3Ef__mgU24cache0_4(Action_1_t4039092900 * value) { ___U3CU3Ef__mgU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_5() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___U3CU3Ef__mgU24cache1_5)); } inline Action_1_t3427923253 * get_U3CU3Ef__mgU24cache1_5() const { return ___U3CU3Ef__mgU24cache1_5; } inline Action_1_t3427923253 ** get_address_of_U3CU3Ef__mgU24cache1_5() { return &___U3CU3Ef__mgU24cache1_5; } inline void set_U3CU3Ef__mgU24cache1_5(Action_1_t3427923253 * value) { ___U3CU3Ef__mgU24cache1_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_6() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___U3CU3Ef__mgU24cache2_6)); } inline Action_1_t4039092900 * get_U3CU3Ef__mgU24cache2_6() const { return ___U3CU3Ef__mgU24cache2_6; } inline Action_1_t4039092900 ** get_address_of_U3CU3Ef__mgU24cache2_6() { return &___U3CU3Ef__mgU24cache2_6; } inline void set_U3CU3Ef__mgU24cache2_6(Action_1_t4039092900 * value) { ___U3CU3Ef__mgU24cache2_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_7() { return static_cast(offsetof(CUpdateInterface_t2239046830_StaticFields, ___U3CU3Ef__mgU24cache3_7)); } inline Action_1_t3427923253 * get_U3CU3Ef__mgU24cache3_7() const { return ___U3CU3Ef__mgU24cache3_7; } inline Action_1_t3427923253 ** get_address_of_U3CU3Ef__mgU24cache3_7() { return &___U3CU3Ef__mgU24cache3_7; } inline void set_U3CU3Ef__mgU24cache3_7(Action_1_t3427923253 * value) { ___U3CU3Ef__mgU24cache3_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUPDATEINTERFACE_T2239046830_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 STPRETASKDATA_T781334205_H #define STPRETASKDATA_T781334205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CStreamingPreImpl/stPreTaskData struct stPreTaskData_t781334205 : public RuntimeObject { public: // System.String CStreamingPreImpl/stPreTaskData::m_dest String_t* ___m_dest_0; // System.String CStreamingPreImpl/stPreTaskData::m_src String_t* ___m_src_1; // System.Boolean CStreamingPreImpl/stPreTaskData::m_zipType bool ___m_zipType_2; public: inline static int32_t get_offset_of_m_dest_0() { return static_cast(offsetof(stPreTaskData_t781334205, ___m_dest_0)); } inline String_t* get_m_dest_0() const { return ___m_dest_0; } inline String_t** get_address_of_m_dest_0() { return &___m_dest_0; } inline void set_m_dest_0(String_t* value) { ___m_dest_0 = value; Il2CppCodeGenWriteBarrier((&___m_dest_0), value); } inline static int32_t get_offset_of_m_src_1() { return static_cast(offsetof(stPreTaskData_t781334205, ___m_src_1)); } inline String_t* get_m_src_1() const { return ___m_src_1; } inline String_t** get_address_of_m_src_1() { return &___m_src_1; } inline void set_m_src_1(String_t* value) { ___m_src_1 = value; Il2CppCodeGenWriteBarrier((&___m_src_1), value); } inline static int32_t get_offset_of_m_zipType_2() { return static_cast(offsetof(stPreTaskData_t781334205, ___m_zipType_2)); } inline bool get_m_zipType_2() const { return ___m_zipType_2; } inline bool* get_address_of_m_zipType_2() { return &___m_zipType_2; } inline void set_m_zipType_2(bool value) { ___m_zipType_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STPRETASKDATA_T781334205_H #ifndef CFITFUNAPIPLUGIN_T3372796910_H #define CFITFUNAPIPLUGIN_T3372796910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910 : public RuntimeObject { public: public: }; struct CFitfunApiPlugin_t3372796910_StaticFields { public: // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::s_instance CFitfunApiPlugin_t3372796910 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CFitfunApiPlugin_t3372796910_StaticFields, ___s_instance_0)); } inline CFitfunApiPlugin_t3372796910 * get_s_instance_0() const { return ___s_instance_0; } inline CFitfunApiPlugin_t3372796910 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CFitfunApiPlugin_t3372796910 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFITFUNAPIPLUGIN_T3372796910_H #ifndef CSYSTEMTOOLPLUGIN_T1584592813_H #define CSYSTEMTOOLPLUGIN_T1584592813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSystemToolPlugin struct CSystemToolPlugin_t1584592813 : public RuntimeObject { public: public: }; struct CSystemToolPlugin_t1584592813_StaticFields { public: // DMCore.Framework.Plugin.CSystemToolPlugin DMCore.Framework.Plugin.CSystemToolPlugin::s_instance CSystemToolPlugin_t1584592813 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSystemToolPlugin_t1584592813_StaticFields, ___s_instance_0)); } inline CSystemToolPlugin_t1584592813 * get_s_instance_0() const { return ___s_instance_0; } inline CSystemToolPlugin_t1584592813 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSystemToolPlugin_t1584592813 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMTOOLPLUGIN_T1584592813_H #ifndef CEFFECTWNDMANAGER_T3902312294_H #define CEFFECTWNDMANAGER_T3902312294_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CEffectWndManager struct CEffectWndManager_t3902312294 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CEffectWndManager::m_listArray List_1_t622380941 * ___m_listArray_1; // System.Int32 DMCore.Logic.CEffectWndManager::m_lastFrame int32_t ___m_lastFrame_2; // System.Boolean DMCore.Logic.CEffectWndManager::m_IsPaused bool ___m_IsPaused_3; public: inline static int32_t get_offset_of_m_listArray_1() { return static_cast(offsetof(CEffectWndManager_t3902312294, ___m_listArray_1)); } inline List_1_t622380941 * get_m_listArray_1() const { return ___m_listArray_1; } inline List_1_t622380941 ** get_address_of_m_listArray_1() { return &___m_listArray_1; } inline void set_m_listArray_1(List_1_t622380941 * value) { ___m_listArray_1 = value; Il2CppCodeGenWriteBarrier((&___m_listArray_1), value); } inline static int32_t get_offset_of_m_lastFrame_2() { return static_cast(offsetof(CEffectWndManager_t3902312294, ___m_lastFrame_2)); } inline int32_t get_m_lastFrame_2() const { return ___m_lastFrame_2; } inline int32_t* get_address_of_m_lastFrame_2() { return &___m_lastFrame_2; } inline void set_m_lastFrame_2(int32_t value) { ___m_lastFrame_2 = value; } inline static int32_t get_offset_of_m_IsPaused_3() { return static_cast(offsetof(CEffectWndManager_t3902312294, ___m_IsPaused_3)); } inline bool get_m_IsPaused_3() const { return ___m_IsPaused_3; } inline bool* get_address_of_m_IsPaused_3() { return &___m_IsPaused_3; } inline void set_m_IsPaused_3(bool value) { ___m_IsPaused_3 = value; } }; struct CEffectWndManager_t3902312294_StaticFields { public: // DMCore.Logic.CEffectWndManager DMCore.Logic.CEffectWndManager::s_instance CEffectWndManager_t3902312294 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CEffectWndManager_t3902312294_StaticFields, ___s_instance_0)); } inline CEffectWndManager_t3902312294 * get_s_instance_0() const { return ___s_instance_0; } inline CEffectWndManager_t3902312294 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CEffectWndManager_t3902312294 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEFFECTWNDMANAGER_T3902312294_H #ifndef CVERSIONISSUE_T3008599312_H #define CVERSIONISSUE_T3008599312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVersionIssue struct CVersionIssue_t3008599312 : public RuntimeObject { public: // System.Int32 CVersionIssue::k__BackingField int32_t ___U3CMainVersionU3Ek__BackingField_0; // System.Int32 CVersionIssue::k__BackingField int32_t ___U3CMidVersionU3Ek__BackingField_1; // System.Int32 CVersionIssue::k__BackingField int32_t ___U3CSubVersionU3Ek__BackingField_2; // System.String CVersionIssue::m_versionChche String_t* ___m_versionChche_3; public: inline static int32_t get_offset_of_U3CMainVersionU3Ek__BackingField_0() { return static_cast(offsetof(CVersionIssue_t3008599312, ___U3CMainVersionU3Ek__BackingField_0)); } inline int32_t get_U3CMainVersionU3Ek__BackingField_0() const { return ___U3CMainVersionU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CMainVersionU3Ek__BackingField_0() { return &___U3CMainVersionU3Ek__BackingField_0; } inline void set_U3CMainVersionU3Ek__BackingField_0(int32_t value) { ___U3CMainVersionU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMidVersionU3Ek__BackingField_1() { return static_cast(offsetof(CVersionIssue_t3008599312, ___U3CMidVersionU3Ek__BackingField_1)); } inline int32_t get_U3CMidVersionU3Ek__BackingField_1() const { return ___U3CMidVersionU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CMidVersionU3Ek__BackingField_1() { return &___U3CMidVersionU3Ek__BackingField_1; } inline void set_U3CMidVersionU3Ek__BackingField_1(int32_t value) { ___U3CMidVersionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSubVersionU3Ek__BackingField_2() { return static_cast(offsetof(CVersionIssue_t3008599312, ___U3CSubVersionU3Ek__BackingField_2)); } inline int32_t get_U3CSubVersionU3Ek__BackingField_2() const { return ___U3CSubVersionU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSubVersionU3Ek__BackingField_2() { return &___U3CSubVersionU3Ek__BackingField_2; } inline void set_U3CSubVersionU3Ek__BackingField_2(int32_t value) { ___U3CSubVersionU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_versionChche_3() { return static_cast(offsetof(CVersionIssue_t3008599312, ___m_versionChche_3)); } inline String_t* get_m_versionChche_3() const { return ___m_versionChche_3; } inline String_t** get_address_of_m_versionChche_3() { return &___m_versionChche_3; } inline void set_m_versionChche_3(String_t* value) { ___m_versionChche_3 = value; Il2CppCodeGenWriteBarrier((&___m_versionChche_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVERSIONISSUE_T3008599312_H #ifndef BETTERLIST_1_T3081636692_H #define BETTERLIST_1_T3081636692_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_t3081636692 : public RuntimeObject { public: // T[] BetterList`1::buffer stSwingGroupUIU5BU5D_t387132723* ___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_t3081636692, ___buffer_0)); } inline stSwingGroupUIU5BU5D_t387132723* get_buffer_0() const { return ___buffer_0; } inline stSwingGroupUIU5BU5D_t387132723** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(stSwingGroupUIU5BU5D_t387132723* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3081636692, ___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_T3081636692_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 CCHATHELPER_T655124708_H #define CCHATHELPER_T655124708_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChatHelper struct CChatHelper_t655124708 : public RuntimeObject { public: public: }; struct CChatHelper_t655124708_StaticFields { public: // System.Int32 DMCore.Logic.CChatHelper::k__BackingField int32_t ___U3CCurrentLineCountU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CCurrentLineCountU3Ek__BackingField_0() { return static_cast(offsetof(CChatHelper_t655124708_StaticFields, ___U3CCurrentLineCountU3Ek__BackingField_0)); } inline int32_t get_U3CCurrentLineCountU3Ek__BackingField_0() const { return ___U3CCurrentLineCountU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCurrentLineCountU3Ek__BackingField_0() { return &___U3CCurrentLineCountU3Ek__BackingField_0; } inline void set_U3CCurrentLineCountU3Ek__BackingField_0(int32_t value) { ___U3CCurrentLineCountU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHATHELPER_T655124708_H #ifndef CTIMERMANAGER_T4186675208_H #define CTIMERMANAGER_T4186675208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208 : public RuntimeObject { public: // BetterList`1 DMCore.Logic.CTimerManager::m_TimerSet BetterList_1_t2996838064 * ___m_TimerSet_0; public: inline static int32_t get_offset_of_m_TimerSet_0() { return static_cast(offsetof(CTimerManager_t4186675208, ___m_TimerSet_0)); } inline BetterList_1_t2996838064 * get_m_TimerSet_0() const { return ___m_TimerSet_0; } inline BetterList_1_t2996838064 ** get_address_of_m_TimerSet_0() { return &___m_TimerSet_0; } inline void set_m_TimerSet_0(BetterList_1_t2996838064 * value) { ___m_TimerSet_0 = value; Il2CppCodeGenWriteBarrier((&___m_TimerSet_0), value); } }; struct CTimerManager_t4186675208_StaticFields { public: // System.Int32 DMCore.Logic.CTimerManager::s_LastTimerID int32_t ___s_LastTimerID_1; // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::s_Instance CTimerManager_t4186675208 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_LastTimerID_1() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_LastTimerID_1)); } inline int32_t get_s_LastTimerID_1() const { return ___s_LastTimerID_1; } inline int32_t* get_address_of_s_LastTimerID_1() { return &___s_LastTimerID_1; } inline void set_s_LastTimerID_1(int32_t value) { ___s_LastTimerID_1 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_Instance_2)); } inline CTimerManager_t4186675208 * get_s_Instance_2() const { return ___s_Instance_2; } inline CTimerManager_t4186675208 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CTimerManager_t4186675208 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTIMERMANAGER_T4186675208_H #ifndef U3CLOADRESOURCEU3EC__ITERATOR0_T3529053927_H #define U3CLOADRESOURCEU3EC__ITERATOR0_T3529053927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CStreamingPreImpl/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t3529053927 : public RuntimeObject { public: // CStreamingPreImpl/stPreTaskData CStreamingPreImpl/c__Iterator0::dataVal stPreTaskData_t781334205 * ___dataVal_0; // UnityEngine.TextAsset CStreamingPreImpl/c__Iterator0::__0 TextAsset_t3022178571 * ___U3CtaU3E__0_1; // System.String CStreamingPreImpl/c__Iterator0::__0 String_t* ___U3CtempLaborU3E__0_2; // System.Int32 CStreamingPreImpl/c__Iterator0::__0 int32_t ___U3CcurrentTickU3E__0_3; // System.Byte[] CStreamingPreImpl/c__Iterator0::__0 ByteU5BU5D_t4116647657* ___U3CbytesQuoteU3E__0_4; // System.String CStreamingPreImpl/c__Iterator0::__1 String_t* ___U3CdirPathU3E__1_5; // DMCore.Framework.Zip.FitfunZip CStreamingPreImpl/c__Iterator0::__1 FitfunZip_t870197698 * ___U3Cm_zipInsU3E__1_6; // CStreamingPreImpl CStreamingPreImpl/c__Iterator0::$this CStreamingPreImpl_t3531164551 * ___U24this_7; // System.Object CStreamingPreImpl/c__Iterator0::$current RuntimeObject * ___U24current_8; // System.Boolean CStreamingPreImpl/c__Iterator0::$disposing bool ___U24disposing_9; // System.Int32 CStreamingPreImpl/c__Iterator0::$PC int32_t ___U24PC_10; public: inline static int32_t get_offset_of_dataVal_0() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___dataVal_0)); } inline stPreTaskData_t781334205 * get_dataVal_0() const { return ___dataVal_0; } inline stPreTaskData_t781334205 ** get_address_of_dataVal_0() { return &___dataVal_0; } inline void set_dataVal_0(stPreTaskData_t781334205 * value) { ___dataVal_0 = value; Il2CppCodeGenWriteBarrier((&___dataVal_0), value); } inline static int32_t get_offset_of_U3CtaU3E__0_1() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U3CtaU3E__0_1)); } inline TextAsset_t3022178571 * get_U3CtaU3E__0_1() const { return ___U3CtaU3E__0_1; } inline TextAsset_t3022178571 ** get_address_of_U3CtaU3E__0_1() { return &___U3CtaU3E__0_1; } inline void set_U3CtaU3E__0_1(TextAsset_t3022178571 * value) { ___U3CtaU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CtaU3E__0_1), value); } inline static int32_t get_offset_of_U3CtempLaborU3E__0_2() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U3CtempLaborU3E__0_2)); } inline String_t* get_U3CtempLaborU3E__0_2() const { return ___U3CtempLaborU3E__0_2; } inline String_t** get_address_of_U3CtempLaborU3E__0_2() { return &___U3CtempLaborU3E__0_2; } inline void set_U3CtempLaborU3E__0_2(String_t* value) { ___U3CtempLaborU3E__0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CtempLaborU3E__0_2), value); } inline static int32_t get_offset_of_U3CcurrentTickU3E__0_3() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U3CcurrentTickU3E__0_3)); } inline int32_t get_U3CcurrentTickU3E__0_3() const { return ___U3CcurrentTickU3E__0_3; } inline int32_t* get_address_of_U3CcurrentTickU3E__0_3() { return &___U3CcurrentTickU3E__0_3; } inline void set_U3CcurrentTickU3E__0_3(int32_t value) { ___U3CcurrentTickU3E__0_3 = value; } inline static int32_t get_offset_of_U3CbytesQuoteU3E__0_4() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U3CbytesQuoteU3E__0_4)); } inline ByteU5BU5D_t4116647657* get_U3CbytesQuoteU3E__0_4() const { return ___U3CbytesQuoteU3E__0_4; } inline ByteU5BU5D_t4116647657** get_address_of_U3CbytesQuoteU3E__0_4() { return &___U3CbytesQuoteU3E__0_4; } inline void set_U3CbytesQuoteU3E__0_4(ByteU5BU5D_t4116647657* value) { ___U3CbytesQuoteU3E__0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CbytesQuoteU3E__0_4), value); } inline static int32_t get_offset_of_U3CdirPathU3E__1_5() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U3CdirPathU3E__1_5)); } inline String_t* get_U3CdirPathU3E__1_5() const { return ___U3CdirPathU3E__1_5; } inline String_t** get_address_of_U3CdirPathU3E__1_5() { return &___U3CdirPathU3E__1_5; } inline void set_U3CdirPathU3E__1_5(String_t* value) { ___U3CdirPathU3E__1_5 = value; Il2CppCodeGenWriteBarrier((&___U3CdirPathU3E__1_5), value); } inline static int32_t get_offset_of_U3Cm_zipInsU3E__1_6() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U3Cm_zipInsU3E__1_6)); } inline FitfunZip_t870197698 * get_U3Cm_zipInsU3E__1_6() const { return ___U3Cm_zipInsU3E__1_6; } inline FitfunZip_t870197698 ** get_address_of_U3Cm_zipInsU3E__1_6() { return &___U3Cm_zipInsU3E__1_6; } inline void set_U3Cm_zipInsU3E__1_6(FitfunZip_t870197698 * value) { ___U3Cm_zipInsU3E__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3Cm_zipInsU3E__1_6), value); } inline static int32_t get_offset_of_U24this_7() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U24this_7)); } inline CStreamingPreImpl_t3531164551 * get_U24this_7() const { return ___U24this_7; } inline CStreamingPreImpl_t3531164551 ** get_address_of_U24this_7() { return &___U24this_7; } inline void set_U24this_7(CStreamingPreImpl_t3531164551 * value) { ___U24this_7 = value; Il2CppCodeGenWriteBarrier((&___U24this_7), value); } inline static int32_t get_offset_of_U24current_8() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U24current_8)); } inline RuntimeObject * get_U24current_8() const { return ___U24current_8; } inline RuntimeObject ** get_address_of_U24current_8() { return &___U24current_8; } inline void set_U24current_8(RuntimeObject * value) { ___U24current_8 = value; Il2CppCodeGenWriteBarrier((&___U24current_8), value); } inline static int32_t get_offset_of_U24disposing_9() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U24disposing_9)); } inline bool get_U24disposing_9() const { return ___U24disposing_9; } inline bool* get_address_of_U24disposing_9() { return &___U24disposing_9; } inline void set_U24disposing_9(bool value) { ___U24disposing_9 = value; } inline static int32_t get_offset_of_U24PC_10() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t3529053927, ___U24PC_10)); } inline int32_t get_U24PC_10() const { return ___U24PC_10; } inline int32_t* get_address_of_U24PC_10() { return &___U24PC_10; } inline void set_U24PC_10(int32_t value) { ___U24PC_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLOADRESOURCEU3EC__ITERATOR0_T3529053927_H #ifndef CSHOPMANAGER_T754298620_H #define CSHOPMANAGER_T754298620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopManager struct CShopManager_t754298620 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CShopManager::k__BackingField bool ___U3CIsOpenNewStoreTipsU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CShopManager::k__BackingField bool ___U3CIsOpenNewStoreU3Ek__BackingField_3; // System.Int32 DMCore.Logic.CShopManager::k__BackingField int32_t ___U3COpenTimeU3Ek__BackingField_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopManager::m_listItemGroupMale Dictionary_2_t133775218 * ___m_listItemGroupMale_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopManager::m_listItemGroupFemale Dictionary_2_t133775218 * ___m_listItemGroupFemale_6; // System.Int32 DMCore.Logic.CShopManager::m_uiActivetype int32_t ___m_uiActivetype_7; // System.Int32 DMCore.Logic.CShopManager::m_uiActivePage int32_t ___m_uiActivePage_8; // System.Int32 DMCore.Logic.CShopManager::m_uiActiveItem int32_t ___m_uiActiveItem_9; // System.Int32 DMCore.Logic.CShopManager::m_uiActiveItemValidation int32_t ___m_uiActiveItemValidation_10; // System.Int32 DMCore.Logic.CShopManager::m_selectType int32_t ___m_selectType_11; // System.Int32 DMCore.Logic.CShopManager::m_CurClothID int32_t ___m_CurClothID_12; // System.Boolean DMCore.Logic.CShopManager::m_bGroupBuyingChange bool ___m_bGroupBuyingChange_13; // DMCore.Logic.CShopGroupBuyingData DMCore.Logic.CShopManager::m_GroupBuyingData CShopGroupBuyingData_t1345810626 * ___m_GroupBuyingData_14; // System.Boolean DMCore.Logic.CShopManager::m_bSearch bool ___m_bSearch_15; // DMCore.Logic.CShopManager/CShopItemGroup DMCore.Logic.CShopManager::m_SearchGroup CShopItemGroup_t1245061887 * ___m_SearchGroup_16; public: inline static int32_t get_offset_of_U3CIsOpenNewStoreTipsU3Ek__BackingField_2() { return static_cast(offsetof(CShopManager_t754298620, ___U3CIsOpenNewStoreTipsU3Ek__BackingField_2)); } inline bool get_U3CIsOpenNewStoreTipsU3Ek__BackingField_2() const { return ___U3CIsOpenNewStoreTipsU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsOpenNewStoreTipsU3Ek__BackingField_2() { return &___U3CIsOpenNewStoreTipsU3Ek__BackingField_2; } inline void set_U3CIsOpenNewStoreTipsU3Ek__BackingField_2(bool value) { ___U3CIsOpenNewStoreTipsU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsOpenNewStoreU3Ek__BackingField_3() { return static_cast(offsetof(CShopManager_t754298620, ___U3CIsOpenNewStoreU3Ek__BackingField_3)); } inline bool get_U3CIsOpenNewStoreU3Ek__BackingField_3() const { return ___U3CIsOpenNewStoreU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsOpenNewStoreU3Ek__BackingField_3() { return &___U3CIsOpenNewStoreU3Ek__BackingField_3; } inline void set_U3CIsOpenNewStoreU3Ek__BackingField_3(bool value) { ___U3CIsOpenNewStoreU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COpenTimeU3Ek__BackingField_4() { return static_cast(offsetof(CShopManager_t754298620, ___U3COpenTimeU3Ek__BackingField_4)); } inline int32_t get_U3COpenTimeU3Ek__BackingField_4() const { return ___U3COpenTimeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3COpenTimeU3Ek__BackingField_4() { return &___U3COpenTimeU3Ek__BackingField_4; } inline void set_U3COpenTimeU3Ek__BackingField_4(int32_t value) { ___U3COpenTimeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_listItemGroupMale_5() { return static_cast(offsetof(CShopManager_t754298620, ___m_listItemGroupMale_5)); } inline Dictionary_2_t133775218 * get_m_listItemGroupMale_5() const { return ___m_listItemGroupMale_5; } inline Dictionary_2_t133775218 ** get_address_of_m_listItemGroupMale_5() { return &___m_listItemGroupMale_5; } inline void set_m_listItemGroupMale_5(Dictionary_2_t133775218 * value) { ___m_listItemGroupMale_5 = value; Il2CppCodeGenWriteBarrier((&___m_listItemGroupMale_5), value); } inline static int32_t get_offset_of_m_listItemGroupFemale_6() { return static_cast(offsetof(CShopManager_t754298620, ___m_listItemGroupFemale_6)); } inline Dictionary_2_t133775218 * get_m_listItemGroupFemale_6() const { return ___m_listItemGroupFemale_6; } inline Dictionary_2_t133775218 ** get_address_of_m_listItemGroupFemale_6() { return &___m_listItemGroupFemale_6; } inline void set_m_listItemGroupFemale_6(Dictionary_2_t133775218 * value) { ___m_listItemGroupFemale_6 = value; Il2CppCodeGenWriteBarrier((&___m_listItemGroupFemale_6), value); } inline static int32_t get_offset_of_m_uiActivetype_7() { return static_cast(offsetof(CShopManager_t754298620, ___m_uiActivetype_7)); } inline int32_t get_m_uiActivetype_7() const { return ___m_uiActivetype_7; } inline int32_t* get_address_of_m_uiActivetype_7() { return &___m_uiActivetype_7; } inline void set_m_uiActivetype_7(int32_t value) { ___m_uiActivetype_7 = value; } inline static int32_t get_offset_of_m_uiActivePage_8() { return static_cast(offsetof(CShopManager_t754298620, ___m_uiActivePage_8)); } inline int32_t get_m_uiActivePage_8() const { return ___m_uiActivePage_8; } inline int32_t* get_address_of_m_uiActivePage_8() { return &___m_uiActivePage_8; } inline void set_m_uiActivePage_8(int32_t value) { ___m_uiActivePage_8 = value; } inline static int32_t get_offset_of_m_uiActiveItem_9() { return static_cast(offsetof(CShopManager_t754298620, ___m_uiActiveItem_9)); } inline int32_t get_m_uiActiveItem_9() const { return ___m_uiActiveItem_9; } inline int32_t* get_address_of_m_uiActiveItem_9() { return &___m_uiActiveItem_9; } inline void set_m_uiActiveItem_9(int32_t value) { ___m_uiActiveItem_9 = value; } inline static int32_t get_offset_of_m_uiActiveItemValidation_10() { return static_cast(offsetof(CShopManager_t754298620, ___m_uiActiveItemValidation_10)); } inline int32_t get_m_uiActiveItemValidation_10() const { return ___m_uiActiveItemValidation_10; } inline int32_t* get_address_of_m_uiActiveItemValidation_10() { return &___m_uiActiveItemValidation_10; } inline void set_m_uiActiveItemValidation_10(int32_t value) { ___m_uiActiveItemValidation_10 = value; } inline static int32_t get_offset_of_m_selectType_11() { return static_cast(offsetof(CShopManager_t754298620, ___m_selectType_11)); } inline int32_t get_m_selectType_11() const { return ___m_selectType_11; } inline int32_t* get_address_of_m_selectType_11() { return &___m_selectType_11; } inline void set_m_selectType_11(int32_t value) { ___m_selectType_11 = value; } inline static int32_t get_offset_of_m_CurClothID_12() { return static_cast(offsetof(CShopManager_t754298620, ___m_CurClothID_12)); } inline int32_t get_m_CurClothID_12() const { return ___m_CurClothID_12; } inline int32_t* get_address_of_m_CurClothID_12() { return &___m_CurClothID_12; } inline void set_m_CurClothID_12(int32_t value) { ___m_CurClothID_12 = value; } inline static int32_t get_offset_of_m_bGroupBuyingChange_13() { return static_cast(offsetof(CShopManager_t754298620, ___m_bGroupBuyingChange_13)); } inline bool get_m_bGroupBuyingChange_13() const { return ___m_bGroupBuyingChange_13; } inline bool* get_address_of_m_bGroupBuyingChange_13() { return &___m_bGroupBuyingChange_13; } inline void set_m_bGroupBuyingChange_13(bool value) { ___m_bGroupBuyingChange_13 = value; } inline static int32_t get_offset_of_m_GroupBuyingData_14() { return static_cast(offsetof(CShopManager_t754298620, ___m_GroupBuyingData_14)); } inline CShopGroupBuyingData_t1345810626 * get_m_GroupBuyingData_14() const { return ___m_GroupBuyingData_14; } inline CShopGroupBuyingData_t1345810626 ** get_address_of_m_GroupBuyingData_14() { return &___m_GroupBuyingData_14; } inline void set_m_GroupBuyingData_14(CShopGroupBuyingData_t1345810626 * value) { ___m_GroupBuyingData_14 = value; Il2CppCodeGenWriteBarrier((&___m_GroupBuyingData_14), value); } inline static int32_t get_offset_of_m_bSearch_15() { return static_cast(offsetof(CShopManager_t754298620, ___m_bSearch_15)); } inline bool get_m_bSearch_15() const { return ___m_bSearch_15; } inline bool* get_address_of_m_bSearch_15() { return &___m_bSearch_15; } inline void set_m_bSearch_15(bool value) { ___m_bSearch_15 = value; } inline static int32_t get_offset_of_m_SearchGroup_16() { return static_cast(offsetof(CShopManager_t754298620, ___m_SearchGroup_16)); } inline CShopItemGroup_t1245061887 * get_m_SearchGroup_16() const { return ___m_SearchGroup_16; } inline CShopItemGroup_t1245061887 ** get_address_of_m_SearchGroup_16() { return &___m_SearchGroup_16; } inline void set_m_SearchGroup_16(CShopItemGroup_t1245061887 * value) { ___m_SearchGroup_16 = value; Il2CppCodeGenWriteBarrier((&___m_SearchGroup_16), value); } }; struct CShopManager_t754298620_StaticFields { public: // System.Int32 DMCore.Logic.CShopManager::SHOP_ITEM_COUNT_ONE_PAGE int32_t ___SHOP_ITEM_COUNT_ONE_PAGE_0; // DMCore.Logic.CShopManager DMCore.Logic.CShopManager::s_Instance CShopManager_t754298620 * ___s_Instance_17; public: inline static int32_t get_offset_of_SHOP_ITEM_COUNT_ONE_PAGE_0() { return static_cast(offsetof(CShopManager_t754298620_StaticFields, ___SHOP_ITEM_COUNT_ONE_PAGE_0)); } inline int32_t get_SHOP_ITEM_COUNT_ONE_PAGE_0() const { return ___SHOP_ITEM_COUNT_ONE_PAGE_0; } inline int32_t* get_address_of_SHOP_ITEM_COUNT_ONE_PAGE_0() { return &___SHOP_ITEM_COUNT_ONE_PAGE_0; } inline void set_SHOP_ITEM_COUNT_ONE_PAGE_0(int32_t value) { ___SHOP_ITEM_COUNT_ONE_PAGE_0 = value; } inline static int32_t get_offset_of_s_Instance_17() { return static_cast(offsetof(CShopManager_t754298620_StaticFields, ___s_Instance_17)); } inline CShopManager_t754298620 * get_s_Instance_17() const { return ___s_Instance_17; } inline CShopManager_t754298620 ** get_address_of_s_Instance_17() { return &___s_Instance_17; } inline void set_s_Instance_17(CShopManager_t754298620 * value) { ___s_Instance_17 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHOPMANAGER_T754298620_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 CREMOTEHOTINFO_T1542281948_H #define CREMOTEHOTINFO_T1542281948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW/CRemoteHotInfo struct CRemoteHotInfo_t1542281948 : public RuntimeObject { public: // System.Collections.Generic.List`1 CUIResWWW/CRemoteHotInfo::m_resHistory List_1_t185706758 * ___m_resHistory_0; // CVersionIssue CUIResWWW/CRemoteHotInfo::m_remoteCode CVersionIssue_t3008599312 * ___m_remoteCode_1; // CVersionIssue CUIResWWW/CRemoteHotInfo::m_remoteRes CVersionIssue_t3008599312 * ___m_remoteRes_2; public: inline static int32_t get_offset_of_m_resHistory_0() { return static_cast(offsetof(CRemoteHotInfo_t1542281948, ___m_resHistory_0)); } inline List_1_t185706758 * get_m_resHistory_0() const { return ___m_resHistory_0; } inline List_1_t185706758 ** get_address_of_m_resHistory_0() { return &___m_resHistory_0; } inline void set_m_resHistory_0(List_1_t185706758 * value) { ___m_resHistory_0 = value; Il2CppCodeGenWriteBarrier((&___m_resHistory_0), value); } inline static int32_t get_offset_of_m_remoteCode_1() { return static_cast(offsetof(CRemoteHotInfo_t1542281948, ___m_remoteCode_1)); } inline CVersionIssue_t3008599312 * get_m_remoteCode_1() const { return ___m_remoteCode_1; } inline CVersionIssue_t3008599312 ** get_address_of_m_remoteCode_1() { return &___m_remoteCode_1; } inline void set_m_remoteCode_1(CVersionIssue_t3008599312 * value) { ___m_remoteCode_1 = value; Il2CppCodeGenWriteBarrier((&___m_remoteCode_1), value); } inline static int32_t get_offset_of_m_remoteRes_2() { return static_cast(offsetof(CRemoteHotInfo_t1542281948, ___m_remoteRes_2)); } inline CVersionIssue_t3008599312 * get_m_remoteRes_2() const { return ___m_remoteRes_2; } inline CVersionIssue_t3008599312 ** get_address_of_m_remoteRes_2() { return &___m_remoteRes_2; } inline void set_m_remoteRes_2(CVersionIssue_t3008599312 * value) { ___m_remoteRes_2 = value; Il2CppCodeGenWriteBarrier((&___m_remoteRes_2), value); } }; struct CRemoteHotInfo_t1542281948_StaticFields { public: // System.Comparison`1 CUIResWWW/CRemoteHotInfo::<>f__mg$cache0 Comparison_1_t2783530491 * ___U3CU3Ef__mgU24cache0_3; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_3() { return static_cast(offsetof(CRemoteHotInfo_t1542281948_StaticFields, ___U3CU3Ef__mgU24cache0_3)); } inline Comparison_1_t2783530491 * get_U3CU3Ef__mgU24cache0_3() const { return ___U3CU3Ef__mgU24cache0_3; } inline Comparison_1_t2783530491 ** get_address_of_U3CU3Ef__mgU24cache0_3() { return &___U3CU3Ef__mgU24cache0_3; } inline void set_U3CU3Ef__mgU24cache0_3(Comparison_1_t2783530491 * value) { ___U3CU3Ef__mgU24cache0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREMOTEHOTINFO_T1542281948_H #ifndef DICTIONARY_2_T4013585537_H #define DICTIONARY_2_T4013585537_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_t4013585537 : 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 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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537, ___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_t4013585537_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1156046999 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4013585537_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1156046999 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1156046999 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1156046999 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4013585537_H #ifndef LIST_1_T2150746020_H #define LIST_1_T2150746020_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_t2150746020 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RoleDisDataU5BU5D_t1385877979* ____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_t2150746020, ____items_1)); } inline RoleDisDataU5BU5D_t1385877979* get__items_1() const { return ____items_1; } inline RoleDisDataU5BU5D_t1385877979** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RoleDisDataU5BU5D_t1385877979* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2150746020, ____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_t2150746020, ____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_t2150746020_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RoleDisDataU5BU5D_t1385877979* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2150746020_StaticFields, ___EmptyArray_4)); } inline RoleDisDataU5BU5D_t1385877979* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RoleDisDataU5BU5D_t1385877979** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RoleDisDataU5BU5D_t1385877979* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2150746020_H #ifndef CUSERGUIDEHELP_T3161639665_H #define CUSERGUIDEHELP_T3161639665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CUserGuideHelp::k__BackingField bool ___U3CIsNeedRearrangeIconU3Ek__BackingField_7; // System.Int32 DMCore.Logic.CUserGuideHelp::m_nLocalMainStep int32_t ___m_nLocalMainStep_9; // System.Int32 DMCore.Logic.CUserGuideHelp::m_nLocalSubStep int32_t ___m_nLocalSubStep_10; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_listMainStep List_1_t1536066709 * ___m_listMainStep_12; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_listLimit List_1_t3315527713 * ___m_listLimit_13; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_unLockLimit List_1_t3315527713 * ___m_unLockLimit_14; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CUserGuideHelp::m_unLockAnim LinkedList_1_t683098980 * ___m_unLockAnim_15; // System.Collections.Generic.Stack`1 DMCore.Logic.CUserGuideHelp::m_newPlayPopupWnd Stack_1_t3794335208 * ___m_newPlayPopupWnd_16; public: inline static int32_t get_offset_of_U3CIsNeedRearrangeIconU3Ek__BackingField_7() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___U3CIsNeedRearrangeIconU3Ek__BackingField_7)); } inline bool get_U3CIsNeedRearrangeIconU3Ek__BackingField_7() const { return ___U3CIsNeedRearrangeIconU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsNeedRearrangeIconU3Ek__BackingField_7() { return &___U3CIsNeedRearrangeIconU3Ek__BackingField_7; } inline void set_U3CIsNeedRearrangeIconU3Ek__BackingField_7(bool value) { ___U3CIsNeedRearrangeIconU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_nLocalMainStep_9() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_nLocalMainStep_9)); } inline int32_t get_m_nLocalMainStep_9() const { return ___m_nLocalMainStep_9; } inline int32_t* get_address_of_m_nLocalMainStep_9() { return &___m_nLocalMainStep_9; } inline void set_m_nLocalMainStep_9(int32_t value) { ___m_nLocalMainStep_9 = value; } inline static int32_t get_offset_of_m_nLocalSubStep_10() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_nLocalSubStep_10)); } inline int32_t get_m_nLocalSubStep_10() const { return ___m_nLocalSubStep_10; } inline int32_t* get_address_of_m_nLocalSubStep_10() { return &___m_nLocalSubStep_10; } inline void set_m_nLocalSubStep_10(int32_t value) { ___m_nLocalSubStep_10 = value; } inline static int32_t get_offset_of_m_listMainStep_12() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_listMainStep_12)); } inline List_1_t1536066709 * get_m_listMainStep_12() const { return ___m_listMainStep_12; } inline List_1_t1536066709 ** get_address_of_m_listMainStep_12() { return &___m_listMainStep_12; } inline void set_m_listMainStep_12(List_1_t1536066709 * value) { ___m_listMainStep_12 = value; Il2CppCodeGenWriteBarrier((&___m_listMainStep_12), value); } inline static int32_t get_offset_of_m_listLimit_13() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_listLimit_13)); } inline List_1_t3315527713 * get_m_listLimit_13() const { return ___m_listLimit_13; } inline List_1_t3315527713 ** get_address_of_m_listLimit_13() { return &___m_listLimit_13; } inline void set_m_listLimit_13(List_1_t3315527713 * value) { ___m_listLimit_13 = value; Il2CppCodeGenWriteBarrier((&___m_listLimit_13), value); } inline static int32_t get_offset_of_m_unLockLimit_14() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_unLockLimit_14)); } inline List_1_t3315527713 * get_m_unLockLimit_14() const { return ___m_unLockLimit_14; } inline List_1_t3315527713 ** get_address_of_m_unLockLimit_14() { return &___m_unLockLimit_14; } inline void set_m_unLockLimit_14(List_1_t3315527713 * value) { ___m_unLockLimit_14 = value; Il2CppCodeGenWriteBarrier((&___m_unLockLimit_14), value); } inline static int32_t get_offset_of_m_unLockAnim_15() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_unLockAnim_15)); } inline LinkedList_1_t683098980 * get_m_unLockAnim_15() const { return ___m_unLockAnim_15; } inline LinkedList_1_t683098980 ** get_address_of_m_unLockAnim_15() { return &___m_unLockAnim_15; } inline void set_m_unLockAnim_15(LinkedList_1_t683098980 * value) { ___m_unLockAnim_15 = value; Il2CppCodeGenWriteBarrier((&___m_unLockAnim_15), value); } inline static int32_t get_offset_of_m_newPlayPopupWnd_16() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_newPlayPopupWnd_16)); } inline Stack_1_t3794335208 * get_m_newPlayPopupWnd_16() const { return ___m_newPlayPopupWnd_16; } inline Stack_1_t3794335208 ** get_address_of_m_newPlayPopupWnd_16() { return &___m_newPlayPopupWnd_16; } inline void set_m_newPlayPopupWnd_16(Stack_1_t3794335208 * value) { ___m_newPlayPopupWnd_16 = value; Il2CppCodeGenWriteBarrier((&___m_newPlayPopupWnd_16), value); } }; struct CUserGuideHelp_t3161639665_StaticFields { public: // DMCore.Logic.CUserGuideHelp DMCore.Logic.CUserGuideHelp::s_Instance CUserGuideHelp_t3161639665 * ___s_Instance_8; // System.Boolean DMCore.Logic.CUserGuideHelp::s_bEnableUsrGuide bool ___s_bEnableUsrGuide_11; public: inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(CUserGuideHelp_t3161639665_StaticFields, ___s_Instance_8)); } inline CUserGuideHelp_t3161639665 * get_s_Instance_8() const { return ___s_Instance_8; } inline CUserGuideHelp_t3161639665 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(CUserGuideHelp_t3161639665 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } inline static int32_t get_offset_of_s_bEnableUsrGuide_11() { return static_cast(offsetof(CUserGuideHelp_t3161639665_StaticFields, ___s_bEnableUsrGuide_11)); } inline bool get_s_bEnableUsrGuide_11() const { return ___s_bEnableUsrGuide_11; } inline bool* get_address_of_s_bEnableUsrGuide_11() { return &___s_bEnableUsrGuide_11; } inline void set_s_bEnableUsrGuide_11(bool value) { ___s_bEnableUsrGuide_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSERGUIDEHELP_T3161639665_H #ifndef CBETTERSET_1_T3369733362_H #define CBETTERSET_1_T3369733362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CBetterSet`1 struct CBetterSet_1_t3369733362 : public RuntimeObject { public: // BetterList`1 CBetterSet`1::m_array BetterList_1_t2410475976 * ___m_array_0; // System.Int32 CBetterSet`1::m_itor int32_t ___m_itor_1; // System.Boolean CBetterSet`1::m_removeFlag bool ___m_removeFlag_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CBetterSet_1_t3369733362, ___m_array_0)); } inline BetterList_1_t2410475976 * get_m_array_0() const { return ___m_array_0; } inline BetterList_1_t2410475976 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(BetterList_1_t2410475976 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_itor_1() { return static_cast(offsetof(CBetterSet_1_t3369733362, ___m_itor_1)); } inline int32_t get_m_itor_1() const { return ___m_itor_1; } inline int32_t* get_address_of_m_itor_1() { return &___m_itor_1; } inline void set_m_itor_1(int32_t value) { ___m_itor_1 = value; } inline static int32_t get_offset_of_m_removeFlag_2() { return static_cast(offsetof(CBetterSet_1_t3369733362, ___m_removeFlag_2)); } inline bool get_m_removeFlag_2() const { return ___m_removeFlag_2; } inline bool* get_address_of_m_removeFlag_2() { return &___m_removeFlag_2; } inline void set_m_removeFlag_2(bool value) { ___m_removeFlag_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBETTERSET_1_T3369733362_H #ifndef CTIMESTAMP_GAME_T111337065_H #define CTIMESTAMP_GAME_T111337065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CTimeStamp_Game struct CTimeStamp_Game_t111337065 : public RuntimeObject { public: // System.Single DMCore.Framework.Misc.CTimeStamp_Game::m_start float ___m_start_0; public: inline static int32_t get_offset_of_m_start_0() { return static_cast(offsetof(CTimeStamp_Game_t111337065, ___m_start_0)); } inline float get_m_start_0() const { return ___m_start_0; } inline float* get_address_of_m_start_0() { return &___m_start_0; } inline void set_m_start_0(float value) { ___m_start_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTIMESTAMP_GAME_T111337065_H #ifndef CSKELETONSNAP_T2156242323_H #define CSKELETONSNAP_T2156242323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSkeletonSite/CSkeletonSnap struct CSkeletonSnap_t2156242323 : public RuntimeObject { public: // System.Boolean CSkeletonSite/CSkeletonSnap::k__BackingField bool ___U3CIsEnableU3Ek__BackingField_0; // DMCore.Framework.Misc.CTimeStamp_Game CSkeletonSite/CSkeletonSnap::m_timeStamp CTimeStamp_Game_t111337065 * ___m_timeStamp_1; // System.Single CSkeletonSite/CSkeletonSnap::m_fLerpTime float ___m_fLerpTime_2; // UnityEngine.Vector3[] CSkeletonSite/CSkeletonSnap::m_listPos Vector3U5BU5D_t1718750761* ___m_listPos_3; // UnityEngine.Quaternion[] CSkeletonSite/CSkeletonSnap::m_listQuat QuaternionU5BU5D_t2571361770* ___m_listQuat_4; public: inline static int32_t get_offset_of_U3CIsEnableU3Ek__BackingField_0() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___U3CIsEnableU3Ek__BackingField_0)); } inline bool get_U3CIsEnableU3Ek__BackingField_0() const { return ___U3CIsEnableU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsEnableU3Ek__BackingField_0() { return &___U3CIsEnableU3Ek__BackingField_0; } inline void set_U3CIsEnableU3Ek__BackingField_0(bool value) { ___U3CIsEnableU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_timeStamp_1() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_timeStamp_1)); } inline CTimeStamp_Game_t111337065 * get_m_timeStamp_1() const { return ___m_timeStamp_1; } inline CTimeStamp_Game_t111337065 ** get_address_of_m_timeStamp_1() { return &___m_timeStamp_1; } inline void set_m_timeStamp_1(CTimeStamp_Game_t111337065 * value) { ___m_timeStamp_1 = value; Il2CppCodeGenWriteBarrier((&___m_timeStamp_1), value); } inline static int32_t get_offset_of_m_fLerpTime_2() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_fLerpTime_2)); } inline float get_m_fLerpTime_2() const { return ___m_fLerpTime_2; } inline float* get_address_of_m_fLerpTime_2() { return &___m_fLerpTime_2; } inline void set_m_fLerpTime_2(float value) { ___m_fLerpTime_2 = value; } inline static int32_t get_offset_of_m_listPos_3() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_listPos_3)); } inline Vector3U5BU5D_t1718750761* get_m_listPos_3() const { return ___m_listPos_3; } inline Vector3U5BU5D_t1718750761** get_address_of_m_listPos_3() { return &___m_listPos_3; } inline void set_m_listPos_3(Vector3U5BU5D_t1718750761* value) { ___m_listPos_3 = value; Il2CppCodeGenWriteBarrier((&___m_listPos_3), value); } inline static int32_t get_offset_of_m_listQuat_4() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_listQuat_4)); } inline QuaternionU5BU5D_t2571361770* get_m_listQuat_4() const { return ___m_listQuat_4; } inline QuaternionU5BU5D_t2571361770** get_address_of_m_listQuat_4() { return &___m_listQuat_4; } inline void set_m_listQuat_4(QuaternionU5BU5D_t2571361770* value) { ___m_listQuat_4 = value; Il2CppCodeGenWriteBarrier((&___m_listQuat_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSKELETONSNAP_T2156242323_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 CBETTERSET_1_T3980903009_H #define CBETTERSET_1_T3980903009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CBetterSet`1 struct CBetterSet_1_t3980903009 : public RuntimeObject { public: // BetterList`1 CBetterSet`1::m_array BetterList_1_t3021645623 * ___m_array_0; // System.Int32 CBetterSet`1::m_itor int32_t ___m_itor_1; // System.Boolean CBetterSet`1::m_removeFlag bool ___m_removeFlag_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CBetterSet_1_t3980903009, ___m_array_0)); } inline BetterList_1_t3021645623 * get_m_array_0() const { return ___m_array_0; } inline BetterList_1_t3021645623 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(BetterList_1_t3021645623 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_itor_1() { return static_cast(offsetof(CBetterSet_1_t3980903009, ___m_itor_1)); } inline int32_t get_m_itor_1() const { return ___m_itor_1; } inline int32_t* get_address_of_m_itor_1() { return &___m_itor_1; } inline void set_m_itor_1(int32_t value) { ___m_itor_1 = value; } inline static int32_t get_offset_of_m_removeFlag_2() { return static_cast(offsetof(CBetterSet_1_t3980903009, ___m_removeFlag_2)); } inline bool get_m_removeFlag_2() const { return ___m_removeFlag_2; } inline bool* get_address_of_m_removeFlag_2() { return &___m_removeFlag_2; } inline void set_m_removeFlag_2(bool value) { ___m_removeFlag_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBETTERSET_1_T3980903009_H #ifndef IENTITYBASE_T3866625305_H #define IENTITYBASE_T3866625305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IEntityBase struct IEntityBase_t3866625305 : public RuntimeObject { public: // System.Int32 IEntityBase::k__BackingField int32_t ___U3CEntityIDU3Ek__BackingField_0; // System.String IEntityBase::k__BackingField String_t* ___U3CClassNameU3Ek__BackingField_1; // System.Boolean IEntityBase::m_bRegUpdate bool ___m_bRegUpdate_2; // System.Boolean IEntityBase::m_bRegLateUpdate bool ___m_bRegLateUpdate_3; public: inline static int32_t get_offset_of_U3CEntityIDU3Ek__BackingField_0() { return static_cast(offsetof(IEntityBase_t3866625305, ___U3CEntityIDU3Ek__BackingField_0)); } inline int32_t get_U3CEntityIDU3Ek__BackingField_0() const { return ___U3CEntityIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CEntityIDU3Ek__BackingField_0() { return &___U3CEntityIDU3Ek__BackingField_0; } inline void set_U3CEntityIDU3Ek__BackingField_0(int32_t value) { ___U3CEntityIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CClassNameU3Ek__BackingField_1() { return static_cast(offsetof(IEntityBase_t3866625305, ___U3CClassNameU3Ek__BackingField_1)); } inline String_t* get_U3CClassNameU3Ek__BackingField_1() const { return ___U3CClassNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CClassNameU3Ek__BackingField_1() { return &___U3CClassNameU3Ek__BackingField_1; } inline void set_U3CClassNameU3Ek__BackingField_1(String_t* value) { ___U3CClassNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CClassNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_m_bRegUpdate_2() { return static_cast(offsetof(IEntityBase_t3866625305, ___m_bRegUpdate_2)); } inline bool get_m_bRegUpdate_2() const { return ___m_bRegUpdate_2; } inline bool* get_address_of_m_bRegUpdate_2() { return &___m_bRegUpdate_2; } inline void set_m_bRegUpdate_2(bool value) { ___m_bRegUpdate_2 = value; } inline static int32_t get_offset_of_m_bRegLateUpdate_3() { return static_cast(offsetof(IEntityBase_t3866625305, ___m_bRegLateUpdate_3)); } inline bool get_m_bRegLateUpdate_3() const { return ___m_bRegLateUpdate_3; } inline bool* get_address_of_m_bRegLateUpdate_3() { return &___m_bRegLateUpdate_3; } inline void set_m_bRegLateUpdate_3(bool value) { ___m_bRegLateUpdate_3 = value; } }; struct IEntityBase_t3866625305_StaticFields { public: // System.Int32 IEntityBase::s_nEntityLabor int32_t ___s_nEntityLabor_4; public: inline static int32_t get_offset_of_s_nEntityLabor_4() { return static_cast(offsetof(IEntityBase_t3866625305_StaticFields, ___s_nEntityLabor_4)); } inline int32_t get_s_nEntityLabor_4() const { return ___s_nEntityLabor_4; } inline int32_t* get_address_of_s_nEntityLabor_4() { return &___s_nEntityLabor_4; } inline void set_s_nEntityLabor_4(int32_t value) { ___s_nEntityLabor_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IENTITYBASE_T3866625305_H #ifndef CUIRESVERSIONCFG_T3394180598_H #define CUIRESVERSIONCFG_T3394180598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResVersionCfg struct CUIResVersionCfg_t3394180598 : public RuntimeObject { public: // CVersionIssue CUIResVersionCfg::m_localCodeVer CVersionIssue_t3008599312 * ___m_localCodeVer_0; // CVersionIssue CUIResVersionCfg::m_localResVer CVersionIssue_t3008599312 * ___m_localResVer_1; // System.Int32 CUIResVersionCfg::m_downStep int32_t ___m_downStep_2; // System.String CUIResVersionCfg::m_downVersion String_t* ___m_downVersion_3; public: inline static int32_t get_offset_of_m_localCodeVer_0() { return static_cast(offsetof(CUIResVersionCfg_t3394180598, ___m_localCodeVer_0)); } inline CVersionIssue_t3008599312 * get_m_localCodeVer_0() const { return ___m_localCodeVer_0; } inline CVersionIssue_t3008599312 ** get_address_of_m_localCodeVer_0() { return &___m_localCodeVer_0; } inline void set_m_localCodeVer_0(CVersionIssue_t3008599312 * value) { ___m_localCodeVer_0 = value; Il2CppCodeGenWriteBarrier((&___m_localCodeVer_0), value); } inline static int32_t get_offset_of_m_localResVer_1() { return static_cast(offsetof(CUIResVersionCfg_t3394180598, ___m_localResVer_1)); } inline CVersionIssue_t3008599312 * get_m_localResVer_1() const { return ___m_localResVer_1; } inline CVersionIssue_t3008599312 ** get_address_of_m_localResVer_1() { return &___m_localResVer_1; } inline void set_m_localResVer_1(CVersionIssue_t3008599312 * value) { ___m_localResVer_1 = value; Il2CppCodeGenWriteBarrier((&___m_localResVer_1), value); } inline static int32_t get_offset_of_m_downStep_2() { return static_cast(offsetof(CUIResVersionCfg_t3394180598, ___m_downStep_2)); } inline int32_t get_m_downStep_2() const { return ___m_downStep_2; } inline int32_t* get_address_of_m_downStep_2() { return &___m_downStep_2; } inline void set_m_downStep_2(int32_t value) { ___m_downStep_2 = value; } inline static int32_t get_offset_of_m_downVersion_3() { return static_cast(offsetof(CUIResVersionCfg_t3394180598, ___m_downVersion_3)); } inline String_t* get_m_downVersion_3() const { return ___m_downVersion_3; } inline String_t** get_address_of_m_downVersion_3() { return &___m_downVersion_3; } inline void set_m_downVersion_3(String_t* value) { ___m_downVersion_3 = value; Il2CppCodeGenWriteBarrier((&___m_downVersion_3), value); } }; struct CUIResVersionCfg_t3394180598_StaticFields { public: // CUIResVersionCfg CUIResVersionCfg::s_instance CUIResVersionCfg_t3394180598 * ___s_instance_4; public: inline static int32_t get_offset_of_s_instance_4() { return static_cast(offsetof(CUIResVersionCfg_t3394180598_StaticFields, ___s_instance_4)); } inline CUIResVersionCfg_t3394180598 * get_s_instance_4() const { return ___s_instance_4; } inline CUIResVersionCfg_t3394180598 ** get_address_of_s_instance_4() { return &___s_instance_4; } inline void set_s_instance_4(CUIResVersionCfg_t3394180598 * value) { ___s_instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIRESVERSIONCFG_T3394180598_H #ifndef LIST_1_T2253408947_H #define LIST_1_T2253408947_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_t2253408947 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stPreTaskDataU5BU5D_t2118806960* ____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_t2253408947, ____items_1)); } inline stPreTaskDataU5BU5D_t2118806960* get__items_1() const { return ____items_1; } inline stPreTaskDataU5BU5D_t2118806960** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stPreTaskDataU5BU5D_t2118806960* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2253408947, ____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_t2253408947, ____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_t2253408947_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stPreTaskDataU5BU5D_t2118806960* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2253408947_StaticFields, ___EmptyArray_4)); } inline stPreTaskDataU5BU5D_t2118806960* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stPreTaskDataU5BU5D_t2118806960** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stPreTaskDataU5BU5D_t2118806960* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2253408947_H #ifndef CLOCALBATTLE_T1519924991_H #define CLOCALBATTLE_T1519924991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableLocalGameU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableDoubleModeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomSceneIDU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomMusicIDU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CLocalBattle::m_musicID int32_t ___m_musicID_5; // System.Int32 DMCore.Logic.CLocalBattle::m_musicLevel int32_t ___m_musicLevel_6; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSMusic CDataModelBool_t2269476966 * ___m_WSMusic_7; // System.Int32 DMCore.Logic.CLocalBattle::m_sceneID int32_t ___m_sceneID_8; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSScene CDataModelBool_t2269476966 * ___m_WSScene_9; // BetterList`1 DMCore.Logic.CLocalBattle::m_listSimulateRoles BetterList_1_t3256166455 * ___m_listSimulateRoles_10; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothBoy Dictionary_2_t3311733826 * ___m_listClothBoy_11; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothGirl Dictionary_2_t3311733826 * ___m_listClothGirl_12; public: inline static int32_t get_offset_of_U3CEnableLocalGameU3Ek__BackingField_1() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableLocalGameU3Ek__BackingField_1)); } inline bool get_U3CEnableLocalGameU3Ek__BackingField_1() const { return ___U3CEnableLocalGameU3Ek__BackingField_1; } inline bool* get_address_of_U3CEnableLocalGameU3Ek__BackingField_1() { return &___U3CEnableLocalGameU3Ek__BackingField_1; } inline void set_U3CEnableLocalGameU3Ek__BackingField_1(bool value) { ___U3CEnableLocalGameU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableDoubleModeU3Ek__BackingField_2)); } inline bool get_U3CEnableDoubleModeU3Ek__BackingField_2() const { return ___U3CEnableDoubleModeU3Ek__BackingField_2; } inline bool* get_address_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return &___U3CEnableDoubleModeU3Ek__BackingField_2; } inline void set_U3CEnableDoubleModeU3Ek__BackingField_2(bool value) { ___U3CEnableDoubleModeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomSceneIDU3Ek__BackingField_3)); } inline bool get_U3CUseRandomSceneIDU3Ek__BackingField_3() const { return ___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline bool* get_address_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return &___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline void set_U3CUseRandomSceneIDU3Ek__BackingField_3(bool value) { ___U3CUseRandomSceneIDU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomMusicIDU3Ek__BackingField_4)); } inline bool get_U3CUseRandomMusicIDU3Ek__BackingField_4() const { return ___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline bool* get_address_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return &___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline void set_U3CUseRandomMusicIDU3Ek__BackingField_4(bool value) { ___U3CUseRandomMusicIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_musicID_5() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicID_5)); } inline int32_t get_m_musicID_5() const { return ___m_musicID_5; } inline int32_t* get_address_of_m_musicID_5() { return &___m_musicID_5; } inline void set_m_musicID_5(int32_t value) { ___m_musicID_5 = value; } inline static int32_t get_offset_of_m_musicLevel_6() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicLevel_6)); } inline int32_t get_m_musicLevel_6() const { return ___m_musicLevel_6; } inline int32_t* get_address_of_m_musicLevel_6() { return &___m_musicLevel_6; } inline void set_m_musicLevel_6(int32_t value) { ___m_musicLevel_6 = value; } inline static int32_t get_offset_of_m_WSMusic_7() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSMusic_7)); } inline CDataModelBool_t2269476966 * get_m_WSMusic_7() const { return ___m_WSMusic_7; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSMusic_7() { return &___m_WSMusic_7; } inline void set_m_WSMusic_7(CDataModelBool_t2269476966 * value) { ___m_WSMusic_7 = value; Il2CppCodeGenWriteBarrier((&___m_WSMusic_7), value); } inline static int32_t get_offset_of_m_sceneID_8() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_sceneID_8)); } inline int32_t get_m_sceneID_8() const { return ___m_sceneID_8; } inline int32_t* get_address_of_m_sceneID_8() { return &___m_sceneID_8; } inline void set_m_sceneID_8(int32_t value) { ___m_sceneID_8 = value; } inline static int32_t get_offset_of_m_WSScene_9() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSScene_9)); } inline CDataModelBool_t2269476966 * get_m_WSScene_9() const { return ___m_WSScene_9; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSScene_9() { return &___m_WSScene_9; } inline void set_m_WSScene_9(CDataModelBool_t2269476966 * value) { ___m_WSScene_9 = value; Il2CppCodeGenWriteBarrier((&___m_WSScene_9), value); } inline static int32_t get_offset_of_m_listSimulateRoles_10() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listSimulateRoles_10)); } inline BetterList_1_t3256166455 * get_m_listSimulateRoles_10() const { return ___m_listSimulateRoles_10; } inline BetterList_1_t3256166455 ** get_address_of_m_listSimulateRoles_10() { return &___m_listSimulateRoles_10; } inline void set_m_listSimulateRoles_10(BetterList_1_t3256166455 * value) { ___m_listSimulateRoles_10 = value; Il2CppCodeGenWriteBarrier((&___m_listSimulateRoles_10), value); } inline static int32_t get_offset_of_m_listClothBoy_11() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothBoy_11)); } inline Dictionary_2_t3311733826 * get_m_listClothBoy_11() const { return ___m_listClothBoy_11; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothBoy_11() { return &___m_listClothBoy_11; } inline void set_m_listClothBoy_11(Dictionary_2_t3311733826 * value) { ___m_listClothBoy_11 = value; Il2CppCodeGenWriteBarrier((&___m_listClothBoy_11), value); } inline static int32_t get_offset_of_m_listClothGirl_12() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothGirl_12)); } inline Dictionary_2_t3311733826 * get_m_listClothGirl_12() const { return ___m_listClothGirl_12; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothGirl_12() { return &___m_listClothGirl_12; } inline void set_m_listClothGirl_12(Dictionary_2_t3311733826 * value) { ___m_listClothGirl_12 = value; Il2CppCodeGenWriteBarrier((&___m_listClothGirl_12), value); } }; struct CLocalBattle_t1519924991_StaticFields { public: // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::s_instance CLocalBattle_t1519924991 * ___s_instance_13; public: inline static int32_t get_offset_of_s_instance_13() { return static_cast(offsetof(CLocalBattle_t1519924991_StaticFields, ___s_instance_13)); } inline CLocalBattle_t1519924991 * get_s_instance_13() const { return ___s_instance_13; } inline CLocalBattle_t1519924991 ** get_address_of_s_instance_13() { return &___s_instance_13; } inline void set_s_instance_13(CLocalBattle_t1519924991 * value) { ___s_instance_13 = value; Il2CppCodeGenWriteBarrier((&___s_instance_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALBATTLE_T1519924991_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 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 CUSEREVENTUGLY_T3395481104_H #define CUSEREVENTUGLY_T3395481104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUserEventUgly struct CUserEventUgly_t3395481104 : public CUserEvent_t3128687182 { public: // System.Int32 CUserEventUgly::k__BackingField int32_t ___U3CMainIDU3Ek__BackingField_0; // System.Int32 CUserEventUgly::k__BackingField int32_t ___U3CSubIDU3Ek__BackingField_1; // System.Object CUserEventUgly::k__BackingField RuntimeObject * ___U3CUserDataU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CMainIDU3Ek__BackingField_0() { return static_cast(offsetof(CUserEventUgly_t3395481104, ___U3CMainIDU3Ek__BackingField_0)); } inline int32_t get_U3CMainIDU3Ek__BackingField_0() const { return ___U3CMainIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CMainIDU3Ek__BackingField_0() { return &___U3CMainIDU3Ek__BackingField_0; } inline void set_U3CMainIDU3Ek__BackingField_0(int32_t value) { ___U3CMainIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CSubIDU3Ek__BackingField_1() { return static_cast(offsetof(CUserEventUgly_t3395481104, ___U3CSubIDU3Ek__BackingField_1)); } inline int32_t get_U3CSubIDU3Ek__BackingField_1() const { return ___U3CSubIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CSubIDU3Ek__BackingField_1() { return &___U3CSubIDU3Ek__BackingField_1; } inline void set_U3CSubIDU3Ek__BackingField_1(int32_t value) { ___U3CSubIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CUserDataU3Ek__BackingField_2() { return static_cast(offsetof(CUserEventUgly_t3395481104, ___U3CUserDataU3Ek__BackingField_2)); } inline RuntimeObject * get_U3CUserDataU3Ek__BackingField_2() const { return ___U3CUserDataU3Ek__BackingField_2; } inline RuntimeObject ** get_address_of_U3CUserDataU3Ek__BackingField_2() { return &___U3CUserDataU3Ek__BackingField_2; } inline void set_U3CUserDataU3Ek__BackingField_2(RuntimeObject * value) { ___U3CUserDataU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CUserDataU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSEREVENTUGLY_T3395481104_H #ifndef CSHOPCONFIG_T202154353_H #define CSHOPCONFIG_T202154353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopConfig struct CShopConfig_t202154353 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopConfig::m_goodsPool Dictionary_2_t454560111 * ___m_goodsPool_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopConfig::m_Diction Dictionary_2_t1165792132 * ___m_Diction_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopConfig::m_Suits Dictionary_2_t104342236 * ___m_Suits_3; // System.Collections.Generic.List`1 DMCore.Logic.CShopConfig::m_ActivityPicList_NAN List_1_t1441398424 * ___m_ActivityPicList_NAN_4; // System.Collections.Generic.List`1 DMCore.Logic.CShopConfig::m_ActivityPicList_NV List_1_t1441398424 * ___m_ActivityPicList_NV_5; public: inline static int32_t get_offset_of_m_goodsPool_1() { return static_cast(offsetof(CShopConfig_t202154353, ___m_goodsPool_1)); } inline Dictionary_2_t454560111 * get_m_goodsPool_1() const { return ___m_goodsPool_1; } inline Dictionary_2_t454560111 ** get_address_of_m_goodsPool_1() { return &___m_goodsPool_1; } inline void set_m_goodsPool_1(Dictionary_2_t454560111 * value) { ___m_goodsPool_1 = value; Il2CppCodeGenWriteBarrier((&___m_goodsPool_1), value); } inline static int32_t get_offset_of_m_Diction_2() { return static_cast(offsetof(CShopConfig_t202154353, ___m_Diction_2)); } inline Dictionary_2_t1165792132 * get_m_Diction_2() const { return ___m_Diction_2; } inline Dictionary_2_t1165792132 ** get_address_of_m_Diction_2() { return &___m_Diction_2; } inline void set_m_Diction_2(Dictionary_2_t1165792132 * value) { ___m_Diction_2 = value; Il2CppCodeGenWriteBarrier((&___m_Diction_2), value); } inline static int32_t get_offset_of_m_Suits_3() { return static_cast(offsetof(CShopConfig_t202154353, ___m_Suits_3)); } inline Dictionary_2_t104342236 * get_m_Suits_3() const { return ___m_Suits_3; } inline Dictionary_2_t104342236 ** get_address_of_m_Suits_3() { return &___m_Suits_3; } inline void set_m_Suits_3(Dictionary_2_t104342236 * value) { ___m_Suits_3 = value; Il2CppCodeGenWriteBarrier((&___m_Suits_3), value); } inline static int32_t get_offset_of_m_ActivityPicList_NAN_4() { return static_cast(offsetof(CShopConfig_t202154353, ___m_ActivityPicList_NAN_4)); } inline List_1_t1441398424 * get_m_ActivityPicList_NAN_4() const { return ___m_ActivityPicList_NAN_4; } inline List_1_t1441398424 ** get_address_of_m_ActivityPicList_NAN_4() { return &___m_ActivityPicList_NAN_4; } inline void set_m_ActivityPicList_NAN_4(List_1_t1441398424 * value) { ___m_ActivityPicList_NAN_4 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityPicList_NAN_4), value); } inline static int32_t get_offset_of_m_ActivityPicList_NV_5() { return static_cast(offsetof(CShopConfig_t202154353, ___m_ActivityPicList_NV_5)); } inline List_1_t1441398424 * get_m_ActivityPicList_NV_5() const { return ___m_ActivityPicList_NV_5; } inline List_1_t1441398424 ** get_address_of_m_ActivityPicList_NV_5() { return &___m_ActivityPicList_NV_5; } inline void set_m_ActivityPicList_NV_5(List_1_t1441398424 * value) { ___m_ActivityPicList_NV_5 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityPicList_NV_5), value); } }; struct CShopConfig_t202154353_StaticFields { public: // DMCore.Logic.CShopConfig DMCore.Logic.CShopConfig::s_Instance CShopConfig_t202154353 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CShopConfig_t202154353_StaticFields, ___s_Instance_6)); } inline CShopConfig_t202154353 * get_s_Instance_6() const { return ___s_Instance_6; } inline CShopConfig_t202154353 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CShopConfig_t202154353 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHOPCONFIG_T202154353_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 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 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 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 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 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 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 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 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 HANDBOOKCFG_T3398685571_H #define HANDBOOKCFG_T3398685571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookCfg struct HandBookCfg_t3398685571 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 HandBookCfg::themeInfoDic Dictionary_2_t1550011832 * ___themeInfoDic_2; public: inline static int32_t get_offset_of_themeInfoDic_2() { return static_cast(offsetof(HandBookCfg_t3398685571, ___themeInfoDic_2)); } inline Dictionary_2_t1550011832 * get_themeInfoDic_2() const { return ___themeInfoDic_2; } inline Dictionary_2_t1550011832 ** get_address_of_themeInfoDic_2() { return &___themeInfoDic_2; } inline void set_themeInfoDic_2(Dictionary_2_t1550011832 * value) { ___themeInfoDic_2 = value; Il2CppCodeGenWriteBarrier((&___themeInfoDic_2), value); } }; struct HandBookCfg_t3398685571_StaticFields { public: // HandBookCfg HandBookCfg::s_Instance HandBookCfg_t3398685571 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(HandBookCfg_t3398685571_StaticFields, ___s_Instance_1)); } inline HandBookCfg_t3398685571 * get_s_Instance_1() const { return ___s_Instance_1; } inline HandBookCfg_t3398685571 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(HandBookCfg_t3398685571 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKCFG_T3398685571_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef 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 IDATAMODEL_T653005279_H #define IDATAMODEL_T653005279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IDataModel struct IDataModel_t653005279 : public IEventDispatcher_t2294365884 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAMODEL_T653005279_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 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 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 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 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 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 TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_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 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 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 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 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 MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_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 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 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 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 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 CEVENTMANAGER_T474365641_H #define CEVENTMANAGER_T474365641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CEventManager struct CEventManager_t474365641 : public ILogicBase_t2190831891 { public: // System.Collections.Generic.List`1 DMCore.CEventManager::m_listEvents List_1_t4056803065 * ___m_listEvents_4; public: inline static int32_t get_offset_of_m_listEvents_4() { return static_cast(offsetof(CEventManager_t474365641, ___m_listEvents_4)); } inline List_1_t4056803065 * get_m_listEvents_4() const { return ___m_listEvents_4; } inline List_1_t4056803065 ** get_address_of_m_listEvents_4() { return &___m_listEvents_4; } inline void set_m_listEvents_4(List_1_t4056803065 * value) { ___m_listEvents_4 = value; Il2CppCodeGenWriteBarrier((&___m_listEvents_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTMANAGER_T474365641_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 KEYVALUEPAIR_2_T246873860_H #define KEYVALUEPAIR_2_T246873860_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_t246873860 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CUIBase_t3255455658 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t246873860, ___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_t246873860, ___value_1)); } inline CUIBase_t3255455658 * get_value_1() const { return ___value_1; } inline CUIBase_t3255455658 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CUIBase_t3255455658 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T246873860_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 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 KEYVALUEPAIR_2_T2116290408_H #define KEYVALUEPAIR_2_T2116290408_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_t2116290408 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2116290408, ___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_t2116290408, ___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 // KEYVALUEPAIR_2_T2116290408_H #ifndef CDATASTRING_T1317323776_H #define CDATASTRING_T1317323776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataString struct CDataString_t1317323776 : public IDataUnit_t677250155 { public: // System.Byte[] DMCore.CDataString::k__BackingField ByteU5BU5D_t4116647657* ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataString_t1317323776, ___U3CDataU3Ek__BackingField_0)); } inline ByteU5BU5D_t4116647657* get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline ByteU5BU5D_t4116647657** get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(ByteU5BU5D_t4116647657* value) { ___U3CDataU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CDataU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATASTRING_T1317323776_H #ifndef CDATADOUBLE_T3608737326_H #define CDATADOUBLE_T3608737326_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataDouble struct CDataDouble_t3608737326 : public IDataUnit_t677250155 { public: // System.Double DMCore.CDataDouble::k__BackingField double ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataDouble_t3608737326, ___U3CDataU3Ek__BackingField_0)); } inline double get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline double* get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(double value) { ___U3CDataU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATADOUBLE_T3608737326_H #ifndef CDATALONG_T929790239_H #define CDATALONG_T929790239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataLong struct CDataLong_t929790239 : public IDataUnit_t677250155 { public: // System.Int64 DMCore.CDataLong::k__BackingField int64_t ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataLong_t929790239, ___U3CDataU3Ek__BackingField_0)); } inline int64_t get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline int64_t* get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(int64_t value) { ___U3CDataU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATALONG_T929790239_H #ifndef CDATAWIDESTR_T3874506662_H #define CDATAWIDESTR_T3874506662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataWideStr struct CDataWideStr_t3874506662 : public IDataUnit_t677250155 { public: // System.String DMCore.CDataWideStr::k__BackingField String_t* ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataWideStr_t3874506662, ___U3CDataU3Ek__BackingField_0)); } inline String_t* get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline String_t** get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(String_t* value) { ___U3CDataU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CDataU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAWIDESTR_T3874506662_H #ifndef CPKGRESSERVICE_T3747434472_H #define CPKGRESSERVICE_T3747434472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CPkgResService struct CPkgResService_t3747434472 : public IResourceManager_t3165642952 { public: // System.Boolean DMCore.Framework.Resource.CPkgResService::m_bFullDownMode bool ___m_bFullDownMode_1; // DMCore.Framework.Resource.CEditorResService DMCore.Framework.Resource.CPkgResService::m_localSystem CEditorResService_t1140910365 * ___m_localSystem_2; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Resource.CPkgResService::m_taskListCached LinkedList_1_t4166515492 * ___m_taskListCached_3; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Resource.CPkgResService::m_wwwTaskList LinkedList_1_t412417193 * ___m_wwwTaskList_4; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Resource.CPkgResService::m_localPkgList LinkedList_1_t687096698 * ___m_localPkgList_5; // DMCore.Framework.Resource.CResTaskContainer DMCore.Framework.Resource.CPkgResService::m_curResTask CResTaskContainer_t3271287293 * ___m_curResTask_6; public: inline static int32_t get_offset_of_m_bFullDownMode_1() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_bFullDownMode_1)); } inline bool get_m_bFullDownMode_1() const { return ___m_bFullDownMode_1; } inline bool* get_address_of_m_bFullDownMode_1() { return &___m_bFullDownMode_1; } inline void set_m_bFullDownMode_1(bool value) { ___m_bFullDownMode_1 = value; } inline static int32_t get_offset_of_m_localSystem_2() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_localSystem_2)); } inline CEditorResService_t1140910365 * get_m_localSystem_2() const { return ___m_localSystem_2; } inline CEditorResService_t1140910365 ** get_address_of_m_localSystem_2() { return &___m_localSystem_2; } inline void set_m_localSystem_2(CEditorResService_t1140910365 * value) { ___m_localSystem_2 = value; Il2CppCodeGenWriteBarrier((&___m_localSystem_2), value); } inline static int32_t get_offset_of_m_taskListCached_3() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_taskListCached_3)); } inline LinkedList_1_t4166515492 * get_m_taskListCached_3() const { return ___m_taskListCached_3; } inline LinkedList_1_t4166515492 ** get_address_of_m_taskListCached_3() { return &___m_taskListCached_3; } inline void set_m_taskListCached_3(LinkedList_1_t4166515492 * value) { ___m_taskListCached_3 = value; Il2CppCodeGenWriteBarrier((&___m_taskListCached_3), value); } inline static int32_t get_offset_of_m_wwwTaskList_4() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_wwwTaskList_4)); } inline LinkedList_1_t412417193 * get_m_wwwTaskList_4() const { return ___m_wwwTaskList_4; } inline LinkedList_1_t412417193 ** get_address_of_m_wwwTaskList_4() { return &___m_wwwTaskList_4; } inline void set_m_wwwTaskList_4(LinkedList_1_t412417193 * value) { ___m_wwwTaskList_4 = value; Il2CppCodeGenWriteBarrier((&___m_wwwTaskList_4), value); } inline static int32_t get_offset_of_m_localPkgList_5() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_localPkgList_5)); } inline LinkedList_1_t687096698 * get_m_localPkgList_5() const { return ___m_localPkgList_5; } inline LinkedList_1_t687096698 ** get_address_of_m_localPkgList_5() { return &___m_localPkgList_5; } inline void set_m_localPkgList_5(LinkedList_1_t687096698 * value) { ___m_localPkgList_5 = value; Il2CppCodeGenWriteBarrier((&___m_localPkgList_5), value); } inline static int32_t get_offset_of_m_curResTask_6() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_curResTask_6)); } inline CResTaskContainer_t3271287293 * get_m_curResTask_6() const { return ___m_curResTask_6; } inline CResTaskContainer_t3271287293 ** get_address_of_m_curResTask_6() { return &___m_curResTask_6; } inline void set_m_curResTask_6(CResTaskContainer_t3271287293 * value) { ___m_curResTask_6 = value; Il2CppCodeGenWriteBarrier((&___m_curResTask_6), value); } }; struct CPkgResService_t3747434472_StaticFields { public: // System.Predicate`1 DMCore.Framework.Resource.CPkgResService::<>f__am$cache0 Predicate_1_t1857196311 * ___U3CU3Ef__amU24cache0_7; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_7() { return static_cast(offsetof(CPkgResService_t3747434472_StaticFields, ___U3CU3Ef__amU24cache0_7)); } inline Predicate_1_t1857196311 * get_U3CU3Ef__amU24cache0_7() const { return ___U3CU3Ef__amU24cache0_7; } inline Predicate_1_t1857196311 ** get_address_of_U3CU3Ef__amU24cache0_7() { return &___U3CU3Ef__amU24cache0_7; } inline void set_U3CU3Ef__amU24cache0_7(Predicate_1_t1857196311 * value) { ___U3CU3Ef__amU24cache0_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPKGRESSERVICE_T3747434472_H #ifndef CDATAFLOAT_T137586558_H #define CDATAFLOAT_T137586558_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataFloat struct CDataFloat_t137586558 : public IDataUnit_t677250155 { public: // System.Single DMCore.CDataFloat::k__BackingField float ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataFloat_t137586558, ___U3CDataU3Ek__BackingField_0)); } inline float get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline float* get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(float value) { ___U3CDataU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAFLOAT_T137586558_H #ifndef CDATABYTE_T2832074535_H #define CDATABYTE_T2832074535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataByte struct CDataByte_t2832074535 : public IDataUnit_t677250155 { public: // System.Byte DMCore.CDataByte::k__BackingField uint8_t ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataByte_t2832074535, ___U3CDataU3Ek__BackingField_0)); } inline uint8_t get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(uint8_t value) { ___U3CDataU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATABYTE_T2832074535_H #ifndef CDATASHORT_T848979497_H #define CDATASHORT_T848979497_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataShort struct CDataShort_t848979497 : public IDataUnit_t677250155 { public: // System.Int16 DMCore.CDataShort::k__BackingField int16_t ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(CDataShort_t848979497, ___U3CDataU3Ek__BackingField_0)); } inline int16_t get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline int16_t* get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(int16_t value) { ___U3CDataU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATASHORT_T848979497_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 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 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 ENUMSCENEOBJTYPE_T2879723971_H #define ENUMSCENEOBJTYPE_T2879723971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumSceneObjType struct enumSceneObjType_t2879723971 { public: // System.Int32 DMCore.Framework.Scene.enumSceneObjType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSceneObjType_t2879723971, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSCENEOBJTYPE_T2879723971_H #ifndef ENUMMODELCATEGORY_T3973378142_H #define ENUMMODELCATEGORY_T3973378142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumModelCategory struct enumModelCategory_t3973378142 { public: // System.Int32 DMCore.Framework.Scene.enumModelCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumModelCategory_t3973378142, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMODELCATEGORY_T3973378142_H #ifndef ENUMERATOR_T1672801016_H #define ENUMERATOR_T1672801016_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_t1672801016 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4013585537 * ___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_t2116290408 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1672801016, ___dictionary_0)); } inline Dictionary_2_t4013585537 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4013585537 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4013585537 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1672801016, ___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_t1672801016, ___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_t1672801016, ___current_3)); } inline KeyValuePair_2_t2116290408 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2116290408 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2116290408 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1672801016_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 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 ENUMSUITREWARD_T4037878222_H #define ENUMSUITREWARD_T4037878222_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EnumSuitReward struct EnumSuitReward_t4037878222 { public: // System.Int32 EnumSuitReward::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumSuitReward_t4037878222, ___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 // ENUMSUITREWARD_T4037878222_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 JSONTYPE_T2731125707_H #define JSONTYPE_T2731125707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonType struct JsonType_t2731125707 { public: // System.Int32 LitJson.JsonType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonType_t2731125707, ___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 // JSONTYPE_T2731125707_H #ifndef FILLDIRECTION_T3695735197_H #define FILLDIRECTION_T3695735197_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite/FillDirection struct FillDirection_t3695735197 { public: // System.Int32 UISprite/FillDirection::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FillDirection_t3695735197, ___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 // FILLDIRECTION_T3695735197_H #ifndef TYPE_T547875860_H #define TYPE_T547875860_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite/Type struct Type_t547875860 { public: // System.Int32 UISprite/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t547875860, ___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_T547875860_H #ifndef CDATAQUATERNION_T1158885499_H #define CDATAQUATERNION_T1158885499_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataQuaternion struct CDataQuaternion_t1158885499 : public IDataUnit_t677250155 { public: // UnityEngine.Quaternion DMCore.CDataQuaternion::_Value Quaternion_t2301928331 ____Value_0; public: inline static int32_t get_offset_of__Value_0() { return static_cast(offsetof(CDataQuaternion_t1158885499, ____Value_0)); } inline Quaternion_t2301928331 get__Value_0() const { return ____Value_0; } inline Quaternion_t2301928331 * get_address_of__Value_0() { return &____Value_0; } inline void set__Value_0(Quaternion_t2301928331 value) { ____Value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAQUATERNION_T1158885499_H #ifndef CDATAVECTOR_T3625709135_H #define CDATAVECTOR_T3625709135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CDataVector struct CDataVector_t3625709135 : public IDataUnit_t677250155 { public: // UnityEngine.Vector3 DMCore.CDataVector::_Value Vector3_t3722313464 ____Value_0; public: inline static int32_t get_offset_of__Value_0() { return static_cast(offsetof(CDataVector_t3625709135, ____Value_0)); } inline Vector3_t3722313464 get__Value_0() const { return ____Value_0; } inline Vector3_t3722313464 * get_address_of__Value_0() { return &____Value_0; } inline void set__Value_0(Vector3_t3722313464 value) { ____Value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAVECTOR_T3625709135_H #ifndef EFFECT_T2533209744_H #define EFFECT_T2533209744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/Effect struct Effect_t2533209744 { public: // System.Int32 UILabel/Effect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Effect_t2533209744, ___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 // EFFECT_T2533209744_H #ifndef ENUMGUILDLISTSTATE_T360188906_H #define ENUMGUILDLISTSTATE_T360188906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildListState struct enumGuildListState_t360188906 { public: // System.Int32 DMCore.Logic.enumGuildListState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildListState_t360188906, ___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 // ENUMGUILDLISTSTATE_T360188906_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 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 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 DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___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 // DATETIMEKIND_T3468814247_H #ifndef SCALING_T3068739704_H #define SCALING_T3068739704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIRoot/Scaling struct Scaling_t3068739704 { public: // System.Int32 UIRoot/Scaling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Scaling_t3068739704, ___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 // SCALING_T3068739704_H #ifndef INSIDEEFFECT_T3952523169_H #define INSIDEEFFECT_T3952523169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/InsideEffect struct InsideEffect_t3952523169 { public: // System.Int32 UILabel/InsideEffect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InsideEffect_t3952523169, ___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 // INSIDEEFFECT_T3952523169_H #ifndef SYMBOLSTYLE_T652100663_H #define SYMBOLSTYLE_T652100663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIFont/SymbolStyle struct SymbolStyle_t652100663 { public: // System.Int32 UIFont/SymbolStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SymbolStyle_t652100663, ___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 // SYMBOLSTYLE_T652100663_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 STTRANSORG_T3225015988_H #define STTRANSORG_T3225015988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCDCirculateScrollView/stTransOrg struct stTransOrg_t3225015988 : public RuntimeObject { public: // UnityEngine.Vector3 DMCDCirculateScrollView/stTransOrg::_position Vector3_t3722313464 ____position_0; // UnityEngine.Vector3 DMCDCirculateScrollView/stTransOrg::_scale Vector3_t3722313464 ____scale_1; public: inline static int32_t get_offset_of__position_0() { return static_cast(offsetof(stTransOrg_t3225015988, ____position_0)); } inline Vector3_t3722313464 get__position_0() const { return ____position_0; } inline Vector3_t3722313464 * get_address_of__position_0() { return &____position_0; } inline void set__position_0(Vector3_t3722313464 value) { ____position_0 = value; } inline static int32_t get_offset_of__scale_1() { return static_cast(offsetof(stTransOrg_t3225015988, ____scale_1)); } inline Vector3_t3722313464 get__scale_1() const { return ____scale_1; } inline Vector3_t3722313464 * get_address_of__scale_1() { return &____scale_1; } inline void set__scale_1(Vector3_t3722313464 value) { ____scale_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STTRANSORG_T3225015988_H #ifndef SHAREMANAGER_T1254576143_H #define SHAREMANAGER_T1254576143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ShareManager struct ShareManager_t1254576143 : public RuntimeObject { public: // DMCore.Logic.CShareConfig/CShareInfo DMCore.Logic.ShareManager::k__BackingField CShareInfo_t1190539625 * ___U3CShareCfgU3Ek__BackingField_0; // System.Boolean DMCore.Logic.ShareManager::k__BackingField bool ___U3CIsClothesU3Ek__BackingField_1; // DMCore.Logic.CPindanManager/CPindanShop DMCore.Logic.ShareManager::k__BackingField CPindanShop_t4113161522 * ___U3CCurrentPindanInfoU3Ek__BackingField_2; // CDataModelBool DMCore.Logic.ShareManager::IsAvatarTransformResume CDataModelBool_t2269476966 * ___IsAvatarTransformResume_3; // UnityEngine.GameObject DMCore.Logic.ShareManager::_threeDCamera GameObject_t1113636619 * ____threeDCamera_4; // System.Action`1 DMCore.Logic.ShareManager::_ShareOverCallback Action_1_t3252573759 * ____ShareOverCallback_5; // System.Object DMCore.Logic.ShareManager::_ShareOverCallbackParams RuntimeObject * ____ShareOverCallbackParams_6; // UnityEngine.Vector3 DMCore.Logic.ShareManager::k__BackingField Vector3_t3722313464 ___U3CthreeDCameraPositionU3Ek__BackingField_7; // UnityEngine.Vector3 DMCore.Logic.ShareManager::k__BackingField Vector3_t3722313464 ___U3CthreeDCameraRotationU3Ek__BackingField_8; // System.Collections.Generic.List`1 DMCore.Logic.ShareManager::k__BackingField List_1_t128053199 * ___U3CShopTryOnClothesListU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CShareCfgU3Ek__BackingField_0() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CShareCfgU3Ek__BackingField_0)); } inline CShareInfo_t1190539625 * get_U3CShareCfgU3Ek__BackingField_0() const { return ___U3CShareCfgU3Ek__BackingField_0; } inline CShareInfo_t1190539625 ** get_address_of_U3CShareCfgU3Ek__BackingField_0() { return &___U3CShareCfgU3Ek__BackingField_0; } inline void set_U3CShareCfgU3Ek__BackingField_0(CShareInfo_t1190539625 * value) { ___U3CShareCfgU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CShareCfgU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CIsClothesU3Ek__BackingField_1() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CIsClothesU3Ek__BackingField_1)); } inline bool get_U3CIsClothesU3Ek__BackingField_1() const { return ___U3CIsClothesU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsClothesU3Ek__BackingField_1() { return &___U3CIsClothesU3Ek__BackingField_1; } inline void set_U3CIsClothesU3Ek__BackingField_1(bool value) { ___U3CIsClothesU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentPindanInfoU3Ek__BackingField_2() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CCurrentPindanInfoU3Ek__BackingField_2)); } inline CPindanShop_t4113161522 * get_U3CCurrentPindanInfoU3Ek__BackingField_2() const { return ___U3CCurrentPindanInfoU3Ek__BackingField_2; } inline CPindanShop_t4113161522 ** get_address_of_U3CCurrentPindanInfoU3Ek__BackingField_2() { return &___U3CCurrentPindanInfoU3Ek__BackingField_2; } inline void set_U3CCurrentPindanInfoU3Ek__BackingField_2(CPindanShop_t4113161522 * value) { ___U3CCurrentPindanInfoU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CCurrentPindanInfoU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_IsAvatarTransformResume_3() { return static_cast(offsetof(ShareManager_t1254576143, ___IsAvatarTransformResume_3)); } inline CDataModelBool_t2269476966 * get_IsAvatarTransformResume_3() const { return ___IsAvatarTransformResume_3; } inline CDataModelBool_t2269476966 ** get_address_of_IsAvatarTransformResume_3() { return &___IsAvatarTransformResume_3; } inline void set_IsAvatarTransformResume_3(CDataModelBool_t2269476966 * value) { ___IsAvatarTransformResume_3 = value; Il2CppCodeGenWriteBarrier((&___IsAvatarTransformResume_3), value); } inline static int32_t get_offset_of__threeDCamera_4() { return static_cast(offsetof(ShareManager_t1254576143, ____threeDCamera_4)); } inline GameObject_t1113636619 * get__threeDCamera_4() const { return ____threeDCamera_4; } inline GameObject_t1113636619 ** get_address_of__threeDCamera_4() { return &____threeDCamera_4; } inline void set__threeDCamera_4(GameObject_t1113636619 * value) { ____threeDCamera_4 = value; Il2CppCodeGenWriteBarrier((&____threeDCamera_4), value); } inline static int32_t get_offset_of__ShareOverCallback_5() { return static_cast(offsetof(ShareManager_t1254576143, ____ShareOverCallback_5)); } inline Action_1_t3252573759 * get__ShareOverCallback_5() const { return ____ShareOverCallback_5; } inline Action_1_t3252573759 ** get_address_of__ShareOverCallback_5() { return &____ShareOverCallback_5; } inline void set__ShareOverCallback_5(Action_1_t3252573759 * value) { ____ShareOverCallback_5 = value; Il2CppCodeGenWriteBarrier((&____ShareOverCallback_5), value); } inline static int32_t get_offset_of__ShareOverCallbackParams_6() { return static_cast(offsetof(ShareManager_t1254576143, ____ShareOverCallbackParams_6)); } inline RuntimeObject * get__ShareOverCallbackParams_6() const { return ____ShareOverCallbackParams_6; } inline RuntimeObject ** get_address_of__ShareOverCallbackParams_6() { return &____ShareOverCallbackParams_6; } inline void set__ShareOverCallbackParams_6(RuntimeObject * value) { ____ShareOverCallbackParams_6 = value; Il2CppCodeGenWriteBarrier((&____ShareOverCallbackParams_6), value); } inline static int32_t get_offset_of_U3CthreeDCameraPositionU3Ek__BackingField_7() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CthreeDCameraPositionU3Ek__BackingField_7)); } inline Vector3_t3722313464 get_U3CthreeDCameraPositionU3Ek__BackingField_7() const { return ___U3CthreeDCameraPositionU3Ek__BackingField_7; } inline Vector3_t3722313464 * get_address_of_U3CthreeDCameraPositionU3Ek__BackingField_7() { return &___U3CthreeDCameraPositionU3Ek__BackingField_7; } inline void set_U3CthreeDCameraPositionU3Ek__BackingField_7(Vector3_t3722313464 value) { ___U3CthreeDCameraPositionU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CthreeDCameraRotationU3Ek__BackingField_8() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CthreeDCameraRotationU3Ek__BackingField_8)); } inline Vector3_t3722313464 get_U3CthreeDCameraRotationU3Ek__BackingField_8() const { return ___U3CthreeDCameraRotationU3Ek__BackingField_8; } inline Vector3_t3722313464 * get_address_of_U3CthreeDCameraRotationU3Ek__BackingField_8() { return &___U3CthreeDCameraRotationU3Ek__BackingField_8; } inline void set_U3CthreeDCameraRotationU3Ek__BackingField_8(Vector3_t3722313464 value) { ___U3CthreeDCameraRotationU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CShopTryOnClothesListU3Ek__BackingField_10() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CShopTryOnClothesListU3Ek__BackingField_10)); } inline List_1_t128053199 * get_U3CShopTryOnClothesListU3Ek__BackingField_10() const { return ___U3CShopTryOnClothesListU3Ek__BackingField_10; } inline List_1_t128053199 ** get_address_of_U3CShopTryOnClothesListU3Ek__BackingField_10() { return &___U3CShopTryOnClothesListU3Ek__BackingField_10; } inline void set_U3CShopTryOnClothesListU3Ek__BackingField_10(List_1_t128053199 * value) { ___U3CShopTryOnClothesListU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((&___U3CShopTryOnClothesListU3Ek__BackingField_10), value); } }; struct ShareManager_t1254576143_StaticFields { public: // DMCore.Logic.ShareManager DMCore.Logic.ShareManager::s_Instance ShareManager_t1254576143 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(ShareManager_t1254576143_StaticFields, ___s_Instance_9)); } inline ShareManager_t1254576143 * get_s_Instance_9() const { return ___s_Instance_9; } inline ShareManager_t1254576143 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(ShareManager_t1254576143 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHAREMANAGER_T1254576143_H #ifndef EMUNITTYPE_T520700700_H #define EMUNITTYPE_T520700700_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.emUnitType struct emUnitType_t520700700 { public: // System.Int32 DMCore.emUnitType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(emUnitType_t520700700, ___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 // EMUNITTYPE_T520700700_H #ifndef STYLE_T3184300279_H #define STYLE_T3184300279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIStretch/Style struct Style_t3184300279 { public: // System.Int32 UIStretch/Style::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Style_t3184300279, ___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 // STYLE_T3184300279_H #ifndef ENUMCHATMESSAGETYPE_T1713743275_H #define ENUMCHATMESSAGETYPE_T1713743275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatMessageType struct enumChatMessageType_t1713743275 { public: // System.Int32 DMCore.Logic.enumChatMessageType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatMessageType_t1713743275, ___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 // ENUMCHATMESSAGETYPE_T1713743275_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 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 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 ENUMCDSCROLLTYPE_T3543390796_H #define ENUMCDSCROLLTYPE_T3543390796_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCDCirculateScrollView/enumCDScrollType struct enumCDScrollType_t3543390796 { public: // System.Int32 DMCDCirculateScrollView/enumCDScrollType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCDScrollType_t3543390796, ___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 // ENUMCDSCROLLTYPE_T3543390796_H #ifndef CCAMERASTATE_T4059982610_H #define CCAMERASTATE_T4059982610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Camera.CCameraState struct CCameraState_t4059982610 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Camera.CCameraState::_position Vector3_t3722313464 ____position_0; // UnityEngine.Quaternion DMCore.Camera.CCameraState::_rotation Quaternion_t2301928331 ____rotation_1; // System.Single DMCore.Camera.CCameraState::_fov float ____fov_2; // System.Single DMCore.Camera.CCameraState::_near float ____near_3; // System.Single DMCore.Camera.CCameraState::_far float ____far_4; public: inline static int32_t get_offset_of__position_0() { return static_cast(offsetof(CCameraState_t4059982610, ____position_0)); } inline Vector3_t3722313464 get__position_0() const { return ____position_0; } inline Vector3_t3722313464 * get_address_of__position_0() { return &____position_0; } inline void set__position_0(Vector3_t3722313464 value) { ____position_0 = value; } inline static int32_t get_offset_of__rotation_1() { return static_cast(offsetof(CCameraState_t4059982610, ____rotation_1)); } inline Quaternion_t2301928331 get__rotation_1() const { return ____rotation_1; } inline Quaternion_t2301928331 * get_address_of__rotation_1() { return &____rotation_1; } inline void set__rotation_1(Quaternion_t2301928331 value) { ____rotation_1 = value; } inline static int32_t get_offset_of__fov_2() { return static_cast(offsetof(CCameraState_t4059982610, ____fov_2)); } inline float get__fov_2() const { return ____fov_2; } inline float* get_address_of__fov_2() { return &____fov_2; } inline void set__fov_2(float value) { ____fov_2 = value; } inline static int32_t get_offset_of__near_3() { return static_cast(offsetof(CCameraState_t4059982610, ____near_3)); } inline float get__near_3() const { return ____near_3; } inline float* get_address_of__near_3() { return &____near_3; } inline void set__near_3(float value) { ____near_3 = value; } inline static int32_t get_offset_of__far_4() { return static_cast(offsetof(CCameraState_t4059982610, ____far_4)); } inline float get__far_4() const { return ____far_4; } inline float* get_address_of__far_4() { return &____far_4; } inline void set__far_4(float value) { ____far_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCAMERASTATE_T4059982610_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 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 DEVICEGENERATION_T3269456814_H #define DEVICEGENERATION_T3269456814_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.iOS.DeviceGeneration struct DeviceGeneration_t3269456814 { public: // System.Int32 UnityEngine.iOS.DeviceGeneration::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DeviceGeneration_t3269456814, ___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 // DEVICEGENERATION_T3269456814_H #ifndef RUNTIMEPLATFORM_T4159857903_H #define RUNTIMEPLATFORM_T4159857903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RuntimePlatform struct RuntimePlatform_t4159857903 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RuntimePlatform_t4159857903, ___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 // RUNTIMEPLATFORM_T4159857903_H #ifndef ENUMCDSCROLLTYPE_T1189703418_H #define ENUMCDSCROLLTYPE_T1189703418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCDScrollView/enumCDScrollType struct enumCDScrollType_t1189703418 { public: // System.Int32 DMCDScrollView/enumCDScrollType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCDScrollType_t1189703418, ___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 // ENUMCDSCROLLTYPE_T1189703418_H #ifndef STTRANSORG_T3673889772_H #define STTRANSORG_T3673889772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCDScrollView/stTransOrg struct stTransOrg_t3673889772 : public RuntimeObject { public: // UnityEngine.Vector3 DMCDScrollView/stTransOrg::_position Vector3_t3722313464 ____position_0; // UnityEngine.Vector3 DMCDScrollView/stTransOrg::_scale Vector3_t3722313464 ____scale_1; public: inline static int32_t get_offset_of__position_0() { return static_cast(offsetof(stTransOrg_t3673889772, ____position_0)); } inline Vector3_t3722313464 get__position_0() const { return ____position_0; } inline Vector3_t3722313464 * get_address_of__position_0() { return &____position_0; } inline void set__position_0(Vector3_t3722313464 value) { ____position_0 = value; } inline static int32_t get_offset_of__scale_1() { return static_cast(offsetof(stTransOrg_t3673889772, ____scale_1)); } inline Vector3_t3722313464 get__scale_1() const { return ____scale_1; } inline Vector3_t3722313464 * get_address_of__scale_1() { return &____scale_1; } inline void set__scale_1(Vector3_t3722313464 value) { ____scale_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STTRANSORG_T3673889772_H #ifndef CUIRESWWWSTATE_T306407309_H #define CUIRESWWWSTATE_T306407309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW/CUIResWWWState struct CUIResWWWState_t306407309 { public: // System.Int32 CUIResWWW/CUIResWWWState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CUIResWWWState_t306407309, ___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 // CUIRESWWWSTATE_T306407309_H #ifndef CHANDBOOKCTR_T4285066741_H #define CHANDBOOKCTR_T4285066741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CHandBookCtr struct CHandBookCtr_t4285066741 : public IMonoCtrllor_t1427182583 { public: // System.Int32 CHandBookCtr::themeid int32_t ___themeid_2; // System.Collections.Generic.Dictionary`2> CHandBookCtr::themesData Dictionary_2_t3022086574 * ___themesData_3; // System.Collections.Generic.Dictionary`2 CHandBookCtr::GetsuitNum Dictionary_2_t88127061 * ___GetsuitNum_4; // System.Collections.Generic.Dictionary`2> CHandBookCtr::mygiftInfo Dictionary_2_t895854979 * ___mygiftInfo_5; // System.Collections.Generic.Dictionary`2 CHandBookCtr::Getsucessinfo Dictionary_2_t3235388461 * ___Getsucessinfo_6; // System.Int32 CHandBookCtr::nowIndex int32_t ___nowIndex_7; // CDataModelInt CHandBookCtr::k__BackingField CDataModelInt_t3463393640 * ___U3CCNowPageIndexU3Ek__BackingField_8; // CDataModelAny CHandBookCtr::k__BackingField CDataModelAny_t3819624005 * ___U3CCThemesDataU3Ek__BackingField_9; public: inline static int32_t get_offset_of_themeid_2() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___themeid_2)); } inline int32_t get_themeid_2() const { return ___themeid_2; } inline int32_t* get_address_of_themeid_2() { return &___themeid_2; } inline void set_themeid_2(int32_t value) { ___themeid_2 = value; } inline static int32_t get_offset_of_themesData_3() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___themesData_3)); } inline Dictionary_2_t3022086574 * get_themesData_3() const { return ___themesData_3; } inline Dictionary_2_t3022086574 ** get_address_of_themesData_3() { return &___themesData_3; } inline void set_themesData_3(Dictionary_2_t3022086574 * value) { ___themesData_3 = value; Il2CppCodeGenWriteBarrier((&___themesData_3), value); } inline static int32_t get_offset_of_GetsuitNum_4() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___GetsuitNum_4)); } inline Dictionary_2_t88127061 * get_GetsuitNum_4() const { return ___GetsuitNum_4; } inline Dictionary_2_t88127061 ** get_address_of_GetsuitNum_4() { return &___GetsuitNum_4; } inline void set_GetsuitNum_4(Dictionary_2_t88127061 * value) { ___GetsuitNum_4 = value; Il2CppCodeGenWriteBarrier((&___GetsuitNum_4), value); } inline static int32_t get_offset_of_mygiftInfo_5() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___mygiftInfo_5)); } inline Dictionary_2_t895854979 * get_mygiftInfo_5() const { return ___mygiftInfo_5; } inline Dictionary_2_t895854979 ** get_address_of_mygiftInfo_5() { return &___mygiftInfo_5; } inline void set_mygiftInfo_5(Dictionary_2_t895854979 * value) { ___mygiftInfo_5 = value; Il2CppCodeGenWriteBarrier((&___mygiftInfo_5), value); } inline static int32_t get_offset_of_Getsucessinfo_6() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___Getsucessinfo_6)); } inline Dictionary_2_t3235388461 * get_Getsucessinfo_6() const { return ___Getsucessinfo_6; } inline Dictionary_2_t3235388461 ** get_address_of_Getsucessinfo_6() { return &___Getsucessinfo_6; } inline void set_Getsucessinfo_6(Dictionary_2_t3235388461 * value) { ___Getsucessinfo_6 = value; Il2CppCodeGenWriteBarrier((&___Getsucessinfo_6), value); } inline static int32_t get_offset_of_nowIndex_7() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___nowIndex_7)); } inline int32_t get_nowIndex_7() const { return ___nowIndex_7; } inline int32_t* get_address_of_nowIndex_7() { return &___nowIndex_7; } inline void set_nowIndex_7(int32_t value) { ___nowIndex_7 = value; } inline static int32_t get_offset_of_U3CCNowPageIndexU3Ek__BackingField_8() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___U3CCNowPageIndexU3Ek__BackingField_8)); } inline CDataModelInt_t3463393640 * get_U3CCNowPageIndexU3Ek__BackingField_8() const { return ___U3CCNowPageIndexU3Ek__BackingField_8; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCNowPageIndexU3Ek__BackingField_8() { return &___U3CCNowPageIndexU3Ek__BackingField_8; } inline void set_U3CCNowPageIndexU3Ek__BackingField_8(CDataModelInt_t3463393640 * value) { ___U3CCNowPageIndexU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CCNowPageIndexU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3CCThemesDataU3Ek__BackingField_9() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___U3CCThemesDataU3Ek__BackingField_9)); } inline CDataModelAny_t3819624005 * get_U3CCThemesDataU3Ek__BackingField_9() const { return ___U3CCThemesDataU3Ek__BackingField_9; } inline CDataModelAny_t3819624005 ** get_address_of_U3CCThemesDataU3Ek__BackingField_9() { return &___U3CCThemesDataU3Ek__BackingField_9; } inline void set_U3CCThemesDataU3Ek__BackingField_9(CDataModelAny_t3819624005 * value) { ___U3CCThemesDataU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((&___U3CCThemesDataU3Ek__BackingField_9), value); } }; struct CHandBookCtr_t4285066741_StaticFields { public: // CHandBookCtr CHandBookCtr::s_Instance CHandBookCtr_t4285066741 * ___s_Instance_1; // System.Func`2 CHandBookCtr::<>f__am$cache0 Func_2_t4154244306 * ___U3CU3Ef__amU24cache0_10; // System.Func`2 CHandBookCtr::<>f__am$cache1 Func_2_t4154244306 * ___U3CU3Ef__amU24cache1_11; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___s_Instance_1)); } inline CHandBookCtr_t4285066741 * get_s_Instance_1() const { return ___s_Instance_1; } inline CHandBookCtr_t4285066741 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CHandBookCtr_t4285066741 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_10() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___U3CU3Ef__amU24cache0_10)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache0_10() const { return ___U3CU3Ef__amU24cache0_10; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache0_10() { return &___U3CU3Ef__amU24cache0_10; } inline void set_U3CU3Ef__amU24cache0_10(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache0_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_10), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_11() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___U3CU3Ef__amU24cache1_11)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache1_11() const { return ___U3CU3Ef__amU24cache1_11; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache1_11() { return &___U3CU3Ef__amU24cache1_11; } inline void set_U3CU3Ef__amU24cache1_11(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache1_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANDBOOKCTR_T4285066741_H #ifndef FILEATTRIBUTES_T3417205536_H #define FILEATTRIBUTES_T3417205536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAttributes struct FileAttributes_t3417205536 { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAttributes_t3417205536, ___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 // FILEATTRIBUTES_T3417205536_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 CDATAMODELINT_T3463393640_H #define CDATAMODELINT_T3463393640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelInt struct CDataModelInt_t3463393640 : public IDataModel_t653005279 { public: // System.Int32 CDataModelInt::m_Val int32_t ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelInt_t3463393640, ___m_Val_1)); } inline int32_t get_m_Val_1() const { return ___m_Val_1; } inline int32_t* get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(int32_t value) { ___m_Val_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELINT_T3463393640_H #ifndef CSUITLISTCTR_T2923834228_H #define CSUITLISTCTR_T2923834228_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSuitListCtr struct CSuitListCtr_t2923834228 : public IMonoCtrllor_t1427182583 { public: // System.Int32 CSuitListCtr::nowIndex int32_t ___nowIndex_2; // System.Collections.Generic.Dictionary`2> CSuitListCtr::suitDatas Dictionary_2_t201508249 * ___suitDatas_3; // CDataModelInt CSuitListCtr::k__BackingField CDataModelInt_t3463393640 * ___U3CCNowPageIndexU3Ek__BackingField_4; // CDataModelAny CSuitListCtr::k__BackingField CDataModelAny_t3819624005 * ___U3CCsuitsDataU3Ek__BackingField_5; public: inline static int32_t get_offset_of_nowIndex_2() { return static_cast(offsetof(CSuitListCtr_t2923834228, ___nowIndex_2)); } inline int32_t get_nowIndex_2() const { return ___nowIndex_2; } inline int32_t* get_address_of_nowIndex_2() { return &___nowIndex_2; } inline void set_nowIndex_2(int32_t value) { ___nowIndex_2 = value; } inline static int32_t get_offset_of_suitDatas_3() { return static_cast(offsetof(CSuitListCtr_t2923834228, ___suitDatas_3)); } inline Dictionary_2_t201508249 * get_suitDatas_3() const { return ___suitDatas_3; } inline Dictionary_2_t201508249 ** get_address_of_suitDatas_3() { return &___suitDatas_3; } inline void set_suitDatas_3(Dictionary_2_t201508249 * value) { ___suitDatas_3 = value; Il2CppCodeGenWriteBarrier((&___suitDatas_3), value); } inline static int32_t get_offset_of_U3CCNowPageIndexU3Ek__BackingField_4() { return static_cast(offsetof(CSuitListCtr_t2923834228, ___U3CCNowPageIndexU3Ek__BackingField_4)); } inline CDataModelInt_t3463393640 * get_U3CCNowPageIndexU3Ek__BackingField_4() const { return ___U3CCNowPageIndexU3Ek__BackingField_4; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCNowPageIndexU3Ek__BackingField_4() { return &___U3CCNowPageIndexU3Ek__BackingField_4; } inline void set_U3CCNowPageIndexU3Ek__BackingField_4(CDataModelInt_t3463393640 * value) { ___U3CCNowPageIndexU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCNowPageIndexU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CCsuitsDataU3Ek__BackingField_5() { return static_cast(offsetof(CSuitListCtr_t2923834228, ___U3CCsuitsDataU3Ek__BackingField_5)); } inline CDataModelAny_t3819624005 * get_U3CCsuitsDataU3Ek__BackingField_5() const { return ___U3CCsuitsDataU3Ek__BackingField_5; } inline CDataModelAny_t3819624005 ** get_address_of_U3CCsuitsDataU3Ek__BackingField_5() { return &___U3CCsuitsDataU3Ek__BackingField_5; } inline void set_U3CCsuitsDataU3Ek__BackingField_5(CDataModelAny_t3819624005 * value) { ___U3CCsuitsDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CCsuitsDataU3Ek__BackingField_5), value); } }; struct CSuitListCtr_t2923834228_StaticFields { public: // CSuitListCtr CSuitListCtr::s_Instance CSuitListCtr_t2923834228 * ___s_Instance_1; // System.Func`2 CSuitListCtr::<>f__am$cache0 Func_2_t4154244306 * ___U3CU3Ef__amU24cache0_6; // System.Func`2 CSuitListCtr::<>f__am$cache1 Func_2_t4154244306 * ___U3CU3Ef__amU24cache1_7; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CSuitListCtr_t2923834228_StaticFields, ___s_Instance_1)); } inline CSuitListCtr_t2923834228 * get_s_Instance_1() const { return ___s_Instance_1; } inline CSuitListCtr_t2923834228 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CSuitListCtr_t2923834228 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_6() { return static_cast(offsetof(CSuitListCtr_t2923834228_StaticFields, ___U3CU3Ef__amU24cache0_6)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache0_6() const { return ___U3CU3Ef__amU24cache0_6; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache0_6() { return &___U3CU3Ef__amU24cache0_6; } inline void set_U3CU3Ef__amU24cache0_6(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache0_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_6), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_7() { return static_cast(offsetof(CSuitListCtr_t2923834228_StaticFields, ___U3CU3Ef__amU24cache1_7)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache1_7() const { return ___U3CU3Ef__amU24cache1_7; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache1_7() { return &___U3CU3Ef__amU24cache1_7; } inline void set_U3CU3Ef__amU24cache1_7(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache1_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSUITLISTCTR_T2923834228_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 ENUMNETWORKMODE_T3278745794_H #define ENUMNETWORKMODE_T3278745794_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.enumNetWorkMode struct enumNetWorkMode_t3278745794 { public: // System.Int32 DMCore.Net.enumNetWorkMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumNetWorkMode_t3278745794, ___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 // ENUMNETWORKMODE_T3278745794_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 CDATAMODELBOOL_T2269476966_H #define CDATAMODELBOOL_T2269476966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelBool struct CDataModelBool_t2269476966 : public IDataModel_t653005279 { public: // System.Boolean CDataModelBool::m_Val bool ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelBool_t2269476966, ___m_Val_1)); } inline bool get_m_Val_1() const { return ___m_Val_1; } inline bool* get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(bool value) { ___m_Val_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELBOOL_T2269476966_H #ifndef ENUMVERSIONSTATE_T1425163820_H #define ENUMVERSIONSTATE_T1425163820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVersionWWW/enumVersionState struct enumVersionState_t1425163820 { public: // System.Int32 CVersionWWW/enumVersionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumVersionState_t1425163820, ___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 // ENUMVERSIONSTATE_T1425163820_H #ifndef ENUMSWINGTYPE_T3135913232_H #define ENUMSWINGTYPE_T3135913232_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumSwingType struct enumSwingType_t3135913232 { public: // System.Int32 DMCore.DanceMode.enumSwingType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSwingType_t3135913232, ___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 // ENUMSWINGTYPE_T3135913232_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 NETWORKREACHABILITY_T3450623372_H #define NETWORKREACHABILITY_T3450623372_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.NetworkReachability struct NetworkReachability_t3450623372 { public: // System.Int32 UnityEngine.NetworkReachability::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NetworkReachability_t3450623372, ___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 // NETWORKREACHABILITY_T3450623372_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 ENUMERATOR_T4098351764_H #define ENUMERATOR_T4098351764_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_t4098351764 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2144168989 * ___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_t246873860 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4098351764, ___dictionary_0)); } inline Dictionary_2_t2144168989 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2144168989 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2144168989 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4098351764, ___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_t4098351764, ___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_t4098351764, ___current_3)); } inline KeyValuePair_2_t246873860 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t246873860 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t246873860 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4098351764_H #ifndef WRAPMODE_T730450702_H #define WRAPMODE_T730450702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WrapMode struct WrapMode_t730450702 { public: // System.Int32 UnityEngine.WrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WrapMode_t730450702, ___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 // WRAPMODE_T730450702_H #ifndef ENUMJUDGERESULT_T4081836998_H #define ENUMJUDGERESULT_T4081836998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumJudgeResult struct enumJudgeResult_t4081836998 { public: // System.Int32 DMCore.DanceMode.enumJudgeResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumJudgeResult_t4081836998, ___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 // ENUMJUDGERESULT_T4081836998_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 ITEM_SHOP_TYPE_T1196220606_H #define ITEM_SHOP_TYPE_T1196220606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_SHOP_TYPE struct ITEM_SHOP_TYPE_t1196220606 { public: // System.Int32 DMCore.Logic.ITEM_SHOP_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_SHOP_TYPE_t1196220606, ___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 // ITEM_SHOP_TYPE_T1196220606_H #ifndef CDATAMODELANY_T3819624005_H #define CDATAMODELANY_T3819624005_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelAny struct CDataModelAny_t3819624005 : public IDataModel_t653005279 { public: // System.Object CDataModelAny::m_Val RuntimeObject * ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelAny_t3819624005, ___m_Val_1)); } inline RuntimeObject * get_m_Val_1() const { return ___m_Val_1; } inline RuntimeObject ** get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(RuntimeObject * value) { ___m_Val_1 = value; Il2CppCodeGenWriteBarrier((&___m_Val_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELANY_T3819624005_H #ifndef SENDMESSAGEOPTIONS_T3580193095_H #define SENDMESSAGEOPTIONS_T3580193095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SendMessageOptions struct SendMessageOptions_t3580193095 { public: // System.Int32 UnityEngine.SendMessageOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SendMessageOptions_t3580193095, ___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 // SENDMESSAGEOPTIONS_T3580193095_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 STSWINGGROUPUI_T3926616374_H #define STSWINGGROUPUI_T3926616374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUISwingBeatKeyMain/stSwingGroupUI struct stSwingGroupUI_t3926616374 : public RuntimeObject { public: // UnityEngine.Transform CUISwingBeatKeyMain/stSwingGroupUI::m_buttonRoot Transform_t3600365921 * ___m_buttonRoot_0; // System.Boolean CUISwingBeatKeyMain/stSwingGroupUI::m_bHoldState bool ___m_bHoldState_1; // CUIEvaluation CUISwingBeatKeyMain/stSwingGroupUI::m_keyResult CUIEvaluation_t4168627961 * ___m_keyResult_2; // UnityEngine.Transform CUISwingBeatKeyMain/stSwingGroupUI::m_keyResultEffect Transform_t3600365921 * ___m_keyResultEffect_3; // UnityEngine.Transform CUISwingBeatKeyMain/stSwingGroupUI::m_keyGroup Transform_t3600365921 * ___m_keyGroup_4; // UnityEngine.Transform CUISwingBeatKeyMain/stSwingGroupUI::m_keyTransBg Transform_t3600365921 * ___m_keyTransBg_5; // UnityEngine.Vector3 CUISwingBeatKeyMain/stSwingGroupUI::m_transBGScaleOrg Vector3_t3722313464 ___m_transBGScaleOrg_6; // UnityEngine.Vector3 CUISwingBeatKeyMain/stSwingGroupUI::m_transBGScaleActive Vector3_t3722313464 ___m_transBGScaleActive_7; // UnityEngine.Vector2 CUISwingBeatKeyMain/stSwingGroupUI::m_localPosCache Vector2_t2156229523 ___m_localPosCache_8; // System.Int32 CUISwingBeatKeyMain/stSwingGroupUI::m_lastPosCacheT int32_t ___m_lastPosCacheT_9; // System.Single CUISwingBeatKeyMain/stSwingGroupUI::m_timeLabor float ___m_timeLabor_10; public: inline static int32_t get_offset_of_m_buttonRoot_0() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_buttonRoot_0)); } inline Transform_t3600365921 * get_m_buttonRoot_0() const { return ___m_buttonRoot_0; } inline Transform_t3600365921 ** get_address_of_m_buttonRoot_0() { return &___m_buttonRoot_0; } inline void set_m_buttonRoot_0(Transform_t3600365921 * value) { ___m_buttonRoot_0 = value; Il2CppCodeGenWriteBarrier((&___m_buttonRoot_0), value); } inline static int32_t get_offset_of_m_bHoldState_1() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_bHoldState_1)); } inline bool get_m_bHoldState_1() const { return ___m_bHoldState_1; } inline bool* get_address_of_m_bHoldState_1() { return &___m_bHoldState_1; } inline void set_m_bHoldState_1(bool value) { ___m_bHoldState_1 = value; } inline static int32_t get_offset_of_m_keyResult_2() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_keyResult_2)); } inline CUIEvaluation_t4168627961 * get_m_keyResult_2() const { return ___m_keyResult_2; } inline CUIEvaluation_t4168627961 ** get_address_of_m_keyResult_2() { return &___m_keyResult_2; } inline void set_m_keyResult_2(CUIEvaluation_t4168627961 * value) { ___m_keyResult_2 = value; Il2CppCodeGenWriteBarrier((&___m_keyResult_2), value); } inline static int32_t get_offset_of_m_keyResultEffect_3() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_keyResultEffect_3)); } inline Transform_t3600365921 * get_m_keyResultEffect_3() const { return ___m_keyResultEffect_3; } inline Transform_t3600365921 ** get_address_of_m_keyResultEffect_3() { return &___m_keyResultEffect_3; } inline void set_m_keyResultEffect_3(Transform_t3600365921 * value) { ___m_keyResultEffect_3 = value; Il2CppCodeGenWriteBarrier((&___m_keyResultEffect_3), value); } inline static int32_t get_offset_of_m_keyGroup_4() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_keyGroup_4)); } inline Transform_t3600365921 * get_m_keyGroup_4() const { return ___m_keyGroup_4; } inline Transform_t3600365921 ** get_address_of_m_keyGroup_4() { return &___m_keyGroup_4; } inline void set_m_keyGroup_4(Transform_t3600365921 * value) { ___m_keyGroup_4 = value; Il2CppCodeGenWriteBarrier((&___m_keyGroup_4), value); } inline static int32_t get_offset_of_m_keyTransBg_5() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_keyTransBg_5)); } inline Transform_t3600365921 * get_m_keyTransBg_5() const { return ___m_keyTransBg_5; } inline Transform_t3600365921 ** get_address_of_m_keyTransBg_5() { return &___m_keyTransBg_5; } inline void set_m_keyTransBg_5(Transform_t3600365921 * value) { ___m_keyTransBg_5 = value; Il2CppCodeGenWriteBarrier((&___m_keyTransBg_5), value); } inline static int32_t get_offset_of_m_transBGScaleOrg_6() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_transBGScaleOrg_6)); } inline Vector3_t3722313464 get_m_transBGScaleOrg_6() const { return ___m_transBGScaleOrg_6; } inline Vector3_t3722313464 * get_address_of_m_transBGScaleOrg_6() { return &___m_transBGScaleOrg_6; } inline void set_m_transBGScaleOrg_6(Vector3_t3722313464 value) { ___m_transBGScaleOrg_6 = value; } inline static int32_t get_offset_of_m_transBGScaleActive_7() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_transBGScaleActive_7)); } inline Vector3_t3722313464 get_m_transBGScaleActive_7() const { return ___m_transBGScaleActive_7; } inline Vector3_t3722313464 * get_address_of_m_transBGScaleActive_7() { return &___m_transBGScaleActive_7; } inline void set_m_transBGScaleActive_7(Vector3_t3722313464 value) { ___m_transBGScaleActive_7 = value; } inline static int32_t get_offset_of_m_localPosCache_8() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_localPosCache_8)); } inline Vector2_t2156229523 get_m_localPosCache_8() const { return ___m_localPosCache_8; } inline Vector2_t2156229523 * get_address_of_m_localPosCache_8() { return &___m_localPosCache_8; } inline void set_m_localPosCache_8(Vector2_t2156229523 value) { ___m_localPosCache_8 = value; } inline static int32_t get_offset_of_m_lastPosCacheT_9() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_lastPosCacheT_9)); } inline int32_t get_m_lastPosCacheT_9() const { return ___m_lastPosCacheT_9; } inline int32_t* get_address_of_m_lastPosCacheT_9() { return &___m_lastPosCacheT_9; } inline void set_m_lastPosCacheT_9(int32_t value) { ___m_lastPosCacheT_9 = value; } inline static int32_t get_offset_of_m_timeLabor_10() { return static_cast(offsetof(stSwingGroupUI_t3926616374, ___m_timeLabor_10)); } inline float get_m_timeLabor_10() const { return ___m_timeLabor_10; } inline float* get_address_of_m_timeLabor_10() { return &___m_timeLabor_10; } inline void set_m_timeLabor_10(float value) { ___m_timeLabor_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STSWINGGROUPUI_T3926616374_H #ifndef STSKELTONTRANS_T433549019_H #define STSKELTONTRANS_T433549019_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSkeletonSite/stSkeltonTrans struct stSkeltonTrans_t433549019 : public RuntimeObject { public: // UnityEngine.Vector3 CSkeletonSite/stSkeltonTrans::m_position Vector3_t3722313464 ___m_position_0; // UnityEngine.Quaternion CSkeletonSite/stSkeltonTrans::m_rotation Quaternion_t2301928331 ___m_rotation_1; // UnityEngine.Quaternion CSkeletonSite/stSkeltonTrans::m_rotationInvert Quaternion_t2301928331 ___m_rotationInvert_2; public: inline static int32_t get_offset_of_m_position_0() { return static_cast(offsetof(stSkeltonTrans_t433549019, ___m_position_0)); } inline Vector3_t3722313464 get_m_position_0() const { return ___m_position_0; } inline Vector3_t3722313464 * get_address_of_m_position_0() { return &___m_position_0; } inline void set_m_position_0(Vector3_t3722313464 value) { ___m_position_0 = value; } inline static int32_t get_offset_of_m_rotation_1() { return static_cast(offsetof(stSkeltonTrans_t433549019, ___m_rotation_1)); } inline Quaternion_t2301928331 get_m_rotation_1() const { return ___m_rotation_1; } inline Quaternion_t2301928331 * get_address_of_m_rotation_1() { return &___m_rotation_1; } inline void set_m_rotation_1(Quaternion_t2301928331 value) { ___m_rotation_1 = value; } inline static int32_t get_offset_of_m_rotationInvert_2() { return static_cast(offsetof(stSkeltonTrans_t433549019, ___m_rotationInvert_2)); } inline Quaternion_t2301928331 get_m_rotationInvert_2() const { return ___m_rotationInvert_2; } inline Quaternion_t2301928331 * get_address_of_m_rotationInvert_2() { return &___m_rotationInvert_2; } inline void set_m_rotationInvert_2(Quaternion_t2301928331 value) { ___m_rotationInvert_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STSKELTONTRANS_T433549019_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 SIGNMAINTYPE_T1593877792_H #define SIGNMAINTYPE_T1593877792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/SignMainType struct SignMainType_t1593877792 { public: // System.Int32 CSignsManager/SignMainType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SignMainType_t1593877792, ___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 // SIGNMAINTYPE_T1593877792_H #ifndef SUBTYPEDATA_T2407733540_H #define SUBTYPEDATA_T2407733540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/SubTypeData struct SubTypeData_t2407733540 : public RuntimeObject { public: // System.String CSignsManager/SubTypeData::ModelPath String_t* ___ModelPath_0; // System.Collections.Generic.List`1 CSignsManager/SubTypeData::m_PathList List_1_t3051292851 * ___m_PathList_1; // UnityEngine.Vector3 CSignsManager/SubTypeData::position Vector3_t3722313464 ___position_2; // System.Boolean CSignsManager/SubTypeData::IsClearBySrv bool ___IsClearBySrv_3; // System.Boolean CSignsManager/SubTypeData::IsSendSrv bool ___IsSendSrv_4; public: inline static int32_t get_offset_of_ModelPath_0() { return static_cast(offsetof(SubTypeData_t2407733540, ___ModelPath_0)); } inline String_t* get_ModelPath_0() const { return ___ModelPath_0; } inline String_t** get_address_of_ModelPath_0() { return &___ModelPath_0; } inline void set_ModelPath_0(String_t* value) { ___ModelPath_0 = value; Il2CppCodeGenWriteBarrier((&___ModelPath_0), value); } inline static int32_t get_offset_of_m_PathList_1() { return static_cast(offsetof(SubTypeData_t2407733540, ___m_PathList_1)); } inline List_1_t3051292851 * get_m_PathList_1() const { return ___m_PathList_1; } inline List_1_t3051292851 ** get_address_of_m_PathList_1() { return &___m_PathList_1; } inline void set_m_PathList_1(List_1_t3051292851 * value) { ___m_PathList_1 = value; Il2CppCodeGenWriteBarrier((&___m_PathList_1), value); } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(SubTypeData_t2407733540, ___position_2)); } inline Vector3_t3722313464 get_position_2() const { return ___position_2; } inline Vector3_t3722313464 * get_address_of_position_2() { return &___position_2; } inline void set_position_2(Vector3_t3722313464 value) { ___position_2 = value; } inline static int32_t get_offset_of_IsClearBySrv_3() { return static_cast(offsetof(SubTypeData_t2407733540, ___IsClearBySrv_3)); } inline bool get_IsClearBySrv_3() const { return ___IsClearBySrv_3; } inline bool* get_address_of_IsClearBySrv_3() { return &___IsClearBySrv_3; } inline void set_IsClearBySrv_3(bool value) { ___IsClearBySrv_3 = value; } inline static int32_t get_offset_of_IsSendSrv_4() { return static_cast(offsetof(SubTypeData_t2407733540, ___IsSendSrv_4)); } inline bool get_IsSendSrv_4() const { return ___IsSendSrv_4; } inline bool* get_address_of_IsSendSrv_4() { return &___IsSendSrv_4; } inline void set_IsSendSrv_4(bool value) { ___IsSendSrv_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUBTYPEDATA_T2407733540_H #ifndef SIGNPATHDATA_T1700102174_H #define SIGNPATHDATA_T1700102174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager/SignPathData struct SignPathData_t1700102174 : public RuntimeObject { public: // System.String CSignsManager/SignPathData::path_name String_t* ___path_name_0; // UnityEngine.Vector3 CSignsManager/SignPathData::position Vector3_t3722313464 ___position_1; // System.Boolean CSignsManager/SignPathData::IsClearBySrv bool ___IsClearBySrv_2; // System.Boolean CSignsManager/SignPathData::IsSendSrv bool ___IsSendSrv_3; // System.Boolean CSignsManager/SignPathData::IsScene bool ___IsScene_4; public: inline static int32_t get_offset_of_path_name_0() { return static_cast(offsetof(SignPathData_t1700102174, ___path_name_0)); } inline String_t* get_path_name_0() const { return ___path_name_0; } inline String_t** get_address_of_path_name_0() { return &___path_name_0; } inline void set_path_name_0(String_t* value) { ___path_name_0 = value; Il2CppCodeGenWriteBarrier((&___path_name_0), value); } inline static int32_t get_offset_of_position_1() { return static_cast(offsetof(SignPathData_t1700102174, ___position_1)); } inline Vector3_t3722313464 get_position_1() const { return ___position_1; } inline Vector3_t3722313464 * get_address_of_position_1() { return &___position_1; } inline void set_position_1(Vector3_t3722313464 value) { ___position_1 = value; } inline static int32_t get_offset_of_IsClearBySrv_2() { return static_cast(offsetof(SignPathData_t1700102174, ___IsClearBySrv_2)); } inline bool get_IsClearBySrv_2() const { return ___IsClearBySrv_2; } inline bool* get_address_of_IsClearBySrv_2() { return &___IsClearBySrv_2; } inline void set_IsClearBySrv_2(bool value) { ___IsClearBySrv_2 = value; } inline static int32_t get_offset_of_IsSendSrv_3() { return static_cast(offsetof(SignPathData_t1700102174, ___IsSendSrv_3)); } inline bool get_IsSendSrv_3() const { return ___IsSendSrv_3; } inline bool* get_address_of_IsSendSrv_3() { return &___IsSendSrv_3; } inline void set_IsSendSrv_3(bool value) { ___IsSendSrv_3 = value; } inline static int32_t get_offset_of_IsScene_4() { return static_cast(offsetof(SignPathData_t1700102174, ___IsScene_4)); } inline bool get_IsScene_4() const { return ___IsScene_4; } inline bool* get_address_of_IsScene_4() { return &___IsScene_4; } inline void set_IsScene_4(bool value) { ___IsScene_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIGNPATHDATA_T1700102174_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 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 COROUTINE_T3829159415_H #define COROUTINE_T3829159415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Coroutine struct Coroutine_t3829159415 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t3829159415, ___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.Coroutine struct Coroutine_t3829159415_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // COROUTINE_T3829159415_H #ifndef CSUITDETAILCTR_T2341865762_H #define CSUITDETAILCTR_T2341865762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSuitDetailCtr struct CSuitDetailCtr_t2341865762 : public IMonoCtrllor_t1427182583 { public: // HandBookCfg/SuitInfo CSuitDetailCtr::suitData SuitInfo_t4135687472 * ___suitData_2; // CDataModelAny CSuitDetailCtr::k__BackingField CDataModelAny_t3819624005 * ___U3CCDataSuitInfoU3Ek__BackingField_3; // CDataModelBool CSuitDetailCtr::k__BackingField CDataModelBool_t2269476966 * ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4; public: inline static int32_t get_offset_of_suitData_2() { return static_cast(offsetof(CSuitDetailCtr_t2341865762, ___suitData_2)); } inline SuitInfo_t4135687472 * get_suitData_2() const { return ___suitData_2; } inline SuitInfo_t4135687472 ** get_address_of_suitData_2() { return &___suitData_2; } inline void set_suitData_2(SuitInfo_t4135687472 * value) { ___suitData_2 = value; Il2CppCodeGenWriteBarrier((&___suitData_2), value); } inline static int32_t get_offset_of_U3CCDataSuitInfoU3Ek__BackingField_3() { return static_cast(offsetof(CSuitDetailCtr_t2341865762, ___U3CCDataSuitInfoU3Ek__BackingField_3)); } inline CDataModelAny_t3819624005 * get_U3CCDataSuitInfoU3Ek__BackingField_3() const { return ___U3CCDataSuitInfoU3Ek__BackingField_3; } inline CDataModelAny_t3819624005 ** get_address_of_U3CCDataSuitInfoU3Ek__BackingField_3() { return &___U3CCDataSuitInfoU3Ek__BackingField_3; } inline void set_U3CCDataSuitInfoU3Ek__BackingField_3(CDataModelAny_t3819624005 * value) { ___U3CCDataSuitInfoU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataSuitInfoU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CCDataBoolRewardSussucsU3Ek__BackingField_4() { return static_cast(offsetof(CSuitDetailCtr_t2341865762, ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4)); } inline CDataModelBool_t2269476966 * get_U3CCDataBoolRewardSussucsU3Ek__BackingField_4() const { return ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4; } inline CDataModelBool_t2269476966 ** get_address_of_U3CCDataBoolRewardSussucsU3Ek__BackingField_4() { return &___U3CCDataBoolRewardSussucsU3Ek__BackingField_4; } inline void set_U3CCDataBoolRewardSussucsU3Ek__BackingField_4(CDataModelBool_t2269476966 * value) { ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataBoolRewardSussucsU3Ek__BackingField_4), value); } }; struct CSuitDetailCtr_t2341865762_StaticFields { public: // CSuitDetailCtr CSuitDetailCtr::s_Instance CSuitDetailCtr_t2341865762 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CSuitDetailCtr_t2341865762_StaticFields, ___s_Instance_1)); } inline CSuitDetailCtr_t2341865762 * get_s_Instance_1() const { return ___s_Instance_1; } inline CSuitDetailCtr_t2341865762 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CSuitDetailCtr_t2341865762 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSUITDETAILCTR_T2341865762_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 CUIRESWWW_T153014691_H #define CUIRESWWW_T153014691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW struct CUIResWWW_t153014691 : public RuntimeObject { public: // System.Boolean CUIResWWW::m_bIsEnableCode bool ___m_bIsEnableCode_0; // System.Boolean CUIResWWW::m_bIsEnableResource bool ___m_bIsEnableResource_1; // CUIResWWW/CUrlLabor CUIResWWW::m_urlProxyURL CUrlLabor_t1679613458 * ___m_urlProxyURL_2; // CUIResWWW/CUrlLabor CUIResWWW::m_urlVersionDownLoad CUrlLabor_t1679613458 * ___m_urlVersionDownLoad_3; // CUIResWWW/CUrlLabor CUIResWWW::m_urlCodeDownLoad CUrlLabor_t1679613458 * ___m_urlCodeDownLoad_4; // CUIResWWW/CUrlLabor CUIResWWW::m_urlResDownload CUrlLabor_t1679613458 * ___m_urlResDownload_5; // CVersionIssue CUIResWWW::m_lastLoadCodeVer CVersionIssue_t3008599312 * ___m_lastLoadCodeVer_6; // CVersionIssue CUIResWWW::m_lastLoadUIVer CVersionIssue_t3008599312 * ___m_lastLoadUIVer_7; // CUIResWWW/CUIResWWWState CUIResWWW::m_ResWWWState int32_t ___m_ResWWWState_8; // DMCore.Framework.Web.FitfunWebHelp CUIResWWW::m_webHelp FitfunWebHelp_t2909657851 * ___m_webHelp_9; // DMCore.Framework.Zip.FitfunZip CUIResWWW::m_zipIns FitfunZip_t870197698 * ___m_zipIns_10; // System.Collections.Generic.Dictionary`2 CUIResWWW::m_textMap Dictionary_2_t1632706988 * ___m_textMap_11; // System.Boolean CUIResWWW::m_bSkipComfirmBox bool ___m_bSkipComfirmBox_12; // System.Boolean CUIResWWW::m_bUseProxy bool ___m_bUseProxy_13; // System.Boolean CUIResWWW::m_bUseWWWType bool ___m_bUseWWWType_14; // System.Single CUIResWWW::m_curTime float ___m_curTime_15; // System.Int64 CUIResWWW::m_lastDownLoaded int64_t ___m_lastDownLoaded_16; // System.Int32 CUIResWWW::speed int32_t ___speed_17; // UIGameStarter CUIResWWW::m_GameStartInstance UIGameStarter_t3167157668 * ___m_GameStartInstance_18; // CUIResWWW/CRemoteHotInfo CUIResWWW::m_remoteHotVersionInfo CRemoteHotInfo_t1542281948 * ___m_remoteHotVersionInfo_19; // System.Collections.Generic.LinkedList`1 CUIResWWW::m_resDownloadTask LinkedList_1_t411754135 * ___m_resDownloadTask_20; public: inline static int32_t get_offset_of_m_bIsEnableCode_0() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bIsEnableCode_0)); } inline bool get_m_bIsEnableCode_0() const { return ___m_bIsEnableCode_0; } inline bool* get_address_of_m_bIsEnableCode_0() { return &___m_bIsEnableCode_0; } inline void set_m_bIsEnableCode_0(bool value) { ___m_bIsEnableCode_0 = value; } inline static int32_t get_offset_of_m_bIsEnableResource_1() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bIsEnableResource_1)); } inline bool get_m_bIsEnableResource_1() const { return ___m_bIsEnableResource_1; } inline bool* get_address_of_m_bIsEnableResource_1() { return &___m_bIsEnableResource_1; } inline void set_m_bIsEnableResource_1(bool value) { ___m_bIsEnableResource_1 = value; } inline static int32_t get_offset_of_m_urlProxyURL_2() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlProxyURL_2)); } inline CUrlLabor_t1679613458 * get_m_urlProxyURL_2() const { return ___m_urlProxyURL_2; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlProxyURL_2() { return &___m_urlProxyURL_2; } inline void set_m_urlProxyURL_2(CUrlLabor_t1679613458 * value) { ___m_urlProxyURL_2 = value; Il2CppCodeGenWriteBarrier((&___m_urlProxyURL_2), value); } inline static int32_t get_offset_of_m_urlVersionDownLoad_3() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlVersionDownLoad_3)); } inline CUrlLabor_t1679613458 * get_m_urlVersionDownLoad_3() const { return ___m_urlVersionDownLoad_3; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlVersionDownLoad_3() { return &___m_urlVersionDownLoad_3; } inline void set_m_urlVersionDownLoad_3(CUrlLabor_t1679613458 * value) { ___m_urlVersionDownLoad_3 = value; Il2CppCodeGenWriteBarrier((&___m_urlVersionDownLoad_3), value); } inline static int32_t get_offset_of_m_urlCodeDownLoad_4() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlCodeDownLoad_4)); } inline CUrlLabor_t1679613458 * get_m_urlCodeDownLoad_4() const { return ___m_urlCodeDownLoad_4; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlCodeDownLoad_4() { return &___m_urlCodeDownLoad_4; } inline void set_m_urlCodeDownLoad_4(CUrlLabor_t1679613458 * value) { ___m_urlCodeDownLoad_4 = value; Il2CppCodeGenWriteBarrier((&___m_urlCodeDownLoad_4), value); } inline static int32_t get_offset_of_m_urlResDownload_5() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlResDownload_5)); } inline CUrlLabor_t1679613458 * get_m_urlResDownload_5() const { return ___m_urlResDownload_5; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlResDownload_5() { return &___m_urlResDownload_5; } inline void set_m_urlResDownload_5(CUrlLabor_t1679613458 * value) { ___m_urlResDownload_5 = value; Il2CppCodeGenWriteBarrier((&___m_urlResDownload_5), value); } inline static int32_t get_offset_of_m_lastLoadCodeVer_6() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_lastLoadCodeVer_6)); } inline CVersionIssue_t3008599312 * get_m_lastLoadCodeVer_6() const { return ___m_lastLoadCodeVer_6; } inline CVersionIssue_t3008599312 ** get_address_of_m_lastLoadCodeVer_6() { return &___m_lastLoadCodeVer_6; } inline void set_m_lastLoadCodeVer_6(CVersionIssue_t3008599312 * value) { ___m_lastLoadCodeVer_6 = value; Il2CppCodeGenWriteBarrier((&___m_lastLoadCodeVer_6), value); } inline static int32_t get_offset_of_m_lastLoadUIVer_7() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_lastLoadUIVer_7)); } inline CVersionIssue_t3008599312 * get_m_lastLoadUIVer_7() const { return ___m_lastLoadUIVer_7; } inline CVersionIssue_t3008599312 ** get_address_of_m_lastLoadUIVer_7() { return &___m_lastLoadUIVer_7; } inline void set_m_lastLoadUIVer_7(CVersionIssue_t3008599312 * value) { ___m_lastLoadUIVer_7 = value; Il2CppCodeGenWriteBarrier((&___m_lastLoadUIVer_7), value); } inline static int32_t get_offset_of_m_ResWWWState_8() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_ResWWWState_8)); } inline int32_t get_m_ResWWWState_8() const { return ___m_ResWWWState_8; } inline int32_t* get_address_of_m_ResWWWState_8() { return &___m_ResWWWState_8; } inline void set_m_ResWWWState_8(int32_t value) { ___m_ResWWWState_8 = value; } inline static int32_t get_offset_of_m_webHelp_9() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_webHelp_9)); } inline FitfunWebHelp_t2909657851 * get_m_webHelp_9() const { return ___m_webHelp_9; } inline FitfunWebHelp_t2909657851 ** get_address_of_m_webHelp_9() { return &___m_webHelp_9; } inline void set_m_webHelp_9(FitfunWebHelp_t2909657851 * value) { ___m_webHelp_9 = value; Il2CppCodeGenWriteBarrier((&___m_webHelp_9), value); } inline static int32_t get_offset_of_m_zipIns_10() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_zipIns_10)); } inline FitfunZip_t870197698 * get_m_zipIns_10() const { return ___m_zipIns_10; } inline FitfunZip_t870197698 ** get_address_of_m_zipIns_10() { return &___m_zipIns_10; } inline void set_m_zipIns_10(FitfunZip_t870197698 * value) { ___m_zipIns_10 = value; Il2CppCodeGenWriteBarrier((&___m_zipIns_10), value); } inline static int32_t get_offset_of_m_textMap_11() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_textMap_11)); } inline Dictionary_2_t1632706988 * get_m_textMap_11() const { return ___m_textMap_11; } inline Dictionary_2_t1632706988 ** get_address_of_m_textMap_11() { return &___m_textMap_11; } inline void set_m_textMap_11(Dictionary_2_t1632706988 * value) { ___m_textMap_11 = value; Il2CppCodeGenWriteBarrier((&___m_textMap_11), value); } inline static int32_t get_offset_of_m_bSkipComfirmBox_12() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bSkipComfirmBox_12)); } inline bool get_m_bSkipComfirmBox_12() const { return ___m_bSkipComfirmBox_12; } inline bool* get_address_of_m_bSkipComfirmBox_12() { return &___m_bSkipComfirmBox_12; } inline void set_m_bSkipComfirmBox_12(bool value) { ___m_bSkipComfirmBox_12 = value; } inline static int32_t get_offset_of_m_bUseProxy_13() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bUseProxy_13)); } inline bool get_m_bUseProxy_13() const { return ___m_bUseProxy_13; } inline bool* get_address_of_m_bUseProxy_13() { return &___m_bUseProxy_13; } inline void set_m_bUseProxy_13(bool value) { ___m_bUseProxy_13 = value; } inline static int32_t get_offset_of_m_bUseWWWType_14() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bUseWWWType_14)); } inline bool get_m_bUseWWWType_14() const { return ___m_bUseWWWType_14; } inline bool* get_address_of_m_bUseWWWType_14() { return &___m_bUseWWWType_14; } inline void set_m_bUseWWWType_14(bool value) { ___m_bUseWWWType_14 = value; } inline static int32_t get_offset_of_m_curTime_15() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_curTime_15)); } inline float get_m_curTime_15() const { return ___m_curTime_15; } inline float* get_address_of_m_curTime_15() { return &___m_curTime_15; } inline void set_m_curTime_15(float value) { ___m_curTime_15 = value; } inline static int32_t get_offset_of_m_lastDownLoaded_16() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_lastDownLoaded_16)); } inline int64_t get_m_lastDownLoaded_16() const { return ___m_lastDownLoaded_16; } inline int64_t* get_address_of_m_lastDownLoaded_16() { return &___m_lastDownLoaded_16; } inline void set_m_lastDownLoaded_16(int64_t value) { ___m_lastDownLoaded_16 = value; } inline static int32_t get_offset_of_speed_17() { return static_cast(offsetof(CUIResWWW_t153014691, ___speed_17)); } inline int32_t get_speed_17() const { return ___speed_17; } inline int32_t* get_address_of_speed_17() { return &___speed_17; } inline void set_speed_17(int32_t value) { ___speed_17 = value; } inline static int32_t get_offset_of_m_GameStartInstance_18() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_GameStartInstance_18)); } inline UIGameStarter_t3167157668 * get_m_GameStartInstance_18() const { return ___m_GameStartInstance_18; } inline UIGameStarter_t3167157668 ** get_address_of_m_GameStartInstance_18() { return &___m_GameStartInstance_18; } inline void set_m_GameStartInstance_18(UIGameStarter_t3167157668 * value) { ___m_GameStartInstance_18 = value; Il2CppCodeGenWriteBarrier((&___m_GameStartInstance_18), value); } inline static int32_t get_offset_of_m_remoteHotVersionInfo_19() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_remoteHotVersionInfo_19)); } inline CRemoteHotInfo_t1542281948 * get_m_remoteHotVersionInfo_19() const { return ___m_remoteHotVersionInfo_19; } inline CRemoteHotInfo_t1542281948 ** get_address_of_m_remoteHotVersionInfo_19() { return &___m_remoteHotVersionInfo_19; } inline void set_m_remoteHotVersionInfo_19(CRemoteHotInfo_t1542281948 * value) { ___m_remoteHotVersionInfo_19 = value; Il2CppCodeGenWriteBarrier((&___m_remoteHotVersionInfo_19), value); } inline static int32_t get_offset_of_m_resDownloadTask_20() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_resDownloadTask_20)); } inline LinkedList_1_t411754135 * get_m_resDownloadTask_20() const { return ___m_resDownloadTask_20; } inline LinkedList_1_t411754135 ** get_address_of_m_resDownloadTask_20() { return &___m_resDownloadTask_20; } inline void set_m_resDownloadTask_20(LinkedList_1_t411754135 * value) { ___m_resDownloadTask_20 = value; Il2CppCodeGenWriteBarrier((&___m_resDownloadTask_20), value); } }; struct CUIResWWW_t153014691_StaticFields { public: // CUIResWWW CUIResWWW::s_instance CUIResWWW_t153014691 * ___s_instance_21; public: inline static int32_t get_offset_of_s_instance_21() { return static_cast(offsetof(CUIResWWW_t153014691_StaticFields, ___s_instance_21)); } inline CUIResWWW_t153014691 * get_s_instance_21() const { return ___s_instance_21; } inline CUIResWWW_t153014691 ** get_address_of_s_instance_21() { return &___s_instance_21; } inline void set_s_instance_21(CUIResWWW_t153014691 * value) { ___s_instance_21 = value; Il2CppCodeGenWriteBarrier((&___s_instance_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIRESWWW_T153014691_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 JSONDATA_T1524858407_H #define JSONDATA_T1524858407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonData struct JsonData_t1524858407 : public RuntimeObject { public: // System.Collections.Generic.IList`1 LitJson.JsonData::inst_array RuntimeObject* ___inst_array_0; // System.Boolean LitJson.JsonData::inst_boolean bool ___inst_boolean_1; // System.Double LitJson.JsonData::inst_double double ___inst_double_2; // System.Int32 LitJson.JsonData::inst_int int32_t ___inst_int_3; // System.Int64 LitJson.JsonData::inst_long int64_t ___inst_long_4; // System.Collections.Generic.IDictionary`2 LitJson.JsonData::inst_object RuntimeObject* ___inst_object_5; // System.String LitJson.JsonData::inst_string String_t* ___inst_string_6; // System.String LitJson.JsonData::json String_t* ___json_7; // LitJson.JsonType LitJson.JsonData::type int32_t ___type_8; // System.Collections.Generic.IList`1> LitJson.JsonData::object_list RuntimeObject* ___object_list_9; public: inline static int32_t get_offset_of_inst_array_0() { return static_cast(offsetof(JsonData_t1524858407, ___inst_array_0)); } inline RuntimeObject* get_inst_array_0() const { return ___inst_array_0; } inline RuntimeObject** get_address_of_inst_array_0() { return &___inst_array_0; } inline void set_inst_array_0(RuntimeObject* value) { ___inst_array_0 = value; Il2CppCodeGenWriteBarrier((&___inst_array_0), value); } inline static int32_t get_offset_of_inst_boolean_1() { return static_cast(offsetof(JsonData_t1524858407, ___inst_boolean_1)); } inline bool get_inst_boolean_1() const { return ___inst_boolean_1; } inline bool* get_address_of_inst_boolean_1() { return &___inst_boolean_1; } inline void set_inst_boolean_1(bool value) { ___inst_boolean_1 = value; } inline static int32_t get_offset_of_inst_double_2() { return static_cast(offsetof(JsonData_t1524858407, ___inst_double_2)); } inline double get_inst_double_2() const { return ___inst_double_2; } inline double* get_address_of_inst_double_2() { return &___inst_double_2; } inline void set_inst_double_2(double value) { ___inst_double_2 = value; } inline static int32_t get_offset_of_inst_int_3() { return static_cast(offsetof(JsonData_t1524858407, ___inst_int_3)); } inline int32_t get_inst_int_3() const { return ___inst_int_3; } inline int32_t* get_address_of_inst_int_3() { return &___inst_int_3; } inline void set_inst_int_3(int32_t value) { ___inst_int_3 = value; } inline static int32_t get_offset_of_inst_long_4() { return static_cast(offsetof(JsonData_t1524858407, ___inst_long_4)); } inline int64_t get_inst_long_4() const { return ___inst_long_4; } inline int64_t* get_address_of_inst_long_4() { return &___inst_long_4; } inline void set_inst_long_4(int64_t value) { ___inst_long_4 = value; } inline static int32_t get_offset_of_inst_object_5() { return static_cast(offsetof(JsonData_t1524858407, ___inst_object_5)); } inline RuntimeObject* get_inst_object_5() const { return ___inst_object_5; } inline RuntimeObject** get_address_of_inst_object_5() { return &___inst_object_5; } inline void set_inst_object_5(RuntimeObject* value) { ___inst_object_5 = value; Il2CppCodeGenWriteBarrier((&___inst_object_5), value); } inline static int32_t get_offset_of_inst_string_6() { return static_cast(offsetof(JsonData_t1524858407, ___inst_string_6)); } inline String_t* get_inst_string_6() const { return ___inst_string_6; } inline String_t** get_address_of_inst_string_6() { return &___inst_string_6; } inline void set_inst_string_6(String_t* value) { ___inst_string_6 = value; Il2CppCodeGenWriteBarrier((&___inst_string_6), value); } inline static int32_t get_offset_of_json_7() { return static_cast(offsetof(JsonData_t1524858407, ___json_7)); } inline String_t* get_json_7() const { return ___json_7; } inline String_t** get_address_of_json_7() { return &___json_7; } inline void set_json_7(String_t* value) { ___json_7 = value; Il2CppCodeGenWriteBarrier((&___json_7), value); } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(JsonData_t1524858407, ___type_8)); } inline int32_t get_type_8() const { return ___type_8; } inline int32_t* get_address_of_type_8() { return &___type_8; } inline void set_type_8(int32_t value) { ___type_8 = value; } inline static int32_t get_offset_of_object_list_9() { return static_cast(offsetof(JsonData_t1524858407, ___object_list_9)); } inline RuntimeObject* get_object_list_9() const { return ___object_list_9; } inline RuntimeObject** get_address_of_object_list_9() { return &___object_list_9; } inline void set_object_list_9(RuntimeObject* value) { ___object_list_9 = value; Il2CppCodeGenWriteBarrier((&___object_list_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONDATA_T1524858407_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef MONOIOSTAT_T592533987_H #define MONOIOSTAT_T592533987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoIOStat struct MonoIOStat_t592533987 { public: // System.String System.IO.MonoIOStat::Name String_t* ___Name_0; // System.IO.FileAttributes System.IO.MonoIOStat::Attributes int32_t ___Attributes_1; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_2; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_3; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_4; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(MonoIOStat_t592533987, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_Attributes_1() { return static_cast(offsetof(MonoIOStat_t592533987, ___Attributes_1)); } inline int32_t get_Attributes_1() const { return ___Attributes_1; } inline int32_t* get_address_of_Attributes_1() { return &___Attributes_1; } inline void set_Attributes_1(int32_t value) { ___Attributes_1 = value; } inline static int32_t get_offset_of_Length_2() { return static_cast(offsetof(MonoIOStat_t592533987, ___Length_2)); } inline int64_t get_Length_2() const { return ___Length_2; } inline int64_t* get_address_of_Length_2() { return &___Length_2; } inline void set_Length_2(int64_t value) { ___Length_2 = value; } inline static int32_t get_offset_of_CreationTime_3() { return static_cast(offsetof(MonoIOStat_t592533987, ___CreationTime_3)); } inline int64_t get_CreationTime_3() const { return ___CreationTime_3; } inline int64_t* get_address_of_CreationTime_3() { return &___CreationTime_3; } inline void set_CreationTime_3(int64_t value) { ___CreationTime_3 = value; } inline static int32_t get_offset_of_LastAccessTime_4() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastAccessTime_4)); } inline int64_t get_LastAccessTime_4() const { return ___LastAccessTime_4; } inline int64_t* get_address_of_LastAccessTime_4() { return &___LastAccessTime_4; } inline void set_LastAccessTime_4(int64_t value) { ___LastAccessTime_4 = value; } inline static int32_t get_offset_of_LastWriteTime_5() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastWriteTime_5)); } inline int64_t get_LastWriteTime_5() const { return ___LastWriteTime_5; } inline int64_t* get_address_of_LastWriteTime_5() { return &___LastWriteTime_5; } inline void set_LastWriteTime_5(int64_t value) { ___LastWriteTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_pinvoke { char* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; // Native definition for COM marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_com { Il2CppChar* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; #endif // MONOIOSTAT_T592533987_H #ifndef CSIGNSMANAGER_T1825583579_H #define CSIGNSMANAGER_T1825583579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager struct CSignsManager_t1825583579 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 CSignsManager::m_ReminderData Dictionary_2_t1492992253 * ___m_ReminderData_1; // System.Collections.Generic.List`1 CSignsManager::m_ServerGetReminderList List_1_t4136974863 * ___m_ServerGetReminderList_2; // System.Collections.Generic.List`1 CSignsManager::m_ShownData List_1_t3172176916 * ___m_ShownData_3; // System.Collections.Generic.List`1 CSignsManager::m_CurrentFoundPathList List_1_t3172176916 * ___m_CurrentFoundPathList_4; // DMCore.Logic.enumPersonPage CSignsManager::m_CurrentPage int32_t ___m_CurrentPage_5; public: inline static int32_t get_offset_of_m_ReminderData_1() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_ReminderData_1)); } inline Dictionary_2_t1492992253 * get_m_ReminderData_1() const { return ___m_ReminderData_1; } inline Dictionary_2_t1492992253 ** get_address_of_m_ReminderData_1() { return &___m_ReminderData_1; } inline void set_m_ReminderData_1(Dictionary_2_t1492992253 * value) { ___m_ReminderData_1 = value; Il2CppCodeGenWriteBarrier((&___m_ReminderData_1), value); } inline static int32_t get_offset_of_m_ServerGetReminderList_2() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_ServerGetReminderList_2)); } inline List_1_t4136974863 * get_m_ServerGetReminderList_2() const { return ___m_ServerGetReminderList_2; } inline List_1_t4136974863 ** get_address_of_m_ServerGetReminderList_2() { return &___m_ServerGetReminderList_2; } inline void set_m_ServerGetReminderList_2(List_1_t4136974863 * value) { ___m_ServerGetReminderList_2 = value; Il2CppCodeGenWriteBarrier((&___m_ServerGetReminderList_2), value); } inline static int32_t get_offset_of_m_ShownData_3() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_ShownData_3)); } inline List_1_t3172176916 * get_m_ShownData_3() const { return ___m_ShownData_3; } inline List_1_t3172176916 ** get_address_of_m_ShownData_3() { return &___m_ShownData_3; } inline void set_m_ShownData_3(List_1_t3172176916 * value) { ___m_ShownData_3 = value; Il2CppCodeGenWriteBarrier((&___m_ShownData_3), value); } inline static int32_t get_offset_of_m_CurrentFoundPathList_4() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_CurrentFoundPathList_4)); } inline List_1_t3172176916 * get_m_CurrentFoundPathList_4() const { return ___m_CurrentFoundPathList_4; } inline List_1_t3172176916 ** get_address_of_m_CurrentFoundPathList_4() { return &___m_CurrentFoundPathList_4; } inline void set_m_CurrentFoundPathList_4(List_1_t3172176916 * value) { ___m_CurrentFoundPathList_4 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentFoundPathList_4), value); } inline static int32_t get_offset_of_m_CurrentPage_5() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_CurrentPage_5)); } inline int32_t get_m_CurrentPage_5() const { return ___m_CurrentPage_5; } inline int32_t* get_address_of_m_CurrentPage_5() { return &___m_CurrentPage_5; } inline void set_m_CurrentPage_5(int32_t value) { ___m_CurrentPage_5 = value; } }; struct CSignsManager_t1825583579_StaticFields { public: // CSignsManager CSignsManager::_instance CSignsManager_t1825583579 * ____instance_0; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(CSignsManager_t1825583579_StaticFields, ____instance_0)); } inline CSignsManager_t1825583579 * get__instance_0() const { return ____instance_0; } inline CSignsManager_t1825583579 ** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(CSignsManager_t1825583579 * value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((&____instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSIGNSMANAGER_T1825583579_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 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 CWNDCONTROLLER_T749709641_H #define CWNDCONTROLLER_T749709641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndController struct CWndController_t749709641 : public RuntimeObject { public: // DMCore.Logic.CWndController/UIWndStack DMCore.Logic.CWndController::m_ShowWndStack UIWndStack_t3738908003 * ___m_ShowWndStack_0; // UnityEngine.Transform DMCore.Logic.CWndController::m_rootScene Transform_t3600365921 * ___m_rootScene_1; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_rootPage int32_t ___m_rootPage_2; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_customReturnPage int32_t ___m_customReturnPage_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWndController::m_SceneBGGroup Dictionary_2_t3385622220 * ___m_SceneBGGroup_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWndController::m_dictionary Dictionary_2_t3999618383 * ___m_dictionary_5; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_activePage int32_t ___m_activePage_6; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_lastActivePage int32_t ___m_lastActivePage_7; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_NeedShowTaskPage int32_t ___m_NeedShowTaskPage_8; public: inline static int32_t get_offset_of_m_ShowWndStack_0() { return static_cast(offsetof(CWndController_t749709641, ___m_ShowWndStack_0)); } inline UIWndStack_t3738908003 * get_m_ShowWndStack_0() const { return ___m_ShowWndStack_0; } inline UIWndStack_t3738908003 ** get_address_of_m_ShowWndStack_0() { return &___m_ShowWndStack_0; } inline void set_m_ShowWndStack_0(UIWndStack_t3738908003 * value) { ___m_ShowWndStack_0 = value; Il2CppCodeGenWriteBarrier((&___m_ShowWndStack_0), value); } inline static int32_t get_offset_of_m_rootScene_1() { return static_cast(offsetof(CWndController_t749709641, ___m_rootScene_1)); } inline Transform_t3600365921 * get_m_rootScene_1() const { return ___m_rootScene_1; } inline Transform_t3600365921 ** get_address_of_m_rootScene_1() { return &___m_rootScene_1; } inline void set_m_rootScene_1(Transform_t3600365921 * value) { ___m_rootScene_1 = value; Il2CppCodeGenWriteBarrier((&___m_rootScene_1), value); } inline static int32_t get_offset_of_m_rootPage_2() { return static_cast(offsetof(CWndController_t749709641, ___m_rootPage_2)); } inline int32_t get_m_rootPage_2() const { return ___m_rootPage_2; } inline int32_t* get_address_of_m_rootPage_2() { return &___m_rootPage_2; } inline void set_m_rootPage_2(int32_t value) { ___m_rootPage_2 = value; } inline static int32_t get_offset_of_m_customReturnPage_3() { return static_cast(offsetof(CWndController_t749709641, ___m_customReturnPage_3)); } inline int32_t get_m_customReturnPage_3() const { return ___m_customReturnPage_3; } inline int32_t* get_address_of_m_customReturnPage_3() { return &___m_customReturnPage_3; } inline void set_m_customReturnPage_3(int32_t value) { ___m_customReturnPage_3 = value; } inline static int32_t get_offset_of_m_SceneBGGroup_4() { return static_cast(offsetof(CWndController_t749709641, ___m_SceneBGGroup_4)); } inline Dictionary_2_t3385622220 * get_m_SceneBGGroup_4() const { return ___m_SceneBGGroup_4; } inline Dictionary_2_t3385622220 ** get_address_of_m_SceneBGGroup_4() { return &___m_SceneBGGroup_4; } inline void set_m_SceneBGGroup_4(Dictionary_2_t3385622220 * value) { ___m_SceneBGGroup_4 = value; Il2CppCodeGenWriteBarrier((&___m_SceneBGGroup_4), value); } inline static int32_t get_offset_of_m_dictionary_5() { return static_cast(offsetof(CWndController_t749709641, ___m_dictionary_5)); } inline Dictionary_2_t3999618383 * get_m_dictionary_5() const { return ___m_dictionary_5; } inline Dictionary_2_t3999618383 ** get_address_of_m_dictionary_5() { return &___m_dictionary_5; } inline void set_m_dictionary_5(Dictionary_2_t3999618383 * value) { ___m_dictionary_5 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_5), value); } inline static int32_t get_offset_of_m_activePage_6() { return static_cast(offsetof(CWndController_t749709641, ___m_activePage_6)); } inline int32_t get_m_activePage_6() const { return ___m_activePage_6; } inline int32_t* get_address_of_m_activePage_6() { return &___m_activePage_6; } inline void set_m_activePage_6(int32_t value) { ___m_activePage_6 = value; } inline static int32_t get_offset_of_m_lastActivePage_7() { return static_cast(offsetof(CWndController_t749709641, ___m_lastActivePage_7)); } inline int32_t get_m_lastActivePage_7() const { return ___m_lastActivePage_7; } inline int32_t* get_address_of_m_lastActivePage_7() { return &___m_lastActivePage_7; } inline void set_m_lastActivePage_7(int32_t value) { ___m_lastActivePage_7 = value; } inline static int32_t get_offset_of_m_NeedShowTaskPage_8() { return static_cast(offsetof(CWndController_t749709641, ___m_NeedShowTaskPage_8)); } inline int32_t get_m_NeedShowTaskPage_8() const { return ___m_NeedShowTaskPage_8; } inline int32_t* get_address_of_m_NeedShowTaskPage_8() { return &___m_NeedShowTaskPage_8; } inline void set_m_NeedShowTaskPage_8(int32_t value) { ___m_NeedShowTaskPage_8 = value; } }; struct CWndController_t749709641_StaticFields { public: // DMCore.Logic.CWndController DMCore.Logic.CWndController::s_Instance CWndController_t749709641 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(CWndController_t749709641_StaticFields, ___s_Instance_9)); } inline CWndController_t749709641 * get_s_Instance_9() const { return ___s_Instance_9; } inline CWndController_t749709641 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(CWndController_t749709641 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWNDCONTROLLER_T749709641_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 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 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 COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_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 SUITINFO_T4135687472_H #define SUITINFO_T4135687472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookCfg/SuitInfo struct SuitInfo_t4135687472 : public RuntimeObject { public: // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String HandBookCfg/SuitInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String HandBookCfg/SuitInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_2; // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CScoreU3Ek__BackingField_3; // System.String HandBookCfg/SuitInfo::k__BackingField String_t* ___U3CStoryU3Ek__BackingField_4; // UnityEngine.Texture2D HandBookCfg/SuitInfo::k__BackingField Texture2D_t3840446185 * ___U3CIconU3Ek__BackingField_5; // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CIndexU3Ek__BackingField_6; // System.Collections.Generic.List`1 HandBookCfg/SuitInfo::k__BackingField List_1_t1208796635 * ___U3CFashionListU3Ek__BackingField_7; // System.Collections.Generic.List`1 HandBookCfg/SuitInfo::k__BackingField List_1_t296433643 * ___U3CRewardListU3Ek__BackingField_8; // EnumSuitReward HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CRewardStausU3Ek__BackingField_9; // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CenumSexU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CIdU3Ek__BackingField_0)); } inline int32_t get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(int32_t value) { ___U3CIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CDescU3Ek__BackingField_2() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CDescU3Ek__BackingField_2)); } inline String_t* get_U3CDescU3Ek__BackingField_2() const { return ___U3CDescU3Ek__BackingField_2; } inline String_t** get_address_of_U3CDescU3Ek__BackingField_2() { return &___U3CDescU3Ek__BackingField_2; } inline void set_U3CDescU3Ek__BackingField_2(String_t* value) { ___U3CDescU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CDescU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CScoreU3Ek__BackingField_3() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CScoreU3Ek__BackingField_3)); } inline int32_t get_U3CScoreU3Ek__BackingField_3() const { return ___U3CScoreU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CScoreU3Ek__BackingField_3() { return &___U3CScoreU3Ek__BackingField_3; } inline void set_U3CScoreU3Ek__BackingField_3(int32_t value) { ___U3CScoreU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CStoryU3Ek__BackingField_4() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CStoryU3Ek__BackingField_4)); } inline String_t* get_U3CStoryU3Ek__BackingField_4() const { return ___U3CStoryU3Ek__BackingField_4; } inline String_t** get_address_of_U3CStoryU3Ek__BackingField_4() { return &___U3CStoryU3Ek__BackingField_4; } inline void set_U3CStoryU3Ek__BackingField_4(String_t* value) { ___U3CStoryU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CStoryU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CIconU3Ek__BackingField_5() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CIconU3Ek__BackingField_5)); } inline Texture2D_t3840446185 * get_U3CIconU3Ek__BackingField_5() const { return ___U3CIconU3Ek__BackingField_5; } inline Texture2D_t3840446185 ** get_address_of_U3CIconU3Ek__BackingField_5() { return &___U3CIconU3Ek__BackingField_5; } inline void set_U3CIconU3Ek__BackingField_5(Texture2D_t3840446185 * value) { ___U3CIconU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CIconU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CIndexU3Ek__BackingField_6() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CIndexU3Ek__BackingField_6)); } inline int32_t get_U3CIndexU3Ek__BackingField_6() const { return ___U3CIndexU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CIndexU3Ek__BackingField_6() { return &___U3CIndexU3Ek__BackingField_6; } inline void set_U3CIndexU3Ek__BackingField_6(int32_t value) { ___U3CIndexU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CFashionListU3Ek__BackingField_7() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CFashionListU3Ek__BackingField_7)); } inline List_1_t1208796635 * get_U3CFashionListU3Ek__BackingField_7() const { return ___U3CFashionListU3Ek__BackingField_7; } inline List_1_t1208796635 ** get_address_of_U3CFashionListU3Ek__BackingField_7() { return &___U3CFashionListU3Ek__BackingField_7; } inline void set_U3CFashionListU3Ek__BackingField_7(List_1_t1208796635 * value) { ___U3CFashionListU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CFashionListU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_U3CRewardListU3Ek__BackingField_8() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CRewardListU3Ek__BackingField_8)); } inline List_1_t296433643 * get_U3CRewardListU3Ek__BackingField_8() const { return ___U3CRewardListU3Ek__BackingField_8; } inline List_1_t296433643 ** get_address_of_U3CRewardListU3Ek__BackingField_8() { return &___U3CRewardListU3Ek__BackingField_8; } inline void set_U3CRewardListU3Ek__BackingField_8(List_1_t296433643 * value) { ___U3CRewardListU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CRewardListU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3CRewardStausU3Ek__BackingField_9() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CRewardStausU3Ek__BackingField_9)); } inline int32_t get_U3CRewardStausU3Ek__BackingField_9() const { return ___U3CRewardStausU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CRewardStausU3Ek__BackingField_9() { return &___U3CRewardStausU3Ek__BackingField_9; } inline void set_U3CRewardStausU3Ek__BackingField_9(int32_t value) { ___U3CRewardStausU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CenumSexU3Ek__BackingField_10() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CenumSexU3Ek__BackingField_10)); } inline int32_t get_U3CenumSexU3Ek__BackingField_10() const { return ___U3CenumSexU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CenumSexU3Ek__BackingField_10() { return &___U3CenumSexU3Ek__BackingField_10; } inline void set_U3CenumSexU3Ek__BackingField_10(int32_t value) { ___U3CenumSexU3Ek__BackingField_10 = value; } }; struct SuitInfo_t4135687472_StaticFields { public: // System.Predicate`1 HandBookCfg/SuitInfo::<>f__am$cache0 Predicate_1_t562016017 * ___U3CU3Ef__amU24cache0_11; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_11() { return static_cast(offsetof(SuitInfo_t4135687472_StaticFields, ___U3CU3Ef__amU24cache0_11)); } inline Predicate_1_t562016017 * get_U3CU3Ef__amU24cache0_11() const { return ___U3CU3Ef__amU24cache0_11; } inline Predicate_1_t562016017 ** get_address_of_U3CU3Ef__amU24cache0_11() { return &___U3CU3Ef__amU24cache0_11; } inline void set_U3CU3Ef__amU24cache0_11(Predicate_1_t562016017 * value) { ___U3CU3Ef__amU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUITINFO_T4135687472_H #ifndef CTABSEARCHCTR_T3498668791_H #define CTABSEARCHCTR_T3498668791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CTabSearchCtr struct CTabSearchCtr_t3498668791 : public IMonoCtrllor_t1427182583 { public: // System.Action`2,System.Collections.Generic.List`1> CTabSearchCtr::k__BackingField Action_2_t814181762 * ___U3COnGetTagListActionU3Ek__BackingField_2; // System.Action`1> CTabSearchCtr::k__BackingField Action_1_t1302708402 * ___U3COnGetItemListActionU3Ek__BackingField_3; // System.Action CTabSearchCtr::k__BackingField Action_t1264377477 * ___U3COnCloseUIU3Ek__BackingField_4; // DMCore.Logic.ITEM_SHOP_TYPE CTabSearchCtr::k__BackingField int32_t ___U3CTabSearchTypeU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3COnGetTagListActionU3Ek__BackingField_2() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3COnGetTagListActionU3Ek__BackingField_2)); } inline Action_2_t814181762 * get_U3COnGetTagListActionU3Ek__BackingField_2() const { return ___U3COnGetTagListActionU3Ek__BackingField_2; } inline Action_2_t814181762 ** get_address_of_U3COnGetTagListActionU3Ek__BackingField_2() { return &___U3COnGetTagListActionU3Ek__BackingField_2; } inline void set_U3COnGetTagListActionU3Ek__BackingField_2(Action_2_t814181762 * value) { ___U3COnGetTagListActionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3COnGetTagListActionU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3COnGetItemListActionU3Ek__BackingField_3() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3COnGetItemListActionU3Ek__BackingField_3)); } inline Action_1_t1302708402 * get_U3COnGetItemListActionU3Ek__BackingField_3() const { return ___U3COnGetItemListActionU3Ek__BackingField_3; } inline Action_1_t1302708402 ** get_address_of_U3COnGetItemListActionU3Ek__BackingField_3() { return &___U3COnGetItemListActionU3Ek__BackingField_3; } inline void set_U3COnGetItemListActionU3Ek__BackingField_3(Action_1_t1302708402 * value) { ___U3COnGetItemListActionU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3COnGetItemListActionU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3COnCloseUIU3Ek__BackingField_4() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3COnCloseUIU3Ek__BackingField_4)); } inline Action_t1264377477 * get_U3COnCloseUIU3Ek__BackingField_4() const { return ___U3COnCloseUIU3Ek__BackingField_4; } inline Action_t1264377477 ** get_address_of_U3COnCloseUIU3Ek__BackingField_4() { return &___U3COnCloseUIU3Ek__BackingField_4; } inline void set_U3COnCloseUIU3Ek__BackingField_4(Action_t1264377477 * value) { ___U3COnCloseUIU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3COnCloseUIU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CTabSearchTypeU3Ek__BackingField_5() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3CTabSearchTypeU3Ek__BackingField_5)); } inline int32_t get_U3CTabSearchTypeU3Ek__BackingField_5() const { return ___U3CTabSearchTypeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CTabSearchTypeU3Ek__BackingField_5() { return &___U3CTabSearchTypeU3Ek__BackingField_5; } inline void set_U3CTabSearchTypeU3Ek__BackingField_5(int32_t value) { ___U3CTabSearchTypeU3Ek__BackingField_5 = value; } }; struct CTabSearchCtr_t3498668791_StaticFields { public: // CTabSearchCtr CTabSearchCtr::s_Instance CTabSearchCtr_t3498668791 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CTabSearchCtr_t3498668791_StaticFields, ___s_Instance_1)); } inline CTabSearchCtr_t3498668791 * get_s_Instance_1() const { return ___s_Instance_1; } inline CTabSearchCtr_t3498668791 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CTabSearchCtr_t3498668791 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTABSEARCHCTR_T3498668791_H #ifndef CBEATKEYSWINGUI_T1346072144_H #define CBEATKEYSWINGUI_T1346072144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingUI struct CBeatKeySwingUI_t1346072144 : public RuntimeObject { public: // DMCore.DanceMode.enumSwingType DMCore.DanceMode.CBeatKeySwingUI::k__BackingField int32_t ___U3CSwingTypeU3Ek__BackingField_0; // UISprite DMCore.DanceMode.CBeatKeySwingUI::k__BackingField UISprite_t194114938 * ___U3CSpriteItemU3Ek__BackingField_1; // UISprite DMCore.DanceMode.CBeatKeySwingUI::k__BackingField UISprite_t194114938 * ___U3CSpriteArrowU3Ek__BackingField_2; // System.Int32 DMCore.DanceMode.CBeatKeySwingUI::GroupVal int32_t ___GroupVal_3; // System.Boolean DMCore.DanceMode.CBeatKeySwingUI::m_bNormalColor bool ___m_bNormalColor_4; // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingUI::m_transRoot Transform_t3600365921 * ___m_transRoot_5; public: inline static int32_t get_offset_of_U3CSwingTypeU3Ek__BackingField_0() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___U3CSwingTypeU3Ek__BackingField_0)); } inline int32_t get_U3CSwingTypeU3Ek__BackingField_0() const { return ___U3CSwingTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CSwingTypeU3Ek__BackingField_0() { return &___U3CSwingTypeU3Ek__BackingField_0; } inline void set_U3CSwingTypeU3Ek__BackingField_0(int32_t value) { ___U3CSwingTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CSpriteItemU3Ek__BackingField_1() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___U3CSpriteItemU3Ek__BackingField_1)); } inline UISprite_t194114938 * get_U3CSpriteItemU3Ek__BackingField_1() const { return ___U3CSpriteItemU3Ek__BackingField_1; } inline UISprite_t194114938 ** get_address_of_U3CSpriteItemU3Ek__BackingField_1() { return &___U3CSpriteItemU3Ek__BackingField_1; } inline void set_U3CSpriteItemU3Ek__BackingField_1(UISprite_t194114938 * value) { ___U3CSpriteItemU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CSpriteItemU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CSpriteArrowU3Ek__BackingField_2() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___U3CSpriteArrowU3Ek__BackingField_2)); } inline UISprite_t194114938 * get_U3CSpriteArrowU3Ek__BackingField_2() const { return ___U3CSpriteArrowU3Ek__BackingField_2; } inline UISprite_t194114938 ** get_address_of_U3CSpriteArrowU3Ek__BackingField_2() { return &___U3CSpriteArrowU3Ek__BackingField_2; } inline void set_U3CSpriteArrowU3Ek__BackingField_2(UISprite_t194114938 * value) { ___U3CSpriteArrowU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CSpriteArrowU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_GroupVal_3() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___GroupVal_3)); } inline int32_t get_GroupVal_3() const { return ___GroupVal_3; } inline int32_t* get_address_of_GroupVal_3() { return &___GroupVal_3; } inline void set_GroupVal_3(int32_t value) { ___GroupVal_3 = value; } inline static int32_t get_offset_of_m_bNormalColor_4() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___m_bNormalColor_4)); } inline bool get_m_bNormalColor_4() const { return ___m_bNormalColor_4; } inline bool* get_address_of_m_bNormalColor_4() { return &___m_bNormalColor_4; } inline void set_m_bNormalColor_4(bool value) { ___m_bNormalColor_4 = value; } inline static int32_t get_offset_of_m_transRoot_5() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___m_transRoot_5)); } inline Transform_t3600365921 * get_m_transRoot_5() const { return ___m_transRoot_5; } inline Transform_t3600365921 ** get_address_of_m_transRoot_5() { return &___m_transRoot_5; } inline void set_m_transRoot_5(Transform_t3600365921 * value) { ___m_transRoot_5 = value; Il2CppCodeGenWriteBarrier((&___m_transRoot_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGUI_T1346072144_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 CPROXYMSG_T3400139011_H #define CPROXYMSG_T3400139011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVersionWWW/CProxyMsg struct CProxyMsg_t3400139011 : public CThreadMsgWebGet_t2224858682 { public: // System.Int32 CVersionWWW/CProxyMsg::m_failedTime int32_t ___m_failedTime_5; public: inline static int32_t get_offset_of_m_failedTime_5() { return static_cast(offsetof(CProxyMsg_t3400139011, ___m_failedTime_5)); } inline int32_t get_m_failedTime_5() const { return ___m_failedTime_5; } inline int32_t* get_address_of_m_failedTime_5() { return &___m_failedTime_5; } inline void set_m_failedTime_5(int32_t value) { ___m_failedTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROXYMSG_T3400139011_H #ifndef CMERGEDVERSIONCFGMSG_T2041069836_H #define CMERGEDVERSIONCFGMSG_T2041069836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVersionWWW/CMergedVersionCfgMsg struct CMergedVersionCfgMsg_t2041069836 : public CThreadMsgWebGet_t2224858682 { public: // System.Int32 CVersionWWW/CMergedVersionCfgMsg::m_accessIndex int32_t ___m_accessIndex_5; public: inline static int32_t get_offset_of_m_accessIndex_5() { return static_cast(offsetof(CMergedVersionCfgMsg_t2041069836, ___m_accessIndex_5)); } inline int32_t get_m_accessIndex_5() const { return ___m_accessIndex_5; } inline int32_t* get_address_of_m_accessIndex_5() { return &___m_accessIndex_5; } inline void set_m_accessIndex_5(int32_t value) { ___m_accessIndex_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMERGEDVERSIONCFGMSG_T2041069836_H #ifndef CVERSIONUPDATEMSG_T1074894675_H #define CVERSIONUPDATEMSG_T1074894675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVersionWWW/CVersionUpdateMsg struct CVersionUpdateMsg_t1074894675 : public CThreadMsgWebGet_t2224858682 { public: // System.String CVersionWWW/CVersionUpdateMsg::m_targetFile String_t* ___m_targetFile_5; // System.String CVersionWWW/CVersionUpdateMsg::m_dbFilePath String_t* ___m_dbFilePath_6; // System.Int32 CVersionWWW/CVersionUpdateMsg::m_accessIndex int32_t ___m_accessIndex_7; public: inline static int32_t get_offset_of_m_targetFile_5() { return static_cast(offsetof(CVersionUpdateMsg_t1074894675, ___m_targetFile_5)); } inline String_t* get_m_targetFile_5() const { return ___m_targetFile_5; } inline String_t** get_address_of_m_targetFile_5() { return &___m_targetFile_5; } inline void set_m_targetFile_5(String_t* value) { ___m_targetFile_5 = value; Il2CppCodeGenWriteBarrier((&___m_targetFile_5), value); } inline static int32_t get_offset_of_m_dbFilePath_6() { return static_cast(offsetof(CVersionUpdateMsg_t1074894675, ___m_dbFilePath_6)); } inline String_t* get_m_dbFilePath_6() const { return ___m_dbFilePath_6; } inline String_t** get_address_of_m_dbFilePath_6() { return &___m_dbFilePath_6; } inline void set_m_dbFilePath_6(String_t* value) { ___m_dbFilePath_6 = value; Il2CppCodeGenWriteBarrier((&___m_dbFilePath_6), value); } inline static int32_t get_offset_of_m_accessIndex_7() { return static_cast(offsetof(CVersionUpdateMsg_t1074894675, ___m_accessIndex_7)); } inline int32_t get_m_accessIndex_7() const { return ___m_accessIndex_7; } inline int32_t* get_address_of_m_accessIndex_7() { return &___m_accessIndex_7; } inline void set_m_accessIndex_7(int32_t value) { ___m_accessIndex_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVERSIONUPDATEMSG_T1074894675_H #ifndef CGUILDMANAGER_T3445311192_H #define CGUILDMANAGER_T3445311192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildManager struct CGuildManager_t3445311192 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildManager::CurrentGuildPage int32_t ___CurrentGuildPage_0; // System.Int32 DMCore.Logic.CGuildManager::k__BackingField int32_t ___U3CCurrentPageU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CGuildManager::k__BackingField int32_t ___U3CSelectedIndexU3Ek__BackingField_2; // System.String DMCore.Logic.CGuildManager::newName String_t* ___newName_3; // System.Boolean DMCore.Logic.CGuildManager::isNeedChangeName bool ___isNeedChangeName_4; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CGuildManager::m_InvitorList ITaskBase_1_t2595950535 * ___m_InvitorList_5; // System.Collections.Generic.List`1 DMCore.Logic.CGuildManager::m_GuildList List_1_t2148006193 * ___m_GuildList_6; // DMCore.Logic.CCreateCondition DMCore.Logic.CGuildManager::m_CreateCondition CCreateCondition_t197933841 * ___m_CreateCondition_7; // System.Int32 DMCore.Logic.CGuildManager::m_ActiveGuildID int32_t ___m_ActiveGuildID_8; // System.Int32 DMCore.Logic.CGuildManager::m_RequestGuildID int32_t ___m_RequestGuildID_9; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildIDChanged bool ___m_IsGuildIDChanged_10; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildDataUpdate bool ___m_IsGuildDataUpdate_11; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildListChangedReady bool ___m_IsGuildListChangedReady_12; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildListChanged bool ___m_IsGuildListChanged_13; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfGuildBaseChanged bool ___m_IsSelfGuildBaseChanged_14; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfGuildMemberChanged bool ___m_IsSelfGuildMemberChanged_15; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfGuildLogChanged bool ___m_IsSelfGuildLogChanged_16; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfJoinInRequestChanged bool ___m_IsSelfJoinInRequestChanged_17; // System.Boolean DMCore.Logic.CGuildManager::m_IsCreateConditonChanged bool ___m_IsCreateConditonChanged_18; // System.Boolean DMCore.Logic.CGuildManager::m_IsCreateGuildSuccess bool ___m_IsCreateGuildSuccess_19; // System.Boolean DMCore.Logic.CGuildManager::m_IsOtherGuildInfoChanged bool ___m_IsOtherGuildInfoChanged_20; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildDutyChanged bool ___m_IsGuildDutyChanged_21; // System.Boolean DMCore.Logic.CGuildManager::m_IsReadyToGetMoreMemebers bool ___m_IsReadyToGetMoreMemebers_22; // DMCore.Logic.enumGuildListState DMCore.Logic.CGuildManager::m_GuildListState int32_t ___m_GuildListState_23; // System.String DMCore.Logic.CGuildManager::m_LastGuildSearchKey String_t* ___m_LastGuildSearchKey_24; // System.Boolean DMCore.Logic.CGuildManager::m_BeKickOutGuildAndNeedBox bool ___m_BeKickOutGuildAndNeedBox_25; public: inline static int32_t get_offset_of_CurrentGuildPage_0() { return static_cast(offsetof(CGuildManager_t3445311192, ___CurrentGuildPage_0)); } inline int32_t get_CurrentGuildPage_0() const { return ___CurrentGuildPage_0; } inline int32_t* get_address_of_CurrentGuildPage_0() { return &___CurrentGuildPage_0; } inline void set_CurrentGuildPage_0(int32_t value) { ___CurrentGuildPage_0 = value; } inline static int32_t get_offset_of_U3CCurrentPageU3Ek__BackingField_1() { return static_cast(offsetof(CGuildManager_t3445311192, ___U3CCurrentPageU3Ek__BackingField_1)); } inline int32_t get_U3CCurrentPageU3Ek__BackingField_1() const { return ___U3CCurrentPageU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurrentPageU3Ek__BackingField_1() { return &___U3CCurrentPageU3Ek__BackingField_1; } inline void set_U3CCurrentPageU3Ek__BackingField_1(int32_t value) { ___U3CCurrentPageU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSelectedIndexU3Ek__BackingField_2() { return static_cast(offsetof(CGuildManager_t3445311192, ___U3CSelectedIndexU3Ek__BackingField_2)); } inline int32_t get_U3CSelectedIndexU3Ek__BackingField_2() const { return ___U3CSelectedIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSelectedIndexU3Ek__BackingField_2() { return &___U3CSelectedIndexU3Ek__BackingField_2; } inline void set_U3CSelectedIndexU3Ek__BackingField_2(int32_t value) { ___U3CSelectedIndexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_newName_3() { return static_cast(offsetof(CGuildManager_t3445311192, ___newName_3)); } inline String_t* get_newName_3() const { return ___newName_3; } inline String_t** get_address_of_newName_3() { return &___newName_3; } inline void set_newName_3(String_t* value) { ___newName_3 = value; Il2CppCodeGenWriteBarrier((&___newName_3), value); } inline static int32_t get_offset_of_isNeedChangeName_4() { return static_cast(offsetof(CGuildManager_t3445311192, ___isNeedChangeName_4)); } inline bool get_isNeedChangeName_4() const { return ___isNeedChangeName_4; } inline bool* get_address_of_isNeedChangeName_4() { return &___isNeedChangeName_4; } inline void set_isNeedChangeName_4(bool value) { ___isNeedChangeName_4 = value; } inline static int32_t get_offset_of_m_InvitorList_5() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_InvitorList_5)); } inline ITaskBase_1_t2595950535 * get_m_InvitorList_5() const { return ___m_InvitorList_5; } inline ITaskBase_1_t2595950535 ** get_address_of_m_InvitorList_5() { return &___m_InvitorList_5; } inline void set_m_InvitorList_5(ITaskBase_1_t2595950535 * value) { ___m_InvitorList_5 = value; Il2CppCodeGenWriteBarrier((&___m_InvitorList_5), value); } inline static int32_t get_offset_of_m_GuildList_6() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_GuildList_6)); } inline List_1_t2148006193 * get_m_GuildList_6() const { return ___m_GuildList_6; } inline List_1_t2148006193 ** get_address_of_m_GuildList_6() { return &___m_GuildList_6; } inline void set_m_GuildList_6(List_1_t2148006193 * value) { ___m_GuildList_6 = value; Il2CppCodeGenWriteBarrier((&___m_GuildList_6), value); } inline static int32_t get_offset_of_m_CreateCondition_7() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_CreateCondition_7)); } inline CCreateCondition_t197933841 * get_m_CreateCondition_7() const { return ___m_CreateCondition_7; } inline CCreateCondition_t197933841 ** get_address_of_m_CreateCondition_7() { return &___m_CreateCondition_7; } inline void set_m_CreateCondition_7(CCreateCondition_t197933841 * value) { ___m_CreateCondition_7 = value; Il2CppCodeGenWriteBarrier((&___m_CreateCondition_7), value); } inline static int32_t get_offset_of_m_ActiveGuildID_8() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_ActiveGuildID_8)); } inline int32_t get_m_ActiveGuildID_8() const { return ___m_ActiveGuildID_8; } inline int32_t* get_address_of_m_ActiveGuildID_8() { return &___m_ActiveGuildID_8; } inline void set_m_ActiveGuildID_8(int32_t value) { ___m_ActiveGuildID_8 = value; } inline static int32_t get_offset_of_m_RequestGuildID_9() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_RequestGuildID_9)); } inline int32_t get_m_RequestGuildID_9() const { return ___m_RequestGuildID_9; } inline int32_t* get_address_of_m_RequestGuildID_9() { return &___m_RequestGuildID_9; } inline void set_m_RequestGuildID_9(int32_t value) { ___m_RequestGuildID_9 = value; } inline static int32_t get_offset_of_m_IsGuildIDChanged_10() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildIDChanged_10)); } inline bool get_m_IsGuildIDChanged_10() const { return ___m_IsGuildIDChanged_10; } inline bool* get_address_of_m_IsGuildIDChanged_10() { return &___m_IsGuildIDChanged_10; } inline void set_m_IsGuildIDChanged_10(bool value) { ___m_IsGuildIDChanged_10 = value; } inline static int32_t get_offset_of_m_IsGuildDataUpdate_11() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildDataUpdate_11)); } inline bool get_m_IsGuildDataUpdate_11() const { return ___m_IsGuildDataUpdate_11; } inline bool* get_address_of_m_IsGuildDataUpdate_11() { return &___m_IsGuildDataUpdate_11; } inline void set_m_IsGuildDataUpdate_11(bool value) { ___m_IsGuildDataUpdate_11 = value; } inline static int32_t get_offset_of_m_IsGuildListChangedReady_12() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildListChangedReady_12)); } inline bool get_m_IsGuildListChangedReady_12() const { return ___m_IsGuildListChangedReady_12; } inline bool* get_address_of_m_IsGuildListChangedReady_12() { return &___m_IsGuildListChangedReady_12; } inline void set_m_IsGuildListChangedReady_12(bool value) { ___m_IsGuildListChangedReady_12 = value; } inline static int32_t get_offset_of_m_IsGuildListChanged_13() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildListChanged_13)); } inline bool get_m_IsGuildListChanged_13() const { return ___m_IsGuildListChanged_13; } inline bool* get_address_of_m_IsGuildListChanged_13() { return &___m_IsGuildListChanged_13; } inline void set_m_IsGuildListChanged_13(bool value) { ___m_IsGuildListChanged_13 = value; } inline static int32_t get_offset_of_m_IsSelfGuildBaseChanged_14() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfGuildBaseChanged_14)); } inline bool get_m_IsSelfGuildBaseChanged_14() const { return ___m_IsSelfGuildBaseChanged_14; } inline bool* get_address_of_m_IsSelfGuildBaseChanged_14() { return &___m_IsSelfGuildBaseChanged_14; } inline void set_m_IsSelfGuildBaseChanged_14(bool value) { ___m_IsSelfGuildBaseChanged_14 = value; } inline static int32_t get_offset_of_m_IsSelfGuildMemberChanged_15() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfGuildMemberChanged_15)); } inline bool get_m_IsSelfGuildMemberChanged_15() const { return ___m_IsSelfGuildMemberChanged_15; } inline bool* get_address_of_m_IsSelfGuildMemberChanged_15() { return &___m_IsSelfGuildMemberChanged_15; } inline void set_m_IsSelfGuildMemberChanged_15(bool value) { ___m_IsSelfGuildMemberChanged_15 = value; } inline static int32_t get_offset_of_m_IsSelfGuildLogChanged_16() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfGuildLogChanged_16)); } inline bool get_m_IsSelfGuildLogChanged_16() const { return ___m_IsSelfGuildLogChanged_16; } inline bool* get_address_of_m_IsSelfGuildLogChanged_16() { return &___m_IsSelfGuildLogChanged_16; } inline void set_m_IsSelfGuildLogChanged_16(bool value) { ___m_IsSelfGuildLogChanged_16 = value; } inline static int32_t get_offset_of_m_IsSelfJoinInRequestChanged_17() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfJoinInRequestChanged_17)); } inline bool get_m_IsSelfJoinInRequestChanged_17() const { return ___m_IsSelfJoinInRequestChanged_17; } inline bool* get_address_of_m_IsSelfJoinInRequestChanged_17() { return &___m_IsSelfJoinInRequestChanged_17; } inline void set_m_IsSelfJoinInRequestChanged_17(bool value) { ___m_IsSelfJoinInRequestChanged_17 = value; } inline static int32_t get_offset_of_m_IsCreateConditonChanged_18() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsCreateConditonChanged_18)); } inline bool get_m_IsCreateConditonChanged_18() const { return ___m_IsCreateConditonChanged_18; } inline bool* get_address_of_m_IsCreateConditonChanged_18() { return &___m_IsCreateConditonChanged_18; } inline void set_m_IsCreateConditonChanged_18(bool value) { ___m_IsCreateConditonChanged_18 = value; } inline static int32_t get_offset_of_m_IsCreateGuildSuccess_19() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsCreateGuildSuccess_19)); } inline bool get_m_IsCreateGuildSuccess_19() const { return ___m_IsCreateGuildSuccess_19; } inline bool* get_address_of_m_IsCreateGuildSuccess_19() { return &___m_IsCreateGuildSuccess_19; } inline void set_m_IsCreateGuildSuccess_19(bool value) { ___m_IsCreateGuildSuccess_19 = value; } inline static int32_t get_offset_of_m_IsOtherGuildInfoChanged_20() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsOtherGuildInfoChanged_20)); } inline bool get_m_IsOtherGuildInfoChanged_20() const { return ___m_IsOtherGuildInfoChanged_20; } inline bool* get_address_of_m_IsOtherGuildInfoChanged_20() { return &___m_IsOtherGuildInfoChanged_20; } inline void set_m_IsOtherGuildInfoChanged_20(bool value) { ___m_IsOtherGuildInfoChanged_20 = value; } inline static int32_t get_offset_of_m_IsGuildDutyChanged_21() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildDutyChanged_21)); } inline bool get_m_IsGuildDutyChanged_21() const { return ___m_IsGuildDutyChanged_21; } inline bool* get_address_of_m_IsGuildDutyChanged_21() { return &___m_IsGuildDutyChanged_21; } inline void set_m_IsGuildDutyChanged_21(bool value) { ___m_IsGuildDutyChanged_21 = value; } inline static int32_t get_offset_of_m_IsReadyToGetMoreMemebers_22() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsReadyToGetMoreMemebers_22)); } inline bool get_m_IsReadyToGetMoreMemebers_22() const { return ___m_IsReadyToGetMoreMemebers_22; } inline bool* get_address_of_m_IsReadyToGetMoreMemebers_22() { return &___m_IsReadyToGetMoreMemebers_22; } inline void set_m_IsReadyToGetMoreMemebers_22(bool value) { ___m_IsReadyToGetMoreMemebers_22 = value; } inline static int32_t get_offset_of_m_GuildListState_23() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_GuildListState_23)); } inline int32_t get_m_GuildListState_23() const { return ___m_GuildListState_23; } inline int32_t* get_address_of_m_GuildListState_23() { return &___m_GuildListState_23; } inline void set_m_GuildListState_23(int32_t value) { ___m_GuildListState_23 = value; } inline static int32_t get_offset_of_m_LastGuildSearchKey_24() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_LastGuildSearchKey_24)); } inline String_t* get_m_LastGuildSearchKey_24() const { return ___m_LastGuildSearchKey_24; } inline String_t** get_address_of_m_LastGuildSearchKey_24() { return &___m_LastGuildSearchKey_24; } inline void set_m_LastGuildSearchKey_24(String_t* value) { ___m_LastGuildSearchKey_24 = value; Il2CppCodeGenWriteBarrier((&___m_LastGuildSearchKey_24), value); } inline static int32_t get_offset_of_m_BeKickOutGuildAndNeedBox_25() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_BeKickOutGuildAndNeedBox_25)); } inline bool get_m_BeKickOutGuildAndNeedBox_25() const { return ___m_BeKickOutGuildAndNeedBox_25; } inline bool* get_address_of_m_BeKickOutGuildAndNeedBox_25() { return &___m_BeKickOutGuildAndNeedBox_25; } inline void set_m_BeKickOutGuildAndNeedBox_25(bool value) { ___m_BeKickOutGuildAndNeedBox_25 = value; } }; struct CGuildManager_t3445311192_StaticFields { public: // System.Int32 DMCore.Logic.CGuildManager::PAGE_SIZE int32_t ___PAGE_SIZE_26; // DMCore.Logic.CGuildManager DMCore.Logic.CGuildManager::s_Instance CGuildManager_t3445311192 * ___s_Instance_27; // System.Comparison`1 DMCore.Logic.CGuildManager::<>f__mg$cache0 Comparison_1_t450862630 * ___U3CU3Ef__mgU24cache0_28; // System.Comparison`1 DMCore.Logic.CGuildManager::<>f__mg$cache1 Comparison_1_t450862630 * ___U3CU3Ef__mgU24cache1_29; public: inline static int32_t get_offset_of_PAGE_SIZE_26() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___PAGE_SIZE_26)); } inline int32_t get_PAGE_SIZE_26() const { return ___PAGE_SIZE_26; } inline int32_t* get_address_of_PAGE_SIZE_26() { return &___PAGE_SIZE_26; } inline void set_PAGE_SIZE_26(int32_t value) { ___PAGE_SIZE_26 = value; } inline static int32_t get_offset_of_s_Instance_27() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___s_Instance_27)); } inline CGuildManager_t3445311192 * get_s_Instance_27() const { return ___s_Instance_27; } inline CGuildManager_t3445311192 ** get_address_of_s_Instance_27() { return &___s_Instance_27; } inline void set_s_Instance_27(CGuildManager_t3445311192 * value) { ___s_Instance_27 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_28() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___U3CU3Ef__mgU24cache0_28)); } inline Comparison_1_t450862630 * get_U3CU3Ef__mgU24cache0_28() const { return ___U3CU3Ef__mgU24cache0_28; } inline Comparison_1_t450862630 ** get_address_of_U3CU3Ef__mgU24cache0_28() { return &___U3CU3Ef__mgU24cache0_28; } inline void set_U3CU3Ef__mgU24cache0_28(Comparison_1_t450862630 * value) { ___U3CU3Ef__mgU24cache0_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_28), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_29() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___U3CU3Ef__mgU24cache1_29)); } inline Comparison_1_t450862630 * get_U3CU3Ef__mgU24cache1_29() const { return ___U3CU3Ef__mgU24cache1_29; } inline Comparison_1_t450862630 ** get_address_of_U3CU3Ef__mgU24cache1_29() { return &___U3CU3Ef__mgU24cache1_29; } inline void set_U3CU3Ef__mgU24cache1_29(Comparison_1_t450862630 * value) { ___U3CU3Ef__mgU24cache1_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_29), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDMANAGER_T3445311192_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 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 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 ACTION_1_T3427923253_H #define ACTION_1_T3427923253_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_t3427923253 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3427923253_H #ifndef ACTION_2_T814181762_H #define ACTION_2_T814181762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2,System.Collections.Generic.List`1> struct Action_2_t814181762 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T814181762_H #ifndef ACTION_1_T1302708402_H #define ACTION_1_T1302708402_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_t1302708402 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1302708402_H #ifndef ACTION_T1264377477_H #define ACTION_T1264377477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action struct Action_t1264377477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_T1264377477_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 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 ACTION_1_T4039092900_H #define ACTION_1_T4039092900_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_t4039092900 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T4039092900_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 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 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 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 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 FILESYSTEMINFO_T3745885336_H #define FILESYSTEMINFO_T3745885336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileSystemInfo struct FileSystemInfo_t3745885336 : public MarshalByRefObject_t2760389100 { public: // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_1; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_2; // System.IO.MonoIOStat System.IO.FileSystemInfo::stat MonoIOStat_t592533987 ___stat_3; // System.Boolean System.IO.FileSystemInfo::valid bool ___valid_4; public: inline static int32_t get_offset_of_FullPath_1() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___FullPath_1)); } inline String_t* get_FullPath_1() const { return ___FullPath_1; } inline String_t** get_address_of_FullPath_1() { return &___FullPath_1; } inline void set_FullPath_1(String_t* value) { ___FullPath_1 = value; Il2CppCodeGenWriteBarrier((&___FullPath_1), value); } inline static int32_t get_offset_of_OriginalPath_2() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___OriginalPath_2)); } inline String_t* get_OriginalPath_2() const { return ___OriginalPath_2; } inline String_t** get_address_of_OriginalPath_2() { return &___OriginalPath_2; } inline void set_OriginalPath_2(String_t* value) { ___OriginalPath_2 = value; Il2CppCodeGenWriteBarrier((&___OriginalPath_2), value); } inline static int32_t get_offset_of_stat_3() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___stat_3)); } inline MonoIOStat_t592533987 get_stat_3() const { return ___stat_3; } inline MonoIOStat_t592533987 * get_address_of_stat_3() { return &___stat_3; } inline void set_stat_3(MonoIOStat_t592533987 value) { ___stat_3 = value; } inline static int32_t get_offset_of_valid_4() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___valid_4)); } inline bool get_valid_4() const { return ___valid_4; } inline bool* get_address_of_valid_4() { return &___valid_4; } inline void set_valid_4(bool value) { ___valid_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESYSTEMINFO_T3745885336_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 COMPARISON_1_T453602457_H #define COMPARISON_1_T453602457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t453602457 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T453602457_H #ifndef PREDICATE_1_T1503965402_H #define PREDICATE_1_T1503965402_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_t1503965402 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1503965402_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 ONRESOURCEPREPARERESULT_T1971095887_H #define ONRESOURCEPREPARERESULT_T1971095887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.OnResourcePrepareResult struct OnResourcePrepareResult_t1971095887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONRESOURCEPREPARERESULT_T1971095887_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 FUNC_2_T4154244306_H #define FUNC_2_T4154244306_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t4154244306 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T4154244306_H #ifndef TIMERCALLBACKPROC_T3381003091_H #define TIMERCALLBACKPROC_T3381003091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMERCALLBACKPROC_T3381003091_H #ifndef ONEVENTCALL_T3758354630_H #define ONEVENTCALL_T3758354630_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.OnEventCall struct OnEventCall_t3758354630 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONEVENTCALL_T3758354630_H #ifndef ONDOWNLOADCOMPLETECALLBACK_T4136487141_H #define ONDOWNLOADCOMPLETECALLBACK_T4136487141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi/OnDownLoadCompleteCallback struct OnDownLoadCompleteCallback_t4136487141 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONDOWNLOADCOMPLETECALLBACK_T4136487141_H #ifndef ONSTOPRECORDCOMPLETECALLBACK_T2363891626_H #define ONSTOPRECORDCOMPLETECALLBACK_T2363891626_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi/OnStopRecordCompleteCallback struct OnStopRecordCompleteCallback_t2363891626 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSTOPRECORDCOMPLETECALLBACK_T2363891626_H #ifndef ONCOMPLETEDCALLBACK_T1110260270_H #define ONCOMPLETEDCALLBACK_T1110260270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi/OnCompletedCallback struct OnCompletedCallback_t1110260270 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCOMPLETEDCALLBACK_T1110260270_H #ifndef ONSIMPLEMSGBOXCLKCALLBACK_T462092590_H #define ONSIMPLEMSGBOXCLKCALLBACK_T462092590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISimpleMsgBox/OnSimpleMsgBoxClkCallBack struct OnSimpleMsgBoxClkCallBack_t462092590 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSIMPLEMSGBOXCLKCALLBACK_T462092590_H #ifndef ONMSGRECEIVECALLBACK_T4052986837_H #define ONMSGRECEIVECALLBACK_T4052986837_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi/OnMsgReceiveCallback struct OnMsgReceiveCallback_t4052986837 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONMSGRECEIVECALLBACK_T4052986837_H #ifndef CHATCONTENT_T42021257_H #define CHATCONTENT_T42021257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CYunvaSDK/ChatContent struct ChatContent_t42021257 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_isHistory bool ___m_isHistory_0; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_receiver_id String_t* ___m_receiver_id_1; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_type String_t* ___m_type_2; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_sender_id String_t* ___m_sender_id_3; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_message String_t* ___m_message_4; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_smallPic String_t* ___m_smallPic_5; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_voicetext String_t* ___m_voicetext_6; // System.Single DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_voiceLen float ___m_voiceLen_7; // System.DateTime DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_time DateTime_t3738529785 ___m_time_8; // DMCore.Framework.Plugin.CYunvaSDK/UserInfo DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_sender_info UserInfo_t2013096041 * ___m_sender_info_9; // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_redbagID int32_t ___m_redbagID_10; public: inline static int32_t get_offset_of_m_isHistory_0() { return static_cast(offsetof(ChatContent_t42021257, ___m_isHistory_0)); } inline bool get_m_isHistory_0() const { return ___m_isHistory_0; } inline bool* get_address_of_m_isHistory_0() { return &___m_isHistory_0; } inline void set_m_isHistory_0(bool value) { ___m_isHistory_0 = value; } inline static int32_t get_offset_of_m_receiver_id_1() { return static_cast(offsetof(ChatContent_t42021257, ___m_receiver_id_1)); } inline String_t* get_m_receiver_id_1() const { return ___m_receiver_id_1; } inline String_t** get_address_of_m_receiver_id_1() { return &___m_receiver_id_1; } inline void set_m_receiver_id_1(String_t* value) { ___m_receiver_id_1 = value; Il2CppCodeGenWriteBarrier((&___m_receiver_id_1), value); } inline static int32_t get_offset_of_m_type_2() { return static_cast(offsetof(ChatContent_t42021257, ___m_type_2)); } inline String_t* get_m_type_2() const { return ___m_type_2; } inline String_t** get_address_of_m_type_2() { return &___m_type_2; } inline void set_m_type_2(String_t* value) { ___m_type_2 = value; Il2CppCodeGenWriteBarrier((&___m_type_2), value); } inline static int32_t get_offset_of_m_sender_id_3() { return static_cast(offsetof(ChatContent_t42021257, ___m_sender_id_3)); } inline String_t* get_m_sender_id_3() const { return ___m_sender_id_3; } inline String_t** get_address_of_m_sender_id_3() { return &___m_sender_id_3; } inline void set_m_sender_id_3(String_t* value) { ___m_sender_id_3 = value; Il2CppCodeGenWriteBarrier((&___m_sender_id_3), value); } inline static int32_t get_offset_of_m_message_4() { return static_cast(offsetof(ChatContent_t42021257, ___m_message_4)); } inline String_t* get_m_message_4() const { return ___m_message_4; } inline String_t** get_address_of_m_message_4() { return &___m_message_4; } inline void set_m_message_4(String_t* value) { ___m_message_4 = value; Il2CppCodeGenWriteBarrier((&___m_message_4), value); } inline static int32_t get_offset_of_m_smallPic_5() { return static_cast(offsetof(ChatContent_t42021257, ___m_smallPic_5)); } inline String_t* get_m_smallPic_5() const { return ___m_smallPic_5; } inline String_t** get_address_of_m_smallPic_5() { return &___m_smallPic_5; } inline void set_m_smallPic_5(String_t* value) { ___m_smallPic_5 = value; Il2CppCodeGenWriteBarrier((&___m_smallPic_5), value); } inline static int32_t get_offset_of_m_voicetext_6() { return static_cast(offsetof(ChatContent_t42021257, ___m_voicetext_6)); } inline String_t* get_m_voicetext_6() const { return ___m_voicetext_6; } inline String_t** get_address_of_m_voicetext_6() { return &___m_voicetext_6; } inline void set_m_voicetext_6(String_t* value) { ___m_voicetext_6 = value; Il2CppCodeGenWriteBarrier((&___m_voicetext_6), value); } inline static int32_t get_offset_of_m_voiceLen_7() { return static_cast(offsetof(ChatContent_t42021257, ___m_voiceLen_7)); } inline float get_m_voiceLen_7() const { return ___m_voiceLen_7; } inline float* get_address_of_m_voiceLen_7() { return &___m_voiceLen_7; } inline void set_m_voiceLen_7(float value) { ___m_voiceLen_7 = value; } inline static int32_t get_offset_of_m_time_8() { return static_cast(offsetof(ChatContent_t42021257, ___m_time_8)); } inline DateTime_t3738529785 get_m_time_8() const { return ___m_time_8; } inline DateTime_t3738529785 * get_address_of_m_time_8() { return &___m_time_8; } inline void set_m_time_8(DateTime_t3738529785 value) { ___m_time_8 = value; } inline static int32_t get_offset_of_m_sender_info_9() { return static_cast(offsetof(ChatContent_t42021257, ___m_sender_info_9)); } inline UserInfo_t2013096041 * get_m_sender_info_9() const { return ___m_sender_info_9; } inline UserInfo_t2013096041 ** get_address_of_m_sender_info_9() { return &___m_sender_info_9; } inline void set_m_sender_info_9(UserInfo_t2013096041 * value) { ___m_sender_info_9 = value; Il2CppCodeGenWriteBarrier((&___m_sender_info_9), value); } inline static int32_t get_offset_of_m_redbagID_10() { return static_cast(offsetof(ChatContent_t42021257, ___m_redbagID_10)); } inline int32_t get_m_redbagID_10() const { return ___m_redbagID_10; } inline int32_t* get_address_of_m_redbagID_10() { return &___m_redbagID_10; } inline void set_m_redbagID_10(int32_t value) { ___m_redbagID_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHATCONTENT_T42021257_H #ifndef DELEGATEGETTEXTURE_T2540163646_H #define DELEGATEGETTEXTURE_T2540163646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DelegateGetTexture struct DelegateGetTexture_t2540163646 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATEGETTEXTURE_T2540163646_H #ifndef ACTION_3_T3578807402_H #define ACTION_3_T3578807402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3578807402 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3578807402_H #ifndef ACTION_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 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 ONUPLOADCOMPLETECALLBACK_T2081987828_H #define ONUPLOADCOMPLETECALLBACK_T2081987828_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi/OnUpLoadCompleteCallback struct OnUpLoadCompleteCallback_t2081987828 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONUPLOADCOMPLETECALLBACK_T2081987828_H #ifndef COMPARISON_1_T2783530491_H #define COMPARISON_1_T2783530491_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2783530491 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2783530491_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 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 ONSTOPSPEECHCOMPLETECALLBACK_T1009288087_H #define ONSTOPSPEECHCOMPLETECALLBACK_T1009288087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi/OnStopSpeechCompleteCallback struct OnStopSpeechCompleteCallback_t1009288087 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSTOPSPEECHCOMPLETECALLBACK_T1009288087_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 DIRECTORYINFO_T35957480_H #define DIRECTORYINFO_T35957480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DirectoryInfo struct DirectoryInfo_t35957480 : public FileSystemInfo_t3745885336 { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_5; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_6; public: inline static int32_t get_offset_of_current_5() { return static_cast(offsetof(DirectoryInfo_t35957480, ___current_5)); } inline String_t* get_current_5() const { return ___current_5; } inline String_t** get_address_of_current_5() { return &___current_5; } inline void set_current_5(String_t* value) { ___current_5 = value; Il2CppCodeGenWriteBarrier((&___current_5), value); } inline static int32_t get_offset_of_parent_6() { return static_cast(offsetof(DirectoryInfo_t35957480, ___parent_6)); } inline String_t* get_parent_6() const { return ___parent_6; } inline String_t** get_address_of_parent_6() { return &___parent_6; } inline void set_parent_6(String_t* value) { ___parent_6 = value; Il2CppCodeGenWriteBarrier((&___parent_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYINFO_T35957480_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 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 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 ISCENEPERSONALROLEPOSITION_T1996743043_H #define ISCENEPERSONALROLEPOSITION_T1996743043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IScenePersonalRolePosition struct IScenePersonalRolePosition_t1996743043 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform IScenePersonalRolePosition::m_uiWatchPos Transform_t3600365921 * ___m_uiWatchPos_2; // UnityEngine.Camera IScenePersonalRolePosition::m_3dCamera Camera_t4157153871 * ___m_3dCamera_3; // UnityEngine.Camera IScenePersonalRolePosition::m_usrCamera Camera_t4157153871 * ___m_usrCamera_4; // UnityEngine.Transform IScenePersonalRolePosition::m_transParent Transform_t3600365921 * ___m_transParent_5; // UnityEngine.Transform IScenePersonalRolePosition::m_CurNewUICenter Transform_t3600365921 * ___m_CurNewUICenter_6; // UnityEngine.Transform IScenePersonalRolePosition::m_OriginUICenter Transform_t3600365921 * ___m_OriginUICenter_7; // System.Boolean IScenePersonalRolePosition::m_bScalBoth bool ___m_bScalBoth_8; // System.Int32 IScenePersonalRolePosition::m_OldScreenSizeX int32_t ___m_OldScreenSizeX_9; // System.Int32 IScenePersonalRolePosition::m_OldScreenSizeY int32_t ___m_OldScreenSizeY_10; public: inline static int32_t get_offset_of_m_uiWatchPos_2() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_uiWatchPos_2)); } inline Transform_t3600365921 * get_m_uiWatchPos_2() const { return ___m_uiWatchPos_2; } inline Transform_t3600365921 ** get_address_of_m_uiWatchPos_2() { return &___m_uiWatchPos_2; } inline void set_m_uiWatchPos_2(Transform_t3600365921 * value) { ___m_uiWatchPos_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiWatchPos_2), value); } inline static int32_t get_offset_of_m_3dCamera_3() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_3dCamera_3)); } inline Camera_t4157153871 * get_m_3dCamera_3() const { return ___m_3dCamera_3; } inline Camera_t4157153871 ** get_address_of_m_3dCamera_3() { return &___m_3dCamera_3; } inline void set_m_3dCamera_3(Camera_t4157153871 * value) { ___m_3dCamera_3 = value; Il2CppCodeGenWriteBarrier((&___m_3dCamera_3), value); } inline static int32_t get_offset_of_m_usrCamera_4() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_usrCamera_4)); } inline Camera_t4157153871 * get_m_usrCamera_4() const { return ___m_usrCamera_4; } inline Camera_t4157153871 ** get_address_of_m_usrCamera_4() { return &___m_usrCamera_4; } inline void set_m_usrCamera_4(Camera_t4157153871 * value) { ___m_usrCamera_4 = value; Il2CppCodeGenWriteBarrier((&___m_usrCamera_4), value); } inline static int32_t get_offset_of_m_transParent_5() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_transParent_5)); } inline Transform_t3600365921 * get_m_transParent_5() const { return ___m_transParent_5; } inline Transform_t3600365921 ** get_address_of_m_transParent_5() { return &___m_transParent_5; } inline void set_m_transParent_5(Transform_t3600365921 * value) { ___m_transParent_5 = value; Il2CppCodeGenWriteBarrier((&___m_transParent_5), value); } inline static int32_t get_offset_of_m_CurNewUICenter_6() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_CurNewUICenter_6)); } inline Transform_t3600365921 * get_m_CurNewUICenter_6() const { return ___m_CurNewUICenter_6; } inline Transform_t3600365921 ** get_address_of_m_CurNewUICenter_6() { return &___m_CurNewUICenter_6; } inline void set_m_CurNewUICenter_6(Transform_t3600365921 * value) { ___m_CurNewUICenter_6 = value; Il2CppCodeGenWriteBarrier((&___m_CurNewUICenter_6), value); } inline static int32_t get_offset_of_m_OriginUICenter_7() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_OriginUICenter_7)); } inline Transform_t3600365921 * get_m_OriginUICenter_7() const { return ___m_OriginUICenter_7; } inline Transform_t3600365921 ** get_address_of_m_OriginUICenter_7() { return &___m_OriginUICenter_7; } inline void set_m_OriginUICenter_7(Transform_t3600365921 * value) { ___m_OriginUICenter_7 = value; Il2CppCodeGenWriteBarrier((&___m_OriginUICenter_7), value); } inline static int32_t get_offset_of_m_bScalBoth_8() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_bScalBoth_8)); } inline bool get_m_bScalBoth_8() const { return ___m_bScalBoth_8; } inline bool* get_address_of_m_bScalBoth_8() { return &___m_bScalBoth_8; } inline void set_m_bScalBoth_8(bool value) { ___m_bScalBoth_8 = value; } inline static int32_t get_offset_of_m_OldScreenSizeX_9() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_OldScreenSizeX_9)); } inline int32_t get_m_OldScreenSizeX_9() const { return ___m_OldScreenSizeX_9; } inline int32_t* get_address_of_m_OldScreenSizeX_9() { return &___m_OldScreenSizeX_9; } inline void set_m_OldScreenSizeX_9(int32_t value) { ___m_OldScreenSizeX_9 = value; } inline static int32_t get_offset_of_m_OldScreenSizeY_10() { return static_cast(offsetof(IScenePersonalRolePosition_t1996743043, ___m_OldScreenSizeY_10)); } inline int32_t get_m_OldScreenSizeY_10() const { return ___m_OldScreenSizeY_10; } inline int32_t* get_address_of_m_OldScreenSizeY_10() { return &___m_OldScreenSizeY_10; } inline void set_m_OldScreenSizeY_10(int32_t value) { ___m_OldScreenSizeY_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEPERSONALROLEPOSITION_T1996743043_H #ifndef CWAITINGROOMCTRL_T1619551906_H #define CWAITINGROOMCTRL_T1619551906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CWaitingRoomCtrl struct CWaitingRoomCtrl_t1619551906 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Camera CWaitingRoomCtrl::m_MainCamera Camera_t4157153871 * ___m_MainCamera_2; // UnityEngine.Camera CWaitingRoomCtrl::m_ShowCamera Camera_t4157153871 * ___m_ShowCamera_3; // UnityEngine.Transform CWaitingRoomCtrl::m_ShowPos Transform_t3600365921 * ___m_ShowPos_4; // UnityEngine.Vector3 CWaitingRoomCtrl::m_defaultPos Vector3_t3722313464 ___m_defaultPos_5; // UnityEngine.Quaternion CWaitingRoomCtrl::m_defaultRot Quaternion_t2301928331 ___m_defaultRot_6; // System.Boolean CWaitingRoomCtrl::m_is_busy bool ___m_is_busy_8; // System.Int64 CWaitingRoomCtrl::m_waiting_time int64_t ___m_waiting_time_9; // UnityEngine.GameObject CWaitingRoomCtrl::m_LoadingEff GameObject_t1113636619 * ___m_LoadingEff_10; // System.Boolean CWaitingRoomCtrl::m_isNeedFreshModel bool ___m_isNeedFreshModel_11; // System.Int32 CWaitingRoomCtrl::m_curPVPMusicID int32_t ___m_curPVPMusicID_12; // System.Int32 CWaitingRoomCtrl::m_curPVPSceneID int32_t ___m_curPVPSceneID_13; // System.Int32 CWaitingRoomCtrl::m_loadingStep int32_t ___m_loadingStep_14; // System.Int32 CWaitingRoomCtrl::m_bMusicDoneFlag int32_t ___m_bMusicDoneFlag_15; // System.Int32 CWaitingRoomCtrl::m_loadingRoleStep int32_t ___m_loadingRoleStep_16; // System.Int32 CWaitingRoomCtrl::m_loadingScene int32_t ___m_loadingScene_17; // System.Collections.Generic.Dictionary`2 CWaitingRoomCtrl::m_roleWatch Dictionary_2_t4013585537 * ___m_roleWatch_18; // System.Int32 CWaitingRoomCtrl::m_danceMode int32_t ___m_danceMode_19; // System.Collections.Generic.List`1 CWaitingRoomCtrl::roleDisList List_1_t2150746020 * ___roleDisList_20; // System.Collections.Generic.Dictionary`2 CWaitingRoomCtrl::roleState Dictionary_2_t4013585537 * ___roleState_21; public: inline static int32_t get_offset_of_m_MainCamera_2() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_MainCamera_2)); } inline Camera_t4157153871 * get_m_MainCamera_2() const { return ___m_MainCamera_2; } inline Camera_t4157153871 ** get_address_of_m_MainCamera_2() { return &___m_MainCamera_2; } inline void set_m_MainCamera_2(Camera_t4157153871 * value) { ___m_MainCamera_2 = value; Il2CppCodeGenWriteBarrier((&___m_MainCamera_2), value); } inline static int32_t get_offset_of_m_ShowCamera_3() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_ShowCamera_3)); } inline Camera_t4157153871 * get_m_ShowCamera_3() const { return ___m_ShowCamera_3; } inline Camera_t4157153871 ** get_address_of_m_ShowCamera_3() { return &___m_ShowCamera_3; } inline void set_m_ShowCamera_3(Camera_t4157153871 * value) { ___m_ShowCamera_3 = value; Il2CppCodeGenWriteBarrier((&___m_ShowCamera_3), value); } inline static int32_t get_offset_of_m_ShowPos_4() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_ShowPos_4)); } inline Transform_t3600365921 * get_m_ShowPos_4() const { return ___m_ShowPos_4; } inline Transform_t3600365921 ** get_address_of_m_ShowPos_4() { return &___m_ShowPos_4; } inline void set_m_ShowPos_4(Transform_t3600365921 * value) { ___m_ShowPos_4 = value; Il2CppCodeGenWriteBarrier((&___m_ShowPos_4), value); } inline static int32_t get_offset_of_m_defaultPos_5() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_defaultPos_5)); } inline Vector3_t3722313464 get_m_defaultPos_5() const { return ___m_defaultPos_5; } inline Vector3_t3722313464 * get_address_of_m_defaultPos_5() { return &___m_defaultPos_5; } inline void set_m_defaultPos_5(Vector3_t3722313464 value) { ___m_defaultPos_5 = value; } inline static int32_t get_offset_of_m_defaultRot_6() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_defaultRot_6)); } inline Quaternion_t2301928331 get_m_defaultRot_6() const { return ___m_defaultRot_6; } inline Quaternion_t2301928331 * get_address_of_m_defaultRot_6() { return &___m_defaultRot_6; } inline void set_m_defaultRot_6(Quaternion_t2301928331 value) { ___m_defaultRot_6 = value; } inline static int32_t get_offset_of_m_is_busy_8() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_is_busy_8)); } inline bool get_m_is_busy_8() const { return ___m_is_busy_8; } inline bool* get_address_of_m_is_busy_8() { return &___m_is_busy_8; } inline void set_m_is_busy_8(bool value) { ___m_is_busy_8 = value; } inline static int32_t get_offset_of_m_waiting_time_9() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_waiting_time_9)); } inline int64_t get_m_waiting_time_9() const { return ___m_waiting_time_9; } inline int64_t* get_address_of_m_waiting_time_9() { return &___m_waiting_time_9; } inline void set_m_waiting_time_9(int64_t value) { ___m_waiting_time_9 = value; } inline static int32_t get_offset_of_m_LoadingEff_10() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_LoadingEff_10)); } inline GameObject_t1113636619 * get_m_LoadingEff_10() const { return ___m_LoadingEff_10; } inline GameObject_t1113636619 ** get_address_of_m_LoadingEff_10() { return &___m_LoadingEff_10; } inline void set_m_LoadingEff_10(GameObject_t1113636619 * value) { ___m_LoadingEff_10 = value; Il2CppCodeGenWriteBarrier((&___m_LoadingEff_10), value); } inline static int32_t get_offset_of_m_isNeedFreshModel_11() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_isNeedFreshModel_11)); } inline bool get_m_isNeedFreshModel_11() const { return ___m_isNeedFreshModel_11; } inline bool* get_address_of_m_isNeedFreshModel_11() { return &___m_isNeedFreshModel_11; } inline void set_m_isNeedFreshModel_11(bool value) { ___m_isNeedFreshModel_11 = value; } inline static int32_t get_offset_of_m_curPVPMusicID_12() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_curPVPMusicID_12)); } inline int32_t get_m_curPVPMusicID_12() const { return ___m_curPVPMusicID_12; } inline int32_t* get_address_of_m_curPVPMusicID_12() { return &___m_curPVPMusicID_12; } inline void set_m_curPVPMusicID_12(int32_t value) { ___m_curPVPMusicID_12 = value; } inline static int32_t get_offset_of_m_curPVPSceneID_13() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_curPVPSceneID_13)); } inline int32_t get_m_curPVPSceneID_13() const { return ___m_curPVPSceneID_13; } inline int32_t* get_address_of_m_curPVPSceneID_13() { return &___m_curPVPSceneID_13; } inline void set_m_curPVPSceneID_13(int32_t value) { ___m_curPVPSceneID_13 = value; } inline static int32_t get_offset_of_m_loadingStep_14() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_loadingStep_14)); } inline int32_t get_m_loadingStep_14() const { return ___m_loadingStep_14; } inline int32_t* get_address_of_m_loadingStep_14() { return &___m_loadingStep_14; } inline void set_m_loadingStep_14(int32_t value) { ___m_loadingStep_14 = value; } inline static int32_t get_offset_of_m_bMusicDoneFlag_15() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_bMusicDoneFlag_15)); } inline int32_t get_m_bMusicDoneFlag_15() const { return ___m_bMusicDoneFlag_15; } inline int32_t* get_address_of_m_bMusicDoneFlag_15() { return &___m_bMusicDoneFlag_15; } inline void set_m_bMusicDoneFlag_15(int32_t value) { ___m_bMusicDoneFlag_15 = value; } inline static int32_t get_offset_of_m_loadingRoleStep_16() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_loadingRoleStep_16)); } inline int32_t get_m_loadingRoleStep_16() const { return ___m_loadingRoleStep_16; } inline int32_t* get_address_of_m_loadingRoleStep_16() { return &___m_loadingRoleStep_16; } inline void set_m_loadingRoleStep_16(int32_t value) { ___m_loadingRoleStep_16 = value; } inline static int32_t get_offset_of_m_loadingScene_17() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_loadingScene_17)); } inline int32_t get_m_loadingScene_17() const { return ___m_loadingScene_17; } inline int32_t* get_address_of_m_loadingScene_17() { return &___m_loadingScene_17; } inline void set_m_loadingScene_17(int32_t value) { ___m_loadingScene_17 = value; } inline static int32_t get_offset_of_m_roleWatch_18() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_roleWatch_18)); } inline Dictionary_2_t4013585537 * get_m_roleWatch_18() const { return ___m_roleWatch_18; } inline Dictionary_2_t4013585537 ** get_address_of_m_roleWatch_18() { return &___m_roleWatch_18; } inline void set_m_roleWatch_18(Dictionary_2_t4013585537 * value) { ___m_roleWatch_18 = value; Il2CppCodeGenWriteBarrier((&___m_roleWatch_18), value); } inline static int32_t get_offset_of_m_danceMode_19() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___m_danceMode_19)); } inline int32_t get_m_danceMode_19() const { return ___m_danceMode_19; } inline int32_t* get_address_of_m_danceMode_19() { return &___m_danceMode_19; } inline void set_m_danceMode_19(int32_t value) { ___m_danceMode_19 = value; } inline static int32_t get_offset_of_roleDisList_20() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___roleDisList_20)); } inline List_1_t2150746020 * get_roleDisList_20() const { return ___roleDisList_20; } inline List_1_t2150746020 ** get_address_of_roleDisList_20() { return &___roleDisList_20; } inline void set_roleDisList_20(List_1_t2150746020 * value) { ___roleDisList_20 = value; Il2CppCodeGenWriteBarrier((&___roleDisList_20), value); } inline static int32_t get_offset_of_roleState_21() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906, ___roleState_21)); } inline Dictionary_2_t4013585537 * get_roleState_21() const { return ___roleState_21; } inline Dictionary_2_t4013585537 ** get_address_of_roleState_21() { return &___roleState_21; } inline void set_roleState_21(Dictionary_2_t4013585537 * value) { ___roleState_21 = value; Il2CppCodeGenWriteBarrier((&___roleState_21), value); } }; struct CWaitingRoomCtrl_t1619551906_StaticFields { public: // CWaitingRoomCtrl CWaitingRoomCtrl::s_Instance CWaitingRoomCtrl_t1619551906 * ___s_Instance_22; // DMCore.Framework.Resource.OnResourcePrepareResult CWaitingRoomCtrl::<>f__mg$cache0 OnResourcePrepareResult_t1971095887 * ___U3CU3Ef__mgU24cache0_23; // DMCore.Framework.Resource.OnResourceResult CWaitingRoomCtrl::<>f__mg$cache1 OnResourceResult_t3899022047 * ___U3CU3Ef__mgU24cache1_24; // DMCore.Framework.Resource.OnResourcePrepareResult CWaitingRoomCtrl::<>f__mg$cache2 OnResourcePrepareResult_t1971095887 * ___U3CU3Ef__mgU24cache2_25; public: inline static int32_t get_offset_of_s_Instance_22() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906_StaticFields, ___s_Instance_22)); } inline CWaitingRoomCtrl_t1619551906 * get_s_Instance_22() const { return ___s_Instance_22; } inline CWaitingRoomCtrl_t1619551906 ** get_address_of_s_Instance_22() { return &___s_Instance_22; } inline void set_s_Instance_22(CWaitingRoomCtrl_t1619551906 * value) { ___s_Instance_22 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_23() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906_StaticFields, ___U3CU3Ef__mgU24cache0_23)); } inline OnResourcePrepareResult_t1971095887 * get_U3CU3Ef__mgU24cache0_23() const { return ___U3CU3Ef__mgU24cache0_23; } inline OnResourcePrepareResult_t1971095887 ** get_address_of_U3CU3Ef__mgU24cache0_23() { return &___U3CU3Ef__mgU24cache0_23; } inline void set_U3CU3Ef__mgU24cache0_23(OnResourcePrepareResult_t1971095887 * value) { ___U3CU3Ef__mgU24cache0_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_24() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906_StaticFields, ___U3CU3Ef__mgU24cache1_24)); } inline OnResourceResult_t3899022047 * get_U3CU3Ef__mgU24cache1_24() const { return ___U3CU3Ef__mgU24cache1_24; } inline OnResourceResult_t3899022047 ** get_address_of_U3CU3Ef__mgU24cache1_24() { return &___U3CU3Ef__mgU24cache1_24; } inline void set_U3CU3Ef__mgU24cache1_24(OnResourceResult_t3899022047 * value) { ___U3CU3Ef__mgU24cache1_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_25() { return static_cast(offsetof(CWaitingRoomCtrl_t1619551906_StaticFields, ___U3CU3Ef__mgU24cache2_25)); } inline OnResourcePrepareResult_t1971095887 * get_U3CU3Ef__mgU24cache2_25() const { return ___U3CU3Ef__mgU24cache2_25; } inline OnResourcePrepareResult_t1971095887 ** get_address_of_U3CU3Ef__mgU24cache2_25() { return &___U3CU3Ef__mgU24cache2_25; } inline void set_U3CU3Ef__mgU24cache2_25(OnResourcePrepareResult_t1971095887 * value) { ___U3CU3Ef__mgU24cache2_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWAITINGROOMCTRL_T1619551906_H #ifndef CRESOURCEWWW_T3399865147_H #define CRESOURCEWWW_T3399865147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CResourceWWW struct CResourceWWW_t3399865147 : public MonoBehaviour_t3962482529 { public: // System.Boolean CResourceWWW::m_bInCoroutine bool ___m_bInCoroutine_3; // System.Int32 CResourceWWW::m_LoadingWWWState int32_t ___m_LoadingWWWState_4; // DMCore.Framework.Resource.CPkgResService CResourceWWW::m_pkgServer CPkgResService_t3747434472 * ___m_pkgServer_6; // System.Collections.Generic.LinkedList`1 CResourceWWW::m_downloadFailed LinkedList_1_t1276151611 * ___m_downloadFailed_7; public: inline static int32_t get_offset_of_m_bInCoroutine_3() { return static_cast(offsetof(CResourceWWW_t3399865147, ___m_bInCoroutine_3)); } inline bool get_m_bInCoroutine_3() const { return ___m_bInCoroutine_3; } inline bool* get_address_of_m_bInCoroutine_3() { return &___m_bInCoroutine_3; } inline void set_m_bInCoroutine_3(bool value) { ___m_bInCoroutine_3 = value; } inline static int32_t get_offset_of_m_LoadingWWWState_4() { return static_cast(offsetof(CResourceWWW_t3399865147, ___m_LoadingWWWState_4)); } inline int32_t get_m_LoadingWWWState_4() const { return ___m_LoadingWWWState_4; } inline int32_t* get_address_of_m_LoadingWWWState_4() { return &___m_LoadingWWWState_4; } inline void set_m_LoadingWWWState_4(int32_t value) { ___m_LoadingWWWState_4 = value; } inline static int32_t get_offset_of_m_pkgServer_6() { return static_cast(offsetof(CResourceWWW_t3399865147, ___m_pkgServer_6)); } inline CPkgResService_t3747434472 * get_m_pkgServer_6() const { return ___m_pkgServer_6; } inline CPkgResService_t3747434472 ** get_address_of_m_pkgServer_6() { return &___m_pkgServer_6; } inline void set_m_pkgServer_6(CPkgResService_t3747434472 * value) { ___m_pkgServer_6 = value; Il2CppCodeGenWriteBarrier((&___m_pkgServer_6), value); } inline static int32_t get_offset_of_m_downloadFailed_7() { return static_cast(offsetof(CResourceWWW_t3399865147, ___m_downloadFailed_7)); } inline LinkedList_1_t1276151611 * get_m_downloadFailed_7() const { return ___m_downloadFailed_7; } inline LinkedList_1_t1276151611 ** get_address_of_m_downloadFailed_7() { return &___m_downloadFailed_7; } inline void set_m_downloadFailed_7(LinkedList_1_t1276151611 * value) { ___m_downloadFailed_7 = value; Il2CppCodeGenWriteBarrier((&___m_downloadFailed_7), value); } }; struct CResourceWWW_t3399865147_StaticFields { public: // CResourceWWW CResourceWWW::s_Instance CResourceWWW_t3399865147 * ___s_Instance_2; // System.Boolean CResourceWWW::s_bFailedFlag bool ___s_bFailedFlag_5; // DMCore.OnMsgBoxClkCallBack CResourceWWW::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_8; // DMCore.OnMsgBoxClkCallBack CResourceWWW::<>f__mg$cache1 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache1_9; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CResourceWWW_t3399865147_StaticFields, ___s_Instance_2)); } inline CResourceWWW_t3399865147 * get_s_Instance_2() const { return ___s_Instance_2; } inline CResourceWWW_t3399865147 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CResourceWWW_t3399865147 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } inline static int32_t get_offset_of_s_bFailedFlag_5() { return static_cast(offsetof(CResourceWWW_t3399865147_StaticFields, ___s_bFailedFlag_5)); } inline bool get_s_bFailedFlag_5() const { return ___s_bFailedFlag_5; } inline bool* get_address_of_s_bFailedFlag_5() { return &___s_bFailedFlag_5; } inline void set_s_bFailedFlag_5(bool value) { ___s_bFailedFlag_5 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_8() { return static_cast(offsetof(CResourceWWW_t3399865147_StaticFields, ___U3CU3Ef__mgU24cache0_8)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_8() const { return ___U3CU3Ef__mgU24cache0_8; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_8() { return &___U3CU3Ef__mgU24cache0_8; } inline void set_U3CU3Ef__mgU24cache0_8(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_9() { return static_cast(offsetof(CResourceWWW_t3399865147_StaticFields, ___U3CU3Ef__mgU24cache1_9)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache1_9() const { return ___U3CU3Ef__mgU24cache1_9; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache1_9() { return &___U3CU3Ef__mgU24cache1_9; } inline void set_U3CU3Ef__mgU24cache1_9(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache1_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESOURCEWWW_T3399865147_H #ifndef CLEDOUAPI_T315808977_H #define CLEDOUAPI_T315808977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLeDouApi struct CLeDouApi_t315808977 : public MonoBehaviour_t3962482529 { public: // System.Boolean CLeDouApi::m_bEnable bool ___m_bEnable_3; // System.Boolean CLeDouApi::m_isFirstTimeRunning bool ___m_isFirstTimeRunning_13; public: inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CLeDouApi_t315808977, ___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_isFirstTimeRunning_13() { return static_cast(offsetof(CLeDouApi_t315808977, ___m_isFirstTimeRunning_13)); } inline bool get_m_isFirstTimeRunning_13() const { return ___m_isFirstTimeRunning_13; } inline bool* get_address_of_m_isFirstTimeRunning_13() { return &___m_isFirstTimeRunning_13; } inline void set_m_isFirstTimeRunning_13(bool value) { ___m_isFirstTimeRunning_13 = value; } }; struct CLeDouApi_t315808977_StaticFields { public: // CLeDouApi CLeDouApi::s_instance CLeDouApi_t315808977 * ___s_instance_2; // DMCore.OnMsgBoxClkCallBack CLeDouApi::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_14; // DMCore.OnMsgBoxClkCallBack CLeDouApi::<>f__mg$cache1 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache1_15; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___s_instance_2)); } inline CLeDouApi_t315808977 * get_s_instance_2() const { return ___s_instance_2; } inline CLeDouApi_t315808977 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(CLeDouApi_t315808977 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_14() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___U3CU3Ef__mgU24cache0_14)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_14() const { return ___U3CU3Ef__mgU24cache0_14; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_14() { return &___U3CU3Ef__mgU24cache0_14; } inline void set_U3CU3Ef__mgU24cache0_14(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_15() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___U3CU3Ef__mgU24cache1_15)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache1_15() const { return ___U3CU3Ef__mgU24cache1_15; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache1_15() { return &___U3CU3Ef__mgU24cache1_15; } inline void set_U3CU3Ef__mgU24cache1_15(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache1_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEDOUAPI_T315808977_H #ifndef CSPRITEANIM_T1312227296_H #define CSPRITEANIM_T1312227296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSpriteAnim struct CSpriteAnim_t1312227296 : public MonoBehaviour_t3962482529 { public: // System.Single CSpriteAnim::m_Circle float ___m_Circle_2; // UIAtlas CSpriteAnim::m_Atlas UIAtlas_t3195533529 * ___m_Atlas_3; // System.String[] CSpriteAnim::m_SpritesName StringU5BU5D_t1281789340* ___m_SpritesName_4; // System.Single CSpriteAnim::m_TimeLabor float ___m_TimeLabor_5; // System.Int32 CSpriteAnim::m_CurIndex int32_t ___m_CurIndex_6; // System.Boolean CSpriteAnim::m_SendOnCircle bool ___m_SendOnCircle_7; public: inline static int32_t get_offset_of_m_Circle_2() { return static_cast(offsetof(CSpriteAnim_t1312227296, ___m_Circle_2)); } inline float get_m_Circle_2() const { return ___m_Circle_2; } inline float* get_address_of_m_Circle_2() { return &___m_Circle_2; } inline void set_m_Circle_2(float value) { ___m_Circle_2 = value; } inline static int32_t get_offset_of_m_Atlas_3() { return static_cast(offsetof(CSpriteAnim_t1312227296, ___m_Atlas_3)); } inline UIAtlas_t3195533529 * get_m_Atlas_3() const { return ___m_Atlas_3; } inline UIAtlas_t3195533529 ** get_address_of_m_Atlas_3() { return &___m_Atlas_3; } inline void set_m_Atlas_3(UIAtlas_t3195533529 * value) { ___m_Atlas_3 = value; Il2CppCodeGenWriteBarrier((&___m_Atlas_3), value); } inline static int32_t get_offset_of_m_SpritesName_4() { return static_cast(offsetof(CSpriteAnim_t1312227296, ___m_SpritesName_4)); } inline StringU5BU5D_t1281789340* get_m_SpritesName_4() const { return ___m_SpritesName_4; } inline StringU5BU5D_t1281789340** get_address_of_m_SpritesName_4() { return &___m_SpritesName_4; } inline void set_m_SpritesName_4(StringU5BU5D_t1281789340* value) { ___m_SpritesName_4 = value; Il2CppCodeGenWriteBarrier((&___m_SpritesName_4), value); } inline static int32_t get_offset_of_m_TimeLabor_5() { return static_cast(offsetof(CSpriteAnim_t1312227296, ___m_TimeLabor_5)); } inline float get_m_TimeLabor_5() const { return ___m_TimeLabor_5; } inline float* get_address_of_m_TimeLabor_5() { return &___m_TimeLabor_5; } inline void set_m_TimeLabor_5(float value) { ___m_TimeLabor_5 = value; } inline static int32_t get_offset_of_m_CurIndex_6() { return static_cast(offsetof(CSpriteAnim_t1312227296, ___m_CurIndex_6)); } inline int32_t get_m_CurIndex_6() const { return ___m_CurIndex_6; } inline int32_t* get_address_of_m_CurIndex_6() { return &___m_CurIndex_6; } inline void set_m_CurIndex_6(int32_t value) { ___m_CurIndex_6 = value; } inline static int32_t get_offset_of_m_SendOnCircle_7() { return static_cast(offsetof(CSpriteAnim_t1312227296, ___m_SendOnCircle_7)); } inline bool get_m_SendOnCircle_7() const { return ___m_SendOnCircle_7; } inline bool* get_address_of_m_SendOnCircle_7() { return &___m_SendOnCircle_7; } inline void set_m_SendOnCircle_7(bool value) { ___m_SendOnCircle_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPRITEANIM_T1312227296_H #ifndef CMONOWWW_T3670679148_H #define CMONOWWW_T3670679148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMonoWWW struct CMonoWWW_t3670679148 : public MonoBehaviour_t3962482529 { public: // System.Boolean CMonoWWW::m_bOnGet bool ___m_bOnGet_5; public: inline static int32_t get_offset_of_m_bOnGet_5() { return static_cast(offsetof(CMonoWWW_t3670679148, ___m_bOnGet_5)); } inline bool get_m_bOnGet_5() const { return ___m_bOnGet_5; } inline bool* get_address_of_m_bOnGet_5() { return &___m_bOnGet_5; } inline void set_m_bOnGet_5(bool value) { ___m_bOnGet_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMONOWWW_T3670679148_H #ifndef CMONOSNAPLIB_T2382924513_H #define CMONOSNAPLIB_T2382924513_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMonoSnapLib struct CMonoSnapLib_t2382924513 : public MonoBehaviour_t3962482529 { public: // System.Action`1 CMonoSnapLib::m_doneCallback Action_1_t2019918284 * ___m_doneCallback_2; // System.Action`1 CMonoSnapLib::m_cancelCallback Action_1_t2019918284 * ___m_cancelCallback_3; public: inline static int32_t get_offset_of_m_doneCallback_2() { return static_cast(offsetof(CMonoSnapLib_t2382924513, ___m_doneCallback_2)); } inline Action_1_t2019918284 * get_m_doneCallback_2() const { return ___m_doneCallback_2; } inline Action_1_t2019918284 ** get_address_of_m_doneCallback_2() { return &___m_doneCallback_2; } inline void set_m_doneCallback_2(Action_1_t2019918284 * value) { ___m_doneCallback_2 = value; Il2CppCodeGenWriteBarrier((&___m_doneCallback_2), value); } inline static int32_t get_offset_of_m_cancelCallback_3() { return static_cast(offsetof(CMonoSnapLib_t2382924513, ___m_cancelCallback_3)); } inline Action_1_t2019918284 * get_m_cancelCallback_3() const { return ___m_cancelCallback_3; } inline Action_1_t2019918284 ** get_address_of_m_cancelCallback_3() { return &___m_cancelCallback_3; } inline void set_m_cancelCallback_3(Action_1_t2019918284 * value) { ___m_cancelCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_cancelCallback_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMONOSNAPLIB_T2382924513_H #ifndef CSTREAMINGPREIMPL_T3531164551_H #define CSTREAMINGPREIMPL_T3531164551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CStreamingPreImpl struct CStreamingPreImpl_t3531164551 : public MonoBehaviour_t3962482529 { public: // System.Boolean CStreamingPreImpl::m_bDone bool ___m_bDone_2; // System.Int32 CStreamingPreImpl::m_totoalTick int32_t ___m_totoalTick_3; // System.Int32 CStreamingPreImpl::m_completeTick int32_t ___m_completeTick_4; // System.Int32 CStreamingPreImpl::m_activeTick int32_t ___m_activeTick_5; // System.Boolean CStreamingPreImpl::m_bInCorotine bool ___m_bInCorotine_6; // System.Int32 CStreamingPreImpl::m_taskIndex int32_t ___m_taskIndex_7; // System.Collections.Generic.List`1 CStreamingPreImpl::m_ListTask List_1_t2253408947 * ___m_ListTask_8; public: inline static int32_t get_offset_of_m_bDone_2() { return static_cast(offsetof(CStreamingPreImpl_t3531164551, ___m_bDone_2)); } inline bool get_m_bDone_2() const { return ___m_bDone_2; } inline bool* get_address_of_m_bDone_2() { return &___m_bDone_2; } inline void set_m_bDone_2(bool value) { ___m_bDone_2 = value; } inline static int32_t get_offset_of_m_totoalTick_3() { return static_cast(offsetof(CStreamingPreImpl_t3531164551, ___m_totoalTick_3)); } inline int32_t get_m_totoalTick_3() const { return ___m_totoalTick_3; } inline int32_t* get_address_of_m_totoalTick_3() { return &___m_totoalTick_3; } inline void set_m_totoalTick_3(int32_t value) { ___m_totoalTick_3 = value; } inline static int32_t get_offset_of_m_completeTick_4() { return static_cast(offsetof(CStreamingPreImpl_t3531164551, ___m_completeTick_4)); } inline int32_t get_m_completeTick_4() const { return ___m_completeTick_4; } inline int32_t* get_address_of_m_completeTick_4() { return &___m_completeTick_4; } inline void set_m_completeTick_4(int32_t value) { ___m_completeTick_4 = value; } inline static int32_t get_offset_of_m_activeTick_5() { return static_cast(offsetof(CStreamingPreImpl_t3531164551, ___m_activeTick_5)); } inline int32_t get_m_activeTick_5() const { return ___m_activeTick_5; } inline int32_t* get_address_of_m_activeTick_5() { return &___m_activeTick_5; } inline void set_m_activeTick_5(int32_t value) { ___m_activeTick_5 = value; } inline static int32_t get_offset_of_m_bInCorotine_6() { return static_cast(offsetof(CStreamingPreImpl_t3531164551, ___m_bInCorotine_6)); } inline bool get_m_bInCorotine_6() const { return ___m_bInCorotine_6; } inline bool* get_address_of_m_bInCorotine_6() { return &___m_bInCorotine_6; } inline void set_m_bInCorotine_6(bool value) { ___m_bInCorotine_6 = value; } inline static int32_t get_offset_of_m_taskIndex_7() { return static_cast(offsetof(CStreamingPreImpl_t3531164551, ___m_taskIndex_7)); } inline int32_t get_m_taskIndex_7() const { return ___m_taskIndex_7; } inline int32_t* get_address_of_m_taskIndex_7() { return &___m_taskIndex_7; } inline void set_m_taskIndex_7(int32_t value) { ___m_taskIndex_7 = value; } inline static int32_t get_offset_of_m_ListTask_8() { return static_cast(offsetof(CStreamingPreImpl_t3531164551, ___m_ListTask_8)); } inline List_1_t2253408947 * get_m_ListTask_8() const { return ___m_ListTask_8; } inline List_1_t2253408947 ** get_address_of_m_ListTask_8() { return &___m_ListTask_8; } inline void set_m_ListTask_8(List_1_t2253408947 * value) { ___m_ListTask_8 = value; Il2CppCodeGenWriteBarrier((&___m_ListTask_8), value); } }; struct CStreamingPreImpl_t3531164551_StaticFields { public: // System.Int32 CStreamingPreImpl::s_tempLabor int32_t ___s_tempLabor_9; public: inline static int32_t get_offset_of_s_tempLabor_9() { return static_cast(offsetof(CStreamingPreImpl_t3531164551_StaticFields, ___s_tempLabor_9)); } inline int32_t get_s_tempLabor_9() const { return ___s_tempLabor_9; } inline int32_t* get_address_of_s_tempLabor_9() { return &___s_tempLabor_9; } inline void set_s_tempLabor_9(int32_t value) { ___s_tempLabor_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMINGPREIMPL_T3531164551_H #ifndef MESSAGEHANDLER_T3017544858_H #define MESSAGEHANDLER_T3017544858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MessageHandler struct MessageHandler_t3017544858 : public MonoBehaviour_t3962482529 { public: public: }; struct MessageHandler_t3017544858_StaticFields { public: // MessageHandler MessageHandler::s_msgHandle MessageHandler_t3017544858 * ___s_msgHandle_2; public: inline static int32_t get_offset_of_s_msgHandle_2() { return static_cast(offsetof(MessageHandler_t3017544858_StaticFields, ___s_msgHandle_2)); } inline MessageHandler_t3017544858 * get_s_msgHandle_2() const { return ___s_msgHandle_2; } inline MessageHandler_t3017544858 ** get_address_of_s_msgHandle_2() { return &___s_msgHandle_2; } inline void set_s_msgHandle_2(MessageHandler_t3017544858 * value) { ___s_msgHandle_2 = value; Il2CppCodeGenWriteBarrier((&___s_msgHandle_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGEHANDLER_T3017544858_H #ifndef CUISWINGBEATKEYMAIN_T3099516294_H #define CUISWINGBEATKEYMAIN_T3099516294_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUISwingBeatKeyMain struct CUISwingBeatKeyMain_t3099516294 : public MonoBehaviour_t3962482529 { public: // System.Collections.Generic.List`1 CUISwingBeatKeyMain::m_listDeviceGroup List_1_t4083789546 * ___m_listDeviceGroup_2; // BetterList`1 CUISwingBeatKeyMain::m_listAll BetterList_1_t501092462 * ___m_listAll_3; // BetterList`1 CUISwingBeatKeyMain::m_listHoldLine BetterList_1_t3455293471 * ___m_listHoldLine_4; // System.Boolean CUISwingBeatKeyMain::m_isPageInit bool ___m_isPageInit_5; // System.Int32 CUISwingBeatKeyMain::m_comboLevel int32_t ___m_comboLevel_6; // System.Int32 CUISwingBeatKeyMain::timeIndex int32_t ___timeIndex_7; public: inline static int32_t get_offset_of_m_listDeviceGroup_2() { return static_cast(offsetof(CUISwingBeatKeyMain_t3099516294, ___m_listDeviceGroup_2)); } inline List_1_t4083789546 * get_m_listDeviceGroup_2() const { return ___m_listDeviceGroup_2; } inline List_1_t4083789546 ** get_address_of_m_listDeviceGroup_2() { return &___m_listDeviceGroup_2; } inline void set_m_listDeviceGroup_2(List_1_t4083789546 * value) { ___m_listDeviceGroup_2 = value; Il2CppCodeGenWriteBarrier((&___m_listDeviceGroup_2), value); } inline static int32_t get_offset_of_m_listAll_3() { return static_cast(offsetof(CUISwingBeatKeyMain_t3099516294, ___m_listAll_3)); } inline BetterList_1_t501092462 * get_m_listAll_3() const { return ___m_listAll_3; } inline BetterList_1_t501092462 ** get_address_of_m_listAll_3() { return &___m_listAll_3; } inline void set_m_listAll_3(BetterList_1_t501092462 * value) { ___m_listAll_3 = value; Il2CppCodeGenWriteBarrier((&___m_listAll_3), value); } inline static int32_t get_offset_of_m_listHoldLine_4() { return static_cast(offsetof(CUISwingBeatKeyMain_t3099516294, ___m_listHoldLine_4)); } inline BetterList_1_t3455293471 * get_m_listHoldLine_4() const { return ___m_listHoldLine_4; } inline BetterList_1_t3455293471 ** get_address_of_m_listHoldLine_4() { return &___m_listHoldLine_4; } inline void set_m_listHoldLine_4(BetterList_1_t3455293471 * value) { ___m_listHoldLine_4 = value; Il2CppCodeGenWriteBarrier((&___m_listHoldLine_4), value); } inline static int32_t get_offset_of_m_isPageInit_5() { return static_cast(offsetof(CUISwingBeatKeyMain_t3099516294, ___m_isPageInit_5)); } inline bool get_m_isPageInit_5() const { return ___m_isPageInit_5; } inline bool* get_address_of_m_isPageInit_5() { return &___m_isPageInit_5; } inline void set_m_isPageInit_5(bool value) { ___m_isPageInit_5 = value; } inline static int32_t get_offset_of_m_comboLevel_6() { return static_cast(offsetof(CUISwingBeatKeyMain_t3099516294, ___m_comboLevel_6)); } inline int32_t get_m_comboLevel_6() const { return ___m_comboLevel_6; } inline int32_t* get_address_of_m_comboLevel_6() { return &___m_comboLevel_6; } inline void set_m_comboLevel_6(int32_t value) { ___m_comboLevel_6 = value; } inline static int32_t get_offset_of_timeIndex_7() { return static_cast(offsetof(CUISwingBeatKeyMain_t3099516294, ___timeIndex_7)); } inline int32_t get_timeIndex_7() const { return ___timeIndex_7; } inline int32_t* get_address_of_timeIndex_7() { return &___timeIndex_7; } inline void set_timeIndex_7(int32_t value) { ___timeIndex_7 = value; } }; struct CUISwingBeatKeyMain_t3099516294_StaticFields { public: // CUISwingBeatKeyMain CUISwingBeatKeyMain::s_instance CUISwingBeatKeyMain_t3099516294 * ___s_instance_8; public: inline static int32_t get_offset_of_s_instance_8() { return static_cast(offsetof(CUISwingBeatKeyMain_t3099516294_StaticFields, ___s_instance_8)); } inline CUISwingBeatKeyMain_t3099516294 * get_s_instance_8() const { return ___s_instance_8; } inline CUISwingBeatKeyMain_t3099516294 ** get_address_of_s_instance_8() { return &___s_instance_8; } inline void set_s_instance_8(CUISwingBeatKeyMain_t3099516294 * value) { ___s_instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUISWINGBEATKEYMAIN_T3099516294_H #ifndef UIGAMESTARTER_T3167157668_H #define UIGAMESTARTER_T3167157668_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIGameStarter struct UIGameStarter_t3167157668 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject UIGameStarter::m_updatePg GameObject_t1113636619 * ___m_updatePg_2; // UISimpleMsgBox UIGameStarter::m_msgBox UISimpleMsgBox_t1300709986 * ___m_msgBox_3; // System.Int32 UIGameStarter::m_bReadyLoad int32_t ___m_bReadyLoad_4; // System.Int32 UIGameStarter::m_nProxyState int32_t ___m_nProxyState_5; // System.String UIGameStarter::m_strProxyVal String_t* ___m_strProxyVal_6; // CStreamingPreImpl UIGameStarter::m_stremingVal CStreamingPreImpl_t3531164551 * ___m_stremingVal_8; // CUIResWWW/CUIResWWWState UIGameStarter::m_localState int32_t ___m_localState_9; public: inline static int32_t get_offset_of_m_updatePg_2() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_updatePg_2)); } inline GameObject_t1113636619 * get_m_updatePg_2() const { return ___m_updatePg_2; } inline GameObject_t1113636619 ** get_address_of_m_updatePg_2() { return &___m_updatePg_2; } inline void set_m_updatePg_2(GameObject_t1113636619 * value) { ___m_updatePg_2 = value; Il2CppCodeGenWriteBarrier((&___m_updatePg_2), value); } inline static int32_t get_offset_of_m_msgBox_3() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_msgBox_3)); } inline UISimpleMsgBox_t1300709986 * get_m_msgBox_3() const { return ___m_msgBox_3; } inline UISimpleMsgBox_t1300709986 ** get_address_of_m_msgBox_3() { return &___m_msgBox_3; } inline void set_m_msgBox_3(UISimpleMsgBox_t1300709986 * value) { ___m_msgBox_3 = value; Il2CppCodeGenWriteBarrier((&___m_msgBox_3), value); } inline static int32_t get_offset_of_m_bReadyLoad_4() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_bReadyLoad_4)); } inline int32_t get_m_bReadyLoad_4() const { return ___m_bReadyLoad_4; } inline int32_t* get_address_of_m_bReadyLoad_4() { return &___m_bReadyLoad_4; } inline void set_m_bReadyLoad_4(int32_t value) { ___m_bReadyLoad_4 = value; } inline static int32_t get_offset_of_m_nProxyState_5() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_nProxyState_5)); } inline int32_t get_m_nProxyState_5() const { return ___m_nProxyState_5; } inline int32_t* get_address_of_m_nProxyState_5() { return &___m_nProxyState_5; } inline void set_m_nProxyState_5(int32_t value) { ___m_nProxyState_5 = value; } inline static int32_t get_offset_of_m_strProxyVal_6() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_strProxyVal_6)); } inline String_t* get_m_strProxyVal_6() const { return ___m_strProxyVal_6; } inline String_t** get_address_of_m_strProxyVal_6() { return &___m_strProxyVal_6; } inline void set_m_strProxyVal_6(String_t* value) { ___m_strProxyVal_6 = value; Il2CppCodeGenWriteBarrier((&___m_strProxyVal_6), value); } inline static int32_t get_offset_of_m_stremingVal_8() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_stremingVal_8)); } inline CStreamingPreImpl_t3531164551 * get_m_stremingVal_8() const { return ___m_stremingVal_8; } inline CStreamingPreImpl_t3531164551 ** get_address_of_m_stremingVal_8() { return &___m_stremingVal_8; } inline void set_m_stremingVal_8(CStreamingPreImpl_t3531164551 * value) { ___m_stremingVal_8 = value; Il2CppCodeGenWriteBarrier((&___m_stremingVal_8), value); } inline static int32_t get_offset_of_m_localState_9() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_localState_9)); } inline int32_t get_m_localState_9() const { return ___m_localState_9; } inline int32_t* get_address_of_m_localState_9() { return &___m_localState_9; } inline void set_m_localState_9(int32_t value) { ___m_localState_9 = value; } }; struct UIGameStarter_t3167157668_StaticFields { public: // System.Boolean UIGameStarter::s_bCheckStreaming bool ___s_bCheckStreaming_7; public: inline static int32_t get_offset_of_s_bCheckStreaming_7() { return static_cast(offsetof(UIGameStarter_t3167157668_StaticFields, ___s_bCheckStreaming_7)); } inline bool get_s_bCheckStreaming_7() const { return ___s_bCheckStreaming_7; } inline bool* get_address_of_s_bCheckStreaming_7() { return &___s_bCheckStreaming_7; } inline void set_s_bCheckStreaming_7(bool value) { ___s_bCheckStreaming_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIGAMESTARTER_T3167157668_H #ifndef UIROOT_T4022971450_H #define UIROOT_T4022971450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIRoot struct UIRoot_t4022971450 : public MonoBehaviour_t3962482529 { public: // UIRoot/Scaling UIRoot::scalingStyle int32_t ___scalingStyle_3; // System.Boolean UIRoot::automatic bool ___automatic_4; // System.Int32 UIRoot::manualHeight int32_t ___manualHeight_5; // System.Int32 UIRoot::minimumHeight int32_t ___minimumHeight_6; // System.Int32 UIRoot::maximumHeight int32_t ___maximumHeight_7; // UnityEngine.Transform UIRoot::mTrans Transform_t3600365921 * ___mTrans_8; public: inline static int32_t get_offset_of_scalingStyle_3() { return static_cast(offsetof(UIRoot_t4022971450, ___scalingStyle_3)); } inline int32_t get_scalingStyle_3() const { return ___scalingStyle_3; } inline int32_t* get_address_of_scalingStyle_3() { return &___scalingStyle_3; } inline void set_scalingStyle_3(int32_t value) { ___scalingStyle_3 = value; } inline static int32_t get_offset_of_automatic_4() { return static_cast(offsetof(UIRoot_t4022971450, ___automatic_4)); } inline bool get_automatic_4() const { return ___automatic_4; } inline bool* get_address_of_automatic_4() { return &___automatic_4; } inline void set_automatic_4(bool value) { ___automatic_4 = value; } inline static int32_t get_offset_of_manualHeight_5() { return static_cast(offsetof(UIRoot_t4022971450, ___manualHeight_5)); } inline int32_t get_manualHeight_5() const { return ___manualHeight_5; } inline int32_t* get_address_of_manualHeight_5() { return &___manualHeight_5; } inline void set_manualHeight_5(int32_t value) { ___manualHeight_5 = value; } inline static int32_t get_offset_of_minimumHeight_6() { return static_cast(offsetof(UIRoot_t4022971450, ___minimumHeight_6)); } inline int32_t get_minimumHeight_6() const { return ___minimumHeight_6; } inline int32_t* get_address_of_minimumHeight_6() { return &___minimumHeight_6; } inline void set_minimumHeight_6(int32_t value) { ___minimumHeight_6 = value; } inline static int32_t get_offset_of_maximumHeight_7() { return static_cast(offsetof(UIRoot_t4022971450, ___maximumHeight_7)); } inline int32_t get_maximumHeight_7() const { return ___maximumHeight_7; } inline int32_t* get_address_of_maximumHeight_7() { return &___maximumHeight_7; } inline void set_maximumHeight_7(int32_t value) { ___maximumHeight_7 = value; } inline static int32_t get_offset_of_mTrans_8() { return static_cast(offsetof(UIRoot_t4022971450, ___mTrans_8)); } inline Transform_t3600365921 * get_mTrans_8() const { return ___mTrans_8; } inline Transform_t3600365921 ** get_address_of_mTrans_8() { return &___mTrans_8; } inline void set_mTrans_8(Transform_t3600365921 * value) { ___mTrans_8 = value; Il2CppCodeGenWriteBarrier((&___mTrans_8), value); } }; struct UIRoot_t4022971450_StaticFields { public: // System.Collections.Generic.List`1 UIRoot::mRoots List_1_t1200078896 * ___mRoots_2; public: inline static int32_t get_offset_of_mRoots_2() { return static_cast(offsetof(UIRoot_t4022971450_StaticFields, ___mRoots_2)); } inline List_1_t1200078896 * get_mRoots_2() const { return ___mRoots_2; } inline List_1_t1200078896 ** get_address_of_mRoots_2() { return &___mRoots_2; } inline void set_mRoots_2(List_1_t1200078896 * value) { ___mRoots_2 = value; Il2CppCodeGenWriteBarrier((&___mRoots_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIROOT_T4022971450_H #ifndef CVERSIONWWW_T2686195492_H #define CVERSIONWWW_T2686195492_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVersionWWW struct CVersionWWW_t2686195492 : public MonoBehaviour_t3962482529 { public: // CAutoUpdate CVersionWWW::m_AutoUpdate CAutoUpdate_t511563099 * ___m_AutoUpdate_2; // UISprite CVersionWWW::m_spriteBg UISprite_t194114938 * ___m_spriteBg_3; // UISprite CVersionWWW::m_spriteStep UISprite_t194114938 * ___m_spriteStep_4; // UILabel CVersionWWW::m_labelFirstTips UILabel_t3248798549 * ___m_labelFirstTips_5; // UILabel CVersionWWW::m_labelDBDescrip UILabel_t3248798549 * ___m_labelDBDescrip_6; // System.Single CVersionWWW::m_maxScaleStep float ___m_maxScaleStep_7; // System.Single CVersionWWW::m_fTimeLabor float ___m_fTimeLabor_11; public: inline static int32_t get_offset_of_m_AutoUpdate_2() { return static_cast(offsetof(CVersionWWW_t2686195492, ___m_AutoUpdate_2)); } inline CAutoUpdate_t511563099 * get_m_AutoUpdate_2() const { return ___m_AutoUpdate_2; } inline CAutoUpdate_t511563099 ** get_address_of_m_AutoUpdate_2() { return &___m_AutoUpdate_2; } inline void set_m_AutoUpdate_2(CAutoUpdate_t511563099 * value) { ___m_AutoUpdate_2 = value; Il2CppCodeGenWriteBarrier((&___m_AutoUpdate_2), value); } inline static int32_t get_offset_of_m_spriteBg_3() { return static_cast(offsetof(CVersionWWW_t2686195492, ___m_spriteBg_3)); } inline UISprite_t194114938 * get_m_spriteBg_3() const { return ___m_spriteBg_3; } inline UISprite_t194114938 ** get_address_of_m_spriteBg_3() { return &___m_spriteBg_3; } inline void set_m_spriteBg_3(UISprite_t194114938 * value) { ___m_spriteBg_3 = value; Il2CppCodeGenWriteBarrier((&___m_spriteBg_3), value); } inline static int32_t get_offset_of_m_spriteStep_4() { return static_cast(offsetof(CVersionWWW_t2686195492, ___m_spriteStep_4)); } inline UISprite_t194114938 * get_m_spriteStep_4() const { return ___m_spriteStep_4; } inline UISprite_t194114938 ** get_address_of_m_spriteStep_4() { return &___m_spriteStep_4; } inline void set_m_spriteStep_4(UISprite_t194114938 * value) { ___m_spriteStep_4 = value; Il2CppCodeGenWriteBarrier((&___m_spriteStep_4), value); } inline static int32_t get_offset_of_m_labelFirstTips_5() { return static_cast(offsetof(CVersionWWW_t2686195492, ___m_labelFirstTips_5)); } inline UILabel_t3248798549 * get_m_labelFirstTips_5() const { return ___m_labelFirstTips_5; } inline UILabel_t3248798549 ** get_address_of_m_labelFirstTips_5() { return &___m_labelFirstTips_5; } inline void set_m_labelFirstTips_5(UILabel_t3248798549 * value) { ___m_labelFirstTips_5 = value; Il2CppCodeGenWriteBarrier((&___m_labelFirstTips_5), value); } inline static int32_t get_offset_of_m_labelDBDescrip_6() { return static_cast(offsetof(CVersionWWW_t2686195492, ___m_labelDBDescrip_6)); } inline UILabel_t3248798549 * get_m_labelDBDescrip_6() const { return ___m_labelDBDescrip_6; } inline UILabel_t3248798549 ** get_address_of_m_labelDBDescrip_6() { return &___m_labelDBDescrip_6; } inline void set_m_labelDBDescrip_6(UILabel_t3248798549 * value) { ___m_labelDBDescrip_6 = value; Il2CppCodeGenWriteBarrier((&___m_labelDBDescrip_6), value); } inline static int32_t get_offset_of_m_maxScaleStep_7() { return static_cast(offsetof(CVersionWWW_t2686195492, ___m_maxScaleStep_7)); } inline float get_m_maxScaleStep_7() const { return ___m_maxScaleStep_7; } inline float* get_address_of_m_maxScaleStep_7() { return &___m_maxScaleStep_7; } inline void set_m_maxScaleStep_7(float value) { ___m_maxScaleStep_7 = value; } inline static int32_t get_offset_of_m_fTimeLabor_11() { return static_cast(offsetof(CVersionWWW_t2686195492, ___m_fTimeLabor_11)); } inline float get_m_fTimeLabor_11() const { return ___m_fTimeLabor_11; } inline float* get_address_of_m_fTimeLabor_11() { return &___m_fTimeLabor_11; } inline void set_m_fTimeLabor_11(float value) { ___m_fTimeLabor_11 = value; } }; struct CVersionWWW_t2686195492_StaticFields { public: // System.Boolean CVersionWWW::s_bPrompUnLinkMsgBox bool ___s_bPrompUnLinkMsgBox_8; // System.Boolean CVersionWWW::s_checkedProxy bool ___s_checkedProxy_9; // CVersionWWW/enumVersionState CVersionWWW::s_LoadingWWWState int32_t ___s_LoadingWWWState_10; // DMCore.OnMsgBoxClkCallBack CVersionWWW::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_12; public: inline static int32_t get_offset_of_s_bPrompUnLinkMsgBox_8() { return static_cast(offsetof(CVersionWWW_t2686195492_StaticFields, ___s_bPrompUnLinkMsgBox_8)); } inline bool get_s_bPrompUnLinkMsgBox_8() const { return ___s_bPrompUnLinkMsgBox_8; } inline bool* get_address_of_s_bPrompUnLinkMsgBox_8() { return &___s_bPrompUnLinkMsgBox_8; } inline void set_s_bPrompUnLinkMsgBox_8(bool value) { ___s_bPrompUnLinkMsgBox_8 = value; } inline static int32_t get_offset_of_s_checkedProxy_9() { return static_cast(offsetof(CVersionWWW_t2686195492_StaticFields, ___s_checkedProxy_9)); } inline bool get_s_checkedProxy_9() const { return ___s_checkedProxy_9; } inline bool* get_address_of_s_checkedProxy_9() { return &___s_checkedProxy_9; } inline void set_s_checkedProxy_9(bool value) { ___s_checkedProxy_9 = value; } inline static int32_t get_offset_of_s_LoadingWWWState_10() { return static_cast(offsetof(CVersionWWW_t2686195492_StaticFields, ___s_LoadingWWWState_10)); } inline int32_t get_s_LoadingWWWState_10() const { return ___s_LoadingWWWState_10; } inline int32_t* get_address_of_s_LoadingWWWState_10() { return &___s_LoadingWWWState_10; } inline void set_s_LoadingWWWState_10(int32_t value) { ___s_LoadingWWWState_10 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_12() { return static_cast(offsetof(CVersionWWW_t2686195492_StaticFields, ___U3CU3Ef__mgU24cache0_12)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_12() const { return ___U3CU3Ef__mgU24cache0_12; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_12() { return &___U3CU3Ef__mgU24cache0_12; } inline void set_U3CU3Ef__mgU24cache0_12(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVERSIONWWW_T2686195492_H #ifndef CTEXTURNANIM_T2202883548_H #define CTEXTURNANIM_T2202883548_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CTexturnAnim struct CTexturnAnim_t2202883548 : public MonoBehaviour_t3962482529 { public: // UITexture CTexturnAnim::m_UITexture UITexture_t3471168817 * ___m_UITexture_2; // System.Single CTexturnAnim::m_Circle float ___m_Circle_3; // UnityEngine.Texture2D[] CTexturnAnim::m_ListTextures Texture2DU5BU5D_t149664596* ___m_ListTextures_4; // System.Single CTexturnAnim::m_TimeLabor float ___m_TimeLabor_5; // System.Int32 CTexturnAnim::m_CurIndex int32_t ___m_CurIndex_6; public: inline static int32_t get_offset_of_m_UITexture_2() { return static_cast(offsetof(CTexturnAnim_t2202883548, ___m_UITexture_2)); } inline UITexture_t3471168817 * get_m_UITexture_2() const { return ___m_UITexture_2; } inline UITexture_t3471168817 ** get_address_of_m_UITexture_2() { return &___m_UITexture_2; } inline void set_m_UITexture_2(UITexture_t3471168817 * value) { ___m_UITexture_2 = value; Il2CppCodeGenWriteBarrier((&___m_UITexture_2), value); } inline static int32_t get_offset_of_m_Circle_3() { return static_cast(offsetof(CTexturnAnim_t2202883548, ___m_Circle_3)); } inline float get_m_Circle_3() const { return ___m_Circle_3; } inline float* get_address_of_m_Circle_3() { return &___m_Circle_3; } inline void set_m_Circle_3(float value) { ___m_Circle_3 = value; } inline static int32_t get_offset_of_m_ListTextures_4() { return static_cast(offsetof(CTexturnAnim_t2202883548, ___m_ListTextures_4)); } inline Texture2DU5BU5D_t149664596* get_m_ListTextures_4() const { return ___m_ListTextures_4; } inline Texture2DU5BU5D_t149664596** get_address_of_m_ListTextures_4() { return &___m_ListTextures_4; } inline void set_m_ListTextures_4(Texture2DU5BU5D_t149664596* value) { ___m_ListTextures_4 = value; Il2CppCodeGenWriteBarrier((&___m_ListTextures_4), value); } inline static int32_t get_offset_of_m_TimeLabor_5() { return static_cast(offsetof(CTexturnAnim_t2202883548, ___m_TimeLabor_5)); } inline float get_m_TimeLabor_5() const { return ___m_TimeLabor_5; } inline float* get_address_of_m_TimeLabor_5() { return &___m_TimeLabor_5; } inline void set_m_TimeLabor_5(float value) { ___m_TimeLabor_5 = value; } inline static int32_t get_offset_of_m_CurIndex_6() { return static_cast(offsetof(CTexturnAnim_t2202883548, ___m_CurIndex_6)); } inline int32_t get_m_CurIndex_6() const { return ___m_CurIndex_6; } inline int32_t* get_address_of_m_CurIndex_6() { return &___m_CurIndex_6; } inline void set_m_CurIndex_6(int32_t value) { ___m_CurIndex_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTEXTURNANIM_T2202883548_H #ifndef UIWIDGET_T3538521925_H #define UIWIDGET_T3538521925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIWidget struct UIWidget_t3538521925 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Material UIWidget::mMat Material_t340375123 * ___mMat_2; // UnityEngine.Texture UIWidget::mTex Texture_t3661962703 * ___mTex_3; // UnityEngine.Color UIWidget::mColor Color_t2555686324 ___mColor_4; // UIWidget/Pivot UIWidget::mPivot int32_t ___mPivot_5; // System.Int32 UIWidget::mDepth int32_t ___mDepth_6; // UnityEngine.Transform UIWidget::mTrans Transform_t3600365921 * ___mTrans_7; // UIPanel UIWidget::mPanel UIPanel_t1716472341 * ___mPanel_8; // System.Boolean UIWidget::mChanged bool ___mChanged_9; // System.Boolean UIWidget::mPlayMode bool ___mPlayMode_10; // UnityEngine.Color UIWidget::m_OldColor Color_t2555686324 ___m_OldColor_11; // System.Int32 UIWidget::mVisibleFlag int32_t ___mVisibleFlag_12; // UIGeometry UIWidget::mGeom UIGeometry_t1059483952 * ___mGeom_13; public: inline static int32_t get_offset_of_mMat_2() { return static_cast(offsetof(UIWidget_t3538521925, ___mMat_2)); } inline Material_t340375123 * get_mMat_2() const { return ___mMat_2; } inline Material_t340375123 ** get_address_of_mMat_2() { return &___mMat_2; } inline void set_mMat_2(Material_t340375123 * value) { ___mMat_2 = value; Il2CppCodeGenWriteBarrier((&___mMat_2), value); } inline static int32_t get_offset_of_mTex_3() { return static_cast(offsetof(UIWidget_t3538521925, ___mTex_3)); } inline Texture_t3661962703 * get_mTex_3() const { return ___mTex_3; } inline Texture_t3661962703 ** get_address_of_mTex_3() { return &___mTex_3; } inline void set_mTex_3(Texture_t3661962703 * value) { ___mTex_3 = value; Il2CppCodeGenWriteBarrier((&___mTex_3), value); } inline static int32_t get_offset_of_mColor_4() { return static_cast(offsetof(UIWidget_t3538521925, ___mColor_4)); } inline Color_t2555686324 get_mColor_4() const { return ___mColor_4; } inline Color_t2555686324 * get_address_of_mColor_4() { return &___mColor_4; } inline void set_mColor_4(Color_t2555686324 value) { ___mColor_4 = value; } inline static int32_t get_offset_of_mPivot_5() { return static_cast(offsetof(UIWidget_t3538521925, ___mPivot_5)); } inline int32_t get_mPivot_5() const { return ___mPivot_5; } inline int32_t* get_address_of_mPivot_5() { return &___mPivot_5; } inline void set_mPivot_5(int32_t value) { ___mPivot_5 = value; } inline static int32_t get_offset_of_mDepth_6() { return static_cast(offsetof(UIWidget_t3538521925, ___mDepth_6)); } inline int32_t get_mDepth_6() const { return ___mDepth_6; } inline int32_t* get_address_of_mDepth_6() { return &___mDepth_6; } inline void set_mDepth_6(int32_t value) { ___mDepth_6 = value; } inline static int32_t get_offset_of_mTrans_7() { return static_cast(offsetof(UIWidget_t3538521925, ___mTrans_7)); } inline Transform_t3600365921 * get_mTrans_7() const { return ___mTrans_7; } inline Transform_t3600365921 ** get_address_of_mTrans_7() { return &___mTrans_7; } inline void set_mTrans_7(Transform_t3600365921 * value) { ___mTrans_7 = value; Il2CppCodeGenWriteBarrier((&___mTrans_7), value); } inline static int32_t get_offset_of_mPanel_8() { return static_cast(offsetof(UIWidget_t3538521925, ___mPanel_8)); } inline UIPanel_t1716472341 * get_mPanel_8() const { return ___mPanel_8; } inline UIPanel_t1716472341 ** get_address_of_mPanel_8() { return &___mPanel_8; } inline void set_mPanel_8(UIPanel_t1716472341 * value) { ___mPanel_8 = value; Il2CppCodeGenWriteBarrier((&___mPanel_8), value); } inline static int32_t get_offset_of_mChanged_9() { return static_cast(offsetof(UIWidget_t3538521925, ___mChanged_9)); } inline bool get_mChanged_9() const { return ___mChanged_9; } inline bool* get_address_of_mChanged_9() { return &___mChanged_9; } inline void set_mChanged_9(bool value) { ___mChanged_9 = value; } inline static int32_t get_offset_of_mPlayMode_10() { return static_cast(offsetof(UIWidget_t3538521925, ___mPlayMode_10)); } inline bool get_mPlayMode_10() const { return ___mPlayMode_10; } inline bool* get_address_of_mPlayMode_10() { return &___mPlayMode_10; } inline void set_mPlayMode_10(bool value) { ___mPlayMode_10 = value; } inline static int32_t get_offset_of_m_OldColor_11() { return static_cast(offsetof(UIWidget_t3538521925, ___m_OldColor_11)); } inline Color_t2555686324 get_m_OldColor_11() const { return ___m_OldColor_11; } inline Color_t2555686324 * get_address_of_m_OldColor_11() { return &___m_OldColor_11; } inline void set_m_OldColor_11(Color_t2555686324 value) { ___m_OldColor_11 = value; } inline static int32_t get_offset_of_mVisibleFlag_12() { return static_cast(offsetof(UIWidget_t3538521925, ___mVisibleFlag_12)); } inline int32_t get_mVisibleFlag_12() const { return ___mVisibleFlag_12; } inline int32_t* get_address_of_mVisibleFlag_12() { return &___mVisibleFlag_12; } inline void set_mVisibleFlag_12(int32_t value) { ___mVisibleFlag_12 = value; } inline static int32_t get_offset_of_mGeom_13() { return static_cast(offsetof(UIWidget_t3538521925, ___mGeom_13)); } inline UIGeometry_t1059483952 * get_mGeom_13() const { return ___mGeom_13; } inline UIGeometry_t1059483952 ** get_address_of_mGeom_13() { return &___mGeom_13; } inline void set_mGeom_13(UIGeometry_t1059483952 * value) { ___mGeom_13 = value; Il2CppCodeGenWriteBarrier((&___mGeom_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIWIDGET_T3538521925_H #ifndef DMSERIAL_T3962411756_H #define DMSERIAL_T3962411756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMSerial struct DMSerial_t3962411756 : public MonoBehaviour_t3962482529 { public: // System.Collections.Generic.List`1 DMSerial::dataList List_1_t1780083345 * ___dataList_2; public: inline static int32_t get_offset_of_dataList_2() { return static_cast(offsetof(DMSerial_t3962411756, ___dataList_2)); } inline List_1_t1780083345 * get_dataList_2() const { return ___dataList_2; } inline List_1_t1780083345 ** get_address_of_dataList_2() { return &___dataList_2; } inline void set_dataList_2(List_1_t1780083345 * value) { ___dataList_2 = value; Il2CppCodeGenWriteBarrier((&___dataList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMSERIAL_T3962411756_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 CUIEVALUATION_T4168627961_H #define CUIEVALUATION_T4168627961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIEvaluation struct CUIEvaluation_t4168627961 : public MonoBehaviour_t3962482529 { public: // UISprite CUIEvaluation::m_perfectResult UISprite_t194114938 * ___m_perfectResult_2; // UnityEngine.Transform CUIEvaluation::m_uiRoot Transform_t3600365921 * ___m_uiRoot_3; // DMCore.DanceMode.enumJudgeResult CUIEvaluation::m_Result int32_t ___m_Result_4; public: inline static int32_t get_offset_of_m_perfectResult_2() { return static_cast(offsetof(CUIEvaluation_t4168627961, ___m_perfectResult_2)); } inline UISprite_t194114938 * get_m_perfectResult_2() const { return ___m_perfectResult_2; } inline UISprite_t194114938 ** get_address_of_m_perfectResult_2() { return &___m_perfectResult_2; } inline void set_m_perfectResult_2(UISprite_t194114938 * value) { ___m_perfectResult_2 = value; Il2CppCodeGenWriteBarrier((&___m_perfectResult_2), value); } inline static int32_t get_offset_of_m_uiRoot_3() { return static_cast(offsetof(CUIEvaluation_t4168627961, ___m_uiRoot_3)); } inline Transform_t3600365921 * get_m_uiRoot_3() const { return ___m_uiRoot_3; } inline Transform_t3600365921 ** get_address_of_m_uiRoot_3() { return &___m_uiRoot_3; } inline void set_m_uiRoot_3(Transform_t3600365921 * value) { ___m_uiRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_3), value); } inline static int32_t get_offset_of_m_Result_4() { return static_cast(offsetof(CUIEvaluation_t4168627961, ___m_Result_4)); } inline int32_t get_m_Result_4() const { return ___m_Result_4; } inline int32_t* get_address_of_m_Result_4() { return &___m_Result_4; } inline void set_m_Result_4(int32_t value) { ___m_Result_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIEVALUATION_T4168627961_H #ifndef CYUNVAAPI_T2324893418_H #define CYUNVAAPI_T2324893418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi struct CYunvaApi_t2324893418 : public MonoBehaviour_t3962482529 { public: // CYunvaApi/OnUpLoadCompleteCallback CYunvaApi::m_UnLoadResult OnUpLoadCompleteCallback_t2081987828 * ___m_UnLoadResult_4; // CYunvaApi/OnDownLoadCompleteCallback CYunvaApi::m_DownLoadResult OnDownLoadCompleteCallback_t4136487141 * ___m_DownLoadResult_5; // CYunvaApi/OnStopRecordCompleteCallback CYunvaApi::m_StopRecordResult OnStopRecordCompleteCallback_t2363891626 * ___m_StopRecordResult_6; // CYunvaApi/OnCompletedCallback CYunvaApi::m_playCompleted OnCompletedCallback_t1110260270 * ___m_playCompleted_7; // CYunvaApi/OnMsgReceiveCallback CYunvaApi::m_channelChatCallback OnMsgReceiveCallback_t4052986837 * ___m_channelChatCallback_8; // CYunvaApi/OnStopSpeechCompleteCallback CYunvaApi::m_StopSpeechResult OnStopSpeechCompleteCallback_t1009288087 * ___m_StopSpeechResult_9; public: inline static int32_t get_offset_of_m_UnLoadResult_4() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_UnLoadResult_4)); } inline OnUpLoadCompleteCallback_t2081987828 * get_m_UnLoadResult_4() const { return ___m_UnLoadResult_4; } inline OnUpLoadCompleteCallback_t2081987828 ** get_address_of_m_UnLoadResult_4() { return &___m_UnLoadResult_4; } inline void set_m_UnLoadResult_4(OnUpLoadCompleteCallback_t2081987828 * value) { ___m_UnLoadResult_4 = value; Il2CppCodeGenWriteBarrier((&___m_UnLoadResult_4), value); } inline static int32_t get_offset_of_m_DownLoadResult_5() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_DownLoadResult_5)); } inline OnDownLoadCompleteCallback_t4136487141 * get_m_DownLoadResult_5() const { return ___m_DownLoadResult_5; } inline OnDownLoadCompleteCallback_t4136487141 ** get_address_of_m_DownLoadResult_5() { return &___m_DownLoadResult_5; } inline void set_m_DownLoadResult_5(OnDownLoadCompleteCallback_t4136487141 * value) { ___m_DownLoadResult_5 = value; Il2CppCodeGenWriteBarrier((&___m_DownLoadResult_5), value); } inline static int32_t get_offset_of_m_StopRecordResult_6() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_StopRecordResult_6)); } inline OnStopRecordCompleteCallback_t2363891626 * get_m_StopRecordResult_6() const { return ___m_StopRecordResult_6; } inline OnStopRecordCompleteCallback_t2363891626 ** get_address_of_m_StopRecordResult_6() { return &___m_StopRecordResult_6; } inline void set_m_StopRecordResult_6(OnStopRecordCompleteCallback_t2363891626 * value) { ___m_StopRecordResult_6 = value; Il2CppCodeGenWriteBarrier((&___m_StopRecordResult_6), value); } inline static int32_t get_offset_of_m_playCompleted_7() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_playCompleted_7)); } inline OnCompletedCallback_t1110260270 * get_m_playCompleted_7() const { return ___m_playCompleted_7; } inline OnCompletedCallback_t1110260270 ** get_address_of_m_playCompleted_7() { return &___m_playCompleted_7; } inline void set_m_playCompleted_7(OnCompletedCallback_t1110260270 * value) { ___m_playCompleted_7 = value; Il2CppCodeGenWriteBarrier((&___m_playCompleted_7), value); } inline static int32_t get_offset_of_m_channelChatCallback_8() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_channelChatCallback_8)); } inline OnMsgReceiveCallback_t4052986837 * get_m_channelChatCallback_8() const { return ___m_channelChatCallback_8; } inline OnMsgReceiveCallback_t4052986837 ** get_address_of_m_channelChatCallback_8() { return &___m_channelChatCallback_8; } inline void set_m_channelChatCallback_8(OnMsgReceiveCallback_t4052986837 * value) { ___m_channelChatCallback_8 = value; Il2CppCodeGenWriteBarrier((&___m_channelChatCallback_8), value); } inline static int32_t get_offset_of_m_StopSpeechResult_9() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_StopSpeechResult_9)); } inline OnStopSpeechCompleteCallback_t1009288087 * get_m_StopSpeechResult_9() const { return ___m_StopSpeechResult_9; } inline OnStopSpeechCompleteCallback_t1009288087 ** get_address_of_m_StopSpeechResult_9() { return &___m_StopSpeechResult_9; } inline void set_m_StopSpeechResult_9(OnStopSpeechCompleteCallback_t1009288087 * value) { ___m_StopSpeechResult_9 = value; Il2CppCodeGenWriteBarrier((&___m_StopSpeechResult_9), value); } }; struct CYunvaApi_t2324893418_StaticFields { public: // System.Int64 CYunvaApi::s_LastUsrID int64_t ___s_LastUsrID_2; // CYunvaApi CYunvaApi::s_instance CYunvaApi_t2324893418 * ___s_instance_3; // CYunvaApi/OnUpLoadCompleteCallback CYunvaApi::<>f__mg$cache0 OnUpLoadCompleteCallback_t2081987828 * ___U3CU3Ef__mgU24cache0_10; // CYunvaApi/OnDownLoadCompleteCallback CYunvaApi::<>f__mg$cache1 OnDownLoadCompleteCallback_t4136487141 * ___U3CU3Ef__mgU24cache1_11; // CYunvaApi/OnStopRecordCompleteCallback CYunvaApi::<>f__mg$cache2 OnStopRecordCompleteCallback_t2363891626 * ___U3CU3Ef__mgU24cache2_12; // CYunvaApi/OnCompletedCallback CYunvaApi::<>f__mg$cache3 OnCompletedCallback_t1110260270 * ___U3CU3Ef__mgU24cache3_13; // CYunvaApi/OnMsgReceiveCallback CYunvaApi::<>f__mg$cache4 OnMsgReceiveCallback_t4052986837 * ___U3CU3Ef__mgU24cache4_14; // CYunvaApi/OnStopSpeechCompleteCallback CYunvaApi::<>f__mg$cache5 OnStopSpeechCompleteCallback_t1009288087 * ___U3CU3Ef__mgU24cache5_15; public: inline static int32_t get_offset_of_s_LastUsrID_2() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___s_LastUsrID_2)); } inline int64_t get_s_LastUsrID_2() const { return ___s_LastUsrID_2; } inline int64_t* get_address_of_s_LastUsrID_2() { return &___s_LastUsrID_2; } inline void set_s_LastUsrID_2(int64_t value) { ___s_LastUsrID_2 = value; } inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___s_instance_3)); } inline CYunvaApi_t2324893418 * get_s_instance_3() const { return ___s_instance_3; } inline CYunvaApi_t2324893418 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CYunvaApi_t2324893418 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_10() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache0_10)); } inline OnUpLoadCompleteCallback_t2081987828 * get_U3CU3Ef__mgU24cache0_10() const { return ___U3CU3Ef__mgU24cache0_10; } inline OnUpLoadCompleteCallback_t2081987828 ** get_address_of_U3CU3Ef__mgU24cache0_10() { return &___U3CU3Ef__mgU24cache0_10; } inline void set_U3CU3Ef__mgU24cache0_10(OnUpLoadCompleteCallback_t2081987828 * value) { ___U3CU3Ef__mgU24cache0_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_11() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache1_11)); } inline OnDownLoadCompleteCallback_t4136487141 * get_U3CU3Ef__mgU24cache1_11() const { return ___U3CU3Ef__mgU24cache1_11; } inline OnDownLoadCompleteCallback_t4136487141 ** get_address_of_U3CU3Ef__mgU24cache1_11() { return &___U3CU3Ef__mgU24cache1_11; } inline void set_U3CU3Ef__mgU24cache1_11(OnDownLoadCompleteCallback_t4136487141 * value) { ___U3CU3Ef__mgU24cache1_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_12() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache2_12)); } inline OnStopRecordCompleteCallback_t2363891626 * get_U3CU3Ef__mgU24cache2_12() const { return ___U3CU3Ef__mgU24cache2_12; } inline OnStopRecordCompleteCallback_t2363891626 ** get_address_of_U3CU3Ef__mgU24cache2_12() { return &___U3CU3Ef__mgU24cache2_12; } inline void set_U3CU3Ef__mgU24cache2_12(OnStopRecordCompleteCallback_t2363891626 * value) { ___U3CU3Ef__mgU24cache2_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_13() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache3_13)); } inline OnCompletedCallback_t1110260270 * get_U3CU3Ef__mgU24cache3_13() const { return ___U3CU3Ef__mgU24cache3_13; } inline OnCompletedCallback_t1110260270 ** get_address_of_U3CU3Ef__mgU24cache3_13() { return &___U3CU3Ef__mgU24cache3_13; } inline void set_U3CU3Ef__mgU24cache3_13(OnCompletedCallback_t1110260270 * value) { ___U3CU3Ef__mgU24cache3_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_14() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache4_14)); } inline OnMsgReceiveCallback_t4052986837 * get_U3CU3Ef__mgU24cache4_14() const { return ___U3CU3Ef__mgU24cache4_14; } inline OnMsgReceiveCallback_t4052986837 ** get_address_of_U3CU3Ef__mgU24cache4_14() { return &___U3CU3Ef__mgU24cache4_14; } inline void set_U3CU3Ef__mgU24cache4_14(OnMsgReceiveCallback_t4052986837 * value) { ___U3CU3Ef__mgU24cache4_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_15() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache5_15)); } inline OnStopSpeechCompleteCallback_t1009288087 * get_U3CU3Ef__mgU24cache5_15() const { return ___U3CU3Ef__mgU24cache5_15; } inline OnStopSpeechCompleteCallback_t1009288087 ** get_address_of_U3CU3Ef__mgU24cache5_15() { return &___U3CU3Ef__mgU24cache5_15; } inline void set_U3CU3Ef__mgU24cache5_15(OnStopSpeechCompleteCallback_t1009288087 * value) { ___U3CU3Ef__mgU24cache5_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CYUNVAAPI_T2324893418_H #ifndef DMCDSCROLLVIEW_T4294154837_H #define DMCDSCROLLVIEW_T4294154837_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCDScrollView struct DMCDScrollView_t4294154837 : public MonoBehaviour_t3962482529 { public: // DMCDScrollView/enumCDScrollType DMCDScrollView::m_ScrollType int32_t ___m_ScrollType_2; // DMCDScrollViewItem[] DMCDScrollView::m_listView DMCDScrollViewItemU5BU5D_t786020350* ___m_listView_3; // UnityEngine.GameObject DMCDScrollView::m_ActiveReceiver GameObject_t1113636619 * ___m_ActiveReceiver_4; // System.Single DMCDScrollView::m_fMoveSpeed float ___m_fMoveSpeed_5; // DMCDScrollView/stTransOrg[] DMCDScrollView::m_listTransOrg stTransOrgU5BU5D_t1358183141* ___m_listTransOrg_6; // System.Int32 DMCDScrollView::m_LogicStart int32_t ___m_LogicStart_7; // System.Int32 DMCDScrollView::m_UIStart int32_t ___m_UIStart_8; // System.Int32 DMCDScrollView::m_HalfOffset int32_t ___m_HalfOffset_9; // System.Boolean DMCDScrollView::m_bClkingInside bool ___m_bClkingInside_10; // UnityEngine.Vector2 DMCDScrollView::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_11; // UnityEngine.Vector2 DMCDScrollView::m_ClkPos Vector2_t2156229523 ___m_ClkPos_12; // System.Boolean DMCDScrollView::m_bMoveLower bool ___m_bMoveLower_13; // System.Single DMCDScrollView::m_MoveTimeLabor float ___m_MoveTimeLabor_14; // System.Int32 DMCDScrollView::m_maxCount int32_t ___m_maxCount_15; // System.Boolean DMCDScrollView::m_bPressFlag bool ___m_bPressFlag_16; // System.Boolean DMCDScrollView::m_bInited bool ___m_bInited_17; public: inline static int32_t get_offset_of_m_ScrollType_2() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_ScrollType_2)); } inline int32_t get_m_ScrollType_2() const { return ___m_ScrollType_2; } inline int32_t* get_address_of_m_ScrollType_2() { return &___m_ScrollType_2; } inline void set_m_ScrollType_2(int32_t value) { ___m_ScrollType_2 = value; } inline static int32_t get_offset_of_m_listView_3() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_listView_3)); } inline DMCDScrollViewItemU5BU5D_t786020350* get_m_listView_3() const { return ___m_listView_3; } inline DMCDScrollViewItemU5BU5D_t786020350** get_address_of_m_listView_3() { return &___m_listView_3; } inline void set_m_listView_3(DMCDScrollViewItemU5BU5D_t786020350* value) { ___m_listView_3 = value; Il2CppCodeGenWriteBarrier((&___m_listView_3), value); } inline static int32_t get_offset_of_m_ActiveReceiver_4() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_ActiveReceiver_4)); } inline GameObject_t1113636619 * get_m_ActiveReceiver_4() const { return ___m_ActiveReceiver_4; } inline GameObject_t1113636619 ** get_address_of_m_ActiveReceiver_4() { return &___m_ActiveReceiver_4; } inline void set_m_ActiveReceiver_4(GameObject_t1113636619 * value) { ___m_ActiveReceiver_4 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiver_4), value); } inline static int32_t get_offset_of_m_fMoveSpeed_5() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_fMoveSpeed_5)); } inline float get_m_fMoveSpeed_5() const { return ___m_fMoveSpeed_5; } inline float* get_address_of_m_fMoveSpeed_5() { return &___m_fMoveSpeed_5; } inline void set_m_fMoveSpeed_5(float value) { ___m_fMoveSpeed_5 = value; } inline static int32_t get_offset_of_m_listTransOrg_6() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_listTransOrg_6)); } inline stTransOrgU5BU5D_t1358183141* get_m_listTransOrg_6() const { return ___m_listTransOrg_6; } inline stTransOrgU5BU5D_t1358183141** get_address_of_m_listTransOrg_6() { return &___m_listTransOrg_6; } inline void set_m_listTransOrg_6(stTransOrgU5BU5D_t1358183141* value) { ___m_listTransOrg_6 = value; Il2CppCodeGenWriteBarrier((&___m_listTransOrg_6), value); } inline static int32_t get_offset_of_m_LogicStart_7() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_LogicStart_7)); } inline int32_t get_m_LogicStart_7() const { return ___m_LogicStart_7; } inline int32_t* get_address_of_m_LogicStart_7() { return &___m_LogicStart_7; } inline void set_m_LogicStart_7(int32_t value) { ___m_LogicStart_7 = value; } inline static int32_t get_offset_of_m_UIStart_8() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_UIStart_8)); } inline int32_t get_m_UIStart_8() const { return ___m_UIStart_8; } inline int32_t* get_address_of_m_UIStart_8() { return &___m_UIStart_8; } inline void set_m_UIStart_8(int32_t value) { ___m_UIStart_8 = value; } inline static int32_t get_offset_of_m_HalfOffset_9() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_HalfOffset_9)); } inline int32_t get_m_HalfOffset_9() const { return ___m_HalfOffset_9; } inline int32_t* get_address_of_m_HalfOffset_9() { return &___m_HalfOffset_9; } inline void set_m_HalfOffset_9(int32_t value) { ___m_HalfOffset_9 = value; } inline static int32_t get_offset_of_m_bClkingInside_10() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_bClkingInside_10)); } inline bool get_m_bClkingInside_10() const { return ___m_bClkingInside_10; } inline bool* get_address_of_m_bClkingInside_10() { return &___m_bClkingInside_10; } inline void set_m_bClkingInside_10(bool value) { ___m_bClkingInside_10 = value; } inline static int32_t get_offset_of_m_MaxOffset_11() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_MaxOffset_11)); } inline Vector2_t2156229523 get_m_MaxOffset_11() const { return ___m_MaxOffset_11; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_11() { return &___m_MaxOffset_11; } inline void set_m_MaxOffset_11(Vector2_t2156229523 value) { ___m_MaxOffset_11 = value; } inline static int32_t get_offset_of_m_ClkPos_12() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_ClkPos_12)); } inline Vector2_t2156229523 get_m_ClkPos_12() const { return ___m_ClkPos_12; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_12() { return &___m_ClkPos_12; } inline void set_m_ClkPos_12(Vector2_t2156229523 value) { ___m_ClkPos_12 = value; } inline static int32_t get_offset_of_m_bMoveLower_13() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_bMoveLower_13)); } inline bool get_m_bMoveLower_13() const { return ___m_bMoveLower_13; } inline bool* get_address_of_m_bMoveLower_13() { return &___m_bMoveLower_13; } inline void set_m_bMoveLower_13(bool value) { ___m_bMoveLower_13 = value; } inline static int32_t get_offset_of_m_MoveTimeLabor_14() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_MoveTimeLabor_14)); } inline float get_m_MoveTimeLabor_14() const { return ___m_MoveTimeLabor_14; } inline float* get_address_of_m_MoveTimeLabor_14() { return &___m_MoveTimeLabor_14; } inline void set_m_MoveTimeLabor_14(float value) { ___m_MoveTimeLabor_14 = value; } inline static int32_t get_offset_of_m_maxCount_15() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_maxCount_15)); } inline int32_t get_m_maxCount_15() const { return ___m_maxCount_15; } inline int32_t* get_address_of_m_maxCount_15() { return &___m_maxCount_15; } inline void set_m_maxCount_15(int32_t value) { ___m_maxCount_15 = value; } inline static int32_t get_offset_of_m_bPressFlag_16() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_bPressFlag_16)); } inline bool get_m_bPressFlag_16() const { return ___m_bPressFlag_16; } inline bool* get_address_of_m_bPressFlag_16() { return &___m_bPressFlag_16; } inline void set_m_bPressFlag_16(bool value) { ___m_bPressFlag_16 = value; } inline static int32_t get_offset_of_m_bInited_17() { return static_cast(offsetof(DMCDScrollView_t4294154837, ___m_bInited_17)); } inline bool get_m_bInited_17() const { return ___m_bInited_17; } inline bool* get_address_of_m_bInited_17() { return &___m_bInited_17; } inline void set_m_bInited_17(bool value) { ___m_bInited_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMCDSCROLLVIEW_T4294154837_H #ifndef CSTREAMMONO_T2235327261_H #define CSTREAMMONO_T2235327261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CStreamMono struct CStreamMono_t2235327261 : public MonoBehaviour_t3962482529 { public: // System.Boolean CStreamMono::m_bIfDone bool ___m_bIfDone_2; // System.Boolean CStreamMono::m_bCanPop bool ___m_bCanPop_3; // System.Int32 CStreamMono::m_doneCount int32_t ___m_doneCount_4; // System.Collections.Generic.List`1 CStreamMono::m_listStreamFiles List_1_t1589480316 * ___m_listStreamFiles_5; public: inline static int32_t get_offset_of_m_bIfDone_2() { return static_cast(offsetof(CStreamMono_t2235327261, ___m_bIfDone_2)); } inline bool get_m_bIfDone_2() const { return ___m_bIfDone_2; } inline bool* get_address_of_m_bIfDone_2() { return &___m_bIfDone_2; } inline void set_m_bIfDone_2(bool value) { ___m_bIfDone_2 = value; } inline static int32_t get_offset_of_m_bCanPop_3() { return static_cast(offsetof(CStreamMono_t2235327261, ___m_bCanPop_3)); } inline bool get_m_bCanPop_3() const { return ___m_bCanPop_3; } inline bool* get_address_of_m_bCanPop_3() { return &___m_bCanPop_3; } inline void set_m_bCanPop_3(bool value) { ___m_bCanPop_3 = value; } inline static int32_t get_offset_of_m_doneCount_4() { return static_cast(offsetof(CStreamMono_t2235327261, ___m_doneCount_4)); } inline int32_t get_m_doneCount_4() const { return ___m_doneCount_4; } inline int32_t* get_address_of_m_doneCount_4() { return &___m_doneCount_4; } inline void set_m_doneCount_4(int32_t value) { ___m_doneCount_4 = value; } inline static int32_t get_offset_of_m_listStreamFiles_5() { return static_cast(offsetof(CStreamMono_t2235327261, ___m_listStreamFiles_5)); } inline List_1_t1589480316 * get_m_listStreamFiles_5() const { return ___m_listStreamFiles_5; } inline List_1_t1589480316 ** get_address_of_m_listStreamFiles_5() { return &___m_listStreamFiles_5; } inline void set_m_listStreamFiles_5(List_1_t1589480316 * value) { ___m_listStreamFiles_5 = value; Il2CppCodeGenWriteBarrier((&___m_listStreamFiles_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMMONO_T2235327261_H #ifndef DETAILWND_T3732401977_H #define DETAILWND_T3732401977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DetailWnd struct DetailWnd_t3732401977 : public MonoBehaviour_t3962482529 { public: // UILabel DetailWnd::m_Desc UILabel_t3248798549 * ___m_Desc_2; // UILabel DetailWnd::m_Name UILabel_t3248798549 * ___m_Name_3; // UITexture DetailWnd::m_Icon UITexture_t3471168817 * ___m_Icon_4; // System.Int32 DetailWnd::m_configId int32_t ___m_configId_5; // System.Boolean DetailWnd::mAboutAvatar bool ___mAboutAvatar_6; // System.Boolean DetailWnd::isPageInit bool ___isPageInit_7; public: inline static int32_t get_offset_of_m_Desc_2() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_Desc_2)); } inline UILabel_t3248798549 * get_m_Desc_2() const { return ___m_Desc_2; } inline UILabel_t3248798549 ** get_address_of_m_Desc_2() { return &___m_Desc_2; } inline void set_m_Desc_2(UILabel_t3248798549 * value) { ___m_Desc_2 = value; Il2CppCodeGenWriteBarrier((&___m_Desc_2), value); } inline static int32_t get_offset_of_m_Name_3() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_Name_3)); } inline UILabel_t3248798549 * get_m_Name_3() const { return ___m_Name_3; } inline UILabel_t3248798549 ** get_address_of_m_Name_3() { return &___m_Name_3; } inline void set_m_Name_3(UILabel_t3248798549 * value) { ___m_Name_3 = value; Il2CppCodeGenWriteBarrier((&___m_Name_3), value); } inline static int32_t get_offset_of_m_Icon_4() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_Icon_4)); } inline UITexture_t3471168817 * get_m_Icon_4() const { return ___m_Icon_4; } inline UITexture_t3471168817 ** get_address_of_m_Icon_4() { return &___m_Icon_4; } inline void set_m_Icon_4(UITexture_t3471168817 * value) { ___m_Icon_4 = value; Il2CppCodeGenWriteBarrier((&___m_Icon_4), value); } inline static int32_t get_offset_of_m_configId_5() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_configId_5)); } inline int32_t get_m_configId_5() const { return ___m_configId_5; } inline int32_t* get_address_of_m_configId_5() { return &___m_configId_5; } inline void set_m_configId_5(int32_t value) { ___m_configId_5 = value; } inline static int32_t get_offset_of_mAboutAvatar_6() { return static_cast(offsetof(DetailWnd_t3732401977, ___mAboutAvatar_6)); } inline bool get_mAboutAvatar_6() const { return ___mAboutAvatar_6; } inline bool* get_address_of_mAboutAvatar_6() { return &___mAboutAvatar_6; } inline void set_mAboutAvatar_6(bool value) { ___mAboutAvatar_6 = value; } inline static int32_t get_offset_of_isPageInit_7() { return static_cast(offsetof(DetailWnd_t3732401977, ___isPageInit_7)); } inline bool get_isPageInit_7() const { return ___isPageInit_7; } inline bool* get_address_of_isPageInit_7() { return &___isPageInit_7; } inline void set_isPageInit_7(bool value) { ___isPageInit_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DETAILWND_T3732401977_H #ifndef CAUTOUPDATE_T511563099_H #define CAUTOUPDATE_T511563099_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAutoUpdate struct CAutoUpdate_t511563099 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform CAutoUpdate::m_LoginTarget Transform_t3600365921 * ___m_LoginTarget_2; // System.Boolean CAutoUpdate::isPageInit bool ___isPageInit_3; public: inline static int32_t get_offset_of_m_LoginTarget_2() { return static_cast(offsetof(CAutoUpdate_t511563099, ___m_LoginTarget_2)); } inline Transform_t3600365921 * get_m_LoginTarget_2() const { return ___m_LoginTarget_2; } inline Transform_t3600365921 ** get_address_of_m_LoginTarget_2() { return &___m_LoginTarget_2; } inline void set_m_LoginTarget_2(Transform_t3600365921 * value) { ___m_LoginTarget_2 = value; Il2CppCodeGenWriteBarrier((&___m_LoginTarget_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(CAutoUpdate_t511563099, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAUTOUPDATE_T511563099_H #ifndef UISIMPLEMSGBOX_T1300709986_H #define UISIMPLEMSGBOX_T1300709986_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISimpleMsgBox struct UISimpleMsgBox_t1300709986 : public MonoBehaviour_t3962482529 { public: // UILabel UISimpleMsgBox::m_label UILabel_t3248798549 * ___m_label_2; // UILabel UISimpleMsgBox::m_labelConfirm UILabel_t3248798549 * ___m_labelConfirm_3; // UISimpleMsgBox/OnSimpleMsgBoxClkCallBack UISimpleMsgBox::m_callBack OnSimpleMsgBoxClkCallBack_t462092590 * ___m_callBack_4; public: inline static int32_t get_offset_of_m_label_2() { return static_cast(offsetof(UISimpleMsgBox_t1300709986, ___m_label_2)); } inline UILabel_t3248798549 * get_m_label_2() const { return ___m_label_2; } inline UILabel_t3248798549 ** get_address_of_m_label_2() { return &___m_label_2; } inline void set_m_label_2(UILabel_t3248798549 * value) { ___m_label_2 = value; Il2CppCodeGenWriteBarrier((&___m_label_2), value); } inline static int32_t get_offset_of_m_labelConfirm_3() { return static_cast(offsetof(UISimpleMsgBox_t1300709986, ___m_labelConfirm_3)); } inline UILabel_t3248798549 * get_m_labelConfirm_3() const { return ___m_labelConfirm_3; } inline UILabel_t3248798549 ** get_address_of_m_labelConfirm_3() { return &___m_labelConfirm_3; } inline void set_m_labelConfirm_3(UILabel_t3248798549 * value) { ___m_labelConfirm_3 = value; Il2CppCodeGenWriteBarrier((&___m_labelConfirm_3), value); } inline static int32_t get_offset_of_m_callBack_4() { return static_cast(offsetof(UISimpleMsgBox_t1300709986, ___m_callBack_4)); } inline OnSimpleMsgBoxClkCallBack_t462092590 * get_m_callBack_4() const { return ___m_callBack_4; } inline OnSimpleMsgBoxClkCallBack_t462092590 ** get_address_of_m_callBack_4() { return &___m_callBack_4; } inline void set_m_callBack_4(OnSimpleMsgBoxClkCallBack_t462092590 * value) { ___m_callBack_4 = value; Il2CppCodeGenWriteBarrier((&___m_callBack_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISIMPLEMSGBOX_T1300709986_H #ifndef DMCDCIRCULATESCROLLVIEW_T2276082317_H #define DMCDCIRCULATESCROLLVIEW_T2276082317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCDCirculateScrollView struct DMCDCirculateScrollView_t2276082317 : public MonoBehaviour_t3962482529 { public: // DMCDCirculateScrollView/enumCDScrollType DMCDCirculateScrollView::m_ScrollType int32_t ___m_ScrollType_2; // DMCDScrollViewItem[] DMCDCirculateScrollView::m_listView DMCDScrollViewItemU5BU5D_t786020350* ___m_listView_3; // UnityEngine.GameObject DMCDCirculateScrollView::m_ActiveReceiver GameObject_t1113636619 * ___m_ActiveReceiver_4; // System.Single DMCDCirculateScrollView::m_fMoveSpeed float ___m_fMoveSpeed_5; // DMCDCirculateScrollView/stTransOrg[] DMCDCirculateScrollView::m_listTransOrg stTransOrgU5BU5D_t1730188285* ___m_listTransOrg_6; // System.Int32 DMCDCirculateScrollView::m_UIStart int32_t ___m_UIStart_7; // System.Int32 DMCDCirculateScrollView::m_SceneStart int32_t ___m_SceneStart_8; // System.Int32 DMCDCirculateScrollView::m_HalfOffset int32_t ___m_HalfOffset_9; // System.Boolean DMCDCirculateScrollView::m_bClkingInside bool ___m_bClkingInside_10; // UnityEngine.Vector2 DMCDCirculateScrollView::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_11; // UnityEngine.Vector2 DMCDCirculateScrollView::m_ClkPos Vector2_t2156229523 ___m_ClkPos_12; // System.Boolean DMCDCirculateScrollView::m_bMoveLower bool ___m_bMoveLower_13; // System.Single DMCDCirculateScrollView::m_MoveTimeLabor float ___m_MoveTimeLabor_14; // System.Boolean DMCDCirculateScrollView::m_bPressFlag bool ___m_bPressFlag_15; // System.Boolean DMCDCirculateScrollView::m_bInited bool ___m_bInited_16; public: inline static int32_t get_offset_of_m_ScrollType_2() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_ScrollType_2)); } inline int32_t get_m_ScrollType_2() const { return ___m_ScrollType_2; } inline int32_t* get_address_of_m_ScrollType_2() { return &___m_ScrollType_2; } inline void set_m_ScrollType_2(int32_t value) { ___m_ScrollType_2 = value; } inline static int32_t get_offset_of_m_listView_3() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_listView_3)); } inline DMCDScrollViewItemU5BU5D_t786020350* get_m_listView_3() const { return ___m_listView_3; } inline DMCDScrollViewItemU5BU5D_t786020350** get_address_of_m_listView_3() { return &___m_listView_3; } inline void set_m_listView_3(DMCDScrollViewItemU5BU5D_t786020350* value) { ___m_listView_3 = value; Il2CppCodeGenWriteBarrier((&___m_listView_3), value); } inline static int32_t get_offset_of_m_ActiveReceiver_4() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_ActiveReceiver_4)); } inline GameObject_t1113636619 * get_m_ActiveReceiver_4() const { return ___m_ActiveReceiver_4; } inline GameObject_t1113636619 ** get_address_of_m_ActiveReceiver_4() { return &___m_ActiveReceiver_4; } inline void set_m_ActiveReceiver_4(GameObject_t1113636619 * value) { ___m_ActiveReceiver_4 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiver_4), value); } inline static int32_t get_offset_of_m_fMoveSpeed_5() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_fMoveSpeed_5)); } inline float get_m_fMoveSpeed_5() const { return ___m_fMoveSpeed_5; } inline float* get_address_of_m_fMoveSpeed_5() { return &___m_fMoveSpeed_5; } inline void set_m_fMoveSpeed_5(float value) { ___m_fMoveSpeed_5 = value; } inline static int32_t get_offset_of_m_listTransOrg_6() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_listTransOrg_6)); } inline stTransOrgU5BU5D_t1730188285* get_m_listTransOrg_6() const { return ___m_listTransOrg_6; } inline stTransOrgU5BU5D_t1730188285** get_address_of_m_listTransOrg_6() { return &___m_listTransOrg_6; } inline void set_m_listTransOrg_6(stTransOrgU5BU5D_t1730188285* value) { ___m_listTransOrg_6 = value; Il2CppCodeGenWriteBarrier((&___m_listTransOrg_6), value); } inline static int32_t get_offset_of_m_UIStart_7() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_UIStart_7)); } inline int32_t get_m_UIStart_7() const { return ___m_UIStart_7; } inline int32_t* get_address_of_m_UIStart_7() { return &___m_UIStart_7; } inline void set_m_UIStart_7(int32_t value) { ___m_UIStart_7 = value; } inline static int32_t get_offset_of_m_SceneStart_8() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_SceneStart_8)); } inline int32_t get_m_SceneStart_8() const { return ___m_SceneStart_8; } inline int32_t* get_address_of_m_SceneStart_8() { return &___m_SceneStart_8; } inline void set_m_SceneStart_8(int32_t value) { ___m_SceneStart_8 = value; } inline static int32_t get_offset_of_m_HalfOffset_9() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_HalfOffset_9)); } inline int32_t get_m_HalfOffset_9() const { return ___m_HalfOffset_9; } inline int32_t* get_address_of_m_HalfOffset_9() { return &___m_HalfOffset_9; } inline void set_m_HalfOffset_9(int32_t value) { ___m_HalfOffset_9 = value; } inline static int32_t get_offset_of_m_bClkingInside_10() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_bClkingInside_10)); } inline bool get_m_bClkingInside_10() const { return ___m_bClkingInside_10; } inline bool* get_address_of_m_bClkingInside_10() { return &___m_bClkingInside_10; } inline void set_m_bClkingInside_10(bool value) { ___m_bClkingInside_10 = value; } inline static int32_t get_offset_of_m_MaxOffset_11() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_MaxOffset_11)); } inline Vector2_t2156229523 get_m_MaxOffset_11() const { return ___m_MaxOffset_11; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_11() { return &___m_MaxOffset_11; } inline void set_m_MaxOffset_11(Vector2_t2156229523 value) { ___m_MaxOffset_11 = value; } inline static int32_t get_offset_of_m_ClkPos_12() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_ClkPos_12)); } inline Vector2_t2156229523 get_m_ClkPos_12() const { return ___m_ClkPos_12; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_12() { return &___m_ClkPos_12; } inline void set_m_ClkPos_12(Vector2_t2156229523 value) { ___m_ClkPos_12 = value; } inline static int32_t get_offset_of_m_bMoveLower_13() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_bMoveLower_13)); } inline bool get_m_bMoveLower_13() const { return ___m_bMoveLower_13; } inline bool* get_address_of_m_bMoveLower_13() { return &___m_bMoveLower_13; } inline void set_m_bMoveLower_13(bool value) { ___m_bMoveLower_13 = value; } inline static int32_t get_offset_of_m_MoveTimeLabor_14() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_MoveTimeLabor_14)); } inline float get_m_MoveTimeLabor_14() const { return ___m_MoveTimeLabor_14; } inline float* get_address_of_m_MoveTimeLabor_14() { return &___m_MoveTimeLabor_14; } inline void set_m_MoveTimeLabor_14(float value) { ___m_MoveTimeLabor_14 = value; } inline static int32_t get_offset_of_m_bPressFlag_15() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_bPressFlag_15)); } inline bool get_m_bPressFlag_15() const { return ___m_bPressFlag_15; } inline bool* get_address_of_m_bPressFlag_15() { return &___m_bPressFlag_15; } inline void set_m_bPressFlag_15(bool value) { ___m_bPressFlag_15 = value; } inline static int32_t get_offset_of_m_bInited_16() { return static_cast(offsetof(DMCDCirculateScrollView_t2276082317, ___m_bInited_16)); } inline bool get_m_bInited_16() const { return ___m_bInited_16; } inline bool* get_address_of_m_bInited_16() { return &___m_bInited_16; } inline void set_m_bInited_16(bool value) { ___m_bInited_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMCDCIRCULATESCROLLVIEW_T2276082317_H #ifndef USERGUIDEMANAGER_T2771698115_H #define USERGUIDEMANAGER_T2771698115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UserGuideManager struct UserGuideManager_t2771698115 : public MonoBehaviour_t3962482529 { public: // System.Boolean UserGuideManager::isPageInit bool ___isPageInit_3; // UnityEngine.Transform UserGuideManager::m_transParent Transform_t3600365921 * ___m_transParent_4; // UnityEngine.Transform UserGuideManager::m_transBG Transform_t3600365921 * ___m_transBG_5; // UnityEngine.GameObject UserGuideManager::mArrow GameObject_t1113636619 * ___mArrow_6; // UnityEngine.GameObject UserGuideManager::mArrowBak GameObject_t1113636619 * ___mArrowBak_7; // UnityEngine.Transform UserGuideManager::mMMD Transform_t3600365921 * ___mMMD_8; // UILabel UserGuideManager::mTextLabel UILabel_t3248798549 * ___mTextLabel_9; // UnityEngine.GameObject UserGuideManager::mBtnPre GameObject_t1113636619 * ___mBtnPre_10; // UnityEngine.GameObject UserGuideManager::mBtnNext GameObject_t1113636619 * ___mBtnNext_11; // UIAnchor UserGuideManager::guidePageUIAnchor UIAnchor_t2527798900 * ___guidePageUIAnchor_12; // UnityEngine.Transform UserGuideManager::anchorCenter Transform_t3600365921 * ___anchorCenter_13; // UnityEngine.AudioSource UserGuideManager::NpcAudio AudioSource_t3935305588 * ___NpcAudio_14; // UnityEngine.Transform UserGuideManager::playEffect Transform_t3600365921 * ___playEffect_15; // System.Delegate[] UserGuideManager::m_listCachedDelegate DelegateU5BU5D_t1703627840* ___m_listCachedDelegate_16; // UIButtonMessage UserGuideManager::m_btnMsgCached UIButtonMessage_t952534536 * ___m_btnMsgCached_17; // UnityEngine.Transform UserGuideManager::mOldParent Transform_t3600365921 * ___mOldParent_18; // UnityEngine.GameObject UserGuideManager::mClickUI GameObject_t1113636619 * ___mClickUI_19; // UnityEngine.Vector3 UserGuideManager::mClickOldPos Vector3_t3722313464 ___mClickOldPos_20; // System.Int32 UserGuideManager::mClickLayer int32_t ___mClickLayer_21; // UnityEngine.Vector3 UserGuideManager::mClickScale Vector3_t3722313464 ___mClickScale_22; // UnityEngine.Quaternion UserGuideManager::mClickRotation Quaternion_t2301928331 ___mClickRotation_23; // System.Boolean UserGuideManager::mbInLayerScene bool ___mbInLayerScene_24; // UnityEngine.Vector3 UserGuideManager::mArrowScaleOrg Vector3_t3722313464 ___mArrowScaleOrg_25; // UnityEngine.Vector3 UserGuideManager::mArrowTween Vector3_t3722313464 ___mArrowTween_26; // DMCore.Logic.CGuideSubStep UserGuideManager::mData CGuideSubStep_t1332708913 * ___mData_27; // System.Int32 UserGuideManager::mTextIndex int32_t ___mTextIndex_28; // System.String[] UserGuideManager::mTextArr StringU5BU5D_t1281789340* ___mTextArr_29; // System.Int32 UserGuideManager::mLevelSet int32_t ___mLevelSet_30; // DMCore.Logic.enumPersonPage UserGuideManager::lastPage int32_t ___lastPage_31; // System.Boolean UserGuideManager::m_bGuideValid bool ___m_bGuideValid_32; public: inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(UserGuideManager_t2771698115, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } inline static int32_t get_offset_of_m_transParent_4() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_transParent_4)); } inline Transform_t3600365921 * get_m_transParent_4() const { return ___m_transParent_4; } inline Transform_t3600365921 ** get_address_of_m_transParent_4() { return &___m_transParent_4; } inline void set_m_transParent_4(Transform_t3600365921 * value) { ___m_transParent_4 = value; Il2CppCodeGenWriteBarrier((&___m_transParent_4), value); } inline static int32_t get_offset_of_m_transBG_5() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_transBG_5)); } inline Transform_t3600365921 * get_m_transBG_5() const { return ___m_transBG_5; } inline Transform_t3600365921 ** get_address_of_m_transBG_5() { return &___m_transBG_5; } inline void set_m_transBG_5(Transform_t3600365921 * value) { ___m_transBG_5 = value; Il2CppCodeGenWriteBarrier((&___m_transBG_5), value); } inline static int32_t get_offset_of_mArrow_6() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrow_6)); } inline GameObject_t1113636619 * get_mArrow_6() const { return ___mArrow_6; } inline GameObject_t1113636619 ** get_address_of_mArrow_6() { return &___mArrow_6; } inline void set_mArrow_6(GameObject_t1113636619 * value) { ___mArrow_6 = value; Il2CppCodeGenWriteBarrier((&___mArrow_6), value); } inline static int32_t get_offset_of_mArrowBak_7() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowBak_7)); } inline GameObject_t1113636619 * get_mArrowBak_7() const { return ___mArrowBak_7; } inline GameObject_t1113636619 ** get_address_of_mArrowBak_7() { return &___mArrowBak_7; } inline void set_mArrowBak_7(GameObject_t1113636619 * value) { ___mArrowBak_7 = value; Il2CppCodeGenWriteBarrier((&___mArrowBak_7), value); } inline static int32_t get_offset_of_mMMD_8() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mMMD_8)); } inline Transform_t3600365921 * get_mMMD_8() const { return ___mMMD_8; } inline Transform_t3600365921 ** get_address_of_mMMD_8() { return &___mMMD_8; } inline void set_mMMD_8(Transform_t3600365921 * value) { ___mMMD_8 = value; Il2CppCodeGenWriteBarrier((&___mMMD_8), value); } inline static int32_t get_offset_of_mTextLabel_9() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextLabel_9)); } inline UILabel_t3248798549 * get_mTextLabel_9() const { return ___mTextLabel_9; } inline UILabel_t3248798549 ** get_address_of_mTextLabel_9() { return &___mTextLabel_9; } inline void set_mTextLabel_9(UILabel_t3248798549 * value) { ___mTextLabel_9 = value; Il2CppCodeGenWriteBarrier((&___mTextLabel_9), value); } inline static int32_t get_offset_of_mBtnPre_10() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mBtnPre_10)); } inline GameObject_t1113636619 * get_mBtnPre_10() const { return ___mBtnPre_10; } inline GameObject_t1113636619 ** get_address_of_mBtnPre_10() { return &___mBtnPre_10; } inline void set_mBtnPre_10(GameObject_t1113636619 * value) { ___mBtnPre_10 = value; Il2CppCodeGenWriteBarrier((&___mBtnPre_10), value); } inline static int32_t get_offset_of_mBtnNext_11() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mBtnNext_11)); } inline GameObject_t1113636619 * get_mBtnNext_11() const { return ___mBtnNext_11; } inline GameObject_t1113636619 ** get_address_of_mBtnNext_11() { return &___mBtnNext_11; } inline void set_mBtnNext_11(GameObject_t1113636619 * value) { ___mBtnNext_11 = value; Il2CppCodeGenWriteBarrier((&___mBtnNext_11), value); } inline static int32_t get_offset_of_guidePageUIAnchor_12() { return static_cast(offsetof(UserGuideManager_t2771698115, ___guidePageUIAnchor_12)); } inline UIAnchor_t2527798900 * get_guidePageUIAnchor_12() const { return ___guidePageUIAnchor_12; } inline UIAnchor_t2527798900 ** get_address_of_guidePageUIAnchor_12() { return &___guidePageUIAnchor_12; } inline void set_guidePageUIAnchor_12(UIAnchor_t2527798900 * value) { ___guidePageUIAnchor_12 = value; Il2CppCodeGenWriteBarrier((&___guidePageUIAnchor_12), value); } inline static int32_t get_offset_of_anchorCenter_13() { return static_cast(offsetof(UserGuideManager_t2771698115, ___anchorCenter_13)); } inline Transform_t3600365921 * get_anchorCenter_13() const { return ___anchorCenter_13; } inline Transform_t3600365921 ** get_address_of_anchorCenter_13() { return &___anchorCenter_13; } inline void set_anchorCenter_13(Transform_t3600365921 * value) { ___anchorCenter_13 = value; Il2CppCodeGenWriteBarrier((&___anchorCenter_13), value); } inline static int32_t get_offset_of_NpcAudio_14() { return static_cast(offsetof(UserGuideManager_t2771698115, ___NpcAudio_14)); } inline AudioSource_t3935305588 * get_NpcAudio_14() const { return ___NpcAudio_14; } inline AudioSource_t3935305588 ** get_address_of_NpcAudio_14() { return &___NpcAudio_14; } inline void set_NpcAudio_14(AudioSource_t3935305588 * value) { ___NpcAudio_14 = value; Il2CppCodeGenWriteBarrier((&___NpcAudio_14), value); } inline static int32_t get_offset_of_playEffect_15() { return static_cast(offsetof(UserGuideManager_t2771698115, ___playEffect_15)); } inline Transform_t3600365921 * get_playEffect_15() const { return ___playEffect_15; } inline Transform_t3600365921 ** get_address_of_playEffect_15() { return &___playEffect_15; } inline void set_playEffect_15(Transform_t3600365921 * value) { ___playEffect_15 = value; Il2CppCodeGenWriteBarrier((&___playEffect_15), value); } inline static int32_t get_offset_of_m_listCachedDelegate_16() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_listCachedDelegate_16)); } inline DelegateU5BU5D_t1703627840* get_m_listCachedDelegate_16() const { return ___m_listCachedDelegate_16; } inline DelegateU5BU5D_t1703627840** get_address_of_m_listCachedDelegate_16() { return &___m_listCachedDelegate_16; } inline void set_m_listCachedDelegate_16(DelegateU5BU5D_t1703627840* value) { ___m_listCachedDelegate_16 = value; Il2CppCodeGenWriteBarrier((&___m_listCachedDelegate_16), value); } inline static int32_t get_offset_of_m_btnMsgCached_17() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_btnMsgCached_17)); } inline UIButtonMessage_t952534536 * get_m_btnMsgCached_17() const { return ___m_btnMsgCached_17; } inline UIButtonMessage_t952534536 ** get_address_of_m_btnMsgCached_17() { return &___m_btnMsgCached_17; } inline void set_m_btnMsgCached_17(UIButtonMessage_t952534536 * value) { ___m_btnMsgCached_17 = value; Il2CppCodeGenWriteBarrier((&___m_btnMsgCached_17), value); } inline static int32_t get_offset_of_mOldParent_18() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mOldParent_18)); } inline Transform_t3600365921 * get_mOldParent_18() const { return ___mOldParent_18; } inline Transform_t3600365921 ** get_address_of_mOldParent_18() { return &___mOldParent_18; } inline void set_mOldParent_18(Transform_t3600365921 * value) { ___mOldParent_18 = value; Il2CppCodeGenWriteBarrier((&___mOldParent_18), value); } inline static int32_t get_offset_of_mClickUI_19() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickUI_19)); } inline GameObject_t1113636619 * get_mClickUI_19() const { return ___mClickUI_19; } inline GameObject_t1113636619 ** get_address_of_mClickUI_19() { return &___mClickUI_19; } inline void set_mClickUI_19(GameObject_t1113636619 * value) { ___mClickUI_19 = value; Il2CppCodeGenWriteBarrier((&___mClickUI_19), value); } inline static int32_t get_offset_of_mClickOldPos_20() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickOldPos_20)); } inline Vector3_t3722313464 get_mClickOldPos_20() const { return ___mClickOldPos_20; } inline Vector3_t3722313464 * get_address_of_mClickOldPos_20() { return &___mClickOldPos_20; } inline void set_mClickOldPos_20(Vector3_t3722313464 value) { ___mClickOldPos_20 = value; } inline static int32_t get_offset_of_mClickLayer_21() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickLayer_21)); } inline int32_t get_mClickLayer_21() const { return ___mClickLayer_21; } inline int32_t* get_address_of_mClickLayer_21() { return &___mClickLayer_21; } inline void set_mClickLayer_21(int32_t value) { ___mClickLayer_21 = value; } inline static int32_t get_offset_of_mClickScale_22() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickScale_22)); } inline Vector3_t3722313464 get_mClickScale_22() const { return ___mClickScale_22; } inline Vector3_t3722313464 * get_address_of_mClickScale_22() { return &___mClickScale_22; } inline void set_mClickScale_22(Vector3_t3722313464 value) { ___mClickScale_22 = value; } inline static int32_t get_offset_of_mClickRotation_23() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickRotation_23)); } inline Quaternion_t2301928331 get_mClickRotation_23() const { return ___mClickRotation_23; } inline Quaternion_t2301928331 * get_address_of_mClickRotation_23() { return &___mClickRotation_23; } inline void set_mClickRotation_23(Quaternion_t2301928331 value) { ___mClickRotation_23 = value; } inline static int32_t get_offset_of_mbInLayerScene_24() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mbInLayerScene_24)); } inline bool get_mbInLayerScene_24() const { return ___mbInLayerScene_24; } inline bool* get_address_of_mbInLayerScene_24() { return &___mbInLayerScene_24; } inline void set_mbInLayerScene_24(bool value) { ___mbInLayerScene_24 = value; } inline static int32_t get_offset_of_mArrowScaleOrg_25() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowScaleOrg_25)); } inline Vector3_t3722313464 get_mArrowScaleOrg_25() const { return ___mArrowScaleOrg_25; } inline Vector3_t3722313464 * get_address_of_mArrowScaleOrg_25() { return &___mArrowScaleOrg_25; } inline void set_mArrowScaleOrg_25(Vector3_t3722313464 value) { ___mArrowScaleOrg_25 = value; } inline static int32_t get_offset_of_mArrowTween_26() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowTween_26)); } inline Vector3_t3722313464 get_mArrowTween_26() const { return ___mArrowTween_26; } inline Vector3_t3722313464 * get_address_of_mArrowTween_26() { return &___mArrowTween_26; } inline void set_mArrowTween_26(Vector3_t3722313464 value) { ___mArrowTween_26 = value; } inline static int32_t get_offset_of_mData_27() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mData_27)); } inline CGuideSubStep_t1332708913 * get_mData_27() const { return ___mData_27; } inline CGuideSubStep_t1332708913 ** get_address_of_mData_27() { return &___mData_27; } inline void set_mData_27(CGuideSubStep_t1332708913 * value) { ___mData_27 = value; Il2CppCodeGenWriteBarrier((&___mData_27), value); } inline static int32_t get_offset_of_mTextIndex_28() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextIndex_28)); } inline int32_t get_mTextIndex_28() const { return ___mTextIndex_28; } inline int32_t* get_address_of_mTextIndex_28() { return &___mTextIndex_28; } inline void set_mTextIndex_28(int32_t value) { ___mTextIndex_28 = value; } inline static int32_t get_offset_of_mTextArr_29() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextArr_29)); } inline StringU5BU5D_t1281789340* get_mTextArr_29() const { return ___mTextArr_29; } inline StringU5BU5D_t1281789340** get_address_of_mTextArr_29() { return &___mTextArr_29; } inline void set_mTextArr_29(StringU5BU5D_t1281789340* value) { ___mTextArr_29 = value; Il2CppCodeGenWriteBarrier((&___mTextArr_29), value); } inline static int32_t get_offset_of_mLevelSet_30() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mLevelSet_30)); } inline int32_t get_mLevelSet_30() const { return ___mLevelSet_30; } inline int32_t* get_address_of_mLevelSet_30() { return &___mLevelSet_30; } inline void set_mLevelSet_30(int32_t value) { ___mLevelSet_30 = value; } inline static int32_t get_offset_of_lastPage_31() { return static_cast(offsetof(UserGuideManager_t2771698115, ___lastPage_31)); } inline int32_t get_lastPage_31() const { return ___lastPage_31; } inline int32_t* get_address_of_lastPage_31() { return &___lastPage_31; } inline void set_lastPage_31(int32_t value) { ___lastPage_31 = value; } inline static int32_t get_offset_of_m_bGuideValid_32() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_bGuideValid_32)); } inline bool get_m_bGuideValid_32() const { return ___m_bGuideValid_32; } inline bool* get_address_of_m_bGuideValid_32() { return &___m_bGuideValid_32; } inline void set_m_bGuideValid_32(bool value) { ___m_bGuideValid_32 = value; } }; struct UserGuideManager_t2771698115_StaticFields { public: // UserGuideManager UserGuideManager::Instance UserGuideManager_t2771698115 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(UserGuideManager_t2771698115_StaticFields, ___Instance_2)); } inline UserGuideManager_t2771698115 * get_Instance_2() const { return ___Instance_2; } inline UserGuideManager_t2771698115 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(UserGuideManager_t2771698115 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((&___Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERGUIDEMANAGER_T2771698115_H #ifndef DMCDSCROLLVIEWITEM_T254217223_H #define DMCDSCROLLVIEWITEM_T254217223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCDScrollViewItem struct DMCDScrollViewItem_t254217223 : public MonoBehaviour_t3962482529 { public: // System.Boolean DMCDScrollViewItem::m_bActive bool ___m_bActive_2; // System.Int32 DMCDScrollViewItem::m_logicIndex int32_t ___m_logicIndex_3; // System.Int32 DMCDScrollViewItem::m_MaxCount int32_t ___m_MaxCount_4; public: inline static int32_t get_offset_of_m_bActive_2() { return static_cast(offsetof(DMCDScrollViewItem_t254217223, ___m_bActive_2)); } inline bool get_m_bActive_2() const { return ___m_bActive_2; } inline bool* get_address_of_m_bActive_2() { return &___m_bActive_2; } inline void set_m_bActive_2(bool value) { ___m_bActive_2 = value; } inline static int32_t get_offset_of_m_logicIndex_3() { return static_cast(offsetof(DMCDScrollViewItem_t254217223, ___m_logicIndex_3)); } inline int32_t get_m_logicIndex_3() const { return ___m_logicIndex_3; } inline int32_t* get_address_of_m_logicIndex_3() { return &___m_logicIndex_3; } inline void set_m_logicIndex_3(int32_t value) { ___m_logicIndex_3 = value; } inline static int32_t get_offset_of_m_MaxCount_4() { return static_cast(offsetof(DMCDScrollViewItem_t254217223, ___m_MaxCount_4)); } inline int32_t get_m_MaxCount_4() const { return ___m_MaxCount_4; } inline int32_t* get_address_of_m_MaxCount_4() { return &___m_MaxCount_4; } inline void set_m_MaxCount_4(int32_t value) { ___m_MaxCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMCDSCROLLVIEWITEM_T254217223_H #ifndef CGAMECONTROLLER_T2711137428_H #define CGAMECONTROLLER_T2711137428_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameController struct CGameController_t2711137428 : public MonoBehaviour_t3962482529 { public: // System.Action CGameController::FunDelay Action_t1264377477 * ___FunDelay_2; // System.Single CGameController::m_timeLabor float ___m_timeLabor_3; // System.String CGameController::m_serverStatus String_t* ___m_serverStatus_5; // System.Single CGameController::UpdateInterval float ___UpdateInterval_6; // System.Single CGameController::_lastInterval float ____lastInterval_7; // System.Int32 CGameController::_frames int32_t ____frames_8; // System.Single CGameController::_fps float ____fps_9; public: inline static int32_t get_offset_of_FunDelay_2() { return static_cast(offsetof(CGameController_t2711137428, ___FunDelay_2)); } inline Action_t1264377477 * get_FunDelay_2() const { return ___FunDelay_2; } inline Action_t1264377477 ** get_address_of_FunDelay_2() { return &___FunDelay_2; } inline void set_FunDelay_2(Action_t1264377477 * value) { ___FunDelay_2 = value; Il2CppCodeGenWriteBarrier((&___FunDelay_2), value); } inline static int32_t get_offset_of_m_timeLabor_3() { return static_cast(offsetof(CGameController_t2711137428, ___m_timeLabor_3)); } inline float get_m_timeLabor_3() const { return ___m_timeLabor_3; } inline float* get_address_of_m_timeLabor_3() { return &___m_timeLabor_3; } inline void set_m_timeLabor_3(float value) { ___m_timeLabor_3 = value; } inline static int32_t get_offset_of_m_serverStatus_5() { return static_cast(offsetof(CGameController_t2711137428, ___m_serverStatus_5)); } inline String_t* get_m_serverStatus_5() const { return ___m_serverStatus_5; } inline String_t** get_address_of_m_serverStatus_5() { return &___m_serverStatus_5; } inline void set_m_serverStatus_5(String_t* value) { ___m_serverStatus_5 = value; Il2CppCodeGenWriteBarrier((&___m_serverStatus_5), value); } inline static int32_t get_offset_of_UpdateInterval_6() { return static_cast(offsetof(CGameController_t2711137428, ___UpdateInterval_6)); } inline float get_UpdateInterval_6() const { return ___UpdateInterval_6; } inline float* get_address_of_UpdateInterval_6() { return &___UpdateInterval_6; } inline void set_UpdateInterval_6(float value) { ___UpdateInterval_6 = value; } inline static int32_t get_offset_of__lastInterval_7() { return static_cast(offsetof(CGameController_t2711137428, ____lastInterval_7)); } inline float get__lastInterval_7() const { return ____lastInterval_7; } inline float* get_address_of__lastInterval_7() { return &____lastInterval_7; } inline void set__lastInterval_7(float value) { ____lastInterval_7 = value; } inline static int32_t get_offset_of__frames_8() { return static_cast(offsetof(CGameController_t2711137428, ____frames_8)); } inline int32_t get__frames_8() const { return ____frames_8; } inline int32_t* get_address_of__frames_8() { return &____frames_8; } inline void set__frames_8(int32_t value) { ____frames_8 = value; } inline static int32_t get_offset_of__fps_9() { return static_cast(offsetof(CGameController_t2711137428, ____fps_9)); } inline float get__fps_9() const { return ____fps_9; } inline float* get_address_of__fps_9() { return &____fps_9; } inline void set__fps_9(float value) { ____fps_9 = value; } }; struct CGameController_t2711137428_StaticFields { public: // System.String CGameController::Next_Level String_t* ___Next_Level_4; // DMCore.OnMsgBoxClkCallBack CGameController::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_10; public: inline static int32_t get_offset_of_Next_Level_4() { return static_cast(offsetof(CGameController_t2711137428_StaticFields, ___Next_Level_4)); } inline String_t* get_Next_Level_4() const { return ___Next_Level_4; } inline String_t** get_address_of_Next_Level_4() { return &___Next_Level_4; } inline void set_Next_Level_4(String_t* value) { ___Next_Level_4 = value; Il2CppCodeGenWriteBarrier((&___Next_Level_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_10() { return static_cast(offsetof(CGameController_t2711137428_StaticFields, ___U3CU3Ef__mgU24cache0_10)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_10() const { return ___U3CU3Ef__mgU24cache0_10; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_10() { return &___U3CU3Ef__mgU24cache0_10; } inline void set_U3CU3Ef__mgU24cache0_10(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMECONTROLLER_T2711137428_H #ifndef CSCENETEXTURE_T2865878985_H #define CSCENETEXTURE_T2865878985_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cSceneTexTure struct cSceneTexTure_t2865878985 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Vector3 cSceneTexTure::initScale Vector3_t3722313464 ___initScale_2; // System.String cSceneTexTure::iconPath String_t* ___iconPath_3; // System.Boolean cSceneTexTure::isLoaded bool ___isLoaded_4; // UITexture cSceneTexTure::textrue UITexture_t3471168817 * ___textrue_5; public: inline static int32_t get_offset_of_initScale_2() { return static_cast(offsetof(cSceneTexTure_t2865878985, ___initScale_2)); } inline Vector3_t3722313464 get_initScale_2() const { return ___initScale_2; } inline Vector3_t3722313464 * get_address_of_initScale_2() { return &___initScale_2; } inline void set_initScale_2(Vector3_t3722313464 value) { ___initScale_2 = value; } inline static int32_t get_offset_of_iconPath_3() { return static_cast(offsetof(cSceneTexTure_t2865878985, ___iconPath_3)); } inline String_t* get_iconPath_3() const { return ___iconPath_3; } inline String_t** get_address_of_iconPath_3() { return &___iconPath_3; } inline void set_iconPath_3(String_t* value) { ___iconPath_3 = value; Il2CppCodeGenWriteBarrier((&___iconPath_3), value); } inline static int32_t get_offset_of_isLoaded_4() { return static_cast(offsetof(cSceneTexTure_t2865878985, ___isLoaded_4)); } inline bool get_isLoaded_4() const { return ___isLoaded_4; } inline bool* get_address_of_isLoaded_4() { return &___isLoaded_4; } inline void set_isLoaded_4(bool value) { ___isLoaded_4 = value; } inline static int32_t get_offset_of_textrue_5() { return static_cast(offsetof(cSceneTexTure_t2865878985, ___textrue_5)); } inline UITexture_t3471168817 * get_textrue_5() const { return ___textrue_5; } inline UITexture_t3471168817 ** get_address_of_textrue_5() { return &___textrue_5; } inline void set_textrue_5(UITexture_t3471168817 * value) { ___textrue_5 = value; Il2CppCodeGenWriteBarrier((&___textrue_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENETEXTURE_T2865878985_H #ifndef DANCESCOREROLE_T1777216089_H #define DANCESCOREROLE_T1777216089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DanceScoreRole struct DanceScoreRole_t1777216089 : public IScenePersonalRolePosition_t1996743043 { public: public: }; struct DanceScoreRole_t1777216089_StaticFields { public: // System.Int32 DanceScoreRole::s_showLevelIndex int32_t ___s_showLevelIndex_11; // System.Int32 DanceScoreRole::s_showFashionIndex int32_t ___s_showFashionIndex_12; public: inline static int32_t get_offset_of_s_showLevelIndex_11() { return static_cast(offsetof(DanceScoreRole_t1777216089_StaticFields, ___s_showLevelIndex_11)); } inline int32_t get_s_showLevelIndex_11() const { return ___s_showLevelIndex_11; } inline int32_t* get_address_of_s_showLevelIndex_11() { return &___s_showLevelIndex_11; } inline void set_s_showLevelIndex_11(int32_t value) { ___s_showLevelIndex_11 = value; } inline static int32_t get_offset_of_s_showFashionIndex_12() { return static_cast(offsetof(DanceScoreRole_t1777216089_StaticFields, ___s_showFashionIndex_12)); } inline int32_t get_s_showFashionIndex_12() const { return ___s_showFashionIndex_12; } inline int32_t* get_address_of_s_showFashionIndex_12() { return &___s_showFashionIndex_12; } inline void set_s_showFashionIndex_12(int32_t value) { ___s_showFashionIndex_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DANCESCOREROLE_T1777216089_H #ifndef UISPRITE_T194114938_H #define UISPRITE_T194114938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite struct UISprite_t194114938 : public UIWidget_t3538521925 { public: // UIAtlas UISprite::mAtlas UIAtlas_t3195533529 * ___mAtlas_14; // System.String UISprite::mSpriteName String_t* ___mSpriteName_15; // System.Boolean UISprite::mHoldScale bool ___mHoldScale_16; // System.Boolean UISprite::mFillCenter bool ___mFillCenter_17; // UISprite/Type UISprite::mType int32_t ___mType_18; // UISprite/FillDirection UISprite::mFillDirection int32_t ___mFillDirection_19; // System.Single UISprite::mFillAmount float ___mFillAmount_20; // System.Boolean UISprite::mInvert bool ___mInvert_21; // UIAtlas/Sprite UISprite::mSprite Sprite_t2895597119 * ___mSprite_22; // UnityEngine.Rect UISprite::mInner Rect_t2360479859 ___mInner_23; // UnityEngine.Rect UISprite::mInnerUV Rect_t2360479859 ___mInnerUV_24; // UnityEngine.Rect UISprite::mOuter Rect_t2360479859 ___mOuter_25; // UnityEngine.Rect UISprite::mOuterUV Rect_t2360479859 ___mOuterUV_26; // UnityEngine.Vector3 UISprite::mScale Vector3_t3722313464 ___mScale_27; // System.Single UISprite::m_OldFillAmount float ___m_OldFillAmount_28; // System.Boolean UISprite::mSpriteSet bool ___mSpriteSet_29; public: inline static int32_t get_offset_of_mAtlas_14() { return static_cast(offsetof(UISprite_t194114938, ___mAtlas_14)); } inline UIAtlas_t3195533529 * get_mAtlas_14() const { return ___mAtlas_14; } inline UIAtlas_t3195533529 ** get_address_of_mAtlas_14() { return &___mAtlas_14; } inline void set_mAtlas_14(UIAtlas_t3195533529 * value) { ___mAtlas_14 = value; Il2CppCodeGenWriteBarrier((&___mAtlas_14), value); } inline static int32_t get_offset_of_mSpriteName_15() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteName_15)); } inline String_t* get_mSpriteName_15() const { return ___mSpriteName_15; } inline String_t** get_address_of_mSpriteName_15() { return &___mSpriteName_15; } inline void set_mSpriteName_15(String_t* value) { ___mSpriteName_15 = value; Il2CppCodeGenWriteBarrier((&___mSpriteName_15), value); } inline static int32_t get_offset_of_mHoldScale_16() { return static_cast(offsetof(UISprite_t194114938, ___mHoldScale_16)); } inline bool get_mHoldScale_16() const { return ___mHoldScale_16; } inline bool* get_address_of_mHoldScale_16() { return &___mHoldScale_16; } inline void set_mHoldScale_16(bool value) { ___mHoldScale_16 = value; } inline static int32_t get_offset_of_mFillCenter_17() { return static_cast(offsetof(UISprite_t194114938, ___mFillCenter_17)); } inline bool get_mFillCenter_17() const { return ___mFillCenter_17; } inline bool* get_address_of_mFillCenter_17() { return &___mFillCenter_17; } inline void set_mFillCenter_17(bool value) { ___mFillCenter_17 = value; } inline static int32_t get_offset_of_mType_18() { return static_cast(offsetof(UISprite_t194114938, ___mType_18)); } inline int32_t get_mType_18() const { return ___mType_18; } inline int32_t* get_address_of_mType_18() { return &___mType_18; } inline void set_mType_18(int32_t value) { ___mType_18 = value; } inline static int32_t get_offset_of_mFillDirection_19() { return static_cast(offsetof(UISprite_t194114938, ___mFillDirection_19)); } inline int32_t get_mFillDirection_19() const { return ___mFillDirection_19; } inline int32_t* get_address_of_mFillDirection_19() { return &___mFillDirection_19; } inline void set_mFillDirection_19(int32_t value) { ___mFillDirection_19 = value; } inline static int32_t get_offset_of_mFillAmount_20() { return static_cast(offsetof(UISprite_t194114938, ___mFillAmount_20)); } inline float get_mFillAmount_20() const { return ___mFillAmount_20; } inline float* get_address_of_mFillAmount_20() { return &___mFillAmount_20; } inline void set_mFillAmount_20(float value) { ___mFillAmount_20 = value; } inline static int32_t get_offset_of_mInvert_21() { return static_cast(offsetof(UISprite_t194114938, ___mInvert_21)); } inline bool get_mInvert_21() const { return ___mInvert_21; } inline bool* get_address_of_mInvert_21() { return &___mInvert_21; } inline void set_mInvert_21(bool value) { ___mInvert_21 = value; } inline static int32_t get_offset_of_mSprite_22() { return static_cast(offsetof(UISprite_t194114938, ___mSprite_22)); } inline Sprite_t2895597119 * get_mSprite_22() const { return ___mSprite_22; } inline Sprite_t2895597119 ** get_address_of_mSprite_22() { return &___mSprite_22; } inline void set_mSprite_22(Sprite_t2895597119 * value) { ___mSprite_22 = value; Il2CppCodeGenWriteBarrier((&___mSprite_22), value); } inline static int32_t get_offset_of_mInner_23() { return static_cast(offsetof(UISprite_t194114938, ___mInner_23)); } inline Rect_t2360479859 get_mInner_23() const { return ___mInner_23; } inline Rect_t2360479859 * get_address_of_mInner_23() { return &___mInner_23; } inline void set_mInner_23(Rect_t2360479859 value) { ___mInner_23 = value; } inline static int32_t get_offset_of_mInnerUV_24() { return static_cast(offsetof(UISprite_t194114938, ___mInnerUV_24)); } inline Rect_t2360479859 get_mInnerUV_24() const { return ___mInnerUV_24; } inline Rect_t2360479859 * get_address_of_mInnerUV_24() { return &___mInnerUV_24; } inline void set_mInnerUV_24(Rect_t2360479859 value) { ___mInnerUV_24 = value; } inline static int32_t get_offset_of_mOuter_25() { return static_cast(offsetof(UISprite_t194114938, ___mOuter_25)); } inline Rect_t2360479859 get_mOuter_25() const { return ___mOuter_25; } inline Rect_t2360479859 * get_address_of_mOuter_25() { return &___mOuter_25; } inline void set_mOuter_25(Rect_t2360479859 value) { ___mOuter_25 = value; } inline static int32_t get_offset_of_mOuterUV_26() { return static_cast(offsetof(UISprite_t194114938, ___mOuterUV_26)); } inline Rect_t2360479859 get_mOuterUV_26() const { return ___mOuterUV_26; } inline Rect_t2360479859 * get_address_of_mOuterUV_26() { return &___mOuterUV_26; } inline void set_mOuterUV_26(Rect_t2360479859 value) { ___mOuterUV_26 = value; } inline static int32_t get_offset_of_mScale_27() { return static_cast(offsetof(UISprite_t194114938, ___mScale_27)); } inline Vector3_t3722313464 get_mScale_27() const { return ___mScale_27; } inline Vector3_t3722313464 * get_address_of_mScale_27() { return &___mScale_27; } inline void set_mScale_27(Vector3_t3722313464 value) { ___mScale_27 = value; } inline static int32_t get_offset_of_m_OldFillAmount_28() { return static_cast(offsetof(UISprite_t194114938, ___m_OldFillAmount_28)); } inline float get_m_OldFillAmount_28() const { return ___m_OldFillAmount_28; } inline float* get_address_of_m_OldFillAmount_28() { return &___m_OldFillAmount_28; } inline void set_m_OldFillAmount_28(float value) { ___m_OldFillAmount_28 = value; } inline static int32_t get_offset_of_mSpriteSet_29() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteSet_29)); } inline bool get_mSpriteSet_29() const { return ___mSpriteSet_29; } inline bool* get_address_of_mSpriteSet_29() { return &___mSpriteSet_29; } inline void set_mSpriteSet_29(bool value) { ___mSpriteSet_29 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISPRITE_T194114938_H #ifndef UILABEL_T3248798549_H #define UILABEL_T3248798549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel struct UILabel_t3248798549 : public UIWidget_t3538521925 { public: // UIFont UILabel::mFont UIFont_t2766063701 * ___mFont_14; // System.String UILabel::mText String_t* ___mText_15; // System.Int32 UILabel::mMaxLineWidth int32_t ___mMaxLineWidth_16; // System.Boolean UILabel::mEncoding bool ___mEncoding_17; // System.Int32 UILabel::mMaxLineCount int32_t ___mMaxLineCount_18; // System.Boolean UILabel::mPassword bool ___mPassword_19; // System.Boolean UILabel::mShowLastChar bool ___mShowLastChar_20; // UILabel/Effect UILabel::mEffectStyle int32_t ___mEffectStyle_21; // UnityEngine.Color UILabel::mEffectColor Color_t2555686324 ___mEffectColor_22; // UIFont/SymbolStyle UILabel::mSymbols int32_t ___mSymbols_23; // UnityEngine.Vector2 UILabel::mEffectDistance Vector2_t2156229523 ___mEffectDistance_24; // System.Int32 UILabel::mSpacingX int32_t ___mSpacingX_25; // System.Int32 UILabel::mSpacingY int32_t ___mSpacingY_26; // UILabel/InsideEffect UILabel::mInsideEffectStyle int32_t ___mInsideEffectStyle_27; // UnityEngine.Color UILabel::mInsideEffectColor Color_t2555686324 ___mInsideEffectColor_28; // System.Single UILabel::mLineWidth float ___mLineWidth_29; // System.Boolean UILabel::mMultiline bool ___mMultiline_30; // System.Boolean UILabel::mShouldBeProcessed bool ___mShouldBeProcessed_31; // System.String UILabel::mProcessedText String_t* ___mProcessedText_32; // UnityEngine.Vector3 UILabel::mLastScale Vector3_t3722313464 ___mLastScale_33; // System.String UILabel::mLastText String_t* ___mLastText_34; // System.Int32 UILabel::mLastWidth int32_t ___mLastWidth_35; // System.Boolean UILabel::mLastEncoding bool ___mLastEncoding_36; // System.Int32 UILabel::mLastCount int32_t ___mLastCount_37; // System.Boolean UILabel::mLastPass bool ___mLastPass_38; // System.Boolean UILabel::mLastShow bool ___mLastShow_39; // UILabel/Effect UILabel::mLastEffect int32_t ___mLastEffect_40; // UnityEngine.Vector3 UILabel::mSize Vector3_t3722313464 ___mSize_41; // System.Boolean UILabel::mPremultiply bool ___mPremultiply_42; // UnityEngine.Vector2 UILabel::m_DrawSize Vector2_t2156229523 ___m_DrawSize_43; // System.Boolean UILabel::mApplyAlignmentForced bool ___mApplyAlignmentForced_44; public: inline static int32_t get_offset_of_mFont_14() { return static_cast(offsetof(UILabel_t3248798549, ___mFont_14)); } inline UIFont_t2766063701 * get_mFont_14() const { return ___mFont_14; } inline UIFont_t2766063701 ** get_address_of_mFont_14() { return &___mFont_14; } inline void set_mFont_14(UIFont_t2766063701 * value) { ___mFont_14 = value; Il2CppCodeGenWriteBarrier((&___mFont_14), value); } inline static int32_t get_offset_of_mText_15() { return static_cast(offsetof(UILabel_t3248798549, ___mText_15)); } inline String_t* get_mText_15() const { return ___mText_15; } inline String_t** get_address_of_mText_15() { return &___mText_15; } inline void set_mText_15(String_t* value) { ___mText_15 = value; Il2CppCodeGenWriteBarrier((&___mText_15), value); } inline static int32_t get_offset_of_mMaxLineWidth_16() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineWidth_16)); } inline int32_t get_mMaxLineWidth_16() const { return ___mMaxLineWidth_16; } inline int32_t* get_address_of_mMaxLineWidth_16() { return &___mMaxLineWidth_16; } inline void set_mMaxLineWidth_16(int32_t value) { ___mMaxLineWidth_16 = value; } inline static int32_t get_offset_of_mEncoding_17() { return static_cast(offsetof(UILabel_t3248798549, ___mEncoding_17)); } inline bool get_mEncoding_17() const { return ___mEncoding_17; } inline bool* get_address_of_mEncoding_17() { return &___mEncoding_17; } inline void set_mEncoding_17(bool value) { ___mEncoding_17 = value; } inline static int32_t get_offset_of_mMaxLineCount_18() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineCount_18)); } inline int32_t get_mMaxLineCount_18() const { return ___mMaxLineCount_18; } inline int32_t* get_address_of_mMaxLineCount_18() { return &___mMaxLineCount_18; } inline void set_mMaxLineCount_18(int32_t value) { ___mMaxLineCount_18 = value; } inline static int32_t get_offset_of_mPassword_19() { return static_cast(offsetof(UILabel_t3248798549, ___mPassword_19)); } inline bool get_mPassword_19() const { return ___mPassword_19; } inline bool* get_address_of_mPassword_19() { return &___mPassword_19; } inline void set_mPassword_19(bool value) { ___mPassword_19 = value; } inline static int32_t get_offset_of_mShowLastChar_20() { return static_cast(offsetof(UILabel_t3248798549, ___mShowLastChar_20)); } inline bool get_mShowLastChar_20() const { return ___mShowLastChar_20; } inline bool* get_address_of_mShowLastChar_20() { return &___mShowLastChar_20; } inline void set_mShowLastChar_20(bool value) { ___mShowLastChar_20 = value; } inline static int32_t get_offset_of_mEffectStyle_21() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectStyle_21)); } inline int32_t get_mEffectStyle_21() const { return ___mEffectStyle_21; } inline int32_t* get_address_of_mEffectStyle_21() { return &___mEffectStyle_21; } inline void set_mEffectStyle_21(int32_t value) { ___mEffectStyle_21 = value; } inline static int32_t get_offset_of_mEffectColor_22() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectColor_22)); } inline Color_t2555686324 get_mEffectColor_22() const { return ___mEffectColor_22; } inline Color_t2555686324 * get_address_of_mEffectColor_22() { return &___mEffectColor_22; } inline void set_mEffectColor_22(Color_t2555686324 value) { ___mEffectColor_22 = value; } inline static int32_t get_offset_of_mSymbols_23() { return static_cast(offsetof(UILabel_t3248798549, ___mSymbols_23)); } inline int32_t get_mSymbols_23() const { return ___mSymbols_23; } inline int32_t* get_address_of_mSymbols_23() { return &___mSymbols_23; } inline void set_mSymbols_23(int32_t value) { ___mSymbols_23 = value; } inline static int32_t get_offset_of_mEffectDistance_24() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectDistance_24)); } inline Vector2_t2156229523 get_mEffectDistance_24() const { return ___mEffectDistance_24; } inline Vector2_t2156229523 * get_address_of_mEffectDistance_24() { return &___mEffectDistance_24; } inline void set_mEffectDistance_24(Vector2_t2156229523 value) { ___mEffectDistance_24 = value; } inline static int32_t get_offset_of_mSpacingX_25() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingX_25)); } inline int32_t get_mSpacingX_25() const { return ___mSpacingX_25; } inline int32_t* get_address_of_mSpacingX_25() { return &___mSpacingX_25; } inline void set_mSpacingX_25(int32_t value) { ___mSpacingX_25 = value; } inline static int32_t get_offset_of_mSpacingY_26() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingY_26)); } inline int32_t get_mSpacingY_26() const { return ___mSpacingY_26; } inline int32_t* get_address_of_mSpacingY_26() { return &___mSpacingY_26; } inline void set_mSpacingY_26(int32_t value) { ___mSpacingY_26 = value; } inline static int32_t get_offset_of_mInsideEffectStyle_27() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectStyle_27)); } inline int32_t get_mInsideEffectStyle_27() const { return ___mInsideEffectStyle_27; } inline int32_t* get_address_of_mInsideEffectStyle_27() { return &___mInsideEffectStyle_27; } inline void set_mInsideEffectStyle_27(int32_t value) { ___mInsideEffectStyle_27 = value; } inline static int32_t get_offset_of_mInsideEffectColor_28() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectColor_28)); } inline Color_t2555686324 get_mInsideEffectColor_28() const { return ___mInsideEffectColor_28; } inline Color_t2555686324 * get_address_of_mInsideEffectColor_28() { return &___mInsideEffectColor_28; } inline void set_mInsideEffectColor_28(Color_t2555686324 value) { ___mInsideEffectColor_28 = value; } inline static int32_t get_offset_of_mLineWidth_29() { return static_cast(offsetof(UILabel_t3248798549, ___mLineWidth_29)); } inline float get_mLineWidth_29() const { return ___mLineWidth_29; } inline float* get_address_of_mLineWidth_29() { return &___mLineWidth_29; } inline void set_mLineWidth_29(float value) { ___mLineWidth_29 = value; } inline static int32_t get_offset_of_mMultiline_30() { return static_cast(offsetof(UILabel_t3248798549, ___mMultiline_30)); } inline bool get_mMultiline_30() const { return ___mMultiline_30; } inline bool* get_address_of_mMultiline_30() { return &___mMultiline_30; } inline void set_mMultiline_30(bool value) { ___mMultiline_30 = value; } inline static int32_t get_offset_of_mShouldBeProcessed_31() { return static_cast(offsetof(UILabel_t3248798549, ___mShouldBeProcessed_31)); } inline bool get_mShouldBeProcessed_31() const { return ___mShouldBeProcessed_31; } inline bool* get_address_of_mShouldBeProcessed_31() { return &___mShouldBeProcessed_31; } inline void set_mShouldBeProcessed_31(bool value) { ___mShouldBeProcessed_31 = value; } inline static int32_t get_offset_of_mProcessedText_32() { return static_cast(offsetof(UILabel_t3248798549, ___mProcessedText_32)); } inline String_t* get_mProcessedText_32() const { return ___mProcessedText_32; } inline String_t** get_address_of_mProcessedText_32() { return &___mProcessedText_32; } inline void set_mProcessedText_32(String_t* value) { ___mProcessedText_32 = value; Il2CppCodeGenWriteBarrier((&___mProcessedText_32), value); } inline static int32_t get_offset_of_mLastScale_33() { return static_cast(offsetof(UILabel_t3248798549, ___mLastScale_33)); } inline Vector3_t3722313464 get_mLastScale_33() const { return ___mLastScale_33; } inline Vector3_t3722313464 * get_address_of_mLastScale_33() { return &___mLastScale_33; } inline void set_mLastScale_33(Vector3_t3722313464 value) { ___mLastScale_33 = value; } inline static int32_t get_offset_of_mLastText_34() { return static_cast(offsetof(UILabel_t3248798549, ___mLastText_34)); } inline String_t* get_mLastText_34() const { return ___mLastText_34; } inline String_t** get_address_of_mLastText_34() { return &___mLastText_34; } inline void set_mLastText_34(String_t* value) { ___mLastText_34 = value; Il2CppCodeGenWriteBarrier((&___mLastText_34), value); } inline static int32_t get_offset_of_mLastWidth_35() { return static_cast(offsetof(UILabel_t3248798549, ___mLastWidth_35)); } inline int32_t get_mLastWidth_35() const { return ___mLastWidth_35; } inline int32_t* get_address_of_mLastWidth_35() { return &___mLastWidth_35; } inline void set_mLastWidth_35(int32_t value) { ___mLastWidth_35 = value; } inline static int32_t get_offset_of_mLastEncoding_36() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEncoding_36)); } inline bool get_mLastEncoding_36() const { return ___mLastEncoding_36; } inline bool* get_address_of_mLastEncoding_36() { return &___mLastEncoding_36; } inline void set_mLastEncoding_36(bool value) { ___mLastEncoding_36 = value; } inline static int32_t get_offset_of_mLastCount_37() { return static_cast(offsetof(UILabel_t3248798549, ___mLastCount_37)); } inline int32_t get_mLastCount_37() const { return ___mLastCount_37; } inline int32_t* get_address_of_mLastCount_37() { return &___mLastCount_37; } inline void set_mLastCount_37(int32_t value) { ___mLastCount_37 = value; } inline static int32_t get_offset_of_mLastPass_38() { return static_cast(offsetof(UILabel_t3248798549, ___mLastPass_38)); } inline bool get_mLastPass_38() const { return ___mLastPass_38; } inline bool* get_address_of_mLastPass_38() { return &___mLastPass_38; } inline void set_mLastPass_38(bool value) { ___mLastPass_38 = value; } inline static int32_t get_offset_of_mLastShow_39() { return static_cast(offsetof(UILabel_t3248798549, ___mLastShow_39)); } inline bool get_mLastShow_39() const { return ___mLastShow_39; } inline bool* get_address_of_mLastShow_39() { return &___mLastShow_39; } inline void set_mLastShow_39(bool value) { ___mLastShow_39 = value; } inline static int32_t get_offset_of_mLastEffect_40() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEffect_40)); } inline int32_t get_mLastEffect_40() const { return ___mLastEffect_40; } inline int32_t* get_address_of_mLastEffect_40() { return &___mLastEffect_40; } inline void set_mLastEffect_40(int32_t value) { ___mLastEffect_40 = value; } inline static int32_t get_offset_of_mSize_41() { return static_cast(offsetof(UILabel_t3248798549, ___mSize_41)); } inline Vector3_t3722313464 get_mSize_41() const { return ___mSize_41; } inline Vector3_t3722313464 * get_address_of_mSize_41() { return &___mSize_41; } inline void set_mSize_41(Vector3_t3722313464 value) { ___mSize_41 = value; } inline static int32_t get_offset_of_mPremultiply_42() { return static_cast(offsetof(UILabel_t3248798549, ___mPremultiply_42)); } inline bool get_mPremultiply_42() const { return ___mPremultiply_42; } inline bool* get_address_of_mPremultiply_42() { return &___mPremultiply_42; } inline void set_mPremultiply_42(bool value) { ___mPremultiply_42 = value; } inline static int32_t get_offset_of_m_DrawSize_43() { return static_cast(offsetof(UILabel_t3248798549, ___m_DrawSize_43)); } inline Vector2_t2156229523 get_m_DrawSize_43() const { return ___m_DrawSize_43; } inline Vector2_t2156229523 * get_address_of_m_DrawSize_43() { return &___m_DrawSize_43; } inline void set_m_DrawSize_43(Vector2_t2156229523 value) { ___m_DrawSize_43 = value; } inline static int32_t get_offset_of_mApplyAlignmentForced_44() { return static_cast(offsetof(UILabel_t3248798549, ___mApplyAlignmentForced_44)); } inline bool get_mApplyAlignmentForced_44() const { return ___mApplyAlignmentForced_44; } inline bool* get_address_of_mApplyAlignmentForced_44() { return &___mApplyAlignmentForced_44; } inline void set_mApplyAlignmentForced_44(bool value) { ___mApplyAlignmentForced_44 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILABEL_T3248798549_H #ifndef UITEXTURE_T3471168817_H #define UITEXTURE_T3471168817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITexture struct UITexture_t3471168817 : public UIWidget_t3538521925 { public: // UnityEngine.Rect UITexture::mRect Rect_t2360479859 ___mRect_14; // System.Boolean UITexture::mHoldScale bool ___mHoldScale_15; // UnityEngine.Shader UITexture::mShader Shader_t4151988712 * ___mShader_16; // UnityEngine.Texture UITexture::mTexture Texture_t3661962703 * ___mTexture_17; // UnityEngine.Material UITexture::mDynamicMat Material_t340375123 * ___mDynamicMat_18; // System.Boolean UITexture::mCreatingMat bool ___mCreatingMat_19; // System.Int32 UITexture::mPMA int32_t ___mPMA_20; public: inline static int32_t get_offset_of_mRect_14() { return static_cast(offsetof(UITexture_t3471168817, ___mRect_14)); } inline Rect_t2360479859 get_mRect_14() const { return ___mRect_14; } inline Rect_t2360479859 * get_address_of_mRect_14() { return &___mRect_14; } inline void set_mRect_14(Rect_t2360479859 value) { ___mRect_14 = value; } inline static int32_t get_offset_of_mHoldScale_15() { return static_cast(offsetof(UITexture_t3471168817, ___mHoldScale_15)); } inline bool get_mHoldScale_15() const { return ___mHoldScale_15; } inline bool* get_address_of_mHoldScale_15() { return &___mHoldScale_15; } inline void set_mHoldScale_15(bool value) { ___mHoldScale_15 = value; } inline static int32_t get_offset_of_mShader_16() { return static_cast(offsetof(UITexture_t3471168817, ___mShader_16)); } inline Shader_t4151988712 * get_mShader_16() const { return ___mShader_16; } inline Shader_t4151988712 ** get_address_of_mShader_16() { return &___mShader_16; } inline void set_mShader_16(Shader_t4151988712 * value) { ___mShader_16 = value; Il2CppCodeGenWriteBarrier((&___mShader_16), value); } inline static int32_t get_offset_of_mTexture_17() { return static_cast(offsetof(UITexture_t3471168817, ___mTexture_17)); } inline Texture_t3661962703 * get_mTexture_17() const { return ___mTexture_17; } inline Texture_t3661962703 ** get_address_of_mTexture_17() { return &___mTexture_17; } inline void set_mTexture_17(Texture_t3661962703 * value) { ___mTexture_17 = value; Il2CppCodeGenWriteBarrier((&___mTexture_17), value); } inline static int32_t get_offset_of_mDynamicMat_18() { return static_cast(offsetof(UITexture_t3471168817, ___mDynamicMat_18)); } inline Material_t340375123 * get_mDynamicMat_18() const { return ___mDynamicMat_18; } inline Material_t340375123 ** get_address_of_mDynamicMat_18() { return &___mDynamicMat_18; } inline void set_mDynamicMat_18(Material_t340375123 * value) { ___mDynamicMat_18 = value; Il2CppCodeGenWriteBarrier((&___mDynamicMat_18), value); } inline static int32_t get_offset_of_mCreatingMat_19() { return static_cast(offsetof(UITexture_t3471168817, ___mCreatingMat_19)); } inline bool get_mCreatingMat_19() const { return ___mCreatingMat_19; } inline bool* get_address_of_mCreatingMat_19() { return &___mCreatingMat_19; } inline void set_mCreatingMat_19(bool value) { ___mCreatingMat_19 = value; } inline static int32_t get_offset_of_mPMA_20() { return static_cast(offsetof(UITexture_t3471168817, ___mPMA_20)); } inline int32_t get_mPMA_20() const { return ___mPMA_20; } inline int32_t* get_address_of_mPMA_20() { return &___mPMA_20; } inline void set_mPMA_20(int32_t value) { ___mPMA_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UITEXTURE_T3471168817_H // CSkeletonSite/stSkeltonTrans[] struct stSkeltonTransU5BU5D_t2773511002 : public RuntimeArray { public: ALIGN_FIELD (8) stSkeltonTrans_t433549019 * m_Items[1]; public: inline stSkeltonTrans_t433549019 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline stSkeltonTrans_t433549019 ** 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, stSkeltonTrans_t433549019 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline stSkeltonTrans_t433549019 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline stSkeltonTrans_t433549019 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, stSkeltonTrans_t433549019 * 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); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * 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, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t2571361770 : public RuntimeArray { public: ALIGN_FIELD (8) Quaternion_t2301928331 m_Items[1]; public: inline Quaternion_t2301928331 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Quaternion_t2301928331 * 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, Quaternion_t2301928331 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Quaternion_t2301928331 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Quaternion_t2301928331 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Quaternion_t2301928331 value) { 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.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; } }; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596 : public RuntimeArray { public: ALIGN_FIELD (8) Texture2D_t3840446185 * m_Items[1]; public: inline Texture2D_t3840446185 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Texture2D_t3840446185 ** 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, Texture2D_t3840446185 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Texture2D_t3840446185 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Texture2D_t3840446185 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_t3840446185 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DMCDScrollViewItem[] struct DMCDScrollViewItemU5BU5D_t786020350 : public RuntimeArray { public: ALIGN_FIELD (8) DMCDScrollViewItem_t254217223 * m_Items[1]; public: inline DMCDScrollViewItem_t254217223 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DMCDScrollViewItem_t254217223 ** 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, DMCDScrollViewItem_t254217223 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline DMCDScrollViewItem_t254217223 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DMCDScrollViewItem_t254217223 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DMCDScrollViewItem_t254217223 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // DMCDCirculateScrollView/stTransOrg[] struct stTransOrgU5BU5D_t1730188285 : public RuntimeArray { public: ALIGN_FIELD (8) stTransOrg_t3225015988 * m_Items[1]; public: inline stTransOrg_t3225015988 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline stTransOrg_t3225015988 ** 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, stTransOrg_t3225015988 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline stTransOrg_t3225015988 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline stTransOrg_t3225015988 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, stTransOrg_t3225015988 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // DMCDScrollView/stTransOrg[] struct stTransOrgU5BU5D_t1358183141 : public RuntimeArray { public: ALIGN_FIELD (8) stTransOrg_t3673889772 * m_Items[1]; public: inline stTransOrg_t3673889772 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline stTransOrg_t3673889772 ** 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, stTransOrg_t3673889772 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline stTransOrg_t3673889772 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline stTransOrg_t3673889772 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, stTransOrg_t3673889772 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // !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::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, 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 System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2253601317_gshared (Dictionary_2_t3384741 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m3483845403_gshared (Dictionary_2_t3384741 * __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_m411961606_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m2840492268_gshared (Dictionary_2_t3384741 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // 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.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.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m1354307147_gshared (Func_2_t4154244306 * __this, RuntimeObject * p0, intptr_t 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); // !1 System.Func`2::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Func_2_Invoke_m2288287195_gshared (Func_2_t4154244306 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m107019914_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4187243487_gshared (Action_2_t2470008838 * __this, RuntimeObject * p0, RuntimeObject * 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); // TValue CUIBase::FindSerialValue(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CUIBase_FindSerialValue_TisRuntimeObject_m976875708_gshared (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // T DMCore.Framework.CModuleManager::CreateInstance(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CreateInstance_TisRuntimeObject_m1689615665_gshared (CModuleManager_t4250936907 * __this, String_t* ___scriptName0, 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.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.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); // 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); // T NGUITools::FindInParents(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NGUITools_FindInParents_TisRuntimeObject_m780518502_gshared (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, 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.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.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); // !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.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.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.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.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); // 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.Comparison`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Comparison_1__ctor_m2086841574_gshared (Comparison_1_t2855037343 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m116019857_gshared (List_1_t257213610 * __this, Comparison_1_t2855037343 * p0, 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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1024942235_gshared (Action_3_t3578807402 * __this, RuntimeObject * p0, intptr_t p1, 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::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m268294279_gshared (BetterList_1_t2235126482 * __this, int32_t 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::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.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.Boolean CBetterSet`1::Add(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Add_m908680931_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean CBetterSet`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Remove_m1128629941_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * p0, 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); // System.Void CBetterSet`1::Foreach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_Foreach_m828342831_gshared (CBetterSet_1_t3194383868 * __this, Action_1_t3252573759 * p0, const RuntimeMethod* method); // System.Void CBetterSet`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1__ctor_m3680932930_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_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.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1501840871_gshared (Dictionary_2_t4013585537 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m917181889_gshared (Dictionary_2_t4013585537 * __this, int64_t p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3431277796_gshared (Dictionary_2_t4013585537 * __this, int64_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m4250332801_gshared (Dictionary_2_t4013585537 * __this, int64_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m169197583_gshared (Dictionary_2_t4013585537 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1672801016 Dictionary_2_GetEnumerator_m170527722_gshared (Dictionary_2_t4013585537 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2116290408 Enumerator_get_Current_m3315125549_gshared (Enumerator_t1672801016 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_m2812135046_gshared (KeyValuePair_2_t2116290408 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4017953978_gshared (Enumerator_t1672801016 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1810005259_gshared (Dictionary_2_t4013585537 * __this, int64_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveRange_m2428828636_gshared (List_1_t257213610 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m3852685757_gshared (SortKeyInfo_1_t2066028325 * __this, float p0, float p1, bool p2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor_TisSingle_t1397266774_m3568489957_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t2066028325 * ___keyInfo0, 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.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3106776728(__this, p0, method) (( SignPathData_t1700102174 * (*) (List_1_t3172176916 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, 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); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4092920765(__this, method) (( void (*) (List_1_t3172176916 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void CSignsManager/SubTypeData::.ctor() extern "C" IL2CPP_METHOD_ATTR void SubTypeData__ctor_m1223300856 (SubTypeData_t2407733540 * __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); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1814624840(__this, method) (( void (*) (List_1_t3051292851 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // UnityEngine.Transform CSkeletonSite::get_RootBone() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_get_RootBone_m4151063574 (CSkeletonSite_t1178137573 * __this, 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); // 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.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); // !!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 System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3200964102(__this, method) (( void (*) (Dictionary_2_t2736202052 *, const RuntimeMethod*))Dictionary_2__ctor_m2253601317_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m311915619(__this, method) (( void (*) (Dictionary_2_t2736202052 *, const RuntimeMethod*))Dictionary_2_Clear_m3483845403_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); // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3800595820(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m411961606_gshared)(__this, p0, p1, method) // System.Void CSkeletonSite/stSkeltonTrans::.ctor() extern "C" IL2CPP_METHOD_ATTR void stSkeltonTrans__ctor_m1412060078 (stSkeltonTrans_t433549019 * __this, 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.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Inverse(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Inverse_m1311579081 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m1837312527(__this, method) (( int32_t (*) (Dictionary_2_t2736202052 *, const RuntimeMethod*))Dictionary_2_get_Count_m2840492268_gshared)(__this, 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); // 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.Boolean System.String::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Int32 CSkeletonSite::GetBoneCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSkeletonSite_GetBoneCount_m401679511 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void CSkeletonSite/CSkeletonSnap::set_IsEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_set_IsEnable_m4173243122 (CSkeletonSnap_t2156242323 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CTimeStamp_Game::.ctor() extern "C" IL2CPP_METHOD_ATTR void CTimeStamp_Game__ctor_m669546699 (CTimeStamp_Game_t111337065 * __this, const RuntimeMethod* method); // System.Boolean CSkeletonSite::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CSkeletonSite_IsValid_m2965781142 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CTimeStamp_Game::Reset() extern "C" IL2CPP_METHOD_ATTR float CTimeStamp_Game_Reset_m3154771018 (CTimeStamp_Game_t111337065 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_localRotation_m3487911431 (Transform_t3600365921 * __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 UnityEngine.Quaternion::Set(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Quaternion_Set_m3163249074 (Quaternion_t2301928331 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Boolean CSkeletonSite/CSkeletonSnap::get_IsEnable() extern "C" IL2CPP_METHOD_ATTR bool CSkeletonSnap_get_IsEnable_m800946492 (CSkeletonSnap_t2156242323 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CTimeStamp_Game::Delta() extern "C" IL2CPP_METHOD_ATTR float CTimeStamp_Game_Delta_m3747871835 (CTimeStamp_Game_t111337065 * __this, 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); // 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); // 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_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUISprite_t194114938_m2812077901(__this, method) (( UISprite_t194114938 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (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.Void UnityEngine.Component::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m1441147224 (Component_t1923634451 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void UISprite::set_spriteName(System.String) extern "C" IL2CPP_METHOD_ATTR void UISprite_set_spriteName_m1616245412 (UISprite_t194114938 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2820513711(__this, method) (( void (*) (List_1_t2253408947 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean DMCore.Framework.IO.CIOVar::IsFileExist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_IsFileExist_m4190802418 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // CUIResVersionCfg CUIResVersionCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIResVersionCfg_t3394180598 * CUIResVersionCfg_GetInstance_m3080834282 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // CVersionIssue CUIResVersionCfg::get_LocalResVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CUIResVersionCfg_get_LocalResVersion_m300267892 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method); // System.Boolean CVersionIssue::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_IsValid_m2336196782 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Void CStreamingPreImpl::LoadCfg(System.String) extern "C" IL2CPP_METHOD_ATTR void CStreamingPreImpl_LoadCfg_m108637946 (CStreamingPreImpl_t3531164551 * __this, String_t* ___urlVal0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2567521677(__this, method) (( int32_t (*) (List_1_t2253408947 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void CUIResVersionCfg::ReloadVersionCfg() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_ReloadVersionCfg_m21431723 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CIOVar::CreateFile(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_CreateFile_m1179487238 (RuntimeObject * __this /* static, unused */, String_t* ____path0, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m1915385334 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::op_Implicit(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m1133586328 (RuntimeObject * __this /* static, unused */, String_t* ___data0, const RuntimeMethod* method); // System.Void LitJson.JsonData::set_Item(System.String,LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void JsonData_set_Item_m3790047234 (JsonData_t1524858407 * __this, String_t* ___prop_name0, JsonData_t1524858407 * ___value1, const RuntimeMethod* method); // DMCore.Framework.Plugin.CSystemToolPlugin DMCore.Framework.Plugin.CSystemToolPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemToolPlugin_t1584592813 * CSystemToolPlugin_GetInstance_m1746780767 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetMacAddress() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetMacAddress_m319283110 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFitfunApiPlugin_t3372796910 * CFitfunApiPlugin_GetInstance_m148885372 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String LitJson.JsonData::ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_ToJson_m692076605 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetAny_m718870777 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3992288652(__this, p0, method) (( stPreTaskData_t781334205 * (*) (List_1_t2253408947 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m1654577315 (MonoBehaviour_t3962482529 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m370986697(__this, method) (( void (*) (List_1_t2253408947 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Void CStreamingPreImpl/stPreTaskData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stPreTaskData__ctor_m4088902201 (stPreTaskData_t781334205 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m716051549(__this, p0, method) (( void (*) (List_1_t2253408947 *, stPreTaskData_t781334205 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, 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 UnityEngine.Resources::UnloadAsset(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Resources_UnloadAsset_m4120664229 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void CStreamingPreImpl/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0__ctor_m2641247728 (U3CLoadResourceU3Ec__Iterator0_t3529053927 * __this, 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.Byte[] UnityEngine.TextAsset::get_bytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TextAsset_get_bytes_m1826471440 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m3185547125 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, bool ___bCreateNew2, const RuntimeMethod* method); // System.String DMCore.Framework.CModuleManager::GetFitfunResPath() extern "C" IL2CPP_METHOD_ATTR String_t* CModuleManager_GetFitfunResPath_m3300485628 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * Directory_CreateDirectory_m751642867 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Zip.FitfunZip::.ctor() extern "C" IL2CPP_METHOD_ATTR void FitfunZip__ctor_m3253074589 (FitfunZip_t870197698 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.IO.CIOVar::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* CIOVar_GetUserRootPath_m2302064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Void DMCore.Framework.Zip.FitfunZip::UnZipFile(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FitfunZip_UnZipFile_m3367070889 (FitfunZip_t870197698 * __this, String_t* ____zipFile0, String_t* ____outForlder1, bool ___autoDelete2, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Zip.FitfunZip::get_progress() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunZip_get_progress_m977204013 (FitfunZip_t870197698 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.String) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m2618285814 (MonoBehaviour_t3962482529 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3272754814(__this, method) (( int32_t (*) (List_1_t1589480316 *, 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_m1034529086(__this, p0, method) (( CStreamFileData_t117405574 * (*) (List_1_t1589480316 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void CStreamMono/<_ResGet>c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_ResGetU3Ec__Iterator0__ctor_m3035078448 (U3C_ResGetU3Ec__Iterator0_t4017342962 * __this, const RuntimeMethod* method); // System.Void CStreamMono/<_FirstGet>c__Iterator1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_FirstGetU3Ec__Iterator1__ctor_m99762311 (U3C_FirstGetU3Ec__Iterator1_t3719040934 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Package.CStreamFileManager::GetStreamFileCfg() extern "C" IL2CPP_METHOD_ATTR String_t* CStreamFileManager_GetStreamFileCfg_m1614336058 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.WWW::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void WWW__ctor_m2915079343 (WWW_t3688466362 * __this, String_t* p0, const RuntimeMethod* method); // System.String UnityEngine.WWW::get_error() extern "C" IL2CPP_METHOD_ATTR String_t* WWW_get_error_m3055313367 (WWW_t3688466362 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Framework.Package.CStreamFileManager::GetStreamFileList(UnityEngine.WWW) extern "C" IL2CPP_METHOD_ATTR List_1_t1589480316 * CStreamFileManager_GetStreamFileList_m4280419800 (RuntimeObject * __this /* static, unused */, WWW_t3688466362 * ___wwwTarget0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogFile(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogFile_m4227814860 (CLogHelp_t779629444 * __this, String_t* ___strVal0, const RuntimeMethod* method); // System.String DMCore.Framework.Package.CStreamFileManager::GetFileRealPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CStreamFileManager_GetFileRealPath_m4088430973 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, 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.Void IMonoCtrllor::.ctor() extern "C" IL2CPP_METHOD_ATTR void IMonoCtrllor__ctor_m471545973 (IMonoCtrllor_t1427182583 * __this, const RuntimeMethod* method); // System.Void CDataModelAny::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelAny__ctor_m2630302822 (CDataModelAny_t3819624005 * __this, const RuntimeMethod* method); // System.Void CSuitDetailCtr::set_CDataSuitInfo(CDataModelAny) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_set_CDataSuitInfo_m2136361991 (CSuitDetailCtr_t2341865762 * __this, CDataModelAny_t3819624005 * ___value0, const RuntimeMethod* method); // System.Void CDataModelBool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelBool__ctor_m1721054774 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method); // System.Void CSuitDetailCtr::set_CDataBoolRewardSussucs(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_set_CDataBoolRewardSussucs_m841499277 (CSuitDetailCtr_t2341865762 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method); // System.Void CSuitDetailCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr__ctor_m4269802016 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method); // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage,DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m2971791309 (CWndController_t749709641 * __this, int32_t ___destPage0, int32_t ___returnPage1, const RuntimeMethod* method); // System.Void CSuitDetailCtr::UpdatePage(HandBookCfg/SuitInfo) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_UpdatePage_m682258089 (CSuitDetailCtr_t2341865762 * __this, SuitInfo_t4135687472 * ___suitInfo0, const RuntimeMethod* method); // System.Void CSuitDetailCtr::GetSuitInfoFromServer() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_GetSuitInfoFromServer_m3232317488 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method); // CDataModelAny CSuitDetailCtr::get_CDataSuitInfo() extern "C" IL2CPP_METHOD_ATTR CDataModelAny_t3819624005 * CSuitDetailCtr_get_CDataSuitInfo_m128302706 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method); // System.Void CDataModelAny::set_Data(System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelAny_set_Data_m2429302818 (CDataModelAny_t3819624005 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // CDataModelBool CSuitDetailCtr::get_CDataBoolRewardSussucs() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * CSuitDetailCtr_get_CDataBoolRewardSussucs_m563245082 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method); // System.Void CDataModelBool::set_Data(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDataModelBool_set_Data_m838892248 (CDataModelBool_t2269476966 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::HideUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_HideUI_m732482071 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void CSuitDetailCtr::OnClosePage() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_OnClosePage_m2906441983 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method); // HandBookCfg HandBookCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR HandBookCfg_t3398685571 * HandBookCfg_GetInstance_m3087382814 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 HandBookCfg/SuitInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t SuitInfo_get_Id_m826285488 (SuitInfo_t4135687472 * __this, const RuntimeMethod* method); // HandBookCfg/ThemeInfo HandBookCfg::GetThemeBySuitId(System.Int32) extern "C" IL2CPP_METHOD_ATTR ThemeInfo_t2661298501 * HandBookCfg_GetThemeBySuitId_m1765356612 (HandBookCfg_t3398685571 * __this, int32_t ___suitId0, const RuntimeMethod* method); // CSuitListCtr CSuitListCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitListCtr_t2923834228 * CSuitListCtr_GetInstance_m1135308584 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CSuitListCtr::ShowPage(HandBookCfg/ThemeInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_ShowPage_m500947946 (CSuitListCtr_t2923834228 * __this, ThemeInfo_t2661298501 * ___themeInfo0, bool ___isDirect1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m3552255067 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void CSuitDetailCtr::GetRewardFromServer() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_GetRewardFromServer_m793670930 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataArray__ctor_m2623161048 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3820844360 (CDataArray_t4068198041 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, 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.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m3177048309(__this, method) (( void (*) (Dictionary_2_t201508249 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void CSuitListCtr::set_CsuitsData(CDataModelAny) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_set_CsuitsData_m3613228552 (CSuitListCtr_t2923834228 * __this, CDataModelAny_t3819624005 * ___value0, const RuntimeMethod* method); // System.Void CDataModelInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelInt__ctor_m420760675 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // System.Void CSuitListCtr::set_CNowPageIndex(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_set_CNowPageIndex_m1301647373 (CSuitListCtr_t2923834228 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method); // System.Void CSuitListCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr__ctor_m236532781 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2>::get_Count() #define Dictionary_2_get_Count_m2715014037(__this, method) (( int32_t (*) (Dictionary_2_t201508249 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // System.Collections.Generic.Dictionary`2> HandBookCfg/ThemeInfo::GroupSuitBy(System.Int32) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t201508249 * ThemeInfo_GroupSuitBy_m2072165895 (ThemeInfo_t2661298501 * __this, int32_t ___rate0, const RuntimeMethod* method); // System.Void CSuitListCtr::UpdateData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_UpdateData_m1011393437 (CSuitListCtr_t2923834228 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void CSuitListCtr::OnClosePage() extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_OnClosePage_m2704320587 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method); // CSuitDetailCtr CSuitDetailCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitDetailCtr_t2341865762 * CSuitDetailCtr_GetInstance_m791883356 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CSuitDetailCtr::ShowPage(HandBookCfg/SuitInfo) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_ShowPage_m3795302854 (CSuitDetailCtr_t2341865762 * __this, SuitInfo_t4135687472 * ___suitInfo0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m1354307147(__this, p0, p1, method) (( void (*) (Func_2_t4154244306 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m1354307147_gshared)(__this, p0, p1, method) // System.Void CSuitListCtr::ChangeSuitListPage(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_ChangeSuitListPage_m1573537012 (CSuitListCtr_t2923834228 * __this, Func_2_t4154244306 * ___func0, const RuntimeMethod* method); // CHandBookCtr CHandBookCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandBookCtr_t4285066741 * CHandBookCtr_GetInstance_m650984722 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CHandBookCtr::ShowPage(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CHandBookCtr_ShowPage_m401366048 (CHandBookCtr_t4285066741 * __this, bool ___isDirect0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m3428897668(__this, method) (( void (*) (Dictionary_2_t201508249 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // !1 System.Func`2::Invoke(!0) #define Func_2_Invoke_m2288287195(__this, p0, method) (( int32_t (*) (Func_2_t4154244306 *, int32_t, const RuntimeMethod*))Func_2_Invoke_m2288287195_gshared)(__this, p0, method) // CDataModelInt CSuitListCtr::get_CNowPageIndex() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * CSuitListCtr_get_CNowPageIndex_m3307387885 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method); // System.Void CDataModelInt::set_Data(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelInt_set_Data_m3794751788 (CDataModelInt_t3463393640 * __this, int32_t ___value0, const RuntimeMethod* method); // CDataModelAny CSuitListCtr::get_CsuitsData() extern "C" IL2CPP_METHOD_ATTR CDataModelAny_t3819624005 * CSuitListCtr_get_CsuitsData_m3244048704 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m617305238(__this, p0, method) (( List_1_t1312794918 * (*) (Dictionary_2_t201508249 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void CTabSearchCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr__ctor_m1936645046 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method); // System.Action CTabSearchCtr::get_OnCloseUI() extern "C" IL2CPP_METHOD_ATTR Action_t1264377477 * CTabSearchCtr_get_OnCloseUI_m1383804321 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method); // System.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // System.Action`2,System.Collections.Generic.List`1> CTabSearchCtr::get_OnGetTagListAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t814181762 * CTabSearchCtr_get_OnGetTagListAction_m4167680289 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method); // System.Void System.Action`2,System.Collections.Generic.List`1>::Invoke(!0,!1) #define Action_2_Invoke_m1598171287(__this, p0, p1, method) (( void (*) (Action_2_t814181762 *, List_1_t1130240807 *, List_1_t128053199 *, const RuntimeMethod*))Action_2_Invoke_m4187243487_gshared)(__this, p0, p1, method) // System.Void CTabSearchCtr::HidePage() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_HidePage_m2285710767 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method); // System.Action`1> CTabSearchCtr::get_OnGetItemListAction() extern "C" IL2CPP_METHOD_ATTR Action_1_t1302708402 * CTabSearchCtr_get_OnGetItemListAction_m17338813 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method); // System.Void System.Action`1>::Invoke(!0) #define Action_1_Invoke_m1395004554(__this, p0, method) (( void (*) (Action_1_t1302708402 *, List_1_t1130240807 *, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, method) // System.Void CUIBase::set_UI_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_UI_ID_m1965999697 (CUIBase_t3255455658 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 CUIBase::get_UI_ID() extern "C" IL2CPP_METHOD_ATTR int32_t CUIBase_get_UI_ID_m4113225531 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void CUIBase::set_UI_Class(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_UI_Class_m2978327679 (CUIBase_t3255455658 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void CUIBase::set_gameObject(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_gameObject_m2303850692 (CUIBase_t3255455658 * __this, GameObject_t1113636619 * ___value0, 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.Void CUIBase::set_transform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_transform_m3636033755 (CUIBase_t3255455658 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // UnityEngine.GameObject CUIBase::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CUIBase_get_gameObject_m47355781 (CUIBase_t3255455658 * __this, 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 CUIBase::UnRegistUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_UnRegistUpdate_m3080511716 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void CUIBase::UnRegistLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_UnRegistLateUpdate_m1775356343 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void CUpdateInterface::RegistUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_RegistUpdate_m1931055446 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method); // System.Void CUpdateInterface::RegistLateUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_RegistLateUpdate_m2030104302 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method); // System.Void CUpdateInterface::UnRegistUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_UnRegistUpdate_m484854049 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method); // System.Void CUpdateInterface::UnRegistLateUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_UnRegistLateUpdate_m3041927455 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method); // DMSerial CUIBase::GetSerial() extern "C" IL2CPP_METHOD_ATTR DMSerial_t3962411756 * CUIBase_GetSerial_m1627639709 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMSerial::GetTransform(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * DMSerial_GetTransform_m1991702254 (DMSerial_t3962411756 * __this, String_t* ___key0, const RuntimeMethod* method); // UnityEngine.GameObject DMSerial::GetGameObject(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * DMSerial_GetGameObject_m3618834009 (DMSerial_t3962411756 * __this, String_t* ___key0, const RuntimeMethod* method); // TValue CUIBase::FindSerialValue(System.String) #define CUIBase_FindSerialValue_TisUILabel_t3248798549_m1414506829(__this, ___serialedName0, method) (( UILabel_t3248798549 * (*) (CUIBase_t3255455658 *, String_t*, const RuntimeMethod*))CUIBase_FindSerialValue_TisRuntimeObject_m976875708_gshared)(__this, ___serialedName0, method) // TValue CUIBase::FindSerialValue(System.String) #define CUIBase_FindSerialValue_TisUISprite_t194114938_m54679888(__this, ___serialedName0, method) (( UISprite_t194114938 * (*) (CUIBase_t3255455658 *, String_t*, const RuntimeMethod*))CUIBase_FindSerialValue_TisRuntimeObject_m976875708_gshared)(__this, ___serialedName0, method) // TValue CUIBase::FindSerialValue(System.String) #define CUIBase_FindSerialValue_TisUITexture_t3471168817_m486475374(__this, ___serialedName0, method) (( UITexture_t3471168817 * (*) (CUIBase_t3255455658 *, String_t*, const RuntimeMethod*))CUIBase_FindSerialValue_TisRuntimeObject_m976875708_gshared)(__this, ___serialedName0, method) // UnityEngine.Transform CUIBase::FindSerialedTransform(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_FindSerialedTransform_m1564495734 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method); // UIEventListener UIEventListener::Get(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR UIEventListener_t1665237878 * UIEventListener_Get_m2822737179 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* 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); // 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 CUIBase::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_get_transform_m568012358 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // UnityEngine.Transform CUIBase::FindTransform(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_FindTransform_m1712189702 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, String_t* ___path1, const RuntimeMethod* method); // UnityEngine.Transform CUIBase::FindTransform(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_FindTransform_m1468339067 (CUIBase_t3255455658 * __this, String_t* ___path0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUILabel_t3248798549_m3261951542(__this, method) (( UILabel_t3248798549 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUITexture_t3471168817_m288616561(__this, method) (( UITexture_t3471168817 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Transform CUIBase::BindBtnClk(UnityEngine.Transform,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindBtnClk_m3088134014 (CUIBase_t3255455658 * __this, Transform_t3600365921 * ___transform0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method); // UnityEngine.Transform CUIBase::BindBtnClk(UnityEngine.GameObject,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindBtnClk_m3039874840 (CUIBase_t3255455658 * __this, GameObject_t1113636619 * ___go0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method); // System.Boolean CUIBase::BindBtnClk(UnityEngine.Transform,System.Action`2) extern "C" IL2CPP_METHOD_ATTR bool CUIBase_BindBtnClk_m3538213039 (CUIBase_t3255455658 * __this, Transform_t3600365921 * ___transform0, Action_2_t4266817756 * ___delegateClk1, const RuntimeMethod* method); // System.Boolean CUIBase::BindBtnClk(UnityEngine.GameObject,System.Action`2) extern "C" IL2CPP_METHOD_ATTR bool CUIBase_BindBtnClk_m1243785219 (CUIBase_t3255455658 * __this, GameObject_t1113636619 * ___go0, Action_2_t4266817756 * ___delegateClk1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMSerial_t3962411756_m3610101527(__this, method) (( DMSerial_t3962411756 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(__this /* static, unused */, ___local0, ___path1, method) (( UISprite_t194114938 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(__this /* static, unused */, ___local0, ___path1, method) (( Transform_t3600365921 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, 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); // System.Void CUIEvaluation::_FireHideProc() extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation__FireHideProc_m2662745073 (CUIEvaluation_t4168627961 * __this, const RuntimeMethod* method); // System.String UISprite::get_spriteName() extern "C" IL2CPP_METHOD_ATTR String_t* UISprite_get_spriteName_m1681755067 (UISprite_t194114938 * __this, const RuntimeMethod* method); // System.String CUIEvaluation::_GetResultRes(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR String_t* CUIEvaluation__GetResultRes_m3824749426 (CUIEvaluation_t4168627961 * __this, int32_t ___result0, 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); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ResetAnim(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ResetAnim_m1618882349 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___gameObj0, const RuntimeMethod* method); // UnityEngine.Animation CUIEvaluation::_GetAnimComponent(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR Animation_t3648466861 * CUIEvaluation__GetAnimComponent_m368108673 (CUIEvaluation_t4168627961 * __this, int32_t ___result0, const RuntimeMethod* method); // UnityEngine.AnimationClip UnityEngine.Animation::GetClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * Animation_GetClip_m732294439 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.AnimationClip::set_wrapMode(UnityEngine.WrapMode) extern "C" IL2CPP_METHOD_ATTR void AnimationClip_set_wrapMode_m3764684575 (AnimationClip_t2318505987 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m20417929 (Behaviour_t1437897464 * __this, bool p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::Play(System.String) extern "C" IL2CPP_METHOD_ATTR bool Animation_Play_m27531216 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisAnimation_t3648466861_m4214971628(__this, method) (( Animation_t3648466861 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.CEventManager DMCore.IHelp::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * IHelp_GetEventManager_m2071002582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.OnEventCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnEventCall__ctor_m3140516762 (OnEventCall_t3758354630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::StopEvent(DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_StopEvent_m2167807725 (CEventManager_t474365641 * __this, OnEventCall_t3758354630 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m2143949090 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, int32_t ___userData2, const RuntimeMethod* method); // System.Void CUIEvaluation::SetResult(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation_SetResult_m2494417887 (CUIEvaluation_t4168627961 * __this, int32_t ___result0, const RuntimeMethod* method); // DMCore.Framework.CModuleManager DMCore.Framework.CModuleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CModuleManager_t4250936907 * CModuleManager_GetInstance_m930106955 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // T DMCore.Framework.CModuleManager::CreateInstance(System.String) #define CModuleManager_CreateInstance_TisCUIBase_t3255455658_m249943312(__this, ___scriptName0, method) (( CUIBase_t3255455658 * (*) (CModuleManager_t4250936907 *, String_t*, const RuntimeMethod*))CModuleManager_CreateInstance_TisRuntimeObject_m1689615665_gshared)(__this, ___scriptName0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m4093949422(__this, p0, p1, method) (( void (*) (Dictionary_2_t2144168989 *, int32_t, CUIBase_t3255455658 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3116140483(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2144168989 *, int32_t, CUIBase_t3255455658 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3175924557(__this, method) (( Enumerator_t4098351764 (*) (Dictionary_2_t2144168989 *, 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_m2652190471(__this, method) (( KeyValuePair_2_t246873860 (*) (Enumerator_t4098351764 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1383868796(__this, method) (( CUIBase_t3255455658 * (*) (KeyValuePair_2_t246873860 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.String CUIBase::get_UI_Class() extern "C" IL2CPP_METHOD_ATTR String_t* CUIBase_get_UI_Class_m433969214 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3552354746(__this, method) (( bool (*) (Enumerator_t4098351764 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m99561364(__this, p0, method) (( bool (*) (Dictionary_2_t2144168989 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m4193450060_gshared)(__this, p0, method) // T NGUITools::FindInParents(UnityEngine.GameObject) #define NGUITools_FindInParents_TisUIRoot_t4022971450_m3735487903(__this /* static, unused */, ___go0, method) (( UIRoot_t4022971450 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, const RuntimeMethod*))NGUITools_FindInParents_TisRuntimeObject_m780518502_gshared)(__this /* static, unused */, ___go0, method) // System.Collections.Generic.List`1 UIRoot::get_list() extern "C" IL2CPP_METHOD_ATTR List_1_t1200078896 * UIRoot_get_list_m2570615288 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m788055123(__this, method) (( int32_t (*) (List_1_t1200078896 *, 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_m3029999478(__this, p0, method) (( UIRoot_t4022971450 * (*) (List_1_t1200078896 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // UIRoot CUIHelp::GetUIRoot(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR UIRoot_t4022971450 * CUIHelp_GetUIRoot_m701114579 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___curGO0, const RuntimeMethod* method); // UnityEngine.Transform CUIHelp::FindChild(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIHelp_FindChild_m2176359322 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, String_t* ___path1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3630934930(__this, method) (( void (*) (Dictionary_2_t2144168989 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void CVersionIssue::.ctor() extern "C" IL2CPP_METHOD_ATTR void CVersionIssue__ctor_m1518043817 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Void CUIResVersionCfg::OnInit() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_OnInit_m916014895 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method); // System.Void CUIResVersionCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg__ctor_m164654405 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method); // System.Void CVersionIssue::Set(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_Set_m1418759201 (CVersionIssue_t3008599312 * __this, CVersionIssue_t3008599312 * ___other0, const RuntimeMethod* method); // System.Void CUIResVersionCfg::Save() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_Save_m2242885228 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method); // System.Void CVersionIssue::Clear() extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_Clear_m435413632 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetAny_m2314757983 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method); // System.Boolean CVersionIssue::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_Parse_m1413253970 (CVersionIssue_t3008599312 * __this, String_t* ___versionName0, const RuntimeMethod* method); // System.Int32 CVersionIssue::get_MidVersion() extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_get_MidVersion_m987071594 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.IO.CReadVar::ReadFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFile_m2302192807 (RuntimeObject * __this /* static, unused */, String_t* ___path0, 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.Boolean CVersionIssue::Equals(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_Equals_m3234645409 (CVersionIssue_t3008599312 * __this, CVersionIssue_t3008599312 * ___other0, const RuntimeMethod* method); // System.Void DMCore.Framework.IO.CIOVar::RemoveDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR void CIOVar_RemoveDirectory_m3632793983 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void CUIResVersionCfg::set_LocalResVersion(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_set_LocalResVersion_m2226246139 (CUIResVersionCfg_t3394180598 * __this, CVersionIssue_t3008599312 * ___value0, const RuntimeMethod* method); // System.String CVersionIssue::GetFullName() extern "C" IL2CPP_METHOD_ATTR String_t* CVersionIssue_GetFullName_m2302036779 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m2119641365 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___fileWords1, bool ___bCreateNew2, 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.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.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.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m2961417808 (XmlDocument_t2837193595 * __this, String_t* p0, const RuntimeMethod* method); // System.Void CUIResWWW/CRemoteHotInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRemoteHotInfo__ctor_m3679337768 (CRemoteHotInfo_t1542281948 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m1180647495(__this, method) (( void (*) (LinkedList_1_t411754135 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // System.Void CUIResWWW/CUrlLabor::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUrlLabor__ctor_m1317573373 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method); // System.Void CUIResWWW::LoadCfg() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_LoadCfg_m1068426512 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Void CUIResWWW::LoadText() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_LoadText_m632970082 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Void CUIResWWW::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__ctor_m1650243142 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1185325717(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m4281037392(__this, method) (( int32_t (*) (LinkedList_1_t411754135 *, 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_m1724307027(__this, method) (( LinkedListNode_1_t1317283229 * (*) (LinkedList_1_t411754135 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m2733216330(__this, method) (( CResDownLoadTask_t1572108126 * (*) (LinkedListNode_1_t1317283229 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.String CUIResWWW/CResDownLoadTask::GetSimpleHint() extern "C" IL2CPP_METHOD_ATTR String_t* CResDownLoadTask_GetSimpleHint_m3698366965 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method); // System.Int32 CUIResWWW::GetCurStep() extern "C" IL2CPP_METHOD_ATTR int32_t CUIResWWW_GetCurStep_m929369681 (CUIResWWW_t153014691 * __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.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); // CUIResWWW CUIResWWW::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIResWWW_t153014691 * CUIResWWW_GetInstance_m318267057 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String CUIResWWW::GetKeyValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_GetKeyValue_m2294452934 (CUIResWWW_t153014691 * __this, String_t* ___key0, 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 DMCore.Framework.Web.FitfunWebHelp::get_curTaskLen() extern "C" IL2CPP_METHOD_ATTR int32_t FitfunWebHelp_get_curTaskLen_m3205111365 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetAppVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetAppVersion_m3830952267 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String CUIResWWW::ToBytesFormat(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_ToBytesFormat_m4100916913 (RuntimeObject * __this /* static, unused */, int32_t ___bytes0, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.Void CUIResWWW::StartCheckRes() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartCheckRes_m2303461484 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Void CUIResWWW/CUrlLabor::Reset() extern "C" IL2CPP_METHOD_ATTR void CUrlLabor_Reset_m982885101 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method); // System.Void CUIResWWW::StartCheckVersion() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartCheckVersion_m1082654758 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // CVersionIssue CUIResWWW::GetRemoteCodeVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CUIResWWW_GetRemoteCodeVersion_m1171077207 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Void CUIResWWW::StartCheckCode(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartCheckCode_m4158998409 (CUIResWWW_t153014691 * __this, CVersionIssue_t3008599312 * ___versionIssue0, const RuntimeMethod* method); // CUIResWWW/CUIResWWWState CUIResWWW::GetCheckState() extern "C" IL2CPP_METHOD_ATTR int32_t CUIResWWW_GetCheckState_m383287524 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Void CUIResWWW::OnCodeDone() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_OnCodeDone_m1285448605 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Void CUIResWWW::OnResDone() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_OnResDone_m1273188694 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Web.FitfunWebHelp::get_Successed() extern "C" IL2CPP_METHOD_ATTR bool FitfunWebHelp_get_Successed_m2385276737 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method); // System.Boolean CUIResWWW/CUrlLabor::Next() extern "C" IL2CPP_METHOD_ATTR bool CUrlLabor_Next_m1497244673 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2643467469(__this, p0, method) (( String_t* (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m1170170947_gshared)(__this, p0, method) // System.Void UISimpleMsgBox/OnSimpleMsgBoxClkCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnSimpleMsgBoxClkCallBack__ctor_m1769356641 (OnSimpleMsgBoxClkCallBack_t462092590 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean CUIResWWW::ShowSimpleMsgBox(System.String,UISimpleMsgBox/OnSimpleMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR bool CUIResWWW_ShowSimpleMsgBox_m497174924 (CUIResWWW_t153014691 * __this, String_t* ___hint0, OnSimpleMsgBoxClkCallBack_t462092590 * ___cb1, const RuntimeMethod* method); // System.Void CUIResWWW::_OnMbClkVersion_Failed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnMbClkVersion_Failed_m4108982671 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.IO.CReadVar::ReadFileFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFileFullPath_m2356108572 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void CUIResWWW::_OnCheckVersionResultText(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnCheckVersionResultText_m4246874938 (CUIResWWW_t153014691 * __this, String_t* ___strFileText0, String_t* ___url1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FinalExit() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FinalExit_m2981253612 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method); // System.Void System.IO.File::Move(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void File_Move_m1898656234 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void CUIResVersionCfg::set_LocalCodeVersion(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_set_LocalCodeVersion_m1968221335 (CUIResVersionCfg_t3394180598 * __this, CVersionIssue_t3008599312 * ___value0, const RuntimeMethod* method); // System.Void CUIResWWW::_OnMBClkCode_Failed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnMBClkCode_Failed_m3828066184 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method); // System.Void CUIResWWW::SendDataCollect_GetRes(System.Boolean,CUIResWWW/CResDownLoadTask) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_SendDataCollect_GetRes_m2869721212 (CUIResWWW_t153014691 * __this, bool ___success0, CResDownLoadTask_t1572108126 * ___task1, const RuntimeMethod* method); // System.Void CUIResWWW::_OnMBClkCallBack_Failed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnMBClkCallBack_Failed_m1920394308 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method); // System.Void CUIResWWW::StartUnzip() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartUnzip_m1880861598 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method); // System.Void System.GC::Collect() extern "C" IL2CPP_METHOD_ATTR void GC_Collect_m743975114 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m2546470645(__this, method) (( void (*) (LinkedList_1_t411754135 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, 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 CUIResWWW/CUrlLabor::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR void CUrlLabor_Parse_m3576941283 (CUrlLabor_t1679613458 * __this, String_t* ___localText0, 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.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.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 CUIResWWW/CUrlLabor::GetUrl() extern "C" IL2CPP_METHOD_ATTR String_t* CUrlLabor_GetUrl_m1489135247 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method); // System.Void UIGameStarter::LoadVersionCfg(System.String) extern "C" IL2CPP_METHOD_ATTR void UIGameStarter_LoadVersionCfg_m3276815065 (UIGameStarter_t3167157668 * __this, String_t* ___urlVal0, const RuntimeMethod* method); // System.Void DMCore.Framework.Web.FitfunWebHelp::.ctor() extern "C" IL2CPP_METHOD_ATTR void FitfunWebHelp__ctor_m4224542046 (FitfunWebHelp_t2909657851 * __this, const RuntimeMethod* method); // 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); // System.Void System.Collections.Generic.LinkedList`1::Clear() #define LinkedList_1_Clear_m1125940998(__this, method) (( void (*) (LinkedList_1_t411754135 *, const RuntimeMethod*))LinkedList_1_Clear_m2711926805_gshared)(__this, method) // System.Boolean CUIResWWW/CRemoteHotInfo::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool CRemoteHotInfo_Parse_m3177520153 (CRemoteHotInfo_t1542281948 * __this, String_t* ___textToParse0, const RuntimeMethod* method); // System.Void CUIResWWW/CRemoteHotInfo::PickResourceDownload(CVersionIssue,System.Collections.Generic.LinkedList`1) extern "C" IL2CPP_METHOD_ATTR void CRemoteHotInfo_PickResourceDownload_m2422616514 (CRemoteHotInfo_t1542281948 * __this, CVersionIssue_t3008599312 * ___localResVer0, LinkedList_1_t411754135 * ___outList1, const RuntimeMethod* method); // CVersionIssue CUIResVersionCfg::get_LocalCodeVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CUIResVersionCfg_get_LocalCodeVersion_m356825504 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method); // UnityEngine.NetworkReachability UnityEngine.Application::get_internetReachability() extern "C" IL2CPP_METHOD_ATTR int32_t Application_get_internetReachability_m432100819 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CUIResWWW::_OnSimpleMsgBoxClkCallBack(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnSimpleMsgBoxClkCallBack_m2879668485 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method); // System.String CUIResWWW/CResDownLoadTask::GetDownLoadFullName() extern "C" IL2CPP_METHOD_ATTR String_t* CResDownLoadTask_GetDownLoadFullName_m1427506064 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method); // System.String CUIResWWW/CResDownLoadTask::GetLocalStorageFullName() extern "C" IL2CPP_METHOD_ATTR String_t* CResDownLoadTask_GetLocalStorageFullName_m1218817943 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.CModuleManager::OnInitDynamicDllSrc() extern "C" IL2CPP_METHOD_ATTR void CModuleManager_OnInitDynamicDllSrc_m774998736 (CModuleManager_t4250936907 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSystemToolPlugin::RestartApp() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin_RestartApp_m2920582899 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Void DMGameInterface::OnInitEnvironment() extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_OnInitEnvironment_m4294707918 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.CModuleManager::IfUIPkgMode() extern "C" IL2CPP_METHOD_ATTR bool CModuleManager_IfUIPkgMode_m3455801289 (CModuleManager_t4250936907 * __this, const RuntimeMethod* method); // System.Void DMResourceInterface::OnInitDynamicPkgResource() extern "C" IL2CPP_METHOD_ATTR void DMResourceInterface_OnInitDynamicPkgResource_m1879171732 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetFiles(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m932257245 (RuntimeObject * __this /* static, unused */, String_t* p0, 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 CUIResWWW/CUrlLabor::FormatVersion() extern "C" IL2CPP_METHOD_ATTR void CUrlLabor_FormatVersion_m2390113934 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.CModuleManager::DoEnableUIPkg() extern "C" IL2CPP_METHOD_ATTR void CModuleManager_DoEnableUIPkg_m495971829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2799738156(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // CVersionIssue CUIResWWW/CRemoteHotInfo::GetRemoteCode() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CRemoteHotInfo_GetRemoteCode_m246804741 (CRemoteHotInfo_t1542281948 * __this, const RuntimeMethod* method); // CVersionIssue CUIResWWW/CRemoteHotInfo::GetRemoteRes() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CRemoteHotInfo_GetRemoteRes_m2917219281 (CRemoteHotInfo_t1542281948 * __this, 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); // UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_Instantiate_m3403600534 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, 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 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); // 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.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUISimpleMsgBox_t1300709986_m788073137(__this, method) (( UISimpleMsgBox_t1300709986 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UISimpleMsgBox::ShowMsgBox(System.String,UISimpleMsgBox/OnSimpleMsgBoxClkCallBack,System.String) extern "C" IL2CPP_METHOD_ATTR void UISimpleMsgBox_ShowMsgBox_m1470596855 (UISimpleMsgBox_t1300709986 * __this, String_t* ___text0, OnSimpleMsgBoxClkCallBack_t462092590 * ___callBack1, String_t* ___confirm2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2376710465(__this, method) (( void (*) (List_1_t185706758 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2705448393(__this, method) (( void (*) (List_1_t185706758 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Boolean CVersionIssue::LessThan(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_LessThan_m56434960 (CVersionIssue_t3008599312 * __this, CVersionIssue_t3008599312 * ___other0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m409273027(__this, p0, method) (( CVersionIssue_t3008599312 * (*) (List_1_t185706758 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void CUIResWWW/CResDownLoadTask::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResDownLoadTask__ctor_m109932677 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method); // System.Int32 CVersionIssue::get_MainVersion() extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_get_MainVersion_m3158270121 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Int32 CVersionIssue::get_SubVersion() extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_get_SubVersion_m352021970 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method); // System.Void CVersionIssue::SetMMS(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_SetMMS_m3532290078 (CVersionIssue_t3008599312 * __this, int32_t ___main0, int32_t ___mid1, int32_t ___sub2, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Debug_LogFormat_m309087137 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) #define LinkedList_1_AddLast_m1819264567(__this, p0, method) (( LinkedListNode_1_t1317283229 * (*) (LinkedList_1_t411754135 *, CResDownLoadTask_t1572108126 *, const RuntimeMethod*))LinkedList_1_AddLast_m3177585097_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m341702019(__this, method) (( int32_t (*) (List_1_t185706758 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void CUIResWWW/CRemoteHotInfo::Clear() extern "C" IL2CPP_METHOD_ATTR void CRemoteHotInfo_Clear_m576034756 (CRemoteHotInfo_t1542281948 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3686759369(__this, p0, method) (( void (*) (List_1_t185706758 *, CVersionIssue_t3008599312 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m4126854982(__this, p0, p1, method) (( void (*) (Comparison_1_t2783530491 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m3269054415(__this, p0, method) (( void (*) (List_1_t185706758 *, Comparison_1_t2783530491 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void UnityEngine.Debug::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_m3752629331 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __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.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); // 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::Clear() #define List_1_Clear_m2548850424(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_Clear_m3697625829_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) // 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.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.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3281614628(__this, method) (( void (*) (List_1_t4083789546 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m896253745(__this, method) (( void (*) (BetterList_1_t501092462 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m2666497430(__this, method) (( void (*) (BetterList_1_t3455293471 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m1024942235(__this, p0, p1, method) (( void (*) (Action_3_t3578807402 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m1024942235_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3534049592(__this, method) (( void (*) (List_1_t4083789546 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, 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.CAppOSHelp::GetRealScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleY_m3045278561 (RuntimeObject * __this /* static, unused */, 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 CUISwingBeatKeyMain/stDeviceGroup::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void stDeviceGroup__ctor_m3661065776 (stDeviceGroup_t2611714804 * __this, int32_t ___deviceID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1852883488(__this, p0, method) (( void (*) (List_1_t4083789546 *, stDeviceGroup_t2611714804 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void CUISwingBeatKeyMain/stDeviceGroup::InitUI(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void stDeviceGroup_InitUI_m276048006 (stDeviceGroup_t2611714804 * __this, Transform_t3600365921 * ___root0, 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); // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalBattle_t1519924991 * CLocalBattle_GetInstance_m150705100 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableLocalGame() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableLocalGame_m1315119155 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableDoubleMode() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableDoubleMode_m4172060757 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CKDDeviceService::IsDeviceActive(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_IsDeviceActive_m2229823299 (RuntimeObject * __this /* static, unused */, int32_t ___deviceID0, const RuntimeMethod* method); // CUISwingBeatKeyMain/stDeviceGroup CUISwingBeatKeyMain::GetDeviceGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR stDeviceGroup_t2611714804 * CUISwingBeatKeyMain_GetDeviceGroup_m4044089985 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___deviceID0, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeySwingCtrollor DMCore.DanceMode.CBeatKeySwingCtrollor::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBeatKeySwingCtrollor_t4230979690 * CBeatKeySwingCtrollor_GetInstance_m3863652753 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingCtrollor::SetGroupClkState(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCtrollor_SetGroupClkState_m1899261018 (CBeatKeySwingCtrollor_t4230979690 * __this, int32_t ___groupVal0, int32_t ___keyState1, int32_t ___deviceID2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3077298711(__this, p0, method) (( stDeviceGroup_t2611714804 * (*) (List_1_t4083789546 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 CUISwingBeatKeyMain/stDeviceGroup::get_DeviceID() extern "C" IL2CPP_METHOD_ATTR int32_t stDeviceGroup_get_DeviceID_m989167859 (stDeviceGroup_t2611714804 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1197470906(__this, method) (( int32_t (*) (List_1_t4083789546 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // CUISwingBeatKeyMain/stSwingGroupUI CUISwingBeatKeyMain/stDeviceGroup::GetGroupUI(System.Int32) extern "C" IL2CPP_METHOD_ATTR stSwingGroupUI_t3926616374 * stDeviceGroup_GetGroupUI_m2322616835 (stDeviceGroup_t2611714804 * __this, int32_t ___groupVal0, const RuntimeMethod* method); // CUISwingBeatKeyMain/stSwingGroupUI CUISwingBeatKeyMain::GetGroupUI(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR stSwingGroupUI_t3926616374 * CUISwingBeatKeyMain_GetGroupUI_m2271533006 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, int32_t ___deviceID1, const RuntimeMethod* method); // UnityEngine.Vector2 CUISwingBeatKeyMain/stSwingGroupUI::GetPosOrg() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 stSwingGroupUI_GetPosOrg_m2736745162 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method); // System.Boolean CUISwingBeatKeyMain::GetGroupPositionX(System.Int32,System.Int32,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool CUISwingBeatKeyMain_GetGroupPositionX_m1087444814 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, int32_t ___deviceID1, float* ___xResult2, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m1555375085(__this, p0, method) (( CBeatKeySwingHoldLineUI_t5305857 * (*) (BetterList_1_t3455293471 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingHoldLineUI::get_TransRoot() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CBeatKeySwingHoldLineUI_get_TransRoot_m479681233 (CBeatKeySwingHoldLineUI_t5305857 * __this, const RuntimeMethod* method); // System.Void BetterList`1::RemoveAt(System.Int32) #define BetterList_1_RemoveAt_m248113733(__this, p0, method) (( void (*) (BetterList_1_t3455293471 *, int32_t, const RuntimeMethod*))BetterList_1_RemoveAt_m268294279_gshared)(__this, p0, method) // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingHoldLineUI::get_TransBG() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CBeatKeySwingHoldLineUI_get_TransBG_m218697107 (CBeatKeySwingHoldLineUI_t5305857 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectPositionX(UnityEngine.Transform,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectPositionX_m99106243 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___destObj0, float ___newPosX1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingHoldLineUI::ResetColor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingHoldLineUI_ResetColor_m900926230 (CBeatKeySwingHoldLineUI_t5305857 * __this, 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.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingHoldLineUI::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingHoldLineUI__ctor_m685032065 (CBeatKeySwingHoldLineUI_t5305857 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingHoldLineUI::set_TransRoot(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingHoldLineUI_set_TransRoot_m2112489032 (CBeatKeySwingHoldLineUI_t5305857 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3789891307(__this, p0, method) (( void (*) (BetterList_1_t3455293471 *, CBeatKeySwingHoldLineUI_t5305857 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Boolean DMCore.DanceMode.CBeatKeySwingCtrollor::IsKeyNull() extern "C" IL2CPP_METHOD_ATTR bool CBeatKeySwingCtrollor_IsKeyNull_m3177311314 (CBeatKeySwingCtrollor_t4230979690 * __this, const RuntimeMethod* method); // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTimerManager_t4186675208 * CTimerManager_GetInstance_m783340840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CTimerManager::KillTimer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTimerManager_KillTimer_m1432033039 (CTimerManager_t4186675208 * __this, int32_t ___timerID0, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m14579623(__this, p0, method) (( CBeatKeySwingUI_t1346072144 * (*) (BetterList_1_t501092462 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingUI::get_TransVal() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CBeatKeySwingUI_get_TransVal_m2001383069 (CBeatKeySwingUI_t1346072144 * __this, const RuntimeMethod* method); // System.Void BetterList`1::RemoveAt(System.Int32) #define BetterList_1_RemoveAt_m2854012752(__this, p0, method) (( void (*) (BetterList_1_t501092462 *, int32_t, const RuntimeMethod*))BetterList_1_RemoveAt_m268294279_gshared)(__this, p0, method) // UISprite DMCore.DanceMode.CBeatKeySwingUI::get_SpriteItem() extern "C" IL2CPP_METHOD_ATTR UISprite_t194114938 * CBeatKeySwingUI_get_SpriteItem_m2860985320 (CBeatKeySwingUI_t1346072144 * __this, const RuntimeMethod* method); // UISprite DMCore.DanceMode.CBeatKeySwingUI::get_SpriteArrow() extern "C" IL2CPP_METHOD_ATTR UISprite_t194114938 * CBeatKeySwingUI_get_SpriteArrow_m1254934337 (CBeatKeySwingUI_t1346072144 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingUI::ResetColor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingUI_ResetColor_m656928303 (CBeatKeySwingUI_t1346072144 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingUI::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingUI__ctor_m1836312119 (CBeatKeySwingUI_t1346072144 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingUI::set_TransVal(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingUI_set_TransVal_m2633877492 (CBeatKeySwingUI_t1346072144 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m2038322931(__this, p0, method) (( void (*) (BetterList_1_t501092462 *, CBeatKeySwingUI_t1346072144 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Void DMCore.Logic.TimerCallbackProc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TimerCallbackProc__ctor_m2511947299 (TimerCallbackProc_t3381003091 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CTimerManager::CreateTimer(System.Single,DMCore.Logic.TimerCallbackProc,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CTimerManager_CreateTimer_m1163471876 (CTimerManager_t4186675208 * __this, float ___timeSpan0, TimerCallbackProc_t3381003091 * ___timerProc1, int32_t ___runTimes2, const RuntimeMethod* method); // System.Void CUISwingBeatKeyMain/stSwingGroupUI::BeginHoldState() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_BeginHoldState_m1236887669 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method); // System.Void CUISwingBeatKeyMain/stSwingGroupUI::EndHoldState() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_EndHoldState_m2115805502 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::GetGroupClkState(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeySwingCtrollor_GetGroupClkState_m1600821385 (CBeatKeySwingCtrollor_t4230979690 * __this, int32_t ___groupVal0, int32_t ___deviceID1, const RuntimeMethod* method); // System.Void CUISwingBeatKeyMain/stSwingGroupUI::OnKeyClk() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_OnKeyClk_m3341252688 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingCtrollor::CallCmd_HitGroup(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCtrollor_CallCmd_HitGroup_m3465562026 (CBeatKeySwingCtrollor_t4230979690 * __this, int32_t ___group0, int32_t ___deviceID1, bool ___bFirstEnter2, const RuntimeMethod* method); // System.Void CUISwingBeatKeyMain/stSwingGroupUI::OnUpdateKeyBG() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_OnUpdateKeyBG_m437561374 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m4027518907(__this, method) (( void (*) (BetterList_1_t3081636692 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void CUISwingBeatKeyMain/stDeviceGroup::set_DeviceID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void stDeviceGroup_set_DeviceID_m3777209462 (stDeviceGroup_t2611714804 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CUISwingBeatKeyMain/stSwingGroupUI::.ctor() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI__ctor_m1679661539 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m772536589(__this, p0, method) (( void (*) (BetterList_1_t3081636692 *, stSwingGroupUI_t3926616374 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisCUIEvaluation_t4168627961_m2085175564(__this /* static, unused */, ___local0, ___path1, method) (( CUIEvaluation_t4168627961 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.Void CUISwingBeatKeyMain/stSwingGroupUI::InitKeyBG(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_InitKeyBG_m1119265027 (stSwingGroupUI_t3926616374 * __this, Transform_t3600365921 * ___transf0, const RuntimeMethod* method); // System.Void CUIEvaluation::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation_OnPageInit_m814759492 (CUIEvaluation_t4168627961 * __this, const RuntimeMethod* 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); // UIEventListener UIEventListener::Get(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR UIEventListener_t1665237878 * UIEventListener_Get_m270722295 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* 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) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m808392047(__this, p0, method) (( stSwingGroupUI_t3926616374 * (*) (BetterList_1_t3081636692 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, 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); // UnityEngine.Vector3 UnityEngine.Vector3::Scale(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Scale_m4006687392 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* 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); // UnityEngine.Vector3 DMCore.Framework.Misc.CMiscHelp::GetLocalPositionRealWithScale(UnityEngine.Transform,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CMiscHelp_GetLocalPositionRealWithScale_m684212219 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, Transform_t3600365921 * ___endParent1, 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); // System.Boolean CBetterSet`1::Add(T) #define CBetterSet_1_Add_m3181451058(__this, p0, method) (( bool (*) (CBetterSet_1_t3980903009 *, IEntityBase_t3866625305 *, const RuntimeMethod*))CBetterSet_1_Add_m908680931_gshared)(__this, p0, method) // System.Boolean CBetterSet`1::Add(T) #define CBetterSet_1_Add_m2889890928(__this, p0, method) (( bool (*) (CBetterSet_1_t3369733362 *, CUIBase_t3255455658 *, const RuntimeMethod*))CBetterSet_1_Add_m908680931_gshared)(__this, p0, method) // System.Boolean CBetterSet`1::Remove(T) #define CBetterSet_1_Remove_m1459489656(__this, p0, method) (( bool (*) (CBetterSet_1_t3980903009 *, IEntityBase_t3866625305 *, const RuntimeMethod*))CBetterSet_1_Remove_m1128629941_gshared)(__this, p0, method) // System.Boolean CBetterSet`1::Remove(T) #define CBetterSet_1_Remove_m3171105780(__this, p0, method) (( bool (*) (CBetterSet_1_t3369733362 *, CUIBase_t3255455658 *, const RuntimeMethod*))CBetterSet_1_Remove_m1128629941_gshared)(__this, p0, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m2664387784(__this, p0, p1, method) (( void (*) (Action_1_t4039092900 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void CBetterSet`1::Foreach(System.Action`1) #define CBetterSet_1_Foreach_m1253984308(__this, p0, method) (( void (*) (CBetterSet_1_t3980903009 *, Action_1_t4039092900 *, const RuntimeMethod*))CBetterSet_1_Foreach_m828342831_gshared)(__this, p0, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m3321055836(__this, p0, p1, method) (( void (*) (Action_1_t3427923253 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void CBetterSet`1::Foreach(System.Action`1) #define CBetterSet_1_Foreach_m2961216545(__this, p0, method) (( void (*) (CBetterSet_1_t3369733362 *, Action_1_t3427923253 *, const RuntimeMethod*))CBetterSet_1_Foreach_m828342831_gshared)(__this, p0, method) // System.Void CBetterSet`1::.ctor() #define CBetterSet_1__ctor_m4260939636(__this, method) (( void (*) (CBetterSet_1_t3980903009 *, const RuntimeMethod*))CBetterSet_1__ctor_m3680932930_gshared)(__this, method) // System.Void CBetterSet`1::.ctor() #define CBetterSet_1__ctor_m3688173855(__this, method) (( void (*) (CBetterSet_1_t3369733362 *, const RuntimeMethod*))CBetterSet_1__ctor_m3680932930_gshared)(__this, method) // System.Void CUserEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUserEvent__ctor_m2947949495 (CUserEvent_t3128687182 * __this, const RuntimeMethod* method); // System.Void CVersionIssue::set_MainVersion(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_set_MainVersion_m1909397165 (CVersionIssue_t3008599312 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CVersionIssue::set_MidVersion(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_set_MidVersion_m1624578631 (CVersionIssue_t3008599312 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CVersionIssue::set_SubVersion(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_set_SubVersion_m1588051365 (CVersionIssue_t3008599312 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Int32 CVersionIssue::ParseInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_ParseInt_m2274044125 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t ___nDefaultVal1, 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); // 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.CMsgBoxControl::OnClkResult(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_OnClkResult_m2058476521 (CMsgBoxControl_t806533544 * __this, bool ___bConfirmed0, bool ___bDestroyUI1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCGameController_t2711137428_m1014014652(__this, method) (( CGameController_t2711137428 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void CGameController::OnChangeScene() extern "C" IL2CPP_METHOD_ATTR void CGameController_OnChangeScene_m2000820294 (CGameController_t2711137428 * __this, const RuntimeMethod* method); // System.Void CVersionWWW::OnInitGuideUI() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnInitGuideUI_m1539826938 (CVersionWWW_t2686195492 * __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.Void System.Net.ServicePointManager::set_DefaultConnectionLimit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ServicePointManager_set_DefaultConnectionLimit_m1203273109 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CAppOSHelp::SetMiscSetting() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetMiscSetting_m4236318013 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Random::InitState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Random_InitState_m1442880541 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void CVersionWWW::SetCheckState(CVersionWWW/enumVersionState) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_SetCheckState_m734458756 (RuntimeObject * __this /* static, unused */, int32_t ___state0, const RuntimeMethod* method); // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemTool_t575361936 * CSystemTool_GetInstance_m3874669591 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemTool::GetAppVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetAppVersion_m2910533976 (CSystemTool_t575361936 * __this, const RuntimeMethod* 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); // 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.Void CVersionWWW/CProxyMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProxyMsg__ctor_m1746273318 (CProxyMsg_t3400139011 * __this, const RuntimeMethod* method); // 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); // 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); // 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); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp_m3350697880 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfEnableUIPkg() extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfEnableUIPkg_m2923996538 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Resource.CUIPkgService DMCore.Framework.Resource.CUIPkgService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIPkgService_t1582475416 * CUIPkgService_GetInstance_m2423209090 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::SetResToHoldOn(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_SetResToHoldOn_m61144827 (CUIPkgService_t1582475416 * __this, String_t* ___resName0, 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); // System.Void UserGuideManager::EndUserGuide() extern "C" IL2CPP_METHOD_ATTR void UserGuideManager_EndUserGuide_m3580560673 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean CVersionWWW::IfCheckState(CVersionWWW/enumVersionState) extern "C" IL2CPP_METHOD_ATTR bool CVersionWWW_IfCheckState_m1982891949 (RuntimeObject * __this /* static, unused */, int32_t ___state0, 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); // System.Void CVersionWWW::InitAllMonoComponents() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_InitAllMonoComponents_m3940703786 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method); // DMCore.Net.enumNetWorkMode DMCore.Net.CNetService::GetNetWorkMode() extern "C" IL2CPP_METHOD_ATTR int32_t CNetService_GetNetWorkMode_m3797172386 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CVersionWWW::OnInit() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnInit_m725521451 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CMsgBoxControl::IsMsgBoxActive() extern "C" IL2CPP_METHOD_ATTR bool CMsgBoxControl_IsMsgBoxActive_m2272270482 (CMsgBoxControl_t806533544 * __this, 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::PushUseTextHelp(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_PushUseTextHelp_m571022018 (CMsgBoxControl_t806533544 * __this, int32_t ___type0, String_t* ___itemText1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, CDataArray_t4068198041 * ___userData3, 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); // 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.Void UILabel::set_text(System.String) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_text_m1071532778 (UILabel_t3248798549 * __this, String_t* ___value0, 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.Void CVersionWWW::LoadDBConfig(System.String) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_LoadDBConfig_m1531506165 (CVersionWWW_t2686195492 * __this, String_t* ___url0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendRddmStart() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendRddmStart_m887581884 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendRddmEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendRddmEnd_m2017689497 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.CDependenceReadyManager DMCore.Framework.CDependenceReadyManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CDependenceReadyManager_t857962078 * CDependenceReadyManager_GetInstance_m2910652453 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.CDependenceReadyManager::ResetAll() extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager_ResetAll_m3821230892 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendDBVersionEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendDBVersionEnd_m1334892118 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.ITextBase::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ITextBase_IsReady_m2770456985 (ITextBase_t660344599 * __this, const RuntimeMethod* method); // System.Void CVersionWWW::OnVersionCheckEnd() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnVersionCheckEnd_m3789314149 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendTextEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendTextEnd_m3531977619 (RuntimeObject * __this /* static, unused */, 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 CVersionWWW::OnSetStep(System.Single) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnSetStep_m1471838571 (CVersionWWW_t2686195492 * __this, float ___fStep0, const RuntimeMethod* method); // System.Void CAutoUpdate::CheckUpdate() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_CheckUpdate_m3399589843 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void CVersionWWW/CMergedVersionCfgMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMergedVersionCfgMsg__ctor_m1824847288 (CMergedVersionCfgMsg_t2041069836 * __this, const RuntimeMethod* method); // System.Void CVersionWWW/CVersionUpdateMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CVersionUpdateMsg__ctor_m3903709626 (CVersionUpdateMsg_t1074894675 * __this, const RuntimeMethod* method); // System.String CVersionWWW::ParseWWWResUrl(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CVersionWWW_ParseWWWResUrl_m3743602682 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, int32_t ___accessIndex1, const RuntimeMethod* method); // System.String DMCore.Framework.Resource.CResourceAdapter::GetBaseWWWUrl(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CResourceAdapter_GetBaseWWWUrl_m4076565157 (CResourceAdapter_t3687212940 * __this, int32_t ___index0, const RuntimeMethod* 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_TisCLeDouApi_t315808977_m2699775961(__this, method) (( CLeDouApi_t315808977 * (*) (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.Int32 DMCore.Net.CNetServerConfig::GetConfigInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CNetServerConfig_GetConfigInt_m1392106542 (CNetServerConfig_t202072970 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCLeDouApi_t315808977_m1073692923(__this, method) (( CLeDouApi_t315808977 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void CLeDouApi::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLeDouApi_SetEnable_m37980084 (CLeDouApi_t315808977 * __this, bool ___bEnable0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisCGameController_t2711137428_m2330922018(__this, method) (( CGameController_t2711137428 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisCMonoWWW_t3670679148_m1239000187(__this, method) (( CMonoWWW_t3670679148 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisCMonoSnapLib_t2382924513_m1539819436(__this, method) (( CMonoSnapLib_t2382924513 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // MessageHandler MessageHandler::GetInstance() extern "C" IL2CPP_METHOD_ATTR MessageHandler_t3017544858 * MessageHandler_GetInstance_m511688706 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisCResourceWWW_t3399865147_m937751512(__this, method) (( CResourceWWW_t3399865147 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet__ctor_m3027652583 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Thread.IThreadMsg::IsSuccess() extern "C" IL2CPP_METHOD_ATTR bool IThreadMsg_IsSuccess_m186262284 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet_OnEndExcute_m1512998207 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.IThreadMsg::ResetFaildFlag() extern "C" IL2CPP_METHOD_ATTR void IThreadMsg_ResetFaildFlag_m3447542595 (IThreadMsg_t995202025 * __this, const RuntimeMethod* 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.Void DMCore.Net.CNetServerConfig::SetURLProxy(System.String[]) extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig_SetURLProxy_m2449108802 (CNetServerConfig_t202072970 * __this, StringU5BU5D_t1281789340* ___proxyAll0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.Byte[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m799854996 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, int32_t ___offset2, int32_t ___length3, bool ___bCreateNew4, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1501840871(__this, method) (( void (*) (Dictionary_2_t4013585537 *, const RuntimeMethod*))Dictionary_2__ctor_m1501840871_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1094617257(__this, method) (( void (*) (List_1_t2150746020 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, 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); // 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); // 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); // 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::ClearAll() extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_ClearAll_m2160872868 (IdleActionManager_t2375494644 * __this, const RuntimeMethod* 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); // System.Int32 DMCore.Framework.Scene.CSceneService::GetSceneID() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetSceneID_m4243087892 (CSceneService_t551449725 * __this, 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); // 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.CRoot::OnSceneLoadedEnd() extern "C" IL2CPP_METHOD_ATTR void CRoot_OnSceneLoadedEnd_m1698382656 (CRoot_t1043641654 * __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.Scene.ISceneRole::PlayMemberShipEffect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayMemberShipEffect_m2368816413 (ISceneRole_t2394225724 * __this, bool ___bPlay0, 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); // 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); // 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); // 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); // 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.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::GetNeedPlayEnterRoomAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_GetNeedPlayEnterRoomAnim_m2523691365 (ISceneRole_t2394225724 * __this, 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.Void DMCore.Logic.PersonaliseConfig::PlayEnterRoomAnim(DMCore.Framework.Scene.ISceneRole,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PlayEnterRoomAnim_m1784198442 (PersonaliseConfig_t2812043406 * __this, ISceneRole_t2394225724 * ___tempRoleItem0, int32_t ___EnterRoomAnimConfigId1, const RuntimeMethod* method); // UnityEngine.AnimationClip DMCore.Logic.PersonaliseConfig::GetEnterRoomClipByRoleItem(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * PersonaliseConfig_GetEnterRoomClipByRoleItem_m140929677 (PersonaliseConfig_t2812043406 * __this, ISceneRole_t2394225724 * ___roleItem0, const RuntimeMethod* method); // UnityEngine.BoxCollider DMCore.Logic.PersonaliseConfig::get_ColliderUnderControl() extern "C" IL2CPP_METHOD_ATTR BoxCollider_t1640800422 * PersonaliseConfig_get_ColliderUnderControl_m3535506279 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Collider::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Collider_set_enabled_m1517463283 (Collider_t1773347010 * __this, bool p0, const RuntimeMethod* method); // System.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseConfig::PlayUIEffect(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PlayUIEffect_m2607227782 (PersonaliseConfig_t2812043406 * __this, int64_t ___userid0, int32_t ___configID1, const RuntimeMethod* method); // DMCore.Logic.CUserGuideHelp DMCore.Logic.CUserGuideHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUserGuideHelp_t3161639665 * CUserGuideHelp_GetInstance_m275027335 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CUserGuideHelp::CheckOver() extern "C" IL2CPP_METHOD_ATTR bool CUserGuideHelp_CheckOver_m2365847728 (CUserGuideHelp_t3161639665 * __this, const RuntimeMethod* method); // System.Void UserGuideManager::StartUserGuide() extern "C" IL2CPP_METHOD_ATTR void UserGuideManager_StartUserGuide_m2326042727 (RuntimeObject * __this /* static, unused */, 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); // System.Void DMCore.Framework.Scene.CSceneService::OnAllReady() extern "C" IL2CPP_METHOD_ATTR void CSceneService_OnAllReady_m3957566772 (CSceneService_t551449725 * __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.Void DMCore.Logic.CTitleManager::ClearAnimList() extern "C" IL2CPP_METHOD_ATTR void CTitleManager_ClearAnimList_m1681014557 (CTitleManager_t3025273230 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CTitleManager::AddTitleAnim(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CTitleManager_AddTitleAnim_m3972355658 (CTitleManager_t3025273230 * __this, int32_t ___titleId0, const RuntimeMethod* method); // DMCore.Logic.CGuildManager DMCore.Logic.CGuildManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildManager_t3445311192 * CGuildManager_GetInstance_m2368575480 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::RequestGuildBaseInfo() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildBaseInfo_m1285962954 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::ResetBusyState() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_ResetBusyState_m529328041 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::BraodcastBusyState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_BraodcastBusyState_m4001628871 (CWaitingRoomCtrl_t1619551906 * __this, bool ___is_busy0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkManager::OnTick() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnTick_m538879698 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.CRoot::OnAfterAnim() extern "C" IL2CPP_METHOD_ATTR void CRoot_OnAfterAnim_m836018578 (CRoot_t1043641654 * __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); // System.Void DMCore.CRoot::OnTick(System.Single) extern "C" IL2CPP_METHOD_ATTR void CRoot_OnTick_m1920649087 (CRoot_t1043641654 * __this, float ___fDeltaTime0, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdateRoles() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateRoles_m3487997777 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdatePets() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdatePets_m3192694569 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdateShowModel() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateShowModel_m2565310717 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdateShowPet() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateShowPet_m1905741783 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdateMusic() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateMusic_m3213197747 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdateMusicStep() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateMusicStep_m1134192036 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdateScene() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateScene_m2772277569 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::OnUpdateDanceMode() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateDanceMode_m3558443348 (CWaitingRoomCtrl_t1619551906 * __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); // System.Void CWaitingRoomCtrl::OnUpdateSwimmingState() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateSwimmingState_m3859496162 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method); // DMCore.Logic.CEffectWndManager DMCore.Logic.CEffectWndManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CEffectWndManager_t3902312294 * CEffectWndManager_GetInstance_m2989690479 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CEffectWndManager::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CEffectWndManager_OnUpdate_m2902700605 (CEffectWndManager_t3902312294 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m917181889(__this, p0, p1, method) (( bool (*) (Dictionary_2_t4013585537 *, int64_t, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m917181889_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3431277796(__this, p0, p1, method) (( void (*) (Dictionary_2_t4013585537 *, int64_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m3431277796_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m4250332801(__this, p0, p1, method) (( void (*) (Dictionary_2_t4013585537 *, int64_t, int32_t, const RuntimeMethod*))Dictionary_2_Add_m4250332801_gshared)(__this, p0, p1, method) // 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); // 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); // 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::FlushFollowCamera() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_FlushFollowCamera_m20976819 (CWalkCamera_t1176337330 * __this, 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); // 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); // 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.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.Misc.CMiscHelp::SetActive(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m121978786 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetVisible_m2703148496 (ISceneBaseObj_t858622483 * __this, bool ___bVisible0, const RuntimeMethod* method); // System.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); // 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.ISceneBaseObj::SetForward(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetForward_m1723825477 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___forward0, const RuntimeMethod* method); // System.Void DMCore.Logic.IdleActionManager::OnTick(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_OnTick_m920841233 (IdleActionManager_t2375494644 * __this, int64_t ___userID0, 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.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.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); // 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.Boolean DMCore.Framework.Scene.ISceneNpcBase::get_IsSubmitAlready() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_get_IsSubmitAlready_m1334787197 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* 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); // 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.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m3049309462 (RuntimeObject * __this /* static, unused */, float p0, float 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); // 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.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); // UnityEngine.Camera DMCore.IHelp::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_GetUICamera_m2281890991 (RuntimeObject * __this /* static, unused */, 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.Boolean DMCore.Framework.Scene.ISceneNpcBase::IsOwnerObjEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_IsOwnerObjEnable_m3340038587 (ISceneNpcBase_t3974693970 * __this, 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 System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m169197583(__this, method) (( void (*) (Dictionary_2_t4013585537 *, const RuntimeMethod*))Dictionary_2_Clear_m169197583_gshared)(__this, method) // System.Void CWaitingRoomCtrl::CheckRoleTeam(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_CheckRoleTeam_m3954483375 (CWaitingRoomCtrl_t1619551906 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m170527722(__this, method) (( Enumerator_t1672801016 (*) (Dictionary_2_t4013585537 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m170527722_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m3315125549(__this, method) (( KeyValuePair_2_t2116290408 (*) (Enumerator_t1672801016 *, const RuntimeMethod*))Enumerator_get_Current_m3315125549_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2812135046(__this, method) (( int64_t (*) (KeyValuePair_2_t2116290408 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2812135046_gshared)(__this, 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.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.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m4017953978(__this, method) (( bool (*) (Enumerator_t1672801016 *, const RuntimeMethod*))Enumerator_MoveNext_m4017953978_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1810005259(__this, p0, method) (( bool (*) (Dictionary_2_t4013585537 *, int64_t, const RuntimeMethod*))Dictionary_2_Remove_m1810005259_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m2862148091(__this, p0, p1, method) (( void (*) (Comparison_1_t453602457 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m2365799688(__this, p0, method) (( void (*) (List_1_t2150746020 *, Comparison_1_t453602457 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, 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.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m787208288(__this, method) (( int32_t (*) (List_1_t2150746020 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) #define List_1_RemoveRange_m4207150066(__this, p0, p1, method) (( void (*) (List_1_t2150746020 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m2428828636_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) #define SortKeyInfo_1__ctor_m3852685757(__this, p0, p1, p2, method) (( void (*) (SortKeyInfo_1_t2066028325 *, float, float, bool, const RuntimeMethod*))SortKeyInfo_1__ctor_m3852685757_gshared)(__this, p0, p1, p2, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor_TisSingle_t1397266774_m3568489957(__this /* static, unused */, ___keyInfo0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t2066028325 *, const RuntimeMethod*))CSortTemplete_SortFunctor_TisSingle_t1397266774_m3568489957_gshared)(__this /* static, unused */, ___keyInfo0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1253313068(__this, method) (( void (*) (List_1_t2150746020 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void CWaitingRoomCtrl/RoleDisData::.ctor() extern "C" IL2CPP_METHOD_ATTR void RoleDisData__ctor_m570013512 (RoleDisData_t678671278 * __this, 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); // 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.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3594499285(__this, p0, method) (( void (*) (List_1_t2150746020 *, RoleDisData_t678671278 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Collections.Generic.List`1 CWaitingRoomCtrl::CalculateNearMainRole(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t2150746020 * CWaitingRoomCtrl_CalculateNearMainRole_m2819524924 (CWaitingRoomCtrl_t1619551906 * __this, List_1_t2150746020 * ___dataList0, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3COnUpdateRolesU3Ec__AnonStorey1__ctor_m3443025983 (U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m421486080(__this, p0, p1, method) (( void (*) (Predicate_1_t1503965402 *, 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_m2943830275(__this, p0, method) (( RoleDisData_t678671278 * (*) (List_1_t2150746020 *, Predicate_1_t1503965402 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Boolean DMCore.Framework.Scene.ISceneRole::IsNeedSubmit() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsNeedSubmit_m1584710125 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::LoadRoleModel() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadRoleModel_m1111386502 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.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); // 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); // System.Void DMCore.Framework.Resource.OnResourcePrepareResult::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnResourcePrepareResult__ctor_m1510769476 (OnResourcePrepareResult_t1971095887 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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.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 CWaitingRoomCtrl::SendLoadingStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_SendLoadingStep_m4230699515 (RuntimeObject * __this /* static, unused */, int32_t ___step0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Movie.CAnimSystem::InvokDownLoadTask(System.String) extern "C" IL2CPP_METHOD_ATTR bool CAnimSystem_InvokDownLoadTask_m3722987226 (RuntimeObject * __this /* static, unused */, String_t* ___strDocumentPath0, 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.Framework.Resource.CResTaskContainer DMCore.Framework.Resource.CPkgResService::GetCurTask() extern "C" IL2CPP_METHOD_ATTR CResTaskContainer_t3271287293 * CPkgResService_GetCurTask_m444776564 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetDoneCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetDoneCount_m1092588625 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetTotalCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetTotalCount_m3996778178 (CResTaskContainer_t3271287293 * __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 CWaitingRoomCtrl/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0__ctor_m2326569781 (U3CLoadResourceU3Ec__Iterator0_t18521158 * __this, 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); // System.Void DMCore.Camera.ICameraBase::SetActiveCamera(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetActiveCamera_m1414277267 (ICameraBase_t3615533728 * __this, Camera_t4157153871 * ___camera0, const RuntimeMethod* 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.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); // 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); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::CheckRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_CheckRoleState_m2983555996 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::GetUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * ISceneBaseObj_GetUserProperty_m776816018 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.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.Void DMCore.Framework.Scene.CInteractionEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent__ctor_m175746072 (CInteractionEvent_t1132726501 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionEvent::OnEndAnimPosition(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent_OnEndAnimPosition_m1149693587 (CInteractionEvent_t1132726501 * __this, ISceneRole_t2394225724 * ___role0, 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.Void DMCore.Framework.Misc.CAppOSHelp::SetDefaultQuality() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetDefaultQuality_m954789695 (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.Void DMCore.Framework.Scene.CWalkManager::ProcessFollowTarget() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_ProcessFollowTarget_m1935230792 (CWalkManager_t3228361237 * __this, 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.Logic.shopModel::ResumeMainRole() extern "C" IL2CPP_METHOD_ATTR void shopModel_ResumeMainRole_m3008746332 (shopModel_t101745799 * __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); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::SwitchMainRoleModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * shopModel_SwitchMainRoleModel_m23781500 (shopModel_t101745799 * __this, const RuntimeMethod* method); // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_ActivePage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_ActivePage_m2720187282 (CWndController_t749709641 * __this, const RuntimeMethod* method); // System.Void CWaitingRoomCtrl::ChangeMainCamera(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_ChangeMainCamera_m3256003875 (CWaitingRoomCtrl_t1619551906 * __this, int32_t ___type0, const RuntimeMethod* method); // DMCore.Logic.CMyPackageManager DMCore.Logic.CMyPackageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMyPackageManager_t122981866 * CMyPackageManager_GetInstance_m3554952935 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_MainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_MainType_m2460541734 (CMyPackageManager_t122981866 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_SubType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_SubType_m2021265245 (CMyPackageManager_t122981866 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.CShopManager DMCore.Logic.CShopManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopManager_t754298620 * CShopManager_GetInstance_m1368729055 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_MainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_MainType_m2271353666 (CShopManager_t754298620 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_SubType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_SubType_m1960854107 (CShopManager_t754298620 * __this, int32_t ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisCYunvaApi_t2324893418_m3192730671(__this, method) (( CYunvaApi_t2324893418 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.String System.DateTime::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m3718521780 (DateTime_t3738529785 * __this, String_t* p0, const RuntimeMethod* method); // System.Void CYunvaApi/OnUpLoadCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnUpLoadCompleteCallback__ctor_m776375331 (OnUpLoadCompleteCallback_t2081987828 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void CYunvaApi/OnDownLoadCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnDownLoadCompleteCallback__ctor_m2346254247 (OnDownLoadCompleteCallback_t4136487141 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void CYunvaApi/OnStopRecordCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnStopRecordCompleteCallback__ctor_m3285280669 (OnStopRecordCompleteCallback_t2363891626 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void CYunvaApi/OnCompletedCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCompletedCallback__ctor_m132073399 (OnCompletedCallback_t1110260270 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void CYunvaApi/OnMsgReceiveCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgReceiveCallback__ctor_m1451963914 (OnMsgReceiveCallback_t4052986837 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void CYunvaApi/OnStopSpeechCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnStopSpeechCompleteCallback__ctor_m2596850847 (OnStopSpeechCompleteCallback_t1009288087 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetMsgType() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetMsgType_m2808249985 (ChatContent_t42021257 * __this, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonMapper::ToObject(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonMapper_ToObject_m537038487 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_get_Item_m147413252 (JsonData_t1524858407 * __this, String_t* ___prop_name0, const RuntimeMethod* method); // System.String LitJson.JsonData::op_Explicit(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_op_Explicit_m3156283470 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___data0, const RuntimeMethod* 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 SDKProxyManager::remove_onMsgFromSDKProxy(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405 (RuntimeObject * __this /* static, unused */, Action_1_t2019918284 * ___value0, const RuntimeMethod* method); // System.Void CYunvaApi/OnDownLoadCompleteCallback::Invoke(System.String,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void OnDownLoadCompleteCallback_Invoke_m648125296 (OnDownLoadCompleteCallback_t4136487141 * __this, String_t* ___resType0, bool ___result1, String_t* ___msg2, const RuntimeMethod* method); // DMCore.Framework.Plugin.CYunvaSDK DMCore.Framework.Plugin.CYunvaSDK::GetInstance() extern "C" IL2CPP_METHOD_ATTR CYunvaSDK_t1509311865 * CYunvaSDK_GetInstance_m2184439882 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CYunvaSDK::get_upLoadText() extern "C" IL2CPP_METHOD_ATTR String_t* CYunvaSDK_get_upLoadText_m2682703707 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Void CYunvaApi/OnUpLoadCompleteCallback::Invoke(System.Int32,System.String,System.String,System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void OnUpLoadCompleteCallback_Invoke_m2945984462 (OnUpLoadCompleteCallback_t2081987828 * __this, int32_t ___channelType0, String_t* ___msgType1, String_t* ___userid2, int32_t ___voiceLen3, String_t* ___fileUrl4, String_t* ___recordText5, const RuntimeMethod* method); // System.Void CYunvaApi/OnStopSpeechCompleteCallback::Invoke(System.Int32,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void OnStopSpeechCompleteCallback_Invoke_m1078415873 (OnStopSpeechCompleteCallback_t1009288087 * __this, int32_t ___recordTime0, String_t* ___filePath1, String_t* ___webUrl2, String_t* ___recordText3, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsInt() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsInt_m1089956696 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Int32 LitJson.JsonData::op_Explicit(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_op_Explicit_m2499283840 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___data0, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void CYunvaApi/OnStopRecordCompleteCallback::Invoke(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void OnStopRecordCompleteCallback_Invoke_m771093877 (OnStopRecordCompleteCallback_t2363891626 * __this, String_t* ___recordTime0, String_t* ___recordFilePath1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageHint_m1547364369 (RuntimeObject * __this /* static, unused */, String_t* ___hintTextID0, bool ___bShowAtOnce1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK::ShowBackMusic() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_ShowBackMusic_m2015902234 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK::ClearCurVoice() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_ClearCurVoice_m222772914 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Void CYunvaApi/OnCompletedCallback::Invoke(System.String,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void OnCompletedCallback_Invoke_m3024666965 (OnCompletedCallback_t1110260270 * __this, String_t* ___type0, bool ___bResult1, String_t* ___fileName2, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK/ChatContent::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ChatContent__ctor_m79402427 (ChatContent_t42021257 * __this, String_t* ___serializedInfo0, const RuntimeMethod* method); // System.Void CYunvaApi/OnMsgReceiveCallback::Invoke(DMCore.Framework.Plugin.CYunvaSDK/ChatContent) extern "C" IL2CPP_METHOD_ATTR void OnMsgReceiveCallback_Invoke_m1688674013 (OnMsgReceiveCallback_t4052986837 * __this, ChatContent_t42021257 * ___content0, const RuntimeMethod* method); // System.Void IScenePersonalRolePosition::.ctor() extern "C" IL2CPP_METHOD_ATTR void IScenePersonalRolePosition__ctor_m14224250 (IScenePersonalRolePosition_t1996743043 * __this, const RuntimeMethod* method); // System.Void DanceScoreRole::ShowAvatarInPos(UnityEngine.Transform,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DanceScoreRole_ShowAvatarInPos_m4164314488 (DanceScoreRole_t1777216089 * __this, Transform_t3600365921 * ___uiRootVal0, int32_t ___index1, const RuntimeMethod* method); // System.Void IScenePersonalRolePosition::ShowNewAvatarTarget(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void IScenePersonalRolePosition_ShowNewAvatarTarget_m1172002001 (IScenePersonalRolePosition_t1996743043 * __this, Transform_t3600365921 * ___target0, const RuntimeMethod* method); // System.String DMCore.CRoot::GetLoadingSceneName() extern "C" IL2CPP_METHOD_ATTR String_t* CRoot_GetLoadingSceneName_m2451113697 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Misc.CGameHelp::GetRootTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CGameHelp_GetRootTransform_m945878757 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisCamera_t4157153871_m2022690864(__this /* static, unused */, ___local0, ___path1, method) (( Camera_t4157153871 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // UIStretch/Style DMCore.Framework.Misc.CMiscHelp::GetUIStretchType(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetUIStretchType_m2716397644 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transformVal0, const RuntimeMethod* method); // DMCore.Logic.CPropertySiteManager DMCore.Logic.CPropertySiteManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropertySiteManager_t1418377639 * CPropertySiteManager_GetInstance_m1855189225 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPropertySite DMCore.Logic.CPropertySiteManager::FindSite(System.String) extern "C" IL2CPP_METHOD_ATTR CPropertySite_t3895418650 * CPropertySiteManager_FindSite_m3078562921 (CPropertySiteManager_t1418377639 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropertySite::GetPropHistoryCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPropertySite_GetPropHistoryCount_m3915303946 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropertySite::IsIncrease(DMCore.emUnitType) extern "C" IL2CPP_METHOD_ATTR bool CPropertySite_IsIncrease_m4219268819 (CPropertySite_t3895418650 * __this, int32_t ___valueType0, const RuntimeMethod* method); // DMCore.Logic.ShareManager DMCore.Logic.ShareManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR ShareManager_t1254576143 * ShareManager_GetInstance_m207955360 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.ShareManager::IsShareMode_NeedAvartarResume() extern "C" IL2CPP_METHOD_ATTR bool ShareManager_IsShareMode_NeedAvartarResume_m532584158 (ShareManager_t1254576143 * __this, const RuntimeMethod* method); // System.Void DelegateGetTexture::Invoke(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR void DelegateGetTexture_Invoke_m3463250749 (DelegateGetTexture_t2540163646 * __this, Texture2D_t3840446185 * ___m_texture0, const RuntimeMethod* method); // System.Void DetailWnd::OnClickClose() extern "C" IL2CPP_METHOD_ATTR void DetailWnd_OnClickClose_m3776631278 (DetailWnd_t3732401977 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetAvatarVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetAvatarVisible_m2509149113 (RuntimeObject * __this /* static, unused */, bool ___bShow0, const RuntimeMethod* method); // System.Void DetailWnd::OnShow() extern "C" IL2CPP_METHOD_ATTR void DetailWnd_OnShow_m3433315006 (DetailWnd_t3732401977 * __this, 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 DMCore.Logic.CShopManager::GetIconPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopManager_GetIconPath_m2562341149 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CShopManager::IsClothing(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CShopManager_IsClothing_m480793725 (RuntimeObject * __this /* static, unused */, int32_t ___configID0, const RuntimeMethod* method); // DMCore.Logic.CShopConfig DMCore.Logic.CShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopConfig_t202154353 * CShopConfig_GetInstance_m4264820349 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CShopConfig::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopConfig_GetName_m2272590700 (CShopConfig_t202154353 * __this, int32_t ___id0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CPropManager::GetLocalProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropManager_GetLocalProperty_m690455163 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method); // System.String DMCore.CDataProperty::GetWideStr(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CDataProperty_GetWideStr_m3656006276 (CDataProperty_t2806246268 * __this, String_t* ___key0, String_t* ___strDefault1, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::EndHighMode() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_EndHighMode_m797513702 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969(__this, method) (( DMCDScrollViewItem_t254217223 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void DMCDCirculateScrollView::Init() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_Init_m2814879024 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method); // System.Void DMCDCirculateScrollView::_OnCheckSlidItemsArea() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnCheckSlidItemsArea_m1856314465 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method); // System.Void DMCDCirculateScrollView::_OnItemsMove() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnItemsMove_m1221771968 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method); // System.Void DMCDCirculateScrollView/stTransOrg::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransOrg__ctor_m1904712507 (stTransOrg_t3225015988 * __this, const RuntimeMethod* method); // System.Void DMCDScrollViewItem::SetLogicIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem_SetLogicIndex_m298903714 (DMCDScrollViewItem_t254217223 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TiscSceneTexTure_t2865878985_m277071216(__this, method) (( cSceneTexTure_t2865878985 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void cSceneTexTure::OnInitUI() extern "C" IL2CPP_METHOD_ATTR void cSceneTexTure_OnInitUI_m346247976 (cSceneTexTure_t2865878985 * __this, const RuntimeMethod* method); // System.Void cSceneTexTure::SetTexture(System.Int32) extern "C" IL2CPP_METHOD_ATTR void cSceneTexTure_SetTexture_m3862125866 (cSceneTexTure_t2865878985 * __this, int32_t ___sceneIdx0, 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.Int32 DMCore.Logic.DanceSceneManager::GetSceneCount() extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_GetSceneCount_m691711407 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method); // System.Void DMCDScrollViewItem::SetActiveItem(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem_SetActiveItem_m2926632261 (DMCDScrollViewItem_t254217223 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCDCirculateScrollView::_OnSetLogicActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnSetLogicActiveIndex_m1108912718 (DMCDCirculateScrollView_t2276082317 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCDCirculateScrollView::_OnFillUI() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnFillUI_m2654836788 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TiscSceneTexTure_t2865878985_m1465398375(__this, method) (( cSceneTexTure_t2865878985 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Boolean DMCDCirculateScrollView::MoveOneTick(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DMCDCirculateScrollView_MoveOneTick_m4166392323 (DMCDCirculateScrollView_t2276082317 * __this, bool ___bLower0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m3720186693 (GameObject_t1113636619 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.Void DMCDScrollView::Init() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_Init_m3014593889 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method); // System.Void DMCDScrollView::_OnCheckSlidItemsArea() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnCheckSlidItemsArea_m1739488622 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method); // System.Void DMCDScrollView::_OnItemsMove() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnItemsMove_m134661718 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method); // System.Void DMCDScrollView/stTransOrg::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransOrg__ctor_m1167123983 (stTransOrg_t3673889772 * __this, const RuntimeMethod* method); // System.Void DMCDScrollViewItem::SetMaxItemCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem_SetMaxItemCount_m3161693281 (DMCDScrollViewItem_t254217223 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCDScrollView::_OnSetLogicActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnSetLogicActiveIndex_m1944300145 (DMCDScrollView_t4294154837 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Max_m3673002171 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void DMCDScrollView::_OnFillUI() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnFillUI_m2475308396 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method); // System.Int32 DMCDScrollView::GetActiveLogicIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMCDScrollView_GetActiveLogicIndex_m1955327892 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method); // System.Boolean DMCDScrollView::MoveOneTick(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DMCDScrollView_MoveOneTick_m497099971 (DMCDScrollView_t4294154837 * __this, bool ___bLower0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m1121218340 (GameObject_t1113636619 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::Load() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_Load_m2578493048 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::LoadWhiteSign() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_LoadWhiteSign_m52892442 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // DMCore.ISoundManager DMCore.IHelp::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * IHelp_GetSoundManager_m1651454919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.ISoundManager::SetBeatKeyMidiEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISoundManager_SetBeatKeyMidiEnable_m3065603802 (ISoundManager_t434164892 * __this, bool ___bEnable0, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfDefaultQualityHigh() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfDefaultQualityHigh_m2119517399 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() extern "C" IL2CPP_METHOD_ATTR int32_t Application_get_platform_m2150679437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.iOS.DeviceGeneration UnityEngine.iOS.Device::get_generation() extern "C" IL2CPP_METHOD_ATTR int32_t Device_get_generation_m794015809 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.CAccManager::GetSavePath() extern "C" IL2CPP_METHOD_ATTR String_t* CAccManager_GetSavePath_m1438362575 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // DMCore.Logic.CServerChoice DMCore.Logic.CServerChoice::GetInstance() extern "C" IL2CPP_METHOD_ATTR CServerChoice_t1594647161 * CServerChoice_GetInstance_m3223935865 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CServerChoice::get_selectedServerID() extern "C" IL2CPP_METHOD_ATTR String_t* CServerChoice_get_selectedServerID_m3033894620 (CServerChoice_t1594647161 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CRoomMananger::get_CanInvite() extern "C" IL2CPP_METHOD_ATTR bool CRoomMananger_get_CanInvite_m4225235073 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.CAccManager::GetWhiteSignPath() extern "C" IL2CPP_METHOD_ATTR String_t* CAccManager_GetWhiteSignPath_m464598190 (CAccManager_t1454736772 * __this, 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 System.IO.StreamReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m1047876681 (StreamReader_t4009935899 * __this, Stream_t1273022909 * p0, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m3447431122 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void DMCore.CAccManager::SetCurAcc(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetCurAcc_m2677280137 (CAccManager_t1454736772 * __this, String_t* ___acc0, String_t* ___secret1, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m926144416 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void DMCore.Logic.CServerChoice::set_selectedServerID(System.String) extern "C" IL2CPP_METHOD_ATTR void CServerChoice_set_selectedServerID_m2367743754 (CServerChoice_t1594647161 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::set_CanInvite(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_set_CanInvite_m2864709794 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m370163033(__this, method) (( void (*) (List_1_t1237090056 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // UnityEngine.Camera UnityEngine.Camera::get_main() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * Camera_get_main_m3643453163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToViewportPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_WorldToViewportPoint_m1538355680 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect__ctor_m2614021312 (Rect_t2360479859 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Rect_Contains_m1232228501 (Rect_t2360479859 * __this, Vector3_t3722313464 p0, 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); // System.Single UnityEngine.Camera::get_farClipPlane() extern "C" IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_m538536689 (Camera_t4157153871 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localEulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localEulerAngles_m2136926248 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_m4202601546 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void 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.Camera.CCameraState::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCameraState__ctor_m4117450880 (CCameraState_t4059982610 * __this, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::SnapCameraState(DMCore.Camera.CCameraState&,UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SnapCameraState_m2068987161 (ICameraBase_t3615533728 * __this, CCameraState_t4059982610 ** ___state0, Camera_t4157153871 * ___cam1, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::FillCameraState(UnityEngine.Camera&,DMCore.Camera.CCameraState) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_FillCameraState_m1184794418 (ICameraBase_t3615533728 * __this, Camera_t4157153871 ** ___cam0, CCameraState_t4059982610 * ___state1, const RuntimeMethod* method); // DMCore.Camera.CCameraState DMCore.Camera.ICameraBase::SnapCurrentCamera() extern "C" IL2CPP_METHOD_ATTR CCameraState_t4059982610 * ICameraBase_SnapCurrentCamera_m2008614954 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2536457787(__this, p0, method) (( void (*) (List_1_t1237090056 *, CCameraState_t4059982610 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1876238088(__this, method) (( int32_t (*) (List_1_t1237090056 *, 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_m554388283(__this, p0, method) (( CCameraState_t4059982610 * (*) (List_1_t1237090056 *, 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_m3838608410(__this, p0, method) (( void (*) (List_1_t1237090056 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Void DMCore.Camera.ICameraBase::FillFromSnap(DMCore.Camera.CCameraState) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_FillFromSnap_m3127887890 (ICameraBase_t3615533728 * __this, CCameraState_t4059982610 * ___state0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m362847784(__this, method) (( void (*) (List_1_t1237090056 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void UnityEngine.Transform::LookAt(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_LookAt_m3639503211 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_m135219616 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_nearClipPlane(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_nearClipPlane_m3667419702 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_farClipPlane(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_farClipPlane_m3828313665 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_fieldOfView(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_fieldOfView_m1438246590 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_aspect(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_aspect_m2625464181 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::Translate(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_Translate_m1810197270 (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.Transform::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_up_m3972993886 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() extern "C" IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_m1018585504 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_aspect() extern "C" IL2CPP_METHOD_ATTR float Camera_get_aspect_m862507514 (Camera_t4157153871 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Camera::get_projectionMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Camera_get_projectionMatrix_m667780853 (Camera_t4157153871 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Camera::get_worldToCameraMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Camera_get_worldToCameraMatrix_m22661425 (Camera_t4157153871 * __this, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m3145560403 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, 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); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetCount_m3616072297 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataByte::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataByte__ctor_m2195008358 (CDataByte_t2832074535 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataShort::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataShort__ctor_m3203502547 (CDataShort_t848979497 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataInt__ctor_m2188462845 (CDataInt_t1932658480 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataFloat::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataFloat__ctor_m3449544560 (CDataFloat_t137586558 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataWideStr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataWideStr__ctor_m2814099673 (CDataWideStr_t3874506662 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataLong::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataLong__ctor_m390398571 (CDataLong_t929790239 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataDouble::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataDouble__ctor_m2038897641 (CDataDouble_t3608737326 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataString::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataString__ctor_m3103834889 (CDataString_t1317323776 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataVector::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataVector__ctor_m165771641 (CDataVector_t3625709135 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataQuaternion::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataQuaternion__ctor_m3550254249 (CDataQuaternion_t1158885499 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int16&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m3956053017 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int16_t* ___val2, const RuntimeMethod* method); // DMCore.IDataUnit DMCore.CDataArray::CreateUnitByType(System.Int32) extern "C" IL2CPP_METHOD_ATTR IDataUnit_t677250155 * CDataArray_CreateUnitByType_m3127124409 (RuntimeObject * __this /* static, unused */, int32_t ___unitType0, const RuntimeMethod* method); // System.Void DMCore.Net.Help::Push(BetterList`1&,System.Int16) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m1438546594 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, int16_t ___value1, const RuntimeMethod* method); // System.Void DMCore.Net.Help::Push(BetterList`1&,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m40794890 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, uint8_t ___value1, const RuntimeMethod* method); // System.Void DMCore.CDataByte::set_Data(System.Byte) extern "C" IL2CPP_METHOD_ATTR void CDataByte_set_Data_m376475278 (CDataByte_t2832074535 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataShort::set_Data(System.Int16) extern "C" IL2CPP_METHOD_ATTR void CDataShort_set_Data_m629360903 (CDataShort_t848979497 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataInt::set_Data(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataInt_set_Data_m3419162422 (CDataInt_t1932658480 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataFloat::set_Data(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataFloat_set_Data_m2993701000 (CDataFloat_t137586558 * __this, float ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataString::set_Data(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void CDataString_set_Data_m1465835771 (CDataString_t1317323776 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataWideStr::set_Data(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataWideStr_set_Data_m134448469 (CDataWideStr_t3874506662 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataLong::set_Data(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataLong_set_Data_m4015345768 (CDataLong_t929790239 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataDouble::set_Data(System.Double) extern "C" IL2CPP_METHOD_ATTR void CDataDouble_set_Data_m1963882456 (CDataDouble_t3608737326 * __this, double ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataVector::set_Data(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CDataVector_set_Data_m2673176368 (CDataVector_t3625709135 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.CDataQuaternion::set_Data(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void CDataQuaternion_set_Data_m2293290401 (CDataQuaternion_t1158885499 * __this, Quaternion_t2301928331 ___value0, const RuntimeMethod* method); // System.Byte DMCore.CDataByte::get_Data() extern "C" IL2CPP_METHOD_ATTR uint8_t CDataByte_get_Data_m698821319 (CDataByte_t2832074535 * __this, const RuntimeMethod* method); // System.Int16 DMCore.CDataShort::get_Data() extern "C" IL2CPP_METHOD_ATTR int16_t CDataShort_get_Data_m3806355946 (CDataShort_t848979497 * __this, 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.Single DMCore.CDataFloat::get_Data() extern "C" IL2CPP_METHOD_ATTR float CDataFloat_get_Data_m2077147244 (CDataFloat_t137586558 * __this, const RuntimeMethod* method); // System.Int64 DMCore.CDataLong::get_Data() extern "C" IL2CPP_METHOD_ATTR int64_t CDataLong_get_Data_m3099860284 (CDataLong_t929790239 * __this, const RuntimeMethod* method); // System.Byte[] DMCore.CDataString::get_Data() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CDataString_get_Data_m1250555191 (CDataString_t1317323776 * __this, const RuntimeMethod* method); // System.String DMCore.CDataWideStr::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* CDataWideStr_get_Data_m3466272812 (CDataWideStr_t3874506662 * __this, const RuntimeMethod* method); // System.Double DMCore.CDataDouble::get_Data() extern "C" IL2CPP_METHOD_ATTR double CDataDouble_get_Data_m2332076500 (CDataDouble_t3608737326 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.CDataVector::get_Data() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CDataVector_get_Data_m904718078 (CDataVector_t3625709135 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion DMCore.CDataQuaternion::get_Data() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 CDataQuaternion_get_Data_m3777295471 (CDataQuaternion_t1158885499 * __this, const RuntimeMethod* method); // System.Void netSendingCache::SendMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void netSendingCache_SendMsg_m3930715145 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CSignsManager/c__AnonStorey7::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddSetMainTypeU3Ec__AnonStorey7__ctor_m1864505625 (U3CAddSetMainTypeU3Ec__AnonStorey7_t2033912928 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey7::<>m__0(CSignsManager/TypeClass) extern "C" IL2CPP_METHOD_ATTR bool U3CAddSetMainTypeU3Ec__AnonStorey7_U3CU3Em__0_m896076617 (U3CAddSetMainTypeU3Ec__AnonStorey7_t2033912928 * __this, TypeClass_t2664900121 * ___tc0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { TypeClass_t2664900121 * L_0 = ___tc0; NullCheck(L_0); int32_t L_1 = L_0->get_MainType_0(); TypeClass_t2664900121 * L_2 = __this->get_type_0(); NullCheck(L_2); int32_t L_3 = L_2->get_MainType_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0041; } } { TypeClass_t2664900121 * L_4 = ___tc0; NullCheck(L_4); int32_t L_5 = L_4->get_SubType_1(); TypeClass_t2664900121 * L_6 = __this->get_type_0(); NullCheck(L_6); int32_t L_7 = L_6->get_SubType_1(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0041; } } { TypeClass_t2664900121 * L_8 = ___tc0; NullCheck(L_8); int32_t L_9 = L_8->get_ActID_2(); TypeClass_t2664900121 * L_10 = __this->get_type_0(); NullCheck(L_10); int32_t L_11 = L_10->get_ActID_2(); G_B4_0 = ((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0); goto IL_0042; } IL_0041: { G_B4_0 = 0; } IL_0042: { return (bool)G_B4_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 CSignsManager/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDeleteSignsU3Ec__AnonStorey1__ctor_m3267511190 (U3CDeleteSignsU3Ec__AnonStorey1_t4194708776 * __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 CSignsManager/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDeleteSignsU3Ec__AnonStorey2__ctor_m3267516619 (U3CDeleteSignsU3Ec__AnonStorey2_t4194708773 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey2::<>m__0(CSignsManager/SignPathData) extern "C" IL2CPP_METHOD_ATTR bool U3CDeleteSignsU3Ec__AnonStorey2_U3CU3Em__0_m4133355752 (U3CDeleteSignsU3Ec__AnonStorey2_t4194708773 * __this, SignPathData_t1700102174 * ___spd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CDeleteSignsU3Ec__AnonStorey2_U3CU3Em__0_m4133355752_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignPathData_t1700102174 * L_0 = ___spd0; NullCheck(L_0); String_t* L_1 = L_0->get_path_name_0(); U3CDeleteSignsU3Ec__AnonStorey1_t4194708776 * L_2 = __this->get_U3CU3Ef__refU241_1(); NullCheck(L_2); List_1_t3172176916 * L_3 = L_2->get_signPathList_0(); int32_t L_4 = __this->get_i_0(); NullCheck(L_3); SignPathData_t1700102174 * L_5 = List_1_get_Item_m3106776728(L_3, L_4, /*hidden argument*/List_1_get_Item_m3106776728_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = L_5->get_path_name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_6, /*hidden argument*/NULL); 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 CSignsManager/c__AnonStorey6::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDeleteSignsU3Ec__AnonStorey6__ctor_m3267520991 (U3CDeleteSignsU3Ec__AnonStorey6_t4194708777 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey6::<>m__0(CSignsManager/SignPathData) extern "C" IL2CPP_METHOD_ATTR bool U3CDeleteSignsU3Ec__AnonStorey6_U3CU3Em__0_m3672566476 (U3CDeleteSignsU3Ec__AnonStorey6_t4194708777 * __this, SignPathData_t1700102174 * ___spd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CDeleteSignsU3Ec__AnonStorey6_U3CU3Em__0_m3672566476_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignPathData_t1700102174 * L_0 = ___spd0; NullCheck(L_0); String_t* L_1 = L_0->get_path_name_0(); SignPathData_t1700102174 * L_2 = __this->get__DeletePath_0(); NullCheck(L_2); String_t* L_3 = L_2->get_path_name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return L_4; } } #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 CSignsManager/c__AnonStorey8::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDeleteTypeU3Ec__AnonStorey8__ctor_m3579643636 (U3CDeleteTypeU3Ec__AnonStorey8_t439744970 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey8::<>m__0(CSignsManager/TypeClass) extern "C" IL2CPP_METHOD_ATTR bool U3CDeleteTypeU3Ec__AnonStorey8_U3CU3Em__0_m2233164390 (U3CDeleteTypeU3Ec__AnonStorey8_t439744970 * __this, TypeClass_t2664900121 * ___tc0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { TypeClass_t2664900121 * L_0 = ___tc0; NullCheck(L_0); int32_t L_1 = L_0->get_MainType_0(); int32_t L_2 = __this->get_mainType_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0021; } } { TypeClass_t2664900121 * L_3 = ___tc0; NullCheck(L_3); int32_t L_4 = L_3->get_SubType_1(); int32_t L_5 = __this->get_subType_1(); G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { 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 CSignsManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CFlagIntU3Ec__AnonStorey0__ctor_m1661383898 (U3CFlagIntU3Ec__AnonStorey0_t2004080519 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey0::<>m__0(CSignsManager/SubTypeItemData) extern "C" IL2CPP_METHOD_ATTR bool U3CFlagIntU3Ec__AnonStorey0_U3CU3Em__0_m3600011075 (U3CFlagIntU3Ec__AnonStorey0_t2004080519 * __this, SubTypeItemData_t1579218109 * ___subTypeItemData0, const RuntimeMethod* method) { { SubTypeItemData_t1579218109 * L_0 = ___subTypeItemData0; NullCheck(L_0); int32_t L_1 = L_0->get_SubTypeId_0(); TypeClass_t2664900121 * L_2 = __this->get_tc_0(); NullCheck(L_2); int32_t L_3 = L_2->get_SubType_1(); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 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 CSignsManager/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CJudgeIsInPathListU3Ec__AnonStorey3__ctor_m2561264085 (U3CJudgeIsInPathListU3Ec__AnonStorey3_t518067876 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey3::<>m__0(CSignsManager/SignPathData) extern "C" IL2CPP_METHOD_ATTR bool U3CJudgeIsInPathListU3Ec__AnonStorey3_U3CU3Em__0_m3142853356 (U3CJudgeIsInPathListU3Ec__AnonStorey3_t518067876 * __this, SignPathData_t1700102174 * ___dtemp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CJudgeIsInPathListU3Ec__AnonStorey3_U3CU3Em__0_m3142853356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignPathData_t1700102174 * L_0 = ___dtemp0; NullCheck(L_0); String_t* L_1 = L_0->get_path_name_0(); SignPathData_t1700102174 * L_2 = __this->get_SrcPath_0(); NullCheck(L_2); String_t* L_3 = L_2->get_path_name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return L_4; } } #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 CSignsManager/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CShowSignsU3Ec__AnonStorey4__ctor_m2894153577 (U3CShowSignsU3Ec__AnonStorey4_t1359761298 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey4::<>m__0(CSignsManager/SignPathData) extern "C" IL2CPP_METHOD_ATTR bool U3CShowSignsU3Ec__AnonStorey4_U3CU3Em__0_m1315630490 (U3CShowSignsU3Ec__AnonStorey4_t1359761298 * __this, SignPathData_t1700102174 * ___spd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CShowSignsU3Ec__AnonStorey4_U3CU3Em__0_m1315630490_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignPathData_t1700102174 * L_0 = ___spd0; NullCheck(L_0); String_t* L_1 = L_0->get_path_name_0(); CSignsManager_t1825583579 * L_2 = __this->get_U24this_1(); NullCheck(L_2); List_1_t3172176916 * L_3 = L_2->get_m_ShownData_3(); int32_t L_4 = __this->get_i_0(); NullCheck(L_3); SignPathData_t1700102174 * L_5 = List_1_get_Item_m3106776728(L_3, L_4, /*hidden argument*/List_1_get_Item_m3106776728_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = L_5->get_path_name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_6, /*hidden argument*/NULL); 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 CSignsManager/c__AnonStorey5::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CShowSignsU3Ec__AnonStorey5__ctor_m1818297620 (U3CShowSignsU3Ec__AnonStorey5_t4088644653 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSignsManager/c__AnonStorey5::<>m__0(CSignsManager/SignPathData) extern "C" IL2CPP_METHOD_ATTR bool U3CShowSignsU3Ec__AnonStorey5_U3CU3Em__0_m1554077942 (U3CShowSignsU3Ec__AnonStorey5_t4088644653 * __this, SignPathData_t1700102174 * ___spd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CShowSignsU3Ec__AnonStorey5_U3CU3Em__0_m1554077942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignPathData_t1700102174 * L_0 = ___spd0; NullCheck(L_0); String_t* L_1 = L_0->get_path_name_0(); SignPathData_t1700102174 * L_2 = __this->get_addSign_0(); NullCheck(L_2); String_t* L_3 = L_2->get_path_name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean CSignsManager/c__AnonStorey5::<>m__1(CSignsManager/SignPathData) extern "C" IL2CPP_METHOD_ATTR bool U3CShowSignsU3Ec__AnonStorey5_U3CU3Em__1_m768849404 (U3CShowSignsU3Ec__AnonStorey5_t4088644653 * __this, SignPathData_t1700102174 * ___spd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CShowSignsU3Ec__AnonStorey5_U3CU3Em__1_m768849404_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignPathData_t1700102174 * L_0 = ___spd0; NullCheck(L_0); String_t* L_1 = L_0->get_path_name_0(); SignPathData_t1700102174 * L_2 = __this->get_addSign_0(); NullCheck(L_2); String_t* L_3 = L_2->get_path_name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return L_4; } } #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 CSignsManager/ReminderPathData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReminderPathData__ctor_m1036493372 (ReminderPathData_t2604278922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReminderPathData__ctor_m1036493372_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_ModuleID_0((-1)); List_1_t3172176916 * L_0 = (List_1_t3172176916 *)il2cpp_codegen_object_new(List_1_t3172176916_il2cpp_TypeInfo_var); List_1__ctor_m4092920765(L_0, /*hidden argument*/List_1__ctor_m4092920765_RuntimeMethod_var); __this->set_m_MainPathList_1(L_0); SubTypeData_t2407733540 * L_1 = (SubTypeData_t2407733540 *)il2cpp_codegen_object_new(SubTypeData_t2407733540_il2cpp_TypeInfo_var); SubTypeData__ctor_m1223300856(L_1, /*hidden argument*/NULL); __this->set_m_SubData_2(L_1); 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 CSignsManager/SignPathData::.ctor() extern "C" IL2CPP_METHOD_ATTR void SignPathData__ctor_m4207613488 (SignPathData_t1700102174 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SignPathData__ctor_m4207613488_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_path_name_0(L_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_position_1(L_1); __this->set_IsClearBySrv_2((bool)1); __this->set_IsSendSrv_3((bool)1); __this->set_IsScene_4((bool)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 CSignsManager/SubTypeData::.ctor() extern "C" IL2CPP_METHOD_ATTR void SubTypeData__ctor_m1223300856 (SubTypeData_t2407733540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SubTypeData__ctor_m1223300856_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_ModelPath_0(L_0); List_1_t3051292851 * L_1 = (List_1_t3051292851 *)il2cpp_codegen_object_new(List_1_t3051292851_il2cpp_TypeInfo_var); List_1__ctor_m1814624840(L_1, /*hidden argument*/List_1__ctor_m1814624840_RuntimeMethod_var); __this->set_m_PathList_1(L_1); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_position_2(L_2); __this->set_IsClearBySrv_3((bool)1); __this->set_IsSendSrv_4((bool)1); 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 CSignsManager/SubTypeItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void SubTypeItemData__ctor_m1102174049 (SubTypeItemData_t1579218109 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SubTypeItemData__ctor_m1102174049_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_SubTypeId_0((-1)); __this->set_CustomItemFlag_3((-1)); __this->set_ShowMsgFlag_2((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_NoticeStrID_4(L_0); List_1_t3172176916 * L_1 = (List_1_t3172176916 *)il2cpp_codegen_object_new(List_1_t3172176916_il2cpp_TypeInfo_var); List_1__ctor_m4092920765(L_1, /*hidden argument*/List_1__ctor_m4092920765_RuntimeMethod_var); __this->set_m_PathList_6(L_1); __this->set_IsList_1((bool)0); __this->set_ShowMainPath_5((bool)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 CSignsManager/TypeClass::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeClass__ctor_m556889705 (TypeClass_t2664900121 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_MainType_0((-1)); __this->set_SubType_1((-1)); __this->set_ActID_2(0); return; } } // System.Void CSignsManager/TypeClass::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TypeClass__ctor_m644886958 (TypeClass_t2664900121 * __this, int32_t ___mainType0, int32_t ___subType1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___mainType0; __this->set_MainType_0(L_0); int32_t L_1 = ___subType1; __this->set_SubType_1(L_1); return; } } // System.Void CSignsManager/TypeClass::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TypeClass__ctor_m4215336635 (TypeClass_t2664900121 * __this, int32_t ___mainType0, int32_t ___subType1, int32_t ___actID2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___mainType0; __this->set_MainType_0(L_0); int32_t L_1 = ___subType1; __this->set_SubType_1(L_1); int32_t L_2 = ___actID2; __this->set_ActID_2(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 CSkeletonSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSite__ctor_m1378794604 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CSkeletonSite::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CSkeletonSite_IsValid_m2965781142 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonSite_IsValid_m2965781142_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Transform_t3600365921 * L_0 = CSkeletonSite_get_RootBone_m4151063574(__this, /*hidden argument*/NULL); 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 CSkeletonSite::Clear() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSite_Clear_m1465145911 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method) { { CSkeletonSite_set_RootBone_m4068911538(__this, (Transform_t3600365921 *)NULL, /*hidden argument*/NULL); return; } } // UnityEngine.Transform CSkeletonSite::get_RootBone() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_get_RootBone_m4151063574 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_m_root_0(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonSite_set_RootBone_m4068911538_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stSkeltonTrans_t433549019 * V_1 = NULL; { Transform_t3600365921 * L_0 = ___value0; __this->set_m_root_0(L_0); Transform_t3600365921 * L_1 = __this->get_m_root_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_0032; } } { __this->set_m_skeletonChildrenTPos_3((stSkeltonTransU5BU5D_t2773511002*)NULL); __this->set_m_skeletonChildren_1((TransformU5BU5D_t807237628*)NULL); __this->set_m_quickMap_2((Dictionary_2_t2736202052 *)NULL); goto IL_013f; } IL_0032: { Transform_t3600365921 * L_3 = __this->get_m_root_0(); NullCheck(L_3); TransformU5BU5D_t807237628* L_4 = Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054(L_3, /*hidden argument*/Component_GetComponentsInChildren_TisTransform_t3600365921_m1145943054_RuntimeMethod_var); __this->set_m_skeletonChildren_1(L_4); TransformU5BU5D_t807237628* L_5 = __this->get_m_skeletonChildren_1(); if (!L_5) { goto IL_005b; } } { TransformU5BU5D_t807237628* L_6 = __this->get_m_skeletonChildren_1(); NullCheck(L_6); if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) { goto IL_006e; } } IL_005b: { __this->set_m_skeletonChildrenTPos_3((stSkeltonTransU5BU5D_t2773511002*)NULL); __this->set_m_quickMap_2((Dictionary_2_t2736202052 *)NULL); goto IL_013f; } IL_006e: { Dictionary_2_t2736202052 * L_7 = __this->get_m_quickMap_2(); if (L_7) { goto IL_0089; } } { Dictionary_2_t2736202052 * L_8 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_8, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); __this->set_m_quickMap_2(L_8); goto IL_0094; } IL_0089: { Dictionary_2_t2736202052 * L_9 = __this->get_m_quickMap_2(); NullCheck(L_9); Dictionary_2_Clear_m311915619(L_9, /*hidden argument*/Dictionary_2_Clear_m311915619_RuntimeMethod_var); } IL_0094: { TransformU5BU5D_t807237628* L_10 = __this->get_m_skeletonChildren_1(); NullCheck(L_10); __this->set_m_skeletonChildrenTPos_3(((stSkeltonTransU5BU5D_t2773511002*)SZArrayNew(stSkeltonTransU5BU5D_t2773511002_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))); V_0 = 0; goto IL_010a; } IL_00ae: { Dictionary_2_t2736202052 * L_11 = __this->get_m_quickMap_2(); TransformU5BU5D_t807237628* L_12 = __this->get_m_skeletonChildren_1(); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; Transform_t3600365921 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = Object_get_name_m4211327027(L_16, /*hidden argument*/NULL); int32_t L_18 = V_0; NullCheck(L_11); Dictionary_2_set_Item_m3800595820(L_11, L_17, L_18, /*hidden argument*/Dictionary_2_set_Item_m3800595820_RuntimeMethod_var); stSkeltonTrans_t433549019 * L_19 = (stSkeltonTrans_t433549019 *)il2cpp_codegen_object_new(stSkeltonTrans_t433549019_il2cpp_TypeInfo_var); stSkeltonTrans__ctor_m1412060078(L_19, /*hidden argument*/NULL); V_1 = L_19; stSkeltonTrans_t433549019 * L_20 = V_1; TransformU5BU5D_t807237628* L_21 = __this->get_m_skeletonChildren_1(); int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = L_22; Transform_t3600365921 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_position_m36019626(L_24, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_m_position_0(L_25); stSkeltonTrans_t433549019 * L_26 = V_1; TransformU5BU5D_t807237628* L_27 = __this->get_m_skeletonChildren_1(); int32_t L_28 = V_0; NullCheck(L_27); int32_t L_29 = L_28; Transform_t3600365921 * L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_30); Quaternion_t2301928331 L_31 = Transform_get_rotation_m3502953881(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_32 = Quaternion_Inverse_m1311579081(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_m_rotationInvert_2(L_32); stSkeltonTransU5BU5D_t2773511002* L_33 = __this->get_m_skeletonChildrenTPos_3(); int32_t L_34 = V_0; stSkeltonTrans_t433549019 * L_35 = V_1; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(L_34), (stSkeltonTrans_t433549019 *)L_35); int32_t L_36 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_010a: { int32_t L_37 = V_0; TransformU5BU5D_t807237628* L_38 = __this->get_m_skeletonChildren_1(); NullCheck(L_38); if ((((int32_t)L_37) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length))))))) { goto IL_00ae; } } { Dictionary_2_t2736202052 * L_39 = __this->get_m_quickMap_2(); NullCheck(L_39); int32_t L_40 = Dictionary_2_get_Count_m1837312527(L_39, /*hidden argument*/Dictionary_2_get_Count_m1837312527_RuntimeMethod_var); TransformU5BU5D_t807237628* L_41 = __this->get_m_skeletonChildren_1(); NullCheck(L_41); if ((((int32_t)L_40) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_013f; } } { CLogHelp_t779629444 * L_42 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_42); CLogHelp_LogWarning_m2983284794(L_42, _stringLiteral1898380133, /*hidden argument*/NULL); } IL_013f: { return; } } // UnityEngine.Transform CSkeletonSite::GetBone(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_GetBone_m772310976 (CSkeletonSite_t1178137573 * __this, String_t* ___boneName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonSite_GetBone_m772310976_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Transform_t3600365921 * L_0 = __this->get_m_root_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_001c; } } { String_t* L_2 = ___boneName0; 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_001e; } } IL_001c: { return (Transform_t3600365921 *)NULL; } IL_001e: { Transform_t3600365921 * L_4 = __this->get_m_root_0(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = Object_get_name_m4211327027(L_5, /*hidden argument*/NULL); String_t* L_7 = ___boneName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_Equals_m1744302937(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0040; } } { Transform_t3600365921 * L_9 = __this->get_m_root_0(); return L_9; } IL_0040: { V_0 = 0; Dictionary_2_t2736202052 * L_10 = __this->get_m_quickMap_2(); String_t* L_11 = ___boneName0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_005e; } } { TransformU5BU5D_t807237628* L_13 = __this->get_m_skeletonChildren_1(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; Transform_t3600365921 * L_16 = (L_13)->GetAt(static_cast(L_15)); return L_16; } IL_005e: { return (Transform_t3600365921 *)NULL; } } // System.Int32 CSkeletonSite::GetBoneCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSkeletonSite_GetBoneCount_m401679511 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { TransformU5BU5D_t807237628* L_0 = __this->get_m_skeletonChildren_1(); if (!L_0) { goto IL_0018; } } { TransformU5BU5D_t807237628* L_1 = __this->get_m_skeletonChildren_1(); NullCheck(L_1); G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return G_B3_0; } } // UnityEngine.Transform CSkeletonSite::GetBoneTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_GetBoneTrans_m3346242502 (CSkeletonSite_t1178137573 * __this, int32_t ___index0, const RuntimeMethod* method) { Transform_t3600365921 * G_B4_0 = NULL; { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0020; } } { int32_t L_1 = ___index0; int32_t L_2 = CSkeletonSite_GetBoneCount_m401679511(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0020; } } { TransformU5BU5D_t807237628* L_3 = __this->get_m_skeletonChildren_1(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; Transform_t3600365921 * L_6 = (L_3)->GetAt(static_cast(L_5)); G_B4_0 = L_6; goto IL_0021; } IL_0020: { G_B4_0 = ((Transform_t3600365921 *)(NULL)); } IL_0021: { return G_B4_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonSite_GetChildBoneTrans_m2115485952_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___boneName0; 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_0023; } } { TransformU5BU5D_t807237628* L_2 = __this->get_m_skeletonChildren_1(); if (!L_2) { goto IL_0023; } } { TransformU5BU5D_t807237628* L_3 = __this->get_m_skeletonChildren_1(); NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0025; } } IL_0023: { return (Transform_t3600365921 *)NULL; } IL_0025: { V_0 = (-1); Dictionary_2_t2736202052 * L_4 = __this->get_m_quickMap_2(); if (!L_4) { goto IL_0047; } } { Dictionary_2_t2736202052 * L_5 = __this->get_m_quickMap_2(); String_t* L_6 = ___boneName0; NullCheck(L_5); bool L_7 = Dictionary_2_TryGetValue_m1013208020(L_5, L_6, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (L_7) { goto IL_0047; } } { V_0 = (-1); } IL_0047: { int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)(-1))))) { goto IL_00b9; } } { TransformU5BU5D_t807237628* L_9 = __this->get_m_skeletonChildren_1(); if (!L_9) { goto IL_00b9; } } { V_1 = 0; goto IL_00ab; } IL_0060: { TransformU5BU5D_t807237628* L_10 = __this->get_m_skeletonChildren_1(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; Transform_t3600365921 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = Object_get_name_m4211327027(L_14, /*hidden argument*/NULL); String_t* L_16 = ___boneName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_17 = String_Compare_m3735043349(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_00a7; } } { Dictionary_2_t2736202052 * L_18 = __this->get_m_quickMap_2(); if (L_18) { goto IL_0093; } } { Dictionary_2_t2736202052 * L_19 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_19, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); __this->set_m_quickMap_2(L_19); } IL_0093: { Dictionary_2_t2736202052 * L_20 = __this->get_m_quickMap_2(); String_t* L_21 = ___boneName0; int32_t L_22 = V_1; NullCheck(L_20); Dictionary_2_set_Item_m3800595820(L_20, L_21, L_22, /*hidden argument*/Dictionary_2_set_Item_m3800595820_RuntimeMethod_var); int32_t L_23 = V_1; V_0 = L_23; goto IL_00b9; } IL_00a7: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00ab: { int32_t L_25 = V_1; TransformU5BU5D_t807237628* L_26 = __this->get_m_skeletonChildren_1(); NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))))) { goto IL_0060; } } IL_00b9: { int32_t L_27 = V_0; if ((((int32_t)0) > ((int32_t)L_27))) { goto IL_0108; } } { TransformU5BU5D_t807237628* L_28 = __this->get_m_skeletonChildren_1(); if (!L_28) { goto IL_0108; } } { TransformU5BU5D_t807237628* L_29 = __this->get_m_skeletonChildren_1(); NullCheck(L_29); int32_t L_30 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))) <= ((int32_t)L_30))) { goto IL_0108; } } { Vector3_t3722313464 * L_31 = ___posTPOS1; stSkeltonTransU5BU5D_t2773511002* L_32 = __this->get_m_skeletonChildrenTPos_3(); int32_t L_33 = V_0; NullCheck(L_32); int32_t L_34 = L_33; stSkeltonTrans_t433549019 * L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); Vector3_t3722313464 L_36 = L_35->get_m_position_0(); *(Vector3_t3722313464 *)L_31 = L_36; Quaternion_t2301928331 * L_37 = ___rotTPOSInvert2; stSkeltonTransU5BU5D_t2773511002* L_38 = __this->get_m_skeletonChildrenTPos_3(); int32_t L_39 = V_0; NullCheck(L_38); int32_t L_40 = L_39; stSkeltonTrans_t433549019 * L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_41); Quaternion_t2301928331 L_42 = L_41->get_m_rotationInvert_2(); *(Quaternion_t2301928331 *)L_37 = L_42; TransformU5BU5D_t807237628* L_43 = __this->get_m_skeletonChildren_1(); int32_t L_44 = V_0; NullCheck(L_43); int32_t L_45 = L_44; Transform_t3600365921 * L_46 = (L_43)->GetAt(static_cast(L_45)); return L_46; } IL_0108: { return (Transform_t3600365921 *)NULL; } } #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 CSkeletonSite/CSkeletonSnap::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap__ctor_m2085219893 (CSkeletonSnap_t2156242323 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonSnap__ctor_m2085219893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CSkeletonSnap_set_IsEnable_m4173243122(__this, (bool)0, /*hidden argument*/NULL); CTimeStamp_Game_t111337065 * L_0 = (CTimeStamp_Game_t111337065 *)il2cpp_codegen_object_new(CTimeStamp_Game_t111337065_il2cpp_TypeInfo_var); CTimeStamp_Game__ctor_m669546699(L_0, /*hidden argument*/NULL); __this->set_m_timeStamp_1(L_0); return; } } // System.Void CSkeletonSite/CSkeletonSnap::Stop() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_Stop_m2024553020 (CSkeletonSnap_t2156242323 * __this, const RuntimeMethod* method) { { CSkeletonSnap_set_IsEnable_m4173243122(__this, (bool)0, /*hidden argument*/NULL); __this->set_m_listPos_3((Vector3U5BU5D_t1718750761*)NULL); __this->set_m_listQuat_4((QuaternionU5BU5D_t2571361770*)NULL); return; } } // System.Boolean CSkeletonSite/CSkeletonSnap::get_IsEnable() extern "C" IL2CPP_METHOD_ATTR bool CSkeletonSnap_get_IsEnable_m800946492 (CSkeletonSnap_t2156242323 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsEnableU3Ek__BackingField_0(); return L_0; } } // System.Void CSkeletonSite/CSkeletonSnap::set_IsEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_set_IsEnable_m4173243122 (CSkeletonSnap_t2156242323 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsEnableU3Ek__BackingField_0(L_0); return; } } // System.Void CSkeletonSite/CSkeletonSnap::SnapSkeleton(CSkeletonSite,System.Single) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_SnapSkeleton_m2121739659 (CSkeletonSnap_t2156242323 * __this, CSkeletonSite_t1178137573 * ___siteVal0, float ___fLerpTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonSnap_SnapSkeleton_m2121739659_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)); int32_t V_2 = 0; { CSkeletonSnap_set_IsEnable_m4173243122(__this, (bool)0, /*hidden argument*/NULL); CSkeletonSite_t1178137573 * L_0 = ___siteVal0; if (!L_0) { goto IL_0018; } } { CSkeletonSite_t1178137573 * L_1 = ___siteVal0; NullCheck(L_1); bool L_2 = CSkeletonSite_IsValid_m2965781142(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } IL_0018: { __this->set_m_listPos_3((Vector3U5BU5D_t1718750761*)NULL); __this->set_m_listQuat_4((QuaternionU5BU5D_t2571361770*)NULL); return; } IL_0027: { float L_3 = ___fLerpTime1; if ((!(((float)(0.01f)) < ((float)L_3)))) { goto IL_0039; } } { CSkeletonSnap_set_IsEnable_m4173243122(__this, (bool)1, /*hidden argument*/NULL); } IL_0039: { CTimeStamp_Game_t111337065 * L_4 = __this->get_m_timeStamp_1(); NullCheck(L_4); CTimeStamp_Game_Reset_m3154771018(L_4, /*hidden argument*/NULL); float L_5 = ___fLerpTime1; __this->set_m_fLerpTime_2(L_5); CSkeletonSite_t1178137573 * L_6 = ___siteVal0; NullCheck(L_6); TransformU5BU5D_t807237628* L_7 = L_6->get_m_skeletonChildren_1(); NullCheck(L_7); __this->set_m_listPos_3(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))); CSkeletonSite_t1178137573 * L_8 = ___siteVal0; NullCheck(L_8); TransformU5BU5D_t807237628* L_9 = L_8->get_m_skeletonChildren_1(); NullCheck(L_9); __this->set_m_listQuat_4(((QuaternionU5BU5D_t2571361770*)SZArrayNew(QuaternionU5BU5D_t2571361770_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = 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_1 = L_11; V_2 = 0; goto IL_00f8; } IL_0085: { CSkeletonSite_t1178137573 * L_12 = ___siteVal0; NullCheck(L_12); TransformU5BU5D_t807237628* L_13 = L_12->get_m_skeletonChildren_1(); int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; Transform_t3600365921 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); Vector3_t3722313464 L_17 = Transform_get_localPosition_m4234289348(L_16, /*hidden argument*/NULL); V_0 = L_17; CSkeletonSite_t1178137573 * L_18 = ___siteVal0; NullCheck(L_18); TransformU5BU5D_t807237628* L_19 = L_18->get_m_skeletonChildren_1(); int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; Transform_t3600365921 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); Quaternion_t2301928331 L_23 = Transform_get_localRotation_m3487911431(L_22, /*hidden argument*/NULL); V_1 = L_23; Vector3U5BU5D_t1718750761* L_24 = __this->get_m_listPos_3(); int32_t L_25 = V_2; NullCheck(L_24); float L_26 = (&V_0)->get_x_1(); float L_27 = (&V_0)->get_y_2(); float L_28 = (&V_0)->get_z_3(); Vector3_Set_m1737058353(((L_24)->GetAddressAt(static_cast(L_25))), L_26, L_27, L_28, /*hidden argument*/NULL); QuaternionU5BU5D_t2571361770* L_29 = __this->get_m_listQuat_4(); int32_t L_30 = V_2; NullCheck(L_29); float L_31 = (&V_1)->get_x_0(); float L_32 = (&V_1)->get_y_1(); float L_33 = (&V_1)->get_z_2(); float L_34 = (&V_1)->get_w_3(); Quaternion_Set_m3163249074(((L_29)->GetAddressAt(static_cast(L_30))), L_31, L_32, L_33, L_34, /*hidden argument*/NULL); int32_t L_35 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00f8: { int32_t L_36 = V_2; CSkeletonSite_t1178137573 * L_37 = ___siteVal0; NullCheck(L_37); TransformU5BU5D_t807237628* L_38 = L_37->get_m_skeletonChildren_1(); NullCheck(L_38); if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length))))))) { goto IL_0085; } } { return; } } // System.Void CSkeletonSite/CSkeletonSnap::OnLerpSkeleton(CSkeletonSite) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_OnLerpSkeleton_m3127405303 (CSkeletonSnap_t2156242323 * __this, CSkeletonSite_t1178137573 * ___siteVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSkeletonSnap_OnLerpSkeleton_m3127405303_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; { bool L_0 = CSkeletonSnap_get_IsEnable_m800946492(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { CSkeletonSite_t1178137573 * L_1 = ___siteVal0; if (L_1) { goto IL_0012; } } IL_0011: { return; } IL_0012: { V_0 = (1.0f); CTimeStamp_Game_t111337065 * L_2 = __this->get_m_timeStamp_1(); NullCheck(L_2); float L_3 = CTimeStamp_Game_Delta_m3747871835(L_2, /*hidden argument*/NULL); V_1 = L_3; float L_4 = __this->get_m_fLerpTime_2(); float L_5 = V_1; if ((!(((float)L_4) < ((float)L_5)))) { goto IL_003c; } } { CSkeletonSnap_set_IsEnable_m4173243122(__this, (bool)0, /*hidden argument*/NULL); goto IL_0045; } IL_003c: { float L_6 = V_1; float L_7 = __this->get_m_fLerpTime_2(); V_0 = ((float)((float)L_6/(float)L_7)); } IL_0045: { CSkeletonSite_t1178137573 * L_8 = ___siteVal0; if (!L_8) { goto IL_0076; } } { CSkeletonSite_t1178137573 * L_9 = ___siteVal0; NullCheck(L_9); bool L_10 = CSkeletonSite_IsValid_m2965781142(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0076; } } { Vector3U5BU5D_t1718750761* L_11 = __this->get_m_listPos_3(); if (!L_11) { goto IL_0076; } } { Vector3U5BU5D_t1718750761* L_12 = __this->get_m_listPos_3(); NullCheck(L_12); CSkeletonSite_t1178137573 * L_13 = ___siteVal0; NullCheck(L_13); TransformU5BU5D_t807237628* L_14 = L_13->get_m_skeletonChildren_1(); NullCheck(L_14); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0077; } } IL_0076: { return; } IL_0077: { V_2 = (Transform_t3600365921 *)NULL; V_3 = 0; goto IL_00d3; } IL_0080: { CSkeletonSite_t1178137573 * L_15 = ___siteVal0; NullCheck(L_15); TransformU5BU5D_t807237628* L_16 = L_15->get_m_skeletonChildren_1(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; Transform_t3600365921 * L_19 = (L_16)->GetAt(static_cast(L_18)); V_2 = L_19; Transform_t3600365921 * L_20 = V_2; Vector3U5BU5D_t1718750761* L_21 = __this->get_m_listPos_3(); int32_t L_22 = V_3; NullCheck(L_21); Transform_t3600365921 * L_23 = V_2; NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_localPosition_m4234289348(L_23, /*hidden argument*/NULL); float L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Vector3_Lerp_m407887542(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_21)->GetAddressAt(static_cast(L_22)))), L_24, L_25, /*hidden argument*/NULL); NullCheck(L_20); Transform_set_localPosition_m4128471975(L_20, L_26, /*hidden argument*/NULL); Transform_t3600365921 * L_27 = V_2; QuaternionU5BU5D_t2571361770* L_28 = __this->get_m_listQuat_4(); int32_t L_29 = V_3; NullCheck(L_28); Transform_t3600365921 * L_30 = V_2; NullCheck(L_30); Quaternion_t2301928331 L_31 = Transform_get_localRotation_m3487911431(L_30, /*hidden argument*/NULL); float L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_33 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, (*(Quaternion_t2301928331 *)((L_28)->GetAddressAt(static_cast(L_29)))), L_31, L_32, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localRotation_m19445462(L_27, L_33, /*hidden argument*/NULL); int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00d3: { int32_t L_35 = V_3; CSkeletonSite_t1178137573 * L_36 = ___siteVal0; NullCheck(L_36); TransformU5BU5D_t807237628* L_37 = L_36->get_m_skeletonChildren_1(); NullCheck(L_37); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))))) { goto IL_0080; } } { 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 CSkeletonSite/stSkeltonTrans::.ctor() extern "C" IL2CPP_METHOD_ATTR void stSkeltonTrans__ctor_m1412060078 (stSkeltonTrans_t433549019 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSkeltonTrans__ctor_m1412060078_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_position_0(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_rotation_1(L_1); Quaternion_t2301928331 L_2 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_rotationInvert_2(L_2); 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 CSpriteAnim::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSpriteAnim__ctor_m1980956420 (CSpriteAnim_t1312227296 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CSpriteAnim::Awake() extern "C" IL2CPP_METHOD_ATTR void CSpriteAnim_Awake_m2057658212 (CSpriteAnim_t1312227296 * __this, const RuntimeMethod* method) { { __this->set_m_TimeLabor_5((0.0f)); __this->set_m_CurIndex_6(0); __this->set_m_SendOnCircle_7((bool)0); return; } } // System.Void CSpriteAnim::Update() extern "C" IL2CPP_METHOD_ATTR void CSpriteAnim_Update_m3984601254 (CSpriteAnim_t1312227296 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSpriteAnim_Update_m3984601254_MetadataUsageId); s_Il2CppMethodInitialized = true; } UISprite_t194114938 * V_0 = NULL; { StringU5BU5D_t1281789340* L_0 = __this->get_m_SpritesName_4(); if (!L_0) { goto IL_0018; } } { StringU5BU5D_t1281789340* L_1 = __this->get_m_SpritesName_4(); NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0019; } } IL_0018: { return; } IL_0019: { UISprite_t194114938 * L_2 = Component_GetComponent_TisUISprite_t194114938_m2812077901(__this, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); V_0 = L_2; UISprite_t194114938 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002d; } } { return; } IL_002d: { float L_5 = __this->get_m_TimeLabor_5(); float L_6 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_TimeLabor_5(((float)il2cpp_codegen_add((float)L_5, (float)L_6))); float L_7 = __this->get_m_Circle_2(); float L_8 = __this->get_m_TimeLabor_5(); if ((!(((float)L_7) < ((float)L_8)))) { goto IL_00c1; } } { float L_9 = __this->get_m_TimeLabor_5(); float L_10 = __this->get_m_Circle_2(); __this->set_m_TimeLabor_5(((float)il2cpp_codegen_subtract((float)L_9, (float)L_10))); int32_t L_11 = __this->get_m_CurIndex_6(); __this->set_m_CurIndex_6(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); StringU5BU5D_t1281789340* L_12 = __this->get_m_SpritesName_4(); NullCheck(L_12); int32_t L_13 = __this->get_m_CurIndex_6(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))) > ((int32_t)L_13))) { goto IL_00ae; } } { __this->set_m_CurIndex_6(0); bool L_14 = __this->get_m_SendOnCircle_7(); if (L_14) { goto IL_00ae; } } { __this->set_m_SendOnCircle_7((bool)1); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Component_SendMessage_m1441147224(L_15, _stringLiteral2659751129, 1, /*hidden argument*/NULL); } IL_00ae: { UISprite_t194114938 * L_16 = V_0; StringU5BU5D_t1281789340* L_17 = __this->get_m_SpritesName_4(); int32_t L_18 = __this->get_m_CurIndex_6(); NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_16); UISprite_set_spriteName_m1616245412(L_16, L_20, /*hidden argument*/NULL); } IL_00c1: { 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 CStreamingPreImpl::.ctor() extern "C" IL2CPP_METHOD_ATTR void CStreamingPreImpl__ctor_m374423697 (CStreamingPreImpl_t3531164551 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CStreamingPreImpl::OnInit() extern "C" IL2CPP_METHOD_ATTR void CStreamingPreImpl_OnInit_m572624649 (CStreamingPreImpl_t3531164551 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamingPreImpl_OnInit_m572624649_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bDone_2((bool)0); __this->set_m_taskIndex_7(0); List_1_t2253408947 * L_0 = (List_1_t2253408947 *)il2cpp_codegen_object_new(List_1_t2253408947_il2cpp_TypeInfo_var); List_1__ctor_m2820513711(L_0, /*hidden argument*/List_1__ctor_m2820513711_RuntimeMethod_var); __this->set_m_ListTask_8(L_0); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); bool L_1 = CIOVar_IsFileExist_m4190802418(NULL /*static, unused*/, _stringLiteral2093383602, /*hidden argument*/NULL); if (L_1) { goto IL_003c; } } { CUIResVersionCfg_t3394180598 * L_2 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CVersionIssue_t3008599312 * L_3 = CUIResVersionCfg_get_LocalResVersion_m300267892(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CVersionIssue_IsValid_m2336196782(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0044; } } IL_003c: { __this->set_m_bDone_2((bool)1); return; } IL_0044: { __this->set_m_bInCorotine_6((bool)1); CStreamingPreImpl_LoadCfg_m108637946(__this, _stringLiteral3067529969, /*hidden argument*/NULL); return; } } // System.Void CStreamingPreImpl::Update() extern "C" IL2CPP_METHOD_ATTR void CStreamingPreImpl_Update_m3325579335 (CStreamingPreImpl_t3531164551 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamingPreImpl_Update_m3325579335_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { bool L_0 = __this->get_m_bInCorotine_6(); if (L_0) { goto IL_0016; } } { bool L_1 = __this->get_m_bDone_2(); if (!L_1) { goto IL_0017; } } IL_0016: { return; } IL_0017: { int32_t L_2 = __this->get_m_taskIndex_7(); List_1_t2253408947 * L_3 = __this->get_m_ListTask_8(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2567521677(L_3, /*hidden argument*/List_1_get_Count_m2567521677_RuntimeMethod_var); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_00b9; } } { __this->set_m_bDone_2((bool)1); CUIResVersionCfg_t3394180598 * L_5 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CUIResVersionCfg_ReloadVersionCfg_m21431723(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); CIOVar_CreateFile_m1179487238(NULL /*static, unused*/, _stringLiteral2093383602, /*hidden argument*/NULL); List_1_t2253408947 * L_6 = __this->get_m_ListTask_8(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m2567521677(L_6, /*hidden argument*/List_1_get_Count_m2567521677_RuntimeMethod_var); if (!L_7) { goto IL_00b8; } } { JsonData_t1524858407 * L_8 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_8, /*hidden argument*/NULL); V_0 = L_8; JsonData_t1524858407 * L_9 = V_0; JsonData_t1524858407 * L_10 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3951792230, /*hidden argument*/NULL); NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3456546791, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_12 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = CSystemToolPlugin_GetMacAddress_m319283110(L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_11); JsonData_set_Item_m3790047234(L_11, _stringLiteral3409200350, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = V_0; JsonData_t1524858407 * L_16 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_15); JsonData_set_Item_m3790047234(L_15, _stringLiteral869972491, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_17 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); JsonData_t1524858407 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = JsonData_ToJson_m692076605(L_18, /*hidden argument*/NULL); NullCheck(L_17); CFitfunApiPlugin_FitfunSetAny_m718870777(L_17, _stringLiteral4045586754, L_19, /*hidden argument*/NULL); } IL_00b8: { return; } IL_00b9: { __this->set_m_bInCorotine_6((bool)1); List_1_t2253408947 * L_20 = __this->get_m_ListTask_8(); int32_t L_21 = __this->get_m_taskIndex_7(); NullCheck(L_20); stPreTaskData_t781334205 * L_22 = List_1_get_Item_m3992288652(L_20, L_21, /*hidden argument*/List_1_get_Item_m3992288652_RuntimeMethod_var); MonoBehaviour_StartCoroutine_m1654577315(__this, _stringLiteral2303653040, L_22, /*hidden argument*/NULL); return; } } // System.Void CStreamingPreImpl::LoadCfg(System.String) extern "C" IL2CPP_METHOD_ATTR void CStreamingPreImpl_LoadCfg_m108637946 (CStreamingPreImpl_t3531164551 * __this, String_t* ___urlVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamingPreImpl_LoadCfg_m108637946_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; stPreTaskData_t781334205 * V_6 = NULL; String_t* V_7 = NULL; int32_t V_8 = 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); XmlNode_t3767805227 * G_B5_0 = NULL; XmlNodeList_t2551693786 * G_B8_0 = NULL; { __this->set_m_taskIndex_7(0); List_1_t2253408947 * L_0 = __this->get_m_ListTask_8(); NullCheck(L_0); List_1_Clear_m370986697(L_0, /*hidden argument*/List_1_Clear_m370986697_RuntimeMethod_var); String_t* L_1 = ___urlVal0; Object_t631007953 * L_2 = Resources_Load_m3880010804(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_2, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * 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_01a7; } } { TextAsset_t3022178571 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = TextAsset_get_text_m2027878391(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_01a7; } } IL_003a: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlDocument_t2837193595 * L_8 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_8, /*hidden argument*/NULL); V_1 = L_8; XmlDocument_t2837193595 * L_9 = V_1; TextAsset_t3022178571 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = TextAsset_get_text_m2027878391(L_10, /*hidden argument*/NULL); NullCheck(L_9); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_9, L_11); XmlDocument_t2837193595 * L_12 = V_1; if (!L_12) { goto IL_005d; } } IL_0052: { XmlDocument_t2837193595 * L_13 = V_1; NullCheck(L_13); XmlNode_t3767805227 * L_14 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_13); G_B5_0 = L_14; goto IL_005e; } IL_005d: { G_B5_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_005e: { V_2 = G_B5_0; XmlNode_t3767805227 * L_15 = V_2; if (!L_15) { goto IL_0070; } } IL_0065: { XmlNode_t3767805227 * L_16 = V_2; NullCheck(L_16); XmlNodeList_t2551693786 * L_17 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_16); G_B8_0 = L_17; goto IL_0071; } IL_0070: { G_B8_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0071: { V_3 = G_B8_0; XmlNodeList_t2551693786 * L_18 = V_3; if (!L_18) { goto IL_0154; } } IL_0078: { V_4 = 0; goto IL_0147; } IL_0080: { XmlNodeList_t2551693786 * L_19 = V_3; int32_t L_20 = V_4; NullCheck(L_19); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_19, L_20); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_22 = V_5; if (!L_22) { goto IL_0141; } } IL_0096: { stPreTaskData_t781334205 * L_23 = (stPreTaskData_t781334205 *)il2cpp_codegen_object_new(stPreTaskData_t781334205_il2cpp_TypeInfo_var); stPreTaskData__ctor_m4088902201(L_23, /*hidden argument*/NULL); V_6 = L_23; XmlElement_t561603118 * L_24 = V_5; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_24, _stringLiteral3940781671); V_7 = L_25; String_t* L_26 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00c0; } } IL_00b7: { stPreTaskData_t781334205 * L_28 = V_6; String_t* L_29 = V_7; NullCheck(L_28); L_28->set_m_dest_0(L_29); } IL_00c0: { XmlElement_t561603118 * L_30 = V_5; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_30, _stringLiteral538040360); V_7 = L_31; String_t* L_32 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_33 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00e3; } } IL_00da: { stPreTaskData_t781334205 * L_34 = V_6; String_t* L_35 = V_7; NullCheck(L_34); L_34->set_m_src_1(L_35); } IL_00e3: { XmlElement_t561603118 * L_36 = V_5; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_36, _stringLiteral228405424); V_7 = L_37; String_t* L_38 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_39 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_010a; } } IL_00fd: { stPreTaskData_t781334205 * L_40 = V_6; NullCheck(L_40); L_40->set_m_zipType_2((bool)1); goto IL_0112; } IL_010a: { stPreTaskData_t781334205 * L_41 = V_6; NullCheck(L_41); L_41->set_m_zipType_2((bool)0); } IL_0112: { stPreTaskData_t781334205 * L_42 = V_6; NullCheck(L_42); String_t* L_43 = L_42->get_m_dest_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0141; } } IL_0123: { stPreTaskData_t781334205 * L_45 = V_6; NullCheck(L_45); String_t* L_46 = L_45->get_m_src_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_47 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); if (L_47) { goto IL_0141; } } IL_0134: { List_1_t2253408947 * L_48 = __this->get_m_ListTask_8(); stPreTaskData_t781334205 * L_49 = V_6; NullCheck(L_48); List_1_Add_m716051549(L_48, L_49, /*hidden argument*/List_1_Add_m716051549_RuntimeMethod_var); } IL_0141: { int32_t L_50 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0147: { int32_t L_51 = V_4; XmlNodeList_t2551693786 * L_52 = V_3; NullCheck(L_52); int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_52); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_0080; } } IL_0154: { IL2CPP_LEAVE(0x1A2, FINALLY_018d); } } // 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_0159; throw e; } CATCH_0159: { // begin catch(System.Object) __this->set_m_bDone_2((bool)1); __this->set_m_taskIndex_7(0); List_1_t2253408947 * L_54 = __this->get_m_ListTask_8(); NullCheck(L_54); List_1_Clear_m370986697(L_54, /*hidden argument*/List_1_Clear_m370986697_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral1922450887, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); CIOVar_CreateFile_m1179487238(NULL /*static, unused*/, _stringLiteral2093383602, /*hidden argument*/NULL); IL2CPP_LEAVE(0x1A2, FINALLY_018d); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_018d; } FINALLY_018d: { // begin finally (depth: 1) { TextAsset_t3022178571 * L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_56 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_01a1; } } IL_0199: { TextAsset_t3022178571 * L_57 = V_0; Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); V_0 = (TextAsset_t3022178571 *)NULL; } IL_01a1: { IL2CPP_END_FINALLY(397) } } // end finally (depth: 1) IL2CPP_CLEANUP(397) { IL2CPP_JUMP_TBL(0x1A2, IL_01a2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01a2: { goto IL_01b9; } IL_01a7: { __this->set_m_bDone_2((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); CIOVar_CreateFile_m1179487238(NULL /*static, unused*/, _stringLiteral2093383602, /*hidden argument*/NULL); } IL_01b9: { __this->set_m_totoalTick_3(0); V_8 = 0; goto IL_0207; } IL_01c8: { List_1_t2253408947 * L_58 = __this->get_m_ListTask_8(); int32_t L_59 = V_8; NullCheck(L_58); stPreTaskData_t781334205 * L_60 = List_1_get_Item_m3992288652(L_58, L_59, /*hidden argument*/List_1_get_Item_m3992288652_RuntimeMethod_var); NullCheck(L_60); bool L_61 = L_60->get_m_zipType_2(); if (!L_61) { goto IL_01f3; } } { int32_t L_62 = __this->get_m_totoalTick_3(); __this->set_m_totoalTick_3(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)((int32_t)10)))); goto IL_0201; } IL_01f3: { int32_t L_63 = __this->get_m_totoalTick_3(); __this->set_m_totoalTick_3(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1))); } IL_0201: { int32_t L_64 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0207: { int32_t L_65 = V_8; List_1_t2253408947 * L_66 = __this->get_m_ListTask_8(); NullCheck(L_66); int32_t L_67 = List_1_get_Count_m2567521677(L_66, /*hidden argument*/List_1_get_Count_m2567521677_RuntimeMethod_var); if ((((int32_t)L_65) < ((int32_t)L_67))) { goto IL_01c8; } } { __this->set_m_bInCorotine_6((bool)0); return; } } // System.Collections.IEnumerator CStreamingPreImpl::LoadResource(CStreamingPreImpl/stPreTaskData) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CStreamingPreImpl_LoadResource_m3041978970 (CStreamingPreImpl_t3531164551 * __this, stPreTaskData_t781334205 * ___dataVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamingPreImpl_LoadResource_m3041978970_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CLoadResourceU3Ec__Iterator0_t3529053927 * V_0 = NULL; { U3CLoadResourceU3Ec__Iterator0_t3529053927 * L_0 = (U3CLoadResourceU3Ec__Iterator0_t3529053927 *)il2cpp_codegen_object_new(U3CLoadResourceU3Ec__Iterator0_t3529053927_il2cpp_TypeInfo_var); U3CLoadResourceU3Ec__Iterator0__ctor_m2641247728(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CLoadResourceU3Ec__Iterator0_t3529053927 * L_1 = V_0; stPreTaskData_t781334205 * L_2 = ___dataVal0; NullCheck(L_1); L_1->set_dataVal_0(L_2); U3CLoadResourceU3Ec__Iterator0_t3529053927 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_7(__this); U3CLoadResourceU3Ec__Iterator0_t3529053927 * L_4 = V_0; return L_4; } } // System.Single CStreamingPreImpl::GetProgress() extern "C" IL2CPP_METHOD_ATTR float CStreamingPreImpl_GetProgress_m3431125251 (CStreamingPreImpl_t3531164551 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_totoalTick_3(); if ((((int32_t)0) < ((int32_t)L_0))) { goto IL_0012; } } { return (1.0f); } IL_0012: { int32_t L_1 = __this->get_m_completeTick_4(); int32_t L_2 = __this->get_m_activeTick_5(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); int32_t L_3 = __this->get_m_totoalTick_3(); int32_t L_4 = V_0; if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0032; } } { return (1.0f); } IL_0032: { int32_t L_5 = V_0; int32_t L_6 = __this->get_m_totoalTick_3(); return ((float)((float)(((float)((float)L_5)))/(float)(((float)((float)L_6))))); } } // System.Boolean CStreamingPreImpl::IfDone() extern "C" IL2CPP_METHOD_ATTR bool CStreamingPreImpl_IfDone_m3275728268 (CStreamingPreImpl_t3531164551 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bDone_2(); return L_0; } } // System.Void CStreamingPreImpl::.cctor() extern "C" IL2CPP_METHOD_ATTR void CStreamingPreImpl__cctor_m3247851401 (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 CStreamingPreImpl/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0__ctor_m2641247728 (U3CLoadResourceU3Ec__Iterator0_t3529053927 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CStreamingPreImpl/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CLoadResourceU3Ec__Iterator0_MoveNext_m2573051900 (U3CLoadResourceU3Ec__Iterator0_t3529053927 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadResourceU3Ec__Iterator0_MoveNext_m2573051900_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; U3CLoadResourceU3Ec__Iterator0_t3529053927 * G_B7_0 = NULL; U3CLoadResourceU3Ec__Iterator0_t3529053927 * G_B6_0 = NULL; int32_t G_B8_0 = 0; U3CLoadResourceU3Ec__Iterator0_t3529053927 * G_B8_1 = NULL; U3CLoadResourceU3Ec__Iterator0_t3529053927 * G_B10_0 = NULL; U3CLoadResourceU3Ec__Iterator0_t3529053927 * G_B9_0 = NULL; ByteU5BU5D_t4116647657* G_B11_0 = NULL; U3CLoadResourceU3Ec__Iterator0_t3529053927 * G_B11_1 = NULL; { int32_t L_0 = __this->get_U24PC_10(); V_0 = L_0; __this->set_U24PC_10((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_002d; } case 1: { goto IL_0068; } case 2: { goto IL_0142; } case 3: { goto IL_0204; } case 4: { goto IL_0247; } } } { goto IL_02d1; } IL_002d: { stPreTaskData_t781334205 * L_2 = __this->get_dataVal_0(); NullCheck(L_2); String_t* L_3 = L_2->get_m_src_1(); Object_t631007953 * L_4 = Resources_Load_m3880010804(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_U3CtaU3E__0_1(((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_4, TextAsset_t3022178571_il2cpp_TypeInfo_var))); int32_t L_5 = 1; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); __this->set_U24current_8(L_6); bool L_7 = __this->get_U24disposing_9(); if (L_7) { goto IL_0063; } } { __this->set_U24PC_10(1); } IL_0063: { goto IL_02d3; } IL_0068: { IL2CPP_RUNTIME_CLASS_INIT(CStreamingPreImpl_t3531164551_il2cpp_TypeInfo_var); int32_t L_8 = ((CStreamingPreImpl_t3531164551_StaticFields*)il2cpp_codegen_static_fields_for(CStreamingPreImpl_t3531164551_il2cpp_TypeInfo_var))->get_s_tempLabor_9(); ((CStreamingPreImpl_t3531164551_StaticFields*)il2cpp_codegen_static_fields_for(CStreamingPreImpl_t3531164551_il2cpp_TypeInfo_var))->set_s_tempLabor_9(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); String_t* L_9 = Int32_ToString_m141394615((((CStreamingPreImpl_t3531164551_StaticFields*)il2cpp_codegen_static_fields_for(CStreamingPreImpl_t3531164551_il2cpp_TypeInfo_var))->get_address_of_s_tempLabor_9()), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral731567898, L_9, /*hidden argument*/NULL); __this->set_U3CtempLaborU3E__0_2(L_10); stPreTaskData_t781334205 * L_11 = __this->get_dataVal_0(); NullCheck(L_11); bool L_12 = L_11->get_m_zipType_2(); G_B6_0 = __this; if (!L_12) { G_B7_0 = __this; goto IL_00ac; } } { G_B8_0 = ((int32_t)10); G_B8_1 = G_B6_0; goto IL_00ad; } IL_00ac: { G_B8_0 = 1; G_B8_1 = G_B7_0; } IL_00ad: { NullCheck(G_B8_1); G_B8_1->set_U3CcurrentTickU3E__0_3(G_B8_0); CStreamingPreImpl_t3531164551 * L_13 = __this->get_U24this_7(); NullCheck(L_13); L_13->set_m_activeTick_5(0); TextAsset_t3022178571 * L_14 = __this->get_U3CtaU3E__0_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); G_B9_0 = __this; if (!L_15) { G_B10_0 = __this; goto IL_00e0; } } { TextAsset_t3022178571 * L_16 = __this->get_U3CtaU3E__0_1(); NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = TextAsset_get_bytes_m1826471440(L_16, /*hidden argument*/NULL); G_B11_0 = L_17; G_B11_1 = G_B9_0; goto IL_00e1; } IL_00e0: { G_B11_0 = ((ByteU5BU5D_t4116647657*)(NULL)); G_B11_1 = G_B10_0; } IL_00e1: { NullCheck(G_B11_1); G_B11_1->set_U3CbytesQuoteU3E__0_4(G_B11_0); ByteU5BU5D_t4116647657* L_18 = __this->get_U3CbytesQuoteU3E__0_4(); if (!L_18) { goto IL_0264; } } { ByteU5BU5D_t4116647657* L_19 = __this->get_U3CbytesQuoteU3E__0_4(); NullCheck(L_19); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_0264; } } { stPreTaskData_t781334205 * L_20 = __this->get_dataVal_0(); NullCheck(L_20); bool L_21 = L_20->get_m_zipType_2(); if (!L_21) { goto IL_024c; } } { String_t* L_22 = __this->get_U3CtempLaborU3E__0_2(); ByteU5BU5D_t4116647657* L_23 = __this->get_U3CbytesQuoteU3E__0_4(); CWriteVar_WriteFile_m3185547125(NULL /*static, unused*/, L_22, L_23, (bool)1, /*hidden argument*/NULL); int32_t L_24 = 1; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); __this->set_U24current_8(L_25); bool L_26 = __this->get_U24disposing_9(); if (L_26) { goto IL_013d; } } { __this->set_U24PC_10(2); } IL_013d: { goto IL_02d3; } IL_0142: { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_27 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m3937257545(NULL /*static, unused*/, L_27, _stringLiteral1890956910, /*hidden argument*/NULL); __this->set_U3CdirPathU3E__1_5(L_28); String_t* L_29 = __this->get_U3CdirPathU3E__1_5(); bool L_30 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_0173; } } { String_t* L_31 = __this->get_U3CdirPathU3E__1_5(); Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); } IL_0173: { FitfunZip_t870197698 * L_32 = (FitfunZip_t870197698 *)il2cpp_codegen_object_new(FitfunZip_t870197698_il2cpp_TypeInfo_var); FitfunZip__ctor_m3253074589(L_32, /*hidden argument*/NULL); __this->set_U3Cm_zipInsU3E__1_6(L_32); FitfunZip_t870197698 * L_33 = __this->get_U3Cm_zipInsU3E__1_6(); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_34 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_35 = __this->get_U3CtempLaborU3E__0_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m3755062657(NULL /*static, unused*/, L_34, _stringLiteral3452614529, L_35, /*hidden argument*/NULL); String_t* L_37 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); stPreTaskData_t781334205 * L_38 = __this->get_dataVal_0(); NullCheck(L_38); String_t* L_39 = L_38->get_m_dest_0(); String_t* L_40 = String_Concat_m3755062657(NULL /*static, unused*/, L_37, _stringLiteral3452614529, L_39, /*hidden argument*/NULL); NullCheck(L_33); FitfunZip_UnZipFile_m3367070889(L_33, L_36, L_40, (bool)1, /*hidden argument*/NULL); goto IL_0204; } IL_01be: { CStreamingPreImpl_t3531164551 * L_41 = __this->get_U24this_7(); FitfunZip_t870197698 * L_42 = __this->get_U3Cm_zipInsU3E__1_6(); NullCheck(L_42); int32_t L_43 = FitfunZip_get_progress_m977204013(L_42, /*hidden argument*/NULL); int32_t L_44 = __this->get_U3CcurrentTickU3E__0_3(); NullCheck(L_41); L_41->set_m_activeTick_5((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.01f), (float)(((float)((float)L_43))))), (float)(((float)((float)L_44))))))))); int32_t L_45 = 1; RuntimeObject * L_46 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_45); __this->set_U24current_8(L_46); bool L_47 = __this->get_U24disposing_9(); if (L_47) { goto IL_01ff; } } { __this->set_U24PC_10(3); } IL_01ff: { goto IL_02d3; } IL_0204: { FitfunZip_t870197698 * L_48 = __this->get_U3Cm_zipInsU3E__1_6(); NullCheck(L_48); int32_t L_49 = FitfunZip_get_progress_m977204013(L_48, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)100))))) { goto IL_01be; } } { CStreamingPreImpl_t3531164551 * L_50 = __this->get_U24this_7(); int32_t L_51 = __this->get_U3CcurrentTickU3E__0_3(); NullCheck(L_50); L_50->set_m_activeTick_5(L_51); int32_t L_52 = 1; RuntimeObject * L_53 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_52); __this->set_U24current_8(L_53); bool L_54 = __this->get_U24disposing_9(); if (L_54) { goto IL_0242; } } { __this->set_U24PC_10(4); } IL_0242: { goto IL_02d3; } IL_0247: { goto IL_0264; } IL_024c: { stPreTaskData_t781334205 * L_55 = __this->get_dataVal_0(); NullCheck(L_55); String_t* L_56 = L_55->get_m_dest_0(); ByteU5BU5D_t4116647657* L_57 = __this->get_U3CbytesQuoteU3E__0_4(); CWriteVar_WriteFile_m3185547125(NULL /*static, unused*/, L_56, L_57, (bool)1, /*hidden argument*/NULL); } IL_0264: { TextAsset_t3022178571 * L_58 = __this->get_U3CtaU3E__0_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_59 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0287; } } { TextAsset_t3022178571 * L_60 = __this->get_U3CtaU3E__0_1(); Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); __this->set_U3CtaU3E__0_1((TextAsset_t3022178571 *)NULL); } IL_0287: { CStreamingPreImpl_t3531164551 * L_61 = __this->get_U24this_7(); NullCheck(L_61); L_61->set_m_activeTick_5(0); CStreamingPreImpl_t3531164551 * L_62 = __this->get_U24this_7(); CStreamingPreImpl_t3531164551 * L_63 = L_62; NullCheck(L_63); int32_t L_64 = L_63->get_m_completeTick_4(); int32_t L_65 = __this->get_U3CcurrentTickU3E__0_3(); NullCheck(L_63); L_63->set_m_completeTick_4(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)L_65))); CStreamingPreImpl_t3531164551 * L_66 = __this->get_U24this_7(); CStreamingPreImpl_t3531164551 * L_67 = L_66; NullCheck(L_67); int32_t L_68 = L_67->get_m_taskIndex_7(); NullCheck(L_67); L_67->set_m_taskIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1))); CStreamingPreImpl_t3531164551 * L_69 = __this->get_U24this_7(); NullCheck(L_69); L_69->set_m_bInCorotine_6((bool)0); __this->set_U24PC_10((-1)); } IL_02d1: { return (bool)0; } IL_02d3: { return (bool)1; } } // System.Object CStreamingPreImpl/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadResourceU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m594809763 (U3CLoadResourceU3Ec__Iterator0_t3529053927 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_8(); return L_0; } } // System.Object CStreamingPreImpl/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadResourceU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m2160270922 (U3CLoadResourceU3Ec__Iterator0_t3529053927 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_8(); return L_0; } } // System.Void CStreamingPreImpl/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0_Dispose_m3422594222 (U3CLoadResourceU3Ec__Iterator0_t3529053927 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_9((bool)1); __this->set_U24PC_10((-1)); return; } } // System.Void CStreamingPreImpl/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0_Reset_m791569579 (U3CLoadResourceU3Ec__Iterator0_t3529053927 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadResourceU3Ec__Iterator0_Reset_m791569579_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,U3CLoadResourceU3Ec__Iterator0_Reset_m791569579_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 CStreamingPreImpl/stPreTaskData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stPreTaskData__ctor_m4088902201 (stPreTaskData_t781334205 * __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 CStreamMono::.ctor() extern "C" IL2CPP_METHOD_ATTR void CStreamMono__ctor_m1972368513 (CStreamMono_t2235327261 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CStreamMono::Start() extern "C" IL2CPP_METHOD_ATTR void CStreamMono_Start_m831614153 (CStreamMono_t2235327261 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamMono_Start_m831614153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoBehaviour_StartCoroutine_m2618285814(__this, _stringLiteral1305149742, /*hidden argument*/NULL); return; } } // System.Void CStreamMono::Update() extern "C" IL2CPP_METHOD_ATTR void CStreamMono_Update_m1883046047 (CStreamMono_t2235327261 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamMono_Update_m1883046047_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bIfDone_2(); if (L_0) { goto IL_0031; } } { bool L_1 = __this->get_m_bCanPop_3(); if (!L_1) { goto IL_0031; } } { List_1_t1589480316 * L_2 = __this->get_m_listStreamFiles_5(); if (!L_2) { goto IL_0031; } } { List_1_t1589480316 * L_3 = __this->get_m_listStreamFiles_5(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m3272754814(L_3, /*hidden argument*/List_1_get_Count_m3272754814_RuntimeMethod_var); if (L_4) { goto IL_0032; } } IL_0031: { return; } IL_0032: { int32_t L_5 = __this->get_m_doneCount_4(); List_1_t1589480316 * L_6 = __this->get_m_listStreamFiles_5(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3272754814(L_6, /*hidden argument*/List_1_get_Count_m3272754814_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0050; } } { __this->set_m_bIfDone_2((bool)1); return; } IL_0050: { __this->set_m_bCanPop_3((bool)0); List_1_t1589480316 * L_8 = __this->get_m_listStreamFiles_5(); int32_t L_9 = __this->get_m_doneCount_4(); NullCheck(L_8); CStreamFileData_t117405574 * L_10 = List_1_get_Item_m1034529086(L_8, L_9, /*hidden argument*/List_1_get_Item_m1034529086_RuntimeMethod_var); MonoBehaviour_StartCoroutine_m1654577315(__this, _stringLiteral2814816485, L_10, /*hidden argument*/NULL); return; } } // System.Int32 CStreamMono::GetTotalCount() extern "C" IL2CPP_METHOD_ATTR int32_t CStreamMono_GetTotalCount_m2507280130 (CStreamMono_t2235327261 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamMono_GetTotalCount_m2507280130_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t1589480316 * L_0 = __this->get_m_listStreamFiles_5(); if (!L_0) { goto IL_001b; } } { List_1_t1589480316 * L_1 = __this->get_m_listStreamFiles_5(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3272754814(L_1, /*hidden argument*/List_1_get_Count_m3272754814_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Int32 CStreamMono::GetDoneCount() extern "C" IL2CPP_METHOD_ATTR int32_t CStreamMono_GetDoneCount_m3972959843 (CStreamMono_t2235327261 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_doneCount_4(); return L_0; } } // System.Boolean CStreamMono::IfDone() extern "C" IL2CPP_METHOD_ATTR bool CStreamMono_IfDone_m1181551061 (CStreamMono_t2235327261 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bIfDone_2(); return L_0; } } // System.Collections.IEnumerator CStreamMono::_ResGet(DMCore.Framework.Package.CStreamFileData) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CStreamMono__ResGet_m2622282395 (CStreamMono_t2235327261 * __this, CStreamFileData_t117405574 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamMono__ResGet_m2622282395_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3C_ResGetU3Ec__Iterator0_t4017342962 * V_0 = NULL; { U3C_ResGetU3Ec__Iterator0_t4017342962 * L_0 = (U3C_ResGetU3Ec__Iterator0_t4017342962 *)il2cpp_codegen_object_new(U3C_ResGetU3Ec__Iterator0_t4017342962_il2cpp_TypeInfo_var); U3C_ResGetU3Ec__Iterator0__ctor_m3035078448(L_0, /*hidden argument*/NULL); V_0 = L_0; U3C_ResGetU3Ec__Iterator0_t4017342962 * L_1 = V_0; CStreamFileData_t117405574 * L_2 = ___data0; NullCheck(L_1); L_1->set_data_0(L_2); U3C_ResGetU3Ec__Iterator0_t4017342962 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_2(__this); U3C_ResGetU3Ec__Iterator0_t4017342962 * L_4 = V_0; return L_4; } } // System.Collections.IEnumerator CStreamMono::_FirstGet() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CStreamMono__FirstGet_m496727405 (CStreamMono_t2235327261 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamMono__FirstGet_m496727405_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3C_FirstGetU3Ec__Iterator1_t3719040934 * V_0 = NULL; { U3C_FirstGetU3Ec__Iterator1_t3719040934 * L_0 = (U3C_FirstGetU3Ec__Iterator1_t3719040934 *)il2cpp_codegen_object_new(U3C_FirstGetU3Ec__Iterator1_t3719040934_il2cpp_TypeInfo_var); U3C_FirstGetU3Ec__Iterator1__ctor_m99762311(L_0, /*hidden argument*/NULL); V_0 = L_0; U3C_FirstGetU3Ec__Iterator1_t3719040934 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3C_FirstGetU3Ec__Iterator1_t3719040934 * L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CStreamMono/<_FirstGet>c__Iterator1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_FirstGetU3Ec__Iterator1__ctor_m99762311 (U3C_FirstGetU3Ec__Iterator1_t3719040934 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CStreamMono/<_FirstGet>c__Iterator1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3C_FirstGetU3Ec__Iterator1_MoveNext_m1803603984 (U3C_FirstGetU3Ec__Iterator1_t3719040934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3C_FirstGetU3Ec__Iterator1_MoveNext_m1803603984_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_0021; } case 1: { goto IL_0051; } } } { goto IL_0104; } IL_0021: { String_t* L_2 = CStreamFileManager_GetStreamFileCfg_m1614336058(NULL /*static, unused*/, /*hidden argument*/NULL); WWW_t3688466362 * L_3 = (WWW_t3688466362 *)il2cpp_codegen_object_new(WWW_t3688466362_il2cpp_TypeInfo_var); WWW__ctor_m2915079343(L_3, L_2, /*hidden argument*/NULL); __this->set_U3CwwwValU3E__0_0(L_3); WWW_t3688466362 * L_4 = __this->get_U3CwwwValU3E__0_0(); __this->set_U24current_2(L_4); bool L_5 = __this->get_U24disposing_3(); if (L_5) { goto IL_004c; } } { __this->set_U24PC_4(1); } IL_004c: { goto IL_0106; } IL_0051: { WWW_t3688466362 * L_6 = __this->get_U3CwwwValU3E__0_0(); NullCheck(L_6); String_t* L_7 = WWW_get_error_m3055313367(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00cf; } } { CStreamMono_t2235327261 * L_9 = __this->get_U24this_1(); WWW_t3688466362 * L_10 = __this->get_U3CwwwValU3E__0_0(); List_1_t1589480316 * L_11 = CStreamFileManager_GetStreamFileList_m4280419800(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_m_listStreamFiles_5(L_11); CStreamMono_t2235327261 * L_12 = __this->get_U24this_1(); NullCheck(L_12); List_1_t1589480316 * L_13 = L_12->get_m_listStreamFiles_5(); if (!L_13) { goto IL_00a1; } } { CStreamMono_t2235327261 * L_14 = __this->get_U24this_1(); NullCheck(L_14); List_1_t1589480316 * L_15 = L_14->get_m_listStreamFiles_5(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m3272754814(L_15, /*hidden argument*/List_1_get_Count_m3272754814_RuntimeMethod_var); if (L_16) { goto IL_00be; } } IL_00a1: { CStreamMono_t2235327261 * L_17 = __this->get_U24this_1(); NullCheck(L_17); L_17->set_m_bCanPop_3((bool)0); CStreamMono_t2235327261 * L_18 = __this->get_U24this_1(); NullCheck(L_18); L_18->set_m_bIfDone_2((bool)1); goto IL_00ca; } IL_00be: { CStreamMono_t2235327261 * L_19 = __this->get_U24this_1(); NullCheck(L_19); L_19->set_m_bCanPop_3((bool)1); } IL_00ca: { goto IL_00f6; } IL_00cf: { CStreamMono_t2235327261 * L_20 = __this->get_U24this_1(); NullCheck(L_20); L_20->set_m_bIfDone_2((bool)1); CStreamMono_t2235327261 * L_21 = __this->get_U24this_1(); NullCheck(L_21); L_21->set_m_bCanPop_3((bool)0); CLogHelp_t779629444 * L_22 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CLogHelp_LogFile_m4227814860(L_22, _stringLiteral1018376210, /*hidden argument*/NULL); } IL_00f6: { __this->set_U3CwwwValU3E__0_0((WWW_t3688466362 *)NULL); __this->set_U24PC_4((-1)); } IL_0104: { return (bool)0; } IL_0106: { return (bool)1; } } // System.Object CStreamMono/<_FirstGet>c__Iterator1::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3C_FirstGetU3Ec__Iterator1_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3401322635 (U3C_FirstGetU3Ec__Iterator1_t3719040934 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Object CStreamMono/<_FirstGet>c__Iterator1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3C_FirstGetU3Ec__Iterator1_System_Collections_IEnumerator_get_Current_m3670499409 (U3C_FirstGetU3Ec__Iterator1_t3719040934 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Void CStreamMono/<_FirstGet>c__Iterator1::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3C_FirstGetU3Ec__Iterator1_Dispose_m629902576 (U3C_FirstGetU3Ec__Iterator1_t3719040934 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void CStreamMono/<_FirstGet>c__Iterator1::Reset() extern "C" IL2CPP_METHOD_ATTR void U3C_FirstGetU3Ec__Iterator1_Reset_m2663799391 (U3C_FirstGetU3Ec__Iterator1_t3719040934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3C_FirstGetU3Ec__Iterator1_Reset_m2663799391_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,U3C_FirstGetU3Ec__Iterator1_Reset_m2663799391_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 CStreamMono/<_ResGet>c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_ResGetU3Ec__Iterator0__ctor_m3035078448 (U3C_ResGetU3Ec__Iterator0_t4017342962 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CStreamMono/<_ResGet>c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3C_ResGetU3Ec__Iterator0_MoveNext_m3057204212 (U3C_ResGetU3Ec__Iterator0_t4017342962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3C_ResGetU3Ec__Iterator0_MoveNext_m3057204212_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_5(); V_0 = L_0; __this->set_U24PC_5((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_005c; } } } { goto IL_0105; } IL_0021: { CStreamFileData_t117405574 * L_2 = __this->get_data_0(); NullCheck(L_2); String_t* L_3 = L_2->get__filePath_0(); String_t* L_4 = CStreamFileManager_GetFileRealPath_m4088430973(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); WWW_t3688466362 * L_5 = (WWW_t3688466362 *)il2cpp_codegen_object_new(WWW_t3688466362_il2cpp_TypeInfo_var); WWW__ctor_m2915079343(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CwwwValU3E__0_1(L_5); WWW_t3688466362 * L_6 = __this->get_U3CwwwValU3E__0_1(); __this->set_U24current_3(L_6); bool L_7 = __this->get_U24disposing_4(); if (L_7) { goto IL_0057; } } { __this->set_U24PC_5(1); } IL_0057: { goto IL_0107; } IL_005c: { WWW_t3688466362 * L_8 = __this->get_U3CwwwValU3E__0_1(); NullCheck(L_8); String_t* L_9 = WWW_get_error_m3055313367(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00b9; } } { WWW_t3688466362 * L_11 = __this->get_U3CwwwValU3E__0_1(); NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = WWW_get_bytes_m3061182897(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00b9; } } { WWW_t3688466362 * L_13 = __this->get_U3CwwwValU3E__0_1(); NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = WWW_get_bytes_m3061182897(L_13, /*hidden argument*/NULL); NullCheck(L_14); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) { goto IL_00b9; } } { CStreamFileData_t117405574 * L_15 = __this->get_data_0(); NullCheck(L_15); String_t* L_16 = L_15->get__filePath_0(); WWW_t3688466362 * L_17 = __this->get_U3CwwwValU3E__0_1(); NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = WWW_get_bytes_m3061182897(L_17, /*hidden argument*/NULL); bool L_19 = CWriteVar_WriteFile_m3185547125(NULL /*static, unused*/, L_16, L_18, (bool)1, /*hidden argument*/NULL); if (!L_19) { goto IL_00b4; } } IL_00b4: { goto IL_00d8; } IL_00b9: { CLogHelp_t779629444 * L_20 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); CStreamFileData_t117405574 * L_21 = __this->get_data_0(); NullCheck(L_21); String_t* L_22 = L_21->get__filePath_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2316644083, L_22, /*hidden argument*/NULL); NullCheck(L_20); CLogHelp_LogFile_m4227814860(L_20, L_23, /*hidden argument*/NULL); } IL_00d8: { __this->set_U3CwwwValU3E__0_1((WWW_t3688466362 *)NULL); CStreamMono_t2235327261 * L_24 = __this->get_U24this_2(); NullCheck(L_24); L_24->set_m_bCanPop_3((bool)1); CStreamMono_t2235327261 * L_25 = __this->get_U24this_2(); CStreamMono_t2235327261 * L_26 = L_25; NullCheck(L_26); int32_t L_27 = L_26->get_m_doneCount_4(); NullCheck(L_26); L_26->set_m_doneCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); __this->set_U24PC_5((-1)); } IL_0105: { return (bool)0; } IL_0107: { return (bool)1; } } // System.Object CStreamMono/<_ResGet>c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3C_ResGetU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m2180915055 (U3C_ResGetU3Ec__Iterator0_t4017342962 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_3(); return L_0; } } // System.Object CStreamMono/<_ResGet>c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3C_ResGetU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3405820918 (U3C_ResGetU3Ec__Iterator0_t4017342962 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_3(); return L_0; } } // System.Void CStreamMono/<_ResGet>c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3C_ResGetU3Ec__Iterator0_Dispose_m3432641447 (U3C_ResGetU3Ec__Iterator0_t4017342962 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_4((bool)1); __this->set_U24PC_5((-1)); return; } } // System.Void CStreamMono/<_ResGet>c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3C_ResGetU3Ec__Iterator0_Reset_m1879256316 (U3C_ResGetU3Ec__Iterator0_t4017342962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3C_ResGetU3Ec__Iterator0_Reset_m1879256316_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,U3C_ResGetU3Ec__Iterator0_Reset_m1879256316_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 CSuitDetailCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr__ctor_m4269802016 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr__ctor_m4269802016_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); CDataModelAny_t3819624005 * L_0 = (CDataModelAny_t3819624005 *)il2cpp_codegen_object_new(CDataModelAny_t3819624005_il2cpp_TypeInfo_var); CDataModelAny__ctor_m2630302822(L_0, /*hidden argument*/NULL); CSuitDetailCtr_set_CDataSuitInfo_m2136361991(__this, L_0, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_1 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_1, /*hidden argument*/NULL); CSuitDetailCtr_set_CDataBoolRewardSussucs_m841499277(__this, L_1, /*hidden argument*/NULL); return; } } // CSuitDetailCtr CSuitDetailCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitDetailCtr_t2341865762 * CSuitDetailCtr_GetInstance_m791883356 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr_GetInstance_m791883356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSuitDetailCtr_t2341865762 * L_0 = ((CSuitDetailCtr_t2341865762_StaticFields*)il2cpp_codegen_static_fields_for(CSuitDetailCtr_t2341865762_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CSuitDetailCtr_t2341865762 * L_1 = ((CSuitDetailCtr_t2341865762_StaticFields*)il2cpp_codegen_static_fields_for(CSuitDetailCtr_t2341865762_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CSuitDetailCtr_t2341865762 * L_2 = (CSuitDetailCtr_t2341865762 *)il2cpp_codegen_object_new(CSuitDetailCtr_t2341865762_il2cpp_TypeInfo_var); CSuitDetailCtr__ctor_m4269802016(L_2, /*hidden argument*/NULL); ((CSuitDetailCtr_t2341865762_StaticFields*)il2cpp_codegen_static_fields_for(CSuitDetailCtr_t2341865762_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CSuitDetailCtr_t2341865762 * L_3 = ((CSuitDetailCtr_t2341865762_StaticFields*)il2cpp_codegen_static_fields_for(CSuitDetailCtr_t2341865762_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // CDataModelAny CSuitDetailCtr::get_CDataSuitInfo() extern "C" IL2CPP_METHOD_ATTR CDataModelAny_t3819624005 * CSuitDetailCtr_get_CDataSuitInfo_m128302706 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { { CDataModelAny_t3819624005 * L_0 = __this->get_U3CCDataSuitInfoU3Ek__BackingField_3(); return L_0; } } // System.Void CSuitDetailCtr::set_CDataSuitInfo(CDataModelAny) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_set_CDataSuitInfo_m2136361991 (CSuitDetailCtr_t2341865762 * __this, CDataModelAny_t3819624005 * ___value0, const RuntimeMethod* method) { { CDataModelAny_t3819624005 * L_0 = ___value0; __this->set_U3CCDataSuitInfoU3Ek__BackingField_3(L_0); return; } } // CDataModelBool CSuitDetailCtr::get_CDataBoolRewardSussucs() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * CSuitDetailCtr_get_CDataBoolRewardSussucs_m563245082 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_U3CCDataBoolRewardSussucsU3Ek__BackingField_4(); return L_0; } } // System.Void CSuitDetailCtr::set_CDataBoolRewardSussucs(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_set_CDataBoolRewardSussucs_m841499277 (CSuitDetailCtr_t2341865762 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = ___value0; __this->set_U3CCDataBoolRewardSussucsU3Ek__BackingField_4(L_0); return; } } // System.Void CSuitDetailCtr::ShowPage(HandBookCfg/SuitInfo) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_ShowPage_m3795302854 (CSuitDetailCtr_t2341865762 * __this, SuitInfo_t4135687472 * ___suitInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr_ShowPage_m3795302854_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_ShowUI_m2971791309(L_0, ((int32_t)143), ((int32_t)145), /*hidden argument*/NULL); SuitInfo_t4135687472 * L_1 = ___suitInfo0; CSuitDetailCtr_UpdatePage_m682258089(__this, L_1, /*hidden argument*/NULL); CSuitDetailCtr_GetSuitInfoFromServer_m3232317488(__this, /*hidden argument*/NULL); return; } } // System.Void CSuitDetailCtr::UpdatePage(HandBookCfg/SuitInfo) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_UpdatePage_m682258089 (CSuitDetailCtr_t2341865762 * __this, SuitInfo_t4135687472 * ___suitInfo0, const RuntimeMethod* method) { { CDataModelAny_t3819624005 * L_0 = CSuitDetailCtr_get_CDataSuitInfo_m128302706(__this, /*hidden argument*/NULL); SuitInfo_t4135687472 * L_1 = ___suitInfo0; NullCheck(L_0); CDataModelAny_set_Data_m2429302818(L_0, L_1, /*hidden argument*/NULL); SuitInfo_t4135687472 * L_2 = ___suitInfo0; __this->set_suitData_2(L_2); return; } } // System.Void CSuitDetailCtr::ShowSuitReward() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_ShowSuitReward_m3459790283 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = CSuitDetailCtr_get_CDataBoolRewardSussucs_m563245082(__this, /*hidden argument*/NULL); NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void CSuitDetailCtr::OnClosePage() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_OnClosePage_m2906441983 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr_OnClosePage_m2906441983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)143), /*hidden argument*/NULL); return; } } // System.Void CSuitDetailCtr::OnReturnSuitListPage() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_OnReturnSuitListPage_m2681709516 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { ThemeInfo_t2661298501 * V_0 = NULL; { CSuitDetailCtr_OnClosePage_m2906441983(__this, /*hidden argument*/NULL); HandBookCfg_t3398685571 * L_0 = HandBookCfg_GetInstance_m3087382814(NULL /*static, unused*/, /*hidden argument*/NULL); SuitInfo_t4135687472 * L_1 = __this->get_suitData_2(); NullCheck(L_1); int32_t L_2 = SuitInfo_get_Id_m826285488(L_1, /*hidden argument*/NULL); NullCheck(L_0); ThemeInfo_t2661298501 * L_3 = HandBookCfg_GetThemeBySuitId_m1765356612(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; CSuitListCtr_t2923834228 * L_4 = CSuitListCtr_GetInstance_m1135308584(NULL /*static, unused*/, /*hidden argument*/NULL); ThemeInfo_t2661298501 * L_5 = V_0; NullCheck(L_4); CSuitListCtr_ShowPage_m500947946(L_4, L_5, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CSuitDetailCtr::OnShareSuit() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_OnShareSuit_m4283978314 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr_OnShareSuit_m4283978314_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SuitInfo_t4135687472 * L_0 = __this->get_suitData_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2476080563, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_3 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CWndController_ShowUI_m3552255067(L_3, ((int32_t)154), /*hidden argument*/NULL); return; } } // System.Void CSuitDetailCtr::OnGetReward() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_OnGetReward_m1941027983 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr_OnGetReward_m1941027983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SuitInfo_t4135687472 * L_0 = __this->get_suitData_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1394757185, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); CSuitDetailCtr_GetRewardFromServer_m793670930(__this, /*hidden argument*/NULL); return; } } // System.Void CSuitDetailCtr::GetRewardFromServer() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_GetRewardFromServer_m793670930 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr_GetRewardFromServer_m793670930_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)886), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; SuitInfo_t4135687472 * L_3 = __this->get_suitData_2(); NullCheck(L_3); int32_t L_4 = SuitInfo_get_Id_m826285488(L_3, /*hidden argument*/NULL); NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); int32_t L_6 = ((int32_t)886); RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); SuitInfo_t4135687472 * L_8 = __this->get_suitData_2(); NullCheck(L_8); int32_t L_9 = SuitInfo_get_Id_m826285488(L_8, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1682321840, L_7, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void CSuitDetailCtr::GetSuitInfoFromServer() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_GetSuitInfoFromServer_m3232317488 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitDetailCtr_GetSuitInfoFromServer_m3232317488_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)885), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; SuitInfo_t4135687472 * L_3 = __this->get_suitData_2(); NullCheck(L_3); int32_t L_4 = SuitInfo_get_Id_m826285488(L_3, /*hidden argument*/NULL); NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); int32_t L_6 = ((int32_t)885); RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); SuitInfo_t4135687472 * L_8 = __this->get_suitData_2(); NullCheck(L_8); int32_t L_9 = SuitInfo_get_Id_m826285488(L_8, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3691482627, L_7, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_12, /*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 CSuitListCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr__ctor_m236532781 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr__ctor_m236532781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t201508249 * L_0 = (Dictionary_2_t201508249 *)il2cpp_codegen_object_new(Dictionary_2_t201508249_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3177048309(L_0, /*hidden argument*/Dictionary_2__ctor_m3177048309_RuntimeMethod_var); __this->set_suitDatas_3(L_0); IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); CDataModelAny_t3819624005 * L_1 = (CDataModelAny_t3819624005 *)il2cpp_codegen_object_new(CDataModelAny_t3819624005_il2cpp_TypeInfo_var); CDataModelAny__ctor_m2630302822(L_1, /*hidden argument*/NULL); CSuitListCtr_set_CsuitsData_m3613228552(__this, L_1, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_2 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_2, /*hidden argument*/NULL); CSuitListCtr_set_CNowPageIndex_m1301647373(__this, L_2, /*hidden argument*/NULL); return; } } // CSuitListCtr CSuitListCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitListCtr_t2923834228 * CSuitListCtr_GetInstance_m1135308584 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_GetInstance_m1135308584_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSuitListCtr_t2923834228 * L_0 = ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CSuitListCtr_t2923834228 * L_1 = ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CSuitListCtr_t2923834228 * L_2 = (CSuitListCtr_t2923834228 *)il2cpp_codegen_object_new(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var); CSuitListCtr__ctor_m236532781(L_2, /*hidden argument*/NULL); ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CSuitListCtr_t2923834228 * L_3 = ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.Int32 CSuitListCtr::get_NumAllPage() extern "C" IL2CPP_METHOD_ATTR int32_t CSuitListCtr_get_NumAllPage_m2696285909 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_get_NumAllPage_m2696285909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t201508249 * L_0 = __this->get_suitDatas_3(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m2715014037(L_0, /*hidden argument*/Dictionary_2_get_Count_m2715014037_RuntimeMethod_var); return L_1; } } // CDataModelInt CSuitListCtr::get_CNowPageIndex() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * CSuitListCtr_get_CNowPageIndex_m3307387885 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_U3CCNowPageIndexU3Ek__BackingField_4(); return L_0; } } // System.Void CSuitListCtr::set_CNowPageIndex(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_set_CNowPageIndex_m1301647373 (CSuitListCtr_t2923834228 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = ___value0; __this->set_U3CCNowPageIndexU3Ek__BackingField_4(L_0); return; } } // CDataModelAny CSuitListCtr::get_CsuitsData() extern "C" IL2CPP_METHOD_ATTR CDataModelAny_t3819624005 * CSuitListCtr_get_CsuitsData_m3244048704 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { { CDataModelAny_t3819624005 * L_0 = __this->get_U3CCsuitsDataU3Ek__BackingField_5(); return L_0; } } // System.Void CSuitListCtr::set_CsuitsData(CDataModelAny) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_set_CsuitsData_m3613228552 (CSuitListCtr_t2923834228 * __this, CDataModelAny_t3819624005 * ___value0, const RuntimeMethod* method) { { CDataModelAny_t3819624005 * L_0 = ___value0; __this->set_U3CCsuitsDataU3Ek__BackingField_5(L_0); return; } } // System.Void CSuitListCtr::ShowPage(HandBookCfg/ThemeInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_ShowPage_m500947946 (CSuitListCtr_t2923834228 * __this, ThemeInfo_t2661298501 * ___themeInfo0, bool ___isDirect1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_ShowPage_m500947946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_ShowUI_m3552255067(L_0, ((int32_t)142), /*hidden argument*/NULL); ThemeInfo_t2661298501 * L_1 = ___themeInfo0; NullCheck(L_1); Dictionary_2_t201508249 * L_2 = ThemeInfo_GroupSuitBy_m2072165895(L_1, 8, /*hidden argument*/NULL); __this->set_suitDatas_3(L_2); bool L_3 = ___isDirect1; if (!L_3) { goto IL_002a; } } { __this->set_nowIndex_2(0); } IL_002a: { int32_t L_4 = __this->get_nowIndex_2(); CSuitListCtr_UpdateData_m1011393437(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::ShowPage(HandBookCfg/ThemeInfo) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_ShowPage_m3596383614 (CSuitListCtr_t2923834228 * __this, ThemeInfo_t2661298501 * ___themeInfo0, const RuntimeMethod* method) { { ThemeInfo_t2661298501 * L_0 = ___themeInfo0; CSuitListCtr_ShowPage_m500947946(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::OnClkSuit(HandBookCfg/SuitInfo) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_OnClkSuit_m2731279563 (CSuitListCtr_t2923834228 * __this, SuitInfo_t4135687472 * ___info0, const RuntimeMethod* method) { { CSuitListCtr_OnClosePage_m2704320587(__this, /*hidden argument*/NULL); CSuitDetailCtr_t2341865762 * L_0 = CSuitDetailCtr_GetInstance_m791883356(NULL /*static, unused*/, /*hidden argument*/NULL); SuitInfo_t4135687472 * L_1 = ___info0; NullCheck(L_0); CSuitDetailCtr_ShowPage_m3795302854(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::ToNextSuitListPage() extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_ToNextSuitListPage_m2702146474 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_ToNextSuitListPage_m2702146474_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSuitListCtr_t2923834228 * G_B2_0 = NULL; CSuitListCtr_t2923834228 * G_B1_0 = NULL; { Func_2_t4154244306 * L_0 = ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_6(); G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0019; } } { intptr_t L_1 = (intptr_t)CSuitListCtr_U3CToNextSuitListPageU3Em__0_m2735936508_RuntimeMethod_var; Func_2_t4154244306 * L_2 = (Func_2_t4154244306 *)il2cpp_codegen_object_new(Func_2_t4154244306_il2cpp_TypeInfo_var); Func_2__ctor_m1354307147(L_2, NULL, L_1, /*hidden argument*/Func_2__ctor_m1354307147_RuntimeMethod_var); ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_6(L_2); G_B2_0 = G_B1_0; } IL_0019: { Func_2_t4154244306 * L_3 = ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_6(); NullCheck(G_B2_0); CSuitListCtr_ChangeSuitListPage_m1573537012(G_B2_0, L_3, /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::ToPrevSuitListPage() extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_ToPrevSuitListPage_m2119615785 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_ToPrevSuitListPage_m2119615785_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSuitListCtr_t2923834228 * G_B2_0 = NULL; CSuitListCtr_t2923834228 * G_B1_0 = NULL; { Func_2_t4154244306 * L_0 = ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_7(); G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0019; } } { intptr_t L_1 = (intptr_t)CSuitListCtr_U3CToPrevSuitListPageU3Em__1_m641397178_RuntimeMethod_var; Func_2_t4154244306 * L_2 = (Func_2_t4154244306 *)il2cpp_codegen_object_new(Func_2_t4154244306_il2cpp_TypeInfo_var); Func_2__ctor_m1354307147(L_2, NULL, L_1, /*hidden argument*/Func_2__ctor_m1354307147_RuntimeMethod_var); ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1_7(L_2); G_B2_0 = G_B1_0; } IL_0019: { Func_2_t4154244306 * L_3 = ((CSuitListCtr_t2923834228_StaticFields*)il2cpp_codegen_static_fields_for(CSuitListCtr_t2923834228_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_7(); NullCheck(G_B2_0); CSuitListCtr_ChangeSuitListPage_m1573537012(G_B2_0, L_3, /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::OnRetrunThemeListPage() extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_OnRetrunThemeListPage_m2975592781 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { { CSuitListCtr_OnClosePage_m2704320587(__this, /*hidden argument*/NULL); CHandBookCtr_t4285066741 * L_0 = CHandBookCtr_GetInstance_m650984722(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CHandBookCtr_ShowPage_m401366048(L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::OnClosePage() extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_OnClosePage_m2704320587 (CSuitListCtr_t2923834228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_OnClosePage_m2704320587_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t201508249 * L_0 = __this->get_suitDatas_3(); NullCheck(L_0); Dictionary_2_Clear_m3428897668(L_0, /*hidden argument*/Dictionary_2_Clear_m3428897668_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CWndController_HideUI_m732482071(L_1, ((int32_t)142), /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::ChangeSuitListPage(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_ChangeSuitListPage_m1573537012 (CSuitListCtr_t2923834228 * __this, Func_2_t4154244306 * ___func0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_ChangeSuitListPage_m1573537012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_2_t4154244306 * L_0 = ___func0; int32_t L_1 = __this->get_nowIndex_2(); NullCheck(L_0); int32_t L_2 = Func_2_Invoke_m2288287195(L_0, L_1, /*hidden argument*/Func_2_Invoke_m2288287195_RuntimeMethod_var); __this->set_nowIndex_2(L_2); int32_t L_3 = __this->get_nowIndex_2(); Dictionary_2_t201508249 * L_4 = __this->get_suitDatas_3(); NullCheck(L_4); int32_t L_5 = Dictionary_2_get_Count_m2715014037(L_4, /*hidden argument*/Dictionary_2_get_Count_m2715014037_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))))) { goto IL_005c; } } { Dictionary_2_t201508249 * L_6 = __this->get_suitDatas_3(); NullCheck(L_6); int32_t L_7 = Dictionary_2_get_Count_m2715014037(L_6, /*hidden argument*/Dictionary_2_get_Count_m2715014037_RuntimeMethod_var); __this->set_nowIndex_2(L_7); CDataModelInt_t3463393640 * L_8 = CSuitListCtr_get_CNowPageIndex_m3307387885(__this, /*hidden argument*/NULL); Dictionary_2_t201508249 * L_9 = __this->get_suitDatas_3(); NullCheck(L_9); int32_t L_10 = Dictionary_2_get_Count_m2715014037(L_9, /*hidden argument*/Dictionary_2_get_Count_m2715014037_RuntimeMethod_var); NullCheck(L_8); CDataModelInt_set_Data_m3794751788(L_8, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3587102341, /*hidden argument*/NULL); return; } IL_005c: { int32_t L_11 = __this->get_nowIndex_2(); if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0086; } } { __this->set_nowIndex_2(0); CDataModelInt_t3463393640 * L_12 = CSuitListCtr_get_CNowPageIndex_m3307387885(__this, /*hidden argument*/NULL); NullCheck(L_12); CDataModelInt_set_Data_m3794751788(L_12, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2008977278, /*hidden argument*/NULL); return; } IL_0086: { int32_t L_13 = __this->get_nowIndex_2(); CSuitListCtr_UpdateData_m1011393437(__this, L_13, /*hidden argument*/NULL); return; } } // System.Void CSuitListCtr::UpdateData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSuitListCtr_UpdateData_m1011393437 (CSuitListCtr_t2923834228 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSuitListCtr_UpdateData_m1011393437_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataModelAny_t3819624005 * L_0 = CSuitListCtr_get_CsuitsData_m3244048704(__this, /*hidden argument*/NULL); Dictionary_2_t201508249 * L_1 = __this->get_suitDatas_3(); int32_t L_2 = ___index0; NullCheck(L_1); List_1_t1312794918 * L_3 = Dictionary_2_get_Item_m617305238(L_1, L_2, /*hidden argument*/Dictionary_2_get_Item_m617305238_RuntimeMethod_var); NullCheck(L_0); CDataModelAny_set_Data_m2429302818(L_0, L_3, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_4 = CSuitListCtr_get_CNowPageIndex_m3307387885(__this, /*hidden argument*/NULL); int32_t L_5 = ___index0; NullCheck(L_4); CDataModelInt_set_Data_m3794751788(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Int32 CSuitListCtr::m__0(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CSuitListCtr_U3CToNextSuitListPageU3Em__0_m2735936508 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); ___i0 = L_1; return L_1; } } // System.Int32 CSuitListCtr::m__1(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CSuitListCtr_U3CToPrevSuitListPageU3Em__1_m641397178 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; int32_t L_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); ___i0 = L_1; 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 CTabSearchCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr__ctor_m1936645046 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { { IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); return; } } // CTabSearchCtr CTabSearchCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTabSearchCtr_t3498668791 * CTabSearchCtr_GetInstance_m616030694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTabSearchCtr_GetInstance_m616030694_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CTabSearchCtr_t3498668791 * L_0 = ((CTabSearchCtr_t3498668791_StaticFields*)il2cpp_codegen_static_fields_for(CTabSearchCtr_t3498668791_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CTabSearchCtr_t3498668791 * L_1 = ((CTabSearchCtr_t3498668791_StaticFields*)il2cpp_codegen_static_fields_for(CTabSearchCtr_t3498668791_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CTabSearchCtr_t3498668791 * L_2 = (CTabSearchCtr_t3498668791 *)il2cpp_codegen_object_new(CTabSearchCtr_t3498668791_il2cpp_TypeInfo_var); CTabSearchCtr__ctor_m1936645046(L_2, /*hidden argument*/NULL); ((CTabSearchCtr_t3498668791_StaticFields*)il2cpp_codegen_static_fields_for(CTabSearchCtr_t3498668791_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CTabSearchCtr_t3498668791 * L_3 = ((CTabSearchCtr_t3498668791_StaticFields*)il2cpp_codegen_static_fields_for(CTabSearchCtr_t3498668791_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.Action`2,System.Collections.Generic.List`1> CTabSearchCtr::get_OnGetTagListAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t814181762 * CTabSearchCtr_get_OnGetTagListAction_m4167680289 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { { Action_2_t814181762 * L_0 = __this->get_U3COnGetTagListActionU3Ek__BackingField_2(); return L_0; } } // System.Void CTabSearchCtr::set_OnGetTagListAction(System.Action`2,System.Collections.Generic.List`1>) extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_set_OnGetTagListAction_m1268554989 (CTabSearchCtr_t3498668791 * __this, Action_2_t814181762 * ___value0, const RuntimeMethod* method) { { Action_2_t814181762 * L_0 = ___value0; __this->set_U3COnGetTagListActionU3Ek__BackingField_2(L_0); return; } } // System.Action`1> CTabSearchCtr::get_OnGetItemListAction() extern "C" IL2CPP_METHOD_ATTR Action_1_t1302708402 * CTabSearchCtr_get_OnGetItemListAction_m17338813 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { { Action_1_t1302708402 * L_0 = __this->get_U3COnGetItemListActionU3Ek__BackingField_3(); return L_0; } } // System.Void CTabSearchCtr::set_OnGetItemListAction(System.Action`1>) extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_set_OnGetItemListAction_m3256215554 (CTabSearchCtr_t3498668791 * __this, Action_1_t1302708402 * ___value0, const RuntimeMethod* method) { { Action_1_t1302708402 * L_0 = ___value0; __this->set_U3COnGetItemListActionU3Ek__BackingField_3(L_0); return; } } // System.Action CTabSearchCtr::get_OnCloseUI() extern "C" IL2CPP_METHOD_ATTR Action_t1264377477 * CTabSearchCtr_get_OnCloseUI_m1383804321 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = __this->get_U3COnCloseUIU3Ek__BackingField_4(); return L_0; } } // System.Void CTabSearchCtr::set_OnCloseUI(System.Action) extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_set_OnCloseUI_m1859537421 (CTabSearchCtr_t3498668791 * __this, Action_t1264377477 * ___value0, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = ___value0; __this->set_U3COnCloseUIU3Ek__BackingField_4(L_0); return; } } // DMCore.Logic.ITEM_SHOP_TYPE CTabSearchCtr::get_TabSearchType() extern "C" IL2CPP_METHOD_ATTR int32_t CTabSearchCtr_get_TabSearchType_m2457582550 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTabSearchTypeU3Ek__BackingField_5(); return L_0; } } // System.Void CTabSearchCtr::set_TabSearchType(DMCore.Logic.ITEM_SHOP_TYPE) extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_set_TabSearchType_m466594887 (CTabSearchCtr_t3498668791 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTabSearchTypeU3Ek__BackingField_5(L_0); return; } } // System.Void CTabSearchCtr::ShowPage() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_ShowPage_m1615272022 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTabSearchCtr_ShowPage_m1615272022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_ShowUI_m2971791309(L_0, ((int32_t)151), 2, /*hidden argument*/NULL); return; } } // System.Void CTabSearchCtr::ShowTravelPage() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_ShowTravelPage_m1720853699 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTabSearchCtr_ShowTravelPage_m1720853699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_ShowUI_m2971791309(L_0, ((int32_t)151), ((int32_t)199), /*hidden argument*/NULL); return; } } // System.Void CTabSearchCtr::HidePage() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_HidePage_m2285710767 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTabSearchCtr_HidePage_m2285710767_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)151), /*hidden argument*/NULL); Action_t1264377477 * L_1 = CTabSearchCtr_get_OnCloseUI_m1383804321(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { Action_t1264377477 * L_2 = CTabSearchCtr_get_OnCloseUI_m1383804321(__this, /*hidden argument*/NULL); NullCheck(L_2); Action_Invoke_m937035532(L_2, /*hidden argument*/NULL); } IL_0025: { return; } } // System.Void CTabSearchCtr::OnSureSelect(System.Collections.Generic.List`1,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_OnSureSelect_m149866475 (CTabSearchCtr_t3498668791 * __this, List_1_t1130240807 * ___qualitys0, List_1_t128053199 * ___tags1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTabSearchCtr_OnSureSelect_m149866475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_2_t814181762 * L_0 = CTabSearchCtr_get_OnGetTagListAction_m4167680289(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { Action_2_t814181762 * L_1 = CTabSearchCtr_get_OnGetTagListAction_m4167680289(__this, /*hidden argument*/NULL); List_1_t1130240807 * L_2 = ___qualitys0; List_1_t128053199 * L_3 = ___tags1; NullCheck(L_1); Action_2_Invoke_m1598171287(L_1, L_2, L_3, /*hidden argument*/Action_2_Invoke_m1598171287_RuntimeMethod_var); } IL_0018: { CTabSearchCtr_HidePage_m2285710767(__this, /*hidden argument*/NULL); return; } } // System.Void CTabSearchCtr::OnSureSelect(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_OnSureSelect_m4222127903 (CTabSearchCtr_t3498668791 * __this, List_1_t1130240807 * ___qualitys0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTabSearchCtr_OnSureSelect_m4222127903_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t1302708402 * L_0 = CTabSearchCtr_get_OnGetItemListAction_m17338813(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { Action_1_t1302708402 * L_1 = CTabSearchCtr_get_OnGetItemListAction_m17338813(__this, /*hidden argument*/NULL); List_1_t1130240807 * L_2 = ___qualitys0; NullCheck(L_1); Action_1_Invoke_m1395004554(L_1, L_2, /*hidden argument*/Action_1_Invoke_m1395004554_RuntimeMethod_var); } IL_0017: { CTabSearchCtr_HidePage_m2285710767(__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 CTexturnAnim::.ctor() extern "C" IL2CPP_METHOD_ATTR void CTexturnAnim__ctor_m1845950217 (CTexturnAnim_t2202883548 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CTexturnAnim::Awake() extern "C" IL2CPP_METHOD_ATTR void CTexturnAnim_Awake_m3603377314 (CTexturnAnim_t2202883548 * __this, const RuntimeMethod* method) { { __this->set_m_TimeLabor_5((0.0f)); __this->set_m_CurIndex_6(0); return; } } // System.Void CTexturnAnim::Update() extern "C" IL2CPP_METHOD_ATTR void CTexturnAnim_Update_m3513501997 (CTexturnAnim_t2202883548 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTexturnAnim_Update_m3513501997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UITexture_t3471168817 * L_0 = __this->get_m_UITexture_2(); 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_0029; } } { Texture2DU5BU5D_t149664596* L_2 = __this->get_m_ListTextures_4(); if (!L_2) { goto IL_0029; } } { Texture2DU5BU5D_t149664596* L_3 = __this->get_m_ListTextures_4(); NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_002a; } } IL_0029: { return; } IL_002a: { float L_4 = __this->get_m_TimeLabor_5(); float L_5 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_TimeLabor_5(((float)il2cpp_codegen_add((float)L_4, (float)L_5))); float L_6 = __this->get_m_Circle_3(); float L_7 = __this->get_m_TimeLabor_5(); if ((!(((float)L_6) < ((float)L_7)))) { goto IL_00a0; } } { float L_8 = __this->get_m_TimeLabor_5(); float L_9 = __this->get_m_Circle_3(); __this->set_m_TimeLabor_5(((float)il2cpp_codegen_subtract((float)L_8, (float)L_9))); int32_t L_10 = __this->get_m_CurIndex_6(); __this->set_m_CurIndex_6(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); Texture2DU5BU5D_t149664596* L_11 = __this->get_m_ListTextures_4(); NullCheck(L_11); int32_t L_12 = __this->get_m_CurIndex_6(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))) > ((int32_t)L_12))) { goto IL_0088; } } { __this->set_m_CurIndex_6(0); } IL_0088: { UITexture_t3471168817 * L_13 = __this->get_m_UITexture_2(); Texture2DU5BU5D_t149664596* L_14 = __this->get_m_ListTextures_4(); int32_t L_15 = __this->get_m_CurIndex_6(); NullCheck(L_14); int32_t L_16 = L_15; Texture2D_t3840446185 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_13, L_17); } IL_00a0: { 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 CUIBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIBase__ctor_m220894030 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase__ctor_m220894030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); int32_t L_0 = ((CUIBase_t3255455658_StaticFields*)il2cpp_codegen_static_fields_for(CUIBase_t3255455658_il2cpp_TypeInfo_var))->get_s_nUILabor_7(); ((CUIBase_t3255455658_StaticFields*)il2cpp_codegen_static_fields_for(CUIBase_t3255455658_il2cpp_TypeInfo_var))->set_s_nUILabor_7(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = ((CUIBase_t3255455658_StaticFields*)il2cpp_codegen_static_fields_for(CUIBase_t3255455658_il2cpp_TypeInfo_var))->get_s_nUILabor_7(); CUIBase_set_UI_ID_m1965999697(__this, L_1, /*hidden argument*/NULL); return; } } // System.Int32 CUIBase::get_UI_ID() extern "C" IL2CPP_METHOD_ATTR int32_t CUIBase_get_UI_ID_m4113225531 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUI_IDU3Ek__BackingField_0(); return L_0; } } // System.Void CUIBase::set_UI_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_UI_ID_m1965999697 (CUIBase_t3255455658 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CUI_IDU3Ek__BackingField_0(L_0); return; } } // System.String CUIBase::get_UI_Class() extern "C" IL2CPP_METHOD_ATTR String_t* CUIBase_get_UI_Class_m433969214 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CUI_ClassU3Ek__BackingField_1(); return L_0; } } // System.Void CUIBase::set_UI_Class(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_UI_Class_m2978327679 (CUIBase_t3255455658 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CUI_ClassU3Ek__BackingField_1(L_0); return; } } // System.Boolean CUIBase::Equals(CUIBase) extern "C" IL2CPP_METHOD_ATTR bool CUIBase_Equals_m2604125975 (CUIBase_t3255455658 * __this, CUIBase_t3255455658 * ___other0, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { CUIBase_t3255455658 * L_0 = ___other0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { int32_t L_1 = CUIBase_get_UI_ID_m4113225531(__this, /*hidden argument*/NULL); CUIBase_t3255455658 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = CUIBase_get_UI_ID_m4113225531(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_001f; } } { G_B5_0 = 1; goto IL_0020; } IL_001f: { G_B5_0 = 0; } IL_0020: { return (bool)G_B5_0; } } // System.Void CUIBase::Bind(UnityEngine.GameObject,System.String) extern "C" IL2CPP_METHOD_ATTR void CUIBase_Bind_m1719240495 (CUIBase_t3255455658 * __this, GameObject_t1113636619 * ___go0, String_t* ___className1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_Bind_m1719240495_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUIBase_t3255455658 * G_B2_0 = NULL; CUIBase_t3255455658 * G_B1_0 = NULL; Transform_t3600365921 * G_B3_0 = NULL; CUIBase_t3255455658 * G_B3_1 = NULL; { String_t* L_0 = ___className1; CUIBase_set_UI_Class_m2978327679(__this, L_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = ___go0; CUIBase_set_gameObject_m2303850692(__this, L_1, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = ___go0; 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); G_B1_0 = __this; if (!L_3) { G_B2_0 = __this; goto IL_0026; } } { GameObject_t1113636619 * L_4 = ___go0; NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0027; } IL_0026: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); CUIBase_set_transform_m3636033755(G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } // UnityEngine.GameObject CUIBase::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CUIBase_get_gameObject_m47355781 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_2(); return L_0; } } // System.Void CUIBase::set_gameObject(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_gameObject_m2303850692 (CUIBase_t3255455658 * __this, GameObject_t1113636619 * ___value0, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = ___value0; __this->set_U3CgameObjectU3Ek__BackingField_2(L_0); return; } } // UnityEngine.Transform CUIBase::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_get_transform_m568012358 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_U3CtransformU3Ek__BackingField_3(); return L_0; } } // System.Void CUIBase::set_transform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CUIBase_set_transform_m3636033755 (CUIBase_t3255455658 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___value0; __this->set_U3CtransformU3Ek__BackingField_3(L_0); return; } } // System.Boolean CUIBase::get_Active() extern "C" IL2CPP_METHOD_ATTR bool CUIBase_get_Active_m3212426404 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_get_Active_m3212426404_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { GameObject_t1113636619 * L_0 = CUIBase_get_gameObject_m47355781(__this, /*hidden argument*/NULL); 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_001e; } } { GameObject_t1113636619 * L_2 = CUIBase_get_gameObject_m47355781(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = GameObject_get_activeSelf_m1767405923(L_2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_001f; } IL_001e: { G_B3_0 = 0; } IL_001f: { return (bool)G_B3_0; } } // System.Void CUIBase::OnExternCallEvent(IEventBase) extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnExternCallEvent_m2926602364 (CUIBase_t3255455658 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { { return; } } // System.Void CUIBase::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnPageInit_m1433691499 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { return; } } // System.Void CUIBase::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnPageShow_m610452266 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { return; } } // System.Void CUIBase::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnPageHide_m2962002039 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { return; } } // System.Void CUIBase::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnDestroy_m2854673992 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { CUIBase_UnRegistUpdate_m3080511716(__this, /*hidden argument*/NULL); CUIBase_UnRegistLateUpdate_m1775356343(__this, /*hidden argument*/NULL); return; } } // System.Void CUIBase::Update() extern "C" IL2CPP_METHOD_ATTR void CUIBase_Update_m4138194535 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { return; } } // System.Void CUIBase::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_LateUpdate_m643702701 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { { return; } } // System.Void CUIBase::RegistUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_RegistUpdate_m4199357620 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_RegistUpdate_m4199357620_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bRegUpdate_4(); if (L_0) { goto IL_0018; } } { __this->set_m_bRegUpdate_4((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CUpdateInterface_RegistUpdate_m1931055446(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Void CUIBase::RegistLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_RegistLateUpdate_m293841120 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_RegistLateUpdate_m293841120_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bRegLateUpdate_5(); if (L_0) { goto IL_0018; } } { __this->set_m_bRegLateUpdate_5((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CUpdateInterface_RegistLateUpdate_m2030104302(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Void CUIBase::UnRegistUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_UnRegistUpdate_m3080511716 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_UnRegistUpdate_m3080511716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bRegUpdate_4(); if (!L_0) { goto IL_0018; } } { __this->set_m_bRegUpdate_4((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CUpdateInterface_UnRegistUpdate_m484854049(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Void CUIBase::UnRegistLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_UnRegistLateUpdate_m1775356343 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_UnRegistLateUpdate_m1775356343_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bRegLateUpdate_5(); if (!L_0) { goto IL_0018; } } { __this->set_m_bRegLateUpdate_5((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CUpdateInterface_UnRegistLateUpdate_m3041927455(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_0018: { return; } } // UnityEngine.Transform CUIBase::FindSerialedTransform(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_FindSerialedTransform_m1564495734 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindSerialedTransform_m1564495734_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMSerial_t3962411756 * V_0 = NULL; Transform_t3600365921 * G_B3_0 = NULL; { DMSerial_t3962411756 * L_0 = CUIBase_GetSerial_m1627639709(__this, /*hidden argument*/NULL); V_0 = L_0; DMSerial_t3962411756 * 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_001f; } } { DMSerial_t3962411756 * L_3 = V_0; String_t* L_4 = ___serialedName0; NullCheck(L_3); Transform_t3600365921 * L_5 = DMSerial_GetTransform_m1991702254(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0020; } IL_001f: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_0020: { return G_B3_0; } } // UnityEngine.GameObject CUIBase::FindSerialedGameObject(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CUIBase_FindSerialedGameObject_m3812782434 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindSerialedGameObject_m3812782434_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMSerial_t3962411756 * V_0 = NULL; GameObject_t1113636619 * G_B3_0 = NULL; { DMSerial_t3962411756 * L_0 = CUIBase_GetSerial_m1627639709(__this, /*hidden argument*/NULL); V_0 = L_0; DMSerial_t3962411756 * 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_001f; } } { DMSerial_t3962411756 * L_3 = V_0; String_t* L_4 = ___serialedName0; NullCheck(L_3); GameObject_t1113636619 * L_5 = DMSerial_GetGameObject_m3618834009(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0020; } IL_001f: { G_B3_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0020: { return G_B3_0; } } // UILabel CUIBase::FindSerialedLabel(System.String) extern "C" IL2CPP_METHOD_ATTR UILabel_t3248798549 * CUIBase_FindSerialedLabel_m4258900353 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindSerialedLabel_m4258900353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serialedName0; UILabel_t3248798549 * L_1 = CUIBase_FindSerialValue_TisUILabel_t3248798549_m1414506829(__this, L_0, /*hidden argument*/CUIBase_FindSerialValue_TisUILabel_t3248798549_m1414506829_RuntimeMethod_var); return L_1; } } // UISprite CUIBase::FindSerialedSprite(System.String) extern "C" IL2CPP_METHOD_ATTR UISprite_t194114938 * CUIBase_FindSerialedSprite_m903510271 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindSerialedSprite_m903510271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serialedName0; UISprite_t194114938 * L_1 = CUIBase_FindSerialValue_TisUISprite_t194114938_m54679888(__this, L_0, /*hidden argument*/CUIBase_FindSerialValue_TisUISprite_t194114938_m54679888_RuntimeMethod_var); return L_1; } } // UITexture CUIBase::FindSerialedTexture(System.String) extern "C" IL2CPP_METHOD_ATTR UITexture_t3471168817 * CUIBase_FindSerialedTexture_m3802964458 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindSerialedTexture_m3802964458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serialedName0; UITexture_t3471168817 * L_1 = CUIBase_FindSerialValue_TisUITexture_t3471168817_m486475374(__this, L_0, /*hidden argument*/CUIBase_FindSerialValue_TisUITexture_t3471168817_m486475374_RuntimeMethod_var); return L_1; } } // UnityEngine.Transform CUIBase::BindSerialBtn(System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindSerialBtn_m1473289596 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_BindSerialBtn_m1473289596_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { String_t* L_0 = ___serialedName0; Transform_t3600365921 * L_1 = CUIBase_FindSerialedTransform_m1564495734(__this, L_0, /*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_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0016; } } { return (Transform_t3600365921 *)NULL; } IL_0016: { Transform_t3600365921 * L_4 = V_0; NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_6 = UIEventListener_Get_m2822737179(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_7 = L_6; NullCheck(L_7); Action_1_t1286104214 * L_8 = L_7->get_onClick_4(); Action_1_t1286104214 * L_9 = ___delegateClk1; Delegate_t1188392813 * L_10 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_onClick_4(((Action_1_t1286104214 *)CastclassSealed((RuntimeObject*)L_10, Action_1_t1286104214_il2cpp_TypeInfo_var))); Transform_t3600365921 * L_11 = V_0; return L_11; } } // UnityEngine.Transform CUIBase::FindTransform(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_FindTransform_m1712189702 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindTransform_m1712189702_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * G_B3_0 = NULL; { Transform_t3600365921 * L_0 = ___root0; 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_0018; } } { Transform_t3600365921 * L_2 = ___root0; String_t* L_3 = ___path1; NullCheck(L_2); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0019; } IL_0018: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_0019: { return G_B3_0; } } // UnityEngine.Transform CUIBase::FindTransform(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_FindTransform_m1468339067 (CUIBase_t3255455658 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindTransform_m1468339067_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); String_t* L_1 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); Transform_t3600365921 * L_2 = CUIBase_FindTransform_m1712189702(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // UISprite CUIBase::FindSprite(System.String) extern "C" IL2CPP_METHOD_ATTR UISprite_t194114938 * CUIBase_FindSprite_m4263838980 (CUIBase_t3255455658 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindSprite_m4263838980_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; UISprite_t194114938 * G_B3_0 = NULL; { String_t* L_0 = ___path0; Transform_t3600365921 * L_1 = CUIBase_FindTransform_m1468339067(__this, L_0, /*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_001f; } } { Transform_t3600365921 * L_4 = V_0; NullCheck(L_4); UISprite_t194114938 * L_5 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_4, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); G_B3_0 = L_5; goto IL_0020; } IL_001f: { G_B3_0 = ((UISprite_t194114938 *)(NULL)); } IL_0020: { return G_B3_0; } } // UILabel CUIBase::FindLabel(System.String) extern "C" IL2CPP_METHOD_ATTR UILabel_t3248798549 * CUIBase_FindLabel_m532364072 (CUIBase_t3255455658 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindLabel_m532364072_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; UILabel_t3248798549 * G_B3_0 = NULL; { String_t* L_0 = ___path0; Transform_t3600365921 * L_1 = CUIBase_FindTransform_m1468339067(__this, L_0, /*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_001f; } } { Transform_t3600365921 * L_4 = V_0; NullCheck(L_4); UILabel_t3248798549 * L_5 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_4, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); G_B3_0 = L_5; goto IL_0020; } IL_001f: { G_B3_0 = ((UILabel_t3248798549 *)(NULL)); } IL_0020: { return G_B3_0; } } // UITexture CUIBase::FindUITexture(System.String) extern "C" IL2CPP_METHOD_ATTR UITexture_t3471168817 * CUIBase_FindUITexture_m1117696536 (CUIBase_t3255455658 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_FindUITexture_m1117696536_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; UITexture_t3471168817 * G_B3_0 = NULL; { String_t* L_0 = ___path0; Transform_t3600365921 * L_1 = CUIBase_FindTransform_m1468339067(__this, L_0, /*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_001f; } } { Transform_t3600365921 * L_4 = V_0; NullCheck(L_4); UITexture_t3471168817 * L_5 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_4, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); G_B3_0 = L_5; goto IL_0020; } IL_001f: { G_B3_0 = ((UITexture_t3471168817 *)(NULL)); } IL_0020: { return G_B3_0; } } // UnityEngine.Transform CUIBase::BindBtnClk(System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindBtnClk_m3717374882 (CUIBase_t3255455658 * __this, String_t* ___path0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method) { { String_t* L_0 = ___path0; Transform_t3600365921 * L_1 = CUIBase_FindTransform_m1468339067(__this, L_0, /*hidden argument*/NULL); Action_1_t1286104214 * L_2 = ___delegateClk1; Transform_t3600365921 * L_3 = CUIBase_BindBtnClk_m3088134014(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // UnityEngine.Transform CUIBase::BindBtnClk(UnityEngine.Transform,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindBtnClk_m3088134014 (CUIBase_t3255455658 * __this, Transform_t3600365921 * ___transform0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_BindBtnClk_m3088134014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = ___transform0; 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 (Transform_t3600365921 *)NULL; } IL_000e: { Transform_t3600365921 * L_2 = ___transform0; NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); Action_1_t1286104214 * L_4 = ___delegateClk1; Transform_t3600365921 * L_5 = CUIBase_BindBtnClk_m3039874840(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // UnityEngine.Transform CUIBase::BindBtnClk(UnityEngine.GameObject,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindBtnClk_m3039874840 (CUIBase_t3255455658 * __this, GameObject_t1113636619 * ___go0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_BindBtnClk_m3039874840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = ___go0; 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 (Transform_t3600365921 *)NULL; } IL_000e: { GameObject_t1113636619 * L_2 = ___go0; UIEventListener_t1665237878 * L_3 = UIEventListener_Get_m2822737179(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_4 = L_3; NullCheck(L_4); Action_1_t1286104214 * L_5 = L_4->get_onClick_4(); Action_1_t1286104214 * L_6 = ___delegateClk1; Delegate_t1188392813 * L_7 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_onClick_4(((Action_1_t1286104214 *)CastclassSealed((RuntimeObject*)L_7, Action_1_t1286104214_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_8 = ___go0; NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean CUIBase::BindBtnClk(System.String,System.Action`2) extern "C" IL2CPP_METHOD_ATTR bool CUIBase_BindBtnClk_m2195759534 (CUIBase_t3255455658 * __this, String_t* ___path0, Action_2_t4266817756 * ___delegateClk1, const RuntimeMethod* method) { { String_t* L_0 = ___path0; Transform_t3600365921 * L_1 = CUIBase_FindTransform_m1468339067(__this, L_0, /*hidden argument*/NULL); Action_2_t4266817756 * L_2 = ___delegateClk1; bool L_3 = CUIBase_BindBtnClk_m3538213039(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean CUIBase::BindBtnClk(UnityEngine.Transform,System.Action`2) extern "C" IL2CPP_METHOD_ATTR bool CUIBase_BindBtnClk_m3538213039 (CUIBase_t3255455658 * __this, Transform_t3600365921 * ___transform0, Action_2_t4266817756 * ___delegateClk1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_BindBtnClk_m3538213039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = ___transform0; 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 (bool)0; } IL_000e: { Transform_t3600365921 * L_2 = ___transform0; NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); Action_2_t4266817756 * L_4 = ___delegateClk1; bool L_5 = CUIBase_BindBtnClk_m1243785219(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean CUIBase::BindBtnClk(UnityEngine.GameObject,System.Action`2) extern "C" IL2CPP_METHOD_ATTR bool CUIBase_BindBtnClk_m1243785219 (CUIBase_t3255455658 * __this, GameObject_t1113636619 * ___go0, Action_2_t4266817756 * ___delegateClk1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_BindBtnClk_m1243785219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = ___go0; 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 (bool)0; } IL_000e: { GameObject_t1113636619 * L_2 = ___go0; UIEventListener_t1665237878 * L_3 = UIEventListener_Get_m2822737179(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_4 = L_3; NullCheck(L_4); Action_2_t4266817756 * L_5 = L_4->get_onPress_7(); Action_2_t4266817756 * L_6 = ___delegateClk1; Delegate_t1188392813 * L_7 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_onPress_7(((Action_2_t4266817756 *)CastclassSealed((RuntimeObject*)L_7, Action_2_t4266817756_il2cpp_TypeInfo_var))); return (bool)1; } } // DMSerial CUIBase::GetSerial() extern "C" IL2CPP_METHOD_ATTR DMSerial_t3962411756 * CUIBase_GetSerial_m1627639709 (CUIBase_t3255455658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIBase_GetSerial_m1627639709_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUIBase_t3255455658 * G_B3_0 = NULL; CUIBase_t3255455658 * G_B2_0 = NULL; DMSerial_t3962411756 * G_B4_0 = NULL; CUIBase_t3255455658 * G_B4_1 = NULL; { DMSerial_t3962411756 * L_0 = __this->get_m_serialed_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_0039; } } { Transform_t3600365921 * L_2 = CUIBase_get_transform_m568012358(__this, /*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); G_B2_0 = __this; if (!L_3) { G_B3_0 = __this; goto IL_0033; } } { Transform_t3600365921 * L_4 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_4); DMSerial_t3962411756 * L_5 = Component_GetComponent_TisDMSerial_t3962411756_m3610101527(L_4, /*hidden argument*/Component_GetComponent_TisDMSerial_t3962411756_m3610101527_RuntimeMethod_var); G_B4_0 = L_5; G_B4_1 = G_B2_0; goto IL_0034; } IL_0033: { G_B4_0 = ((DMSerial_t3962411756 *)(NULL)); G_B4_1 = G_B3_0; } IL_0034: { NullCheck(G_B4_1); G_B4_1->set_m_serialed_6(G_B4_0); } IL_0039: { DMSerial_t3962411756 * L_6 = __this->get_m_serialed_6(); return L_6; } } // System.Void CUIBase::.cctor() extern "C" IL2CPP_METHOD_ATTR void CUIBase__cctor_m3191592895 (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 CUIEvaluation::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation__ctor_m1072495378 (CUIEvaluation_t4168627961 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CUIEvaluation::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation_OnPageInit_m814759492 (CUIEvaluation_t4168627961 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIEvaluation_OnPageInit_m814759492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UISprite_t194114938 * L_1 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_0, _stringLiteral1518635337, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_perfectResult_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_2, _stringLiteral2328036797, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_uiRoot_3(L_3); return; } } // System.Void CUIEvaluation::SetResult(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation_SetResult_m2494417887 (CUIEvaluation_t4168627961 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIEvaluation_SetResult_m2494417887_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)); { int32_t L_0 = ___result0; __this->set_m_Result_4(L_0); int32_t L_1 = ___result0; if (!L_1) { goto IL_0019; } } { int32_t L_2 = ___result0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0019; } } { goto IL_0026; } IL_0019: { Transform_t3600365921 * L_3 = __this->get_m_uiRoot_3(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); return; } IL_0026: { Transform_t3600365921 * L_4 = __this->get_m_uiRoot_3(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); CUIEvaluation__FireHideProc_m2662745073(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_5 = __this->get_m_perfectResult_2(); NullCheck(L_5); String_t* L_6 = UISprite_get_spriteName_m1681755067(L_5, /*hidden argument*/NULL); int32_t L_7 = ___result0; String_t* L_8 = CUIEvaluation__GetResultRes_m3824749426(__this, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_00cf; } } { UISprite_t194114938 * L_10 = __this->get_m_perfectResult_2(); int32_t L_11 = ___result0; String_t* L_12 = CUIEvaluation__GetResultRes_m3824749426(__this, L_11, /*hidden argument*/NULL); NullCheck(L_10); UISprite_set_spriteName_m1616245412(L_10, L_12, /*hidden argument*/NULL); UISprite_t194114938 * L_13 = __this->get_m_perfectResult_2(); NullCheck(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(L_13, /*hidden argument*/NULL); UISprite_t194114938 * L_15 = __this->get_m_perfectResult_2(); NullCheck(L_15); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(L_15, /*hidden argument*/NULL); NullCheck(L_16); Vector3_t3722313464 L_17 = Transform_get_localScale_m129152068(L_16, /*hidden argument*/NULL); V_0 = L_17; float L_18 = (&V_0)->get_x_1(); UISprite_t194114938 * L_19 = __this->get_m_perfectResult_2(); NullCheck(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(L_19, /*hidden argument*/NULL); NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_localScale_m129152068(L_20, /*hidden argument*/NULL); V_1 = L_21; float L_22 = (&V_1)->get_y_2(); UISprite_t194114938 * L_23 = __this->get_m_perfectResult_2(); NullCheck(L_23); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(L_23, /*hidden argument*/NULL); NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_localScale_m129152068(L_24, /*hidden argument*/NULL); V_2 = L_25; float L_26 = (&V_2)->get_z_3(); Vector3_t3722313464 L_27; memset(&L_27, 0, sizeof(L_27)); Vector3__ctor_m3353183577((&L_27), ((float)((float)L_18/(float)(2.0f))), ((float)((float)L_22/(float)(2.0f))), L_26, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localScale_m3053443106(L_14, L_27, /*hidden argument*/NULL); } IL_00cf: { Transform_t3600365921 * L_28 = __this->get_m_uiRoot_3(); NullCheck(L_28); GameObject_t1113636619 * L_29 = Component_get_gameObject_m442555142(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ResetAnim_m1618882349(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); goto IL_00e4; } IL_00e4: { return; } } // System.Void CUIEvaluation::HideResult(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation_HideResult_m3568872639 (CUIEvaluation_t4168627961 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIEvaluation_HideResult_m3568872639_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t3648466861 * V_0 = NULL; AnimationClip_t2318505987 * V_1 = NULL; AnimationClip_t2318505987 * G_B3_0 = NULL; { int32_t L_0 = ___result0; Animation_t3648466861 * L_1 = CUIEvaluation__GetAnimComponent_m368108673(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; Animation_t3648466861 * 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_0024; } } { Animation_t3648466861 * L_4 = V_0; NullCheck(L_4); AnimationClip_t2318505987 * L_5 = Animation_GetClip_m732294439(L_4, _stringLiteral3895264111, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0025; } IL_0024: { G_B3_0 = ((AnimationClip_t2318505987 *)(NULL)); } IL_0025: { V_1 = G_B3_0; AnimationClip_t2318505987 * L_6 = V_1; 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_0033; } } { return; } IL_0033: { AnimationClip_t2318505987 * L_8 = V_1; NullCheck(L_8); AnimationClip_set_wrapMode_m3764684575(L_8, 1, /*hidden argument*/NULL); Animation_t3648466861 * L_9 = V_0; NullCheck(L_9); Behaviour_set_enabled_m20417929(L_9, (bool)1, /*hidden argument*/NULL); Animation_t3648466861 * L_10 = V_0; AnimationClip_t2318505987 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = Object_get_name_m4211327027(L_11, /*hidden argument*/NULL); NullCheck(L_10); Animation_Play_m27531216(L_10, L_12, /*hidden argument*/NULL); return; } } // System.String CUIEvaluation::_GetResultRes(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR String_t* CUIEvaluation__GetResultRes_m3824749426 (CUIEvaluation_t4168627961 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIEvaluation__GetResultRes_m3824749426_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___result0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_002f; } case 1: { goto IL_0029; } case 2: { goto IL_0023; } case 3: { goto IL_001d; } } } { goto IL_0035; } IL_001d: { return _stringLiteral3452614640; } IL_0023: { return _stringLiteral22182220; } IL_0029: { return _stringLiteral798688684; } IL_002f: { return _stringLiteral1985252974; } IL_0035: { 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; } } // UnityEngine.Animation CUIEvaluation::_GetAnimComponent(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR Animation_t3648466861 * CUIEvaluation__GetAnimComponent_m368108673 (CUIEvaluation_t4168627961 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIEvaluation__GetAnimComponent_m368108673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_uiRoot_3(); NullCheck(L_0); Animation_t3648466861 * L_1 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_0, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); return L_1; } } // System.Void CUIEvaluation::_FireHideProc() extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation__FireHideProc_m2662745073 (CUIEvaluation_t4168627961 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIEvaluation__FireHideProc_m2662745073_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { CEventManager_t474365641 * L_0 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)CUIEvaluation__OnHideEvaluation_m857304845_RuntimeMethod_var; OnEventCall_t3758354630 * L_2 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_2, __this, L_1, /*hidden argument*/NULL); NullCheck(L_0); CEventManager_StopEvent_m2167807725(L_0, L_2, /*hidden argument*/NULL); V_0 = (0.3f); CEventManager_t474365641 * L_3 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_4 = V_0; intptr_t L_5 = (intptr_t)CUIEvaluation__OnHideEvaluation_m857304845_RuntimeMethod_var; OnEventCall_t3758354630 * L_6 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_6, __this, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_m_Result_4(); NullCheck(L_3); CEventManager_PushOnce_m2143949090(L_3, L_4, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void CUIEvaluation::_OnHideEvaluation(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIEvaluation__OnHideEvaluation_m857304845 (CUIEvaluation_t4168627961 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { { CUIEvaluation_SetResult_m2494417887(__this, 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 CUIEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIEvent__ctor_m2664807846 (CUIEvent_t99497512 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 CUIEvent::GetEventType() extern "C" IL2CPP_METHOD_ATTR int32_t CUIEvent_GetEventType_m207761084 (CUIEvent_t99497512 * __this, const RuntimeMethod* method) { { return 2; } } // System.Int32 CUIEvent::get_UIEventID() extern "C" IL2CPP_METHOD_ATTR int32_t CUIEvent_get_UIEventID_m4125875580 (CUIEvent_t99497512 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUIEventIDU3Ek__BackingField_0(); return L_0; } } // System.Void CUIEvent::set_UIEventID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIEvent_set_UIEventID_m1933993578 (CUIEvent_t99497512 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CUIEventIDU3Ek__BackingField_0(L_0); return; } } // UnityEngine.GameObject CUIEvent::get_Target() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CUIEvent_get_Target_m4156930226 (CUIEvent_t99497512 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_U3CTargetU3Ek__BackingField_1(); return L_0; } } // System.Void CUIEvent::set_Target(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CUIEvent_set_Target_m1594136529 (CUIEvent_t99497512 * __this, GameObject_t1113636619 * ___value0, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = ___value0; __this->set_U3CTargetU3Ek__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 // CUIBase CUIHelp::Create(System.String,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR CUIBase_t3255455658 * CUIHelp_Create_m723873296 (RuntimeObject * __this /* static, unused */, String_t* ___className0, GameObject_t1113636619 * ___go1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_Create_m723873296_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUIBase_t3255455658 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_0 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___className0; NullCheck(L_0); CUIBase_t3255455658 * L_2 = CModuleManager_CreateInstance_TisCUIBase_t3255455658_m249943312(L_0, L_1, /*hidden argument*/CModuleManager_CreateInstance_TisCUIBase_t3255455658_m249943312_RuntimeMethod_var); V_0 = L_2; CUIBase_t3255455658 * L_3 = V_0; if (L_3) { goto IL_0014; } } { return (CUIBase_t3255455658 *)NULL; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); Dictionary_2_t2144168989 * L_4 = ((CUIHelp_t1606002733_StaticFields*)il2cpp_codegen_static_fields_for(CUIHelp_t1606002733_il2cpp_TypeInfo_var))->get_s_listUIAll_0(); CUIBase_t3255455658 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = CUIBase_get_UI_ID_m4113225531(L_5, /*hidden argument*/NULL); CUIBase_t3255455658 * L_7 = V_0; NullCheck(L_4); Dictionary_2_set_Item_m4093949422(L_4, L_6, L_7, /*hidden argument*/Dictionary_2_set_Item_m4093949422_RuntimeMethod_var); CUIBase_t3255455658 * L_8 = V_0; return L_8; } } // CUIBase CUIHelp::Find(System.Int32) extern "C" IL2CPP_METHOD_ATTR CUIBase_t3255455658 * CUIHelp_Find_m656983300 (RuntimeObject * __this /* static, unused */, int32_t ___ui_id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_Find_m656983300_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUIBase_t3255455658 * V_0 = NULL; { V_0 = (CUIBase_t3255455658 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); Dictionary_2_t2144168989 * L_0 = ((CUIHelp_t1606002733_StaticFields*)il2cpp_codegen_static_fields_for(CUIHelp_t1606002733_il2cpp_TypeInfo_var))->get_s_listUIAll_0(); int32_t L_1 = ___ui_id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3116140483(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3116140483_RuntimeMethod_var); if (!L_2) { goto IL_0016; } } { CUIBase_t3255455658 * L_3 = V_0; return L_3; } IL_0016: { return (CUIBase_t3255455658 *)NULL; } } // CUIBase CUIHelp::FindUI(System.String) extern "C" IL2CPP_METHOD_ATTR CUIBase_t3255455658 * CUIHelp_FindUI_m1694888899 (RuntimeObject * __this /* static, unused */, String_t* ___className0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_FindUI_m1694888899_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t4098351764 V_0; memset(&V_0, 0, sizeof(V_0)); CUIBase_t3255455658 * V_1 = NULL; KeyValuePair_2_t246873860 V_2; memset(&V_2, 0, sizeof(V_2)); { String_t* L_0 = ___className0; 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 (CUIBase_t3255455658 *)NULL; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); Dictionary_2_t2144168989 * L_2 = ((CUIHelp_t1606002733_StaticFields*)il2cpp_codegen_static_fields_for(CUIHelp_t1606002733_il2cpp_TypeInfo_var))->get_s_listUIAll_0(); NullCheck(L_2); Enumerator_t4098351764 L_3 = Dictionary_2_GetEnumerator_m3175924557(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m3175924557_RuntimeMethod_var); V_0 = L_3; goto IL_0040; } IL_001d: { KeyValuePair_2_t246873860 L_4 = Enumerator_get_Current_m2652190471((&V_0), /*hidden argument*/Enumerator_get_Current_m2652190471_RuntimeMethod_var); V_2 = L_4; CUIBase_t3255455658 * L_5 = KeyValuePair_2_get_Value_m1383868796((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m1383868796_RuntimeMethod_var); V_1 = L_5; String_t* L_6 = ___className0; CUIBase_t3255455658 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = CUIBase_get_UI_Class_m433969214(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9 = String_Equals_m2270643605(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } { CUIBase_t3255455658 * L_10 = V_1; return L_10; } IL_0040: { bool L_11 = Enumerator_MoveNext_m3552354746((&V_0), /*hidden argument*/Enumerator_MoveNext_m3552354746_RuntimeMethod_var); if (L_11) { goto IL_001d; } } { return (CUIBase_t3255455658 *)NULL; } } // CUIBase CUIHelp::FindUI(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR CUIBase_t3255455658 * CUIHelp_FindUI_m2148074195 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_FindUI_m2148074195_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t4098351764 V_0; memset(&V_0, 0, sizeof(V_0)); CUIBase_t3255455658 * V_1 = NULL; KeyValuePair_2_t246873860 V_2; memset(&V_2, 0, sizeof(V_2)); { Transform_t3600365921 * L_0 = ___trans0; 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 (CUIBase_t3255455658 *)NULL; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); Dictionary_2_t2144168989 * L_2 = ((CUIHelp_t1606002733_StaticFields*)il2cpp_codegen_static_fields_for(CUIHelp_t1606002733_il2cpp_TypeInfo_var))->get_s_listUIAll_0(); NullCheck(L_2); Enumerator_t4098351764 L_3 = Dictionary_2_GetEnumerator_m3175924557(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m3175924557_RuntimeMethod_var); V_0 = L_3; goto IL_0047; } IL_001e: { KeyValuePair_2_t246873860 L_4 = Enumerator_get_Current_m2652190471((&V_0), /*hidden argument*/Enumerator_get_Current_m2652190471_RuntimeMethod_var); V_2 = L_4; CUIBase_t3255455658 * L_5 = KeyValuePair_2_get_Value_m1383868796((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m1383868796_RuntimeMethod_var); V_1 = L_5; CUIBase_t3255455658 * L_6 = V_1; if (!L_6) { goto IL_0047; } } { Transform_t3600365921 * L_7 = ___trans0; CUIBase_t3255455658 * L_8 = V_1; NullCheck(L_8); Transform_t3600365921 * L_9 = CUIBase_get_transform_m568012358(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } { CUIBase_t3255455658 * L_11 = V_1; return L_11; } IL_0047: { bool L_12 = Enumerator_MoveNext_m3552354746((&V_0), /*hidden argument*/Enumerator_MoveNext_m3552354746_RuntimeMethod_var); if (L_12) { goto IL_001e; } } { return (CUIBase_t3255455658 *)NULL; } } // CUIBase CUIHelp::FindUI(System.String,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR CUIBase_t3255455658 * CUIHelp_FindUI_m1081873681 (RuntimeObject * __this /* static, unused */, String_t* ___className0, Transform_t3600365921 * ___trans1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_FindUI_m1081873681_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t4098351764 V_0; memset(&V_0, 0, sizeof(V_0)); CUIBase_t3255455658 * V_1 = NULL; KeyValuePair_2_t246873860 V_2; memset(&V_2, 0, sizeof(V_2)); { String_t* L_0 = ___className0; 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; } } { Transform_t3600365921 * L_2 = ___trans1; 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_0019; } } IL_0017: { return (CUIBase_t3255455658 *)NULL; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); Dictionary_2_t2144168989 * L_4 = ((CUIHelp_t1606002733_StaticFields*)il2cpp_codegen_static_fields_for(CUIHelp_t1606002733_il2cpp_TypeInfo_var))->get_s_listUIAll_0(); NullCheck(L_4); Enumerator_t4098351764 L_5 = Dictionary_2_GetEnumerator_m3175924557(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m3175924557_RuntimeMethod_var); V_0 = L_5; goto IL_005d; } IL_0029: { KeyValuePair_2_t246873860 L_6 = Enumerator_get_Current_m2652190471((&V_0), /*hidden argument*/Enumerator_get_Current_m2652190471_RuntimeMethod_var); V_2 = L_6; CUIBase_t3255455658 * L_7 = KeyValuePair_2_get_Value_m1383868796((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m1383868796_RuntimeMethod_var); V_1 = L_7; String_t* L_8 = ___className0; CUIBase_t3255455658 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = CUIBase_get_UI_Class_m433969214(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = String_Equals_m2270643605(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005d; } } { Transform_t3600365921 * L_12 = ___trans1; CUIBase_t3255455658 * L_13 = V_1; NullCheck(L_13); Transform_t3600365921 * L_14 = CUIBase_get_transform_m568012358(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { CUIBase_t3255455658 * L_16 = V_1; return L_16; } IL_005d: { bool L_17 = Enumerator_MoveNext_m3552354746((&V_0), /*hidden argument*/Enumerator_MoveNext_m3552354746_RuntimeMethod_var); if (L_17) { goto IL_0029; } } { return (CUIBase_t3255455658 *)NULL; } } // System.Void CUIHelp::Delete(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIHelp_Delete_m1199867293 (RuntimeObject * __this /* static, unused */, int32_t ___ui_id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_Delete_m1199867293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); Dictionary_2_t2144168989 * L_0 = ((CUIHelp_t1606002733_StaticFields*)il2cpp_codegen_static_fields_for(CUIHelp_t1606002733_il2cpp_TypeInfo_var))->get_s_listUIAll_0(); int32_t L_1 = ___ui_id0; NullCheck(L_0); Dictionary_2_Remove_m99561364(L_0, L_1, /*hidden argument*/Dictionary_2_Remove_m99561364_RuntimeMethod_var); return; } } // UIRoot CUIHelp::GetUIRoot(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR UIRoot_t4022971450 * CUIHelp_GetUIRoot_m701114579 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___curGO0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_GetUIRoot_m701114579_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIRoot_t4022971450 * V_0 = NULL; { V_0 = (UIRoot_t4022971450 *)NULL; GameObject_t1113636619 * L_0 = ___curGO0; 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_0015; } } { GameObject_t1113636619 * L_2 = ___curGO0; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); UIRoot_t4022971450 * L_3 = NGUITools_FindInParents_TisUIRoot_t4022971450_m3735487903(NULL /*static, unused*/, L_2, /*hidden argument*/NGUITools_FindInParents_TisUIRoot_t4022971450_m3735487903_RuntimeMethod_var); V_0 = L_3; } IL_0015: { UIRoot_t4022971450 * 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_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(UIRoot_t4022971450_il2cpp_TypeInfo_var); List_1_t1200078896 * L_6 = UIRoot_get_list_m2570615288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m788055123(L_6, /*hidden argument*/List_1_get_Count_m788055123_RuntimeMethod_var); if (!L_7) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(UIRoot_t4022971450_il2cpp_TypeInfo_var); List_1_t1200078896 * L_8 = UIRoot_get_list_m2570615288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); UIRoot_t4022971450 * L_9 = List_1_get_Item_m3029999478(L_8, 0, /*hidden argument*/List_1_get_Item_m3029999478_RuntimeMethod_var); V_0 = L_9; } IL_003c: { UIRoot_t4022971450 * L_10 = V_0; return L_10; } } // UIRoot CUIHelp::GetUIRoot() extern "C" IL2CPP_METHOD_ATTR UIRoot_t4022971450 * CUIHelp_GetUIRoot_m1788309885 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_GetUIRoot_m1788309885_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); UIRoot_t4022971450 * L_0 = CUIHelp_GetUIRoot_m701114579(NULL /*static, unused*/, (GameObject_t1113636619 *)NULL, /*hidden argument*/NULL); return L_0; } } // UnityEngine.Transform CUIHelp::BindSerialBtn(CUIBase,System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIHelp_BindSerialBtn_m2380679998 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___uiBase0, String_t* ___serialedName1, Action_1_t1286104214 * ___delegateClk2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_BindSerialBtn_m2380679998_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMSerial_t3962411756 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * G_B3_0 = NULL; { CUIBase_t3255455658 * L_0 = ___uiBase0; NullCheck(L_0); Transform_t3600365921 * L_1 = CUIBase_get_transform_m568012358(L_0, /*hidden argument*/NULL); NullCheck(L_1); DMSerial_t3962411756 * L_2 = Component_GetComponent_TisDMSerial_t3962411756_m3610101527(L_1, /*hidden argument*/Component_GetComponent_TisDMSerial_t3962411756_m3610101527_RuntimeMethod_var); V_0 = L_2; DMSerial_t3962411756 * 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_0024; } } { DMSerial_t3962411756 * L_5 = V_0; String_t* L_6 = ___serialedName1; NullCheck(L_5); Transform_t3600365921 * L_7 = DMSerial_GetTransform_m1991702254(L_5, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; goto IL_0025; } IL_0024: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_0025: { V_1 = G_B3_0; Transform_t3600365921 * L_8 = V_1; 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_0034; } } { return (Transform_t3600365921 *)NULL; } IL_0034: { Transform_t3600365921 * L_10 = V_1; NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_12 = UIEventListener_Get_m2822737179(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_13 = L_12; NullCheck(L_13); Action_1_t1286104214 * L_14 = L_13->get_onClick_4(); Action_1_t1286104214 * L_15 = ___delegateClk2; Delegate_t1188392813 * L_16 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_onClick_4(((Action_1_t1286104214 *)CastclassSealed((RuntimeObject*)L_16, Action_1_t1286104214_il2cpp_TypeInfo_var))); Transform_t3600365921 * L_17 = V_1; return L_17; } } // UnityEngine.Transform CUIHelp::FindChild(CUIBase,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIHelp_FindChild_m878361943 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___uiBase0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_FindChild_m878361943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CUIBase_t3255455658 * L_0 = ___uiBase0; NullCheck(L_0); Transform_t3600365921 * L_1 = CUIBase_get_transform_m568012358(L_0, /*hidden argument*/NULL); String_t* L_2 = ___path1; IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); Transform_t3600365921 * L_3 = CUIHelp_FindChild_m2176359322(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // UnityEngine.Transform CUIHelp::FindChild(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIHelp_FindChild_m2176359322 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp_FindChild_m2176359322_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * G_B3_0 = NULL; { Transform_t3600365921 * L_0 = ___root0; 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_0018; } } { Transform_t3600365921 * L_2 = ___root0; String_t* L_3 = ___path1; NullCheck(L_2); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0019; } IL_0018: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_0019: { return G_B3_0; } } // System.Void CUIHelp::.cctor() extern "C" IL2CPP_METHOD_ATTR void CUIHelp__cctor_m2367556730 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIHelp__cctor_m2367556730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2144168989 * L_0 = (Dictionary_2_t2144168989 *)il2cpp_codegen_object_new(Dictionary_2_t2144168989_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3630934930(L_0, /*hidden argument*/Dictionary_2__ctor_m3630934930_RuntimeMethod_var); ((CUIHelp_t1606002733_StaticFields*)il2cpp_codegen_static_fields_for(CUIHelp_t1606002733_il2cpp_TypeInfo_var))->set_s_listUIAll_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CUIResVersionCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg__ctor_m164654405 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResVersionCfg__ctor_m164654405_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_0, /*hidden argument*/NULL); __this->set_m_localCodeVer_0(L_0); CVersionIssue_t3008599312 * L_1 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_1, /*hidden argument*/NULL); __this->set_m_localResVer_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); CUIResVersionCfg_OnInit_m916014895(__this, /*hidden argument*/NULL); return; } } // CUIResVersionCfg CUIResVersionCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIResVersionCfg_t3394180598 * CUIResVersionCfg_GetInstance_m3080834282 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResVersionCfg_GetInstance_m3080834282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CUIResVersionCfg_t3394180598 * L_0 = ((CUIResVersionCfg_t3394180598_StaticFields*)il2cpp_codegen_static_fields_for(CUIResVersionCfg_t3394180598_il2cpp_TypeInfo_var))->get_s_instance_4(); if (!L_0) { goto IL_0010; } } { CUIResVersionCfg_t3394180598 * L_1 = ((CUIResVersionCfg_t3394180598_StaticFields*)il2cpp_codegen_static_fields_for(CUIResVersionCfg_t3394180598_il2cpp_TypeInfo_var))->get_s_instance_4(); return L_1; } IL_0010: { CUIResVersionCfg_t3394180598 * L_2 = (CUIResVersionCfg_t3394180598 *)il2cpp_codegen_object_new(CUIResVersionCfg_t3394180598_il2cpp_TypeInfo_var); CUIResVersionCfg__ctor_m164654405(L_2, /*hidden argument*/NULL); ((CUIResVersionCfg_t3394180598_StaticFields*)il2cpp_codegen_static_fields_for(CUIResVersionCfg_t3394180598_il2cpp_TypeInfo_var))->set_s_instance_4(L_2); CUIResVersionCfg_t3394180598 * L_3 = ((CUIResVersionCfg_t3394180598_StaticFields*)il2cpp_codegen_static_fields_for(CUIResVersionCfg_t3394180598_il2cpp_TypeInfo_var))->get_s_instance_4(); return L_3; } } // CVersionIssue CUIResVersionCfg::get_LocalCodeVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CUIResVersionCfg_get_LocalCodeVersion_m356825504 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = __this->get_m_localCodeVer_0(); return L_0; } } // System.Void CUIResVersionCfg::set_LocalCodeVersion(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_set_LocalCodeVersion_m1968221335 (CUIResVersionCfg_t3394180598 * __this, CVersionIssue_t3008599312 * ___value0, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = __this->get_m_localCodeVer_0(); CVersionIssue_t3008599312 * L_1 = ___value0; NullCheck(L_0); CVersionIssue_Set_m1418759201(L_0, L_1, /*hidden argument*/NULL); CUIResVersionCfg_Save_m2242885228(__this, /*hidden argument*/NULL); return; } } // CVersionIssue CUIResVersionCfg::get_LocalResVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CUIResVersionCfg_get_LocalResVersion_m300267892 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = __this->get_m_localResVer_1(); return L_0; } } // System.Void CUIResVersionCfg::set_LocalResVersion(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_set_LocalResVersion_m2226246139 (CUIResVersionCfg_t3394180598 * __this, CVersionIssue_t3008599312 * ___value0, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = __this->get_m_localResVer_1(); CVersionIssue_t3008599312 * L_1 = ___value0; NullCheck(L_0); CVersionIssue_Set_m1418759201(L_0, L_1, /*hidden argument*/NULL); CUIResVersionCfg_Save_m2242885228(__this, /*hidden argument*/NULL); return; } } // System.String CUIResVersionCfg::get_DownVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CUIResVersionCfg_get_DownVersion_m2070568367 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_downVersion_3(); return L_0; } } // System.Int32 CUIResVersionCfg::get_DownStep() extern "C" IL2CPP_METHOD_ATTR int32_t CUIResVersionCfg_get_DownStep_m55879479 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_downStep_2(); return L_0; } } // System.Void CUIResVersionCfg::SetDownState(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_SetDownState_m766625307 (CUIResVersionCfg_t3394180598 * __this, String_t* ___strDownVersion0, int32_t ___nDownStep1, const RuntimeMethod* method) { { String_t* L_0 = ___strDownVersion0; __this->set_m_downVersion_3(L_0); int32_t L_1 = ___nDownStep1; __this->set_m_downStep_2(L_1); CUIResVersionCfg_Save_m2242885228(__this, /*hidden argument*/NULL); return; } } // System.Void CUIResVersionCfg::OnInit() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_OnInit_m916014895 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResVersionCfg_OnInit_m916014895_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CVersionIssue_t3008599312 * V_1 = NULL; CVersionIssue_t3008599312 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; String_t* V_4 = NULL; { __this->set_m_downStep_2(0); __this->set_m_downVersion_3((String_t*)NULL); CVersionIssue_t3008599312 * L_0 = __this->get_m_localCodeVer_0(); NullCheck(L_0); CVersionIssue_Clear_m435413632(L_0, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_1 = __this->get_m_localResVer_1(); NullCheck(L_1); CVersionIssue_Clear_m435413632(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_2 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = CFitfunApiPlugin_FitfunGetAny_m2314757983(L_2, _stringLiteral1796684683, _stringLiteral3452614544, /*hidden argument*/NULL); V_0 = L_3; CVersionIssue_t3008599312 * L_4 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_4, /*hidden argument*/NULL); V_1 = L_4; CVersionIssue_t3008599312 * L_5 = V_1; String_t* L_6 = V_0; NullCheck(L_5); CVersionIssue_Parse_m1413253970(L_5, L_6, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_7 = V_1; NullCheck(L_7); bool L_8 = CVersionIssue_IsValid_m2336196782(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00c3; } } { CVersionIssue_t3008599312 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = CVersionIssue_get_MidVersion_m987071594(L_9, /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_10))) { goto IL_00c3; } } { CVersionIssue_t3008599312 * L_11 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_11, /*hidden argument*/NULL); V_2 = L_11; ByteU5BU5D_t4116647657* L_12 = CReadVar_ReadFile_m2302192807(NULL /*static, unused*/, _stringLiteral112795981, /*hidden argument*/NULL); V_3 = L_12; ByteU5BU5D_t4116647657* L_13 = V_3; if (!L_13) { goto IL_0093; } } { ByteU5BU5D_t4116647657* L_14 = V_3; NullCheck(L_14); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) { goto IL_0093; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_15 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = V_3; NullCheck(L_15); String_t* L_17 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_15, L_16); V_4 = L_17; CVersionIssue_t3008599312 * L_18 = V_2; String_t* L_19 = V_4; NullCheck(L_18); CVersionIssue_Parse_m1413253970(L_18, L_19, /*hidden argument*/NULL); } IL_0093: { CVersionIssue_t3008599312 * L_20 = V_1; CVersionIssue_t3008599312 * L_21 = V_2; NullCheck(L_20); bool L_22 = CVersionIssue_Equals_m3234645409(L_20, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00c3; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); CIOVar_RemoveDirectory_m3632793983(NULL /*static, unused*/, _stringLiteral1911249143, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_23 = V_1; CUIResVersionCfg_set_LocalResVersion_m2226246139(__this, L_23, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_24 = V_1; NullCheck(L_24); String_t* L_25 = CVersionIssue_GetFullName_m2302036779(L_24, /*hidden argument*/NULL); CWriteVar_WriteFile_m2119641365(NULL /*static, unused*/, _stringLiteral112795981, L_25, (bool)1, /*hidden argument*/NULL); return; } IL_00c3: { CUIResVersionCfg_ReloadVersionCfg_m21431723(__this, /*hidden argument*/NULL); return; } } // System.Void CUIResVersionCfg::ReloadVersionCfg() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_ReloadVersionCfg_m21431723 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResVersionCfg_ReloadVersionCfg_m21431723_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlNodeList_t2551693786 * V_3 = NULL; XmlElement_t561603118 * V_4 = NULL; String_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); XmlNode_t3767805227 * G_B5_0 = NULL; XmlNodeList_t2551693786 * G_B8_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_0 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral272764866, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; bool L_3 = File_Exists_m3943585060(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { return; } IL_001c: try { // begin try (depth: 1) try { // begin try (depth: 2) { 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; XmlDocument_t2837193595 * L_5 = V_1; String_t* L_6 = V_0; NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::Load(System.String) */, L_5, L_6); XmlDocument_t2837193595 * L_7 = V_1; if (!L_7) { goto IL_003a; } } IL_002f: { 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); G_B5_0 = L_9; goto IL_003b; } IL_003a: { G_B5_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_003b: { V_2 = G_B5_0; XmlNode_t3767805227 * L_10 = V_2; if (!L_10) { goto IL_004d; } } IL_0042: { 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_B8_0 = L_12; goto IL_004e; } IL_004d: { G_B8_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_004e: { V_3 = G_B8_0; XmlNodeList_t2551693786 * L_13 = V_3; if (!L_13) { goto IL_0060; } } IL_0055: { XmlNodeList_t2551693786 * L_14 = V_3; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_14); if (L_15) { goto IL_0065; } } IL_0060: { IL2CPP_LEAVE(0x108, FINALLY_0107); } IL_0065: { XmlNodeList_t2551693786 * L_16 = V_3; NullCheck(L_16); XmlNode_t3767805227 * L_17 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_16, 0); V_4 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_17, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_18 = V_4; if (L_18) { goto IL_007f; } } IL_007a: { IL2CPP_LEAVE(0x108, FINALLY_0107); } IL_007f: { CVersionIssue_t3008599312 * L_19 = __this->get_m_localCodeVer_0(); XmlElement_t561603118 * L_20 = V_4; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_20, _stringLiteral1202915112); NullCheck(L_19); CVersionIssue_Parse_m1413253970(L_19, L_21, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_22 = __this->get_m_localResVer_1(); XmlElement_t561603118 * L_23 = V_4; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_23, _stringLiteral473206728); NullCheck(L_22); CVersionIssue_Parse_m1413253970(L_22, L_24, /*hidden argument*/NULL); XmlElement_t561603118 * L_25 = V_4; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_25, _stringLiteral3858238944); __this->set_m_downVersion_3(L_26); XmlElement_t561603118 * L_27 = V_4; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_27, _stringLiteral162331289); V_5 = L_28; String_t* L_29 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00fa; } } IL_00db: try { // begin try (depth: 3) String_t* L_31 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_32 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); __this->set_m_downStep_2(L_32); goto IL_00fa; } // end try (depth: 3) 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_00ed; throw e; } CATCH_00ed: { // begin catch(System.Object) __this->set_m_downStep_2(0); goto IL_00fa; } // end catch (depth: 3) IL_00fa: { V_1 = (XmlDocument_t2837193595 *)NULL; IL2CPP_LEAVE(0x108, FINALLY_0107); } } // 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_0101; throw e; } CATCH_0101: { // begin catch(System.Object) IL2CPP_LEAVE(0x108, FINALLY_0107); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0107; } FINALLY_0107: { // begin finally (depth: 1) IL2CPP_END_FINALLY(263) } // end finally (depth: 1) IL2CPP_CLEANUP(263) { IL2CPP_JUMP_TBL(0x108, IL_0108) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0108: { return; } } // System.Void CUIResVersionCfg::Save() extern "C" IL2CPP_METHOD_ATTR void CUIResVersionCfg_Save_m2242885228 (CUIResVersionCfg_t3394180598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResVersionCfg_Save_m2242885228_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlElement_t561603118 * V_2 = NULL; XmlElement_t561603118 * V_3 = 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) try { // begin try (depth: 2) { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_0 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral272764866, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; bool L_3 = File_Exists_m3943585060(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } IL_001b: { String_t* L_4 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); } IL_0021: { XmlDocument_t2837193595 * L_5 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_5, /*hidden argument*/NULL); V_1 = L_5; XmlDocument_t2837193595 * L_6 = V_1; NullCheck(L_6); XmlElement_t561603118 * L_7 = XmlDocument_CreateElement_m2961417808(L_6, _stringLiteral2328036797, /*hidden argument*/NULL); V_2 = L_7; XmlDocument_t2837193595 * L_8 = V_1; XmlElement_t561603118 * L_9 = V_2; NullCheck(L_8); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_8, L_9); XmlDocument_t2837193595 * L_10 = V_1; NullCheck(L_10); XmlElement_t561603118 * L_11 = XmlDocument_CreateElement_m2961417808(L_10, _stringLiteral2324932941, /*hidden argument*/NULL); V_3 = L_11; XmlElement_t561603118 * L_12 = V_2; XmlElement_t561603118 * L_13 = V_3; NullCheck(L_12); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_12, L_13); CVersionIssue_t3008599312 * L_14 = __this->get_m_localCodeVer_0(); NullCheck(L_14); bool L_15 = CVersionIssue_IsValid_m2336196782(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0075; } } IL_005f: { XmlElement_t561603118 * L_16 = V_3; CVersionIssue_t3008599312 * L_17 = __this->get_m_localCodeVer_0(); NullCheck(L_17); String_t* L_18 = CVersionIssue_GetFullName_m2302036779(L_17, /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, L_16, _stringLiteral1202915112, L_18); } IL_0075: { CVersionIssue_t3008599312 * L_19 = __this->get_m_localResVer_1(); NullCheck(L_19); bool L_20 = CVersionIssue_IsValid_m2336196782(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_009b; } } IL_0085: { XmlElement_t561603118 * L_21 = V_3; CVersionIssue_t3008599312 * L_22 = __this->get_m_localResVer_1(); NullCheck(L_22); String_t* L_23 = CVersionIssue_GetFullName_m2302036779(L_22, /*hidden argument*/NULL); NullCheck(L_21); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, L_21, _stringLiteral473206728, L_23); } IL_009b: { String_t* L_24 = __this->get_m_downVersion_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00d8; } } IL_00ab: { XmlElement_t561603118 * L_26 = V_3; String_t* L_27 = __this->get_m_downVersion_3(); NullCheck(L_26); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, L_26, _stringLiteral3858238944, L_27); XmlElement_t561603118 * L_28 = V_3; int32_t* L_29 = __this->get_address_of_m_downStep_2(); String_t* L_30 = Int32_ToString_m141394615(L_29, /*hidden argument*/NULL); NullCheck(L_28); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, L_28, _stringLiteral162331289, L_30); } IL_00d8: { XmlDocument_t2837193595 * L_31 = V_1; String_t* L_32 = V_0; NullCheck(L_31); VirtActionInvoker1< String_t* >::Invoke(65 /* System.Void System.Xml.XmlDocument::Save(System.String) */, L_31, L_32); IL2CPP_LEAVE(0xEB, FINALLY_00ea); } } // 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_00e4; throw e; } CATCH_00e4: { // begin catch(System.Object) IL2CPP_LEAVE(0xEB, FINALLY_00ea); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ea; } FINALLY_00ea: { // begin finally (depth: 1) IL2CPP_END_FINALLY(234) } // end finally (depth: 1) IL2CPP_CLEANUP(234) { IL2CPP_JUMP_TBL(0xEB, IL_00eb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00eb: { return; } } // System.Int32 CUIResVersionCfg::ToString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CUIResVersionCfg_ToString_m3232485232 (RuntimeObject * __this /* static, unused */, String_t* ___textVal0, int32_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResVersionCfg_ToString_m3232485232_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_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 = ___textVal0; 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; } } { int32_t L_2 = ___defaultVal1; return L_2; } IL_000d: { int32_t L_3 = ___defaultVal1; V_0 = L_3; } IL_000f: try { // begin try (depth: 1) String_t* L_4 = ___textVal0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_5 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0023; } // 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_001b; throw e; } CATCH_001b: { // begin catch(System.Object) int32_t L_6 = ___defaultVal1; V_0 = L_6; goto IL_0023; } // end catch (depth: 1) IL_0023: { int32_t 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 CUIResWWW::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__ctor_m1650243142 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW__ctor_m1650243142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_0, /*hidden argument*/NULL); __this->set_m_lastLoadCodeVer_6(L_0); CVersionIssue_t3008599312 * L_1 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_1, /*hidden argument*/NULL); __this->set_m_lastLoadUIVer_7(L_1); CRemoteHotInfo_t1542281948 * L_2 = (CRemoteHotInfo_t1542281948 *)il2cpp_codegen_object_new(CRemoteHotInfo_t1542281948_il2cpp_TypeInfo_var); CRemoteHotInfo__ctor_m3679337768(L_2, /*hidden argument*/NULL); __this->set_m_remoteHotVersionInfo_19(L_2); LinkedList_1_t411754135 * L_3 = (LinkedList_1_t411754135 *)il2cpp_codegen_object_new(LinkedList_1_t411754135_il2cpp_TypeInfo_var); LinkedList_1__ctor_m1180647495(L_3, /*hidden argument*/LinkedList_1__ctor_m1180647495_RuntimeMethod_var); __this->set_m_resDownloadTask_20(L_3); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bUseWWWType_14((bool)0); __this->set_m_bUseProxy_13((bool)0); __this->set_m_GameStartInstance_18((UIGameStarter_t3167157668 *)NULL); CUrlLabor_t1679613458 * L_4 = (CUrlLabor_t1679613458 *)il2cpp_codegen_object_new(CUrlLabor_t1679613458_il2cpp_TypeInfo_var); CUrlLabor__ctor_m1317573373(L_4, /*hidden argument*/NULL); __this->set_m_urlVersionDownLoad_3(L_4); CUrlLabor_t1679613458 * L_5 = (CUrlLabor_t1679613458 *)il2cpp_codegen_object_new(CUrlLabor_t1679613458_il2cpp_TypeInfo_var); CUrlLabor__ctor_m1317573373(L_5, /*hidden argument*/NULL); __this->set_m_urlCodeDownLoad_4(L_5); CUrlLabor_t1679613458 * L_6 = (CUrlLabor_t1679613458 *)il2cpp_codegen_object_new(CUrlLabor_t1679613458_il2cpp_TypeInfo_var); CUrlLabor__ctor_m1317573373(L_6, /*hidden argument*/NULL); __this->set_m_urlResDownload_5(L_6); CUrlLabor_t1679613458 * L_7 = (CUrlLabor_t1679613458 *)il2cpp_codegen_object_new(CUrlLabor_t1679613458_il2cpp_TypeInfo_var); CUrlLabor__ctor_m1317573373(L_7, /*hidden argument*/NULL); __this->set_m_urlProxyURL_2(L_7); __this->set_m_bSkipComfirmBox_12((bool)0); CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bIsEnableCode_0((bool)0); __this->set_m_bIsEnableResource_1((bool)0); __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); __this->set_m_ResWWWState_8(0); CUIResWWW_LoadCfg_m1068426512(__this, /*hidden argument*/NULL); CUIResWWW_LoadText_m632970082(__this, /*hidden argument*/NULL); return; } } // CUIResWWW CUIResWWW::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIResWWW_t153014691 * CUIResWWW_GetInstance_m318267057 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_GetInstance_m318267057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CUIResWWW_t153014691 * L_0 = ((CUIResWWW_t153014691_StaticFields*)il2cpp_codegen_static_fields_for(CUIResWWW_t153014691_il2cpp_TypeInfo_var))->get_s_instance_21(); if (!L_0) { goto IL_0010; } } { CUIResWWW_t153014691 * L_1 = ((CUIResWWW_t153014691_StaticFields*)il2cpp_codegen_static_fields_for(CUIResWWW_t153014691_il2cpp_TypeInfo_var))->get_s_instance_21(); return L_1; } IL_0010: { CUIResWWW_t153014691 * L_2 = (CUIResWWW_t153014691 *)il2cpp_codegen_object_new(CUIResWWW_t153014691_il2cpp_TypeInfo_var); CUIResWWW__ctor_m1650243142(L_2, /*hidden argument*/NULL); ((CUIResWWW_t153014691_StaticFields*)il2cpp_codegen_static_fields_for(CUIResWWW_t153014691_il2cpp_TypeInfo_var))->set_s_instance_21(L_2); CUIResWWW_t153014691 * L_3 = ((CUIResWWW_t153014691_StaticFields*)il2cpp_codegen_static_fields_for(CUIResWWW_t153014691_il2cpp_TypeInfo_var))->get_s_instance_21(); return L_3; } } // System.Boolean CUIResWWW::IsEnableUIRes() extern "C" IL2CPP_METHOD_ATTR bool CUIResWWW_IsEnableUIRes_m1968787067 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_m_bIsEnableCode_0(); if (L_0) { goto IL_0013; } } { bool L_1 = __this->get_m_bIsEnableResource_1(); G_B3_0 = ((int32_t)(L_1)); goto IL_0014; } IL_0013: { G_B3_0 = 1; } IL_0014: { return (bool)G_B3_0; } } // System.String CUIResWWW::GetCurText() extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_GetCurText_m164478670 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_GetCurText_m164478670_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; CResDownLoadTask_t1572108126 * V_3 = 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); CResDownLoadTask_t1572108126 * G_B5_0 = NULL; { int32_t L_0 = __this->get_m_ResWWWState_8(); V_1 = L_0; String_t* L_1 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); V_0 = L_1; 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(); V_2 = L_2; Dictionary_2_t1632706988 * L_3 = __this->get_m_textMap_11(); String_t* L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m1185325717(L_3, L_4, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); if (!L_5) { goto IL_00d7; } } { int32_t L_6 = __this->get_m_ResWWWState_8(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)23))))) { goto IL_009b; } } { LinkedList_1_t411754135 * L_7 = __this->get_m_resDownloadTask_20(); NullCheck(L_7); int32_t L_8 = LinkedList_1_get_Count_m4281037392(L_7, /*hidden argument*/LinkedList_1_get_Count_m4281037392_RuntimeMethod_var); if (!L_8) { goto IL_0060; } } { LinkedList_1_t411754135 * L_9 = __this->get_m_resDownloadTask_20(); NullCheck(L_9); LinkedListNode_1_t1317283229 * L_10 = LinkedList_1_get_First_m1724307027(L_9, /*hidden argument*/LinkedList_1_get_First_m1724307027_RuntimeMethod_var); NullCheck(L_10); CResDownLoadTask_t1572108126 * L_11 = LinkedListNode_1_get_Value_m2733216330(L_10, /*hidden argument*/LinkedListNode_1_get_Value_m2733216330_RuntimeMethod_var); G_B5_0 = L_11; goto IL_0061; } IL_0060: { G_B5_0 = ((CResDownLoadTask_t1572108126 *)(NULL)); } IL_0061: { V_3 = G_B5_0; CResDownLoadTask_t1572108126 * L_12 = V_3; if (!L_12) { goto IL_0099; } } IL_0068: try { // begin try (depth: 1) String_t* L_13 = V_2; CResDownLoadTask_t1572108126 * L_14 = V_3; NullCheck(L_14); String_t* L_15 = CResDownLoadTask_GetSimpleHint_m3698366965(L_14, /*hidden argument*/NULL); int32_t L_16 = CUIResWWW_GetCurStep_m929369681(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_17 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_16, 1, ((int32_t)100), /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m2556382932(NULL /*static, unused*/, L_13, L_15, L_19, /*hidden argument*/NULL); V_2 = L_20; goto IL_0099; } // 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_008d; throw e; } CATCH_008d: { // begin catch(System.Object) 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(); V_2 = L_21; goto IL_0099; } // end catch (depth: 1) IL_0099: { String_t* L_22 = V_2; return L_22; } IL_009b: { int32_t L_23 = __this->get_m_ResWWWState_8(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)35))))) { goto IL_00d5; } } IL_00a8: try { // begin try (depth: 1) String_t* L_24 = V_2; int32_t L_25 = CUIResWWW_GetCurStep_m929369681(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_26 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_25, 1, ((int32_t)100), /*hidden argument*/NULL); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Format_m2844511972(NULL /*static, unused*/, L_24, L_28, /*hidden argument*/NULL); V_2 = L_29; goto IL_00d3; } // 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_00c7; throw e; } CATCH_00c7: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = L_30; goto IL_00d3; } // end catch (depth: 1) IL_00d3: { String_t* L_31 = V_2; return L_31; } IL_00d5: { String_t* L_32 = V_2; return L_32; } IL_00d7: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_33; } } // System.String CUIResWWW::GetKeyValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_GetKeyValue_m2294452934 (CUIResWWW_t153014691 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_GetKeyValue_m2294452934_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; Dictionary_2_t1632706988 * L_0 = __this->get_m_textMap_11(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1185325717(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { String_t* L_3 = V_0; return L_3; } IL_0017: { 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; } } // System.String CUIResWWW::GetSizeText() extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_GetSizeText_m1922121778 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_GetSizeText_m1922121778_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; int64_t V_4 = 0; int64_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; { int32_t L_0 = __this->get_m_ResWWWState_8(); V_1 = L_0; String_t* L_1 = Int32_ToString_m141394615((&V_1), /*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_op_Equality_m920492651(NULL /*static, unused*/, _stringLiteral3451500429, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0048; } } { CUIResWWW_t153014691 * L_4 = CUIResWWW_GetInstance_m318267057(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CUIResWWW_GetCurStep_m929369681(L_4, /*hidden argument*/NULL); V_2 = L_5; String_t* L_6 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, _stringLiteral3452614523, /*hidden argument*/NULL); return L_7; } IL_0048: { FitfunWebHelp_t2909657851 * L_8 = __this->get_m_webHelp_9(); if (L_8) { goto IL_0059; } } { 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(); return L_9; } IL_0059: { String_t* L_10 = CUIResWWW_GetKeyValue_m2294452934(__this, _stringLiteral2964859440, /*hidden argument*/NULL); V_3 = L_10; String_t* L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0076; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_13; } IL_0076: { float L_14 = __this->get_m_curTime_15(); float L_15 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_curTime_15(((float)il2cpp_codegen_add((float)L_14, (float)L_15))); float L_16 = __this->get_m_curTime_15(); if ((!(((float)(1.0f)) < ((float)L_16)))) { goto IL_00ed; } } { FitfunWebHelp_t2909657851 * L_17 = __this->get_m_webHelp_9(); NullCheck(L_17); int32_t L_18 = FitfunWebHelp_get_progress_m1661235116(L_17, /*hidden argument*/NULL); FitfunWebHelp_t2909657851 * L_19 = __this->get_m_webHelp_9(); NullCheck(L_19); int32_t L_20 = FitfunWebHelp_get_curTaskLen_m3205111365(L_19, /*hidden argument*/NULL); V_4 = ((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_18))), (int64_t)(((int64_t)((int64_t)((double)il2cpp_codegen_multiply((double)(((double)((double)L_20))), (double)(0.01)))))))); int64_t L_21 = V_4; int64_t L_22 = __this->get_m_lastDownLoaded_16(); V_5 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_21, (int64_t)L_22)); int64_t L_23 = V_4; __this->set_m_lastDownLoaded_16(L_23); int64_t L_24 = V_5; float L_25 = __this->get_m_curTime_15(); __this->set_speed_17((((int32_t)((int32_t)((float)((float)(((float)((float)L_24)))/(float)L_25)))))); __this->set_m_curTime_15((0.0f)); } IL_00ed: { FitfunWebHelp_t2909657851 * L_26 = __this->get_m_webHelp_9(); NullCheck(L_26); int32_t L_27 = FitfunWebHelp_get_progress_m1661235116(L_26, /*hidden argument*/NULL); FitfunWebHelp_t2909657851 * L_28 = __this->get_m_webHelp_9(); NullCheck(L_28); int32_t L_29 = FitfunWebHelp_get_curTaskLen_m3205111365(L_28, /*hidden argument*/NULL); if ((((int64_t)(((int64_t)((int64_t)0)))) < ((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_27))), (int64_t)(((int64_t)((int64_t)((double)il2cpp_codegen_multiply((double)(((double)((double)L_29))), (double)(0.01))))))))))) { goto IL_011e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_30; } IL_011e: { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_31 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_32 = CSystemToolPlugin_GetAppVersion_m3830952267(L_31, /*hidden argument*/NULL); V_6 = L_32; String_t* L_33 = V_3; FitfunWebHelp_t2909657851 * L_34 = __this->get_m_webHelp_9(); NullCheck(L_34); int32_t L_35 = FitfunWebHelp_get_curTaskLen_m3205111365(L_34, /*hidden argument*/NULL); String_t* L_36 = CUIResWWW_ToBytesFormat_m4100916913(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); int32_t L_37 = __this->get_speed_17(); String_t* L_38 = CUIResWWW_ToBytesFormat_m4100916913(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Concat_m3937257545(NULL /*static, unused*/, L_38, _stringLiteral3457660801, /*hidden argument*/NULL); String_t* L_40 = String_Format_m2556382932(NULL /*static, unused*/, L_33, L_36, L_39, /*hidden argument*/NULL); String_t* L_41 = V_6; String_t* L_42 = String_Concat_m3937257545(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); V_7 = L_42; String_t* L_43 = V_7; return L_43; } } // System.String CUIResWWW::ToBytesFormat(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_ToBytesFormat_m4100916913 (RuntimeObject * __this /* static, unused */, int32_t ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_ToBytesFormat_m4100916913_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___bytes0; if ((((int32_t)((int32_t)1024)) <= ((int32_t)L_0))) { goto IL_0023; } } { String_t* L_1 = Int32_ToString_m141394615((&___bytes0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral3452614622, /*hidden argument*/NULL); return L_2; } IL_0023: { int32_t L_3 = ___bytes0; if ((((int32_t)((int32_t)1048576)) <= ((int32_t)L_3))) { goto IL_004e; } } { int32_t L_4 = ___bytes0; V_0 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)1024))); String_t* L_5 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral3456677861, /*hidden argument*/NULL); return L_6; } IL_004e: { int32_t L_7 = ___bytes0; if ((((int32_t)((int32_t)1073741824)) <= ((int32_t)L_7))) { goto IL_0079; } } { int32_t L_8 = ___bytes0; V_1 = ((int32_t)((int32_t)L_8/(int32_t)((int32_t)1048576))); String_t* L_9 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, _stringLiteral3456677859, /*hidden argument*/NULL); return L_10; } IL_0079: { int32_t L_11 = ___bytes0; V_2 = ((int32_t)((int32_t)L_11/(int32_t)((int32_t)1073741824))); String_t* L_12 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, _stringLiteral3456677849, /*hidden argument*/NULL); return L_13; } } // System.String CUIResWWW::ToBytesFormat(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_ToBytesFormat_m612846351 (RuntimeObject * __this /* static, unused */, int64_t ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_ToBytesFormat_m612846351_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; { int64_t L_0 = ___bytes0; if ((((int64_t)(((int64_t)((int64_t)((int32_t)1024))))) <= ((int64_t)L_0))) { goto IL_0024; } } { String_t* L_1 = Int64_ToString_m2986581816((&___bytes0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral3452614622, /*hidden argument*/NULL); return L_2; } IL_0024: { int64_t L_3 = ___bytes0; if ((((int64_t)(((int64_t)((int64_t)((int32_t)1048576))))) <= ((int64_t)L_3))) { goto IL_0051; } } { int64_t L_4 = ___bytes0; V_0 = ((int64_t)((int64_t)L_4/(int64_t)(((int64_t)((int64_t)((int32_t)1024)))))); String_t* L_5 = Int64_ToString_m2986581816((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral3456677861, /*hidden argument*/NULL); return L_6; } IL_0051: { int64_t L_7 = ___bytes0; if ((((int64_t)(((int64_t)((int64_t)((int32_t)1073741824))))) <= ((int64_t)L_7))) { goto IL_007e; } } { int64_t L_8 = ___bytes0; V_1 = ((int64_t)((int64_t)L_8/(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))); String_t* L_9 = Int64_ToString_m2986581816((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, _stringLiteral3456677859, /*hidden argument*/NULL); return L_10; } IL_007e: { int64_t L_11 = ___bytes0; V_2 = ((int64_t)((int64_t)L_11/(int64_t)(((int64_t)((int64_t)((int32_t)1073741824)))))); String_t* L_12 = Int64_ToString_m2986581816((&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, _stringLiteral3456677849, /*hidden argument*/NULL); return L_13; } } // System.Void CUIResWWW::_OnSimpleMsgBoxClkCallBack(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnSimpleMsgBoxClkCallBack_m2879668485 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method) { { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_0012; } } { __this->set_m_ResWWWState_8(4); goto IL_0019; } IL_0012: { __this->set_m_ResWWWState_8(5); } IL_0019: { return; } } // System.Void CUIResWWW::_OnMBClkCallBack_Failed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnMBClkCallBack_Failed_m1920394308 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method) { { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_001d; } } { __this->set_m_ResWWWState_8(((int32_t)23)); CUIResWWW_t153014691 * L_1 = CUIResWWW_GetInstance_m318267057(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CUIResWWW_StartCheckRes_m2303461484(L_1, /*hidden argument*/NULL); goto IL_0025; } IL_001d: { __this->set_m_ResWWWState_8(((int32_t)99)); } IL_0025: { return; } } // System.Void CUIResWWW::_OnMbClkVersion_Failed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnMbClkVersion_Failed_m4108982671 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method) { { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_001c; } } { CUrlLabor_t1679613458 * L_1 = __this->get_m_urlVersionDownLoad_3(); NullCheck(L_1); CUrlLabor_Reset_m982885101(L_1, /*hidden argument*/NULL); CUIResWWW_StartCheckVersion_m1082654758(__this, /*hidden argument*/NULL); goto IL_0023; } IL_001c: { __this->set_m_ResWWWState_8(2); } IL_0023: { return; } } // System.Void CUIResWWW::_OnMBClkCode_Failed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnMBClkCode_Failed_m3828066184 (CUIResWWW_t153014691 * __this, bool ___bConfirmed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW__OnMBClkCode_Failed_m3828066184_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_0 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral3639507269, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = ___bConfirmed0; if (L_2) { goto IL_0021; } } { String_t* L_3 = V_0; bool L_4 = File_Exists_m3943585060(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_005b; } } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_5 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral2841694387, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; bool L_8 = File_Exists_m3943585060(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0042; } } { String_t* L_9 = V_1; File_Delete_m321251800(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); } IL_0042: { __this->set_m_ResWWWState_8(((int32_t)11)); CVersionIssue_t3008599312 * L_10 = CUIResWWW_GetRemoteCodeVersion_m1171077207(__this, /*hidden argument*/NULL); CUIResWWW_StartCheckCode_m4158998409(__this, L_10, /*hidden argument*/NULL); goto IL_0063; } IL_005b: { __this->set_m_ResWWWState_8(((int32_t)12)); } IL_0063: { return; } } // System.Void CUIResWWW::OnTick() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_OnTick_m717459904 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_OnTick_m717459904_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* G_B22_0 = NULL; { int32_t L_0 = CUIResWWW_GetCheckState_m383287524(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)99))))) { goto IL_0023; } } { __this->set_m_ResWWWState_8(((int32_t)100)); CUIResWWW_OnCodeDone_m1285448605(__this, /*hidden argument*/NULL); CUIResWWW_OnResDone_m1273188694(__this, /*hidden argument*/NULL); } IL_0023: { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_00eb; } } { FitfunWebHelp_t2909657851 * L_3 = __this->get_m_webHelp_9(); if (!L_3) { goto IL_00e6; } } { FitfunWebHelp_t2909657851 * L_4 = __this->get_m_webHelp_9(); NullCheck(L_4); int32_t L_5 = FitfunWebHelp_get_progress_m1661235116(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)100))))) { goto IL_00e6; } } { FitfunWebHelp_t2909657851 * L_6 = __this->get_m_webHelp_9(); NullCheck(L_6); bool L_7 = FitfunWebHelp_get_Successed_m2385276737(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_006a; } } { __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); __this->set_m_ResWWWState_8(2); goto IL_00e6; } IL_006a: { __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_8 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, _stringLiteral459796548, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_1; bool L_11 = File_Exists_m3943585060(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0092; } } { String_t* L_12 = V_1; File_Delete_m321251800(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); } IL_0092: { CUrlLabor_t1679613458 * L_13 = __this->get_m_urlVersionDownLoad_3(); NullCheck(L_13); bool L_14 = CUrlLabor_Next_m1497244673(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00ad; } } { CUIResWWW_StartCheckVersion_m1082654758(__this, /*hidden argument*/NULL); goto IL_00e6; } IL_00ad: { CUrlLabor_t1679613458 * L_15 = __this->get_m_urlVersionDownLoad_3(); NullCheck(L_15); CUrlLabor_Reset_m982885101(L_15, /*hidden argument*/NULL); Dictionary_2_t1632706988 * L_16 = __this->get_m_textMap_11(); NullCheck(L_16); String_t* L_17 = Dictionary_2_get_Item_m2643467469(L_16, _stringLiteral2463294069, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); intptr_t L_18 = (intptr_t)CUIResWWW__OnMbClkVersion_Failed_m4108982671_RuntimeMethod_var; OnSimpleMsgBoxClkCallBack_t462092590 * L_19 = (OnSimpleMsgBoxClkCallBack_t462092590 *)il2cpp_codegen_object_new(OnSimpleMsgBoxClkCallBack_t462092590_il2cpp_TypeInfo_var); OnSimpleMsgBoxClkCallBack__ctor_m1769356641(L_19, __this, L_18, /*hidden argument*/NULL); bool L_20 = CUIResWWW_ShowSimpleMsgBox_m497174924(__this, L_17, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00e6; } } { CUIResWWW__OnMbClkVersion_Failed_m4108982671(__this, (bool)0, /*hidden argument*/NULL); } IL_00e6: { goto IL_0458; } IL_00eb: { int32_t L_21 = V_0; if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_0160; } } { bool L_22 = __this->get_m_bUseWWWType_14(); if (L_22) { goto IL_015b; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_23 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m3937257545(NULL /*static, unused*/, L_23, _stringLiteral459796548, /*hidden argument*/NULL); V_2 = L_24; String_t* L_25 = V_2; bool L_26 = File_Exists_m3943585060(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0125; } } { __this->set_m_ResWWWState_8(((int32_t)99)); goto IL_015b; } IL_0125: { String_t* L_27 = V_2; ByteU5BU5D_t4116647657* L_28 = CReadVar_ReadFileFullPath_m2356108572(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); V_3 = L_28; ByteU5BU5D_t4116647657* L_29 = V_3; if (!L_29) { goto IL_014b; } } { ByteU5BU5D_t4116647657* L_30 = V_3; NullCheck(L_30); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_014b; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_31 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_32 = V_3; NullCheck(L_31); String_t* L_33 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_31, L_32); G_B22_0 = L_33; goto IL_0150; } IL_014b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B22_0 = L_34; } IL_0150: { V_4 = G_B22_0; String_t* L_35 = V_4; String_t* L_36 = V_2; CUIResWWW__OnCheckVersionResultText_m4246874938(__this, L_35, L_36, /*hidden argument*/NULL); } IL_015b: { goto IL_0458; } IL_0160: { int32_t L_37 = V_0; if ((!(((uint32_t)L_37) == ((uint32_t)4)))) { goto IL_0180; } } { __this->set_m_ResWWWState_8(((int32_t)11)); CVersionIssue_t3008599312 * L_38 = CUIResWWW_GetRemoteCodeVersion_m1171077207(__this, /*hidden argument*/NULL); CUIResWWW_StartCheckCode_m4158998409(__this, L_38, /*hidden argument*/NULL); goto IL_0458; } IL_0180: { int32_t L_39 = V_0; if ((!(((uint32_t)L_39) == ((uint32_t)5)))) { goto IL_019e; } } { __this->set_m_ResWWWState_8(((int32_t)99)); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_40 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); CFitfunApiPlugin_FinalExit_m2981253612(L_40, /*hidden argument*/NULL); goto IL_0458; } IL_019e: { int32_t L_41 = V_0; if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)11))))) { goto IL_02c2; } } { FitfunWebHelp_t2909657851 * L_42 = __this->get_m_webHelp_9(); if (!L_42) { goto IL_02bd; } } { FitfunWebHelp_t2909657851 * L_43 = __this->get_m_webHelp_9(); NullCheck(L_43); int32_t L_44 = FitfunWebHelp_get_progress_m1661235116(L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)100))))) { goto IL_02bd; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_45 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = String_Concat_m3937257545(NULL /*static, unused*/, L_45, _stringLiteral2841694387, /*hidden argument*/NULL); V_5 = L_46; FitfunWebHelp_t2909657851 * L_47 = __this->get_m_webHelp_9(); NullCheck(L_47); bool L_48 = FitfunWebHelp_get_Successed_m2385276737(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0241; } } { __this->set_m_ResWWWState_8(((int32_t)12)); __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); String_t* L_49 = V_5; bool L_50 = File_Exists_m3943585060(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_023c; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_51 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = String_Concat_m3937257545(NULL /*static, unused*/, L_51, _stringLiteral3639507269, /*hidden argument*/NULL); V_6 = L_52; String_t* L_53 = V_6; bool L_54 = File_Exists_m3943585060(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0223; } } { String_t* L_55 = V_6; File_Delete_m321251800(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); } IL_0223: { String_t* L_56 = V_5; String_t* L_57 = V_6; File_Move_m1898656234(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); CUIResVersionCfg_t3394180598 * L_58 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_59 = CUIResWWW_GetRemoteCodeVersion_m1171077207(__this, /*hidden argument*/NULL); NullCheck(L_58); CUIResVersionCfg_set_LocalCodeVersion_m1968221335(L_58, L_59, /*hidden argument*/NULL); } IL_023c: { goto IL_02bd; } IL_0241: { __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); CUrlLabor_t1679613458 * L_60 = __this->get_m_urlCodeDownLoad_4(); NullCheck(L_60); bool L_61 = CUrlLabor_Next_m1497244673(L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0284; } } { String_t* L_62 = V_5; bool L_63 = File_Exists_m3943585060(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_026b; } } { String_t* L_64 = V_5; File_Delete_m321251800(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); } IL_026b: { __this->set_m_ResWWWState_8(((int32_t)11)); CVersionIssue_t3008599312 * L_65 = CUIResWWW_GetRemoteCodeVersion_m1171077207(__this, /*hidden argument*/NULL); CUIResWWW_StartCheckCode_m4158998409(__this, L_65, /*hidden argument*/NULL); goto IL_02bd; } IL_0284: { CUrlLabor_t1679613458 * L_66 = __this->get_m_urlCodeDownLoad_4(); NullCheck(L_66); CUrlLabor_Reset_m982885101(L_66, /*hidden argument*/NULL); Dictionary_2_t1632706988 * L_67 = __this->get_m_textMap_11(); NullCheck(L_67); String_t* L_68 = Dictionary_2_get_Item_m2643467469(L_67, _stringLiteral2463294069, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); intptr_t L_69 = (intptr_t)CUIResWWW__OnMBClkCode_Failed_m3828066184_RuntimeMethod_var; OnSimpleMsgBoxClkCallBack_t462092590 * L_70 = (OnSimpleMsgBoxClkCallBack_t462092590 *)il2cpp_codegen_object_new(OnSimpleMsgBoxClkCallBack_t462092590_il2cpp_TypeInfo_var); OnSimpleMsgBoxClkCallBack__ctor_m1769356641(L_70, __this, L_69, /*hidden argument*/NULL); bool L_71 = CUIResWWW_ShowSimpleMsgBox_m497174924(__this, L_68, L_70, /*hidden argument*/NULL); if (L_71) { goto IL_02bd; } } { CUIResWWW__OnMBClkCode_Failed_m3828066184(__this, (bool)0, /*hidden argument*/NULL); } IL_02bd: { goto IL_0458; } IL_02c2: { int32_t L_72 = V_0; if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)12))))) { goto IL_02e1; } } { __this->set_m_ResWWWState_8(((int32_t)23)); CUIResWWW_t153014691 * L_73 = CUIResWWW_GetInstance_m318267057(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_73); CUIResWWW_StartCheckRes_m2303461484(L_73, /*hidden argument*/NULL); goto IL_0458; } IL_02e1: { int32_t L_74 = V_0; if ((!(((uint32_t)L_74) == ((uint32_t)((int32_t)23))))) { goto IL_03d3; } } { FitfunWebHelp_t2909657851 * L_75 = __this->get_m_webHelp_9(); if (!L_75) { goto IL_03ce; } } { FitfunWebHelp_t2909657851 * L_76 = __this->get_m_webHelp_9(); NullCheck(L_76); int32_t L_77 = FitfunWebHelp_get_progress_m1661235116(L_76, /*hidden argument*/NULL); if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)100))))) { goto IL_03ce; } } { FitfunWebHelp_t2909657851 * L_78 = __this->get_m_webHelp_9(); NullCheck(L_78); bool L_79 = FitfunWebHelp_get_Successed_m2385276737(L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_0341; } } { __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); __this->set_m_ResWWWState_8(((int32_t)24)); LinkedList_1_t411754135 * L_80 = __this->get_m_resDownloadTask_20(); NullCheck(L_80); LinkedListNode_1_t1317283229 * L_81 = LinkedList_1_get_First_m1724307027(L_80, /*hidden argument*/LinkedList_1_get_First_m1724307027_RuntimeMethod_var); NullCheck(L_81); CResDownLoadTask_t1572108126 * L_82 = LinkedListNode_1_get_Value_m2733216330(L_81, /*hidden argument*/LinkedListNode_1_get_Value_m2733216330_RuntimeMethod_var); CUIResWWW_SendDataCollect_GetRes_m2869721212(__this, (bool)1, L_82, /*hidden argument*/NULL); goto IL_03ce; } IL_0341: { CUrlLabor_t1679613458 * L_83 = __this->get_m_urlResDownload_5(); NullCheck(L_83); bool L_84 = CUrlLabor_Next_m1497244673(L_83, /*hidden argument*/NULL); if (!L_84) { goto IL_036f; } } { __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); __this->set_m_ResWWWState_8(((int32_t)23)); CUIResWWW_t153014691 * L_85 = CUIResWWW_GetInstance_m318267057(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); CUIResWWW_StartCheckRes_m2303461484(L_85, /*hidden argument*/NULL); goto IL_03ce; } IL_036f: { __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); CUrlLabor_t1679613458 * L_86 = __this->get_m_urlResDownload_5(); NullCheck(L_86); CUrlLabor_Reset_m982885101(L_86, /*hidden argument*/NULL); __this->set_m_ResWWWState_8(((int32_t)99)); Dictionary_2_t1632706988 * L_87 = __this->get_m_textMap_11(); NullCheck(L_87); String_t* L_88 = Dictionary_2_get_Item_m2643467469(L_87, _stringLiteral2463294069, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); intptr_t L_89 = (intptr_t)CUIResWWW__OnMBClkCallBack_Failed_m1920394308_RuntimeMethod_var; OnSimpleMsgBoxClkCallBack_t462092590 * L_90 = (OnSimpleMsgBoxClkCallBack_t462092590 *)il2cpp_codegen_object_new(OnSimpleMsgBoxClkCallBack_t462092590_il2cpp_TypeInfo_var); OnSimpleMsgBoxClkCallBack__ctor_m1769356641(L_90, __this, L_89, /*hidden argument*/NULL); bool L_91 = CUIResWWW_ShowSimpleMsgBox_m497174924(__this, L_88, L_90, /*hidden argument*/NULL); if (L_91) { goto IL_03b7; } } { CUIResWWW__OnMBClkCallBack_Failed_m1920394308(__this, (bool)0, /*hidden argument*/NULL); } IL_03b7: { LinkedList_1_t411754135 * L_92 = __this->get_m_resDownloadTask_20(); NullCheck(L_92); LinkedListNode_1_t1317283229 * L_93 = LinkedList_1_get_First_m1724307027(L_92, /*hidden argument*/LinkedList_1_get_First_m1724307027_RuntimeMethod_var); NullCheck(L_93); CResDownLoadTask_t1572108126 * L_94 = LinkedListNode_1_get_Value_m2733216330(L_93, /*hidden argument*/LinkedListNode_1_get_Value_m2733216330_RuntimeMethod_var); CUIResWWW_SendDataCollect_GetRes_m2869721212(__this, (bool)0, L_94, /*hidden argument*/NULL); } IL_03ce: { goto IL_0458; } IL_03d3: { int32_t L_95 = V_0; if ((!(((uint32_t)L_95) == ((uint32_t)((int32_t)24))))) { goto IL_03f2; } } { __this->set_m_ResWWWState_8(((int32_t)35)); CUIResWWW_t153014691 * L_96 = CUIResWWW_GetInstance_m318267057(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_96); CUIResWWW_StartUnzip_m1880861598(L_96, /*hidden argument*/NULL); goto IL_0458; } IL_03f2: { int32_t L_97 = V_0; if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)35))))) { goto IL_0458; } } { FitfunZip_t870197698 * L_98 = __this->get_m_zipIns_10(); if (!L_98) { goto IL_0458; } } { FitfunZip_t870197698 * L_99 = __this->get_m_zipIns_10(); NullCheck(L_99); int32_t L_100 = FitfunZip_get_progress_m977204013(L_99, /*hidden argument*/NULL); if ((!(((uint32_t)L_100) == ((uint32_t)((int32_t)100))))) { goto IL_0458; } } { GC_Collect_m743975114(NULL /*static, unused*/, /*hidden argument*/NULL); CUIResVersionCfg_t3394180598 * L_101 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); LinkedList_1_t411754135 * L_102 = __this->get_m_resDownloadTask_20(); NullCheck(L_102); LinkedListNode_1_t1317283229 * L_103 = LinkedList_1_get_First_m1724307027(L_102, /*hidden argument*/LinkedList_1_get_First_m1724307027_RuntimeMethod_var); NullCheck(L_103); CResDownLoadTask_t1572108126 * L_104 = LinkedListNode_1_get_Value_m2733216330(L_103, /*hidden argument*/LinkedListNode_1_get_Value_m2733216330_RuntimeMethod_var); NullCheck(L_104); CVersionIssue_t3008599312 * L_105 = L_104->get_End_1(); NullCheck(L_101); CUIResVersionCfg_set_LocalResVersion_m2226246139(L_101, L_105, /*hidden argument*/NULL); LinkedList_1_t411754135 * L_106 = __this->get_m_resDownloadTask_20(); NullCheck(L_106); LinkedList_1_RemoveFirst_m2546470645(L_106, /*hidden argument*/LinkedList_1_RemoveFirst_m2546470645_RuntimeMethod_var); __this->set_m_ResWWWState_8(((int32_t)23)); CUIResWWW_t153014691 * L_107 = CUIResWWW_GetInstance_m318267057(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_107); CUIResWWW_StartCheckRes_m2303461484(L_107, /*hidden argument*/NULL); } IL_0458: { return; } } // System.Void CUIResWWW::SetGameStartIns(UIGameStarter) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_SetGameStartIns_m361217477 (CUIResWWW_t153014691 * __this, UIGameStarter_t3167157668 * ___instance0, const RuntimeMethod* method) { { UIGameStarter_t3167157668 * L_0 = ___instance0; __this->set_m_GameStartInstance_18(L_0); return; } } // System.Void CUIResWWW::StartCheck(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartCheck_m1128471960 (CUIResWWW_t153014691 * __this, String_t* ___strProxyVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_StartCheck_m1128471960_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; { __this->set_m_bUseProxy_13((bool)0); String_t* L_0 = ___strProxyVal0; 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_0099; } } { String_t* L_2 = ___strProxyVal0; CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_2); StringU5BU5D_t1281789340* L_4 = String_Split_m3646115398(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; StringU5BU5D_t1281789340* L_5 = V_0; NullCheck(L_5); if ((((int32_t)2) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0099; } } { __this->set_m_bUseProxy_13((bool)1); StringU5BU5D_t1281789340* L_6 = V_0; NullCheck(L_6); int32_t L_7 = 0; String_t* L_8 = (L_6)->GetAt(static_cast(L_7)); V_1 = L_8; String_t* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_004f; } } { CUrlLabor_t1679613458 * L_11 = __this->get_m_urlVersionDownLoad_3(); String_t* L_12 = V_1; NullCheck(L_11); CUrlLabor_Parse_m3576941283(L_11, L_12, /*hidden argument*/NULL); } IL_004f: { StringU5BU5D_t1281789340* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 1; String_t* L_15 = (L_13)->GetAt(static_cast(L_14)); V_1 = L_15; String_t* L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0099; } } { String_t* L_18 = V_1; String_t* L_19 = V_1; NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); NullCheck(L_18); Il2CppChar L_21 = String_get_Chars_m2986988803(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_21; Il2CppChar L_22 = V_2; if ((((int32_t)L_22) == ((int32_t)((int32_t)13)))) { goto IL_007d; } } { Il2CppChar L_23 = V_2; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)10))))) { goto IL_008d; } } IL_007d: { String_t* L_24 = V_1; String_t* L_25 = V_1; NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_27 = String_Substring_m1610150815(L_24, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_27; } IL_008d: { CUrlLabor_t1679613458 * L_28 = __this->get_m_urlResDownload_5(); String_t* L_29 = V_1; NullCheck(L_28); CUrlLabor_Parse_m3576941283(L_28, L_29, /*hidden argument*/NULL); } IL_0099: { bool L_30 = __this->get_m_bIsEnableCode_0(); if (L_30) { goto IL_00b8; } } { bool L_31 = __this->get_m_bIsEnableResource_1(); if (L_31) { goto IL_00b8; } } { __this->set_m_ResWWWState_8(((int32_t)99)); return; } IL_00b8: { CUIResWWW_StartCheckVersion_m1082654758(__this, /*hidden argument*/NULL); return; } } // System.Void CUIResWWW::OnResetCfg() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_OnResetCfg_m292284897 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { { CUrlLabor_t1679613458 * L_0 = __this->get_m_urlProxyURL_2(); NullCheck(L_0); CUrlLabor_Reset_m982885101(L_0, /*hidden argument*/NULL); CUrlLabor_t1679613458 * L_1 = __this->get_m_urlVersionDownLoad_3(); NullCheck(L_1); CUrlLabor_Reset_m982885101(L_1, /*hidden argument*/NULL); CUrlLabor_t1679613458 * L_2 = __this->get_m_urlCodeDownLoad_4(); NullCheck(L_2); CUrlLabor_Reset_m982885101(L_2, /*hidden argument*/NULL); CUrlLabor_t1679613458 * L_3 = __this->get_m_urlResDownload_5(); NullCheck(L_3); CUrlLabor_Reset_m982885101(L_3, /*hidden argument*/NULL); return; } } // System.String CUIResWWW::PopProxyUrl() extern "C" IL2CPP_METHOD_ATTR String_t* CUIResWWW_PopProxyUrl_m3345085969 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { { CUrlLabor_t1679613458 * L_0 = __this->get_m_urlProxyURL_2(); NullCheck(L_0); String_t* L_1 = CUrlLabor_GetUrl_m1489135247(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean CUIResWWW::IfNextProxyUrl() extern "C" IL2CPP_METHOD_ATTR bool CUIResWWW_IfNextProxyUrl_m1933413284 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { { CUrlLabor_t1679613458 * L_0 = __this->get_m_urlProxyURL_2(); NullCheck(L_0); bool L_1 = CUrlLabor_Next_m1497244673(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void CUIResWWW::StartCheckVersion() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartCheckVersion_m1082654758 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_StartCheckVersion_m1082654758_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { __this->set_m_ResWWWState_8(1); __this->set_m_webHelp_9((FitfunWebHelp_t2909657851 *)NULL); __this->set_m_bUseWWWType_14((bool)0); UIGameStarter_t3167157668 * L_0 = __this->get_m_GameStartInstance_18(); 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_0038; } } { bool L_2 = __this->get_m_bUseProxy_13(); if (L_2) { goto IL_0038; } } { __this->set_m_bUseWWWType_14((bool)1); } IL_0038: { bool L_3 = __this->get_m_bUseWWWType_14(); if (!L_3) { goto IL_005e; } } { UIGameStarter_t3167157668 * L_4 = __this->get_m_GameStartInstance_18(); CUrlLabor_t1679613458 * L_5 = __this->get_m_urlVersionDownLoad_3(); NullCheck(L_5); String_t* L_6 = CUrlLabor_GetUrl_m1489135247(L_5, /*hidden argument*/NULL); NullCheck(L_4); UIGameStarter_LoadVersionCfg_m3276815065(L_4, L_6, /*hidden argument*/NULL); goto IL_00a1; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_7 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, L_7, _stringLiteral459796548, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; bool L_10 = File_Exists_m3943585060(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_007f; } } { String_t* L_11 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_007f: { FitfunWebHelp_t2909657851 * L_12 = (FitfunWebHelp_t2909657851 *)il2cpp_codegen_object_new(FitfunWebHelp_t2909657851_il2cpp_TypeInfo_var); FitfunWebHelp__ctor_m4224542046(L_12, /*hidden argument*/NULL); __this->set_m_webHelp_9(L_12); FitfunWebHelp_t2909657851 * L_13 = __this->get_m_webHelp_9(); CUrlLabor_t1679613458 * L_14 = __this->get_m_urlVersionDownLoad_3(); NullCheck(L_14); String_t* L_15 = CUrlLabor_GetUrl_m1489135247(L_14, /*hidden argument*/NULL); String_t* L_16 = V_0; NullCheck(L_13); FitfunWebHelp_Download_m285703460(L_13, L_15, L_16, /*hidden argument*/NULL); } IL_00a1: { return; } } // System.Void CUIResWWW::OnCheckVersionResult(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_OnCheckVersionResult_m180256275 (CUIResWWW_t153014691 * __this, String_t* ___strFileText0, String_t* ___url1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_OnCheckVersionResult_m180256275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strFileText0; 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_0032; } } { CUrlLabor_t1679613458 * L_2 = __this->get_m_urlVersionDownLoad_3(); NullCheck(L_2); bool L_3 = CUrlLabor_Next_m1497244673(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { CUIResWWW_StartCheckVersion_m1082654758(__this, /*hidden argument*/NULL); goto IL_002d; } IL_0026: { __this->set_m_ResWWWState_8(2); } IL_002d: { goto IL_003a; } IL_0032: { String_t* L_4 = ___strFileText0; String_t* L_5 = ___url1; CUIResWWW__OnCheckVersionResultText_m4246874938(__this, L_4, L_5, /*hidden argument*/NULL); } IL_003a: { return; } } // System.Void CUIResWWW::_OnCheckVersionResultText(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW__OnCheckVersionResultText_m4246874938 (CUIResWWW_t153014691 * __this, String_t* ___strFileText0, String_t* ___url1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW__OnCheckVersionResultText_m4246874938_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { __this->set_m_ResWWWState_8(2); String_t* L_0 = ___strFileText0; String_t* L_1 = ___url1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3151693746, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); LinkedList_1_t411754135 * L_3 = __this->get_m_resDownloadTask_20(); NullCheck(L_3); LinkedList_1_Clear_m1125940998(L_3, /*hidden argument*/LinkedList_1_Clear_m1125940998_RuntimeMethod_var); CRemoteHotInfo_t1542281948 * L_4 = __this->get_m_remoteHotVersionInfo_19(); String_t* L_5 = ___strFileText0; NullCheck(L_4); bool L_6 = CRemoteHotInfo_Parse_m3177520153(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003d; } } { __this->set_m_ResWWWState_8(((int32_t)99)); return; } IL_003d: { CRemoteHotInfo_t1542281948 * L_7 = __this->get_m_remoteHotVersionInfo_19(); CUIResVersionCfg_t3394180598 * L_8 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CVersionIssue_t3008599312 * L_9 = CUIResVersionCfg_get_LocalResVersion_m300267892(L_8, /*hidden argument*/NULL); LinkedList_1_t411754135 * L_10 = __this->get_m_resDownloadTask_20(); NullCheck(L_7); CRemoteHotInfo_PickResourceDownload_m2422616514(L_7, L_9, L_10, /*hidden argument*/NULL); V_0 = (bool)0; V_1 = (bool)0; bool L_11 = __this->get_m_bIsEnableCode_0(); if (!L_11) { goto IL_009c; } } { CVersionIssue_t3008599312 * L_12 = CUIResWWW_GetRemoteCodeVersion_m1171077207(__this, /*hidden argument*/NULL); CUIResVersionCfg_t3394180598 * L_13 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CVersionIssue_t3008599312 * L_14 = CUIResVersionCfg_get_LocalCodeVersion_m356825504(L_13, /*hidden argument*/NULL); NullCheck(L_12); bool L_15 = CVersionIssue_Equals_m3234645409(L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_009a; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_16 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, L_16, _stringLiteral3639507269, /*hidden argument*/NULL); bool L_18 = File_Exists_m3943585060(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_009c; } } IL_009a: { V_0 = (bool)1; } IL_009c: { bool L_19 = __this->get_m_bIsEnableResource_1(); if (!L_19) { goto IL_00b9; } } { LinkedList_1_t411754135 * L_20 = __this->get_m_resDownloadTask_20(); NullCheck(L_20); int32_t L_21 = LinkedList_1_get_Count_m4281037392(L_20, /*hidden argument*/LinkedList_1_get_Count_m4281037392_RuntimeMethod_var); if (!L_21) { goto IL_00b9; } } { V_1 = (bool)1; } IL_00b9: { bool L_22 = V_0; if (L_22) { goto IL_00c5; } } { bool L_23 = V_1; if (!L_23) { goto IL_011d; } } IL_00c5: { __this->set_m_ResWWWState_8(3); int32_t L_24 = Application_get_internetReachability_m432100819(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)2)))) { goto IL_00de; } } { __this->set_m_ResWWWState_8(4); } IL_00de: { int32_t L_25 = __this->get_m_ResWWWState_8(); if ((!(((uint32_t)L_25) == ((uint32_t)3)))) { goto IL_0118; } } { Dictionary_2_t1632706988 * L_26 = __this->get_m_textMap_11(); NullCheck(L_26); String_t* L_27 = Dictionary_2_get_Item_m2643467469(L_26, _stringLiteral4124364549, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); intptr_t L_28 = (intptr_t)CUIResWWW__OnSimpleMsgBoxClkCallBack_m2879668485_RuntimeMethod_var; OnSimpleMsgBoxClkCallBack_t462092590 * L_29 = (OnSimpleMsgBoxClkCallBack_t462092590 *)il2cpp_codegen_object_new(OnSimpleMsgBoxClkCallBack_t462092590_il2cpp_TypeInfo_var); OnSimpleMsgBoxClkCallBack__ctor_m1769356641(L_29, __this, L_28, /*hidden argument*/NULL); bool L_30 = CUIResWWW_ShowSimpleMsgBox_m497174924(__this, L_27, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_0118; } } { CUIResWWW__OnSimpleMsgBoxClkCallBack_m2879668485(__this, (bool)0, /*hidden argument*/NULL); } IL_0118: { goto IL_0125; } IL_011d: { __this->set_m_ResWWWState_8(((int32_t)99)); } IL_0125: { return; } } // System.Void CUIResWWW::StartCheckCode(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartCheckCode_m4158998409 (CUIResWWW_t153014691 * __this, CVersionIssue_t3008599312 * ___versionIssue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_StartCheckCode_m4158998409_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CVersionIssue_t3008599312 * V_1 = NULL; String_t* V_2 = NULL; { bool L_0 = __this->get_m_bIsEnableCode_0(); if (!L_0) { goto IL_0016; } } { CVersionIssue_t3008599312 * L_1 = ___versionIssue0; NullCheck(L_1); bool L_2 = CVersionIssue_IsValid_m2336196782(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001f; } } IL_0016: { __this->set_m_ResWWWState_8(((int32_t)12)); return; } IL_001f: { CVersionIssue_t3008599312 * L_3 = ___versionIssue0; NullCheck(L_3); String_t* L_4 = CVersionIssue_GetFullName_m2302036779(L_3, /*hidden argument*/NULL); V_0 = L_4; CUIResVersionCfg_t3394180598 * L_5 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CVersionIssue_t3008599312 * L_6 = CUIResVersionCfg_get_LocalCodeVersion_m356825504(L_5, /*hidden argument*/NULL); V_1 = L_6; CVersionIssue_t3008599312 * L_7 = V_1; NullCheck(L_7); bool L_8 = CVersionIssue_IsValid_m2336196782(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_006a; } } { CVersionIssue_t3008599312 * L_9 = V_1; CVersionIssue_t3008599312 * L_10 = ___versionIssue0; NullCheck(L_9); bool L_11 = CVersionIssue_Equals_m3234645409(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006a; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_12 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, _stringLiteral3639507269, /*hidden argument*/NULL); bool L_14 = File_Exists_m3943585060(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006a; } } { __this->set_m_ResWWWState_8(((int32_t)12)); return; } IL_006a: { __this->set_m_ResWWWState_8(((int32_t)11)); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_15 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_15, _stringLiteral2841694387, /*hidden argument*/NULL); V_2 = L_16; String_t* L_17 = V_2; bool L_18 = File_Exists_m3943585060(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0093; } } { String_t* L_19 = V_2; File_Delete_m321251800(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); } IL_0093: { FitfunWebHelp_t2909657851 * L_20 = (FitfunWebHelp_t2909657851 *)il2cpp_codegen_object_new(FitfunWebHelp_t2909657851_il2cpp_TypeInfo_var); FitfunWebHelp__ctor_m4224542046(L_20, /*hidden argument*/NULL); __this->set_m_webHelp_9(L_20); FitfunWebHelp_t2909657851 * L_21 = __this->get_m_webHelp_9(); CUrlLabor_t1679613458 * L_22 = __this->get_m_urlCodeDownLoad_4(); NullCheck(L_22); String_t* L_23 = CUrlLabor_GetUrl_m1489135247(L_22, /*hidden argument*/NULL); String_t* L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m3755062657(NULL /*static, unused*/, L_23, L_24, _stringLiteral3639507269, /*hidden argument*/NULL); String_t* L_26 = V_2; NullCheck(L_21); FitfunWebHelp_Download_m285703460(L_21, L_25, L_26, /*hidden argument*/NULL); return; } } // System.Void CUIResWWW::StartCheckRes() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartCheckRes_m2303461484 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_StartCheckRes_m2303461484_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResDownLoadTask_t1572108126 * V_0 = NULL; { bool L_0 = __this->get_m_bIsEnableResource_1(); if (L_0) { goto IL_0014; } } { __this->set_m_ResWWWState_8(((int32_t)99)); return; } IL_0014: { LinkedList_1_t411754135 * L_1 = __this->get_m_resDownloadTask_20(); NullCheck(L_1); int32_t L_2 = LinkedList_1_get_Count_m4281037392(L_1, /*hidden argument*/LinkedList_1_get_Count_m4281037392_RuntimeMethod_var); if (L_2) { goto IL_0037; } } { __this->set_m_ResWWWState_8(((int32_t)99)); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral533529155, /*hidden argument*/NULL); return; } IL_0037: { LinkedList_1_t411754135 * L_3 = __this->get_m_resDownloadTask_20(); NullCheck(L_3); LinkedListNode_1_t1317283229 * L_4 = LinkedList_1_get_First_m1724307027(L_3, /*hidden argument*/LinkedList_1_get_First_m1724307027_RuntimeMethod_var); NullCheck(L_4); CResDownLoadTask_t1572108126 * L_5 = LinkedListNode_1_get_Value_m2733216330(L_4, /*hidden argument*/LinkedListNode_1_get_Value_m2733216330_RuntimeMethod_var); V_0 = L_5; FitfunWebHelp_t2909657851 * L_6 = (FitfunWebHelp_t2909657851 *)il2cpp_codegen_object_new(FitfunWebHelp_t2909657851_il2cpp_TypeInfo_var); FitfunWebHelp__ctor_m4224542046(L_6, /*hidden argument*/NULL); __this->set_m_webHelp_9(L_6); FitfunWebHelp_t2909657851 * L_7 = __this->get_m_webHelp_9(); CUrlLabor_t1679613458 * L_8 = __this->get_m_urlResDownload_5(); NullCheck(L_8); String_t* L_9 = CUrlLabor_GetUrl_m1489135247(L_8, /*hidden argument*/NULL); CResDownLoadTask_t1572108126 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = CResDownLoadTask_GetDownLoadFullName_m1427506064(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); CResDownLoadTask_t1572108126 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = CResDownLoadTask_GetLocalStorageFullName_m1218817943(L_13, /*hidden argument*/NULL); NullCheck(L_7); FitfunWebHelp_Download_m285703460(L_7, L_12, L_14, /*hidden argument*/NULL); return; } } // System.Void CUIResWWW::StartUnzip() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_StartUnzip_m1880861598 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_StartUnzip_m1880861598_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_m_bIsEnableResource_1(); if (L_0) { goto IL_0014; } } { __this->set_m_ResWWWState_8(((int32_t)99)); return; } IL_0014: { FitfunZip_t870197698 * L_1 = (FitfunZip_t870197698 *)il2cpp_codegen_object_new(FitfunZip_t870197698_il2cpp_TypeInfo_var); FitfunZip__ctor_m3253074589(L_1, /*hidden argument*/NULL); __this->set_m_zipIns_10(L_1); IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_2 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, _stringLiteral1890956910, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; bool L_5 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0041; } } { String_t* L_6 = V_0; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2378097171, /*hidden argument*/NULL); FitfunZip_t870197698 * L_7 = __this->get_m_zipIns_10(); LinkedList_1_t411754135 * L_8 = __this->get_m_resDownloadTask_20(); NullCheck(L_8); LinkedListNode_1_t1317283229 * L_9 = LinkedList_1_get_First_m1724307027(L_8, /*hidden argument*/LinkedList_1_get_First_m1724307027_RuntimeMethod_var); NullCheck(L_9); CResDownLoadTask_t1572108126 * L_10 = LinkedListNode_1_get_Value_m2733216330(L_9, /*hidden argument*/LinkedListNode_1_get_Value_m2733216330_RuntimeMethod_var); NullCheck(L_10); String_t* L_11 = CResDownLoadTask_GetLocalStorageFullName_m1218817943(L_10, /*hidden argument*/NULL); String_t* L_12 = V_0; NullCheck(L_7); FitfunZip_UnZipFile_m3367070889(L_7, L_11, L_12, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 CUIResWWW::GetCurStep() extern "C" IL2CPP_METHOD_ATTR int32_t CUIResWWW_GetCurStep_m929369681 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { { FitfunZip_t870197698 * L_0 = __this->get_m_zipIns_10(); if (!L_0) { goto IL_0024; } } { int32_t L_1 = CUIResWWW_GetCheckState_m383287524(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)35))))) { goto IL_0024; } } { FitfunZip_t870197698 * L_2 = __this->get_m_zipIns_10(); NullCheck(L_2); int32_t L_3 = FitfunZip_get_progress_m977204013(L_2, /*hidden argument*/NULL); return L_3; } IL_0024: { FitfunWebHelp_t2909657851 * L_4 = __this->get_m_webHelp_9(); if (!L_4) { goto IL_003b; } } { FitfunWebHelp_t2909657851 * L_5 = __this->get_m_webHelp_9(); NullCheck(L_5); int32_t L_6 = FitfunWebHelp_get_progress_m1661235116(L_5, /*hidden argument*/NULL); return L_6; } IL_003b: { return 0; } } // CUIResWWW/CUIResWWWState CUIResWWW::GetCheckState() extern "C" IL2CPP_METHOD_ATTR int32_t CUIResWWW_GetCheckState_m383287524 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_ResWWWState_8(); return L_0; } } // System.Void CUIResWWW::OnCodeDone() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_OnCodeDone_m1285448605 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_OnCodeDone_m1285448605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_m_lastLoadCodeVer_6(); NullCheck(L_0); bool L_1 = CVersionIssue_IsValid_m2336196782(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0034; } } { CVersionIssue_t3008599312 * L_2 = __this->get_m_lastLoadCodeVer_6(); CUIResVersionCfg_t3394180598 * L_3 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CVersionIssue_t3008599312 * L_4 = CUIResVersionCfg_get_LocalCodeVersion_m356825504(L_3, /*hidden argument*/NULL); NullCheck(L_2); CVersionIssue_Set_m1418759201(L_2, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_5 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CModuleManager_OnInitDynamicDllSrc_m774998736(L_5, /*hidden argument*/NULL); goto IL_0058; } IL_0034: { CVersionIssue_t3008599312 * L_6 = __this->get_m_lastLoadCodeVer_6(); CUIResVersionCfg_t3394180598 * L_7 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CVersionIssue_t3008599312 * L_8 = CUIResVersionCfg_get_LocalCodeVersion_m356825504(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9 = CVersionIssue_Equals_m3234645409(L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0058; } } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_10 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CSystemToolPlugin_RestartApp_m2920582899(L_10, /*hidden argument*/NULL); } IL_0058: { DMGameInterface_OnInitEnvironment_m4294707918(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void CUIResWWW::OnResDone() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_OnResDone_m1273188694 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_OnResDone_m1273188694_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bIsEnableResource_1(); if (!L_0) { goto IL_004e; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_1 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CModuleManager_IfUIPkgMode_m3455801289(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_004e; } } { CVersionIssue_t3008599312 * L_3 = __this->get_m_lastLoadUIVer_7(); CUIResVersionCfg_t3394180598 * L_4 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CVersionIssue_t3008599312 * L_5 = CUIResVersionCfg_get_LocalResVersion_m300267892(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6 = CVersionIssue_Equals_m3234645409(L_3, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_004e; } } { CVersionIssue_t3008599312 * L_7 = __this->get_m_lastLoadUIVer_7(); CUIResVersionCfg_t3394180598 * L_8 = CUIResVersionCfg_GetInstance_m3080834282(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CVersionIssue_t3008599312 * L_9 = CUIResVersionCfg_get_LocalResVersion_m300267892(L_8, /*hidden argument*/NULL); NullCheck(L_7); CVersionIssue_Set_m1418759201(L_7, L_9, /*hidden argument*/NULL); DMResourceInterface_OnInitDynamicPkgResource_m1879171732(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_004e: { return; } } // System.Void CUIResWWW::MoveFloder(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_MoveFloder_m3072386501 (CUIResWWW_t153014691 * __this, String_t* ___src0, String_t* ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_MoveFloder_m3072386501_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3072309502, /*hidden argument*/NULL); String_t* L_0 = ___src0; StringU5BU5D_t1281789340* L_1 = Directory_GetFiles_m932257245(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; StringU5BU5D_t1281789340* L_2 = V_0; if (!L_2) { goto IL_001f; } } { StringU5BU5D_t1281789340* L_3 = V_0; NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0020; } } IL_001f: { return; } IL_0020: { String_t* L_4 = ___dest1; bool L_5 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0032; } } { String_t* L_6 = ___dest1; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); } IL_0032: { String_t* L_7 = ___src0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_2 = 0; goto IL_0085; } IL_0042: { StringU5BU5D_t1281789340* L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; String_t* L_13 = V_3; int32_t L_14 = V_1; String_t* L_15 = V_3; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); int32_t L_17 = V_1; NullCheck(L_13); String_t* L_18 = String_Substring_m1610150815(L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL); V_4 = L_18; String_t* L_19 = ___dest1; String_t* L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3755062657(NULL /*static, unused*/, L_19, _stringLiteral3452614529, L_20, /*hidden argument*/NULL); V_5 = L_21; String_t* L_22 = V_5; bool L_23 = File_Exists_m3943585060(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0079; } } { String_t* L_24 = V_5; File_Delete_m321251800(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); } IL_0079: { String_t* L_25 = V_3; String_t* L_26 = V_5; File_Move_m1898656234(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0085: { int32_t L_28 = V_2; StringU5BU5D_t1281789340* L_29 = V_0; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0042; } } { return; } } // System.Void CUIResWWW::LoadCfg() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_LoadCfg_m1068426512 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_LoadCfg_m1068426512_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; String_t* V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; XmlNode_t3767805227 * V_3 = NULL; XmlNodeList_t2551693786 * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B3_0 = NULL; XmlNode_t3767805227 * G_B8_0 = NULL; XmlNodeList_t2551693786 * G_B11_0 = NULL; { Object_t631007953 * L_0 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral701689573, /*hidden argument*/NULL); 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { TextAsset_t3022178571 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = TextAsset_get_text_m2027878391(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0028; } IL_0027: { G_B3_0 = ((String_t*)(NULL)); } IL_0028: { V_1 = G_B3_0; } IL_0029: try { // begin try (depth: 1) try { // begin try (depth: 2) { String_t* L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_01f6; } } IL_0034: { XmlDocument_t2837193595 * L_7 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_7, /*hidden argument*/NULL); V_2 = L_7; XmlDocument_t2837193595 * L_8 = V_2; String_t* L_9 = V_1; NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_8, L_9); XmlDocument_t2837193595 * L_10 = V_2; if (!L_10) { goto IL_0052; } } IL_0047: { XmlDocument_t2837193595 * L_11 = V_2; NullCheck(L_11); XmlNode_t3767805227 * L_12 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_11); G_B8_0 = L_12; goto IL_0053; } IL_0052: { G_B8_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0053: { V_3 = G_B8_0; XmlNode_t3767805227 * L_13 = V_3; if (!L_13) { goto IL_0065; } } IL_005a: { XmlNode_t3767805227 * L_14 = V_3; NullCheck(L_14); XmlNodeList_t2551693786 * L_15 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_14); G_B11_0 = L_15; goto IL_0066; } IL_0065: { G_B11_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0066: { V_4 = G_B11_0; XmlNodeList_t2551693786 * L_16 = V_4; if (L_16) { goto IL_0074; } } IL_006f: { IL2CPP_LEAVE(0x216, FINALLY_0201); } IL_0074: { V_5 = (String_t*)NULL; V_6 = 0; goto IL_01e8; } IL_007f: { XmlNodeList_t2551693786 * L_17 = V_4; int32_t L_18 = V_6; NullCheck(L_17); XmlNode_t3767805227 * L_19 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_17, L_18); V_7 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_19, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_20 = V_7; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_20); NullCheck(L_21); int32_t L_22 = String_CompareTo_m3414379165(L_21, _stringLiteral3460481212, /*hidden argument*/NULL); if (L_22) { goto IL_00dc; } } IL_00a5: { XmlElement_t561603118 * L_23 = V_7; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_23, _stringLiteral4132972632); V_5 = L_24; String_t* L_25 = V_5; 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_00d7; } } IL_00bf: { CUrlLabor_t1679613458 * L_27 = __this->get_m_urlProxyURL_2(); String_t* L_28 = V_5; NullCheck(L_27); CUrlLabor_Parse_m3576941283(L_27, L_28, /*hidden argument*/NULL); CUrlLabor_t1679613458 * L_29 = __this->get_m_urlProxyURL_2(); NullCheck(L_29); CUrlLabor_FormatVersion_m2390113934(L_29, /*hidden argument*/NULL); } IL_00d7: { goto IL_01e2; } IL_00dc: { XmlElement_t561603118 * L_30 = V_7; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_30); NullCheck(L_31); int32_t L_32 = String_CompareTo_m3414379165(L_31, _stringLiteral1902401671, /*hidden argument*/NULL); if (L_32) { goto IL_0131; } } IL_00f2: { XmlElement_t561603118 * L_33 = V_7; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_33, _stringLiteral4132972632); V_5 = L_34; String_t* L_35 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_011f; } } IL_010c: { __this->set_m_bIsEnableCode_0((bool)0); __this->set_m_bIsEnableResource_1((bool)0); goto IL_01f6; } IL_011f: { CUrlLabor_t1679613458 * L_37 = __this->get_m_urlVersionDownLoad_3(); String_t* L_38 = V_5; NullCheck(L_37); CUrlLabor_Parse_m3576941283(L_37, L_38, /*hidden argument*/NULL); goto IL_01e2; } IL_0131: { XmlElement_t561603118 * L_39 = V_7; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_39); NullCheck(L_40); int32_t L_41 = String_CompareTo_m3414379165(L_40, _stringLiteral4119301753, /*hidden argument*/NULL); if (L_41) { goto IL_017f; } } IL_0147: { XmlElement_t561603118 * L_42 = V_7; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_42, _stringLiteral4132972632); V_5 = L_43; String_t* L_44 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_45 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_017a; } } IL_0161: { __this->set_m_bIsEnableResource_1((bool)1); CUrlLabor_t1679613458 * L_46 = __this->get_m_urlResDownload_5(); String_t* L_47 = V_5; NullCheck(L_46); CUrlLabor_Parse_m3576941283(L_46, L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_DoEnableUIPkg_m495971829(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_017a: { goto IL_01e2; } IL_017f: { XmlElement_t561603118 * L_48 = V_7; NullCheck(L_48); String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_48); NullCheck(L_49); int32_t L_50 = String_CompareTo_m3414379165(L_49, _stringLiteral1985170611, /*hidden argument*/NULL); if (L_50) { goto IL_019a; } } IL_0195: { goto IL_01e2; } IL_019a: { XmlElement_t561603118 * L_51 = V_7; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_51); NullCheck(L_52); int32_t L_53 = String_CompareTo_m3414379165(L_52, _stringLiteral2507586280, /*hidden argument*/NULL); if (L_53) { goto IL_01e2; } } IL_01b0: { XmlElement_t561603118 * L_54 = V_7; NullCheck(L_54); String_t* L_55 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_54, _stringLiteral2909710312); V_5 = L_55; String_t* L_56 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if (L_57) { goto IL_01e2; } } IL_01ca: { String_t* L_58 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_59 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral3452614544, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_01e2; } } IL_01db: { __this->set_m_bSkipComfirmBox_12((bool)1); } IL_01e2: { int32_t L_60 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_01e8: { int32_t L_61 = V_6; XmlNodeList_t2551693786 * L_62 = V_4; NullCheck(L_62); int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_62); if ((((int32_t)L_61) < ((int32_t)L_63))) { goto IL_007f; } } IL_01f6: { IL2CPP_LEAVE(0x216, FINALLY_0201); } } // 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_01fb; throw e; } CATCH_01fb: { // begin catch(System.Object) IL2CPP_LEAVE(0x216, FINALLY_0201); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0201; } FINALLY_0201: { // begin finally (depth: 1) { TextAsset_t3022178571 * L_64 = V_0; 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_0215; } } IL_020d: { TextAsset_t3022178571 * L_66 = V_0; Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); V_0 = (TextAsset_t3022178571 *)NULL; } IL_0215: { IL2CPP_END_FINALLY(513) } } // end finally (depth: 1) IL2CPP_CLEANUP(513) { IL2CPP_JUMP_TBL(0x216, IL_0216) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0216: { return; } } // System.Void CUIResWWW::LoadText() extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_LoadText_m632970082 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_LoadText_m632970082_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; String_t* V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; XmlNode_t3767805227 * V_3 = NULL; XmlNodeList_t2551693786 * V_4 = NULL; int32_t V_5 = 0; XmlElement_t561603118 * V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B3_0 = NULL; XmlNode_t3767805227 * G_B8_0 = NULL; XmlNodeList_t2551693786 * G_B11_0 = NULL; { Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_m_textMap_11(L_0); Object_t631007953 * L_1 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral2471836234, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_1, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * 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_0032; } } { TextAsset_t3022178571 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = TextAsset_get_text_m2027878391(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0033; } IL_0032: { G_B3_0 = ((String_t*)(NULL)); } IL_0033: { V_1 = G_B3_0; } IL_0034: try { // begin try (depth: 1) try { // begin try (depth: 2) { String_t* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_00d6; } } IL_003f: { XmlDocument_t2837193595 * L_8 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_8, /*hidden argument*/NULL); V_2 = L_8; XmlDocument_t2837193595 * L_9 = V_2; String_t* L_10 = V_1; NullCheck(L_9); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_9, L_10); XmlDocument_t2837193595 * L_11 = V_2; if (!L_11) { goto IL_005d; } } IL_0052: { XmlDocument_t2837193595 * L_12 = V_2; NullCheck(L_12); XmlNode_t3767805227 * L_13 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_12); G_B8_0 = L_13; goto IL_005e; } IL_005d: { G_B8_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_005e: { V_3 = G_B8_0; XmlNode_t3767805227 * L_14 = V_3; if (!L_14) { goto IL_0070; } } IL_0065: { XmlNode_t3767805227 * L_15 = V_3; NullCheck(L_15); XmlNodeList_t2551693786 * L_16 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_15); G_B11_0 = L_16; goto IL_0071; } IL_0070: { G_B11_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0071: { V_4 = G_B11_0; XmlNodeList_t2551693786 * L_17 = V_4; if (L_17) { goto IL_007f; } } IL_007a: { IL2CPP_LEAVE(0xF6, FINALLY_00e1); } IL_007f: { V_5 = 0; goto IL_00c8; } IL_0087: { XmlNodeList_t2551693786 * L_18 = V_4; int32_t L_19 = V_5; NullCheck(L_18); XmlNode_t3767805227 * L_20 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_18, L_19); V_6 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_20, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_21 = V_6; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_21, _stringLiteral62725243); V_7 = L_22; XmlElement_t561603118 * L_23 = V_6; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_23, _stringLiteral3987835854); V_8 = L_24; Dictionary_2_t1632706988 * L_25 = __this->get_m_textMap_11(); String_t* L_26 = V_7; String_t* L_27 = V_8; NullCheck(L_25); Dictionary_2_Add_m2799738156(L_25, L_26, L_27, /*hidden argument*/Dictionary_2_Add_m2799738156_RuntimeMethod_var); int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00c8: { int32_t L_29 = V_5; XmlNodeList_t2551693786 * L_30 = V_4; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_30); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_0087; } } IL_00d6: { IL2CPP_LEAVE(0xF6, FINALLY_00e1); } } // 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_00db; throw e; } CATCH_00db: { // begin catch(System.Object) IL2CPP_LEAVE(0xF6, FINALLY_00e1); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e1; } FINALLY_00e1: { // begin finally (depth: 1) { TextAsset_t3022178571 * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00f5; } } IL_00ed: { TextAsset_t3022178571 * L_34 = V_0; Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); V_0 = (TextAsset_t3022178571 *)NULL; } IL_00f5: { IL2CPP_END_FINALLY(225) } } // end finally (depth: 1) IL2CPP_CLEANUP(225) { IL2CPP_JUMP_TBL(0xF6, IL_00f6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f6: { return; } } // CVersionIssue CUIResWWW::GetRemoteCodeVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CUIResWWW_GetRemoteCodeVersion_m1171077207 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { { CRemoteHotInfo_t1542281948 * L_0 = __this->get_m_remoteHotVersionInfo_19(); NullCheck(L_0); CVersionIssue_t3008599312 * L_1 = CRemoteHotInfo_GetRemoteCode_m246804741(L_0, /*hidden argument*/NULL); return L_1; } } // CVersionIssue CUIResWWW::GetRemoteUIResVersion() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CUIResWWW_GetRemoteUIResVersion_m537564493 (CUIResWWW_t153014691 * __this, const RuntimeMethod* method) { { CRemoteHotInfo_t1542281948 * L_0 = __this->get_m_remoteHotVersionInfo_19(); NullCheck(L_0); CVersionIssue_t3008599312 * L_1 = CRemoteHotInfo_GetRemoteRes_m2917219281(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean CUIResWWW::ShowSimpleMsgBox(System.String,UISimpleMsgBox/OnSimpleMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR bool CUIResWWW_ShowSimpleMsgBox_m497174924 (CUIResWWW_t153014691 * __this, String_t* ___hint0, OnSimpleMsgBoxClkCallBack_t462092590 * ___cb1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_ShowSimpleMsgBox_m497174924_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; Object_t631007953 * V_3 = NULL; GameObject_t1113636619 * V_4 = NULL; Transform_t3600365921 * G_B3_0 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2708641353, /*hidden argument*/NULL); V_0 = L_0; GameObject_t1113636619 * 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_002c; } } { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral3974110434, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_002d; } IL_002c: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_002d: { V_1 = G_B3_0; V_2 = (Transform_t3600365921 *)NULL; Transform_t3600365921 * 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_009e; } } { Transform_t3600365921 * L_8 = V_1; NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral660825135, /*hidden argument*/NULL); V_2 = L_9; Transform_t3600365921 * L_10 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_009e; } } { Object_t631007953 * L_12 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral755736359, /*hidden argument*/NULL); V_3 = L_12; Object_t631007953 * L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_14 = Object_Instantiate_m3403600534(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_4 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_14, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_15 = V_4; NullCheck(L_15); Object_set_name_m291480324(L_15, _stringLiteral660825135, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = V_4; NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = V_1; NullCheck(L_17); Transform_set_parent_m786917804(L_17, L_18, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = V_4; NullCheck(L_19); Transform_t3600365921 * L_20 = GameObject_get_transform_m1369836730(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_21 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); Transform_set_localScale_m3053443106(L_20, L_21, /*hidden argument*/NULL); GameObject_t1113636619 * L_22 = V_4; NullCheck(L_22); Transform_t3600365921 * L_23 = GameObject_get_transform_m1369836730(L_22, /*hidden argument*/NULL); V_2 = L_23; } IL_009e: { Transform_t3600365921 * L_24 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e0; } } { __this->set_m_ResWWWState_8(((int32_t)200)); Transform_t3600365921 * L_26 = V_2; NullCheck(L_26); GameObject_t1113636619 * L_27 = Component_get_gameObject_m442555142(L_26, /*hidden argument*/NULL); NullCheck(L_27); GameObject_SetActive_m796801857(L_27, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_28 = V_2; NullCheck(L_28); UISimpleMsgBox_t1300709986 * L_29 = Component_GetComponent_TisUISimpleMsgBox_t1300709986_m788073137(L_28, /*hidden argument*/Component_GetComponent_TisUISimpleMsgBox_t1300709986_m788073137_RuntimeMethod_var); String_t* L_30 = ___hint0; OnSimpleMsgBoxClkCallBack_t462092590 * L_31 = ___cb1; Dictionary_2_t1632706988 * L_32 = __this->get_m_textMap_11(); NullCheck(L_32); String_t* L_33 = Dictionary_2_get_Item_m2643467469(L_32, _stringLiteral1828438157, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); NullCheck(L_29); UISimpleMsgBox_ShowMsgBox_m1470596855(L_29, L_30, L_31, L_33, /*hidden argument*/NULL); return (bool)1; } IL_00e0: { return (bool)0; } } // System.Void CUIResWWW::SendDataCollect_GetRes(System.Boolean,CUIResWWW/CResDownLoadTask) extern "C" IL2CPP_METHOD_ATTR void CUIResWWW_SendDataCollect_GetRes_m2869721212 (CUIResWWW_t153014691 * __this, bool ___success0, CResDownLoadTask_t1572108126 * ___task1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIResWWW_SendDataCollect_GetRes_m2869721212_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; String_t* G_B2_0 = NULL; JsonData_t1524858407 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; JsonData_t1524858407 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; JsonData_t1524858407 * G_B3_2 = NULL; String_t* G_B5_0 = NULL; JsonData_t1524858407 * G_B5_1 = NULL; String_t* G_B4_0 = NULL; JsonData_t1524858407 * G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; JsonData_t1524858407 * G_B6_2 = NULL; { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3386818783, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3456546791, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_4 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CSystemToolPlugin_GetMacAddress_m319283110(L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3409200350, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; bool L_8 = ___success0; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_7; if (!L_8) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_7; goto IL_004b; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0050; } IL_004b: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0050: { JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); JsonData_set_Item_m3790047234(G_B3_2, G_B3_1, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; CResDownLoadTask_t1572108126 * L_11 = ___task1; G_B4_0 = _stringLiteral3667557639; G_B4_1 = L_10; if (!L_11) { G_B5_0 = _stringLiteral3667557639; G_B5_1 = L_10; goto IL_0071; } } { CResDownLoadTask_t1572108126 * L_12 = ___task1; NullCheck(L_12); String_t* L_13 = CResDownLoadTask_GetSimpleHint_m3698366965(L_12, /*hidden argument*/NULL); G_B6_0 = L_13; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0076; } IL_0071: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_14; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0076: { JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_2); JsonData_set_Item_m3790047234(G_B6_2, G_B6_1, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_16 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); JsonData_t1524858407 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = JsonData_ToJson_m692076605(L_17, /*hidden argument*/NULL); NullCheck(L_16); CFitfunApiPlugin_FitfunSetAny_m718870777(L_16, _stringLiteral4045586754, 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 CUIResWWW/CRemoteHotInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRemoteHotInfo__ctor_m3679337768 (CRemoteHotInfo_t1542281948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRemoteHotInfo__ctor_m3679337768_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t185706758 * L_0 = (List_1_t185706758 *)il2cpp_codegen_object_new(List_1_t185706758_il2cpp_TypeInfo_var); List_1__ctor_m2376710465(L_0, /*hidden argument*/List_1__ctor_m2376710465_RuntimeMethod_var); __this->set_m_resHistory_0(L_0); CVersionIssue_t3008599312 * L_1 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_1, /*hidden argument*/NULL); __this->set_m_remoteCode_1(L_1); CVersionIssue_t3008599312 * L_2 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_2, /*hidden argument*/NULL); __this->set_m_remoteRes_2(L_2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void CUIResWWW/CRemoteHotInfo::Clear() extern "C" IL2CPP_METHOD_ATTR void CRemoteHotInfo_Clear_m576034756 (CRemoteHotInfo_t1542281948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRemoteHotInfo_Clear_m576034756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_m_remoteRes_2(); NullCheck(L_0); CVersionIssue_Clear_m435413632(L_0, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_1 = __this->get_m_remoteCode_1(); NullCheck(L_1); CVersionIssue_Clear_m435413632(L_1, /*hidden argument*/NULL); List_1_t185706758 * L_2 = __this->get_m_resHistory_0(); NullCheck(L_2); List_1_Clear_m2705448393(L_2, /*hidden argument*/List_1_Clear_m2705448393_RuntimeMethod_var); return; } } // System.Void CUIResWWW/CRemoteHotInfo::PickResourceDownload(CVersionIssue,System.Collections.Generic.LinkedList`1) extern "C" IL2CPP_METHOD_ATTR void CRemoteHotInfo_PickResourceDownload_m2422616514 (CRemoteHotInfo_t1542281948 * __this, CVersionIssue_t3008599312 * ___localResVer0, LinkedList_1_t411754135 * ___outList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRemoteHotInfo_PickResourceDownload_m2422616514_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CVersionIssue_t3008599312 * V_1 = NULL; CResDownLoadTask_t1572108126 * V_2 = NULL; { LinkedList_1_t411754135 * L_0 = ___outList1; NullCheck(L_0); LinkedList_1_Clear_m1125940998(L_0, /*hidden argument*/LinkedList_1_Clear_m1125940998_RuntimeMethod_var); CVersionIssue_t3008599312 * L_1 = ___localResVer0; CVersionIssue_t3008599312 * L_2 = __this->get_m_remoteRes_2(); NullCheck(L_1); bool L_3 = CVersionIssue_Equals_m3234645409(L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0033; } } { CVersionIssue_t3008599312 * L_4 = ___localResVer0; NullCheck(L_4); bool L_5 = CVersionIssue_IsValid_m2336196782(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0034; } } { CVersionIssue_t3008599312 * L_6 = __this->get_m_remoteRes_2(); CVersionIssue_t3008599312 * L_7 = ___localResVer0; NullCheck(L_6); bool L_8 = CVersionIssue_LessThan_m56434960(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0034; } } IL_0033: { return; } IL_0034: { V_0 = 0; goto IL_00f4; } IL_003b: { List_1_t185706758 * L_9 = __this->get_m_resHistory_0(); int32_t L_10 = V_0; NullCheck(L_9); CVersionIssue_t3008599312 * L_11 = List_1_get_Item_m409273027(L_9, L_10, /*hidden argument*/List_1_get_Item_m409273027_RuntimeMethod_var); V_1 = L_11; CVersionIssue_t3008599312 * L_12 = ___localResVer0; NullCheck(L_12); bool L_13 = CVersionIssue_IsValid_m2336196782(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005f; } } { CVersionIssue_t3008599312 * L_14 = ___localResVer0; CVersionIssue_t3008599312 * L_15 = V_1; NullCheck(L_14); bool L_16 = CVersionIssue_LessThan_m56434960(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00f0; } } IL_005f: { CResDownLoadTask_t1572108126 * L_17 = (CResDownLoadTask_t1572108126 *)il2cpp_codegen_object_new(CResDownLoadTask_t1572108126_il2cpp_TypeInfo_var); CResDownLoadTask__ctor_m109932677(L_17, /*hidden argument*/NULL); V_2 = L_17; CResDownLoadTask_t1572108126 * L_18 = V_2; NullCheck(L_18); CVersionIssue_t3008599312 * L_19 = L_18->get_End_1(); CVersionIssue_t3008599312 * L_20 = V_1; NullCheck(L_19); CVersionIssue_Set_m1418759201(L_19, L_20, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_21 = ___localResVer0; NullCheck(L_21); int32_t L_22 = CVersionIssue_get_MainVersion_m3158270121(L_21, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = CVersionIssue_get_MainVersion_m3158270121(L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)L_24)))) { goto IL_00b7; } } { CVersionIssue_t3008599312 * L_25 = ___localResVer0; NullCheck(L_25); int32_t L_26 = CVersionIssue_get_MidVersion_m987071594(L_25, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_27 = V_1; NullCheck(L_27); int32_t L_28 = CVersionIssue_get_MidVersion_m987071594(L_27, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)L_28)))) { goto IL_00b7; } } { CResDownLoadTask_t1572108126 * L_29 = V_2; NullCheck(L_29); CVersionIssue_t3008599312 * L_30 = L_29->get_Start_0(); CVersionIssue_t3008599312 * L_31 = V_1; NullCheck(L_31); int32_t L_32 = CVersionIssue_get_MainVersion_m3158270121(L_31, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_33 = V_1; NullCheck(L_33); int32_t L_34 = CVersionIssue_get_MidVersion_m987071594(L_33, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_35 = ___localResVer0; NullCheck(L_35); int32_t L_36 = CVersionIssue_get_SubVersion_m352021970(L_35, /*hidden argument*/NULL); NullCheck(L_30); CVersionIssue_SetMMS_m3532290078(L_30, L_32, L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL); goto IL_00cf; } IL_00b7: { CResDownLoadTask_t1572108126 * L_37 = V_2; NullCheck(L_37); CVersionIssue_t3008599312 * L_38 = L_37->get_Start_0(); CVersionIssue_t3008599312 * L_39 = V_1; NullCheck(L_39); int32_t L_40 = CVersionIssue_get_MainVersion_m3158270121(L_39, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_41 = V_1; NullCheck(L_41); int32_t L_42 = CVersionIssue_get_MidVersion_m987071594(L_41, /*hidden argument*/NULL); NullCheck(L_38); CVersionIssue_SetMMS_m3532290078(L_38, L_40, L_42, 1, /*hidden argument*/NULL); } IL_00cf: { ObjectU5BU5D_t2843939325* L_43 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); CResDownLoadTask_t1572108126 * L_44 = V_2; NullCheck(L_44); String_t* L_45 = CResDownLoadTask_GetDownLoadFullName_m1427506064(L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(0), (RuntimeObject *)L_45); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogFormat_m309087137(NULL /*static, unused*/, _stringLiteral1910826777, L_43, /*hidden argument*/NULL); LinkedList_1_t411754135 * L_46 = ___outList1; CResDownLoadTask_t1572108126 * L_47 = V_2; NullCheck(L_46); LinkedList_1_AddLast_m1819264567(L_46, L_47, /*hidden argument*/LinkedList_1_AddLast_m1819264567_RuntimeMethod_var); } IL_00f0: { int32_t L_48 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00f4: { int32_t L_49 = V_0; List_1_t185706758 * L_50 = __this->get_m_resHistory_0(); NullCheck(L_50); int32_t L_51 = List_1_get_Count_m341702019(L_50, /*hidden argument*/List_1_get_Count_m341702019_RuntimeMethod_var); if ((((int32_t)L_49) < ((int32_t)L_51))) { goto IL_003b; } } { return; } } // System.Boolean CUIResWWW/CRemoteHotInfo::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool CRemoteHotInfo_Parse_m3177520153 (CRemoteHotInfo_t1542281948 * __this, String_t* ___textToParse0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRemoteHotInfo_Parse_m3177520153_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; CVersionIssue_t3008599312 * V_5 = NULL; CVersionIssue_t3008599312 * V_6 = NULL; CVersionIssue_t3008599312 * V_7 = NULL; Exception_t * V_8 = NULL; bool V_9 = 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); XmlNode_t3767805227 * G_B5_0 = NULL; XmlNodeList_t2551693786 * G_B8_0 = NULL; List_1_t185706758 * G_B18_0 = NULL; List_1_t185706758 * G_B17_0 = NULL; { CRemoteHotInfo_Clear_m576034756(__this, /*hidden argument*/NULL); String_t* L_0 = ___textToParse0; 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_0013; } } { return (bool)0; } IL_0013: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_2 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_2, /*hidden argument*/NULL); V_0 = L_2; XmlDocument_t2837193595 * L_3 = V_0; String_t* L_4 = ___textToParse0; NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_3, L_4); XmlDocument_t2837193595 * L_5 = V_0; if (!L_5) { goto IL_0031; } } IL_0026: { XmlDocument_t2837193595 * L_6 = V_0; NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_6); G_B5_0 = L_7; goto IL_0032; } IL_0031: { G_B5_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0032: { V_1 = G_B5_0; XmlNode_t3767805227 * L_8 = V_1; if (!L_8) { goto IL_0044; } } IL_0039: { XmlNode_t3767805227 * L_9 = V_1; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); G_B8_0 = L_10; goto IL_0045; } IL_0044: { G_B8_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0045: { V_2 = G_B8_0; V_3 = 0; goto IL_00ef; } IL_004d: { XmlNodeList_t2551693786 * L_11 = V_2; int32_t L_12 = V_3; NullCheck(L_11); XmlNode_t3767805227 * L_13 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_11, L_12); V_4 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_13, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_14 = V_4; if (!L_14) { goto IL_00eb; } } IL_0062: { XmlElement_t561603118 * L_15 = V_4; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3862462362, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00ad; } } IL_0078: { CVersionIssue_t3008599312 * L_18 = __this->get_m_remoteRes_2(); XmlElement_t561603118 * L_19 = V_4; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_19, _stringLiteral4119301753); NullCheck(L_18); CVersionIssue_Parse_m1413253970(L_18, L_20, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_21 = __this->get_m_remoteCode_1(); XmlElement_t561603118 * L_22 = V_4; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_22, _stringLiteral1985170611); NullCheck(L_21); CVersionIssue_Parse_m1413253970(L_21, L_23, /*hidden argument*/NULL); goto IL_00eb; } IL_00ad: { XmlElement_t561603118 * L_24 = V_4; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1084843241, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00eb; } } IL_00c3: { CVersionIssue_t3008599312 * L_27 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_27, /*hidden argument*/NULL); V_5 = L_27; CVersionIssue_t3008599312 * L_28 = V_5; XmlElement_t561603118 * L_29 = V_4; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_29, _stringLiteral4166618053); NullCheck(L_28); CVersionIssue_Parse_m1413253970(L_28, L_30, /*hidden argument*/NULL); List_1_t185706758 * L_31 = __this->get_m_resHistory_0(); CVersionIssue_t3008599312 * L_32 = V_5; NullCheck(L_31); List_1_Add_m3686759369(L_31, L_32, /*hidden argument*/List_1_Add_m3686759369_RuntimeMethod_var); } IL_00eb: { int32_t L_33 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00ef: { int32_t L_34 = V_3; XmlNodeList_t2551693786 * L_35 = V_2; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_35); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_004d; } } IL_00fb: { List_1_t185706758 * L_37 = __this->get_m_resHistory_0(); Comparison_1_t2783530491 * L_38 = ((CRemoteHotInfo_t1542281948_StaticFields*)il2cpp_codegen_static_fields_for(CRemoteHotInfo_t1542281948_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_3(); G_B17_0 = L_37; if (L_38) { G_B18_0 = L_37; goto IL_0119; } } IL_0108: { intptr_t L_39 = (intptr_t)CVersionIssue_CompareFunc_m481822297_RuntimeMethod_var; Comparison_1_t2783530491 * L_40 = (Comparison_1_t2783530491 *)il2cpp_codegen_object_new(Comparison_1_t2783530491_il2cpp_TypeInfo_var); Comparison_1__ctor_m4126854982(L_40, NULL, L_39, /*hidden argument*/Comparison_1__ctor_m4126854982_RuntimeMethod_var); ((CRemoteHotInfo_t1542281948_StaticFields*)il2cpp_codegen_static_fields_for(CRemoteHotInfo_t1542281948_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_3(L_40); G_B18_0 = G_B17_0; } IL_0119: { Comparison_1_t2783530491 * L_41 = ((CRemoteHotInfo_t1542281948_StaticFields*)il2cpp_codegen_static_fields_for(CRemoteHotInfo_t1542281948_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_3(); NullCheck(G_B18_0); List_1_Sort_m3269054415(G_B18_0, L_41, /*hidden argument*/List_1_Sort_m3269054415_RuntimeMethod_var); List_1_t185706758 * L_42 = __this->get_m_resHistory_0(); NullCheck(L_42); int32_t L_43 = List_1_get_Count_m341702019(L_42, /*hidden argument*/List_1_get_Count_m341702019_RuntimeMethod_var); if (!L_43) { goto IL_01db; } } IL_0133: { List_1_t185706758 * L_44 = __this->get_m_resHistory_0(); List_1_t185706758 * L_45 = __this->get_m_resHistory_0(); NullCheck(L_45); int32_t L_46 = List_1_get_Count_m341702019(L_45, /*hidden argument*/List_1_get_Count_m341702019_RuntimeMethod_var); NullCheck(L_44); CVersionIssue_t3008599312 * L_47 = List_1_get_Item_m409273027(L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)), /*hidden argument*/List_1_get_Item_m409273027_RuntimeMethod_var); V_6 = L_47; CVersionIssue_t3008599312 * L_48 = __this->get_m_remoteRes_2(); NullCheck(L_48); int32_t L_49 = CVersionIssue_get_MainVersion_m3158270121(L_48, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_50 = V_6; NullCheck(L_50); int32_t L_51 = CVersionIssue_get_MainVersion_m3158270121(L_50, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)L_51)))) { goto IL_017b; } } IL_0164: { CVersionIssue_t3008599312 * L_52 = __this->get_m_remoteRes_2(); NullCheck(L_52); int32_t L_53 = CVersionIssue_get_MidVersion_m987071594(L_52, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_54 = V_6; NullCheck(L_54); int32_t L_55 = CVersionIssue_get_MidVersion_m987071594(L_54, /*hidden argument*/NULL); if ((((int32_t)L_53) == ((int32_t)L_55))) { goto IL_01a1; } } IL_017b: { CVersionIssue_t3008599312 * L_56 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_56, /*hidden argument*/NULL); V_7 = L_56; CVersionIssue_t3008599312 * L_57 = V_7; CVersionIssue_t3008599312 * L_58 = __this->get_m_remoteRes_2(); NullCheck(L_57); CVersionIssue_Set_m1418759201(L_57, L_58, /*hidden argument*/NULL); List_1_t185706758 * L_59 = __this->get_m_resHistory_0(); CVersionIssue_t3008599312 * L_60 = V_7; NullCheck(L_59); List_1_Add_m3686759369(L_59, L_60, /*hidden argument*/List_1_Add_m3686759369_RuntimeMethod_var); goto IL_01db; } IL_01a1: { CVersionIssue_t3008599312 * L_61 = __this->get_m_remoteRes_2(); NullCheck(L_61); int32_t L_62 = CVersionIssue_get_SubVersion_m352021970(L_61, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_63 = V_6; NullCheck(L_63); int32_t L_64 = CVersionIssue_get_SubVersion_m352021970(L_63, /*hidden argument*/NULL); if ((((int32_t)L_62) == ((int32_t)L_64))) { goto IL_01db; } } IL_01b8: { CVersionIssue_t3008599312 * L_65 = V_6; CVersionIssue_t3008599312 * L_66 = __this->get_m_remoteRes_2(); NullCheck(L_65); CVersionIssue_Set_m1418759201(L_65, L_66, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_67 = V_6; NullCheck(L_67); String_t* L_68 = CVersionIssue_GetFullName_m2302036779(L_67, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2321145004, L_68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_69, /*hidden argument*/NULL); } IL_01db: { goto IL_0200; } } // 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_01e0; throw e; } CATCH_01e0: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); Exception_t * L_70 = V_8; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_72 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2950881972, L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_72, /*hidden argument*/NULL); V_9 = (bool)0; goto IL_0202; } // end catch (depth: 1) IL_0200: { return (bool)1; } IL_0202: { bool L_73 = V_9; return L_73; } } // CVersionIssue CUIResWWW/CRemoteHotInfo::GetRemoteCode() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CRemoteHotInfo_GetRemoteCode_m246804741 (CRemoteHotInfo_t1542281948 * __this, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = __this->get_m_remoteCode_1(); return L_0; } } // CVersionIssue CUIResWWW/CRemoteHotInfo::GetRemoteRes() extern "C" IL2CPP_METHOD_ATTR CVersionIssue_t3008599312 * CRemoteHotInfo_GetRemoteRes_m2917219281 (CRemoteHotInfo_t1542281948 * __this, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = __this->get_m_remoteRes_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 CUIResWWW/CResDownLoadTask::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResDownLoadTask__ctor_m109932677 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDownLoadTask__ctor_m109932677_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_0, /*hidden argument*/NULL); __this->set_Start_0(L_0); CVersionIssue_t3008599312 * L_1 = (CVersionIssue_t3008599312 *)il2cpp_codegen_object_new(CVersionIssue_t3008599312_il2cpp_TypeInfo_var); CVersionIssue__ctor_m1518043817(L_1, /*hidden argument*/NULL); __this->set_End_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String CUIResWWW/CResDownLoadTask::GetSimpleHint() extern "C" IL2CPP_METHOD_ATTR String_t* CResDownLoadTask_GetSimpleHint_m3698366965 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDownLoadTask_GetSimpleHint_m3698366965_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_Start_0(); CVersionIssue_t3008599312 * L_1 = __this->get_End_1(); NullCheck(L_0); bool L_2 = CVersionIssue_Equals_m3234645409(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } { CVersionIssue_t3008599312 * L_3 = __this->get_End_1(); NullCheck(L_3); String_t* L_4 = CVersionIssue_GetFullName_m2302036779(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral628085470, L_4, /*hidden argument*/NULL); return L_5; } IL_002c: { CVersionIssue_t3008599312 * L_6 = __this->get_Start_0(); NullCheck(L_6); String_t* L_7 = CVersionIssue_GetFullName_m2302036779(L_6, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_8 = __this->get_End_1(); NullCheck(L_8); String_t* L_9 = CVersionIssue_GetFullName_m2302036779(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral4273954858, L_7, L_9, /*hidden argument*/NULL); return L_10; } } // System.String CUIResWWW/CResDownLoadTask::GetDownLoadFullName() extern "C" IL2CPP_METHOD_ATTR String_t* CResDownLoadTask_GetDownLoadFullName_m1427506064 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDownLoadTask_GetDownLoadFullName_m1427506064_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_Start_0(); CVersionIssue_t3008599312 * L_1 = __this->get_End_1(); NullCheck(L_0); bool L_2 = CVersionIssue_Equals_m3234645409(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); CVersionIssue_t3008599312 * L_4 = __this->get_End_1(); NullCheck(L_4); int32_t L_5 = CVersionIssue_get_MainVersion_m3158270121(L_4, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_3; CVersionIssue_t3008599312 * L_9 = __this->get_End_1(); NullCheck(L_9); int32_t L_10 = CVersionIssue_get_MidVersion_m987071594(L_9, /*hidden argument*/NULL); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = L_8; CVersionIssue_t3008599312 * L_14 = __this->get_End_1(); NullCheck(L_14); String_t* L_15 = CVersionIssue_GetFullName_m2302036779(L_14, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(2), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_13; CVersionIssue_t3008599312 * L_17 = __this->get_End_1(); NullCheck(L_17); String_t* L_18 = CVersionIssue_GetFullName_m2302036779(L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(3), (RuntimeObject *)L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3003568, L_16, /*hidden argument*/NULL); return L_19; } IL_0069: { ObjectU5BU5D_t2843939325* L_20 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); CVersionIssue_t3008599312 * L_21 = __this->get_End_1(); NullCheck(L_21); int32_t L_22 = CVersionIssue_get_MainVersion_m3158270121(L_21, /*hidden argument*/NULL); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_24); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_24); ObjectU5BU5D_t2843939325* L_25 = L_20; CVersionIssue_t3008599312 * L_26 = __this->get_End_1(); NullCheck(L_26); int32_t L_27 = CVersionIssue_get_MidVersion_m987071594(L_26, /*hidden argument*/NULL); int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_29); (L_25)->SetAt(static_cast(1), (RuntimeObject *)L_29); ObjectU5BU5D_t2843939325* L_30 = L_25; CVersionIssue_t3008599312 * L_31 = __this->get_End_1(); NullCheck(L_31); String_t* L_32 = CVersionIssue_GetFullName_m2302036779(L_31, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(2), (RuntimeObject *)L_32); ObjectU5BU5D_t2843939325* L_33 = L_30; CVersionIssue_t3008599312 * L_34 = __this->get_Start_0(); NullCheck(L_34); String_t* L_35 = CVersionIssue_GetFullName_m2302036779(L_34, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(3), (RuntimeObject *)L_35); ObjectU5BU5D_t2843939325* L_36 = L_33; CVersionIssue_t3008599312 * L_37 = __this->get_End_1(); NullCheck(L_37); String_t* L_38 = CVersionIssue_GetFullName_m2302036779(L_37, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(4), (RuntimeObject *)L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1253616407, L_36, /*hidden argument*/NULL); return L_39; } } // System.String CUIResWWW/CResDownLoadTask::GetLocalStorageFullName() extern "C" IL2CPP_METHOD_ATTR String_t* CResDownLoadTask_GetLocalStorageFullName_m1218817943 (CResDownLoadTask_t1572108126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDownLoadTask_GetLocalStorageFullName_m1218817943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CVersionIssue_t3008599312 * L_0 = __this->get_Start_0(); CVersionIssue_t3008599312 * L_1 = __this->get_End_1(); NullCheck(L_0); bool L_2 = CVersionIssue_Equals_m3234645409(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_3 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_4 = __this->get_End_1(); NullCheck(L_4); String_t* L_5 = CVersionIssue_GetFullName_m2302036779(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral82543808, L_3, L_5, /*hidden argument*/NULL); return L_6; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_7 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_8 = __this->get_Start_0(); NullCheck(L_8); String_t* L_9 = CVersionIssue_GetFullName_m2302036779(L_8, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_10 = __this->get_End_1(); NullCheck(L_10); String_t* L_11 = CVersionIssue_GetFullName_m2302036779(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral4271217715, L_7, L_9, L_11, /*hidden argument*/NULL); return L_12; } } // System.Int64 CUIResWWW/CResDownLoadTask::GetDownloadSize(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t CResDownLoadTask_GetDownloadSize_m267195226 (CResDownLoadTask_t1572108126 * __this, String_t* ___urlRoot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDownLoadTask_GetDownloadSize_m267195226_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___urlRoot0; String_t* L_1 = CResDownLoadTask_GetDownLoadFullName_m1427506064(__this, /*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); V_0 = L_2; String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_4 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_4; int64_t L_5 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); int64_t L_6 = L_5; RuntimeObject * L_7 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_6); String_t* L_8 = String_Concat_m1715369213(NULL /*static, unused*/, L_3, _stringLiteral3481860442, L_7, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; int64_t L_10 = FitfunWebHelp_GetLength_m1756052852(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } #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 CUIResWWW/CUrlLabor::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUrlLabor__ctor_m1317573373 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUrlLabor__ctor_m1317573373_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_labor_0(0); List_1_t3319525431 * L_0 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_0, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_urlList_1(L_0); return; } } // System.Void CUIResWWW/CUrlLabor::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR void CUrlLabor_Parse_m3576941283 (CUrlLabor_t1679613458 * __this, String_t* ___localText0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUrlLabor_Parse_m3576941283_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; { __this->set_m_labor_0(0); List_1_t3319525431 * L_0 = __this->get_m_urlList_1(); NullCheck(L_0); List_1_Clear_m2548850424(L_0, /*hidden argument*/List_1_Clear_m2548850424_RuntimeMethod_var); String_t* L_1 = ___localText0; CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_1); StringU5BU5D_t1281789340* L_3 = String_Split_m3646115398(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_004a; } IL_002b: { StringU5BU5D_t1281789340* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0046; } } { List_1_t3319525431 * L_9 = __this->get_m_urlList_1(); StringU5BU5D_t1281789340* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_9); List_1_Add_m1685793073(L_9, L_13, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_0046: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004a: { int32_t L_15 = V_1; StringU5BU5D_t1281789340* L_16 = V_0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_002b; } } { return; } } // System.Void CUIResWWW/CUrlLabor::Reset() extern "C" IL2CPP_METHOD_ATTR void CUrlLabor_Reset_m982885101 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method) { { __this->set_m_labor_0(0); return; } } // System.Boolean CUIResWWW/CUrlLabor::Next() extern "C" IL2CPP_METHOD_ATTR bool CUrlLabor_Next_m1497244673 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUrlLabor_Next_m1497244673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = __this->get_m_urlList_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2276455407(L_0, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); int32_t L_2 = __this->get_m_labor_0(); if ((((int32_t)L_1) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))))) { goto IL_001a; } } { return (bool)0; } IL_001a: { int32_t L_3 = __this->get_m_labor_0(); __this->set_m_labor_0(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return (bool)1; } } // System.String CUIResWWW/CUrlLabor::GetUrl() extern "C" IL2CPP_METHOD_ATTR String_t* CUrlLabor_GetUrl_m1489135247 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUrlLabor_GetUrl_m1489135247_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = __this->get_m_urlList_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2276455407(L_0, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); int32_t L_2 = __this->get_m_labor_0(); if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_001c; } } { 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_001c: { List_1_t3319525431 * L_4 = __this->get_m_urlList_1(); int32_t L_5 = __this->get_m_labor_0(); NullCheck(L_4); String_t* L_6 = List_1_get_Item_m3729392029(L_4, L_5, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); return L_6; } } // System.Void CUIResWWW/CUrlLabor::FormatVersion() extern "C" IL2CPP_METHOD_ATTR void CUrlLabor_FormatVersion_m2390113934 (CUrlLabor_t1679613458 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUrlLabor_FormatVersion_m2390113934_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetAppVersion_m3830952267(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_0066; } } { V_1 = 0; goto IL_0055; } IL_001d: { List_1_t3319525431 * L_4 = __this->get_m_urlList_1(); int32_t L_5 = V_1; NullCheck(L_4); String_t* L_6 = List_1_get_Item_m3729392029(L_4, L_5, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0051; } } { List_1_t3319525431 * L_8 = __this->get_m_urlList_1(); int32_t L_9 = V_1; List_1_t3319525431 * L_10 = __this->get_m_urlList_1(); int32_t L_11 = V_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); String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2844511972(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_8); List_1_set_Item_m2198934485(L_8, L_9, L_14, /*hidden argument*/List_1_set_Item_m2198934485_RuntimeMethod_var); } IL_0051: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0055: { int32_t L_16 = V_1; List_1_t3319525431 * L_17 = __this->get_m_urlList_1(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m2276455407(L_17, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_001d; } } IL_0066: { 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 CUISwingBeatKeyMain::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain__ctor_m4188606048 (CUISwingBeatKeyMain_t3099516294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain__ctor_m4188606048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4083789546 * L_0 = (List_1_t4083789546 *)il2cpp_codegen_object_new(List_1_t4083789546_il2cpp_TypeInfo_var); List_1__ctor_m3281614628(L_0, /*hidden argument*/List_1__ctor_m3281614628_RuntimeMethod_var); __this->set_m_listDeviceGroup_2(L_0); BetterList_1_t501092462 * L_1 = (BetterList_1_t501092462 *)il2cpp_codegen_object_new(BetterList_1_t501092462_il2cpp_TypeInfo_var); BetterList_1__ctor_m896253745(L_1, /*hidden argument*/BetterList_1__ctor_m896253745_RuntimeMethod_var); __this->set_m_listAll_3(L_1); BetterList_1_t3455293471 * L_2 = (BetterList_1_t3455293471 *)il2cpp_codegen_object_new(BetterList_1_t3455293471_il2cpp_TypeInfo_var); BetterList_1__ctor_m2666497430(L_2, /*hidden argument*/BetterList_1__ctor_m2666497430_RuntimeMethod_var); __this->set_m_listHoldLine_4(L_2); __this->set_timeIndex_7((-1)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // CUISwingBeatKeyMain CUISwingBeatKeyMain::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUISwingBeatKeyMain_t3099516294 * CUISwingBeatKeyMain_GetInstance_m693664175 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_GetInstance_m693664175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var); CUISwingBeatKeyMain_t3099516294 * L_0 = ((CUISwingBeatKeyMain_t3099516294_StaticFields*)il2cpp_codegen_static_fields_for(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var))->get_s_instance_8(); return L_0; } } // System.Void CUISwingBeatKeyMain::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_OnPageInit_m2968286420 (CUISwingBeatKeyMain_t3099516294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_OnPageInit_m2968286420_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; Transform_t3600365921 * V_3 = NULL; stDeviceGroup_t2611714804 * V_4 = NULL; Transform_t3600365921 * V_5 = NULL; stDeviceGroup_t2611714804 * V_6 = NULL; { bool L_0 = __this->get_m_isPageInit_5(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_isPageInit_5((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_3_t3578807402 * L_1 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_onMotion_4(); intptr_t L_2 = (intptr_t)CUISwingBeatKeyMain__OnMotion_m1860511508_RuntimeMethod_var; Action_3_t3578807402 * L_3 = (Action_3_t3578807402 *)il2cpp_codegen_object_new(Action_3_t3578807402_il2cpp_TypeInfo_var); Action_3__ctor_m1024942235(L_3, __this, L_2, /*hidden argument*/Action_3__ctor_m1024942235_RuntimeMethod_var); Delegate_t1188392813 * L_4 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_onMotion_4(((Action_3_t3578807402 *)CastclassSealed((RuntimeObject*)L_4, Action_3_t3578807402_il2cpp_TypeInfo_var))); List_1_t4083789546 * L_5 = __this->get_m_listDeviceGroup_2(); NullCheck(L_5); List_1_Clear_m3534049592(L_5, /*hidden argument*/List_1_Clear_m3534049592_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_6 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_6; float L_7 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_7; float L_8 = V_0; float L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_10 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_11); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_11, _stringLiteral3137161794, /*hidden argument*/NULL); V_3 = L_12; Transform_t3600365921 * 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_008c; } } { stDeviceGroup_t2611714804 * L_15 = (stDeviceGroup_t2611714804 *)il2cpp_codegen_object_new(stDeviceGroup_t2611714804_il2cpp_TypeInfo_var); stDeviceGroup__ctor_m3661065776(L_15, 0, /*hidden argument*/NULL); V_4 = L_15; List_1_t4083789546 * L_16 = __this->get_m_listDeviceGroup_2(); stDeviceGroup_t2611714804 * L_17 = V_4; NullCheck(L_16); List_1_Add_m1852883488(L_16, L_17, /*hidden argument*/List_1_Add_m1852883488_RuntimeMethod_var); stDeviceGroup_t2611714804 * L_18 = V_4; Transform_t3600365921 * L_19 = V_3; NullCheck(L_18); stDeviceGroup_InitUI_m276048006(L_18, L_19, /*hidden argument*/NULL); } IL_008c: { Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral798509634, /*hidden argument*/NULL); V_5 = L_21; Transform_t3600365921 * L_22 = V_5; 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_00c9; } } { stDeviceGroup_t2611714804 * L_24 = (stDeviceGroup_t2611714804 *)il2cpp_codegen_object_new(stDeviceGroup_t2611714804_il2cpp_TypeInfo_var); stDeviceGroup__ctor_m3661065776(L_24, 1, /*hidden argument*/NULL); V_6 = L_24; List_1_t4083789546 * L_25 = __this->get_m_listDeviceGroup_2(); stDeviceGroup_t2611714804 * L_26 = V_6; NullCheck(L_25); List_1_Add_m1852883488(L_25, L_26, /*hidden argument*/List_1_Add_m1852883488_RuntimeMethod_var); stDeviceGroup_t2611714804 * L_27 = V_6; Transform_t3600365921 * L_28 = V_5; NullCheck(L_27); stDeviceGroup_InitUI_m276048006(L_27, L_28, /*hidden argument*/NULL); } IL_00c9: { IL2CPP_RUNTIME_CLASS_INIT(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var); ((CUISwingBeatKeyMain_t3099516294_StaticFields*)il2cpp_codegen_static_fields_for(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var))->set_s_instance_8(__this); return; } } // System.Void CUISwingBeatKeyMain::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_OnDestroy_m1093769772 (CUISwingBeatKeyMain_t3099516294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_OnDestroy_m1093769772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); Action_3_t3578807402 * L_0 = ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->get_onMotion_4(); intptr_t L_1 = (intptr_t)CUISwingBeatKeyMain__OnMotion_m1860511508_RuntimeMethod_var; Action_3_t3578807402 * L_2 = (Action_3_t3578807402 *)il2cpp_codegen_object_new(Action_3_t3578807402_il2cpp_TypeInfo_var); Action_3__ctor_m1024942235(L_2, __this, L_1, /*hidden argument*/Action_3__ctor_m1024942235_RuntimeMethod_var); Delegate_t1188392813 * L_3 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); ((CKDDeviceService_t1823984140_StaticFields*)il2cpp_codegen_static_fields_for(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var))->set_onMotion_4(((Action_3_t3578807402 *)CastclassSealed((RuntimeObject*)L_3, Action_3_t3578807402_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var); ((CUISwingBeatKeyMain_t3099516294_StaticFields*)il2cpp_codegen_static_fields_for(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var))->set_s_instance_8((CUISwingBeatKeyMain_t3099516294 *)NULL); return; } } // System.Void CUISwingBeatKeyMain::_OnMotion(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain__OnMotion_m1860511508 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___deviceID0, int32_t ___index1, int32_t ___code2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain__OnMotion_m1860511508_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; stDeviceGroup_t2611714804 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { int32_t L_0 = ___deviceID0; V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0034; } } { CLocalBattle_t1519924991 * L_2 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CLocalBattle_get_EnableLocalGame_m1315119155(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { CLocalBattle_t1519924991 * L_4 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CLocalBattle_get_EnableDoubleMode_m4172060757(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); bool L_6 = CKDDeviceService_IsDeviceActive_m2229823299(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (L_6) { goto IL_0034; } } { V_0 = 0; } IL_0034: { V_1 = 0; V_2 = 0; int32_t L_7 = ___code2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)8))) { case 0: { goto IL_0079; } case 1: { goto IL_0080; } case 2: { goto IL_0087; } case 3: { goto IL_008e; } case 4: { goto IL_0095; } } } { int32_t L_8 = ___code2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)264)))) { case 0: { goto IL_009c; } case 1: { goto IL_00a3; } case 2: { goto IL_00aa; } case 3: { goto IL_00b1; } case 4: { goto IL_00b8; } } } { goto IL_00bf; } IL_0079: { V_1 = 2; goto IL_00c4; } IL_0080: { V_1 = 1; goto IL_00c4; } IL_0087: { V_1 = 4; goto IL_00c4; } IL_008e: { V_1 = 5; goto IL_00c4; } IL_0095: { V_1 = 3; goto IL_00c4; } IL_009c: { V_2 = 2; goto IL_00c4; } IL_00a3: { V_2 = 1; goto IL_00c4; } IL_00aa: { V_2 = 4; goto IL_00c4; } IL_00b1: { V_2 = 5; goto IL_00c4; } IL_00b8: { V_2 = 3; goto IL_00c4; } IL_00bf: { goto IL_00c4; } IL_00c4: { int32_t L_9 = V_0; stDeviceGroup_t2611714804 * L_10 = CUISwingBeatKeyMain_GetDeviceGroup_m4044089985(__this, L_9, /*hidden argument*/NULL); V_3 = L_10; stDeviceGroup_t2611714804 * L_11 = V_3; if (L_11) { goto IL_00d3; } } { return; } IL_00d3: { int32_t L_12 = V_1; if ((((int32_t)0) >= ((int32_t)L_12))) { goto IL_01a6; } } { int32_t L_13 = V_1; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); stDeviceGroup_t2611714804 * L_14 = V_3; NullCheck(L_14); Int32U5BU5D_t385246372* L_15 = L_14->get_m_GroupKeyState_3(); int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_5 = L_18; int32_t L_19 = V_5; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_0101; } } { stDeviceGroup_t2611714804 * L_20 = V_3; NullCheck(L_20); Int32U5BU5D_t385246372* L_21 = L_20->get_m_GroupKeyState_3(); int32_t L_22 = V_4; int32_t L_23 = ___index1; NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (int32_t)L_23); goto IL_011b; } IL_0101: { int32_t L_24 = V_5; if ((((int32_t)L_24) >= ((int32_t)2))) { goto IL_011b; } } { int32_t L_25 = V_5; int32_t L_26 = ___index1; if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_011b; } } { stDeviceGroup_t2611714804 * L_27 = V_3; NullCheck(L_27); Int32U5BU5D_t385246372* L_28 = L_27->get_m_GroupKeyState_3(); int32_t L_29 = V_4; NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (int32_t)2); } IL_011b: { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_30 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_31 = V_1; int32_t L_32 = V_0; NullCheck(L_30); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(L_30, L_31, ((int32_t)11), L_32, /*hidden argument*/NULL); int32_t L_33 = V_1; if ((((int32_t)L_33) == ((int32_t)3))) { goto IL_01a6; } } { V_6 = 0; goto IL_0197; } IL_0138: { int32_t L_34 = V_6; int32_t L_35 = V_4; if ((((int32_t)L_34) == ((int32_t)L_35))) { goto IL_0191; } } { int32_t L_36 = ___index1; stDeviceGroup_t2611714804 * L_37 = V_3; NullCheck(L_37); Int32U5BU5D_t385246372* L_38 = L_37->get_m_GroupKeyState_3(); int32_t L_39 = V_6; NullCheck(L_38); int32_t L_40 = L_39; int32_t L_41 = (L_38)->GetAt(static_cast(L_40)); if ((!(((uint32_t)L_36) == ((uint32_t)L_41)))) { goto IL_0174; } } { stDeviceGroup_t2611714804 * L_42 = V_3; NullCheck(L_42); Int32U5BU5D_t385246372* L_43 = L_42->get_m_GroupKeyState_3(); int32_t L_44 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_45 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (int32_t)L_45); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_46 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_47 = V_6; int32_t L_48 = V_0; NullCheck(L_46); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), ((int32_t)12), L_48, /*hidden argument*/NULL); goto IL_0191; } IL_0174: { stDeviceGroup_t2611714804 * L_49 = V_3; NullCheck(L_49); Int32U5BU5D_t385246372* L_50 = L_49->get_m_GroupKeyState_3(); int32_t L_51 = V_6; NullCheck(L_50); int32_t L_52 = L_51; int32_t L_53 = (L_50)->GetAt(static_cast(L_52)); if ((!(((uint32_t)L_53) == ((uint32_t)2)))) { goto IL_0191; } } { stDeviceGroup_t2611714804 * L_54 = V_3; NullCheck(L_54); Int32U5BU5D_t385246372* L_55 = L_54->get_m_GroupKeyState_3(); int32_t L_56 = V_6; int32_t L_57 = ___index1; NullCheck(L_55); (L_55)->SetAt(static_cast(L_56), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1))%(int32_t)2))); } IL_0191: { int32_t L_58 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0197: { int32_t L_59 = V_6; stDeviceGroup_t2611714804 * L_60 = V_3; NullCheck(L_60); Int32U5BU5D_t385246372* L_61 = L_60->get_m_GroupKeyState_3(); NullCheck(L_61); if ((((int32_t)L_59) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))))) { goto IL_0138; } } IL_01a6: { int32_t L_62 = V_2; if ((((int32_t)0) >= ((int32_t)L_62))) { goto IL_01ff; } } { int32_t L_63 = V_2; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)); stDeviceGroup_t2611714804 * L_64 = V_3; NullCheck(L_64); Int32U5BU5D_t385246372* L_65 = L_64->get_m_GroupKeyState_3(); int32_t L_66 = V_7; NullCheck(L_65); int32_t L_67 = L_66; int32_t L_68 = (L_65)->GetAt(static_cast(L_67)); if ((!(((uint32_t)L_68) == ((uint32_t)2)))) { goto IL_01d4; } } { stDeviceGroup_t2611714804 * L_69 = V_3; NullCheck(L_69); Int32U5BU5D_t385246372* L_70 = L_69->get_m_GroupKeyState_3(); int32_t L_71 = V_7; int32_t L_72 = ___index1; NullCheck(L_70); (L_70)->SetAt(static_cast(L_71), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1))%(int32_t)2))); goto IL_01ff; } IL_01d4: { int32_t L_73 = ___index1; stDeviceGroup_t2611714804 * L_74 = V_3; NullCheck(L_74); Int32U5BU5D_t385246372* L_75 = L_74->get_m_GroupKeyState_3(); int32_t L_76 = V_7; NullCheck(L_75); int32_t L_77 = L_76; int32_t L_78 = (L_75)->GetAt(static_cast(L_77)); if ((!(((uint32_t)L_73) == ((uint32_t)L_78)))) { goto IL_01ff; } } { stDeviceGroup_t2611714804 * L_79 = V_3; NullCheck(L_79); Int32U5BU5D_t385246372* L_80 = L_79->get_m_GroupKeyState_3(); int32_t L_81 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_82 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_80); (L_80)->SetAt(static_cast(L_81), (int32_t)L_82); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_83 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_84 = V_2; int32_t L_85 = V_0; NullCheck(L_83); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(L_83, L_84, ((int32_t)12), L_85, /*hidden argument*/NULL); } IL_01ff: { return; } } // CUISwingBeatKeyMain/stDeviceGroup CUISwingBeatKeyMain::GetDeviceGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR stDeviceGroup_t2611714804 * CUISwingBeatKeyMain_GetDeviceGroup_m4044089985 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___deviceID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_GetDeviceGroup_m4044089985_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stDeviceGroup_t2611714804 * V_1 = NULL; { V_0 = 0; goto IL_002c; } IL_0007: { List_1_t4083789546 * L_0 = __this->get_m_listDeviceGroup_2(); int32_t L_1 = V_0; NullCheck(L_0); stDeviceGroup_t2611714804 * L_2 = List_1_get_Item_m3077298711(L_0, L_1, /*hidden argument*/List_1_get_Item_m3077298711_RuntimeMethod_var); V_1 = L_2; stDeviceGroup_t2611714804 * L_3 = V_1; if (!L_3) { goto IL_0028; } } { int32_t L_4 = ___deviceID0; stDeviceGroup_t2611714804 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = stDeviceGroup_get_DeviceID_m989167859(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_6)))) { goto IL_0028; } } { stDeviceGroup_t2611714804 * 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_t4083789546 * L_10 = __this->get_m_listDeviceGroup_2(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m1197470906(L_10, /*hidden argument*/List_1_get_Count_m1197470906_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (stDeviceGroup_t2611714804 *)NULL; } } // CUISwingBeatKeyMain/stSwingGroupUI CUISwingBeatKeyMain::GetGroupUI(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR stSwingGroupUI_t3926616374 * CUISwingBeatKeyMain_GetGroupUI_m2271533006 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, int32_t ___deviceID1, const RuntimeMethod* method) { stDeviceGroup_t2611714804 * V_0 = NULL; stSwingGroupUI_t3926616374 * G_B3_0 = NULL; { int32_t L_0 = ___deviceID1; stDeviceGroup_t2611714804 * L_1 = CUISwingBeatKeyMain_GetDeviceGroup_m4044089985(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; stDeviceGroup_t2611714804 * L_2 = V_0; if (!L_2) { goto IL_001a; } } { stDeviceGroup_t2611714804 * L_3 = V_0; int32_t L_4 = ___groupVal0; NullCheck(L_3); stSwingGroupUI_t3926616374 * L_5 = stDeviceGroup_GetGroupUI_m2322616835(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_001b; } IL_001a: { G_B3_0 = ((stSwingGroupUI_t3926616374 *)(NULL)); } IL_001b: { return G_B3_0; } } // System.Boolean CUISwingBeatKeyMain::GetGroupPositionX(System.Int32,System.Int32,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool CUISwingBeatKeyMain_GetGroupPositionX_m1087444814 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, int32_t ___deviceID1, float* ___xResult2, const RuntimeMethod* method) { stSwingGroupUI_t3926616374 * V_0 = NULL; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = ___groupVal0; int32_t L_1 = ___deviceID1; stSwingGroupUI_t3926616374 * L_2 = CUISwingBeatKeyMain_GetGroupUI_m2271533006(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; stSwingGroupUI_t3926616374 * L_3 = V_0; if (!L_3) { goto IL_0021; } } { float* L_4 = ___xResult2; stSwingGroupUI_t3926616374 * L_5 = V_0; NullCheck(L_5); Vector2_t2156229523 L_6 = stSwingGroupUI_GetPosOrg_m2736745162(L_5, /*hidden argument*/NULL); V_1 = L_6; float L_7 = (&V_1)->get_x_0(); *((float*)(L_4)) = (float)L_7; return (bool)1; } IL_0021: { return (bool)0; } } // System.Boolean CUISwingBeatKeyMain::GetGroupPosition(System.Int32,System.Int32,System.Single&,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool CUISwingBeatKeyMain_GetGroupPosition_m3568445297 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, int32_t ___deviceID1, float* ___xResult2, float* ___yBegin3, float* ___yEnd4, const RuntimeMethod* method) { stSwingGroupUI_t3926616374 * V_0 = NULL; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = ___groupVal0; int32_t L_1 = ___deviceID1; stSwingGroupUI_t3926616374 * L_2 = CUISwingBeatKeyMain_GetGroupUI_m2271533006(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; stSwingGroupUI_t3926616374 * L_3 = V_0; if (!L_3) { goto IL_0037; } } { stSwingGroupUI_t3926616374 * L_4 = V_0; NullCheck(L_4); Vector2_t2156229523 L_5 = stSwingGroupUI_GetPosOrg_m2736745162(L_4, /*hidden argument*/NULL); V_1 = L_5; float* L_6 = ___xResult2; float L_7 = (&V_1)->get_x_0(); *((float*)(L_6)) = (float)L_7; float* L_8 = ___yEnd4; float L_9 = (&V_1)->get_y_1(); *((float*)(L_8)) = (float)L_9; float* L_10 = ___yBegin3; float* L_11 = ___yEnd4; *((float*)(L_10)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_11)), (float)(380.0f))); return (bool)1; } IL_0037: { return (bool)0; } } // DMCore.DanceMode.CBeatKeySwingHoldLineUI CUISwingBeatKeyMain::CreateHoldLine(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CBeatKeySwingHoldLineUI_t5305857 * CUISwingBeatKeyMain_CreateHoldLine_m771219046 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, int32_t ___deviceID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_CreateHoldLine_m771219046_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; CBeatKeySwingHoldLineUI_t5305857 * V_2 = NULL; UISprite_t194114938 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; GameObject_t1113636619 * V_5 = NULL; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); CBeatKeySwingHoldLineUI_t5305857 * V_8 = NULL; UISprite_t194114938 * V_9 = NULL; UISprite_t194114938 * G_B11_0 = NULL; UISprite_t194114938 * G_B21_0 = NULL; { int32_t L_0 = ___groupVal0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000e; } } { int32_t L_1 = ___groupVal0; if ((((int32_t)L_1) <= ((int32_t)5))) { goto IL_0010; } } IL_000e: { return (CBeatKeySwingHoldLineUI_t5305857 *)NULL; } IL_0010: { int32_t L_2 = ___groupVal0; V_0 = ((float)il2cpp_codegen_add((float)(-420.0f), (float)((float)il2cpp_codegen_multiply((float)(140.0f), (float)(((float)((float)L_2))))))); int32_t L_3 = ___groupVal0; int32_t L_4 = ___deviceID1; CUISwingBeatKeyMain_GetGroupPositionX_m1087444814(__this, L_3, L_4, (&V_0), /*hidden argument*/NULL); V_1 = 0; goto IL_00df; } IL_0031: { BetterList_1_t3455293471 * L_5 = __this->get_m_listHoldLine_4(); int32_t L_6 = V_1; NullCheck(L_5); CBeatKeySwingHoldLineUI_t5305857 * L_7 = BetterList_1_get_Item_m1555375085(L_5, L_6, /*hidden argument*/BetterList_1_get_Item_m1555375085_RuntimeMethod_var); V_2 = L_7; CBeatKeySwingHoldLineUI_t5305857 * L_8 = V_2; if (!L_8) { goto IL_0055; } } { CBeatKeySwingHoldLineUI_t5305857 * L_9 = V_2; NullCheck(L_9); Transform_t3600365921 * L_10 = CBeatKeySwingHoldLineUI_get_TransRoot_m479681233(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0066; } } IL_0055: { BetterList_1_t3455293471 * L_12 = __this->get_m_listHoldLine_4(); int32_t L_13 = V_1; NullCheck(L_12); BetterList_1_RemoveAt_m248113733(L_12, L_13, /*hidden argument*/BetterList_1_RemoveAt_m248113733_RuntimeMethod_var); goto IL_00df; } IL_0066: { int32_t L_14 = ___groupVal0; CBeatKeySwingHoldLineUI_t5305857 * L_15 = V_2; NullCheck(L_15); int32_t L_16 = L_15->get_GroupVal_4(); if ((((int32_t)L_14) == ((int32_t)L_16))) { goto IL_00be; } } { CBeatKeySwingHoldLineUI_t5305857 * L_17 = V_2; int32_t L_18 = ___groupVal0; NullCheck(L_17); L_17->set_GroupVal_4(L_18); CBeatKeySwingHoldLineUI_t5305857 * L_19 = V_2; NullCheck(L_19); Transform_t3600365921 * L_20 = CBeatKeySwingHoldLineUI_get_TransBG_m218697107(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_009a; } } { CBeatKeySwingHoldLineUI_t5305857 * L_22 = V_2; NullCheck(L_22); Transform_t3600365921 * L_23 = CBeatKeySwingHoldLineUI_get_TransBG_m218697107(L_22, /*hidden argument*/NULL); NullCheck(L_23); UISprite_t194114938 * L_24 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_23, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); G_B11_0 = L_24; goto IL_009b; } IL_009a: { G_B11_0 = ((UISprite_t194114938 *)(NULL)); } IL_009b: { V_3 = G_B11_0; UISprite_t194114938 * L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_26 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00be; } } { UISprite_t194114938 * L_27 = V_3; int32_t L_28 = ___groupVal0; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral404596603, L_30, /*hidden argument*/NULL); NullCheck(L_27); UISprite_set_spriteName_m1616245412(L_27, L_31, /*hidden argument*/NULL); } IL_00be: { CBeatKeySwingHoldLineUI_t5305857 * L_32 = V_2; NullCheck(L_32); Transform_t3600365921 * L_33 = CBeatKeySwingHoldLineUI_get_TransRoot_m479681233(L_32, /*hidden argument*/NULL); float L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionX_m99106243(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); BetterList_1_t3455293471 * L_35 = __this->get_m_listHoldLine_4(); int32_t L_36 = V_1; NullCheck(L_35); BetterList_1_RemoveAt_m248113733(L_35, L_36, /*hidden argument*/BetterList_1_RemoveAt_m248113733_RuntimeMethod_var); CBeatKeySwingHoldLineUI_t5305857 * L_37 = V_2; NullCheck(L_37); CBeatKeySwingHoldLineUI_ResetColor_m900926230(L_37, /*hidden argument*/NULL); CBeatKeySwingHoldLineUI_t5305857 * L_38 = V_2; return L_38; } IL_00df: { int32_t L_39 = V_1; BetterList_1_t3455293471 * L_40 = __this->get_m_listHoldLine_4(); NullCheck(L_40); int32_t L_41 = L_40->get_size_1(); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_0031; } } { Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_42); Transform_t3600365921 * L_43 = Transform_Find_m1729760951(L_42, _stringLiteral734720653, /*hidden argument*/NULL); V_4 = L_43; Transform_t3600365921 * L_44 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_45 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0111; } } { return (CBeatKeySwingHoldLineUI_t5305857 *)NULL; } IL_0111: { Transform_t3600365921 * L_46 = V_4; NullCheck(L_46); GameObject_t1113636619 * L_47 = Component_get_gameObject_m442555142(L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_48 = Object_Instantiate_TisGameObject_t1113636619_m587845175(NULL /*static, unused*/, L_47, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var); V_5 = L_48; GameObject_t1113636619 * L_49 = V_5; bool L_50 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0201; } } { GameObject_t1113636619 * L_51 = V_5; NullCheck(L_51); Transform_t3600365921 * L_52 = GameObject_get_transform_m1369836730(L_51, /*hidden argument*/NULL); Transform_t3600365921 * L_53 = V_4; NullCheck(L_53); Transform_t3600365921 * L_54 = Transform_get_parent_m835071599(L_53, /*hidden argument*/NULL); NullCheck(L_52); Transform_set_parent_m786917804(L_52, L_54, /*hidden argument*/NULL); GameObject_t1113636619 * L_55 = V_5; NullCheck(L_55); Transform_t3600365921 * L_56 = GameObject_get_transform_m1369836730(L_55, /*hidden argument*/NULL); Transform_t3600365921 * L_57 = V_4; NullCheck(L_57); Vector3_t3722313464 L_58 = Transform_get_localScale_m129152068(L_57, /*hidden argument*/NULL); NullCheck(L_56); Transform_set_localScale_m3053443106(L_56, L_58, /*hidden argument*/NULL); GameObject_t1113636619 * L_59 = V_5; NullCheck(L_59); Transform_t3600365921 * L_60 = GameObject_get_transform_m1369836730(L_59, /*hidden argument*/NULL); float L_61 = V_0; Transform_t3600365921 * L_62 = V_4; NullCheck(L_62); Vector3_t3722313464 L_63 = Transform_get_localPosition_m4234289348(L_62, /*hidden argument*/NULL); V_6 = L_63; float L_64 = (&V_6)->get_y_2(); Transform_t3600365921 * L_65 = V_4; NullCheck(L_65); Vector3_t3722313464 L_66 = Transform_get_localPosition_m4234289348(L_65, /*hidden argument*/NULL); V_7 = L_66; float L_67 = (&V_7)->get_z_3(); Vector3_t3722313464 L_68; memset(&L_68, 0, sizeof(L_68)); Vector3__ctor_m3353183577((&L_68), L_61, L_64, L_67, /*hidden argument*/NULL); NullCheck(L_60); Transform_set_localPosition_m4128471975(L_60, L_68, /*hidden argument*/NULL); GameObject_t1113636619 * L_69 = V_5; NullCheck(L_69); Transform_t3600365921 * L_70 = GameObject_get_transform_m1369836730(L_69, /*hidden argument*/NULL); Transform_t3600365921 * L_71 = V_4; NullCheck(L_71); Quaternion_t2301928331 L_72 = Transform_get_localRotation_m3487911431(L_71, /*hidden argument*/NULL); NullCheck(L_70); Transform_set_localRotation_m19445462(L_70, L_72, /*hidden argument*/NULL); CBeatKeySwingHoldLineUI_t5305857 * L_73 = (CBeatKeySwingHoldLineUI_t5305857 *)il2cpp_codegen_object_new(CBeatKeySwingHoldLineUI_t5305857_il2cpp_TypeInfo_var); CBeatKeySwingHoldLineUI__ctor_m685032065(L_73, /*hidden argument*/NULL); V_8 = L_73; CBeatKeySwingHoldLineUI_t5305857 * L_74 = V_8; GameObject_t1113636619 * L_75 = V_5; NullCheck(L_75); Transform_t3600365921 * L_76 = GameObject_get_transform_m1369836730(L_75, /*hidden argument*/NULL); NullCheck(L_74); CBeatKeySwingHoldLineUI_set_TransRoot_m2112489032(L_74, L_76, /*hidden argument*/NULL); CBeatKeySwingHoldLineUI_t5305857 * L_77 = V_8; int32_t L_78 = ___groupVal0; NullCheck(L_77); L_77->set_GroupVal_4(L_78); CBeatKeySwingHoldLineUI_t5305857 * L_79 = V_8; NullCheck(L_79); Transform_t3600365921 * L_80 = CBeatKeySwingHoldLineUI_get_TransBG_m218697107(L_79, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_81 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01d7; } } { CBeatKeySwingHoldLineUI_t5305857 * L_82 = V_8; NullCheck(L_82); Transform_t3600365921 * L_83 = CBeatKeySwingHoldLineUI_get_TransBG_m218697107(L_82, /*hidden argument*/NULL); NullCheck(L_83); UISprite_t194114938 * L_84 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_83, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); G_B21_0 = L_84; goto IL_01d8; } IL_01d7: { G_B21_0 = ((UISprite_t194114938 *)(NULL)); } IL_01d8: { V_9 = G_B21_0; UISprite_t194114938 * L_85 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_86 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01fe; } } { UISprite_t194114938 * L_87 = V_9; int32_t L_88 = ___groupVal0; int32_t L_89 = L_88; RuntimeObject * L_90 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_89); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_91 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral404596603, L_90, /*hidden argument*/NULL); NullCheck(L_87); UISprite_set_spriteName_m1616245412(L_87, L_91, /*hidden argument*/NULL); } IL_01fe: { CBeatKeySwingHoldLineUI_t5305857 * L_92 = V_8; return L_92; } IL_0201: { return (CBeatKeySwingHoldLineUI_t5305857 *)NULL; } } // System.Void CUISwingBeatKeyMain::DestroyHoldLine(DMCore.DanceMode.CBeatKeySwingHoldLineUI) extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_DestroyHoldLine_m3076116263 (CUISwingBeatKeyMain_t3099516294 * __this, CBeatKeySwingHoldLineUI_t5305857 * ___holdLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_DestroyHoldLine_m3076116263_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CBeatKeySwingHoldLineUI_t5305857 * L_0 = ___holdLine0; if (!L_0) { goto IL_001e; } } { CBeatKeySwingHoldLineUI_t5305857 * L_1 = ___holdLine0; NullCheck(L_1); Transform_t3600365921 * L_2 = CBeatKeySwingHoldLineUI_get_TransRoot_m479681233(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)0, /*hidden argument*/NULL); BetterList_1_t3455293471 * L_3 = __this->get_m_listHoldLine_4(); CBeatKeySwingHoldLineUI_t5305857 * L_4 = ___holdLine0; NullCheck(L_3); BetterList_1_Add_m3789891307(L_3, L_4, /*hidden argument*/BetterList_1_Add_m3789891307_RuntimeMethod_var); } IL_001e: { return; } } // DMCore.DanceMode.CBeatKeySwingUI CUISwingBeatKeyMain::CreateBeatKeyUI(DMCore.DanceMode.enumSwingType,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CBeatKeySwingUI_t1346072144 * CUISwingBeatKeyMain_CreateBeatKeyUI_m2925825627 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___swingType0, int32_t ___groupVal1, int32_t ___deviceID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_CreateBeatKeyUI_m2925825627_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; CBeatKeySwingUI_t1346072144 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; CBeatKeySwingUI_t1346072144 * 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)); { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_0 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CBeatKeySwingCtrollor_IsKeyNull_m3177311314(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_2 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = __this->get_timeIndex_7(); NullCheck(L_2); CTimerManager_KillTimer_m1432033039(L_2, L_3, /*hidden argument*/NULL); } IL_001f: { int32_t L_4 = ___groupVal1; if ((((int32_t)L_4) < ((int32_t)1))) { goto IL_002d; } } { int32_t L_5 = ___groupVal1; if ((((int32_t)L_5) <= ((int32_t)5))) { goto IL_002f; } } IL_002d: { return (CBeatKeySwingUI_t1346072144 *)NULL; } IL_002f: { int32_t L_6 = ___groupVal1; V_0 = ((float)il2cpp_codegen_add((float)(-420.0f), (float)((float)il2cpp_codegen_multiply((float)(140.0f), (float)(((float)((float)L_6))))))); int32_t L_7 = ___groupVal1; int32_t L_8 = ___deviceID2; CUISwingBeatKeyMain_GetGroupPositionX_m1087444814(__this, L_7, L_8, (&V_0), /*hidden argument*/NULL); V_1 = 0; goto IL_0111; } IL_0050: { BetterList_1_t501092462 * L_9 = __this->get_m_listAll_3(); int32_t L_10 = V_1; NullCheck(L_9); CBeatKeySwingUI_t1346072144 * L_11 = BetterList_1_get_Item_m14579623(L_9, L_10, /*hidden argument*/BetterList_1_get_Item_m14579623_RuntimeMethod_var); V_2 = L_11; CBeatKeySwingUI_t1346072144 * L_12 = V_2; if (!L_12) { goto IL_0074; } } { CBeatKeySwingUI_t1346072144 * L_13 = V_2; NullCheck(L_13); Transform_t3600365921 * L_14 = CBeatKeySwingUI_get_TransVal_m2001383069(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_0085; } } IL_0074: { BetterList_1_t501092462 * L_16 = __this->get_m_listAll_3(); int32_t L_17 = V_1; NullCheck(L_16); BetterList_1_RemoveAt_m2854012752(L_16, L_17, /*hidden argument*/BetterList_1_RemoveAt_m2854012752_RuntimeMethod_var); goto IL_0111; } IL_0085: { int32_t L_18 = ___groupVal1; CBeatKeySwingUI_t1346072144 * L_19 = V_2; NullCheck(L_19); int32_t L_20 = L_19->get_GroupVal_3(); if ((((int32_t)L_18) == ((int32_t)L_20))) { goto IL_00f0; } } { CBeatKeySwingUI_t1346072144 * L_21 = V_2; int32_t L_22 = ___groupVal1; NullCheck(L_21); L_21->set_GroupVal_3(L_22); CBeatKeySwingUI_t1346072144 * L_23 = V_2; NullCheck(L_23); UISprite_t194114938 * L_24 = CBeatKeySwingUI_get_SpriteItem_m2860985320(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00c4; } } { CBeatKeySwingUI_t1346072144 * L_26 = V_2; NullCheck(L_26); UISprite_t194114938 * L_27 = CBeatKeySwingUI_get_SpriteItem_m2860985320(L_26, /*hidden argument*/NULL); int32_t L_28 = ___groupVal1; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1208990579, L_30, /*hidden argument*/NULL); NullCheck(L_27); UISprite_set_spriteName_m1616245412(L_27, L_31, /*hidden argument*/NULL); } IL_00c4: { CBeatKeySwingUI_t1346072144 * L_32 = V_2; NullCheck(L_32); UISprite_t194114938 * L_33 = CBeatKeySwingUI_get_SpriteArrow_m1254934337(L_32, /*hidden argument*/NULL); 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_00f0; } } { CBeatKeySwingUI_t1346072144 * L_35 = V_2; NullCheck(L_35); UISprite_t194114938 * L_36 = CBeatKeySwingUI_get_SpriteArrow_m1254934337(L_35, /*hidden argument*/NULL); int32_t L_37 = ___groupVal1; int32_t L_38 = L_37; RuntimeObject * L_39 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral95343124, L_39, /*hidden argument*/NULL); NullCheck(L_36); UISprite_set_spriteName_m1616245412(L_36, L_40, /*hidden argument*/NULL); } IL_00f0: { CBeatKeySwingUI_t1346072144 * L_41 = V_2; NullCheck(L_41); Transform_t3600365921 * L_42 = CBeatKeySwingUI_get_TransVal_m2001383069(L_41, /*hidden argument*/NULL); float L_43 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionX_m99106243(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); BetterList_1_t501092462 * L_44 = __this->get_m_listAll_3(); int32_t L_45 = V_1; NullCheck(L_44); BetterList_1_RemoveAt_m2854012752(L_44, L_45, /*hidden argument*/BetterList_1_RemoveAt_m2854012752_RuntimeMethod_var); CBeatKeySwingUI_t1346072144 * L_46 = V_2; NullCheck(L_46); CBeatKeySwingUI_ResetColor_m656928303(L_46, /*hidden argument*/NULL); CBeatKeySwingUI_t1346072144 * L_47 = V_2; return L_47; } IL_0111: { int32_t L_48 = V_1; BetterList_1_t501092462 * L_49 = __this->get_m_listAll_3(); NullCheck(L_49); int32_t L_50 = L_49->get_size_1(); if ((((int32_t)L_48) < ((int32_t)L_50))) { goto IL_0050; } } { Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_51); Transform_t3600365921 * L_52 = Transform_Find_m1729760951(L_51, _stringLiteral2649950202, /*hidden argument*/NULL); V_3 = L_52; CBeatKeySwingUI_t1346072144 * L_53 = (CBeatKeySwingUI_t1346072144 *)il2cpp_codegen_object_new(CBeatKeySwingUI_t1346072144_il2cpp_TypeInfo_var); CBeatKeySwingUI__ctor_m1836312119(L_53, /*hidden argument*/NULL); V_4 = L_53; CBeatKeySwingUI_t1346072144 * L_54 = V_4; Transform_t3600365921 * L_55 = V_3; NullCheck(L_55); GameObject_t1113636619 * L_56 = Component_get_gameObject_m442555142(L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_57 = Object_Instantiate_TisGameObject_t1113636619_m587845175(NULL /*static, unused*/, L_56, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var); NullCheck(L_57); Transform_t3600365921 * L_58 = GameObject_get_transform_m1369836730(L_57, /*hidden argument*/NULL); NullCheck(L_54); CBeatKeySwingUI_set_TransVal_m2633877492(L_54, L_58, /*hidden argument*/NULL); CBeatKeySwingUI_t1346072144 * L_59 = V_4; int32_t L_60 = ___groupVal1; NullCheck(L_59); L_59->set_GroupVal_3(L_60); CBeatKeySwingUI_t1346072144 * L_61 = V_4; NullCheck(L_61); Transform_t3600365921 * L_62 = CBeatKeySwingUI_get_TransVal_m2001383069(L_61, /*hidden argument*/NULL); bool L_63 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_01d1; } } { CBeatKeySwingUI_t1346072144 * L_64 = V_4; NullCheck(L_64); Transform_t3600365921 * L_65 = CBeatKeySwingUI_get_TransVal_m2001383069(L_64, /*hidden argument*/NULL); Transform_t3600365921 * L_66 = V_3; NullCheck(L_66); Transform_t3600365921 * L_67 = Transform_get_parent_m835071599(L_66, /*hidden argument*/NULL); NullCheck(L_65); Transform_set_parent_m786917804(L_65, L_67, /*hidden argument*/NULL); CBeatKeySwingUI_t1346072144 * L_68 = V_4; NullCheck(L_68); Transform_t3600365921 * L_69 = CBeatKeySwingUI_get_TransVal_m2001383069(L_68, /*hidden argument*/NULL); Transform_t3600365921 * L_70 = V_3; NullCheck(L_70); Vector3_t3722313464 L_71 = Transform_get_localScale_m129152068(L_70, /*hidden argument*/NULL); NullCheck(L_69); Transform_set_localScale_m3053443106(L_69, L_71, /*hidden argument*/NULL); CBeatKeySwingUI_t1346072144 * L_72 = V_4; NullCheck(L_72); Transform_t3600365921 * L_73 = CBeatKeySwingUI_get_TransVal_m2001383069(L_72, /*hidden argument*/NULL); float L_74 = V_0; Transform_t3600365921 * L_75 = V_3; NullCheck(L_75); Vector3_t3722313464 L_76 = Transform_get_localPosition_m4234289348(L_75, /*hidden argument*/NULL); V_5 = L_76; float L_77 = (&V_5)->get_y_2(); Transform_t3600365921 * L_78 = V_3; NullCheck(L_78); Vector3_t3722313464 L_79 = Transform_get_localPosition_m4234289348(L_78, /*hidden argument*/NULL); V_6 = L_79; float L_80 = (&V_6)->get_z_3(); Vector3_t3722313464 L_81; memset(&L_81, 0, sizeof(L_81)); Vector3__ctor_m3353183577((&L_81), L_74, L_77, L_80, /*hidden argument*/NULL); NullCheck(L_73); Transform_set_localPosition_m4128471975(L_73, L_81, /*hidden argument*/NULL); CBeatKeySwingUI_t1346072144 * L_82 = V_4; NullCheck(L_82); Transform_t3600365921 * L_83 = CBeatKeySwingUI_get_TransVal_m2001383069(L_82, /*hidden argument*/NULL); Transform_t3600365921 * L_84 = V_3; NullCheck(L_84); Quaternion_t2301928331 L_85 = Transform_get_localRotation_m3487911431(L_84, /*hidden argument*/NULL); NullCheck(L_83); Transform_set_localRotation_m19445462(L_83, L_85, /*hidden argument*/NULL); } IL_01d1: { CBeatKeySwingUI_t1346072144 * L_86 = V_4; NullCheck(L_86); UISprite_t194114938 * L_87 = CBeatKeySwingUI_get_SpriteItem_m2860985320(L_86, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_88 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_87, /*hidden argument*/NULL); if (!L_88) { goto IL_01ff; } } { CBeatKeySwingUI_t1346072144 * L_89 = V_4; NullCheck(L_89); UISprite_t194114938 * L_90 = CBeatKeySwingUI_get_SpriteItem_m2860985320(L_89, /*hidden argument*/NULL); int32_t L_91 = ___groupVal1; int32_t L_92 = L_91; RuntimeObject * L_93 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_92); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_94 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1208990579, L_93, /*hidden argument*/NULL); NullCheck(L_90); UISprite_set_spriteName_m1616245412(L_90, L_94, /*hidden argument*/NULL); } IL_01ff: { CBeatKeySwingUI_t1346072144 * L_95 = V_4; NullCheck(L_95); UISprite_t194114938 * L_96 = CBeatKeySwingUI_get_SpriteArrow_m1254934337(L_95, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_97 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_022d; } } { CBeatKeySwingUI_t1346072144 * L_98 = V_4; NullCheck(L_98); UISprite_t194114938 * L_99 = CBeatKeySwingUI_get_SpriteArrow_m1254934337(L_98, /*hidden argument*/NULL); int32_t L_100 = ___groupVal1; int32_t L_101 = L_100; RuntimeObject * L_102 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_101); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_103 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral95343124, L_102, /*hidden argument*/NULL); NullCheck(L_99); UISprite_set_spriteName_m1616245412(L_99, L_103, /*hidden argument*/NULL); } IL_022d: { CBeatKeySwingUI_t1346072144 * L_104 = V_4; return L_104; } } // System.Void CUISwingBeatKeyMain::DestroyBeatKeyUI(DMCore.DanceMode.CBeatKeySwingUI) extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_DestroyBeatKeyUI_m193932256 (CUISwingBeatKeyMain_t3099516294 * __this, CBeatKeySwingUI_t1346072144 * ___ptrUI0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_DestroyBeatKeyUI_m193932256_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CBeatKeySwingUI_t1346072144 * L_0 = ___ptrUI0; if (!L_0) { goto IL_0017; } } { CBeatKeySwingUI_t1346072144 * L_1 = ___ptrUI0; NullCheck(L_1); Transform_t3600365921 * L_2 = CBeatKeySwingUI_get_TransVal_m2001383069(L_1, /*hidden argument*/NULL); 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_0018; } } IL_0017: { return; } IL_0018: { CBeatKeySwingUI_t1346072144 * L_4 = ___ptrUI0; NullCheck(L_4); Transform_t3600365921 * L_5 = CBeatKeySwingUI_get_TransVal_m2001383069(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); BetterList_1_t501092462 * L_6 = __this->get_m_listAll_3(); CBeatKeySwingUI_t1346072144 * L_7 = ___ptrUI0; NullCheck(L_6); BetterList_1_Add_m2038322931(L_6, L_7, /*hidden argument*/BetterList_1_Add_m2038322931_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_8 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = CBeatKeySwingCtrollor_IsKeyNull_m3177311314(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_10 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_11 = (intptr_t)CUISwingBeatKeyMain_HideUI_m1667022170_RuntimeMethod_var; TimerCallbackProc_t3381003091 * L_12 = (TimerCallbackProc_t3381003091 *)il2cpp_codegen_object_new(TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var); TimerCallbackProc__ctor_m2511947299(L_12, __this, L_11, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_13 = CTimerManager_CreateTimer_m1163471876(L_10, (1.5f), L_12, 1, /*hidden argument*/NULL); __this->set_timeIndex_7(L_13); } IL_0061: { return; } } // System.Void CUISwingBeatKeyMain::SetGroupHoldState(System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_SetGroupHoldState_m523894639 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, bool ___ifBegin1, int32_t ___deviceID2, const RuntimeMethod* method) { stSwingGroupUI_t3926616374 * V_0 = NULL; { int32_t L_0 = ___groupVal0; int32_t L_1 = ___deviceID2; stSwingGroupUI_t3926616374 * L_2 = CUISwingBeatKeyMain_GetGroupUI_m2271533006(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; stSwingGroupUI_t3926616374 * L_3 = V_0; if (!L_3) { goto IL_0026; } } { bool L_4 = ___ifBegin1; if (!L_4) { goto IL_0020; } } { stSwingGroupUI_t3926616374 * L_5 = V_0; NullCheck(L_5); stSwingGroupUI_BeginHoldState_m1236887669(L_5, /*hidden argument*/NULL); goto IL_0026; } IL_0020: { stSwingGroupUI_t3926616374 * L_6 = V_0; NullCheck(L_6); stSwingGroupUI_EndHoldState_m2115805502(L_6, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void CUISwingBeatKeyMain::Start() extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_Start_m620658486 (CUISwingBeatKeyMain_t3099516294 * __this, const RuntimeMethod* method) { { return; } } // System.Void CUISwingBeatKeyMain::HideUI() extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_HideUI_m1667022170 (CUISwingBeatKeyMain_t3099516294 * __this, const RuntimeMethod* method) { { __this->set_timeIndex_7((-1)); return; } } // System.Void CUISwingBeatKeyMain::SetGroupKeyResult(System.Int32,System.Int32,DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_SetGroupKeyResult_m3229604132 (CUISwingBeatKeyMain_t3099516294 * __this, int32_t ___groupVal0, int32_t ___deviceID1, int32_t ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_SetGroupKeyResult_m3229604132_MetadataUsageId); s_Il2CppMethodInitialized = true; } stSwingGroupUI_t3926616374 * V_0 = NULL; { int32_t L_0 = ___groupVal0; int32_t L_1 = ___deviceID1; stSwingGroupUI_t3926616374 * L_2 = CUISwingBeatKeyMain_GetGroupUI_m2271533006(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; stSwingGroupUI_t3926616374 * L_3 = V_0; if (!L_3) { goto IL_003a; } } { stSwingGroupUI_t3926616374 * L_4 = V_0; NullCheck(L_4); CUIEvaluation_t4168627961 * L_5 = L_4->get_m_keyResult_2(); int32_t L_6 = ___result2; NullCheck(L_5); CUIEvaluation_SetResult_m2494417887(L_5, L_6, /*hidden argument*/NULL); int32_t L_7 = ___result2; if ((((int32_t)L_7) <= ((int32_t)1))) { goto IL_003a; } } { stSwingGroupUI_t3926616374 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = L_8->get_m_keyResultEffect_3(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_9, (bool)0, /*hidden argument*/NULL); stSwingGroupUI_t3926616374 * L_10 = V_0; NullCheck(L_10); Transform_t3600365921 * L_11 = L_10->get_m_keyResultEffect_3(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_11, (bool)1, /*hidden argument*/NULL); } IL_003a: { return; } } // System.Void CUISwingBeatKeyMain::Update() extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain_Update_m2647918531 (CUISwingBeatKeyMain_t3099516294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUISwingBeatKeyMain_Update_m2647918531_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stDeviceGroup_t2611714804 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; stSwingGroupUI_t3926616374 * V_5 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var); CUISwingBeatKeyMain_t3099516294 * L_0 = ((CUISwingBeatKeyMain_t3099516294_StaticFields*)il2cpp_codegen_static_fields_for(CUISwingBeatKeyMain_t3099516294_il2cpp_TypeInfo_var))->get_s_instance_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { return; } IL_0011: { V_0 = 0; goto IL_00ee; } IL_0018: { List_1_t4083789546 * L_2 = __this->get_m_listDeviceGroup_2(); int32_t L_3 = V_0; NullCheck(L_2); stDeviceGroup_t2611714804 * L_4 = List_1_get_Item_m3077298711(L_2, L_3, /*hidden argument*/List_1_get_Item_m3077298711_RuntimeMethod_var); V_1 = L_4; V_2 = 0; goto IL_00e3; } IL_002c: { int32_t L_5 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_6 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = V_3; stDeviceGroup_t2611714804 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = stDeviceGroup_get_DeviceID_m989167859(L_8, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_10 = CBeatKeySwingCtrollor_GetGroupClkState_m1600821385(L_6, L_7, L_9, /*hidden argument*/NULL); V_4 = L_10; stDeviceGroup_t2611714804 * L_11 = V_1; int32_t L_12 = V_3; NullCheck(L_11); stSwingGroupUI_t3926616374 * L_13 = stDeviceGroup_GetGroupUI_m2322616835(L_11, L_12, /*hidden argument*/NULL); V_5 = L_13; int32_t L_14 = V_4; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)11))))) { goto IL_008c; } } { stSwingGroupUI_t3926616374 * L_15 = V_5; if (!L_15) { goto IL_0063; } } { stSwingGroupUI_t3926616374 * L_16 = V_5; NullCheck(L_16); stSwingGroupUI_OnKeyClk_m3341252688(L_16, /*hidden argument*/NULL); } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_17 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_18 = V_3; stDeviceGroup_t2611714804 * L_19 = V_1; NullCheck(L_19); int32_t L_20 = stDeviceGroup_get_DeviceID_m989167859(L_19, /*hidden argument*/NULL); NullCheck(L_17); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(L_17, L_18, 1, L_20, /*hidden argument*/NULL); CBeatKeySwingCtrollor_t4230979690 * L_21 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = V_3; stDeviceGroup_t2611714804 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = stDeviceGroup_get_DeviceID_m989167859(L_23, /*hidden argument*/NULL); NullCheck(L_21); CBeatKeySwingCtrollor_CallCmd_HitGroup_m3465562026(L_21, L_22, L_24, (bool)1, /*hidden argument*/NULL); goto IL_00df; } IL_008c: { int32_t L_25 = V_4; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)12))))) { goto IL_00be; } } { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_26 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_27 = V_3; stDeviceGroup_t2611714804 * L_28 = V_1; NullCheck(L_28); int32_t L_29 = stDeviceGroup_get_DeviceID_m989167859(L_28, /*hidden argument*/NULL); NullCheck(L_26); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(L_26, L_27, 0, L_29, /*hidden argument*/NULL); CBeatKeySwingCtrollor_t4230979690 * L_30 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_31 = V_3; stDeviceGroup_t2611714804 * L_32 = V_1; NullCheck(L_32); int32_t L_33 = stDeviceGroup_get_DeviceID_m989167859(L_32, /*hidden argument*/NULL); NullCheck(L_30); CBeatKeySwingCtrollor_CallCmd_HitGroup_m3465562026(L_30, L_31, L_33, (bool)0, /*hidden argument*/NULL); goto IL_00d8; } IL_00be: { int32_t L_34 = V_4; if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_00d8; } } { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_35 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_36 = V_3; stDeviceGroup_t2611714804 * L_37 = V_1; NullCheck(L_37); int32_t L_38 = stDeviceGroup_get_DeviceID_m989167859(L_37, /*hidden argument*/NULL); NullCheck(L_35); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(L_35, L_36, 2, L_38, /*hidden argument*/NULL); } IL_00d8: { stSwingGroupUI_t3926616374 * L_39 = V_5; NullCheck(L_39); stSwingGroupUI_OnUpdateKeyBG_m437561374(L_39, /*hidden argument*/NULL); } IL_00df: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00e3: { int32_t L_41 = V_2; if ((((int32_t)L_41) < ((int32_t)5))) { goto IL_002c; } } { int32_t L_42 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00ee: { int32_t L_43 = V_0; List_1_t4083789546 * L_44 = __this->get_m_listDeviceGroup_2(); NullCheck(L_44); int32_t L_45 = List_1_get_Count_m1197470906(L_44, /*hidden argument*/List_1_get_Count_m1197470906_RuntimeMethod_var); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_0018; } } { return; } } // System.Void CUISwingBeatKeyMain::.cctor() extern "C" IL2CPP_METHOD_ATTR void CUISwingBeatKeyMain__cctor_m3236371509 (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 CUISwingBeatKeyMain/stDeviceGroup::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void stDeviceGroup__ctor_m3661065776 (stDeviceGroup_t2611714804 * __this, int32_t ___deviceID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stDeviceGroup__ctor_m3661065776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t3081636692 * L_0 = (BetterList_1_t3081636692 *)il2cpp_codegen_object_new(BetterList_1_t3081636692_il2cpp_TypeInfo_var); BetterList_1__ctor_m4027518907(L_0, /*hidden argument*/BetterList_1__ctor_m4027518907_RuntimeMethod_var); __this->set_m_groupAll_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_1 = ___deviceID0; stDeviceGroup_set_DeviceID_m3777209462(__this, L_1, /*hidden argument*/NULL); return; } } // System.Int32 CUISwingBeatKeyMain/stDeviceGroup::get_DeviceID() extern "C" IL2CPP_METHOD_ATTR int32_t stDeviceGroup_get_DeviceID_m989167859 (stDeviceGroup_t2611714804 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDeviceIDU3Ek__BackingField_0(); return L_0; } } // System.Void CUISwingBeatKeyMain/stDeviceGroup::set_DeviceID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void stDeviceGroup_set_DeviceID_m3777209462 (stDeviceGroup_t2611714804 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CDeviceIDU3Ek__BackingField_0(L_0); return; } } // System.Void CUISwingBeatKeyMain/stDeviceGroup::InitUI(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void stDeviceGroup_InitUI_m276048006 (stDeviceGroup_t2611714804 * __this, Transform_t3600365921 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stDeviceGroup_InitUI_m276048006_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stSwingGroupUI_t3926616374 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; Vector2_t2156229523 V_4; memset(&V_4, 0, sizeof(V_4)); 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)); Vector2_t2156229523 V_9; memset(&V_9, 0, sizeof(V_9)); UIEventListener_t1665237878 * V_10 = NULL; { Transform_t3600365921 * L_0 = ___root0; __this->set_m_ButtonRoot_1(L_0); __this->set_m_GroupKeyState_3(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)5))); V_0 = 0; goto IL_017c; } IL_001a: { Int32U5BU5D_t385246372* L_1 = __this->get_m_GroupKeyState_3(); int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_3 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (int32_t)L_3); stSwingGroupUI_t3926616374 * L_4 = (stSwingGroupUI_t3926616374 *)il2cpp_codegen_object_new(stSwingGroupUI_t3926616374_il2cpp_TypeInfo_var); stSwingGroupUI__ctor_m1679661539(L_4, /*hidden argument*/NULL); V_1 = L_4; BetterList_1_t3081636692 * L_5 = __this->get_m_groupAll_2(); stSwingGroupUI_t3926616374 * L_6 = V_1; NullCheck(L_5); BetterList_1_Add_m772536589(L_5, L_6, /*hidden argument*/BetterList_1_Add_m772536589_RuntimeMethod_var); stSwingGroupUI_t3926616374 * L_7 = V_1; Transform_t3600365921 * L_8 = ___root0; NullCheck(L_7); L_7->set_m_buttonRoot_0(L_8); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_9 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_0; int32_t L_11 = stDeviceGroup_get_DeviceID_m989167859(__this, /*hidden argument*/NULL); NullCheck(L_9); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), 0, L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = ___root0; int32_t L_13 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); String_t* L_14 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1948827425, L_14, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_12, L_15, /*hidden argument*/NULL); V_2 = L_16; Transform_t3600365921 * L_17 = V_2; 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_0178; } } { stSwingGroupUI_t3926616374 * L_19 = V_1; Transform_t3600365921 * L_20 = V_2; NullCheck(L_19); L_19->set_m_keyGroup_4(L_20); stSwingGroupUI_t3926616374 * L_21 = V_1; Transform_t3600365921 * L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CUIEvaluation_t4168627961 * L_23 = CMiscHelp_GetChildComponent_TisCUIEvaluation_t4168627961_m2085175564(NULL /*static, unused*/, L_22, _stringLiteral1500155683, /*hidden argument*/CMiscHelp_GetChildComponent_TisCUIEvaluation_t4168627961_m2085175564_RuntimeMethod_var); NullCheck(L_21); L_21->set_m_keyResult_2(L_23); stSwingGroupUI_t3926616374 * L_24 = V_1; Transform_t3600365921 * L_25 = V_2; NullCheck(L_25); Transform_t3600365921 * L_26 = Transform_Find_m1729760951(L_25, _stringLiteral2001905033, /*hidden argument*/NULL); NullCheck(L_24); L_24->set_m_keyResultEffect_3(L_26); stSwingGroupUI_t3926616374 * L_27 = V_1; Transform_t3600365921 * L_28 = V_2; NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral1261825220, /*hidden argument*/NULL); NullCheck(L_27); stSwingGroupUI_InitKeyBG_m1119265027(L_27, L_29, /*hidden argument*/NULL); stSwingGroupUI_t3926616374 * L_30 = V_1; NullCheck(L_30); CUIEvaluation_t4168627961 * L_31 = L_30->get_m_keyResult_2(); NullCheck(L_31); CUIEvaluation_OnPageInit_m814759492(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_32 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_32; Transform_t3600365921 * L_33 = V_2; NullCheck(L_33); Vector3_t3722313464 L_34 = Transform_get_localPosition_m4234289348(L_33, /*hidden argument*/NULL); V_5 = L_34; float L_35 = (&V_5)->get_x_1(); Transform_t3600365921 * L_36 = __this->get_m_ButtonRoot_1(); NullCheck(L_36); Vector3_t3722313464 L_37 = Transform_get_localPosition_m4234289348(L_36, /*hidden argument*/NULL); V_6 = L_37; float L_38 = (&V_6)->get_x_1(); (&V_4)->set_x_0(((float)il2cpp_codegen_add((float)L_35, (float)L_38))); Transform_t3600365921 * L_39 = V_2; NullCheck(L_39); Vector3_t3722313464 L_40 = Transform_get_localPosition_m4234289348(L_39, /*hidden argument*/NULL); V_7 = L_40; float L_41 = (&V_7)->get_y_2(); Transform_t3600365921 * L_42 = __this->get_m_ButtonRoot_1(); NullCheck(L_42); Vector3_t3722313464 L_43 = Transform_get_localPosition_m4234289348(L_42, /*hidden argument*/NULL); V_8 = L_43; float L_44 = (&V_8)->get_y_2(); (&V_4)->set_y_1(((float)il2cpp_codegen_add((float)L_41, (float)L_44))); Vector2_t2156229523 L_45 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_9 = L_45; float L_46 = (&V_4)->get_y_1(); (&V_9)->set_y_1(((float)il2cpp_codegen_add((float)L_46, (float)(430.0f)))); float L_47 = (&V_4)->get_x_0(); (&V_9)->set_x_0(L_47); Transform_t3600365921 * L_48 = V_2; UIEventListener_t1665237878 * L_49 = UIEventListener_Get_m270722295(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); V_10 = L_49; UIEventListener_t1665237878 * L_50 = V_10; UIEventListener_t1665237878 * L_51 = L_50; NullCheck(L_51); Action_2_t4266817756 * L_52 = L_51->get_onPress_7(); intptr_t L_53 = (intptr_t)stDeviceGroup_OnBtnGroupPress_m798289010_RuntimeMethod_var; Action_2_t4266817756 * L_54 = (Action_2_t4266817756 *)il2cpp_codegen_object_new(Action_2_t4266817756_il2cpp_TypeInfo_var); Action_2__ctor_m3007889961(L_54, __this, L_53, /*hidden argument*/Action_2__ctor_m3007889961_RuntimeMethod_var); Delegate_t1188392813 * L_55 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_52, L_54, /*hidden argument*/NULL); NullCheck(L_51); L_51->set_onPress_7(((Action_2_t4266817756 *)CastclassSealed((RuntimeObject*)L_55, Action_2_t4266817756_il2cpp_TypeInfo_var))); } IL_0178: { int32_t L_56 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_017c: { int32_t L_57 = V_0; if ((((int32_t)L_57) < ((int32_t)5))) { goto IL_001a; } } { return; } } // CUISwingBeatKeyMain/stSwingGroupUI CUISwingBeatKeyMain/stDeviceGroup::GetGroupUI(System.Int32) extern "C" IL2CPP_METHOD_ATTR stSwingGroupUI_t3926616374 * stDeviceGroup_GetGroupUI_m2322616835 (stDeviceGroup_t2611714804 * __this, int32_t ___groupVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stDeviceGroup_GetGroupUI_m2322616835_MetadataUsageId); s_Il2CppMethodInitialized = true; } stSwingGroupUI_t3926616374 * G_B4_0 = NULL; { int32_t L_0 = ___groupVal0; if ((((int32_t)1) > ((int32_t)L_0))) { goto IL_002b; } } { int32_t L_1 = ___groupVal0; BetterList_1_t3081636692 * L_2 = __this->get_m_groupAll_2(); NullCheck(L_2); int32_t L_3 = L_2->get_size_1(); if ((((int32_t)L_1) > ((int32_t)L_3))) { goto IL_002b; } } { BetterList_1_t3081636692 * L_4 = __this->get_m_groupAll_2(); int32_t L_5 = ___groupVal0; NullCheck(L_4); stSwingGroupUI_t3926616374 * L_6 = BetterList_1_get_Item_m808392047(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/BetterList_1_get_Item_m808392047_RuntimeMethod_var); G_B4_0 = L_6; goto IL_002c; } IL_002b: { G_B4_0 = ((stSwingGroupUI_t3926616374 *)(NULL)); } IL_002c: { return G_B4_0; } } // System.Void CUISwingBeatKeyMain/stDeviceGroup::OnBtnGroupPress(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stDeviceGroup_OnBtnGroupPress_m798289010 (stDeviceGroup_t2611714804 * __this, GameObject_t1113636619 * ___go0, bool ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stDeviceGroup_OnBtnGroupPress_m798289010_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; CBeatKeySwingCtrollor_t4230979690 * G_B3_1 = NULL; int32_t G_B2_0 = 0; CBeatKeySwingCtrollor_t4230979690 * G_B2_1 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; CBeatKeySwingCtrollor_t4230979690 * G_B4_2 = NULL; { NullCheck(_stringLiteral2417648955); int32_t L_0 = String_get_Length_m3847582255(_stringLiteral2417648955, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; GameObject_t1113636619 * L_2 = ___go0; NullCheck(L_2); String_t* L_3 = Object_get_name_m4211327027(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_4))) { goto IL_005c; } } { GameObject_t1113636619 * L_5 = ___go0; NullCheck(L_5); String_t* L_6 = Object_get_name_m4211327027(L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; GameObject_t1113636619 * L_8 = ___go0; NullCheck(L_8); String_t* L_9 = Object_get_name_m4211327027(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; NullCheck(L_6); String_t* L_12 = String_Substring_m1610150815(L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_13 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_12, (-1), /*hidden argument*/NULL); V_1 = L_13; IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_14 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_1; bool L_16 = ___state1; G_B2_0 = L_15; G_B2_1 = L_14; if (!L_16) { G_B3_0 = L_15; G_B3_1 = L_14; goto IL_004f; } } { G_B4_0 = ((int32_t)11); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0051; } IL_004f: { G_B4_0 = ((int32_t)12); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0051: { int32_t L_17 = stDeviceGroup_get_DeviceID_m989167859(__this, /*hidden argument*/NULL); NullCheck(G_B4_2); CBeatKeySwingCtrollor_SetGroupClkState_m1899261018(G_B4_2, G_B4_1, G_B4_0, L_17, /*hidden argument*/NULL); } IL_005c: { 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 CUISwingBeatKeyMain/stSwingGroupUI::.ctor() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI__ctor_m1679661539 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSwingGroupUI__ctor_m1679661539_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_localPosCache_8(L_0); __this->set_m_lastPosCacheT_9((-1)); __this->set_m_timeLabor_10((-1.0f)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void CUISwingBeatKeyMain/stSwingGroupUI::InitKeyBG(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_InitKeyBG_m1119265027 (stSwingGroupUI_t3926616374 * __this, Transform_t3600365921 * ___transf0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSwingGroupUI_InitKeyBG_m1119265027_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = ___transf0; __this->set_m_keyTransBg_5(L_0); Transform_t3600365921 * L_1 = __this->get_m_keyTransBg_5(); 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_004e; } } { Transform_t3600365921 * L_3 = __this->get_m_keyTransBg_5(); NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_localScale_m129152068(L_3, /*hidden argument*/NULL); __this->set_m_transBGScaleOrg_6(L_4); Vector3_t3722313464 L_5 = __this->get_m_transBGScaleOrg_6(); Vector3_t3722313464 L_6; memset(&L_6, 0, sizeof(L_6)); Vector3__ctor_m3353183577((&L_6), (1.2f), (1.2f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_7 = Vector3_Scale_m4006687392(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); __this->set_m_transBGScaleActive_7(L_7); } IL_004e: { return; } } // System.Void CUISwingBeatKeyMain/stSwingGroupUI::OnKeyClk() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_OnKeyClk_m3341252688 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSwingGroupUI_OnKeyClk_m3341252688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_timeLabor_10((0.0f)); Transform_t3600365921 * L_0 = __this->get_m_keyTransBg_5(); 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_002d; } } { Transform_t3600365921 * L_2 = __this->get_m_keyTransBg_5(); Vector3_t3722313464 L_3 = __this->get_m_transBGScaleOrg_6(); NullCheck(L_2); Transform_set_localScale_m3053443106(L_2, L_3, /*hidden argument*/NULL); } IL_002d: { return; } } // System.Void CUISwingBeatKeyMain/stSwingGroupUI::BeginHoldState() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_BeginHoldState_m1236887669 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method) { { __this->set_m_bHoldState_1((bool)1); return; } } // System.Void CUISwingBeatKeyMain/stSwingGroupUI::EndHoldState() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_EndHoldState_m2115805502 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bHoldState_1(); if (!L_0) { goto IL_0044; } } { __this->set_m_bHoldState_1((bool)0); float L_1 = __this->get_m_timeLabor_10(); if ((!(((float)(-0.5f)) < ((float)L_1)))) { goto IL_0044; } } { float L_2 = __this->get_m_timeLabor_10(); if ((!(((float)L_2) < ((float)(0.1f))))) { goto IL_0044; } } { float L_3 = __this->get_m_timeLabor_10(); __this->set_m_timeLabor_10(((float)il2cpp_codegen_subtract((float)(0.2f), (float)L_3))); } IL_0044: { return; } } // System.Void CUISwingBeatKeyMain/stSwingGroupUI::OnUpdateKeyBG() extern "C" IL2CPP_METHOD_ATTR void stSwingGroupUI_OnUpdateKeyBG_m437561374 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSwingGroupUI_OnUpdateKeyBG_m437561374_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { Transform_t3600365921 * L_0 = __this->get_m_keyTransBg_5(); 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: { float L_2 = __this->get_m_timeLabor_10(); if ((!(((float)(-0.5f)) < ((float)L_2)))) { goto IL_012f; } } { float L_3 = __this->get_m_timeLabor_10(); float L_4 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeLabor_10(((float)il2cpp_codegen_add((float)L_3, (float)L_4))); bool L_5 = __this->get_m_bHoldState_1(); if (!L_5) { goto IL_009f; } } { float L_6 = __this->get_m_timeLabor_10(); if ((!(((float)(0.1f)) <= ((float)L_6)))) { goto IL_0070; } } { __this->set_m_timeLabor_10((0.1f)); Transform_t3600365921 * L_7 = __this->get_m_keyTransBg_5(); Vector3_t3722313464 L_8 = __this->get_m_transBGScaleActive_7(); NullCheck(L_7); Transform_set_localScale_m3053443106(L_7, L_8, /*hidden argument*/NULL); goto IL_009a; } IL_0070: { float L_9 = __this->get_m_timeLabor_10(); V_0 = ((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_9)); Transform_t3600365921 * L_10 = __this->get_m_keyTransBg_5(); Vector3_t3722313464 L_11 = __this->get_m_transBGScaleOrg_6(); Vector3_t3722313464 L_12 = __this->get_m_transBGScaleActive_7(); float L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_14 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_11, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localScale_m3053443106(L_10, L_14, /*hidden argument*/NULL); } IL_009a: { goto IL_012f; } IL_009f: { float L_15 = __this->get_m_timeLabor_10(); if ((!(((float)(0.2f)) <= ((float)L_15)))) { goto IL_00d0; } } { __this->set_m_timeLabor_10((-1.0f)); Transform_t3600365921 * L_16 = __this->get_m_keyTransBg_5(); Vector3_t3722313464 L_17 = __this->get_m_transBGScaleOrg_6(); NullCheck(L_16); Transform_set_localScale_m3053443106(L_16, L_17, /*hidden argument*/NULL); goto IL_012f; } IL_00d0: { float L_18 = __this->get_m_timeLabor_10(); V_1 = ((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_18)); float L_19 = V_1; if ((!(((float)L_19) <= ((float)(1.0f))))) { goto IL_010a; } } { Transform_t3600365921 * L_20 = __this->get_m_keyTransBg_5(); Vector3_t3722313464 L_21 = __this->get_m_transBGScaleOrg_6(); Vector3_t3722313464 L_22 = __this->get_m_transBGScaleActive_7(); float L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_24 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_21, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_20); Transform_set_localScale_m3053443106(L_20, L_24, /*hidden argument*/NULL); goto IL_012f; } IL_010a: { float L_25 = V_1; V_1 = ((float)il2cpp_codegen_subtract((float)L_25, (float)(1.0f))); Transform_t3600365921 * L_26 = __this->get_m_keyTransBg_5(); Vector3_t3722313464 L_27 = __this->get_m_transBGScaleActive_7(); Vector3_t3722313464 L_28 = __this->get_m_transBGScaleOrg_6(); float L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_30 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_27, L_28, L_29, /*hidden argument*/NULL); NullCheck(L_26); Transform_set_localScale_m3053443106(L_26, L_30, /*hidden argument*/NULL); } IL_012f: { return; } } // UnityEngine.Vector2 CUISwingBeatKeyMain/stSwingGroupUI::GetPosOrg() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 stSwingGroupUI_GetPosOrg_m2736745162 (stSwingGroupUI_t3926616374 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stSwingGroupUI_GetPosOrg_m2736745162_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = Time_get_frameCount_m1220035214(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_lastPosCacheT_9(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_003c; } } { int32_t L_2 = Time_get_frameCount_m1220035214(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_lastPosCacheT_9(L_2); Transform_t3600365921 * L_3 = __this->get_m_keyGroup_4(); Transform_t3600365921 * L_4 = __this->get_m_buttonRoot_0(); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_get_parent_m835071599(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Vector3_t3722313464 L_6 = CMiscHelp_GetLocalPositionRealWithScale_m684212219(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_7 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set_m_localPosCache_8(L_7); } IL_003c: { Vector2_t2156229523 L_8 = __this->get_m_localPosCache_8(); 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 CUpdateInterface::RegistUpdate(IEntityBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_RegistUpdate_m1936718558 (RuntimeObject * __this /* static, unused */, IEntityBase_t3866625305 * ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_RegistUpdate_m1936718558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3980903009 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_entityUpdate_0(); IEntityBase_t3866625305 * L_1 = ___entity0; NullCheck(L_0); CBetterSet_1_Add_m3181451058(L_0, L_1, /*hidden argument*/CBetterSet_1_Add_m3181451058_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::RegistUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_RegistUpdate_m1931055446 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_RegistUpdate_m1931055446_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3369733362 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_uiUpdate_2(); CUIBase_t3255455658 * L_1 = ___ui0; NullCheck(L_0); CBetterSet_1_Add_m2889890928(L_0, L_1, /*hidden argument*/CBetterSet_1_Add_m2889890928_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::RegistLateUpdate(IEntityBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_RegistLateUpdate_m1144750305 (RuntimeObject * __this /* static, unused */, IEntityBase_t3866625305 * ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_RegistLateUpdate_m1144750305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3980903009 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_entityLateUpdate_1(); IEntityBase_t3866625305 * L_1 = ___entity0; NullCheck(L_0); CBetterSet_1_Add_m3181451058(L_0, L_1, /*hidden argument*/CBetterSet_1_Add_m3181451058_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::RegistLateUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_RegistLateUpdate_m2030104302 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_RegistLateUpdate_m2030104302_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3369733362 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_uiLateUpdate_3(); CUIBase_t3255455658 * L_1 = ___ui0; NullCheck(L_0); CBetterSet_1_Add_m2889890928(L_0, L_1, /*hidden argument*/CBetterSet_1_Add_m2889890928_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::UnRegistUpdate(IEntityBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_UnRegistUpdate_m1531749399 (RuntimeObject * __this /* static, unused */, IEntityBase_t3866625305 * ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_UnRegistUpdate_m1531749399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3980903009 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_entityUpdate_0(); IEntityBase_t3866625305 * L_1 = ___entity0; NullCheck(L_0); CBetterSet_1_Remove_m1459489656(L_0, L_1, /*hidden argument*/CBetterSet_1_Remove_m1459489656_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::UnRegistUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_UnRegistUpdate_m484854049 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_UnRegistUpdate_m484854049_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3369733362 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_uiUpdate_2(); CUIBase_t3255455658 * L_1 = ___ui0; NullCheck(L_0); CBetterSet_1_Remove_m3171105780(L_0, L_1, /*hidden argument*/CBetterSet_1_Remove_m3171105780_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::UnRegistLateUpdate(IEntityBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_UnRegistLateUpdate_m2029653818 (RuntimeObject * __this /* static, unused */, IEntityBase_t3866625305 * ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_UnRegistLateUpdate_m2029653818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3980903009 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_entityLateUpdate_1(); IEntityBase_t3866625305 * L_1 = ___entity0; NullCheck(L_0); CBetterSet_1_Remove_m1459489656(L_0, L_1, /*hidden argument*/CBetterSet_1_Remove_m1459489656_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::UnRegistLateUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_UnRegistLateUpdate_m3041927455 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___ui0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_UnRegistLateUpdate_m3041927455_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3369733362 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_uiLateUpdate_3(); CUIBase_t3255455658 * L_1 = ___ui0; NullCheck(L_0); CBetterSet_1_Remove_m3171105780(L_0, L_1, /*hidden argument*/CBetterSet_1_Remove_m3171105780_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::DispatchUpdate() extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_DispatchUpdate_m1165879505 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_DispatchUpdate_m1165879505_MetadataUsageId); s_Il2CppMethodInitialized = true; } CBetterSet_1_t3980903009 * G_B2_0 = NULL; CBetterSet_1_t3980903009 * G_B1_0 = NULL; CBetterSet_1_t3369733362 * G_B4_0 = NULL; CBetterSet_1_t3369733362 * G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3980903009 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_entityUpdate_0(); Action_1_t4039092900 * L_1 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_4(); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_001d; } } { intptr_t L_2 = (intptr_t)CUpdateInterface__EachEntityUpdate_m1635664686_RuntimeMethod_var; Action_1_t4039092900 * L_3 = (Action_1_t4039092900 *)il2cpp_codegen_object_new(Action_1_t4039092900_il2cpp_TypeInfo_var); Action_1__ctor_m2664387784(L_3, NULL, L_2, /*hidden argument*/Action_1__ctor_m2664387784_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_4(L_3); G_B2_0 = G_B1_0; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); Action_1_t4039092900 * L_4 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_4(); NullCheck(G_B2_0); CBetterSet_1_Foreach_m1253984308(G_B2_0, L_4, /*hidden argument*/CBetterSet_1_Foreach_m1253984308_RuntimeMethod_var); CBetterSet_1_t3369733362 * L_5 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_uiUpdate_2(); Action_1_t3427923253 * L_6 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_5(); G_B3_0 = L_5; if (L_6) { G_B4_0 = L_5; goto IL_0044; } } { intptr_t L_7 = (intptr_t)CUpdateInterface__EachUIUpdate_m1907740722_RuntimeMethod_var; Action_1_t3427923253 * L_8 = (Action_1_t3427923253 *)il2cpp_codegen_object_new(Action_1_t3427923253_il2cpp_TypeInfo_var); Action_1__ctor_m3321055836(L_8, NULL, L_7, /*hidden argument*/Action_1__ctor_m3321055836_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_5(L_8); G_B4_0 = G_B3_0; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); Action_1_t3427923253 * L_9 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_5(); NullCheck(G_B4_0); CBetterSet_1_Foreach_m2961216545(G_B4_0, L_9, /*hidden argument*/CBetterSet_1_Foreach_m2961216545_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::DispatchLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_DispatchLateUpdate_m2964536771 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface_DispatchLateUpdate_m2964536771_MetadataUsageId); s_Il2CppMethodInitialized = true; } CBetterSet_1_t3980903009 * G_B2_0 = NULL; CBetterSet_1_t3980903009 * G_B1_0 = NULL; CBetterSet_1_t3369733362 * G_B4_0 = NULL; CBetterSet_1_t3369733362 * G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CBetterSet_1_t3980903009 * L_0 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_entityLateUpdate_1(); Action_1_t4039092900 * L_1 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_6(); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_001d; } } { intptr_t L_2 = (intptr_t)CUpdateInterface__EachEntityLateUpdate_m1784237480_RuntimeMethod_var; Action_1_t4039092900 * L_3 = (Action_1_t4039092900 *)il2cpp_codegen_object_new(Action_1_t4039092900_il2cpp_TypeInfo_var); Action_1__ctor_m2664387784(L_3, NULL, L_2, /*hidden argument*/Action_1__ctor_m2664387784_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_6(L_3); G_B2_0 = G_B1_0; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); Action_1_t4039092900 * L_4 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_6(); NullCheck(G_B2_0); CBetterSet_1_Foreach_m1253984308(G_B2_0, L_4, /*hidden argument*/CBetterSet_1_Foreach_m1253984308_RuntimeMethod_var); CBetterSet_1_t3369733362 * L_5 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_s_uiLateUpdate_3(); Action_1_t3427923253 * L_6 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_7(); G_B3_0 = L_5; if (L_6) { G_B4_0 = L_5; goto IL_0044; } } { intptr_t L_7 = (intptr_t)CUpdateInterface__EachUILateUpdate_m2151049011_RuntimeMethod_var; Action_1_t3427923253 * L_8 = (Action_1_t3427923253 *)il2cpp_codegen_object_new(Action_1_t3427923253_il2cpp_TypeInfo_var); Action_1__ctor_m3321055836(L_8, NULL, L_7, /*hidden argument*/Action_1__ctor_m3321055836_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_7(L_8); G_B4_0 = G_B3_0; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); Action_1_t3427923253 * L_9 = ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_7(); NullCheck(G_B4_0); CBetterSet_1_Foreach_m2961216545(G_B4_0, L_9, /*hidden argument*/CBetterSet_1_Foreach_m2961216545_RuntimeMethod_var); return; } } // System.Void CUpdateInterface::_EachEntityUpdate(IEntityBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface__EachEntityUpdate_m1635664686 (RuntimeObject * __this /* static, unused */, IEntityBase_t3866625305 * ___entity0, const RuntimeMethod* method) { { IEntityBase_t3866625305 * L_0 = ___entity0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IEntityBase_t3866625305 * L_1 = ___entity0; NullCheck(L_1); VirtActionInvoker0::Invoke(5 /* System.Void IEntityBase::OnUpdate() */, L_1); return; } } // System.Void CUpdateInterface::_EachEntityLateUpdate(IEntityBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface__EachEntityLateUpdate_m1784237480 (RuntimeObject * __this /* static, unused */, IEntityBase_t3866625305 * ___entity0, const RuntimeMethod* method) { { IEntityBase_t3866625305 * L_0 = ___entity0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IEntityBase_t3866625305 * L_1 = ___entity0; NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void IEntityBase::OnLateUpdate() */, L_1); return; } } // System.Void CUpdateInterface::_EachUIUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface__EachUIUpdate_m1907740722 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___uiBase0, const RuntimeMethod* method) { { CUIBase_t3255455658 * L_0 = ___uiBase0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CUIBase_t3255455658 * L_1 = ___uiBase0; NullCheck(L_1); VirtActionInvoker0::Invoke(9 /* System.Void CUIBase::Update() */, L_1); return; } } // System.Void CUpdateInterface::_EachUILateUpdate(CUIBase) extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface__EachUILateUpdate_m2151049011 (RuntimeObject * __this /* static, unused */, CUIBase_t3255455658 * ___uiBase0, const RuntimeMethod* method) { { CUIBase_t3255455658 * L_0 = ___uiBase0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CUIBase_t3255455658 * L_1 = ___uiBase0; NullCheck(L_1); VirtActionInvoker0::Invoke(10 /* System.Void CUIBase::LateUpdate() */, L_1); return; } } // System.Void CUpdateInterface::.cctor() extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface__cctor_m1783978053 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUpdateInterface__cctor_m1783978053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CBetterSet_1_t3980903009 * L_0 = (CBetterSet_1_t3980903009 *)il2cpp_codegen_object_new(CBetterSet_1_t3980903009_il2cpp_TypeInfo_var); CBetterSet_1__ctor_m4260939636(L_0, /*hidden argument*/CBetterSet_1__ctor_m4260939636_RuntimeMethod_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_s_entityUpdate_0(L_0); CBetterSet_1_t3980903009 * L_1 = (CBetterSet_1_t3980903009 *)il2cpp_codegen_object_new(CBetterSet_1_t3980903009_il2cpp_TypeInfo_var); CBetterSet_1__ctor_m4260939636(L_1, /*hidden argument*/CBetterSet_1__ctor_m4260939636_RuntimeMethod_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_s_entityLateUpdate_1(L_1); CBetterSet_1_t3369733362 * L_2 = (CBetterSet_1_t3369733362 *)il2cpp_codegen_object_new(CBetterSet_1_t3369733362_il2cpp_TypeInfo_var); CBetterSet_1__ctor_m3688173855(L_2, /*hidden argument*/CBetterSet_1__ctor_m3688173855_RuntimeMethod_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_s_uiUpdate_2(L_2); CBetterSet_1_t3369733362 * L_3 = (CBetterSet_1_t3369733362 *)il2cpp_codegen_object_new(CBetterSet_1_t3369733362_il2cpp_TypeInfo_var); CBetterSet_1__ctor_m3688173855(L_3, /*hidden argument*/CBetterSet_1__ctor_m3688173855_RuntimeMethod_var); ((CUpdateInterface_t2239046830_StaticFields*)il2cpp_codegen_static_fields_for(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var))->set_s_uiLateUpdate_3(L_3); 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 CurQualifyRankInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CurQualifyRankInfo__ctor_m1316930341 (CurQualifyRankInfo_t2391125760 * __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 CUserEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUserEvent__ctor_m2947949495 (CUserEvent_t3128687182 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 CUserEvent::GetEventType() extern "C" IL2CPP_METHOD_ATTR int32_t CUserEvent_GetEventType_m791889684 (CUserEvent_t3128687182 * __this, const RuntimeMethod* method) { { return 3; } } #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 CUserEventUgly::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUserEventUgly__ctor_m3771267582 (CUserEventUgly_t3395481104 * __this, const RuntimeMethod* method) { { CUserEvent__ctor_m2947949495(__this, /*hidden argument*/NULL); return; } } // System.Int32 CUserEventUgly::get_MainID() extern "C" IL2CPP_METHOD_ATTR int32_t CUserEventUgly_get_MainID_m795293935 (CUserEventUgly_t3395481104 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMainIDU3Ek__BackingField_0(); return L_0; } } // System.Void CUserEventUgly::set_MainID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUserEventUgly_set_MainID_m706728806 (CUserEventUgly_t3395481104 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMainIDU3Ek__BackingField_0(L_0); return; } } // System.Int32 CUserEventUgly::get_SubID() extern "C" IL2CPP_METHOD_ATTR int32_t CUserEventUgly_get_SubID_m2708237786 (CUserEventUgly_t3395481104 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSubIDU3Ek__BackingField_1(); return L_0; } } // System.Void CUserEventUgly::set_SubID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUserEventUgly_set_SubID_m1162320680 (CUserEventUgly_t3395481104 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSubIDU3Ek__BackingField_1(L_0); return; } } // System.Object CUserEventUgly::get_UserData() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CUserEventUgly_get_UserData_m3698309812 (CUserEventUgly_t3395481104 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CUserDataU3Ek__BackingField_2(); return L_0; } } // System.Void CUserEventUgly::set_UserData(System.Object) extern "C" IL2CPP_METHOD_ATTR void CUserEventUgly_set_UserData_m1139907350 (CUserEventUgly_t3395481104 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CUserDataU3Ek__BackingField_2(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 CVersionIssue::.ctor() extern "C" IL2CPP_METHOD_ATTR void CVersionIssue__ctor_m1518043817 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CVersionIssue_Clear_m435413632(__this, /*hidden argument*/NULL); return; } } // System.Void CVersionIssue::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue__ctor_m430835147 (CVersionIssue_t3008599312 * __this, int32_t ___main0, int32_t ___mid1, int32_t ___sub2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___main0; int32_t L_1 = ___mid1; int32_t L_2 = ___sub2; CVersionIssue_SetMMS_m3532290078(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Int32 CVersionIssue::ParseInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_ParseInt_m2274044125 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t ___nDefaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionIssue_ParseInt_m2274044125_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_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 = ___strValue0; 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; } } { int32_t L_2 = ___nDefaultVal1; return L_2; } IL_000d: try { // begin try (depth: 1) String_t* L_3 = ___strValue0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_4 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0021; } // 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_0019; throw e; } CATCH_0019: { // begin catch(System.Object) int32_t L_5 = ___nDefaultVal1; V_0 = L_5; goto IL_0021; } // end catch (depth: 1) IL_0021: { int32_t L_6 = V_0; return L_6; } } // System.Int32 CVersionIssue::CompareFunc(CVersionIssue,CVersionIssue) extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_CompareFunc_m481822297 (RuntimeObject * __this /* static, unused */, CVersionIssue_t3008599312 * ___lhs0, CVersionIssue_t3008599312 * ___rhs1, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = ___lhs0; NullCheck(L_0); int32_t L_1 = CVersionIssue_get_MainVersion_m3158270121(L_0, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_2 = ___rhs1; NullCheck(L_2); int32_t L_3 = CVersionIssue_get_MainVersion_m3158270121(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0013; } } { return (-1); } IL_0013: { CVersionIssue_t3008599312 * L_4 = ___lhs0; NullCheck(L_4); int32_t L_5 = CVersionIssue_get_MainVersion_m3158270121(L_4, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_6 = ___rhs1; NullCheck(L_6); int32_t L_7 = CVersionIssue_get_MainVersion_m3158270121(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)L_7))) { goto IL_0026; } } { return 1; } IL_0026: { CVersionIssue_t3008599312 * L_8 = ___lhs0; NullCheck(L_8); int32_t L_9 = CVersionIssue_get_MidVersion_m987071594(L_8, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_10 = ___rhs1; NullCheck(L_10); int32_t L_11 = CVersionIssue_get_MidVersion_m987071594(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) >= ((int32_t)L_11))) { goto IL_0039; } } { return (-1); } IL_0039: { CVersionIssue_t3008599312 * L_12 = ___lhs0; NullCheck(L_12); int32_t L_13 = CVersionIssue_get_MidVersion_m987071594(L_12, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_14 = ___rhs1; NullCheck(L_14); int32_t L_15 = CVersionIssue_get_MidVersion_m987071594(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)L_15))) { goto IL_004c; } } { return 1; } IL_004c: { CVersionIssue_t3008599312 * L_16 = ___lhs0; NullCheck(L_16); int32_t L_17 = CVersionIssue_get_SubVersion_m352021970(L_16, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_18 = ___rhs1; NullCheck(L_18); int32_t L_19 = CVersionIssue_get_SubVersion_m352021970(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)L_19))) { goto IL_005f; } } { return (-1); } IL_005f: { CVersionIssue_t3008599312 * L_20 = ___lhs0; NullCheck(L_20); int32_t L_21 = CVersionIssue_get_SubVersion_m352021970(L_20, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_22 = ___rhs1; NullCheck(L_22); int32_t L_23 = CVersionIssue_get_SubVersion_m352021970(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)L_23))) { goto IL_0072; } } { return 1; } IL_0072: { return 0; } } // System.Int32 CVersionIssue::get_MainVersion() extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_get_MainVersion_m3158270121 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMainVersionU3Ek__BackingField_0(); return L_0; } } // System.Void CVersionIssue::set_MainVersion(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_set_MainVersion_m1909397165 (CVersionIssue_t3008599312 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMainVersionU3Ek__BackingField_0(L_0); return; } } // System.Int32 CVersionIssue::get_MidVersion() extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_get_MidVersion_m987071594 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMidVersionU3Ek__BackingField_1(); return L_0; } } // System.Void CVersionIssue::set_MidVersion(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_set_MidVersion_m1624578631 (CVersionIssue_t3008599312 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMidVersionU3Ek__BackingField_1(L_0); return; } } // System.Int32 CVersionIssue::get_SubVersion() extern "C" IL2CPP_METHOD_ATTR int32_t CVersionIssue_get_SubVersion_m352021970 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSubVersionU3Ek__BackingField_2(); return L_0; } } // System.Void CVersionIssue::set_SubVersion(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_set_SubVersion_m1588051365 (CVersionIssue_t3008599312 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSubVersionU3Ek__BackingField_2(L_0); return; } } // System.Void CVersionIssue::Set(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_Set_m1418759201 (CVersionIssue_t3008599312 * __this, CVersionIssue_t3008599312 * ___other0, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = ___other0; if (!L_0) { goto IL_0031; } } { CVersionIssue_t3008599312 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = CVersionIssue_get_MainVersion_m3158270121(L_1, /*hidden argument*/NULL); CVersionIssue_set_MainVersion_m1909397165(__this, L_2, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_3 = ___other0; NullCheck(L_3); int32_t L_4 = CVersionIssue_get_MidVersion_m987071594(L_3, /*hidden argument*/NULL); CVersionIssue_set_MidVersion_m1624578631(__this, L_4, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_5 = ___other0; NullCheck(L_5); int32_t L_6 = CVersionIssue_get_SubVersion_m352021970(L_5, /*hidden argument*/NULL); CVersionIssue_set_SubVersion_m1588051365(__this, L_6, /*hidden argument*/NULL); __this->set_m_versionChche_3((String_t*)NULL); } IL_0031: { return; } } // System.Void CVersionIssue::SetMMS(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_SetMMS_m3532290078 (CVersionIssue_t3008599312 * __this, int32_t ___main0, int32_t ___mid1, int32_t ___sub2, const RuntimeMethod* method) { { int32_t L_0 = ___main0; CVersionIssue_set_MainVersion_m1909397165(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___mid1; CVersionIssue_set_MidVersion_m1624578631(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___sub2; CVersionIssue_set_SubVersion_m1588051365(__this, L_2, /*hidden argument*/NULL); __this->set_m_versionChche_3((String_t*)NULL); return; } } // System.Void CVersionIssue::Clear() extern "C" IL2CPP_METHOD_ATTR void CVersionIssue_Clear_m435413632 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method) { { CVersionIssue_set_MainVersion_m1909397165(__this, (-1), /*hidden argument*/NULL); CVersionIssue_set_MidVersion_m1624578631(__this, (-1), /*hidden argument*/NULL); CVersionIssue_set_SubVersion_m1588051365(__this, (-1), /*hidden argument*/NULL); __this->set_m_versionChche_3((String_t*)NULL); return; } } // System.Boolean CVersionIssue::Equals(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_Equals_m3234645409 (CVersionIssue_t3008599312 * __this, CVersionIssue_t3008599312 * ___other0, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { CVersionIssue_t3008599312 * L_0 = ___other0; if (!L_0) { goto IL_0038; } } { int32_t L_1 = CVersionIssue_get_MainVersion_m3158270121(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = CVersionIssue_get_MainVersion_m3158270121(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0038; } } { int32_t L_4 = CVersionIssue_get_MidVersion_m987071594(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_5 = ___other0; NullCheck(L_5); int32_t L_6 = CVersionIssue_get_MidVersion_m987071594(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_6)))) { goto IL_0038; } } { int32_t L_7 = CVersionIssue_get_SubVersion_m352021970(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_8 = ___other0; NullCheck(L_8); int32_t L_9 = CVersionIssue_get_SubVersion_m352021970(L_8, /*hidden argument*/NULL); G_B5_0 = ((((int32_t)L_7) == ((int32_t)L_9))? 1 : 0); goto IL_0039; } IL_0038: { G_B5_0 = 0; } IL_0039: { return (bool)G_B5_0; } } // System.Boolean CVersionIssue::LessThan(CVersionIssue) extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_LessThan_m56434960 (CVersionIssue_t3008599312 * __this, CVersionIssue_t3008599312 * ___other0, const RuntimeMethod* method) { { CVersionIssue_t3008599312 * L_0 = ___other0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { int32_t L_1 = CVersionIssue_get_MainVersion_m3158270121(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = CVersionIssue_get_MainVersion_m3158270121(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_001b; } } { return (bool)1; } IL_001b: { int32_t L_4 = CVersionIssue_get_MainVersion_m3158270121(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_5 = ___other0; NullCheck(L_5); int32_t L_6 = CVersionIssue_get_MainVersion_m3158270121(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)L_6))) { goto IL_002e; } } { return (bool)0; } IL_002e: { int32_t L_7 = CVersionIssue_get_MidVersion_m987071594(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_8 = ___other0; NullCheck(L_8); int32_t L_9 = CVersionIssue_get_MidVersion_m987071594(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) >= ((int32_t)L_9))) { goto IL_0041; } } { return (bool)1; } IL_0041: { int32_t L_10 = CVersionIssue_get_MidVersion_m987071594(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_11 = ___other0; NullCheck(L_11); int32_t L_12 = CVersionIssue_get_MidVersion_m987071594(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)L_12))) { goto IL_0054; } } { return (bool)0; } IL_0054: { int32_t L_13 = CVersionIssue_get_SubVersion_m352021970(__this, /*hidden argument*/NULL); CVersionIssue_t3008599312 * L_14 = ___other0; NullCheck(L_14); int32_t L_15 = CVersionIssue_get_SubVersion_m352021970(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_0067; } } { return (bool)1; } IL_0067: { return (bool)0; } } // System.Boolean CVersionIssue::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_IsValid_m2336196782 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = CVersionIssue_get_MainVersion_m3158270121(__this, /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_001a; } } { int32_t L_1 = CVersionIssue_get_MidVersion_m987071594(__this, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)((((int32_t)0) > ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001b; } IL_001a: { G_B3_0 = 0; } IL_001b: { return (bool)G_B3_0; } } // System.Boolean CVersionIssue::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool CVersionIssue_Parse_m1413253970 (CVersionIssue_t3008599312 * __this, String_t* ___versionName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionIssue_Parse_m1413253970_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { CVersionIssue_Clear_m435413632(__this, /*hidden argument*/NULL); String_t* L_0 = ___versionName0; 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_0013; } } { return (bool)0; } IL_0013: { String_t* L_2 = ___versionName0; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_3); StringU5BU5D_t1281789340* L_5 = String_Split_m3646115398(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; StringU5BU5D_t1281789340* L_6 = V_0; NullCheck(L_6); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0042; } } { StringU5BU5D_t1281789340* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); int32_t L_10 = CVersionIssue_ParseInt_m2274044125(NULL /*static, unused*/, L_9, (-1), /*hidden argument*/NULL); CVersionIssue_set_MainVersion_m1909397165(__this, L_10, /*hidden argument*/NULL); } IL_0042: { StringU5BU5D_t1281789340* L_11 = V_0; NullCheck(L_11); if ((((int32_t)1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_005a; } } { StringU5BU5D_t1281789340* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 1; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); int32_t L_15 = CVersionIssue_ParseInt_m2274044125(NULL /*static, unused*/, L_14, (-1), /*hidden argument*/NULL); CVersionIssue_set_MidVersion_m1624578631(__this, L_15, /*hidden argument*/NULL); } IL_005a: { StringU5BU5D_t1281789340* L_16 = V_0; NullCheck(L_16); if ((((int32_t)2) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0072; } } { StringU5BU5D_t1281789340* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 2; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); int32_t L_20 = CVersionIssue_ParseInt_m2274044125(NULL /*static, unused*/, L_19, (-1), /*hidden argument*/NULL); CVersionIssue_set_SubVersion_m1588051365(__this, L_20, /*hidden argument*/NULL); } IL_0072: { return (bool)1; } } // System.String CVersionIssue::GetFullName() extern "C" IL2CPP_METHOD_ATTR String_t* CVersionIssue_GetFullName_m2302036779 (CVersionIssue_t3008599312 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionIssue_GetFullName_m2302036779_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = __this->get_m_versionChche_3(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_m_versionChche_3(); return L_1; } IL_0012: { 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_versionChche_3(L_2); int32_t L_3 = CVersionIssue_get_MainVersion_m3158270121(__this, /*hidden argument*/NULL); if ((((int32_t)0) <= ((int32_t)L_3))) { goto IL_0030; } } { String_t* L_4 = __this->get_m_versionChche_3(); return L_4; } IL_0030: { int32_t L_5 = CVersionIssue_get_MainVersion_m3158270121(__this, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); __this->set_m_versionChche_3(L_6); int32_t L_7 = CVersionIssue_get_MidVersion_m987071594(__this, /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_7))) { goto IL_00d8; } } { String_t* L_8 = __this->get_m_versionChche_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, _stringLiteral3452614530, /*hidden argument*/NULL); __this->set_m_versionChche_3(L_9); String_t* L_10 = __this->get_m_versionChche_3(); int32_t L_11 = CVersionIssue_get_MidVersion_m987071594(__this, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); __this->set_m_versionChche_3(L_13); int32_t L_14 = CVersionIssue_get_SubVersion_m352021970(__this, /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_14))) { goto IL_00d8; } } { String_t* L_15 = __this->get_m_versionChche_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_15, _stringLiteral3452614530, /*hidden argument*/NULL); __this->set_m_versionChche_3(L_16); String_t* L_17 = __this->get_m_versionChche_3(); int32_t L_18 = CVersionIssue_get_SubVersion_m352021970(__this, /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); String_t* L_20 = String_Concat_m3937257545(NULL /*static, unused*/, L_17, L_19, /*hidden argument*/NULL); __this->set_m_versionChche_3(L_20); } IL_00d8: { String_t* L_21 = __this->get_m_versionChche_3(); return L_21; } } #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 CVersionWWW::.ctor() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW__ctor_m1097212278 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method) { { __this->set_m_maxScaleStep_7((1.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Boolean CVersionWWW::IfReady() extern "C" IL2CPP_METHOD_ATTR bool CVersionWWW_IfReady_m3868891064 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_IfReady_m3868891064_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); int32_t L_0 = ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->get_s_LoadingWWWState_10(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)100))))) { goto IL_0012; } } { G_B3_0 = 1; goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { return (bool)G_B3_0; } } // System.Void CVersionWWW::Start() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_Start_m3989078806 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_Start_m3989078806_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); GameObject_t1113636619 * V_1 = NULL; CGameController_t2711137428 * V_2 = NULL; CVersionWWW_t2686195492 * G_B2_0 = NULL; CVersionWWW_t2686195492 * G_B1_0 = NULL; float G_B3_0 = 0.0f; CVersionWWW_t2686195492 * G_B3_1 = NULL; CGameController_t2711137428 * G_B6_0 = NULL; { UISprite_t194114938 * L_0 = __this->get_m_spriteStep_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); G_B1_0 = __this; if (!L_1) { G_B2_0 = __this; goto IL_001c; } } { G_B3_0 = (1.0f); G_B3_1 = G_B1_0; goto IL_0034; } IL_001c: { UISprite_t194114938 * L_2 = __this->get_m_spriteStep_4(); NullCheck(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_localScale_m129152068(L_3, /*hidden argument*/NULL); V_0 = L_4; float L_5 = (&V_0)->get_x_1(); G_B3_0 = L_5; G_B3_1 = G_B2_0; } IL_0034: { NullCheck(G_B3_1); G_B3_1->set_m_maxScaleStep_7(G_B3_0); float L_6 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fTimeLabor_11(L_6); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->set_s_LoadingWWWState_10(1); CMsgBoxControl_t806533544 * L_7 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CMsgBoxControl_OnClkResult_m2058476521(L_7, (bool)0, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1325677231, /*hidden argument*/NULL); V_1 = L_8; GameObject_t1113636619 * L_9 = V_1; 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_1; NullCheck(L_11); CGameController_t2711137428 * L_12 = GameObject_GetComponent_TisCGameController_t2711137428_m1014014652(L_11, /*hidden argument*/GameObject_GetComponent_TisCGameController_t2711137428_m1014014652_RuntimeMethod_var); G_B6_0 = L_12; goto IL_0079; } IL_0078: { G_B6_0 = ((CGameController_t2711137428 *)(NULL)); } IL_0079: { V_2 = G_B6_0; CGameController_t2711137428 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_008c; } } { CGameController_t2711137428 * L_15 = V_2; NullCheck(L_15); CGameController_OnChangeScene_m2000820294(L_15, /*hidden argument*/NULL); } IL_008c: { UILabel_t3248798549 * L_16 = __this->get_m_labelFirstTips_5(); 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_00ae; } } { UILabel_t3248798549 * L_18 = __this->get_m_labelFirstTips_5(); NullCheck(L_18); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(L_18, /*hidden argument*/NULL); NullCheck(L_19); GameObject_SetActive_m796801857(L_19, (bool)0, /*hidden argument*/NULL); } IL_00ae: { UISprite_t194114938 * L_20 = __this->get_m_spriteBg_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00d0; } } { UISprite_t194114938 * L_22 = __this->get_m_spriteBg_3(); NullCheck(L_22); GameObject_t1113636619 * L_23 = Component_get_gameObject_m442555142(L_22, /*hidden argument*/NULL); NullCheck(L_23); GameObject_SetActive_m796801857(L_23, (bool)0, /*hidden argument*/NULL); } IL_00d0: { UISprite_t194114938 * L_24 = __this->get_m_spriteStep_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00f2; } } { UISprite_t194114938 * L_26 = __this->get_m_spriteStep_4(); NullCheck(L_26); GameObject_t1113636619 * L_27 = Component_get_gameObject_m442555142(L_26, /*hidden argument*/NULL); NullCheck(L_27); GameObject_SetActive_m796801857(L_27, (bool)0, /*hidden argument*/NULL); } IL_00f2: { return; } } // System.Void CVersionWWW::OnInit() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnInit_m725521451 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_OnInit_m725521451_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); String_t* V_1 = NULL; String_t* V_2 = NULL; CProxyMsg_t3400139011 * V_3 = 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); { CVersionWWW_OnInitGuideUI_m1539826938(__this, /*hidden argument*/NULL); CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ServicePointManager_set_DefaultConnectionLimit_m1203273109(NULL /*static, unused*/, ((int32_t)50), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); CAppOSHelp_SetMiscSetting_m4236318013(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int64_t L_1 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); Random_InitState_m1442880541(NULL /*static, unused*/, (((int32_t)((int32_t)((int64_t)((int64_t)L_1&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_2 = ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->get_s_checkedProxy_9(); if (!L_2) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)12), /*hidden argument*/NULL); return; } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->set_s_checkedProxy_9((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_3 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CSystemTool_GetAppVersion_m2910533976(L_3, /*hidden argument*/NULL); V_1 = L_4; CLogHelp_t779629444 * L_5 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral422535890, L_6, /*hidden argument*/NULL); NullCheck(L_5); CLogHelp_LogAuto_m2403746865(L_5, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_8 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_8); String_t* L_10 = CNetServerConfig_GetConfigString_m1508055105(L_8, _stringLiteral1169142167, L_9, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_2; bool L_12 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_00aa; } } { String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_00aa; } } IL_0091: try { // begin try (depth: 1) String_t* L_15 = V_2; String_t* L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m2844511972(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; goto IL_00aa; } // 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_009e; throw e; } CATCH_009e: { // begin catch(System.Object) 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(); V_2 = L_18; goto IL_00aa; } // end catch (depth: 1) IL_00aa: { String_t* L_19 = V_2; 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_00d3; } } { CProxyMsg_t3400139011 * L_21 = (CProxyMsg_t3400139011 *)il2cpp_codegen_object_new(CProxyMsg_t3400139011_il2cpp_TypeInfo_var); CProxyMsg__ctor_m1746273318(L_21, /*hidden argument*/NULL); V_3 = L_21; CProxyMsg_t3400139011 * L_22 = V_3; String_t* L_23 = V_2; NullCheck(L_22); IWebGetMsgBase_SetUrl_m3512145757(L_22, L_23, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_24 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CProxyMsg_t3400139011 * L_25 = V_3; NullCheck(L_24); CThreadManager_PushMsg_m3098333431(L_24, 0, L_25, /*hidden argument*/NULL); goto IL_00da; } IL_00d3: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)12), /*hidden argument*/NULL); } IL_00da: { return; } } // System.Void CVersionWWW::OnSetStep(System.Single) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnSetStep_m1471838571 (CVersionWWW_t2686195492 * __this, float ___fStep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_OnSetStep_m1471838571_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)); float V_4 = 0.0f; { UISprite_t194114938 * L_0 = __this->get_m_spriteStep_4(); 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_001c; } } { float L_2 = ___fStep0; if ((!(((float)L_2) <= ((float)(0.0f))))) { goto IL_001d; } } IL_001c: { return; } IL_001d: { UISprite_t194114938 * L_3 = __this->get_m_spriteBg_3(); NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)1, /*hidden argument*/NULL); UISprite_t194114938 * L_5 = __this->get_m_spriteStep_4(); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)1, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t3722313464 )); UISprite_t194114938 * L_7 = __this->get_m_spriteStep_4(); 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_localScale_m129152068(L_8, /*hidden argument*/NULL); V_1 = L_9; float L_10 = (&V_1)->get_x_1(); (&V_0)->set_x_1(L_10); UISprite_t194114938 * L_11 = __this->get_m_spriteStep_4(); NullCheck(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(L_11, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t3722313464 L_13 = Transform_get_localScale_m129152068(L_12, /*hidden argument*/NULL); V_2 = L_13; float L_14 = (&V_2)->get_y_2(); (&V_0)->set_y_2(L_14); UISprite_t194114938 * L_15 = __this->get_m_spriteStep_4(); NullCheck(L_15); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(L_15, /*hidden argument*/NULL); NullCheck(L_16); Vector3_t3722313464 L_17 = Transform_get_localScale_m129152068(L_16, /*hidden argument*/NULL); V_3 = L_17; float L_18 = (&V_3)->get_z_3(); (&V_0)->set_z_3(L_18); float L_19 = ___fStep0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_20 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_19, (0.0f), (1.0f), /*hidden argument*/NULL); ___fStep0 = L_20; float L_21 = ___fStep0; float L_22 = __this->get_m_maxScaleStep_7(); V_4 = ((float)il2cpp_codegen_multiply((float)L_21, (float)L_22)); float L_23 = V_4; (&V_0)->set_x_1(L_23); UISprite_t194114938 * L_24 = __this->get_m_spriteStep_4(); NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); Vector3_t3722313464 L_26 = V_0; NullCheck(L_25); Transform_set_localScale_m3053443106(L_25, L_26, /*hidden argument*/NULL); return; } } // System.Void CVersionWWW::OnInitGuideUI() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnInitGuideUI_m1539826938 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_OnInitGuideUI_m1539826938_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_t2771698115 * L_0 = ((UserGuideManager_t2771698115_StaticFields*)il2cpp_codegen_static_fields_for(UserGuideManager_t2771698115_il2cpp_TypeInfo_var))->get_Instance_2(); 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_0047; } } { V_0 = _stringLiteral2533881642; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_2 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_3 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); CUIPkgService_SetResToHoldOn_m61144827(L_3, L_4, /*hidden argument*/NULL); } IL_002b: { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_6 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_6, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_7 = V_1; NullCheck(L_7); Object_set_name_m291480324(L_7, _stringLiteral2314598253, /*hidden argument*/NULL); goto IL_004c; } IL_0047: { IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_EndUserGuide_m3580560673(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_004c: { return; } } // System.Void CVersionWWW::Update() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_Update_m3030952259 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_Update_m3030952259_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; int32_t G_B12_0 = 0; String_t* G_B18_0 = NULL; int32_t G_B18_1 = 0; CMsgBoxControl_t806533544 * G_B18_2 = NULL; String_t* G_B17_0 = NULL; int32_t G_B17_1 = 0; CMsgBoxControl_t806533544 * G_B17_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_0 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, ((int32_t)100), /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return; } IL_000d: { 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); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String DMCore.Framework.Resource.IResourceManager::PopAsyncTask() */, L_1); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_0029; } } { 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 = V_0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void DMCore.Framework.Resource.IResourceManager::DoResourceCoroutine(System.String) */, L_4, L_5); } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_6 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, 1, /*hidden argument*/NULL); if (!L_6) { goto IL_0057; } } { float L_7 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_8 = __this->get_m_fTimeLabor_11(); if ((!(((float)(1.1f)) <= ((float)((float)il2cpp_codegen_subtract((float)L_7, (float)L_8)))))) { goto IL_0056; } } { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, 2, /*hidden argument*/NULL); CVersionWWW_InitAllMonoComponents_m3940703786(__this, /*hidden argument*/NULL); } IL_0056: { return; } IL_0057: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_9 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, 2, /*hidden argument*/NULL); if (!L_9) { goto IL_00ec; } } { int32_t L_10 = CNetService_GetNetWorkMode_m3797172386(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_10) { goto IL_0072; } } { G_B12_0 = 1; goto IL_0073; } IL_0072: { G_B12_0 = 0; } IL_0073: { V_1 = (bool)G_B12_0; bool L_11 = V_1; if (!L_11) { goto IL_009e; } } { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)11), /*hidden argument*/NULL); ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->set_s_bPrompUnLinkMsgBox_8((bool)0); CMsgBoxControl_t806533544 * L_12 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CMsgBoxControl_OnClkResult_m2058476521(L_12, (bool)0, (bool)1, /*hidden argument*/NULL); CVersionWWW_OnInit_m725521451(__this, /*hidden argument*/NULL); goto IL_00eb; } IL_009e: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_13 = ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->get_s_bPrompUnLinkMsgBox_8(); if (L_13) { goto IL_00eb; } } { CMsgBoxControl_t806533544 * L_14 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); bool L_15 = CMsgBoxControl_IsMsgBoxActive_m2272270482(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_00eb; } } { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->set_s_bPrompUnLinkMsgBox_8((bool)1); CMsgBoxControl_t806533544 * L_16 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); OnMsgBoxClkCallBack_t3229751541 * L_17 = ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_12(); G_B17_0 = _stringLiteral1308985112; G_B17_1 = 0; G_B17_2 = L_16; if (L_17) { G_B18_0 = _stringLiteral1308985112; G_B18_1 = 0; G_B18_2 = L_16; goto IL_00e0; } } { intptr_t L_18 = (intptr_t)CVersionWWW_OnMsgBoxClkCallBack_PrompUnLink_m4196073460_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_19 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_19, NULL, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_12(L_19); G_B18_0 = G_B17_0; G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; } IL_00e0: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_20 = ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_12(); NullCheck(G_B18_2); CMsgBoxControl_PushUseTextHelp_m571022018(G_B18_2, G_B18_1, G_B18_0, L_20, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); } IL_00eb: { return; } IL_00ec: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_21 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, ((int32_t)12), /*hidden argument*/NULL); if (!L_21) { goto IL_019a; } } { CResourceAdapter_t3687212940 * L_22 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); bool L_23 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0192; } } { UILabel_t3248798549 * L_24 = __this->get_m_labelDBDescrip_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0132; } } { UILabel_t3248798549 * L_26 = __this->get_m_labelDBDescrip_6(); CTextHelp_t3119637808 * L_27 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28 = CTextHelp_GetText_m372251958(L_27, _stringLiteral3646367181, /*hidden argument*/NULL); NullCheck(L_26); UILabel_set_text_m1071532778(L_26, L_28, /*hidden argument*/NULL); } IL_0132: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_29 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_29); String_t* L_31 = CNetServerConfig_GetConfigString_m1508055105(L_29, _stringLiteral3222463383, L_30, /*hidden argument*/NULL); V_2 = L_31; String_t* L_32 = V_2; bool L_33 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0153; } } { return; } IL_0153: { String_t* L_34 = V_2; NullCheck(L_34); bool L_35 = String_StartsWith_m1759067526(L_34, _stringLiteral3140485902, /*hidden argument*/NULL); if (L_35) { goto IL_0173; } } { String_t* L_36 = V_2; NullCheck(L_36); bool L_37 = String_StartsWith_m1759067526(L_36, _stringLiteral228733076, /*hidden argument*/NULL); if (!L_37) { goto IL_0186; } } IL_0173: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)21), /*hidden argument*/NULL); String_t* L_38 = V_2; CVersionWWW_LoadDBConfig_m1531506165(__this, L_38, /*hidden argument*/NULL); goto IL_018d; } IL_0186: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)22), /*hidden argument*/NULL); } IL_018d: { goto IL_0199; } IL_0192: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)22), /*hidden argument*/NULL); } IL_0199: { return; } IL_019a: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_39 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, ((int32_t)22), /*hidden argument*/NULL); if (!L_39) { goto IL_01ce; } } { CResourceAdapter_t3687212940 * L_40 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); bool L_41 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_01c6; } } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendRddmStart_m887581884(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)31), /*hidden argument*/NULL); goto IL_01cd; } IL_01c6: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)32), /*hidden argument*/NULL); } IL_01cd: { return; } IL_01ce: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_42 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, ((int32_t)31), /*hidden argument*/NULL); if (!L_42) { goto IL_01e7; } } { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)32), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendRddmEnd_m2017689497(NULL /*static, unused*/, /*hidden argument*/NULL); return; } IL_01e7: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_43 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, ((int32_t)32), /*hidden argument*/NULL); if (!L_43) { goto IL_020a; } } { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)41), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); CDependenceReadyManager_t857962078 * L_44 = CDependenceReadyManager_GetInstance_m2910652453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); CDependenceReadyManager_ResetAll_m3821230892(L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDBVersionEnd_m1334892118(NULL /*static, unused*/, /*hidden argument*/NULL); return; } IL_020a: { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); bool L_45 = CVersionWWW_IfCheckState_m1982891949(NULL /*static, unused*/, ((int32_t)41), /*hidden argument*/NULL); if (!L_45) { goto IL_0237; } } { CTextHelp_t3119637808 * L_46 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); bool L_47 = ITextBase_IsReady_m2770456985(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0237; } } { CVersionWWW_OnVersionCheckEnd_m3789314149(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)100), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendTextEnd_m3531977619(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_0237: { return; } } // System.Void CVersionWWW::OnMsgBoxClkCallBack_PrompUnLink(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnMsgBoxClkCallBack_PrompUnLink_m4196073460 (RuntimeObject * __this /* static, unused */, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_OnMsgBoxClkCallBack_PrompUnLink_m4196073460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->set_s_bPrompUnLinkMsgBox_8((bool)0); return; } } // System.Void CVersionWWW::SetDesc(System.String) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_SetDesc_m3319271839 (CVersionWWW_t2686195492 * __this, String_t* ___desc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_SetDesc_m3319271839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = __this->get_m_labelFirstTips_5(); 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_002e; } } { UILabel_t3248798549 * L_2 = __this->get_m_labelFirstTips_5(); String_t* L_3 = ___desc0; NullCheck(L_2); UILabel_set_text_m1071532778(L_2, L_3, /*hidden argument*/NULL); UILabel_t3248798549 * L_4 = __this->get_m_labelFirstTips_5(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)1, /*hidden argument*/NULL); } IL_002e: { return; } } // System.Void CVersionWWW::SetStep(System.String) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_SetStep_m840767155 (CVersionWWW_t2686195492 * __this, String_t* ___step0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_SetStep_m840767155_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 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); IL_0000: try { // begin try (depth: 1) V_0 = (0.0f); String_t* L_0 = ___step0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_1 = Convert_ToDouble_m1364128555(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = (((float)((float)L_1))); float L_2 = V_0; CVersionWWW_OnSetStep_m1471838571(__this, ((float)((float)L_2/(float)(100.0f))), /*hidden argument*/NULL); goto IL_0026; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0020; throw e; } CATCH_0020: { // begin catch(System.Object) goto IL_0026; } // end catch (depth: 1) IL_0026: { return; } } // System.Void CVersionWWW::OnVersionCheckEnd() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_OnVersionCheckEnd_m3789314149 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_OnVersionCheckEnd_m3789314149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = __this->get_m_labelDBDescrip_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_002b; } } { UILabel_t3248798549 * L_2 = __this->get_m_labelDBDescrip_6(); CTextHelp_t3119637808 * L_3 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CTextHelp_GetText_m372251958(L_3, _stringLiteral2839487942, /*hidden argument*/NULL); NullCheck(L_2); UILabel_set_text_m1071532778(L_2, L_4, /*hidden argument*/NULL); } IL_002b: { CAutoUpdate_t511563099 * L_5 = __this->get_m_AutoUpdate_2(); 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_0047; } } { CAutoUpdate_t511563099 * L_7 = __this->get_m_AutoUpdate_2(); NullCheck(L_7); CAutoUpdate_CheckUpdate_m3399589843(L_7, /*hidden argument*/NULL); } IL_0047: { return; } } // System.Void CVersionWWW::LoadDBConfig(System.String) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_LoadDBConfig_m1531506165 (CVersionWWW_t2686195492 * __this, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_LoadDBConfig_m1531506165_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMergedVersionCfgMsg_t2041069836 * V_0 = NULL; { String_t* L_0 = ___url0; NullCheck(L_0); String_t* L_1 = String_Replace_m1273907647(L_0, _stringLiteral3452614528, _stringLiteral3074512661, /*hidden argument*/NULL); ___url0 = L_1; CMergedVersionCfgMsg_t2041069836 * L_2 = (CMergedVersionCfgMsg_t2041069836 *)il2cpp_codegen_object_new(CMergedVersionCfgMsg_t2041069836_il2cpp_TypeInfo_var); CMergedVersionCfgMsg__ctor_m1824847288(L_2, /*hidden argument*/NULL); V_0 = L_2; CMergedVersionCfgMsg_t2041069836 * L_3 = V_0; String_t* L_4 = ___url0; NullCheck(L_3); IWebGetMsgBase_SetUrl_m3512145757(L_3, L_4, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_5 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CMergedVersionCfgMsg_t2041069836 * L_6 = V_0; NullCheck(L_5); CThreadManager_PushMsg_m3098333431(L_5, 0, L_6, /*hidden argument*/NULL); return; } } // System.Void CVersionWWW::LoadWWWRes(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_LoadWWWRes_m3368443615 (CVersionWWW_t2686195492 * __this, String_t* ___url0, int32_t ___version1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_LoadWWWRes_m3368443615_MetadataUsageId); s_Il2CppMethodInitialized = true; } CVersionUpdateMsg_t1074894675 * V_0 = NULL; { CVersionUpdateMsg_t1074894675 * L_0 = (CVersionUpdateMsg_t1074894675 *)il2cpp_codegen_object_new(CVersionUpdateMsg_t1074894675_il2cpp_TypeInfo_var); CVersionUpdateMsg__ctor_m3903709626(L_0, /*hidden argument*/NULL); V_0 = L_0; CVersionUpdateMsg_t1074894675 * L_1 = V_0; int32_t L_2 = ___version1; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral218304640, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_m_targetFile_5(L_5); CVersionUpdateMsg_t1074894675 * L_6 = V_0; String_t* L_7 = ___url0; NullCheck(L_6); L_6->set_m_dbFilePath_6(L_7); CVersionUpdateMsg_t1074894675 * L_8 = V_0; String_t* L_9 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); String_t* L_10 = CVersionWWW_ParseWWWResUrl_m3743602682(NULL /*static, unused*/, L_9, 0, /*hidden argument*/NULL); NullCheck(L_8); IWebGetMsgBase_SetUrl_m3512145757(L_8, L_10, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_11 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CVersionUpdateMsg_t1074894675 * L_12 = V_0; NullCheck(L_11); CThreadManager_PushMsg_m3098333431(L_11, 0, L_12, /*hidden argument*/NULL); return; } } // System.String CVersionWWW::ParseWWWResUrl(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CVersionWWW_ParseWWWResUrl_m3743602682 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, int32_t ___accessIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_ParseWWWResUrl_m3743602682_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { CResourceAdapter_t3687212940 * L_0 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___accessIndex1; NullCheck(L_0); String_t* L_2 = CResourceAdapter_GetBaseWWWUrl_m4076565157(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_0018; } } { 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_0018: { String_t* L_5 = V_0; String_t* L_6 = ___filePath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; NullCheck(L_8); String_t* L_9 = String_Replace_m1273907647(L_8, _stringLiteral3452614528, _stringLiteral3074512661, /*hidden argument*/NULL); V_1 = L_9; CLogHelp_t779629444 * L_10 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = V_1; String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2409117356, L_11, /*hidden argument*/NULL); NullCheck(L_10); CLogHelp_LogAuto_m2403746865(L_10, L_12, /*hidden argument*/NULL); String_t* L_13 = V_1; return L_13; } } // System.Void CVersionWWW::InitAllMonoComponents() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_InitAllMonoComponents_m3940703786 (CVersionWWW_t2686195492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_InitAllMonoComponents_m3940703786_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; bool V_1 = false; GameObject_t1113636619 * V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; GameObject_t1113636619 * V_4 = NULL; int32_t G_B4_0 = 0; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1130168769, /*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_0056; } } { GameObject_t1113636619 * L_2 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_2, _stringLiteral1130168769, /*hidden argument*/NULL); V_0 = L_2; GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); GameObject_AddComponent_TisCLeDouApi_t315808977_m2699775961(L_3, /*hidden argument*/GameObject_AddComponent_TisCLeDouApi_t315808977_m2699775961_RuntimeMethod_var); GameObject_t1113636619 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_5 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CNetServerConfig_GetConfigInt_m1392106542(L_5, _stringLiteral3764541727, 1, /*hidden argument*/NULL); if (!L_6) { goto IL_0048; } } { G_B4_0 = 1; goto IL_0049; } IL_0048: { G_B4_0 = 0; } IL_0049: { V_1 = (bool)G_B4_0; GameObject_t1113636619 * L_7 = V_0; NullCheck(L_7); CLeDouApi_t315808977 * L_8 = GameObject_GetComponent_TisCLeDouApi_t315808977_m1073692923(L_7, /*hidden argument*/GameObject_GetComponent_TisCLeDouApi_t315808977_m1073692923_RuntimeMethod_var); bool L_9 = V_1; NullCheck(L_8); CLeDouApi_SetEnable_m37980084(L_8, L_9, /*hidden argument*/NULL); } IL_0056: { GameObject_t1113636619 * L_10 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1325677231, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0083; } } { GameObject_t1113636619 * L_12 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_12, _stringLiteral1325677231, /*hidden argument*/NULL); V_2 = L_12; GameObject_t1113636619 * L_13 = V_2; NullCheck(L_13); GameObject_AddComponent_TisCGameController_t2711137428_m2330922018(L_13, /*hidden argument*/GameObject_AddComponent_TisCGameController_t2711137428_m2330922018_RuntimeMethod_var); GameObject_t1113636619 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); } IL_0083: { GameObject_t1113636619 * L_15 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral286601773, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00b7; } } { GameObject_t1113636619 * L_17 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_17, _stringLiteral286601773, /*hidden argument*/NULL); V_3 = L_17; GameObject_t1113636619 * L_18 = V_3; NullCheck(L_18); GameObject_AddComponent_TisCMonoWWW_t3670679148_m1239000187(L_18, /*hidden argument*/GameObject_AddComponent_TisCMonoWWW_t3670679148_m1239000187_RuntimeMethod_var); GameObject_t1113636619 * L_19 = V_3; NullCheck(L_19); GameObject_AddComponent_TisCMonoSnapLib_t2382924513_m1539819436(L_19, /*hidden argument*/GameObject_AddComponent_TisCMonoSnapLib_t2382924513_m1539819436_RuntimeMethod_var); GameObject_t1113636619 * L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); } IL_00b7: { IL2CPP_RUNTIME_CLASS_INIT(MessageHandler_t3017544858_il2cpp_TypeInfo_var); MessageHandler_GetInstance_m511688706(NULL /*static, unused*/, /*hidden argument*/NULL); CResourceAdapter_t3687212940 * L_21 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00fc; } } { GameObject_t1113636619 * L_23 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1985857164, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00fc; } } { GameObject_t1113636619 * L_25 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_25, _stringLiteral1985857164, /*hidden argument*/NULL); V_4 = L_25; GameObject_t1113636619 * L_26 = V_4; NullCheck(L_26); GameObject_AddComponent_TisCResourceWWW_t3399865147_m937751512(L_26, /*hidden argument*/GameObject_AddComponent_TisCResourceWWW_t3399865147_m937751512_RuntimeMethod_var); GameObject_t1113636619 * L_27 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); } IL_00fc: { return; } } // System.Void CVersionWWW::SetCheckState(CVersionWWW/enumVersionState) extern "C" IL2CPP_METHOD_ATTR void CVersionWWW_SetCheckState_m734458756 (RuntimeObject * __this /* static, unused */, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_SetCheckState_m734458756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___state0; IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->set_s_LoadingWWWState_10(L_0); return; } } // System.Boolean CVersionWWW::IfCheckState(CVersionWWW/enumVersionState) extern "C" IL2CPP_METHOD_ATTR bool CVersionWWW_IfCheckState_m1982891949 (RuntimeObject * __this /* static, unused */, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionWWW_IfCheckState_m1982891949_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { int32_t L_0 = ___state0; IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); int32_t L_1 = ((CVersionWWW_t2686195492_StaticFields*)il2cpp_codegen_static_fields_for(CVersionWWW_t2686195492_il2cpp_TypeInfo_var))->get_s_LoadingWWWState_10(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { return (bool)G_B3_0; } } // System.Void CVersionWWW::.cctor() extern "C" IL2CPP_METHOD_ATTR void CVersionWWW__cctor_m3902915380 (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 CVersionWWW/CMergedVersionCfgMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMergedVersionCfgMsg__ctor_m1824847288 (CMergedVersionCfgMsg_t2041069836 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); __this->set_m_accessIndex_5(0); return; } } // System.Void CVersionWWW/CMergedVersionCfgMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CMergedVersionCfgMsg_OnEndExcute_m3581072106 (CMergedVersionCfgMsg_t2041069836 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMergedVersionCfgMsg_OnEndExcute_m3581072106_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0048; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_0048; } } { __this->set_m_accessIndex_5(0); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); NullCheck(L_2); String_t* L_5 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, L_4); V_0 = L_5; CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)22), /*hidden argument*/NULL); goto IL_0094; } IL_0048: { int32_t L_6 = __this->get_m_accessIndex_5(); __this->set_m_accessIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = __this->get_m_accessIndex_5(); if ((((int32_t)3) <= ((int32_t)L_7))) { goto IL_0080; } } { IThreadMsg_ResetFaildFlag_m3447542595(__this, /*hidden argument*/NULL); CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_8 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CThreadManager_PushMsg_m2790061995(L_8, 0, __this, (bool)1, /*hidden argument*/NULL); goto IL_0094; } IL_0080: { __this->set_m_accessIndex_5(0); CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)22), /*hidden argument*/NULL); } IL_0094: { 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 CVersionWWW/CProxyMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProxyMsg__ctor_m1746273318 (CProxyMsg_t3400139011 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); __this->set_m_failedTime_5(0); return; } } // System.Void CVersionWWW/CProxyMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CProxyMsg_OnEndExcute_m600086632 (CProxyMsg_t3400139011 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProxyMsg_OnEndExcute_m600086632_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; 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); { V_0 = (StringU5BU5D_t1281789340*)NULL; bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0055; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_0055; } } IL_0019: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); NullCheck(L_2); String_t* L_5 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, L_4); V_1 = L_5; String_t* L_6 = V_1; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_0050; } // 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_0048; throw e; } CATCH_0048: { // begin catch(System.Object) V_0 = (StringU5BU5D_t1281789340*)NULL; goto IL_0050; } // end catch (depth: 1) IL_0050: { goto IL_0089; } IL_0055: { int32_t L_9 = __this->get_m_failedTime_5(); __this->set_m_failedTime_5(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = __this->get_m_failedTime_5(); if ((((int32_t)1) < ((int32_t)L_10))) { goto IL_0089; } } { IThreadMsg_ResetFaildFlag_m3447542595(__this, /*hidden argument*/NULL); CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_11 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CThreadManager_PushMsg_m2790061995(L_11, 0, __this, (bool)1, /*hidden argument*/NULL); return; } IL_0089: { StringU5BU5D_t1281789340* L_12 = V_0; if (!L_12) { goto IL_00b1; } } { StringU5BU5D_t1281789340* L_13 = V_0; NullCheck(L_13); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) == ((int32_t)7))) { goto IL_00a1; } } { StringU5BU5D_t1281789340* L_14 = V_0; NullCheck(L_14); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) == ((uint32_t)8)))) { goto IL_00b1; } } IL_00a1: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_15 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_16 = V_0; NullCheck(L_15); CNetServerConfig_SetURLProxy_m2449108802(L_15, L_16, /*hidden argument*/NULL); goto IL_00bc; } IL_00b1: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_17 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CNetServerConfig_SetURLProxy_m2449108802(L_17, (StringU5BU5D_t1281789340*)(StringU5BU5D_t1281789340*)NULL, /*hidden argument*/NULL); } IL_00bc: { CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVersionWWW_t2686195492_il2cpp_TypeInfo_var); CVersionWWW_SetCheckState_m734458756(NULL /*static, unused*/, ((int32_t)12), /*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 CVersionWWW/CVersionUpdateMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CVersionUpdateMsg__ctor_m3903709626 (CVersionUpdateMsg_t1074894675 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CVersionUpdateMsg__ctor_m3903709626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CThreadMsgWebGet__ctor_m3027652583(__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_m_targetFile_5(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_dbFilePath_6(L_1); __this->set_m_accessIndex_7(0); return; } } // System.Void CVersionWWW/CVersionUpdateMsg::OnBackGroundExcuteEnd() extern "C" IL2CPP_METHOD_ATTR void CVersionUpdateMsg_OnBackGroundExcuteEnd_m1706690210 (CVersionUpdateMsg_t1074894675 * __this, const RuntimeMethod* method) { { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0031; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_0031; } } { String_t* L_2 = __this->get_m_targetFile_5(); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); CWriteVar_WriteFile_m799854996(NULL /*static, unused*/, L_2, L_3, 0, L_4, (bool)1, /*hidden argument*/NULL); } IL_0031: { return; } } // System.Void CVersionWWW/CVersionUpdateMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CVersionUpdateMsg_OnEndExcute_m710980672 (CVersionUpdateMsg_t1074894675 * __this, const RuntimeMethod* method) { { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { __this->set_m_accessIndex_7(0); CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); } IL_0018: { 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 CWaitingRoomCtrl::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl__ctor_m3508860262 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl__ctor_m3508860262_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t4013585537 * L_0 = (Dictionary_2_t4013585537 *)il2cpp_codegen_object_new(Dictionary_2_t4013585537_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1501840871(L_0, /*hidden argument*/Dictionary_2__ctor_m1501840871_RuntimeMethod_var); __this->set_m_roleWatch_18(L_0); List_1_t2150746020 * L_1 = (List_1_t2150746020 *)il2cpp_codegen_object_new(List_1_t2150746020_il2cpp_TypeInfo_var); List_1__ctor_m1094617257(L_1, /*hidden argument*/List_1__ctor_m1094617257_RuntimeMethod_var); __this->set_roleDisList_20(L_1); Dictionary_2_t4013585537 * L_2 = (Dictionary_2_t4013585537 *)il2cpp_codegen_object_new(Dictionary_2_t4013585537_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1501840871(L_2, /*hidden argument*/Dictionary_2__ctor_m1501840871_RuntimeMethod_var); __this->set_roleState_21(L_2); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnDestroy_m3453098910 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnDestroy_m3453098910_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; { ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->set_s_Instance_22((CWaitingRoomCtrl_t1619551906 *)NULL); CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); 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); ISceneBaseObj_SetTitleVisible_m4004458557(L_2, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = V_0; NullCheck(L_3); ISceneRole_SetNewTagVisible_m3738312315(L_3, (bool)1, /*hidden argument*/NULL); } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_4 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); IdleActionManager_ClearAll_m2160872868(L_4, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::Start() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_Start_m3470479914 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_Start_m3470479914_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; AnimationClip_t2318505987 * V_3 = NULL; int32_t V_4 = 0; { __this->set_m_LoadingEff_10((GameObject_t1113636619 *)NULL); ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->set_s_Instance_22(__this); CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CMainRole_t4200562839 * L_1 = V_0; if (!L_1) { goto IL_0027; } } { CMainRole_t4200562839 * L_2 = V_0; NullCheck(L_2); ISceneBaseObj_SetTitleVisible_m4004458557(L_2, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = V_0; NullCheck(L_3); ISceneRole_SetNewTagVisible_m3738312315(L_3, (bool)1, /*hidden argument*/NULL); } IL_0027: { __this->set_m_danceMode_19(4); CSceneService_t551449725 * L_4 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CSceneService_GetSceneID_m4243087892(L_4, /*hidden argument*/NULL); V_1 = L_5; CSceneService_t551449725 * L_6 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CDataProperty_t2806246268 * L_7 = CSceneService_GetSceneUserProperty_m852781331(L_6, /*hidden argument*/NULL); int32_t L_8 = V_1; NullCheck(L_7); CDataProperty_Add_m837145387(L_7, _stringLiteral3115906741, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_9 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CRoot_OnSceneLoadedEnd_m1698382656(L_9, /*hidden argument*/NULL); CSceneService_t551449725 * L_10 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CSceneModelObj_t2681526009 * L_11 = CSceneService_GetSceneObj_m85658510(L_10, /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_11); CMainRole_t4200562839 * L_12 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_12); CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); ISceneRole_PlayMemberShipEffect_m2368816413(L_13, (bool)1, /*hidden argument*/NULL); CSceneService_t551449725 * L_14 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CSceneModelObj_t2681526009 * L_15 = CSceneService_GetSceneObj_m85658510(L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = ISceneBaseObj_GetTransform_m3818769012(L_15, /*hidden argument*/NULL); V_2 = L_16; Transform_t3600365921 * L_17 = V_2; 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_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_19 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_20 = V_2; NullCheck(L_19); CWalkManager_OnInitScene_m174495901(L_19, L_20, /*hidden argument*/NULL); } IL_00a3: { CLevelManager_t3077608201 * L_21 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = CLevelManager_IsLevel_m3139716542(L_21, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_22) { goto IL_01c0; } } { CMainRole_t4200562839 * L_23 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CProperty_t963755051 * L_24 = ISceneBaseObj_GetNetProperty_m1709069404(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = CProperty_GetInt_m2680341236(L_24, _stringLiteral2185857664, (-1), /*hidden argument*/NULL); if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_0168; } } { CMainRole_t4200562839 * L_26 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); bool L_27 = ISceneRole_GetNeedPlayEnterRoomAnim_m2523691365(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0168; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_28 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_29 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_30 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); CProperty_t963755051 * L_31 = ISceneBaseObj_GetNetProperty_m1709069404(L_30, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32 = CProperty_GetInt_m2680341236(L_31, _stringLiteral2185857664, (-1), /*hidden argument*/NULL); NullCheck(L_28); PersonaliseConfig_PlayEnterRoomAnim_m1784198442(L_28, L_29, L_32, /*hidden argument*/NULL); PersonaliseConfig_t2812043406 * L_33 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_34 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); AnimationClip_t2318505987 * L_35 = PersonaliseConfig_GetEnterRoomClipByRoleItem_m140929677(L_33, L_34, /*hidden argument*/NULL); V_3 = L_35; AnimationClip_t2318505987 * L_36 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_36, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_37) { goto IL_0168; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_38 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); BoxCollider_t1640800422 * L_39 = PersonaliseConfig_get_ColliderUnderControl_m3535506279(L_38, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_40 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_39, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_40) { goto IL_0168; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_41 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); BoxCollider_t1640800422 * L_42 = PersonaliseConfig_get_ColliderUnderControl_m3535506279(L_41, /*hidden argument*/NULL); NullCheck(L_42); Collider_set_enabled_m1517463283(L_42, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_43 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_44 = V_3; NullCheck(L_44); float L_45 = AnimationClip_get_length_m3296085482(L_44, /*hidden argument*/NULL); PersonaliseConfig_t2812043406 * L_46 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_47 = (intptr_t)PersonaliseConfig_SetColliderEnableFalse_m633446664_RuntimeMethod_var; TimerCallbackProc_t3381003091 * L_48 = (TimerCallbackProc_t3381003091 *)il2cpp_codegen_object_new(TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var); TimerCallbackProc__ctor_m2511947299(L_48, L_46, L_47, /*hidden argument*/NULL); NullCheck(L_43); CTimerManager_CreateTimer_m1163471876(L_43, L_45, L_48, 1, /*hidden argument*/NULL); } IL_0168: { 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, _stringLiteral1382183531, (-1), /*hidden argument*/NULL); if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_01ac; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_52 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_53 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); int64_t L_54 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_53); CMainRole_t4200562839 * L_55 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_55); CProperty_t963755051 * L_56 = ISceneBaseObj_GetNetProperty_m1709069404(L_55, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57 = CProperty_GetInt_m2680341236(L_56, _stringLiteral1382183531, (-1), /*hidden argument*/NULL); NullCheck(L_52); PersonaliseConfig_PlayUIEffect_m2607227782(L_52, L_54, L_57, /*hidden argument*/NULL); } IL_01ac: { IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); CUserGuideHelp_t3161639665 * L_58 = CUserGuideHelp_GetInstance_m275027335(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_58); bool L_59 = CUserGuideHelp_CheckOver_m2365847728(L_58, /*hidden argument*/NULL); if (L_59) { goto IL_01c0; } } { IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_StartUserGuide_m2326042727(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_01c0: { CMainRole_t4200562839 * L_60 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_60); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_60); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_61 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_61); CSceneService_t551449725 * L_62 = CRoot_GetSceneService_m2061443921(L_61, /*hidden argument*/NULL); NullCheck(L_62); CSceneService_OnAllReady_m3957566772(L_62, /*hidden argument*/NULL); __this->set_m_curPVPMusicID_12(0); __this->set_m_curPVPSceneID_13((-1)); __this->set_m_loadingStep_14(0); __this->set_m_bMusicDoneFlag_15(0); __this->set_m_loadingRoleStep_16(0); __this->set_m_loadingScene_17(0); IL2CPP_RUNTIME_CLASS_INIT(CTitleManager_t3025273230_il2cpp_TypeInfo_var); CTitleManager_t3025273230 * L_63 = CTitleManager_GetInstance_m3413488441(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); CTitleManager_ClearAnimList_m1681014557(L_63, /*hidden argument*/NULL); CMainRole_t4200562839 * L_64 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_64); CProperty_t963755051 * L_65 = ISceneBaseObj_GetNetProperty_m1709069404(L_64, /*hidden argument*/NULL); NullCheck(L_65); int32_t L_66 = CProperty_GetInt_m2680341236(L_65, _stringLiteral3963994475, 0, /*hidden argument*/NULL); V_4 = L_66; CTitleManager_t3025273230 * L_67 = CTitleManager_GetInstance_m3413488441(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_68 = V_4; NullCheck(L_67); CTitleManager_AddTitleAnim_m3972355658(L_67, L_68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_69 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_69); CGuildManager_RequestGuildBaseInfo_m1285962954(L_69, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::ResetBusyState() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_ResetBusyState_m529328041 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { { __this->set_m_is_busy_8((bool)0); __this->set_m_waiting_time_9((((int64_t)((int64_t)0)))); return; } } // System.Void CWaitingRoomCtrl::BraodcastBusyState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_BraodcastBusyState_m4001628871 (CWaitingRoomCtrl_t1619551906 * __this, bool ___is_busy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_BraodcastBusyState_m4001628871_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CDataArray_t4068198041 * G_B2_0 = NULL; CDataArray_t4068198041 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; CDataArray_t4068198041 * G_B3_1 = 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)942), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m1799687930(L_2, _stringLiteral1454373254, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; bool L_4 = ___is_busy0; G_B1_0 = L_3; if (!L_4) { G_B2_0 = L_3; goto IL_002d; } } { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B1_0; goto IL_0032; } IL_002d: { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B2_0; } IL_0032: { NullCheck(G_B3_1); CDataArray_Push_m1799687930(G_B3_1, G_B3_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::OnApplicationFocus() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnApplicationFocus_m4015475033 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { { CWaitingRoomCtrl_ResetBusyState_m529328041(__this, /*hidden argument*/NULL); CWaitingRoomCtrl_BraodcastBusyState_m4001628871(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::OnApplicationPause() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnApplicationPause_m3547226329 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { { __this->set_m_is_busy_8((bool)1); bool L_0 = __this->get_m_is_busy_8(); CWaitingRoomCtrl_BraodcastBusyState_m4001628871(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_LateUpdate_m423772625 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_LateUpdate_m423772625_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLevelManager_IsLevel_m3139716542(L_0, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { 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); CWalkManager_OnTick_m538879698(L_2, /*hidden argument*/NULL); } IL_001e: { 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); CRoot_OnAfterAnim_m836018578(L_3, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::Update() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_Update_m1903170506 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_Update_m1903170506_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); String_t* V_1 = NULL; int32_t V_2 = 0; { 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; bool L_1 = __this->get_m_is_busy_8(); if (!L_1) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_2 = CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)0, (&V_0), /*hidden argument*/NULL); if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_002c; } } { CWaitingRoomCtrl_ResetBusyState_m529328041(__this, /*hidden argument*/NULL); CWaitingRoomCtrl_BraodcastBusyState_m4001628871(__this, (bool)0, /*hidden argument*/NULL); } IL_002c: { bool L_3 = __this->get_m_is_busy_8(); if (L_3) { goto IL_006f; } } { int64_t L_4 = __this->get_m_waiting_time_9(); float L_5 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_waiting_time_9(((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)(((int64_t)((int64_t)((float)il2cpp_codegen_multiply((float)L_5, (float)(1000.0f))))))))); int64_t L_6 = __this->get_m_waiting_time_9(); if ((!(((float)(((float)((float)L_6)))) > ((float)(60000.0f))))) { goto IL_006f; } } { __this->set_m_is_busy_8((bool)1); CWaitingRoomCtrl_BraodcastBusyState_m4001628871(__this, (bool)1, /*hidden argument*/NULL); } IL_006f: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String DMCore.Framework.Resource.IResourceManager::PopAsyncTask() */, L_7); V_1 = L_8; String_t* L_9 = V_1; if (!L_9) { goto IL_008d; } } { String_t* L_10 = V_1; MonoBehaviour_StartCoroutine_m1654577315(__this, _stringLiteral2303653040, L_10, /*hidden argument*/NULL); } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_11 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_12 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CRoot_OnTick_m1920649087(L_11, L_12, /*hidden argument*/NULL); bool L_13 = __this->get_m_isNeedFreshModel_11(); if (L_13) { goto IL_00b8; } } { CWaitingRoomCtrl_OnUpdateRoles_m3487997777(__this, /*hidden argument*/NULL); CWaitingRoomCtrl_OnUpdatePets_m3192694569(__this, /*hidden argument*/NULL); goto IL_00c4; } IL_00b8: { CWaitingRoomCtrl_OnUpdateShowModel_m2565310717(__this, /*hidden argument*/NULL); CWaitingRoomCtrl_OnUpdateShowPet_m1905741783(__this, /*hidden argument*/NULL); } IL_00c4: { CLevelManager_t3077608201 * L_14 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); bool L_15 = CLevelManager_IsLevel_m3139716542(L_14, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_15) { goto IL_00f0; } } { CWaitingRoomCtrl_OnUpdateMusic_m3213197747(__this, /*hidden argument*/NULL); CWaitingRoomCtrl_OnUpdateMusicStep_m1134192036(__this, /*hidden argument*/NULL); CWaitingRoomCtrl_OnUpdateScene_m2772277569(__this, /*hidden argument*/NULL); CWaitingRoomCtrl_OnUpdateDanceMode_m3558443348(__this, /*hidden argument*/NULL); } IL_00f0: { CSceneService_t551449725 * L_16 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CProperty_t963755051 * L_17 = CSceneService_GetSceneNetProperty_m2882939145(L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = CProperty_GetInt_m2680341236(L_17, _stringLiteral816700875, 0, /*hidden argument*/NULL); V_2 = L_18; int32_t L_19 = V_2; if ((!(((uint32_t)L_19) == ((uint32_t)6)))) { goto IL_0113; } } { CWaitingRoomCtrl_OnUpdateSwimmingState_m3859496162(__this, /*hidden argument*/NULL); } IL_0113: { CEffectWndManager_t3902312294 * L_20 = CEffectWndManager_GetInstance_m2989690479(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CEffectWndManager_OnUpdate_m2902700605(L_20, /*hidden argument*/NULL); return; } } // System.Void CWaitingRoomCtrl::OnUpdateSwimmingState() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateSwimmingState_m3859496162 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateSwimmingState_m3859496162_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; ISceneRole_t2394225724 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { V_0 = 0; V_1 = (ISceneBaseObj_t858622483 *)NULL; goto IL_0181; } IL_0009: { ISceneBaseObj_t858622483 * L_0 = V_1; V_2 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_0, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_1 = V_2; if (!L_1) { goto IL_0021; } } { ISceneRole_t2394225724 * L_2 = V_2; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_2); if (L_3) { goto IL_0026; } } IL_0021: { goto IL_0181; } IL_0026: { V_3 = 0; ISceneRole_t2394225724 * L_4 = V_2; NullCheck(L_4); CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CProperty_GetInt_m2680341236(L_5, _stringLiteral809494744, 0, /*hidden argument*/NULL); V_4 = L_6; Dictionary_2_t4013585537 * L_7 = __this->get_roleState_21(); ISceneRole_t2394225724 * L_8 = V_2; NullCheck(L_8); int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_8); NullCheck(L_7); bool L_10 = Dictionary_2_TryGetValue_m917181889(L_7, L_9, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m917181889_RuntimeMethod_var); if (!L_10) { goto IL_0082; } } { int32_t L_11 = V_3; int32_t L_12 = V_4; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_007d; } } { Dictionary_2_t4013585537 * L_13 = __this->get_roleState_21(); ISceneRole_t2394225724 * L_14 = V_2; NullCheck(L_14); int64_t L_15 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_14); ISceneRole_t2394225724 * L_16 = V_2; NullCheck(L_16); CProperty_t963755051 * L_17 = ISceneBaseObj_GetNetProperty_m1709069404(L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = CProperty_GetInt_m2680341236(L_17, _stringLiteral809494744, 0, /*hidden argument*/NULL); NullCheck(L_13); Dictionary_2_set_Item_m3431277796(L_13, L_15, L_18, /*hidden argument*/Dictionary_2_set_Item_m3431277796_RuntimeMethod_var); } IL_007d: { goto IL_0095; } IL_0082: { Dictionary_2_t4013585537 * L_19 = __this->get_roleState_21(); ISceneRole_t2394225724 * L_20 = V_2; NullCheck(L_20); int64_t L_21 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_20); int32_t L_22 = V_4; NullCheck(L_19); Dictionary_2_Add_m4250332801(L_19, L_21, L_22, /*hidden argument*/Dictionary_2_Add_m4250332801_RuntimeMethod_var); } IL_0095: { int32_t L_23 = V_3; int32_t L_24 = V_4; if ((((int32_t)L_23) == ((int32_t)L_24))) { goto IL_010e; } } { int32_t L_25 = V_4; if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { goto IL_010e; } } { ISceneRole_t2394225724 * L_26 = V_2; ISceneRole_t2394225724 * L_27 = V_2; NullCheck(L_27); CProperty_t963755051 * L_28 = ISceneBaseObj_GetNetProperty_m1709069404(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29 = CProperty_GetInt_m2680341236(L_28, _stringLiteral3941088982, 0, /*hidden argument*/NULL); NullCheck(L_26); ISceneRole_SetSwimmingPoint_m2970719090(L_26, L_29, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_30 = V_2; NullCheck(L_30); ISceneRole_EnableModelItem_m1552532128(L_30, ((int32_t)12), (bool)0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_31 = V_2; NullCheck(L_31); ISceneRole_EnableModelItem_m1552532128(L_31, ((int32_t)30), (bool)0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_32 = V_2; NullCheck(L_32); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_32); ISceneRole_t2394225724 * L_33 = V_2; NullCheck(L_33); int64_t L_34 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_33); CMainRole_t4200562839 * L_35 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); int64_t L_36 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_35); if ((!(((uint64_t)L_34) == ((uint64_t)L_36)))) { goto IL_0109; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_37 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); CWalkCamera_t1176337330 * L_38 = CWalkManager_GetWalkCamera_m2368173090(L_37, /*hidden argument*/NULL); NullCheck(L_38); CWalkCamera_SetFollowCamera_m3257888760(L_38, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_39 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); CWalkCamera_t1176337330 * L_40 = CWalkManager_GetWalkCamera_m2368173090(L_39, /*hidden argument*/NULL); NullCheck(L_40); CWalkCamera_FlushFollowCamera_m20976819(L_40, /*hidden argument*/NULL); } IL_0109: { goto IL_0181; } IL_010e: { int32_t L_41 = V_3; int32_t L_42 = V_4; if ((((int32_t)L_41) == ((int32_t)L_42))) { goto IL_0181; } } { int32_t L_43 = V_4; if (L_43) { goto IL_0181; } } { ISceneRole_t2394225724 * L_44 = V_2; ISceneRole_t2394225724 * L_45 = V_2; NullCheck(L_45); CProperty_t963755051 * L_46 = ISceneBaseObj_GetNetProperty_m1709069404(L_45, /*hidden argument*/NULL); NullCheck(L_46); int32_t L_47 = CProperty_GetInt_m2680341236(L_46, _stringLiteral3941088982, 0, /*hidden argument*/NULL); NullCheck(L_44); ISceneRole_SetScenePoint_m3088388914(L_44, L_47, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_48 = V_2; NullCheck(L_48); ISceneRole_EnableModelItem_m1552532128(L_48, ((int32_t)12), (bool)1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_49 = V_2; NullCheck(L_49); ISceneRole_EnableModelItem_m1552532128(L_49, ((int32_t)30), (bool)1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_50 = V_2; NullCheck(L_50); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_50); ISceneRole_t2394225724 * L_51 = V_2; NullCheck(L_51); int64_t L_52 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_51); CMainRole_t4200562839 * L_53 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); int64_t L_54 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_53); if ((!(((uint64_t)L_52) == ((uint64_t)L_54)))) { goto IL_0181; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_55 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_55); CWalkCamera_t1176337330 * L_56 = CWalkManager_GetWalkCamera_m2368173090(L_55, /*hidden argument*/NULL); NullCheck(L_56); CWalkCamera_SetFollowCamera_m3257888760(L_56, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_57 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_57); CWalkCamera_t1176337330 * L_58 = CWalkManager_GetWalkCamera_m2368173090(L_57, /*hidden argument*/NULL); NullCheck(L_58); CWalkCamera_FlushFollowCamera_m20976819(L_58, /*hidden argument*/NULL); } IL_0181: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_59 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); CSceneService_t551449725 * L_60 = CRoot_GetSceneService_m2061443921(L_59, /*hidden argument*/NULL); int32_t L_61 = V_0; int32_t L_62 = L_61; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); NullCheck(L_60); ISceneBaseObj_t858622483 * L_63 = CSceneService_GetRoleObj_m3880305570(L_60, L_62, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_64 = L_63; V_1 = L_64; if (L_64) { goto IL_0009; } } { return; } } // System.Void CWaitingRoomCtrl::OnUpdateShowModel() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateShowModel_m2565310717 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateShowModel_m2565310717_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; bool V_1 = false; bool V_2 = false; { shopModel_t101745799 * L_0 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = shopModel_GetCurShopModel_m2897736385(L_0, /*hidden argument*/NULL); V_0 = L_1; ISceneRole_t2394225724 * L_2 = V_0; if (!L_2) { goto IL_001c; } } { ISceneRole_t2394225724 * L_3 = V_0; NullCheck(L_3); bool L_4 = ISceneBaseObj_IsEnable_m3745268461(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0029; } } IL_001c: { GameObject_t1113636619 * L_5 = __this->get_m_LoadingEff_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); return; } IL_0029: { ISceneRole_t2394225724 * L_6 = V_0; NullCheck(L_6); bool L_7 = ISceneBaseObj_IsValid_m1197404667(L_6, /*hidden argument*/NULL); V_1 = L_7; ISceneRole_t2394225724 * L_8 = V_0; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_8); if (!L_9) { goto IL_00bb; } } { ISceneRole_t2394225724 * L_10 = V_0; NullCheck(L_10); ISceneBaseObj_SetVisible_m2703148496(L_10, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = __this->get_m_LoadingEff_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_11, (bool)0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_12 = V_0; NullCheck(L_12); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_12); ISceneRole_t2394225724 * L_13 = V_0; NullCheck(L_13); bool L_14 = ISceneBaseObj_IsValid_m1197404667(L_13, /*hidden argument*/NULL); V_2 = L_14; bool L_15 = V_1; if (L_15) { goto IL_00a6; } } { bool L_16 = V_2; if (!L_16) { goto IL_00a6; } } { ISceneRole_t2394225724 * L_17 = V_0; CWaitingRoomCtrl_t1619551906 * L_18 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_18); Transform_t3600365921 * L_19 = L_18->get_m_ShowPos_4(); NullCheck(L_19); Vector3_t3722313464 L_20 = Transform_get_position_m36019626(L_19, /*hidden argument*/NULL); NullCheck(L_17); ISceneBaseObj_SetLocation_m371444295(L_17, L_20, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_21 = V_0; CWaitingRoomCtrl_t1619551906 * L_22 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_22); Transform_t3600365921 * L_23 = L_22->get_m_ShowPos_4(); NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_forward_m747522392(L_23, /*hidden argument*/NULL); NullCheck(L_21); ISceneBaseObj_SetForward_m1723825477(L_21, L_24, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_25 = V_0; NullCheck(L_25); ISceneBaseObj_SetTitleVisible_m4004458557(L_25, (bool)0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_26 = V_0; NullCheck(L_26); ISceneRole_SetNewTagVisible_m3738312315(L_26, (bool)0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_27 = V_0; NullCheck(L_27); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_27); } IL_00a6: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_28 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_29 = V_0; NullCheck(L_29); int64_t L_30 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_29); NullCheck(L_28); IdleActionManager_OnTick_m920841233(L_28, L_30, /*hidden argument*/NULL); goto IL_01b1; } IL_00bb: { GameObject_t1113636619 * L_31 = __this->get_m_LoadingEff_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_32 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0195; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_33 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, _stringLiteral50701982, /*hidden argument*/NULL); __this->set_m_LoadingEff_10(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_33, GameObject_t1113636619_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_34 = __this->get_m_LoadingEff_10(); 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_0190; } } { GameObject_t1113636619 * L_36 = __this->get_m_LoadingEff_10(); NullCheck(L_36); Transform_t3600365921 * L_37 = GameObject_get_transform_m1369836730(L_36, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_37); Transform_set_parent_m786917804(L_37, L_38, /*hidden argument*/NULL); GameObject_t1113636619 * L_39 = __this->get_m_LoadingEff_10(); NullCheck(L_39); Object_set_name_m291480324(L_39, _stringLiteral3054563834, /*hidden argument*/NULL); GameObject_t1113636619 * L_40 = __this->get_m_LoadingEff_10(); NullCheck(L_40); Transform_t3600365921 * L_41 = GameObject_get_transform_m1369836730(L_40, /*hidden argument*/NULL); Vector3_t3722313464 L_42; memset(&L_42, 0, sizeof(L_42)); Vector3__ctor_m3353183577((&L_42), (0.0f), (180.0f), (0.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_43 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localRotation_m19445462(L_41, L_43, /*hidden argument*/NULL); GameObject_t1113636619 * L_44 = __this->get_m_LoadingEff_10(); NullCheck(L_44); Transform_t3600365921 * L_45 = GameObject_get_transform_m1369836730(L_44, /*hidden argument*/NULL); Vector3_t3722313464 L_46; memset(&L_46, 0, sizeof(L_46)); Vector3__ctor_m3353183577((&L_46), (0.04f), (0.3f), (0.67f), /*hidden argument*/NULL); NullCheck(L_45); Transform_set_localPosition_m4128471975(L_45, L_46, /*hidden argument*/NULL); GameObject_t1113636619 * L_47 = __this->get_m_LoadingEff_10(); NullCheck(L_47); Transform_t3600365921 * L_48 = GameObject_get_transform_m1369836730(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_49 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_50 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_49, (1.6f), /*hidden argument*/NULL); NullCheck(L_48); Transform_set_localScale_m3053443106(L_48, L_50, /*hidden argument*/NULL); GameObject_t1113636619 * L_51 = __this->get_m_LoadingEff_10(); NullCheck(L_51); GameObject_SetActive_m796801857(L_51, (bool)1, /*hidden argument*/NULL); } IL_0190: { goto IL_01b1; } IL_0195: { GameObject_t1113636619 * L_52 = __this->get_m_LoadingEff_10(); NullCheck(L_52); bool L_53 = GameObject_get_activeSelf_m1767405923(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_01b1; } } { GameObject_t1113636619 * L_54 = __this->get_m_LoadingEff_10(); NullCheck(L_54); GameObject_SetActive_m796801857(L_54, (bool)1, /*hidden argument*/NULL); } IL_01b1: { return; } } // System.Void CWaitingRoomCtrl::OnUpdateShowPet() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateShowPet_m1905741783 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateShowPet_m1905741783_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneNpcBase_t3974693970 * V_1 = NULL; String_t* V_2 = NULL; Camera_t4157153871 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; GameObject_t1113636619 * V_5 = NULL; Transform_t3600365921 * G_B13_0 = NULL; GameObject_t1113636619 * G_B16_0 = NULL; ISceneNpcBase_t3974693970 * G_B19_0 = NULL; ISceneNpcBase_t3974693970 * G_B18_0 = NULL; int32_t G_B20_0 = 0; ISceneNpcBase_t3974693970 * G_B20_1 = NULL; { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLevelManager_IsLevel_m3139716542(L_0, _stringLiteral2570825119, /*hidden argument*/NULL); if (L_1) { goto IL_0015; } } { return; } IL_0015: { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = CProperty_GetLong_m359864449(L_3, _stringLiteral3045376494, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_0 = L_4; 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); CSceneService_t551449725 * L_6 = CRoot_GetSceneService_m2061443921(L_5, /*hidden argument*/NULL); int64_t L_7 = V_0; NullCheck(L_6); ISceneBaseObj_t858622483 * L_8 = CSceneService_GetSceneBaseObj_m1922388889(L_6, L_7, /*hidden argument*/NULL); V_1 = ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_8, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)); ISceneNpcBase_t3974693970 * L_9 = V_1; if (!L_9) { goto IL_0053; } } { ISceneNpcBase_t3974693970 * L_10 = V_1; NullCheck(L_10); bool L_11 = ISceneBaseObj_IsEnable_m3745268461(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0054; } } IL_0053: { return; } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_12 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_13 = V_1; NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); NullCheck(L_12); IdleActionManager_OnTick_m920841233(L_12, L_14, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_15 = V_1; NullCheck(L_15); bool L_16 = ISceneNpcBase_get_IsSubmitAlready_m1334787197(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_01a7; } } { ISceneNpcBase_t3974693970 * L_17 = V_1; NullCheck(L_17); bool L_18 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_17); if (!L_18) { goto IL_0191; } } { ISceneNpcBase_t3974693970 * L_19 = V_1; NullCheck(L_19); ISceneNpcBase_set_IsSubmitAlready_m475230837(L_19, (bool)1, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_20 = V_1; NullCheck(L_20); ISceneBaseObj_SetVisible_m2703148496(L_20, (bool)1, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_21 = V_1; NullCheck(L_21); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_21); bool L_22 = __this->get_m_isNeedFreshModel_11(); if (!L_22) { goto IL_00b4; } } { ISceneNpcBase_t3974693970 * L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_24 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); ISceneBaseObj_SetLocation_m371444295(L_23, L_24, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_25 = V_1; Vector3_t3722313464 L_26 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); ISceneBaseObj_SetForward_m1723825477(L_25, L_26, /*hidden argument*/NULL); goto IL_00f2; } IL_00b4: { ISceneNpcBase_t3974693970 * L_27 = V_1; CWaitingRoomCtrl_t1619551906 * L_28 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_28); Transform_t3600365921 * L_29 = L_28->get_m_ShowPos_4(); NullCheck(L_29); Vector3_t3722313464 L_30 = Transform_get_position_m36019626(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); Vector3_t3722313464 L_31 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SHOW_POSITION_W_30(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_32 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); NullCheck(L_27); ISceneBaseObj_SetLocation_m371444295(L_27, L_32, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_33 = V_1; NullCheck(L_33); Transform_t3600365921 * L_34 = ISceneBaseObj_GetTransform_m3818769012(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_35 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (170.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_34); Transform_set_rotation_m3524318132(L_34, L_35, /*hidden argument*/NULL); } IL_00f2: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_36 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_37 = V_1; NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_37); NullCheck(L_36); String_t* L_39 = CPetActionConfig_GetActionResByModelID_m823719944(L_36, L_38, 1, /*hidden argument*/NULL); V_2 = L_39; ISceneNpcBase_t3974693970 * L_40 = V_1; String_t* L_41 = V_2; NullCheck(L_40); ISceneBaseObj_SetIdleAnim_m1936918694(L_40, L_41, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_42 = V_1; NullCheck(L_42); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() */, L_42); ISceneNpcBase_t3974693970 * L_43 = V_1; bool L_44 = __this->get_m_isNeedFreshModel_11(); NullCheck(L_43); ISceneBaseObj_SetTitleVisible_m4004458557(L_43, L_44, /*hidden argument*/NULL); Camera_t4157153871 * L_45 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_45; Camera_t4157153871 * L_46 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_47 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0145; } } { Camera_t4157153871 * L_48 = V_3; NullCheck(L_48); Transform_t3600365921 * L_49 = Component_get_transform_m3162698980(L_48, /*hidden argument*/NULL); NullCheck(L_49); Transform_t3600365921 * L_50 = Transform_Find_m1729760951(L_49, _stringLiteral1599484157, /*hidden argument*/NULL); G_B13_0 = L_50; goto IL_0146; } IL_0145: { G_B13_0 = ((Transform_t3600365921 *)(NULL)); } IL_0146: { V_4 = G_B13_0; Transform_t3600365921 * L_51 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_52 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0161; } } { Transform_t3600365921 * L_53 = V_4; NullCheck(L_53); GameObject_t1113636619 * L_54 = Component_get_gameObject_m442555142(L_53, /*hidden argument*/NULL); G_B16_0 = L_54; goto IL_0162; } IL_0161: { G_B16_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0162: { V_5 = G_B16_0; GameObject_t1113636619 * L_55 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_56 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_018c; } } { ISceneNpcBase_t3974693970 * L_57 = V_1; GameObject_t1113636619 * L_58 = V_5; NullCheck(L_58); bool L_59 = GameObject_get_activeInHierarchy_m2006396688(L_58, /*hidden argument*/NULL); G_B18_0 = L_57; if (L_59) { G_B19_0 = L_57; goto IL_0186; } } { ISceneNpcBase_t3974693970 * L_60 = V_1; NullCheck(L_60); bool L_61 = ISceneNpcBase_IsOwnerObjEnable_m3340038587(L_60, /*hidden argument*/NULL); G_B20_0 = ((int32_t)(L_61)); G_B20_1 = G_B18_0; goto IL_0187; } IL_0186: { G_B20_0 = 0; G_B20_1 = G_B19_0; } IL_0187: { NullCheck(G_B20_1); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, G_B20_1, (bool)G_B20_0); } IL_018c: { goto IL_01a2; } IL_0191: { ISceneNpcBase_t3974693970 * L_62 = V_1; NullCheck(L_62); bool L_63 = ISceneNpcBase_IsOwnerObjEnable_m3340038587(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_01a2; } } { ISceneNpcBase_t3974693970 * L_64 = V_1; NullCheck(L_64); ISceneNpcBase_LoadingResource_m2169387502(L_64, /*hidden argument*/NULL); } IL_01a2: { goto IL_01c5; } IL_01a7: { ISceneNpcBase_t3974693970 * L_65 = V_1; NullCheck(L_65); bool L_66 = ISceneNpcBase_IsOwnerObjEnable_m3340038587(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_01be; } } { ISceneNpcBase_t3974693970 * L_67 = V_1; NullCheck(L_67); ISceneBaseObj_SetVisible_m2703148496(L_67, (bool)1, /*hidden argument*/NULL); goto IL_01c5; } IL_01be: { ISceneNpcBase_t3974693970 * L_68 = V_1; NullCheck(L_68); ISceneBaseObj_SetVisible_m2703148496(L_68, (bool)0, /*hidden argument*/NULL); } IL_01c5: { return; } } // System.Void CWaitingRoomCtrl::OnUpdateDanceMode() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateDanceMode_m3558443348 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateDanceMode_m3558443348_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ISceneRole_t2394225724 * V_2 = NULL; Enumerator_t1672801016 V_3; memset(&V_3, 0, sizeof(V_3)); ISceneRole_t2394225724 * V_4 = NULL; KeyValuePair_2_t2116290408 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; ISceneRole_t2394225724 * V_7 = NULL; Enumerator_t1672801016 V_8; memset(&V_8, 0, sizeof(V_8)); KeyValuePair_2_t2116290408 V_9; memset(&V_9, 0, sizeof(V_9)); KeyValuePair_2_t2116290408 V_10; memset(&V_10, 0, sizeof(V_10)); { 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, _stringLiteral309324792, 0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = __this->get_m_danceMode_19(); int32_t L_4 = V_0; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_00da; } } { int32_t L_5 = V_0; __this->set_m_danceMode_19(L_5); int32_t L_6 = __this->get_m_danceMode_19(); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0070; } } { Dictionary_2_t4013585537 * L_7 = __this->get_m_roleWatch_18(); NullCheck(L_7); Dictionary_2_Clear_m169197583(L_7, /*hidden argument*/Dictionary_2_Clear_m169197583_RuntimeMethod_var); V_1 = 0; V_2 = (ISceneRole_t2394225724 *)NULL; goto IL_0050; } IL_0049: { ISceneRole_t2394225724 * L_8 = V_2; CWaitingRoomCtrl_CheckRoleTeam_m3954483375(__this, L_8, /*hidden argument*/NULL); } IL_0050: { CSceneService_t551449725 * L_9 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_1; int32_t L_11 = L_10; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); NullCheck(L_9); ISceneBaseObj_t858622483 * L_12 = CSceneService_GetRoleObj_m3880305570(L_9, L_11, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_12, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_2 = L_13; if (L_13) { goto IL_0049; } } { goto IL_00d5; } IL_0070: { Dictionary_2_t4013585537 * L_14 = __this->get_m_roleWatch_18(); NullCheck(L_14); Enumerator_t1672801016 L_15 = Dictionary_2_GetEnumerator_m170527722(L_14, /*hidden argument*/Dictionary_2_GetEnumerator_m170527722_RuntimeMethod_var); V_3 = L_15; goto IL_00be; } IL_0081: { CSceneService_t551449725 * L_16 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); KeyValuePair_2_t2116290408 L_17 = Enumerator_get_Current_m3315125549((&V_3), /*hidden argument*/Enumerator_get_Current_m3315125549_RuntimeMethod_var); V_5 = L_17; int64_t L_18 = KeyValuePair_2_get_Key_m2812135046((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m2812135046_RuntimeMethod_var); NullCheck(L_16); ISceneRole_t2394225724 * L_19 = CSceneService_FindRoleByUserID_m4171044813(L_16, L_18, /*hidden argument*/NULL); V_4 = L_19; ISceneRole_t2394225724 * L_20 = V_4; if (!L_20) { goto IL_00be; } } { ISceneRole_t2394225724 * L_21 = V_4; NullCheck(L_21); ISceneBaseObj_StopEffect_m879461206(L_21, _stringLiteral2268009162, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_22 = V_4; NullCheck(L_22); ISceneBaseObj_StopEffect_m879461206(L_22, _stringLiteral701925221, 1, /*hidden argument*/NULL); } IL_00be: { bool L_23 = Enumerator_MoveNext_m4017953978((&V_3), /*hidden argument*/Enumerator_MoveNext_m4017953978_RuntimeMethod_var); if (L_23) { goto IL_0081; } } { Dictionary_2_t4013585537 * L_24 = __this->get_m_roleWatch_18(); NullCheck(L_24); Dictionary_2_Clear_m169197583(L_24, /*hidden argument*/Dictionary_2_Clear_m169197583_RuntimeMethod_var); } IL_00d5: { goto IL_0179; } IL_00da: { int32_t L_25 = __this->get_m_danceMode_19(); if ((!(((uint32_t)L_25) == ((uint32_t)2)))) { goto IL_0179; } } { V_6 = 0; V_7 = (ISceneRole_t2394225724 *)NULL; goto IL_00f9; } IL_00f1: { ISceneRole_t2394225724 * L_26 = V_7; CWaitingRoomCtrl_CheckRoleTeam_m3954483375(__this, L_26, /*hidden argument*/NULL); } IL_00f9: { CSceneService_t551449725 * L_27 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_28 = V_6; int32_t L_29 = L_28; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); NullCheck(L_27); ISceneBaseObj_t858622483 * L_30 = CSceneService_GetRoleObj_m3880305570(L_27, L_29, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_31 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_30, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_7 = L_31; if (L_31) { goto IL_00f1; } } { Dictionary_2_t4013585537 * L_32 = __this->get_m_roleWatch_18(); NullCheck(L_32); Enumerator_t1672801016 L_33 = Dictionary_2_GetEnumerator_m170527722(L_32, /*hidden argument*/Dictionary_2_GetEnumerator_m170527722_RuntimeMethod_var); V_8 = L_33; goto IL_016d; } IL_0129: { CSceneService_t551449725 * L_34 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); KeyValuePair_2_t2116290408 L_35 = Enumerator_get_Current_m3315125549((&V_8), /*hidden argument*/Enumerator_get_Current_m3315125549_RuntimeMethod_var); V_9 = L_35; int64_t L_36 = KeyValuePair_2_get_Key_m2812135046((&V_9), /*hidden argument*/KeyValuePair_2_get_Key_m2812135046_RuntimeMethod_var); NullCheck(L_34); ISceneRole_t2394225724 * L_37 = CSceneService_FindRoleByUserID_m4171044813(L_34, L_36, /*hidden argument*/NULL); V_7 = L_37; ISceneRole_t2394225724 * L_38 = V_7; if (L_38) { goto IL_016d; } } { Dictionary_2_t4013585537 * L_39 = __this->get_m_roleWatch_18(); KeyValuePair_2_t2116290408 L_40 = Enumerator_get_Current_m3315125549((&V_8), /*hidden argument*/Enumerator_get_Current_m3315125549_RuntimeMethod_var); V_10 = L_40; int64_t L_41 = KeyValuePair_2_get_Key_m2812135046((&V_10), /*hidden argument*/KeyValuePair_2_get_Key_m2812135046_RuntimeMethod_var); NullCheck(L_39); Dictionary_2_Remove_m1810005259(L_39, L_41, /*hidden argument*/Dictionary_2_Remove_m1810005259_RuntimeMethod_var); goto IL_0179; } IL_016d: { bool L_42 = Enumerator_MoveNext_m4017953978((&V_8), /*hidden argument*/Enumerator_MoveNext_m4017953978_RuntimeMethod_var); if (L_42) { goto IL_0129; } } IL_0179: { return; } } // System.Collections.Generic.List`1 CWaitingRoomCtrl::CalculateNearMainRole(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t2150746020 * CWaitingRoomCtrl_CalculateNearMainRole_m2819524924 (CWaitingRoomCtrl_t1619551906 * __this, List_1_t2150746020 * ___dataList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_CalculateNearMainRole_m2819524924_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { List_1_t2150746020 * L_0 = ___dataList0; if (L_0) { goto IL_000c; } } { List_1_t2150746020 * L_1 = (List_1_t2150746020 *)il2cpp_codegen_object_new(List_1_t2150746020_il2cpp_TypeInfo_var); List_1__ctor_m1094617257(L_1, /*hidden argument*/List_1__ctor_m1094617257_RuntimeMethod_var); return L_1; } IL_000c: { List_1_t2150746020 * L_2 = ___dataList0; intptr_t L_3 = (intptr_t)CWaitingRoomCtrl__SortFunctor_m3585824863_RuntimeMethod_var; Comparison_1_t453602457 * L_4 = (Comparison_1_t453602457 *)il2cpp_codegen_object_new(Comparison_1_t453602457_il2cpp_TypeInfo_var); Comparison_1__ctor_m2862148091(L_4, __this, L_3, /*hidden argument*/Comparison_1__ctor_m2862148091_RuntimeMethod_var); NullCheck(L_2); List_1_Sort_m2365799688(L_2, L_4, /*hidden argument*/List_1_Sort_m2365799688_RuntimeMethod_var); CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CProperty_t963755051 * L_6 = CSceneService_GetSceneNetProperty_m2882939145(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CProperty_GetInt_m2680341236(L_6, _stringLiteral816700875, 0, /*hidden argument*/NULL); V_0 = L_7; IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_8 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = V_0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1314249710, L_11, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_13 = CMiscConfig_GetInt_m1183615064(L_8, L_12, 5, /*hidden argument*/NULL); V_1 = L_13; List_1_t2150746020 * L_14 = ___dataList0; NullCheck(L_14); int32_t L_15 = List_1_get_Count_m787208288(L_14, /*hidden argument*/List_1_get_Count_m787208288_RuntimeMethod_var); int32_t L_16 = V_1; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_006b; } } { List_1_t2150746020 * L_17 = ___dataList0; int32_t L_18 = V_1; List_1_t2150746020 * L_19 = ___dataList0; NullCheck(L_19); int32_t L_20 = List_1_get_Count_m787208288(L_19, /*hidden argument*/List_1_get_Count_m787208288_RuntimeMethod_var); int32_t L_21 = V_1; NullCheck(L_17); List_1_RemoveRange_m4207150066(L_17, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/List_1_RemoveRange_m4207150066_RuntimeMethod_var); } IL_006b: { List_1_t2150746020 * L_22 = ___dataList0; return L_22; } } // System.Int32 CWaitingRoomCtrl::_SortFunctor(CWaitingRoomCtrl/RoleDisData,CWaitingRoomCtrl/RoleDisData) extern "C" IL2CPP_METHOD_ATTR int32_t CWaitingRoomCtrl__SortFunctor_m3585824863 (CWaitingRoomCtrl_t1619551906 * __this, RoleDisData_t678671278 * ___lth0, RoleDisData_t678671278 * ___rth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl__SortFunctor_m3585824863_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { RoleDisData_t678671278 * L_0 = ___lth0; NullCheck(L_0); float L_1 = L_0->get_distance_1(); V_0 = L_1; RoleDisData_t678671278 * L_2 = ___rth1; NullCheck(L_2); float L_3 = L_2->get_distance_1(); V_1 = L_3; float L_4 = V_0; float L_5 = V_1; SortKeyInfo_1_t2066028325 * L_6 = (SortKeyInfo_1_t2066028325 *)il2cpp_codegen_object_new(SortKeyInfo_1_t2066028325_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m3852685757(L_6, L_4, L_5, (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m3852685757_RuntimeMethod_var); int32_t L_7 = CSortTemplete_SortFunctor_TisSingle_t1397266774_m3568489957(NULL /*static, unused*/, L_6, /*hidden argument*/CSortTemplete_SortFunctor_TisSingle_t1397266774_m3568489957_RuntimeMethod_var); return L_7; } } // System.Void CWaitingRoomCtrl::OnUpdateRoles() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateRoles_m3487997777 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateRoles_m3487997777_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ISceneBaseObj_t858622483 * V_3 = NULL; ISceneRole_t2394225724 * V_4 = NULL; RoleDisData_t678671278 * V_5 = NULL; U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * V_6 = NULL; RoleDisData_t678671278 * V_7 = NULL; bool V_8 = false; Camera_t4157153871 * V_9 = NULL; Transform_t3600365921 * V_10 = NULL; GameObject_t1113636619 * V_11 = NULL; RoleDisData_t678671278 * V_12 = NULL; Transform_t3600365921 * G_B34_0 = NULL; GameObject_t1113636619 * G_B37_0 = NULL; { V_0 = 0; V_1 = 0; V_2 = 0; V_3 = (ISceneBaseObj_t858622483 *)NULL; List_1_t2150746020 * L_0 = __this->get_roleDisList_20(); NullCheck(L_0); List_1_Clear_m1253313068(L_0, /*hidden argument*/List_1_Clear_m1253313068_RuntimeMethod_var); goto IL_0081; } IL_0018: { ISceneBaseObj_t858622483 * L_1 = V_3; V_4 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_1, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_2 = V_4; if (L_2) { goto IL_002c; } } { goto IL_0081; } IL_002c: { ISceneRole_t2394225724 * L_3 = V_4; NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_3); CMainRole_t4200562839 * L_5 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_5); if ((((int64_t)L_4) == ((int64_t)L_6))) { goto IL_0081; } } { RoleDisData_t678671278 * L_7 = (RoleDisData_t678671278 *)il2cpp_codegen_object_new(RoleDisData_t678671278_il2cpp_TypeInfo_var); RoleDisData__ctor_m570013512(L_7, /*hidden argument*/NULL); V_5 = L_7; RoleDisData_t678671278 * L_8 = V_5; ISceneRole_t2394225724 * L_9 = V_4; NullCheck(L_9); int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_9); NullCheck(L_8); L_8->set_userid_0(L_10); RoleDisData_t678671278 * L_11 = V_5; ISceneRole_t2394225724 * L_12 = V_4; NullCheck(L_12); Vector3_t3722313464 L_13 = ISceneBaseObj_GetPosition_m3414577191(L_12, /*hidden argument*/NULL); CMainRole_t4200562839 * L_14 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); Vector3_t3722313464 L_15 = ISceneBaseObj_GetPosition_m3414577191(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_16 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_distance_1(L_16); List_1_t2150746020 * L_17 = __this->get_roleDisList_20(); RoleDisData_t678671278 * L_18 = V_5; NullCheck(L_17); List_1_Add_m3594499285(L_17, L_18, /*hidden argument*/List_1_Add_m3594499285_RuntimeMethod_var); } IL_0081: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_19 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CSceneService_t551449725 * L_20 = CRoot_GetSceneService_m2061443921(L_19, /*hidden argument*/NULL); int32_t L_21 = V_2; int32_t L_22 = L_21; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); NullCheck(L_20); ISceneBaseObj_t858622483 * L_23 = CSceneService_GetRoleObj_m3880305570(L_20, L_22, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_24 = L_23; V_3 = L_24; if (L_24) { goto IL_0018; } } { List_1_t2150746020 * L_25 = __this->get_roleDisList_20(); List_1_t2150746020 * L_26 = CWaitingRoomCtrl_CalculateNearMainRole_m2819524924(__this, L_25, /*hidden argument*/NULL); __this->set_roleDisList_20(L_26); V_2 = 0; goto IL_03bd; } IL_00b5: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_27 = (U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 *)il2cpp_codegen_object_new(U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993_il2cpp_TypeInfo_var); U3COnUpdateRolesU3Ec__AnonStorey1__ctor_m3443025983(L_27, /*hidden argument*/NULL); V_6 = L_27; U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_28 = V_6; ISceneBaseObj_t858622483 * L_29 = V_3; NullCheck(L_28); L_28->set_roleItem_0(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_29, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); CLevelManager_t3077608201 * L_30 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); bool L_31 = CLevelManager_IsLevel_m3139716542(L_30, _stringLiteral2601265189, /*hidden argument*/NULL); if (L_31) { goto IL_0138; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_32 = V_6; NullCheck(L_32); ISceneRole_t2394225724 * L_33 = L_32->get_roleItem_0(); NullCheck(L_33); int64_t L_34 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_33); CMainRole_t4200562839 * L_35 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); int64_t L_36 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_35); if ((((int64_t)L_34) == ((int64_t)L_36))) { goto IL_0138; } } { List_1_t2150746020 * L_37 = __this->get_roleDisList_20(); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_38 = V_6; intptr_t L_39 = (intptr_t)U3COnUpdateRolesU3Ec__AnonStorey1_U3CU3Em__0_m4087882673_RuntimeMethod_var; Predicate_1_t1503965402 * L_40 = (Predicate_1_t1503965402 *)il2cpp_codegen_object_new(Predicate_1_t1503965402_il2cpp_TypeInfo_var); Predicate_1__ctor_m421486080(L_40, L_38, L_39, /*hidden argument*/Predicate_1__ctor_m421486080_RuntimeMethod_var); NullCheck(L_37); RoleDisData_t678671278 * L_41 = List_1_Find_m2943830275(L_37, L_40, /*hidden argument*/List_1_Find_m2943830275_RuntimeMethod_var); V_7 = L_41; RoleDisData_t678671278 * L_42 = V_7; if (!L_42) { goto IL_012b; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_43 = V_6; NullCheck(L_43); ISceneRole_t2394225724 * L_44 = L_43->get_roleItem_0(); NullCheck(L_44); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_44, (bool)1); goto IL_0138; } IL_012b: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_45 = V_6; NullCheck(L_45); ISceneRole_t2394225724 * L_46 = L_45->get_roleItem_0(); NullCheck(L_46); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_46, (bool)0); } IL_0138: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_47 = V_6; NullCheck(L_47); ISceneRole_t2394225724 * L_48 = L_47->get_roleItem_0(); if (!L_48) { goto IL_0155; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_49 = V_6; NullCheck(L_49); ISceneRole_t2394225724 * L_50 = L_49->get_roleItem_0(); NullCheck(L_50); bool L_51 = ISceneBaseObj_IsEnable_m3745268461(L_50, /*hidden argument*/NULL); if (L_51) { goto IL_015a; } } IL_0155: { goto IL_03bd; } IL_015a: { int32_t L_52 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_53 = V_6; NullCheck(L_53); ISceneRole_t2394225724 * L_54 = L_53->get_roleItem_0(); NullCheck(L_54); bool L_55 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_54); if (!L_55) { goto IL_0173; } } { int32_t L_56 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0173: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_57 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_58 = V_6; NullCheck(L_58); ISceneRole_t2394225724 * L_59 = L_58->get_roleItem_0(); NullCheck(L_59); int64_t L_60 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_59); NullCheck(L_57); IdleActionManager_OnTick_m920841233(L_57, L_60, /*hidden argument*/NULL); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_61 = V_6; NullCheck(L_61); ISceneRole_t2394225724 * L_62 = L_61->get_roleItem_0(); if (!L_62) { goto IL_03bd; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_63 = V_6; NullCheck(L_63); ISceneRole_t2394225724 * L_64 = L_63->get_roleItem_0(); NullCheck(L_64); bool L_65 = ISceneRole_IsNeedSubmit_m1584710125(L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_03bd; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_66 = V_6; NullCheck(L_66); ISceneRole_t2394225724 * L_67 = L_66->get_roleItem_0(); NullCheck(L_67); bool L_68 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_67); if (!L_68) { goto IL_036b; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_69 = V_6; NullCheck(L_69); ISceneRole_t2394225724 * L_70 = L_69->get_roleItem_0(); NullCheck(L_70); bool L_71 = ISceneBaseObj_IsValid_m1197404667(L_70, /*hidden argument*/NULL); V_8 = L_71; U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_72 = V_6; NullCheck(L_72); ISceneRole_t2394225724 * L_73 = L_72->get_roleItem_0(); NullCheck(L_73); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_73); CLevelManager_t3077608201 * L_74 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_74); bool L_75 = CLevelManager_IsLevel_m3139716542(L_74, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_75) { goto IL_0296; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_76 = V_6; NullCheck(L_76); ISceneRole_t2394225724 * L_77 = L_76->get_roleItem_0(); CMainRole_t4200562839 * L_78 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((RuntimeObject*)(ISceneRole_t2394225724 *)L_77) == ((RuntimeObject*)(CMainRole_t4200562839 *)L_78))) { goto IL_0296; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_79 = V_6; NullCheck(L_79); ISceneRole_t2394225724 * L_80 = L_79->get_roleItem_0(); NullCheck(L_80); CProperty_t963755051 * L_81 = ISceneBaseObj_GetNetProperty_m1709069404(L_80, /*hidden argument*/NULL); NullCheck(L_81); int32_t L_82 = CProperty_GetInt_m2680341236(L_81, _stringLiteral2185857664, (-1), /*hidden argument*/NULL); if ((((int32_t)L_82) <= ((int32_t)0))) { goto IL_024c; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_83 = V_6; NullCheck(L_83); ISceneRole_t2394225724 * L_84 = L_83->get_roleItem_0(); NullCheck(L_84); bool L_85 = ISceneRole_GetNeedPlayEnterRoomAnim_m2523691365(L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_024c; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_86 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_87 = V_6; NullCheck(L_87); ISceneRole_t2394225724 * L_88 = L_87->get_roleItem_0(); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_89 = V_6; NullCheck(L_89); ISceneRole_t2394225724 * L_90 = L_89->get_roleItem_0(); NullCheck(L_90); CProperty_t963755051 * L_91 = ISceneBaseObj_GetNetProperty_m1709069404(L_90, /*hidden argument*/NULL); NullCheck(L_91); int32_t L_92 = CProperty_GetInt_m2680341236(L_91, _stringLiteral2185857664, (-1), /*hidden argument*/NULL); NullCheck(L_86); PersonaliseConfig_PlayEnterRoomAnim_m1784198442(L_86, L_88, L_92, /*hidden argument*/NULL); } IL_024c: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_93 = V_6; NullCheck(L_93); ISceneRole_t2394225724 * L_94 = L_93->get_roleItem_0(); NullCheck(L_94); CProperty_t963755051 * L_95 = ISceneBaseObj_GetNetProperty_m1709069404(L_94, /*hidden argument*/NULL); NullCheck(L_95); int32_t L_96 = CProperty_GetInt_m2680341236(L_95, _stringLiteral1382183531, (-1), /*hidden argument*/NULL); if ((((int32_t)L_96) <= ((int32_t)0))) { goto IL_0296; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_97 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_98 = V_6; NullCheck(L_98); ISceneRole_t2394225724 * L_99 = L_98->get_roleItem_0(); NullCheck(L_99); int64_t L_100 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_99); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_101 = V_6; NullCheck(L_101); ISceneRole_t2394225724 * L_102 = L_101->get_roleItem_0(); NullCheck(L_102); CProperty_t963755051 * L_103 = ISceneBaseObj_GetNetProperty_m1709069404(L_102, /*hidden argument*/NULL); NullCheck(L_103); int32_t L_104 = CProperty_GetInt_m2680341236(L_103, _stringLiteral1382183531, (-1), /*hidden argument*/NULL); NullCheck(L_97); PersonaliseConfig_PlayUIEffect_m2607227782(L_97, L_100, L_104, /*hidden argument*/NULL); } IL_0296: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_105 = V_6; NullCheck(L_105); ISceneRole_t2394225724 * L_106 = L_105->get_roleItem_0(); NullCheck(L_106); ISceneRole_PlayMemberShipEffect_m2368816413(L_106, (bool)1, /*hidden argument*/NULL); bool L_107 = V_8; if (!L_107) { goto IL_02e1; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_108 = V_6; NullCheck(L_108); ISceneRole_t2394225724 * L_109 = L_108->get_roleItem_0(); NullCheck(L_109); int64_t L_110 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_109); CMainRole_t4200562839 * L_111 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_111); int64_t L_112 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_111); if ((((int64_t)L_110) == ((int64_t)L_112))) { goto IL_02e1; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_113 = V_6; NullCheck(L_113); ISceneRole_t2394225724 * L_114 = L_113->get_roleItem_0(); NullCheck(L_114); CProperty_t963755051 * L_115 = ISceneBaseObj_GetNetProperty_m1709069404(L_114, /*hidden argument*/NULL); NullCheck(L_115); int32_t L_116 = CProperty_GetInt_m2680341236(L_115, _stringLiteral2467057994, 0, /*hidden argument*/NULL); if (L_116) { goto IL_02ee; } } IL_02e1: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_117 = V_6; NullCheck(L_117); ISceneRole_t2394225724 * L_118 = L_117->get_roleItem_0(); NullCheck(L_118); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_118); } IL_02ee: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_119 = V_6; NullCheck(L_119); ISceneRole_t2394225724 * L_120 = L_119->get_roleItem_0(); NullCheck(L_120); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() */, L_120); Camera_t4157153871 * L_121 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_9 = L_121; Camera_t4157153871 * L_122 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_123 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_0324; } } { Camera_t4157153871 * L_124 = V_9; NullCheck(L_124); Transform_t3600365921 * L_125 = Component_get_transform_m3162698980(L_124, /*hidden argument*/NULL); NullCheck(L_125); Transform_t3600365921 * L_126 = Transform_Find_m1729760951(L_125, _stringLiteral1599484157, /*hidden argument*/NULL); G_B34_0 = L_126; goto IL_0325; } IL_0324: { G_B34_0 = ((Transform_t3600365921 *)(NULL)); } IL_0325: { V_10 = G_B34_0; Transform_t3600365921 * L_127 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_128 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_127, /*hidden argument*/NULL); if (!L_128) { goto IL_0340; } } { Transform_t3600365921 * L_129 = V_10; NullCheck(L_129); GameObject_t1113636619 * L_130 = Component_get_gameObject_m442555142(L_129, /*hidden argument*/NULL); G_B37_0 = L_130; goto IL_0341; } IL_0340: { G_B37_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0341: { V_11 = G_B37_0; GameObject_t1113636619 * L_131 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_132 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_131, /*hidden argument*/NULL); if (!L_132) { goto IL_0366; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_133 = V_6; NullCheck(L_133); ISceneRole_t2394225724 * L_134 = L_133->get_roleItem_0(); GameObject_t1113636619 * L_135 = V_11; NullCheck(L_135); bool L_136 = GameObject_get_activeInHierarchy_m2006396688(L_135, /*hidden argument*/NULL); NullCheck(L_134); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_134, (bool)((((int32_t)L_136) == ((int32_t)0))? 1 : 0)); } IL_0366: { goto IL_03bd; } IL_036b: { CLevelManager_t3077608201 * L_137 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_137); bool L_138 = CLevelManager_IsLevel_m3139716542(L_137, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_138) { goto IL_03b1; } } { List_1_t2150746020 * L_139 = __this->get_roleDisList_20(); U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_140 = V_6; intptr_t L_141 = (intptr_t)U3COnUpdateRolesU3Ec__AnonStorey1_U3CU3Em__1_m1237330187_RuntimeMethod_var; Predicate_1_t1503965402 * L_142 = (Predicate_1_t1503965402 *)il2cpp_codegen_object_new(Predicate_1_t1503965402_il2cpp_TypeInfo_var); Predicate_1__ctor_m421486080(L_142, L_140, L_141, /*hidden argument*/Predicate_1__ctor_m421486080_RuntimeMethod_var); NullCheck(L_139); RoleDisData_t678671278 * L_143 = List_1_Find_m2943830275(L_139, L_142, /*hidden argument*/List_1_Find_m2943830275_RuntimeMethod_var); V_12 = L_143; RoleDisData_t678671278 * L_144 = V_12; if (!L_144) { goto IL_03ac; } } { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_145 = V_6; NullCheck(L_145); ISceneRole_t2394225724 * L_146 = L_145->get_roleItem_0(); NullCheck(L_146); ISceneRole_LoadRoleModel_m1111386502(L_146, /*hidden argument*/NULL); } IL_03ac: { goto IL_03bd; } IL_03b1: { U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * L_147 = V_6; NullCheck(L_147); ISceneRole_t2394225724 * L_148 = L_147->get_roleItem_0(); NullCheck(L_148); ISceneRole_LoadRoleModel_m1111386502(L_148, /*hidden argument*/NULL); } IL_03bd: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_149 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_149); CSceneService_t551449725 * L_150 = CRoot_GetSceneService_m2061443921(L_149, /*hidden argument*/NULL); int32_t L_151 = V_2; int32_t L_152 = L_151; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)1)); NullCheck(L_150); ISceneBaseObj_t858622483 * L_153 = CSceneService_GetRoleObj_m3880305570(L_150, L_152, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_154 = L_153; V_3 = L_154; if (L_154) { goto IL_00b5; } } { int32_t L_155 = V_0; int32_t L_156 = V_1; if ((!(((uint32_t)L_155) == ((uint32_t)L_156)))) { goto IL_03ec; } } { __this->set_m_loadingRoleStep_16(((int32_t)20)); goto IL_0402; } IL_03ec: { int32_t L_157 = V_1; int32_t L_158 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_159 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)((float)((float)il2cpp_codegen_multiply((float)(20.0f), (float)(((float)((float)L_157)))))/(float)(((float)((float)L_158))))), /*hidden argument*/NULL); __this->set_m_loadingRoleStep_16(L_159); } IL_0402: { int32_t L_160 = __this->get_m_loadingRoleStep_16(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_161 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_160, 0, ((int32_t)20), /*hidden argument*/NULL); __this->set_m_loadingRoleStep_16(L_161); return; } } // System.Void CWaitingRoomCtrl::OnUpdatePets() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdatePets_m3192694569 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdatePets_m3192694569_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ISceneBaseObj_t858622483 * V_3 = NULL; ISceneNpcBase_t3974693970 * V_4 = NULL; String_t* V_5 = NULL; Camera_t4157153871 * V_6 = NULL; Transform_t3600365921 * V_7 = NULL; GameObject_t1113636619 * V_8 = NULL; Transform_t3600365921 * G_B13_0 = NULL; GameObject_t1113636619 * G_B16_0 = NULL; ISceneNpcBase_t3974693970 * G_B19_0 = NULL; ISceneNpcBase_t3974693970 * G_B18_0 = NULL; int32_t G_B20_0 = 0; ISceneNpcBase_t3974693970 * G_B20_1 = NULL; { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLevelManager_IsLevel_m3139716542(L_0, _stringLiteral2570825119, /*hidden argument*/NULL); if (L_1) { goto IL_0015; } } { return; } IL_0015: { V_0 = 0; V_1 = 0; V_2 = 0; V_3 = (ISceneBaseObj_t858622483 *)NULL; goto IL_0184; } IL_0022: { ISceneBaseObj_t858622483 * L_2 = V_3; V_4 = ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_2, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)); ISceneNpcBase_t3974693970 * L_3 = V_4; if (!L_3) { goto IL_003d; } } { ISceneNpcBase_t3974693970 * L_4 = V_4; NullCheck(L_4); bool L_5 = ISceneBaseObj_IsEnable_m3745268461(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0042; } } IL_003d: { goto IL_0184; } IL_0042: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); ISceneNpcBase_t3974693970 * L_7 = V_4; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_7); if (!L_8) { goto IL_0056; } } { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_10 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_11 = V_4; NullCheck(L_11); int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_11); NullCheck(L_10); IdleActionManager_OnTick_m920841233(L_10, L_12, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_13 = V_4; NullCheck(L_13); bool L_14 = ISceneNpcBase_get_IsSubmitAlready_m1334787197(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0163; } } { ISceneNpcBase_t3974693970 * L_15 = V_4; NullCheck(L_15); bool L_16 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_15); if (!L_16) { goto IL_014b; } } { ISceneNpcBase_t3974693970 * L_17 = V_4; NullCheck(L_17); ISceneNpcBase_set_IsSubmitAlready_m475230837(L_17, (bool)1, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_18 = V_4; NullCheck(L_18); ISceneBaseObj_SetVisible_m2703148496(L_18, (bool)1, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_19 = V_4; NullCheck(L_19); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_19); ISceneNpcBase_t3974693970 * L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_21 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); ISceneBaseObj_SetLocation_m371444295(L_20, L_21, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_22 = V_4; Vector3_t3722313464 L_23 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); ISceneBaseObj_SetForward_m1723825477(L_22, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_24 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_25 = V_4; NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_25); NullCheck(L_24); String_t* L_27 = CPetActionConfig_GetActionResByModelID_m823719944(L_24, L_26, 1, /*hidden argument*/NULL); V_5 = L_27; ISceneNpcBase_t3974693970 * L_28 = V_4; String_t* L_29 = V_5; NullCheck(L_28); ISceneBaseObj_SetIdleAnim_m1936918694(L_28, L_29, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_30 = V_4; NullCheck(L_30); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() */, L_30); Camera_t4157153871 * L_31 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = L_31; Camera_t4157153871 * L_32 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00fd; } } { Camera_t4157153871 * L_34 = V_6; NullCheck(L_34); Transform_t3600365921 * L_35 = Component_get_transform_m3162698980(L_34, /*hidden argument*/NULL); NullCheck(L_35); Transform_t3600365921 * L_36 = Transform_Find_m1729760951(L_35, _stringLiteral1599484157, /*hidden argument*/NULL); G_B13_0 = L_36; goto IL_00fe; } IL_00fd: { G_B13_0 = ((Transform_t3600365921 *)(NULL)); } IL_00fe: { V_7 = G_B13_0; Transform_t3600365921 * L_37 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_38 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0119; } } { Transform_t3600365921 * L_39 = V_7; NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); G_B16_0 = L_40; goto IL_011a; } IL_0119: { G_B16_0 = ((GameObject_t1113636619 *)(NULL)); } IL_011a: { V_8 = G_B16_0; GameObject_t1113636619 * L_41 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_42 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0146; } } { ISceneNpcBase_t3974693970 * L_43 = V_4; GameObject_t1113636619 * L_44 = V_8; NullCheck(L_44); bool L_45 = GameObject_get_activeInHierarchy_m2006396688(L_44, /*hidden argument*/NULL); G_B18_0 = L_43; if (L_45) { G_B19_0 = L_43; goto IL_0140; } } { ISceneNpcBase_t3974693970 * L_46 = V_4; NullCheck(L_46); bool L_47 = ISceneNpcBase_IsOwnerObjEnable_m3340038587(L_46, /*hidden argument*/NULL); G_B20_0 = ((int32_t)(L_47)); G_B20_1 = G_B18_0; goto IL_0141; } IL_0140: { G_B20_0 = 0; G_B20_1 = G_B19_0; } IL_0141: { NullCheck(G_B20_1); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, G_B20_1, (bool)G_B20_0); } IL_0146: { goto IL_015e; } IL_014b: { ISceneNpcBase_t3974693970 * L_48 = V_4; NullCheck(L_48); bool L_49 = ISceneNpcBase_IsOwnerObjEnable_m3340038587(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_015e; } } { ISceneNpcBase_t3974693970 * L_50 = V_4; NullCheck(L_50); ISceneNpcBase_LoadingResource_m2169387502(L_50, /*hidden argument*/NULL); } IL_015e: { goto IL_0184; } IL_0163: { ISceneNpcBase_t3974693970 * L_51 = V_4; NullCheck(L_51); bool L_52 = ISceneNpcBase_IsOwnerObjEnable_m3340038587(L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_017c; } } { ISceneNpcBase_t3974693970 * L_53 = V_4; NullCheck(L_53); ISceneBaseObj_SetVisible_m2703148496(L_53, (bool)1, /*hidden argument*/NULL); goto IL_0184; } IL_017c: { ISceneNpcBase_t3974693970 * L_54 = V_4; NullCheck(L_54); ISceneBaseObj_SetVisible_m2703148496(L_54, (bool)0, /*hidden argument*/NULL); } IL_0184: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_55 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_55); CSceneService_t551449725 * L_56 = CRoot_GetSceneService_m2061443921(L_55, /*hidden argument*/NULL); int32_t L_57 = V_2; int32_t L_58 = L_57; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); NullCheck(L_56); ISceneBaseObj_t858622483 * L_59 = CSceneService_GetSceneBaseObj_m2557609236(L_56, L_58, 5, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_60 = L_59; V_3 = L_60; if (L_60) { goto IL_0022; } } { return; } } // System.Void CWaitingRoomCtrl::OnUpdateMusic() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateMusic_m3213197747 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateMusic_m3213197747_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* G_B4_0 = NULL; IResourceManager_t3165642952 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; IResourceManager_t3165642952 * G_B3_1 = NULL; int32_t G_B6_0 = 0; String_t* G_B6_1 = NULL; IResourceManager_t3165642952 * G_B6_2 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; IResourceManager_t3165642952 * G_B5_2 = 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, _stringLiteral2522787689, 0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) >= ((int32_t)L_3))) { goto IL_00c6; } } { int32_t L_4 = V_0; int32_t L_5 = __this->get_m_curPVPMusicID_12(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_00c6; } } { int32_t L_6 = V_0; __this->set_m_curPVPMusicID_12(L_6); __this->set_m_loadingStep_14(0); __this->set_m_bMusicDoneFlag_15(0); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = __this->get_m_curPVPMusicID_12(); 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*/, _stringLiteral1813653714, L_10, /*hidden argument*/NULL); OnResourcePrepareResult_t1971095887 * L_12 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_23(); G_B3_0 = L_11; G_B3_1 = L_7; if (L_12) { G_B4_0 = L_11; G_B4_1 = L_7; goto IL_0070; } } { intptr_t L_13 = (intptr_t)CWaitingRoomCtrl_OnMusicResourceResult_m2108233500_RuntimeMethod_var; OnResourcePrepareResult_t1971095887 * L_14 = (OnResourcePrepareResult_t1971095887 *)il2cpp_codegen_object_new(OnResourcePrepareResult_t1971095887_il2cpp_TypeInfo_var); OnResourcePrepareResult__ctor_m1510769476(L_14, NULL, L_13, /*hidden argument*/NULL); ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_23(L_14); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; } IL_0070: { OnResourcePrepareResult_t1971095887 * L_15 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_23(); int32_t L_16 = __this->get_m_curPVPMusicID_12(); NullCheck(G_B4_1); VirtActionInvoker3< String_t*, OnResourcePrepareResult_t1971095887 *, int32_t >::Invoke(15 /* System.Void DMCore.Framework.Resource.IResourceManager::PrepareResource(System.String,DMCore.Framework.Resource.OnResourcePrepareResult,System.Int32) */, G_B4_1, G_B4_0, L_15, L_16); int32_t L_17 = __this->get_m_curPVPMusicID_12(); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3079452204, L_19, /*hidden argument*/NULL); V_1 = L_20; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_21 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_22 = V_1; OnResourceResult_t3899022047 * L_23 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_24(); G_B5_0 = 1; G_B5_1 = L_22; G_B5_2 = L_21; if (L_23) { G_B6_0 = 1; G_B6_1 = L_22; G_B6_2 = L_21; goto IL_00b5; } } { intptr_t L_24 = (intptr_t)CWaitingRoomCtrl_OnMusicCfgDone_m1747723490_RuntimeMethod_var; OnResourceResult_t3899022047 * L_25 = (OnResourceResult_t3899022047 *)il2cpp_codegen_object_new(OnResourceResult_t3899022047_il2cpp_TypeInfo_var); OnResourceResult__ctor_m2889225573(L_25, NULL, L_24, /*hidden argument*/NULL); ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_24(L_25); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_00b5: { OnResourceResult_t3899022047 * L_26 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_24(); int32_t L_27 = __this->get_m_curPVPMusicID_12(); NullCheck(G_B6_2); 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) */, G_B6_2, G_B6_1, (bool)G_B6_0, L_26, L_27); } IL_00c6: { return; } } // System.Void CWaitingRoomCtrl::OnUpdateScene() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateScene_m2772277569 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateScene_m2772277569_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B4_0 = NULL; IResourceManager_t3165642952 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; IResourceManager_t3165642952 * G_B3_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, _stringLiteral3803231255, (-1), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int32_t L_3 = V_0; if ((((int32_t)0) > ((int32_t)L_3))) { goto IL_006e; } } { int32_t L_4 = V_0; int32_t L_5 = __this->get_m_curPVPSceneID_13(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_006e; } } { int32_t L_6 = V_0; __this->set_m_curPVPSceneID_13(L_6); __this->set_m_loadingStep_14(0); __this->set_m_loadingScene_17(0); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = V_0; String_t* L_9 = CSceneModelObj_GetSceneModelPath_m1819352666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); OnResourcePrepareResult_t1971095887 * L_10 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_25(); G_B3_0 = L_9; G_B3_1 = L_7; if (L_10) { G_B4_0 = L_9; G_B4_1 = L_7; goto IL_0063; } } { intptr_t L_11 = (intptr_t)CWaitingRoomCtrl_OnPrepareSceneResult_m3423804021_RuntimeMethod_var; OnResourcePrepareResult_t1971095887 * L_12 = (OnResourcePrepareResult_t1971095887 *)il2cpp_codegen_object_new(OnResourcePrepareResult_t1971095887_il2cpp_TypeInfo_var); OnResourcePrepareResult__ctor_m1510769476(L_12, NULL, L_11, /*hidden argument*/NULL); ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_25(L_12); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; } IL_0063: { OnResourcePrepareResult_t1971095887 * L_13 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_25(); int32_t L_14 = V_0; NullCheck(G_B4_1); VirtActionInvoker3< String_t*, OnResourcePrepareResult_t1971095887 *, int32_t >::Invoke(15 /* System.Void DMCore.Framework.Resource.IResourceManager::PrepareResource(System.String,DMCore.Framework.Resource.OnResourcePrepareResult,System.Int32) */, G_B4_1, G_B4_0, L_13, L_14); } IL_006e: { return; } } // System.Void CWaitingRoomCtrl::OnPrepareSceneResult(System.String,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnPrepareSceneResult_m3423804021 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, bool ___result1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnPrepareSceneResult_m3423804021_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CWaitingRoomCtrl_t1619551906 * L_0 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_0020; } } { CWaitingRoomCtrl_t1619551906 * L_2 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_2); int32_t L_3 = L_2->get_m_curPVPSceneID_13(); int32_t L_4 = ___userData2; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_0021; } } IL_0020: { return; } IL_0021: { CWaitingRoomCtrl_t1619551906 * L_5 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_5); L_5->set_m_loadingScene_17(((int32_t)10)); CResourceAdapter_t3687212940 * L_6 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_004f; } } { CWaitingRoomCtrl_t1619551906 * L_8 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_8); L_8->set_m_loadingStep_14(((int32_t)100)); CWaitingRoomCtrl_SendLoadingStep_m4230699515(NULL /*static, unused*/, ((int32_t)100), /*hidden argument*/NULL); } IL_004f: { return; } } // System.Void CWaitingRoomCtrl::OnMusicResourceResult(System.String,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnMusicResourceResult_m2108233500 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, bool ___result1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnMusicResourceResult_m2108233500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CWaitingRoomCtrl_t1619551906 * L_0 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_0026; } } { bool L_2 = ___result1; if (!L_2) { goto IL_0026; } } { CWaitingRoomCtrl_t1619551906 * L_3 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_3); L_3->set_m_bMusicDoneFlag_15(1); goto IL_0026; } IL_0026: { return; } } // System.Void CWaitingRoomCtrl::OnMusicCfgDone(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnMusicCfgDone_m1747723490 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnMusicCfgDone_m1747723490_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { CResourceAdapter_t3687212940 * L_0 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0046; } } { int32_t L_2 = ___userData2; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3079452204, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; CAnimSystem_InvokDownLoadTask_m3722987226(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_7 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_0041; } } { CWaitingRoomCtrl_t1619551906 * L_9 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_9); CWaitingRoomCtrl_OnUpdateMusicStep_m1134192036(L_9, /*hidden argument*/NULL); } IL_0041: { goto IL_0069; } IL_0046: { CWaitingRoomCtrl_t1619551906 * L_10 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_0062; } } { CWaitingRoomCtrl_t1619551906 * L_12 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_12); L_12->set_m_loadingStep_14(((int32_t)100)); } IL_0062: { CWaitingRoomCtrl_SendLoadingStep_m4230699515(NULL /*static, unused*/, ((int32_t)100), /*hidden argument*/NULL); } IL_0069: { return; } } // System.Void CWaitingRoomCtrl::CheckRoleTeam(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_CheckRoleTeam_m3954483375 (CWaitingRoomCtrl_t1619551906 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_CheckRoleTeam_m3954483375_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ISceneRole_t2394225724 * L_0 = ___role0; if (!L_0) { goto IL_0011; } } { ISceneRole_t2394225724 * L_1 = ___role0; NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } IL_0011: { return; } IL_0012: { ISceneRole_t2394225724 * L_3 = ___role0; NullCheck(L_3); CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_0 = L_5; V_1 = 0; Dictionary_2_t4013585537 * L_6 = __this->get_m_roleWatch_18(); ISceneRole_t2394225724 * L_7 = ___role0; NullCheck(L_7); int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_7); NullCheck(L_6); bool L_9 = Dictionary_2_TryGetValue_m917181889(L_6, L_8, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m917181889_RuntimeMethod_var); if (!L_9) { goto IL_00bd; } } { int32_t L_10 = V_0; int32_t L_11 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0046; } } { return; } IL_0046: { int32_t L_12 = V_1; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_005e; } } { ISceneRole_t2394225724 * L_13 = ___role0; NullCheck(L_13); ISceneBaseObj_StopEffect_m879461206(L_13, _stringLiteral2268009162, 1, /*hidden argument*/NULL); goto IL_0071; } IL_005e: { int32_t L_14 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0071; } } { ISceneRole_t2394225724 * L_15 = ___role0; NullCheck(L_15); ISceneBaseObj_StopEffect_m879461206(L_15, _stringLiteral701925221, 1, /*hidden argument*/NULL); } IL_0071: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_008e; } } { ISceneRole_t2394225724 * L_17 = ___role0; NullCheck(L_17); ISceneBaseObj_PlayEffect_m4006788978(L_17, _stringLiteral2268009162, 1, (-1.0f), /*hidden argument*/NULL); goto IL_00a6; } IL_008e: { int32_t L_18 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)2)))) { goto IL_00a6; } } { ISceneRole_t2394225724 * L_19 = ___role0; NullCheck(L_19); ISceneBaseObj_PlayEffect_m4006788978(L_19, _stringLiteral701925221, 1, (-1.0f), /*hidden argument*/NULL); } IL_00a6: { Dictionary_2_t4013585537 * L_20 = __this->get_m_roleWatch_18(); ISceneRole_t2394225724 * L_21 = ___role0; NullCheck(L_21); int64_t L_22 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_21); int32_t L_23 = V_0; NullCheck(L_20); Dictionary_2_set_Item_m3431277796(L_20, L_22, L_23, /*hidden argument*/Dictionary_2_set_Item_m3431277796_RuntimeMethod_var); goto IL_0104; } IL_00bd: { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)1)))) { goto IL_00da; } } { ISceneRole_t2394225724 * L_25 = ___role0; NullCheck(L_25); ISceneBaseObj_PlayEffect_m4006788978(L_25, _stringLiteral2268009162, 1, (-1.0f), /*hidden argument*/NULL); goto IL_00f2; } IL_00da: { int32_t L_26 = V_0; if ((!(((uint32_t)L_26) == ((uint32_t)2)))) { goto IL_00f2; } } { ISceneRole_t2394225724 * L_27 = ___role0; NullCheck(L_27); ISceneBaseObj_PlayEffect_m4006788978(L_27, _stringLiteral701925221, 1, (-1.0f), /*hidden argument*/NULL); } IL_00f2: { Dictionary_2_t4013585537 * L_28 = __this->get_m_roleWatch_18(); ISceneRole_t2394225724 * L_29 = ___role0; NullCheck(L_29); int64_t L_30 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_29); int32_t L_31 = V_0; NullCheck(L_28); Dictionary_2_Add_m4250332801(L_28, L_30, L_31, /*hidden argument*/Dictionary_2_Add_m4250332801_RuntimeMethod_var); } IL_0104: { return; } } // System.Void CWaitingRoomCtrl::OnUpdateMusicStep() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_OnUpdateMusicStep_m1134192036 (CWaitingRoomCtrl_t1619551906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_OnUpdateMusicStep_m1134192036_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPkgResService_t3747434472 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { CResourceAdapter_t3687212940 * L_0 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { V_0 = 0; int32_t L_2 = __this->get_m_curPVPMusicID_12(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_002d; } } { int32_t L_3 = __this->get_m_bMusicDoneFlag_15(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_002d; } } { V_0 = ((int32_t)10); } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = ((CPkgResService_t3747434472 *)CastclassClass((RuntimeObject*)L_4, CPkgResService_t3747434472_il2cpp_TypeInfo_var)); CPkgResService_t3747434472 * L_5 = V_1; NullCheck(L_5); CResTaskContainer_t3271287293 * L_6 = CPkgResService_GetCurTask_m444776564(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CResTaskContainer_GetDoneCount_m1092588625(L_6, /*hidden argument*/NULL); V_2 = L_7; CPkgResService_t3747434472 * L_8 = V_1; NullCheck(L_8); CResTaskContainer_t3271287293 * L_9 = CPkgResService_GetCurTask_m444776564(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CResTaskContainer_GetTotalCount_m3996778178(L_9, /*hidden argument*/NULL); V_3 = L_10; int32_t L_11 = V_3; if (!L_11) { goto IL_008a; } } { int32_t L_12 = V_3; int32_t L_13 = V_2; if ((((int32_t)L_12) > ((int32_t)L_13))) { goto IL_0067; } } { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)60))); goto IL_008a; } IL_0067: { int32_t L_15 = V_2; int32_t L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_17 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)((float)(((float)((float)L_15)))/(float)(((float)((float)L_16))))), (float)(60.0f))), /*hidden argument*/NULL); V_4 = L_17; int32_t L_18 = V_4; int32_t L_19 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_18, 1, ((int32_t)59), /*hidden argument*/NULL); V_4 = L_19; int32_t L_20 = V_0; int32_t L_21 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); } IL_008a: { int32_t L_22 = V_0; int32_t L_23 = __this->get_m_loadingRoleStep_16(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); int32_t L_24 = V_0; int32_t L_25 = __this->get_m_loadingScene_17(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)); int32_t L_26 = V_0; int32_t L_27 = __this->get_m_loadingStep_14(); if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_00b5; } } { int32_t L_28 = V_0; __this->set_m_loadingStep_14(L_28); int32_t L_29 = V_0; CWaitingRoomCtrl_SendLoadingStep_m4230699515(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); } IL_00b5: { return; } } // System.Void CWaitingRoomCtrl::SendLoadingStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_SendLoadingStep_m4230699515 (RuntimeObject * __this /* static, unused */, int32_t ___step0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_SendLoadingStep_m4230699515_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = ___step0; if ((((int32_t)1) > ((int32_t)L_0))) { goto IL_0025; } } { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1092), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___step0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); } IL_0025: { return; } } // System.Collections.IEnumerator CWaitingRoomCtrl::LoadResource(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CWaitingRoomCtrl_LoadResource_m2212707464 (CWaitingRoomCtrl_t1619551906 * __this, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_LoadResource_m2212707464_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CLoadResourceU3Ec__Iterator0_t18521158 * V_0 = NULL; { U3CLoadResourceU3Ec__Iterator0_t18521158 * L_0 = (U3CLoadResourceU3Ec__Iterator0_t18521158 *)il2cpp_codegen_object_new(U3CLoadResourceU3Ec__Iterator0_t18521158_il2cpp_TypeInfo_var); U3CLoadResourceU3Ec__Iterator0__ctor_m2326569781(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CLoadResourceU3Ec__Iterator0_t18521158 * L_1 = V_0; String_t* L_2 = ___resName0; NullCheck(L_1); L_1->set_resName_0(L_2); U3CLoadResourceU3Ec__Iterator0_t18521158 * L_3 = V_0; return L_3; } } // System.Void CWaitingRoomCtrl::ChangeMainCamera(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_ChangeMainCamera_m3256003875 (CWaitingRoomCtrl_t1619551906 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_ChangeMainCamera_m3256003875_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int64_t V_1 = 0; ISceneNpcBase_t3974693970 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; CInteractionEvent_t1132726501 * V_5 = NULL; ISceneRole_t2394225724 * V_6 = NULL; ISceneBaseObj_t858622483 * V_7 = NULL; int32_t V_8 = 0; int32_t G_B3_0 = 0; ICameraBase_t3615533728 * G_B5_0 = NULL; ICameraBase_t3615533728 * G_B4_0 = NULL; Camera_t4157153871 * G_B6_0 = NULL; ICameraBase_t3615533728 * G_B6_1 = NULL; CWalkCamera_t1176337330 * G_B11_0 = NULL; CWalkCamera_t1176337330 * G_B10_0 = NULL; int32_t G_B12_0 = 0; CWalkCamera_t1176337330 * G_B12_1 = NULL; { int32_t L_0 = ___type0; if (L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { V_0 = (bool)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ICameraBase_t3615533728 * L_2 = CRoot_GetCamera_m3179746689(L_1, /*hidden argument*/NULL); bool L_3 = V_0; G_B4_0 = L_2; if (!L_3) { G_B5_0 = L_2; goto IL_0029; } } { Camera_t4157153871 * L_4 = __this->get_m_MainCamera_2(); G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_002f; } IL_0029: { Camera_t4157153871 * L_5 = __this->get_m_ShowCamera_3(); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_002f: { NullCheck(G_B6_1); ICameraBase_SetActiveCamera_m1414277267(G_B6_1, G_B6_0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_6 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CProperty_t963755051 * L_7 = ISceneBaseObj_GetNetProperty_m1709069404(L_6, /*hidden argument*/NULL); NullCheck(L_7); int64_t L_8 = CProperty_GetLong_m359864449(L_7, _stringLiteral3045376494, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_1 = L_8; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_9 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CSceneService_t551449725 * L_10 = CRoot_GetSceneService_m2061443921(L_9, /*hidden argument*/NULL); int64_t L_11 = V_1; NullCheck(L_10); ISceneBaseObj_t858622483 * L_12 = CSceneService_GetSceneBaseObj_m1922388889(L_10, L_11, /*hidden argument*/NULL); V_2 = ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_12, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)); ISceneNpcBase_t3974693970 * L_13 = V_2; if (!L_13) { goto IL_0080; } } { ISceneNpcBase_t3974693970 * L_14 = V_2; NullCheck(L_14); bool L_15 = ISceneBaseObj_IsEnable_m3745268461(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0080; } } { ISceneNpcBase_t3974693970 * L_16 = V_2; NullCheck(L_16); ISceneNpcBase_set_IsSubmitAlready_m475230837(L_16, (bool)0, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_17 = V_2; bool L_18 = V_0; NullCheck(L_17); ISceneNpcBase_set_IsEnableFollow_m3748606092(L_17, L_18, /*hidden argument*/NULL); } IL_0080: { CWaitingRoomCtrl_OnUpdateShowPet_m1905741783(__this, /*hidden argument*/NULL); CLevelManager_t3077608201 * L_19 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); bool L_20 = CLevelManager_IsLevel_m3139716542(L_19, _stringLiteral2570825119, /*hidden argument*/NULL); V_3 = L_20; IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_21 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CWalkCamera_t1176337330 * L_22 = CWalkManager_GetWalkCamera_m2368173090(L_21, /*hidden argument*/NULL); bool L_23 = V_0; G_B10_0 = L_22; if (!L_23) { G_B11_0 = L_22; goto IL_00a9; } } { bool L_24 = V_3; G_B12_0 = ((int32_t)(L_24)); G_B12_1 = G_B10_0; goto IL_00aa; } IL_00a9: { G_B12_0 = 0; G_B12_1 = G_B11_0; } IL_00aa: { NullCheck(G_B12_1); CWalkCamera_SetEnable_m12329853(G_B12_1, (bool)G_B12_0, /*hidden argument*/NULL); bool L_25 = V_3; if (!L_25) { goto IL_014e; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_26 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_27 = V_0; NullCheck(L_26); CWalkManager_Pause_m4128880488(L_26, (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); bool L_28 = V_0; if (!L_28) { goto IL_0139; } } { CMainRole_t4200562839 * L_29 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); bool L_30 = ISceneBaseObj_CheckRoleState_m2983555996(L_29, 4, /*hidden argument*/NULL); if (!L_30) { goto IL_0134; } } { CMainRole_t4200562839 * L_31 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); CDataProperty_t2806246268 * L_32 = ISceneBaseObj_GetUserProperty_m776816018(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); int32_t L_34 = CDataProperty_GetInt_m1935343217(L_32, _stringLiteral3478854286, L_33, /*hidden argument*/NULL); V_4 = L_34; int32_t L_35 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); int32_t L_36 = V_4; if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_0134; } } { CInteractionEvent_t1132726501 * L_37 = (CInteractionEvent_t1132726501 *)il2cpp_codegen_object_new(CInteractionEvent_t1132726501_il2cpp_TypeInfo_var); CInteractionEvent__ctor_m175746072(L_37, /*hidden argument*/NULL); V_5 = L_37; CInteractionEvent_t1132726501 * L_38 = V_5; CMainRole_t4200562839 * L_39 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); int64_t L_40 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_39); NullCheck(L_38); ((CWalkEvent_t1212470810 *)L_38)->set_m_userID_0(L_40); CInteractionEvent_t1132726501 * L_41 = V_5; int32_t L_42 = V_4; NullCheck(L_41); L_41->set_m_nInteractionID_9(L_42); CInteractionEvent_t1132726501 * L_43 = V_5; CMainRole_t4200562839 * L_44 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); CInteractionEvent_OnEndAnimPosition_m1149693587(L_43, L_44, /*hidden argument*/NULL); CInteractionEvent_t1132726501 * L_45 = V_5; NullCheck(L_45); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.CWalkEvent::OnStop() */, L_45); } IL_0134: { goto IL_014e; } IL_0139: { CMainRole_t4200562839 * L_46 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); ISceneBaseObj_StopAnim_m821603361(L_46, /*hidden argument*/NULL); CMainRole_t4200562839 * L_47 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_47); } IL_014e: { Camera_t4157153871 * L_48 = __this->get_m_MainCamera_2(); bool L_49 = V_0; NullCheck(L_48); Behaviour_set_enabled_m20417929(L_48, L_49, /*hidden argument*/NULL); Camera_t4157153871 * L_50 = __this->get_m_ShowCamera_3(); NullCheck(L_50); GameObject_t1113636619 * L_51 = Component_get_gameObject_m442555142(L_50, /*hidden argument*/NULL); bool L_52 = V_0; NullCheck(L_51); GameObject_SetActive_m796801857(L_51, (bool)((((int32_t)L_52) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); bool L_53 = V_0; __this->set_m_isNeedFreshModel_11((bool)((((int32_t)L_53) == ((int32_t)0))? 1 : 0)); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); CAppOSHelp_SetMiscSetting_m4236318013(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_54 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_55 = V_0; NullCheck(L_54); CWalkManager_Pause_m4128880488(L_54, (bool)((((int32_t)L_55) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); CAppOSHelp_SetDefaultQuality_m954789695(NULL /*static, unused*/, /*hidden argument*/NULL); shopModel_t101745799 * L_56 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); ISceneRole_t2394225724 * L_57 = shopModel_GetCurShopModel_m2897736385(L_56, /*hidden argument*/NULL); V_6 = L_57; bool L_58 = V_3; if (!L_58) { goto IL_023c; } } { bool L_59 = V_0; if (!L_59) { goto IL_021f; } } { V_7 = (ISceneBaseObj_t858622483 *)NULL; V_8 = 0; goto IL_0201; } IL_01b3: { CMainRole_t4200562839 * L_60 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_60); int64_t L_61 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_60); ISceneBaseObj_t858622483 * L_62 = V_7; NullCheck(L_62); CProperty_t963755051 * L_63 = ISceneBaseObj_GetNetProperty_m1709069404(L_62, /*hidden argument*/NULL); NullCheck(L_63); int64_t L_64 = CProperty_GetLong_m359864449(L_63, _stringLiteral990895520, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); if ((!(((uint64_t)L_61) == ((uint64_t)L_64)))) { goto IL_0201; } } { CMainRole_t4200562839 * L_65 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_65); bool L_66 = ISceneBaseObj_CheckRoleState_m2983555996(L_65, ((int32_t)16), /*hidden argument*/NULL); if (L_66) { goto IL_01fc; } } { CMainRole_t4200562839 * L_67 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_67); ISceneBaseObj_AddRoleState_m2943967725(L_67, ((int32_t)16), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_68 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_68); CWalkManager_ProcessFollowTarget_m1935230792(L_68, /*hidden argument*/NULL); } IL_01fc: { goto IL_021a; } IL_0201: { CSceneService_t551449725 * L_69 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_70 = V_8; int32_t L_71 = L_70; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); NullCheck(L_69); ISceneBaseObj_t858622483 * L_72 = CSceneService_GetRoleObj_m3880305570(L_69, L_71, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_73 = L_72; V_7 = L_73; if (L_73) { goto IL_01b3; } } IL_021a: { goto IL_023c; } IL_021f: { CMainRole_t4200562839 * L_74 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_74); bool L_75 = ISceneBaseObj_CheckRoleState_m2983555996(L_74, ((int32_t)16), /*hidden argument*/NULL); if (!L_75) { goto IL_023c; } } { CMainRole_t4200562839 * L_76 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); ISceneBaseObj_RemoveRoleState_m1533657667(L_76, ((int32_t)16), /*hidden argument*/NULL); } IL_023c: { bool L_77 = V_0; if (!L_77) { goto IL_0260; } } { shopModel_t101745799 * L_78 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); shopModel_ResumeMainRole_m3008746332(L_78, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_79 = V_6; if (!L_79) { goto IL_025b; } } { ISceneRole_t2394225724 * L_80 = V_6; NullCheck(L_80); ISceneRole_set_EnableResetLocation_m3350401902(L_80, (bool)1, /*hidden argument*/NULL); } IL_025b: { goto IL_027a; } IL_0260: { shopModel_t101745799 * L_81 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_81); shopModel_SwitchMainRoleModel_m23781500(L_81, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_82 = V_6; if (!L_82) { goto IL_027a; } } { ISceneRole_t2394225724 * L_83 = V_6; NullCheck(L_83); ISceneRole_set_EnableResetLocation_m3350401902(L_83, (bool)0, /*hidden argument*/NULL); } IL_027a: { return; } } // System.Void CWaitingRoomCtrl::CloseShopOrBag() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_CloseShopOrBag_m262955981 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_CloseShopOrBag_m262955981_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; bool V_1 = false; int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CWndController_get_ActivePage_m2720187282(L_1, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, L_2, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; CWaitingRoomCtrl_t1619551906 * L_4 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_0096; } } { CMainRole_t4200562839 * L_6 = V_0; if (!L_6) { goto IL_0096; } } { CWaitingRoomCtrl_t1619551906 * L_7 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_7); CWaitingRoomCtrl_ChangeMainCamera_m3256003875(L_7, 0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = ISceneBaseObj_GetTransform_m3818769012(L_8, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_10 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_10); Vector3_t3722313464 L_11 = L_10->get_m_defaultPos_5(); NullCheck(L_9); Transform_set_localPosition_m4128471975(L_9, L_11, /*hidden argument*/NULL); CMainRole_t4200562839 * L_12 = V_0; NullCheck(L_12); Transform_t3600365921 * L_13 = ISceneBaseObj_GetTransform_m3818769012(L_12, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_14 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_14); Quaternion_t2301928331 L_15 = L_14->get_m_defaultRot_6(); NullCheck(L_13); Transform_set_rotation_m3524318132(L_13, L_15, /*hidden argument*/NULL); CMainRole_t4200562839 * L_16 = V_0; NullCheck(L_16); ISceneBaseObj_SetTitleVisible_m4004458557(L_16, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_17 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CProperty_t963755051 * L_18 = ISceneBaseObj_GetNetProperty_m1709069404(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = CProperty_GetInt_m2680341236(L_18, _stringLiteral3793045704, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_008d; } } { G_B5_0 = 1; goto IL_008e; } IL_008d: { G_B5_0 = 0; } IL_008e: { V_1 = (bool)G_B5_0; CMainRole_t4200562839 * L_20 = V_0; bool L_21 = V_1; NullCheck(L_20); ISceneRole_SetNewTagVisible_m3738312315(L_20, L_21, /*hidden argument*/NULL); } IL_0096: { return; } } // System.Void CWaitingRoomCtrl::CloseFriendOrMessage() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_CloseFriendOrMessage_m3366547779 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_CloseFriendOrMessage_m3366547779_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; bool V_1 = false; int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CWndController_get_ActivePage_m2720187282(L_1, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, L_2, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; CWaitingRoomCtrl_t1619551906 * L_4 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_0096; } } { CMainRole_t4200562839 * L_6 = V_0; if (!L_6) { goto IL_0096; } } { CWaitingRoomCtrl_t1619551906 * L_7 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_7); CWaitingRoomCtrl_ChangeMainCamera_m3256003875(L_7, 0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = ISceneBaseObj_GetTransform_m3818769012(L_8, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_10 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_10); Vector3_t3722313464 L_11 = L_10->get_m_defaultPos_5(); NullCheck(L_9); Transform_set_localPosition_m4128471975(L_9, L_11, /*hidden argument*/NULL); CMainRole_t4200562839 * L_12 = V_0; NullCheck(L_12); Transform_t3600365921 * L_13 = ISceneBaseObj_GetTransform_m3818769012(L_12, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_14 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_14); Quaternion_t2301928331 L_15 = L_14->get_m_defaultRot_6(); NullCheck(L_13); Transform_set_rotation_m3524318132(L_13, L_15, /*hidden argument*/NULL); CMainRole_t4200562839 * L_16 = V_0; NullCheck(L_16); ISceneBaseObj_SetTitleVisible_m4004458557(L_16, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_17 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CProperty_t963755051 * L_18 = ISceneBaseObj_GetNetProperty_m1709069404(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = CProperty_GetInt_m2680341236(L_18, _stringLiteral3793045704, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_008d; } } { G_B5_0 = 1; goto IL_008e; } IL_008d: { G_B5_0 = 0; } IL_008e: { V_1 = (bool)G_B5_0; CMainRole_t4200562839 * L_20 = V_0; bool L_21 = V_1; NullCheck(L_20); ISceneRole_SetNewTagVisible_m3738312315(L_20, L_21, /*hidden argument*/NULL); } IL_0096: { return; } } // System.Void CWaitingRoomCtrl::Change2BagShow() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_Change2BagShow_m1406028231 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_Change2BagShow_m1406028231_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B4_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B3_0 = NULL; Vector3_t3722313464 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); CWaitingRoomCtrl_t1619551906 * G_B5_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B7_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B6_0 = NULL; Quaternion_t2301928331 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); CWaitingRoomCtrl_t1619551906 * G_B8_1 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CWaitingRoomCtrl_t1619551906 * L_1 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_00d4; } } { CMainRole_t4200562839 * L_3 = V_0; if (!L_3) { goto IL_00d4; } } { CMainRole_t4200562839 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); V_1 = L_5; CWaitingRoomCtrl_t1619551906 * L_6 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_7 = V_1; 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); G_B3_0 = L_6; if (!L_8) { G_B4_0 = L_6; goto IL_003f; } } { Transform_t3600365921 * L_9 = V_1; NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); G_B5_0 = L_10; G_B5_1 = G_B3_0; goto IL_0044; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B4_0; } IL_0044: { NullCheck(G_B5_1); G_B5_1->set_m_defaultPos_5(G_B5_0); CWaitingRoomCtrl_t1619551906 * L_12 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_13 = V_1; 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); G_B6_0 = L_12; if (!L_14) { G_B7_0 = L_12; goto IL_0065; } } { Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); Quaternion_t2301928331 L_16 = Transform_get_rotation_m3502953881(L_15, /*hidden argument*/NULL); G_B8_0 = L_16; G_B8_1 = G_B6_0; goto IL_006a; } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_17 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_17; G_B8_1 = G_B7_0; } IL_006a: { NullCheck(G_B8_1); G_B8_1->set_m_defaultRot_6(G_B8_0); IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_18 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CMyPackageManager_set_MainType_m2460541734(L_18, 1, /*hidden argument*/NULL); CMyPackageManager_t122981866 * L_19 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CMyPackageManager_set_SubType_m2021265245(L_19, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_20 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CWndController_ShowUI_m3552255067(L_20, 2, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_21 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_21); CWaitingRoomCtrl_ChangeMainCamera_m3256003875(L_21, 1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_22 = V_0; CWaitingRoomCtrl_t1619551906 * L_23 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_23); Transform_t3600365921 * L_24 = L_23->get_m_ShowPos_4(); NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_position_m36019626(L_24, /*hidden argument*/NULL); NullCheck(L_22); ISceneBaseObj_SetLocation_m371444295(L_22, L_25, /*hidden argument*/NULL); CMainRole_t4200562839 * L_26 = V_0; CWaitingRoomCtrl_t1619551906 * L_27 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_27); Transform_t3600365921 * L_28 = L_27->get_m_ShowPos_4(); NullCheck(L_28); Vector3_t3722313464 L_29 = Transform_get_forward_m747522392(L_28, /*hidden argument*/NULL); NullCheck(L_26); ISceneBaseObj_SetForward_m1723825477(L_26, L_29, /*hidden argument*/NULL); CMainRole_t4200562839 * L_30 = V_0; NullCheck(L_30); ISceneBaseObj_SetTitleVisible_m4004458557(L_30, (bool)0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_31 = V_0; NullCheck(L_31); ISceneRole_SetNewTagVisible_m3738312315(L_31, (bool)0, /*hidden argument*/NULL); } IL_00d4: { return; } } // System.Void CWaitingRoomCtrl::Change2ShopShow() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_Change2ShopShow_m3769304534 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_Change2ShopShow_m3769304534_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B4_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B3_0 = NULL; Vector3_t3722313464 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); CWaitingRoomCtrl_t1619551906 * G_B5_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B7_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B6_0 = NULL; Quaternion_t2301928331 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); CWaitingRoomCtrl_t1619551906 * G_B8_1 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CWaitingRoomCtrl_t1619551906 * L_1 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_00c9; } } { CMainRole_t4200562839 * L_3 = V_0; if (!L_3) { goto IL_00c9; } } { CMainRole_t4200562839 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); V_1 = L_5; CWaitingRoomCtrl_t1619551906 * L_6 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_7 = V_1; 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); G_B3_0 = L_6; if (!L_8) { G_B4_0 = L_6; goto IL_003f; } } { Transform_t3600365921 * L_9 = V_1; NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); G_B5_0 = L_10; G_B5_1 = G_B3_0; goto IL_0044; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B4_0; } IL_0044: { NullCheck(G_B5_1); G_B5_1->set_m_defaultPos_5(G_B5_0); CWaitingRoomCtrl_t1619551906 * L_12 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_13 = V_1; 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); G_B6_0 = L_12; if (!L_14) { G_B7_0 = L_12; goto IL_0065; } } { Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); Quaternion_t2301928331 L_16 = Transform_get_rotation_m3502953881(L_15, /*hidden argument*/NULL); G_B8_0 = L_16; G_B8_1 = G_B6_0; goto IL_006a; } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_17 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_17; G_B8_1 = G_B7_0; } IL_006a: { NullCheck(G_B8_1); G_B8_1->set_m_defaultRot_6(G_B8_0); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_18 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CShopManager_set_MainType_m2271353666(L_18, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_19 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CWndController_ShowUI_m3552255067(L_19, 1, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_20 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_20); CWaitingRoomCtrl_ChangeMainCamera_m3256003875(L_20, 1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_21 = V_0; CWaitingRoomCtrl_t1619551906 * L_22 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_22); Transform_t3600365921 * L_23 = L_22->get_m_ShowPos_4(); NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_position_m36019626(L_23, /*hidden argument*/NULL); NullCheck(L_21); ISceneBaseObj_SetLocation_m371444295(L_21, L_24, /*hidden argument*/NULL); CMainRole_t4200562839 * L_25 = V_0; CWaitingRoomCtrl_t1619551906 * L_26 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_26); Transform_t3600365921 * L_27 = L_26->get_m_ShowPos_4(); NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_forward_m747522392(L_27, /*hidden argument*/NULL); NullCheck(L_25); ISceneBaseObj_SetForward_m1723825477(L_25, L_28, /*hidden argument*/NULL); CMainRole_t4200562839 * L_29 = V_0; NullCheck(L_29); ISceneBaseObj_SetTitleVisible_m4004458557(L_29, (bool)0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_30 = V_0; NullCheck(L_30); ISceneRole_SetNewTagVisible_m3738312315(L_30, (bool)0, /*hidden argument*/NULL); } IL_00c9: { return; } } // System.Void CWaitingRoomCtrl::ChangeSwimmingShopShow() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_ChangeSwimmingShopShow_m3651182430 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_ChangeSwimmingShopShow_m3651182430_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B4_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B3_0 = NULL; Vector3_t3722313464 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); CWaitingRoomCtrl_t1619551906 * G_B5_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B7_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B6_0 = NULL; Quaternion_t2301928331 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); CWaitingRoomCtrl_t1619551906 * G_B8_1 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CWaitingRoomCtrl_t1619551906 * L_1 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_00d5; } } { CMainRole_t4200562839 * L_3 = V_0; if (!L_3) { goto IL_00d5; } } { CMainRole_t4200562839 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); V_1 = L_5; CWaitingRoomCtrl_t1619551906 * L_6 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_7 = V_1; 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); G_B3_0 = L_6; if (!L_8) { G_B4_0 = L_6; goto IL_003f; } } { Transform_t3600365921 * L_9 = V_1; NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); G_B5_0 = L_10; G_B5_1 = G_B3_0; goto IL_0044; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B4_0; } IL_0044: { NullCheck(G_B5_1); G_B5_1->set_m_defaultPos_5(G_B5_0); CWaitingRoomCtrl_t1619551906 * L_12 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_13 = V_1; 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); G_B6_0 = L_12; if (!L_14) { G_B7_0 = L_12; goto IL_0065; } } { Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); Quaternion_t2301928331 L_16 = Transform_get_rotation_m3502953881(L_15, /*hidden argument*/NULL); G_B8_0 = L_16; G_B8_1 = G_B6_0; goto IL_006a; } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_17 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_17; G_B8_1 = G_B7_0; } IL_006a: { NullCheck(G_B8_1); G_B8_1->set_m_defaultRot_6(G_B8_0); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_18 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CShopManager_set_MainType_m2271353666(L_18, 0, /*hidden argument*/NULL); CShopManager_t754298620 * L_19 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CShopManager_set_SubType_m1960854107(L_19, ((int32_t)91), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_20 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CWndController_ShowUI_m3552255067(L_20, 1, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_21 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_21); CWaitingRoomCtrl_ChangeMainCamera_m3256003875(L_21, 1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_22 = V_0; CWaitingRoomCtrl_t1619551906 * L_23 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_23); Transform_t3600365921 * L_24 = L_23->get_m_ShowPos_4(); NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_position_m36019626(L_24, /*hidden argument*/NULL); NullCheck(L_22); ISceneBaseObj_SetLocation_m371444295(L_22, L_25, /*hidden argument*/NULL); CMainRole_t4200562839 * L_26 = V_0; CWaitingRoomCtrl_t1619551906 * L_27 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_27); Transform_t3600365921 * L_28 = L_27->get_m_ShowPos_4(); NullCheck(L_28); Vector3_t3722313464 L_29 = Transform_get_forward_m747522392(L_28, /*hidden argument*/NULL); NullCheck(L_26); ISceneBaseObj_SetForward_m1723825477(L_26, L_29, /*hidden argument*/NULL); CMainRole_t4200562839 * L_30 = V_0; NullCheck(L_30); ISceneBaseObj_SetTitleVisible_m4004458557(L_30, (bool)0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_31 = V_0; NullCheck(L_31); ISceneRole_SetNewTagVisible_m3738312315(L_31, (bool)0, /*hidden argument*/NULL); } IL_00d5: { return; } } // System.Void CWaitingRoomCtrl::Change2MessageShow() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_Change2MessageShow_m3643572731 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_Change2MessageShow_m3643572731_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B4_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B3_0 = NULL; Vector3_t3722313464 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); CWaitingRoomCtrl_t1619551906 * G_B5_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B7_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B6_0 = NULL; Quaternion_t2301928331 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); CWaitingRoomCtrl_t1619551906 * G_B8_1 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CWaitingRoomCtrl_t1619551906 * L_1 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_00be; } } { CMainRole_t4200562839 * L_3 = V_0; if (!L_3) { goto IL_00be; } } { CMainRole_t4200562839 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); V_1 = L_5; CWaitingRoomCtrl_t1619551906 * L_6 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_7 = V_1; 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); G_B3_0 = L_6; if (!L_8) { G_B4_0 = L_6; goto IL_003f; } } { Transform_t3600365921 * L_9 = V_1; NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); G_B5_0 = L_10; G_B5_1 = G_B3_0; goto IL_0044; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B4_0; } IL_0044: { NullCheck(G_B5_1); G_B5_1->set_m_defaultPos_5(G_B5_0); CWaitingRoomCtrl_t1619551906 * L_12 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_13 = V_1; 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); G_B6_0 = L_12; if (!L_14) { G_B7_0 = L_12; goto IL_0065; } } { Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); Quaternion_t2301928331 L_16 = Transform_get_rotation_m3502953881(L_15, /*hidden argument*/NULL); G_B8_0 = L_16; G_B8_1 = G_B6_0; goto IL_006a; } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_17 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_17; G_B8_1 = G_B7_0; } IL_006a: { NullCheck(G_B8_1); G_B8_1->set_m_defaultRot_6(G_B8_0); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_18 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CWndController_ShowUI_m3552255067(L_18, 4, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_19 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_19); CWaitingRoomCtrl_ChangeMainCamera_m3256003875(L_19, 1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_20 = V_0; CWaitingRoomCtrl_t1619551906 * L_21 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_21); Transform_t3600365921 * L_22 = L_21->get_m_ShowPos_4(); NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_position_m36019626(L_22, /*hidden argument*/NULL); NullCheck(L_20); ISceneBaseObj_SetLocation_m371444295(L_20, L_23, /*hidden argument*/NULL); CMainRole_t4200562839 * L_24 = V_0; CWaitingRoomCtrl_t1619551906 * L_25 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_25); Transform_t3600365921 * L_26 = L_25->get_m_ShowPos_4(); NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_forward_m747522392(L_26, /*hidden argument*/NULL); NullCheck(L_24); ISceneBaseObj_SetForward_m1723825477(L_24, L_27, /*hidden argument*/NULL); CMainRole_t4200562839 * L_28 = V_0; NullCheck(L_28); ISceneBaseObj_SetTitleVisible_m4004458557(L_28, (bool)0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_29 = V_0; NullCheck(L_29); ISceneRole_SetNewTagVisible_m3738312315(L_29, (bool)0, /*hidden argument*/NULL); } IL_00be: { return; } } // System.Void CWaitingRoomCtrl::Change2FriendShow() extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_Change2FriendShow_m1439557747 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_Change2FriendShow_m1439557747_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMainRole_t4200562839 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B4_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B3_0 = NULL; Vector3_t3722313464 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); CWaitingRoomCtrl_t1619551906 * G_B5_1 = NULL; CWaitingRoomCtrl_t1619551906 * G_B7_0 = NULL; CWaitingRoomCtrl_t1619551906 * G_B6_0 = NULL; Quaternion_t2301928331 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); CWaitingRoomCtrl_t1619551906 * G_B8_1 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CWaitingRoomCtrl_t1619551906 * L_1 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); 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_00be; } } { CMainRole_t4200562839 * L_3 = V_0; if (!L_3) { goto IL_00be; } } { CMainRole_t4200562839 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); V_1 = L_5; CWaitingRoomCtrl_t1619551906 * L_6 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_7 = V_1; 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); G_B3_0 = L_6; if (!L_8) { G_B4_0 = L_6; goto IL_003f; } } { Transform_t3600365921 * L_9 = V_1; NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); G_B5_0 = L_10; G_B5_1 = G_B3_0; goto IL_0044; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B4_0; } IL_0044: { NullCheck(G_B5_1); G_B5_1->set_m_defaultPos_5(G_B5_0); CWaitingRoomCtrl_t1619551906 * L_12 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); Transform_t3600365921 * L_13 = V_1; 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); G_B6_0 = L_12; if (!L_14) { G_B7_0 = L_12; goto IL_0065; } } { Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); Quaternion_t2301928331 L_16 = Transform_get_rotation_m3502953881(L_15, /*hidden argument*/NULL); G_B8_0 = L_16; G_B8_1 = G_B6_0; goto IL_006a; } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_17 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_17; G_B8_1 = G_B7_0; } IL_006a: { NullCheck(G_B8_1); G_B8_1->set_m_defaultRot_6(G_B8_0); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_18 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CWndController_ShowUI_m3552255067(L_18, 3, /*hidden argument*/NULL); CWaitingRoomCtrl_t1619551906 * L_19 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_19); CWaitingRoomCtrl_ChangeMainCamera_m3256003875(L_19, 1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_20 = V_0; CWaitingRoomCtrl_t1619551906 * L_21 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_21); Transform_t3600365921 * L_22 = L_21->get_m_ShowPos_4(); NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_position_m36019626(L_22, /*hidden argument*/NULL); NullCheck(L_20); ISceneBaseObj_SetLocation_m371444295(L_20, L_23, /*hidden argument*/NULL); CMainRole_t4200562839 * L_24 = V_0; CWaitingRoomCtrl_t1619551906 * L_25 = ((CWaitingRoomCtrl_t1619551906_StaticFields*)il2cpp_codegen_static_fields_for(CWaitingRoomCtrl_t1619551906_il2cpp_TypeInfo_var))->get_s_Instance_22(); NullCheck(L_25); Transform_t3600365921 * L_26 = L_25->get_m_ShowPos_4(); NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_forward_m747522392(L_26, /*hidden argument*/NULL); NullCheck(L_24); ISceneBaseObj_SetForward_m1723825477(L_24, L_27, /*hidden argument*/NULL); CMainRole_t4200562839 * L_28 = V_0; NullCheck(L_28); ISceneBaseObj_SetTitleVisible_m4004458557(L_28, (bool)0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_29 = V_0; NullCheck(L_29); ISceneRole_SetNewTagVisible_m3738312315(L_29, (bool)0, /*hidden argument*/NULL); } IL_00be: { return; } } // System.Void CWaitingRoomCtrl::onClkSwimmingShop(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CWaitingRoomCtrl_onClkSwimmingShop_m2433497683 (CWaitingRoomCtrl_t1619551906 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWaitingRoomCtrl_onClkSwimmingShop_m2433497683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_0 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CShopManager_set_MainType_m2271353666(L_0, 0, /*hidden argument*/NULL); CShopManager_t754298620 * L_1 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CShopManager_set_SubType_m1960854107(L_1, ((int32_t)91), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_2 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CWndController_ShowUI_m3552255067(L_2, 1, /*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 CWaitingRoomCtrl/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0__ctor_m2326569781 (U3CLoadResourceU3Ec__Iterator0_t18521158 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CWaitingRoomCtrl/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CLoadResourceU3Ec__Iterator0_MoveNext_m2075075530 (U3CLoadResourceU3Ec__Iterator0_t18521158 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadResourceU3Ec__Iterator0_MoveNext_m2075075530_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_3(); V_0 = L_0; __this->set_U24PC_3((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0041; } } } { goto IL_0058; } IL_0021: { int32_t L_2 = 1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); __this->set_U24current_1(L_3); bool L_4 = __this->get_U24disposing_2(); if (L_4) { goto IL_003c; } } { __this->set_U24PC_3(1); } IL_003c: { goto IL_005a; } IL_0041: { 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 = __this->get_resName_0(); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void DMCore.Framework.Resource.IResourceManager::DoResourceCoroutine(System.String) */, L_5, L_6); __this->set_U24PC_3((-1)); } IL_0058: { return (bool)0; } IL_005a: { return (bool)1; } } // System.Object CWaitingRoomCtrl/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadResourceU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m838679591 (U3CLoadResourceU3Ec__Iterator0_t18521158 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object CWaitingRoomCtrl/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadResourceU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3735625829 (U3CLoadResourceU3Ec__Iterator0_t18521158 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void CWaitingRoomCtrl/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0_Dispose_m3961485846 (U3CLoadResourceU3Ec__Iterator0_t18521158 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_2((bool)1); __this->set_U24PC_3((-1)); return; } } // System.Void CWaitingRoomCtrl/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0_Reset_m4059009849 (U3CLoadResourceU3Ec__Iterator0_t18521158 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadResourceU3Ec__Iterator0_Reset_m4059009849_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,U3CLoadResourceU3Ec__Iterator0_Reset_m4059009849_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 CWaitingRoomCtrl/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3COnUpdateRolesU3Ec__AnonStorey1__ctor_m3443025983 (U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CWaitingRoomCtrl/c__AnonStorey1::<>m__0(CWaitingRoomCtrl/RoleDisData) extern "C" IL2CPP_METHOD_ATTR bool U3COnUpdateRolesU3Ec__AnonStorey1_U3CU3Em__0_m4087882673 (U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * __this, RoleDisData_t678671278 * ___roleDisData0, const RuntimeMethod* method) { { RoleDisData_t678671278 * L_0 = ___roleDisData0; NullCheck(L_0); int64_t L_1 = L_0->get_userid_0(); ISceneRole_t2394225724 * L_2 = __this->get_roleItem_0(); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); return (bool)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0); } } // System.Boolean CWaitingRoomCtrl/c__AnonStorey1::<>m__1(CWaitingRoomCtrl/RoleDisData) extern "C" IL2CPP_METHOD_ATTR bool U3COnUpdateRolesU3Ec__AnonStorey1_U3CU3Em__1_m1237330187 (U3COnUpdateRolesU3Ec__AnonStorey1_t1548628993 * __this, RoleDisData_t678671278 * ___roleDisData0, const RuntimeMethod* method) { { RoleDisData_t678671278 * L_0 = ___roleDisData0; NullCheck(L_0); int64_t L_1 = L_0->get_userid_0(); ISceneRole_t2394225724 * L_2 = __this->get_roleItem_0(); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); return (bool)((((int64_t)L_1) == ((int64_t)L_3))? 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 CWaitingRoomCtrl/RoleDisData::.ctor() extern "C" IL2CPP_METHOD_ATTR void RoleDisData__ctor_m570013512 (RoleDisData_t678671278 * __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 CYunvaApi::.ctor() extern "C" IL2CPP_METHOD_ATTR void CYunvaApi__ctor_m2497229482 (CYunvaApi_t2324893418 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CYunvaApi::StartYunvaService() extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_StartYunvaService_m234215760 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_StartYunvaService_m234215760_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1800279750, /*hidden argument*/NULL); V_0 = L_0; GameObject_t1113636619 * 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_002f; } } { GameObject_t1113636619 * L_3 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_3, _stringLiteral1800279750, /*hidden argument*/NULL); V_0 = L_3; GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); GameObject_AddComponent_TisCYunvaApi_t2324893418_m3192730671(L_4, /*hidden argument*/GameObject_AddComponent_TisCYunvaApi_t2324893418_m3192730671_RuntimeMethod_var); GameObject_t1113636619 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_002f: { return; } } // CYunvaApi CYunvaApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CYunvaApi_t2324893418 * CYunvaApi_GetInstance_m2115150559 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_GetInstance_m2115150559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); CYunvaApi_t2324893418 * L_0 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_s_instance_3(); return L_0; } } // System.Void CYunvaApi::Awake() extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_Awake_m1502839442 (CYunvaApi_t2324893418 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_Awake_m1502839442_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); CYunvaApi_t2324893418 * G_B2_0 = NULL; CYunvaApi_t2324893418 * G_B1_0 = NULL; CYunvaApi_t2324893418 * G_B4_0 = NULL; CYunvaApi_t2324893418 * G_B3_0 = NULL; CYunvaApi_t2324893418 * G_B6_0 = NULL; CYunvaApi_t2324893418 * G_B5_0 = NULL; CYunvaApi_t2324893418 * G_B8_0 = NULL; CYunvaApi_t2324893418 * G_B7_0 = NULL; CYunvaApi_t2324893418 * G_B10_0 = NULL; CYunvaApi_t2324893418 * G_B9_0 = NULL; CYunvaApi_t2324893418 * G_B12_0 = NULL; CYunvaApi_t2324893418 * G_B11_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->set_s_instance_3(__this); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = DateTime_ToString_m3718521780((&V_0), _stringLiteral1376739159, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1312363422, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); CLogHelp_t779629444 * L_3 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_4 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = DateTime_ToString_m3718521780((&V_1), _stringLiteral1376739159, /*hidden argument*/NULL); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1312363422, L_5, /*hidden argument*/NULL); NullCheck(L_3); CLogHelp_LogFile_m4227814860(L_3, L_6, /*hidden argument*/NULL); OnUpLoadCompleteCallback_t2081987828 * L_7 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_10(); G_B1_0 = __this; if (L_7) { G_B2_0 = __this; goto IL_0066; } } { intptr_t L_8 = (intptr_t)CChatHelper_OnUpLoadCompleteCallback_m3345264993_RuntimeMethod_var; OnUpLoadCompleteCallback_t2081987828 * L_9 = (OnUpLoadCompleteCallback_t2081987828 *)il2cpp_codegen_object_new(OnUpLoadCompleteCallback_t2081987828_il2cpp_TypeInfo_var); OnUpLoadCompleteCallback__ctor_m776375331(L_9, NULL, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_10(L_9); G_B2_0 = G_B1_0; } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); OnUpLoadCompleteCallback_t2081987828 * L_10 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_10(); NullCheck(G_B2_0); G_B2_0->set_m_UnLoadResult_4(L_10); OnDownLoadCompleteCallback_t4136487141 * L_11 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_11(); G_B3_0 = __this; if (L_11) { G_B4_0 = __this; goto IL_0089; } } { intptr_t L_12 = (intptr_t)CChatHelper_OnFileCompleteCallback_m41777322_RuntimeMethod_var; OnDownLoadCompleteCallback_t4136487141 * L_13 = (OnDownLoadCompleteCallback_t4136487141 *)il2cpp_codegen_object_new(OnDownLoadCompleteCallback_t4136487141_il2cpp_TypeInfo_var); OnDownLoadCompleteCallback__ctor_m2346254247(L_13, NULL, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_11(L_13); G_B4_0 = G_B3_0; } IL_0089: { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); OnDownLoadCompleteCallback_t4136487141 * L_14 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_11(); NullCheck(G_B4_0); G_B4_0->set_m_DownLoadResult_5(L_14); OnStopRecordCompleteCallback_t2363891626 * L_15 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_12(); G_B5_0 = __this; if (L_15) { G_B6_0 = __this; goto IL_00ac; } } { intptr_t L_16 = (intptr_t)CChatHelper_OnStopRecordCallback_m1079987819_RuntimeMethod_var; OnStopRecordCompleteCallback_t2363891626 * L_17 = (OnStopRecordCompleteCallback_t2363891626 *)il2cpp_codegen_object_new(OnStopRecordCompleteCallback_t2363891626_il2cpp_TypeInfo_var); OnStopRecordCompleteCallback__ctor_m3285280669(L_17, NULL, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_12(L_17); G_B6_0 = G_B5_0; } IL_00ac: { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); OnStopRecordCompleteCallback_t2363891626 * L_18 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_12(); NullCheck(G_B6_0); G_B6_0->set_m_StopRecordResult_6(L_18); OnCompletedCallback_t1110260270 * L_19 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_13(); G_B7_0 = __this; if (L_19) { G_B8_0 = __this; goto IL_00cf; } } { intptr_t L_20 = (intptr_t)CChatHelper_OnVoicePlayOver_m2931178475_RuntimeMethod_var; OnCompletedCallback_t1110260270 * L_21 = (OnCompletedCallback_t1110260270 *)il2cpp_codegen_object_new(OnCompletedCallback_t1110260270_il2cpp_TypeInfo_var); OnCompletedCallback__ctor_m132073399(L_21, NULL, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_13(L_21); G_B8_0 = G_B7_0; } IL_00cf: { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); OnCompletedCallback_t1110260270 * L_22 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_13(); NullCheck(G_B8_0); G_B8_0->set_m_playCompleted_7(L_22); OnMsgReceiveCallback_t4052986837 * L_23 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_14(); G_B9_0 = __this; if (L_23) { G_B10_0 = __this; goto IL_00f2; } } { intptr_t L_24 = (intptr_t)CChatHelper_OnReceiveChannel_m290782649_RuntimeMethod_var; OnMsgReceiveCallback_t4052986837 * L_25 = (OnMsgReceiveCallback_t4052986837 *)il2cpp_codegen_object_new(OnMsgReceiveCallback_t4052986837_il2cpp_TypeInfo_var); OnMsgReceiveCallback__ctor_m1451963914(L_25, NULL, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_14(L_25); G_B10_0 = G_B9_0; } IL_00f2: { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); OnMsgReceiveCallback_t4052986837 * L_26 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_14(); NullCheck(G_B10_0); G_B10_0->set_m_channelChatCallback_8(L_26); OnStopSpeechCompleteCallback_t1009288087 * L_27 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_15(); G_B11_0 = __this; if (L_27) { G_B12_0 = __this; goto IL_0115; } } { intptr_t L_28 = (intptr_t)CChatHelper_OnSpeechCallback_m2778911007_RuntimeMethod_var; OnStopSpeechCompleteCallback_t1009288087 * L_29 = (OnStopSpeechCompleteCallback_t1009288087 *)il2cpp_codegen_object_new(OnStopSpeechCompleteCallback_t1009288087_il2cpp_TypeInfo_var); OnStopSpeechCompleteCallback__ctor_m2596850847(L_29, NULL, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache5_15(L_29); G_B12_0 = G_B11_0; } IL_0115: { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); OnStopSpeechCompleteCallback_t1009288087 * L_30 = ((CYunvaApi_t2324893418_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaApi_t2324893418_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_15(); NullCheck(G_B12_0); G_B12_0->set_m_StopSpeechResult_9(L_30); return; } } // DMCore.Logic.enumChatMessageType CYunvaApi::GetChatType(DMCore.Framework.Plugin.CYunvaSDK/ChatContent) extern "C" IL2CPP_METHOD_ATTR int32_t CYunvaApi_GetChatType_m2553297354 (RuntimeObject * __this /* static, unused */, ChatContent_t42021257 * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_GetChatType_m2553297354_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ChatContent_t42021257 * L_0 = ___content0; if (L_0) { goto IL_0008; } } { return (int32_t)(4); } IL_0008: { ChatContent_t42021257 * L_1 = ___content0; NullCheck(L_1); String_t* L_2 = ChatContent_GetMsgType_m2808249985(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_0062; } } { String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral92469390, /*hidden argument*/NULL); if (L_5) { goto IL_005a; } } { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral1287461279, /*hidden argument*/NULL); if (L_7) { goto IL_005c; } } { String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral1691579688, /*hidden argument*/NULL); if (L_9) { goto IL_005e; } } { String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral3974723673, /*hidden argument*/NULL); if (L_11) { goto IL_0060; } } { goto IL_0062; } IL_005a: { return (int32_t)(0); } IL_005c: { return (int32_t)(2); } IL_005e: { return (int32_t)(1); } IL_0060: { return (int32_t)(3); } IL_0062: { return (int32_t)(4); } } // System.Void CYunvaApi::DownLoadCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_DownLoadCallback_m3765683721 (CYunvaApi_t2324893418 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_DownLoadCallback_m3765683721_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; JsonData_t1524858407 * V_1 = NULL; JsonData_t1524858407 * V_2 = NULL; String_t* V_3 = NULL; { String_t* L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { String_t* L_1 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_2 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = JsonMapper_ToObject_m537038487(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JsonData_t1524858407 * L_4 = V_0; if (!L_4) { goto IL_00c5; } } { JsonData_t1524858407 * L_5 = V_0; NullCheck(L_5); JsonData_t1524858407 * L_6 = JsonData_get_Item_m147413252(L_5, _stringLiteral458911708, /*hidden argument*/NULL); if (!L_6) { goto IL_00c5; } } { JsonData_t1524858407 * L_7 = V_0; NullCheck(L_7); JsonData_t1524858407 * L_8 = JsonData_get_Item_m147413252(L_7, _stringLiteral458911708, /*hidden argument*/NULL); String_t* L_9 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral3512350743, /*hidden argument*/NULL); if (!L_10) { goto IL_00c5; } } { intptr_t L_11 = (intptr_t)CYunvaApi_DownLoadCallback_m3765683721_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); SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_13); JsonData_t1524858407 * L_14 = JsonData_get_Item_m147413252(L_13, _stringLiteral3957551064, /*hidden argument*/NULL); V_1 = L_14; JsonData_t1524858407 * L_15 = V_1; if (!L_15) { goto IL_00c5; } } { JsonData_t1524858407 * L_16 = V_1; NullCheck(L_16); JsonData_t1524858407 * L_17 = JsonData_get_Item_m147413252(L_16, _stringLiteral1985170611, /*hidden argument*/NULL); String_t* L_18 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, _stringLiteral3074643753, /*hidden argument*/NULL); if (!L_19) { goto IL_00c5; } } { JsonData_t1524858407 * L_20 = V_1; NullCheck(L_20); JsonData_t1524858407 * L_21 = JsonData_get_Item_m147413252(L_20, _stringLiteral1746845353, /*hidden argument*/NULL); V_2 = L_21; JsonData_t1524858407 * L_22 = V_2; NullCheck(L_22); JsonData_t1524858407 * L_23 = JsonData_get_Item_m147413252(L_22, _stringLiteral3217640313, /*hidden argument*/NULL); String_t* L_24 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); V_3 = L_24; OnDownLoadCompleteCallback_t4136487141 * L_25 = __this->get_m_DownLoadResult_5(); if (!L_25) { goto IL_00c5; } } { OnDownLoadCompleteCallback_t4136487141 * L_26 = __this->get_m_DownLoadResult_5(); String_t* L_27 = V_3; NullCheck(L_26); OnDownLoadCompleteCallback_Invoke_m648125296(L_26, _stringLiteral1691579688, (bool)1, L_27, /*hidden argument*/NULL); } IL_00c5: { return; } } // System.Void CYunvaApi::UpLoadCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_UpLoadCallback_m1345728180 (CYunvaApi_t2324893418 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_UpLoadCallback_m1345728180_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; JsonData_t1524858407 * V_6 = NULL; JsonData_t1524858407 * V_7 = NULL; JsonData_t1524858407 * V_8 = NULL; { String_t* L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { String_t* L_1 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); 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(); V_0 = L_2; V_1 = 0; V_2 = 0; V_3 = 0; V_4 = _stringLiteral1691579688; IL2CPP_RUNTIME_CLASS_INIT(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var); CYunvaSDK_t1509311865 * L_3 = CYunvaSDK_GetInstance_m2184439882(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CYunvaSDK_get_upLoadText_m2682703707(L_3, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_4); StringU5BU5D_t1281789340* L_6 = String_Split_m3646115398(L_4, L_5, /*hidden argument*/NULL); V_5 = L_6; StringU5BU5D_t1281789340* L_7 = V_5; NullCheck(L_7); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) <= ((int32_t)0))) { goto IL_004c; } } { StringU5BU5D_t1281789340* L_8 = V_5; NullCheck(L_8); int32_t L_9 = 0; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); V_4 = L_10; } IL_004c: { StringU5BU5D_t1281789340* L_11 = V_5; NullCheck(L_11); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))) <= ((int32_t)1))) { goto IL_0060; } } { StringU5BU5D_t1281789340* L_12 = V_5; NullCheck(L_12); int32_t L_13 = 1; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_15 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_1 = L_15; } IL_0060: { StringU5BU5D_t1281789340* L_16 = V_5; NullCheck(L_16); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))) <= ((int32_t)2))) { goto IL_0074; } } { StringU5BU5D_t1281789340* L_17 = V_5; NullCheck(L_17); int32_t L_18 = 2; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_20 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_2 = L_20; } IL_0074: { StringU5BU5D_t1281789340* L_21 = V_5; NullCheck(L_21); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))) <= ((int32_t)3))) { goto IL_0088; } } { StringU5BU5D_t1281789340* L_22 = V_5; NullCheck(L_22); int32_t L_23 = 3; String_t* L_24 = (L_22)->GetAt(static_cast(L_23)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_25 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_3 = L_25; } IL_0088: { String_t* L_26 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_27 = JsonMapper_ToObject_m537038487(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); V_6 = L_27; JsonData_t1524858407 * L_28 = V_6; if (!L_28) { goto IL_015b; } } { JsonData_t1524858407 * L_29 = V_6; NullCheck(L_29); JsonData_t1524858407 * L_30 = JsonData_get_Item_m147413252(L_29, _stringLiteral458911708, /*hidden argument*/NULL); if (!L_30) { goto IL_015b; } } { JsonData_t1524858407 * L_31 = V_6; NullCheck(L_31); JsonData_t1524858407 * L_32 = JsonData_get_Item_m147413252(L_31, _stringLiteral458911708, /*hidden argument*/NULL); String_t* L_33 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_op_Equality_m920492651(NULL /*static, unused*/, L_33, _stringLiteral3718187715, /*hidden argument*/NULL); if (!L_34) { goto IL_015b; } } { intptr_t L_35 = (intptr_t)CYunvaApi_UpLoadCallback_m1345728180_RuntimeMethod_var; Action_1_t2019918284 * L_36 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_36, __this, L_35, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); JsonData_t1524858407 * L_37 = V_6; NullCheck(L_37); JsonData_t1524858407 * L_38 = JsonData_get_Item_m147413252(L_37, _stringLiteral3957551064, /*hidden argument*/NULL); V_7 = L_38; JsonData_t1524858407 * L_39 = V_7; if (!L_39) { goto IL_015b; } } { JsonData_t1524858407 * L_40 = V_7; NullCheck(L_40); JsonData_t1524858407 * L_41 = JsonData_get_Item_m147413252(L_40, _stringLiteral1985170611, /*hidden argument*/NULL); String_t* L_42 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral3074643753, /*hidden argument*/NULL); if (!L_43) { goto IL_015b; } } { JsonData_t1524858407 * L_44 = V_7; NullCheck(L_44); JsonData_t1524858407 * L_45 = JsonData_get_Item_m147413252(L_44, _stringLiteral1746845353, /*hidden argument*/NULL); V_8 = L_45; JsonData_t1524858407 * L_46 = V_8; NullCheck(L_46); JsonData_t1524858407 * L_47 = JsonData_get_Item_m147413252(L_46, _stringLiteral2599078494, /*hidden argument*/NULL); String_t* L_48 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); V_0 = L_48; OnUpLoadCompleteCallback_t2081987828 * L_49 = __this->get_m_UnLoadResult_4(); if (!L_49) { goto IL_015b; } } { OnUpLoadCompleteCallback_t2081987828 * L_50 = __this->get_m_UnLoadResult_4(); int32_t L_51 = V_2; String_t* L_52 = V_4; String_t* L_53 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); int32_t L_54 = V_1; String_t* L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_56 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_50); OnUpLoadCompleteCallback_Invoke_m2945984462(L_50, L_51, L_52, L_53, L_54, L_55, L_56, /*hidden argument*/NULL); } IL_015b: { return; } } // System.Void CYunvaApi::SpeechCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_SpeechCallback_m1811823950 (CYunvaApi_t2324893418 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_SpeechCallback_m1811823950_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { String_t* L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { String_t* L_1 = ___msg0; CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_1); StringU5BU5D_t1281789340* L_3 = String_Split_m3646115398(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; StringU5BU5D_t1281789340* L_4 = V_0; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) >= ((int32_t)4))) { goto IL_0023; } } { return; } IL_0023: { OnStopRecordCompleteCallback_t2363891626 * L_5 = __this->get_m_StopRecordResult_6(); if (!L_5) { goto IL_004a; } } { OnStopSpeechCompleteCallback_t1009288087 * L_6 = __this->get_m_StopSpeechResult_9(); StringU5BU5D_t1281789340* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_10 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_11 = V_0; NullCheck(L_11); int32_t L_12 = 1; String_t* L_13 = (L_11)->GetAt(static_cast(L_12)); StringU5BU5D_t1281789340* L_14 = V_0; NullCheck(L_14); int32_t L_15 = 2; String_t* L_16 = (L_14)->GetAt(static_cast(L_15)); StringU5BU5D_t1281789340* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 3; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_6); OnStopSpeechCompleteCallback_Invoke_m1078415873(L_6, L_10, L_13, L_16, L_19, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void CYunvaApi::StopRecordCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_StopRecordCallback_m3037616188 (CYunvaApi_t2324893418 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_StopRecordCallback_m3037616188_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; JsonData_t1524858407 * V_1 = NULL; JsonData_t1524858407 * V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { String_t* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); String_t* L_1 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_2 = JsonMapper_ToObject_m537038487(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; JsonData_t1524858407 * L_3 = V_0; if (!L_3) { goto IL_0125; } } { JsonData_t1524858407 * L_4 = V_0; NullCheck(L_4); JsonData_t1524858407 * L_5 = JsonData_get_Item_m147413252(L_4, _stringLiteral458911708, /*hidden argument*/NULL); if (!L_5) { goto IL_0125; } } { JsonData_t1524858407 * L_6 = V_0; NullCheck(L_6); JsonData_t1524858407 * L_7 = JsonData_get_Item_m147413252(L_6, _stringLiteral458911708, /*hidden argument*/NULL); String_t* L_8 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral3330231044, /*hidden argument*/NULL); if (!L_9) { goto IL_0125; } } { intptr_t L_10 = (intptr_t)CYunvaApi_StopRecordCallback_m3037616188_RuntimeMethod_var; Action_1_t2019918284 * L_11 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_11, __this, L_10, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = V_0; NullCheck(L_12); JsonData_t1524858407 * L_13 = JsonData_get_Item_m147413252(L_12, _stringLiteral3957551064, /*hidden argument*/NULL); V_1 = L_13; JsonData_t1524858407 * L_14 = V_1; if (!L_14) { goto IL_010f; } } { JsonData_t1524858407 * L_15 = V_1; NullCheck(L_15); JsonData_t1524858407 * L_16 = JsonData_get_Item_m147413252(L_15, _stringLiteral1985170611, /*hidden argument*/NULL); String_t* L_17 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, _stringLiteral3074643753, /*hidden argument*/NULL); if (!L_18) { goto IL_010f; } } { JsonData_t1524858407 * L_19 = V_1; NullCheck(L_19); JsonData_t1524858407 * L_20 = JsonData_get_Item_m147413252(L_19, _stringLiteral1746845353, /*hidden argument*/NULL); V_2 = L_20; V_3 = 0; JsonData_t1524858407 * L_21 = V_2; NullCheck(L_21); JsonData_t1524858407 * L_22 = JsonData_get_Item_m147413252(L_21, _stringLiteral3181106956, /*hidden argument*/NULL); NullCheck(L_22); bool L_23 = JsonData_get_IsInt_m1089956696(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00bd; } } { JsonData_t1524858407 * L_24 = V_2; NullCheck(L_24); JsonData_t1524858407 * L_25 = JsonData_get_Item_m147413252(L_24, _stringLiteral3181106956, /*hidden argument*/NULL); int32_t L_26 = JsonData_op_Explicit_m2499283840(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_3 = L_26; goto IL_00d3; } IL_00bd: { JsonData_t1524858407 * L_27 = V_2; NullCheck(L_27); JsonData_t1524858407 * L_28 = JsonData_get_Item_m147413252(L_27, _stringLiteral3181106956, /*hidden argument*/NULL); String_t* L_29 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); int32_t L_30 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_3 = L_30; } IL_00d3: { JsonData_t1524858407 * L_31 = V_2; NullCheck(L_31); JsonData_t1524858407 * L_32 = JsonData_get_Item_m147413252(L_31, _stringLiteral3217640313, /*hidden argument*/NULL); String_t* L_33 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_4 = L_33; OnStopRecordCompleteCallback_t2363891626 * L_34 = __this->get_m_StopRecordResult_6(); if (!L_34) { goto IL_010a; } } { OnStopRecordCompleteCallback_t2363891626 * L_35 = __this->get_m_StopRecordResult_6(); String_t* L_36 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); String_t* L_37 = V_4; NullCheck(L_35); OnStopRecordCompleteCallback_Invoke_m771093877(L_35, L_36, L_37, /*hidden argument*/NULL); } IL_010a: { goto IL_0125; } IL_010f: { JsonData_t1524858407 * L_38 = V_1; NullCheck(L_38); JsonData_t1524858407 * L_39 = JsonData_get_Item_m147413252(L_38, _stringLiteral2863573642, /*hidden argument*/NULL); String_t* L_40 = JsonData_op_Explicit_m3156283470(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_40, (bool)1, /*hidden argument*/NULL); } IL_0125: { return; } } // System.Void CYunvaApi::PlayAudioCallback(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_PlayAudioCallback_m2471014812 (CYunvaApi_t2324893418 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_PlayAudioCallback_m2471014812_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var); CYunvaSDK_t1509311865 * L_0 = CYunvaSDK_GetInstance_m2184439882(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CYunvaSDK_ShowBackMusic_m2015902234(L_0, /*hidden argument*/NULL); CYunvaSDK_t1509311865 * L_1 = CYunvaSDK_GetInstance_m2184439882(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CYunvaSDK_ClearCurVoice_m222772914(L_1, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)CYunvaApi_PlayAudioCallback_m2471014812_RuntimeMethod_var; Action_1_t2019918284 * L_3 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_3, __this, L_2, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); OnCompletedCallback_t1110260270 * L_4 = __this->get_m_playCompleted_7(); if (!L_4) { goto IL_0046; } } { OnCompletedCallback_t1110260270 * L_5 = __this->get_m_playCompleted_7(); 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(); NullCheck(L_5); OnCompletedCallback_Invoke_m3024666965(L_5, _stringLiteral1691579688, (bool)1, L_6, /*hidden argument*/NULL); } IL_0046: { return; } } // System.Void CYunvaApi::OnChannelChatListen(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaApi_OnChannelChatListen_m3988394149 (CYunvaApi_t2324893418 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaApi_OnChannelChatListen_m3988394149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OnMsgReceiveCallback_t4052986837 * L_0 = __this->get_m_channelChatCallback_8(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { OnMsgReceiveCallback_t4052986837 * L_1 = __this->get_m_channelChatCallback_8(); String_t* L_2 = ___msg0; ChatContent_t42021257 * L_3 = (ChatContent_t42021257 *)il2cpp_codegen_object_new(ChatContent_t42021257_il2cpp_TypeInfo_var); ChatContent__ctor_m79402427(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_1); OnMsgReceiveCallback_Invoke_m1688674013(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void CYunvaApi::.cctor() extern "C" IL2CPP_METHOD_ATTR void CYunvaApi__cctor_m3702880703 (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 extern "C" void DelegatePInvokeWrapper_OnCompletedCallback_t1110260270 (OnCompletedCallback_t1110260270 * __this, String_t* ___type0, bool ___bResult1, String_t* ___fileName2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___type0' to native representation char* ____type0_marshaled = NULL; ____type0_marshaled = il2cpp_codegen_marshal_string(___type0); // Marshaling of parameter '___fileName2' to native representation char* ____fileName2_marshaled = NULL; ____fileName2_marshaled = il2cpp_codegen_marshal_string(___fileName2); // Native function invocation il2cppPInvokeFunc(____type0_marshaled, static_cast(___bResult1), ____fileName2_marshaled); // Marshaling cleanup of parameter '___type0' native representation il2cpp_codegen_marshal_free(____type0_marshaled); ____type0_marshaled = NULL; // Marshaling cleanup of parameter '___fileName2' native representation il2cpp_codegen_marshal_free(____fileName2_marshaled); ____fileName2_marshaled = NULL; } // System.Void CYunvaApi/OnCompletedCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCompletedCallback__ctor_m132073399 (OnCompletedCallback_t1110260270 * __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 CYunvaApi/OnCompletedCallback::Invoke(System.String,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void OnCompletedCallback_Invoke_m3024666965 (OnCompletedCallback_t1110260270 * __this, String_t* ___type0, bool ___bResult1, String_t* ___fileName2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnCompletedCallback_Invoke_m3024666965((OnCompletedCallback_t1110260270 *)__this->get_prev_9(), ___type0, ___bResult1, ___fileName2, 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) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___type0, ___bResult1, ___fileName2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___type0, ___bResult1, ___fileName2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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)) GenericInterfaceActionInvoker3< String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___type0, ___bResult1, ___fileName2); else GenericVirtActionInvoker3< String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___type0, ___bResult1, ___fileName2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___type0, ___bResult1, ___fileName2); else VirtActionInvoker3< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___type0, ___bResult1, ___fileName2); } } else { typedef void (*FunctionPointerType) (void*, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, ___bResult1, ___fileName2, 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)) GenericInterfaceActionInvoker2< bool, String_t* >::Invoke(targetMethod, ___type0, ___bResult1, ___fileName2); else GenericVirtActionInvoker2< bool, String_t* >::Invoke(targetMethod, ___type0, ___bResult1, ___fileName2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___type0, ___bResult1, ___fileName2); else VirtActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___type0, ___bResult1, ___fileName2); } } else { typedef void (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___type0, ___bResult1, ___fileName2, targetMethod); } } } } // System.IAsyncResult CYunvaApi/OnCompletedCallback::BeginInvoke(System.String,System.Boolean,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnCompletedCallback_BeginInvoke_m4215443158 (OnCompletedCallback_t1110260270 * __this, String_t* ___type0, bool ___bResult1, String_t* ___fileName2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnCompletedCallback_BeginInvoke_m4215443158_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___type0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bResult1); __d_args[2] = ___fileName2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void CYunvaApi/OnCompletedCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnCompletedCallback_EndInvoke_m2406131745 (OnCompletedCallback_t1110260270 * __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 extern "C" void DelegatePInvokeWrapper_OnDownLoadCompleteCallback_t4136487141 (OnDownLoadCompleteCallback_t4136487141 * __this, String_t* ___resType0, bool ___result1, String_t* ___msg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___resType0' to native representation char* ____resType0_marshaled = NULL; ____resType0_marshaled = il2cpp_codegen_marshal_string(___resType0); // Marshaling of parameter '___msg2' to native representation char* ____msg2_marshaled = NULL; ____msg2_marshaled = il2cpp_codegen_marshal_string(___msg2); // Native function invocation il2cppPInvokeFunc(____resType0_marshaled, static_cast(___result1), ____msg2_marshaled); // Marshaling cleanup of parameter '___resType0' native representation il2cpp_codegen_marshal_free(____resType0_marshaled); ____resType0_marshaled = NULL; // Marshaling cleanup of parameter '___msg2' native representation il2cpp_codegen_marshal_free(____msg2_marshaled); ____msg2_marshaled = NULL; } // System.Void CYunvaApi/OnDownLoadCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnDownLoadCompleteCallback__ctor_m2346254247 (OnDownLoadCompleteCallback_t4136487141 * __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 CYunvaApi/OnDownLoadCompleteCallback::Invoke(System.String,System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void OnDownLoadCompleteCallback_Invoke_m648125296 (OnDownLoadCompleteCallback_t4136487141 * __this, String_t* ___resType0, bool ___result1, String_t* ___msg2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnDownLoadCompleteCallback_Invoke_m648125296((OnDownLoadCompleteCallback_t4136487141 *)__this->get_prev_9(), ___resType0, ___result1, ___msg2, 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) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___resType0, ___result1, ___msg2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___resType0, ___result1, ___msg2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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)) GenericInterfaceActionInvoker3< String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___resType0, ___result1, ___msg2); else GenericVirtActionInvoker3< String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___resType0, ___result1, ___msg2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___resType0, ___result1, ___msg2); else VirtActionInvoker3< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___resType0, ___result1, ___msg2); } } else { typedef void (*FunctionPointerType) (void*, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___resType0, ___result1, ___msg2, 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)) GenericInterfaceActionInvoker2< bool, String_t* >::Invoke(targetMethod, ___resType0, ___result1, ___msg2); else GenericVirtActionInvoker2< bool, String_t* >::Invoke(targetMethod, ___resType0, ___result1, ___msg2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___resType0, ___result1, ___msg2); else VirtActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___resType0, ___result1, ___msg2); } } else { typedef void (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___resType0, ___result1, ___msg2, targetMethod); } } } } // System.IAsyncResult CYunvaApi/OnDownLoadCompleteCallback::BeginInvoke(System.String,System.Boolean,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnDownLoadCompleteCallback_BeginInvoke_m2313475185 (OnDownLoadCompleteCallback_t4136487141 * __this, String_t* ___resType0, bool ___result1, String_t* ___msg2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnDownLoadCompleteCallback_BeginInvoke_m2313475185_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___resType0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___result1); __d_args[2] = ___msg2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void CYunvaApi/OnDownLoadCompleteCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnDownLoadCompleteCallback_EndInvoke_m3276630304 (OnDownLoadCompleteCallback_t4136487141 * __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 CYunvaApi/OnMsgReceiveCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgReceiveCallback__ctor_m1451963914 (OnMsgReceiveCallback_t4052986837 * __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 CYunvaApi/OnMsgReceiveCallback::Invoke(DMCore.Framework.Plugin.CYunvaSDK/ChatContent) extern "C" IL2CPP_METHOD_ATTR void OnMsgReceiveCallback_Invoke_m1688674013 (OnMsgReceiveCallback_t4052986837 * __this, ChatContent_t42021257 * ___content0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnMsgReceiveCallback_Invoke_m1688674013((OnMsgReceiveCallback_t4052986837 *)__this->get_prev_9(), ___content0, 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 *, ChatContent_t42021257 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___content0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, ChatContent_t42021257 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___content0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ChatContent_t42021257 * >::Invoke(targetMethod, targetThis, ___content0); else GenericVirtActionInvoker1< ChatContent_t42021257 * >::Invoke(targetMethod, targetThis, ___content0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ChatContent_t42021257 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___content0); else VirtActionInvoker1< ChatContent_t42021257 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___content0); } } else { typedef void (*FunctionPointerType) (void*, ChatContent_t42021257 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___content0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___content0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___content0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___content0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___content0); } } else { typedef void (*FunctionPointerType) (ChatContent_t42021257 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___content0, targetMethod); } } } } // System.IAsyncResult CYunvaApi/OnMsgReceiveCallback::BeginInvoke(DMCore.Framework.Plugin.CYunvaSDK/ChatContent,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnMsgReceiveCallback_BeginInvoke_m3270430147 (OnMsgReceiveCallback_t4052986837 * __this, ChatContent_t42021257 * ___content0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___content0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void CYunvaApi/OnMsgReceiveCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnMsgReceiveCallback_EndInvoke_m1588429749 (OnMsgReceiveCallback_t4052986837 * __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 extern "C" void DelegatePInvokeWrapper_OnStopRecordCompleteCallback_t2363891626 (OnStopRecordCompleteCallback_t2363891626 * __this, String_t* ___recordTime0, String_t* ___recordFilePath1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___recordTime0' to native representation char* ____recordTime0_marshaled = NULL; ____recordTime0_marshaled = il2cpp_codegen_marshal_string(___recordTime0); // Marshaling of parameter '___recordFilePath1' to native representation char* ____recordFilePath1_marshaled = NULL; ____recordFilePath1_marshaled = il2cpp_codegen_marshal_string(___recordFilePath1); // Native function invocation il2cppPInvokeFunc(____recordTime0_marshaled, ____recordFilePath1_marshaled); // Marshaling cleanup of parameter '___recordTime0' native representation il2cpp_codegen_marshal_free(____recordTime0_marshaled); ____recordTime0_marshaled = NULL; // Marshaling cleanup of parameter '___recordFilePath1' native representation il2cpp_codegen_marshal_free(____recordFilePath1_marshaled); ____recordFilePath1_marshaled = NULL; } // System.Void CYunvaApi/OnStopRecordCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnStopRecordCompleteCallback__ctor_m3285280669 (OnStopRecordCompleteCallback_t2363891626 * __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 CYunvaApi/OnStopRecordCompleteCallback::Invoke(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void OnStopRecordCompleteCallback_Invoke_m771093877 (OnStopRecordCompleteCallback_t2363891626 * __this, String_t* ___recordTime0, String_t* ___recordFilePath1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnStopRecordCompleteCallback_Invoke_m771093877((OnStopRecordCompleteCallback_t2363891626 *)__this->get_prev_9(), ___recordTime0, ___recordFilePath1, 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*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___recordTime0, ___recordFilePath1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___recordTime0, ___recordFilePath1, 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*, String_t* >::Invoke(targetMethod, targetThis, ___recordTime0, ___recordFilePath1); else GenericVirtActionInvoker2< String_t*, String_t* >::Invoke(targetMethod, targetThis, ___recordTime0, ___recordFilePath1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___recordTime0, ___recordFilePath1); else VirtActionInvoker2< String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___recordTime0, ___recordFilePath1); } } else { typedef void (*FunctionPointerType) (void*, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___recordTime0, ___recordFilePath1, 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< String_t* >::Invoke(targetMethod, ___recordTime0, ___recordFilePath1); else GenericVirtActionInvoker1< String_t* >::Invoke(targetMethod, ___recordTime0, ___recordFilePath1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___recordTime0, ___recordFilePath1); else VirtActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___recordTime0, ___recordFilePath1); } } else { typedef void (*FunctionPointerType) (String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___recordTime0, ___recordFilePath1, targetMethod); } } } } // System.IAsyncResult CYunvaApi/OnStopRecordCompleteCallback::BeginInvoke(System.String,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnStopRecordCompleteCallback_BeginInvoke_m2374785481 (OnStopRecordCompleteCallback_t2363891626 * __this, String_t* ___recordTime0, String_t* ___recordFilePath1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___recordTime0; __d_args[1] = ___recordFilePath1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void CYunvaApi/OnStopRecordCompleteCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnStopRecordCompleteCallback_EndInvoke_m1028258871 (OnStopRecordCompleteCallback_t2363891626 * __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 extern "C" void DelegatePInvokeWrapper_OnStopSpeechCompleteCallback_t1009288087 (OnStopSpeechCompleteCallback_t1009288087 * __this, int32_t ___recordTime0, String_t* ___filePath1, String_t* ___webUrl2, String_t* ___recordText3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, char*, char*, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___filePath1' to native representation char* ____filePath1_marshaled = NULL; ____filePath1_marshaled = il2cpp_codegen_marshal_string(___filePath1); // Marshaling of parameter '___webUrl2' to native representation char* ____webUrl2_marshaled = NULL; ____webUrl2_marshaled = il2cpp_codegen_marshal_string(___webUrl2); // Marshaling of parameter '___recordText3' to native representation char* ____recordText3_marshaled = NULL; ____recordText3_marshaled = il2cpp_codegen_marshal_string(___recordText3); // Native function invocation il2cppPInvokeFunc(___recordTime0, ____filePath1_marshaled, ____webUrl2_marshaled, ____recordText3_marshaled); // Marshaling cleanup of parameter '___filePath1' native representation il2cpp_codegen_marshal_free(____filePath1_marshaled); ____filePath1_marshaled = NULL; // Marshaling cleanup of parameter '___webUrl2' native representation il2cpp_codegen_marshal_free(____webUrl2_marshaled); ____webUrl2_marshaled = NULL; // Marshaling cleanup of parameter '___recordText3' native representation il2cpp_codegen_marshal_free(____recordText3_marshaled); ____recordText3_marshaled = NULL; } // System.Void CYunvaApi/OnStopSpeechCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnStopSpeechCompleteCallback__ctor_m2596850847 (OnStopSpeechCompleteCallback_t1009288087 * __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 CYunvaApi/OnStopSpeechCompleteCallback::Invoke(System.Int32,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void OnStopSpeechCompleteCallback_Invoke_m1078415873 (OnStopSpeechCompleteCallback_t1009288087 * __this, int32_t ___recordTime0, String_t* ___filePath1, String_t* ___webUrl2, String_t* ___recordText3, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnStopSpeechCompleteCallback_Invoke_m1078415873((OnStopSpeechCompleteCallback_t1009288087 *)__this->get_prev_9(), ___recordTime0, ___filePath1, ___webUrl2, ___recordText3, 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) == 4) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, String_t*, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___recordTime0, ___filePath1, ___webUrl2, ___recordText3, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, String_t*, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___recordTime0, ___filePath1, ___webUrl2, ___recordText3, 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)) GenericInterfaceActionInvoker4< int32_t, String_t*, String_t*, String_t* >::Invoke(targetMethod, targetThis, ___recordTime0, ___filePath1, ___webUrl2, ___recordText3); else GenericVirtActionInvoker4< int32_t, String_t*, String_t*, String_t* >::Invoke(targetMethod, targetThis, ___recordTime0, ___filePath1, ___webUrl2, ___recordText3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< int32_t, String_t*, String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___recordTime0, ___filePath1, ___webUrl2, ___recordText3); else VirtActionInvoker4< int32_t, String_t*, String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___recordTime0, ___filePath1, ___webUrl2, ___recordText3); } } else { typedef void (*FunctionPointerType) (void*, int32_t, String_t*, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___recordTime0, ___filePath1, ___webUrl2, ___recordText3, targetMethod); } } } } // System.IAsyncResult CYunvaApi/OnStopSpeechCompleteCallback::BeginInvoke(System.Int32,System.String,System.String,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnStopSpeechCompleteCallback_BeginInvoke_m2188456817 (OnStopSpeechCompleteCallback_t1009288087 * __this, int32_t ___recordTime0, String_t* ___filePath1, String_t* ___webUrl2, String_t* ___recordText3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnStopSpeechCompleteCallback_BeginInvoke_m2188456817_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___recordTime0); __d_args[1] = ___filePath1; __d_args[2] = ___webUrl2; __d_args[3] = ___recordText3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Void CYunvaApi/OnStopSpeechCompleteCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnStopSpeechCompleteCallback_EndInvoke_m3009213870 (OnStopSpeechCompleteCallback_t1009288087 * __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 extern "C" void DelegatePInvokeWrapper_OnUpLoadCompleteCallback_t2081987828 (OnUpLoadCompleteCallback_t2081987828 * __this, int32_t ___channelType0, String_t* ___msgType1, String_t* ___userid2, int32_t ___voiceLen3, String_t* ___fileUrl4, String_t* ___recordText5, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, char*, char*, int32_t, char*, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___msgType1' to native representation char* ____msgType1_marshaled = NULL; ____msgType1_marshaled = il2cpp_codegen_marshal_string(___msgType1); // Marshaling of parameter '___userid2' to native representation char* ____userid2_marshaled = NULL; ____userid2_marshaled = il2cpp_codegen_marshal_string(___userid2); // Marshaling of parameter '___fileUrl4' to native representation char* ____fileUrl4_marshaled = NULL; ____fileUrl4_marshaled = il2cpp_codegen_marshal_string(___fileUrl4); // Marshaling of parameter '___recordText5' to native representation char* ____recordText5_marshaled = NULL; ____recordText5_marshaled = il2cpp_codegen_marshal_string(___recordText5); // Native function invocation il2cppPInvokeFunc(___channelType0, ____msgType1_marshaled, ____userid2_marshaled, ___voiceLen3, ____fileUrl4_marshaled, ____recordText5_marshaled); // Marshaling cleanup of parameter '___msgType1' native representation il2cpp_codegen_marshal_free(____msgType1_marshaled); ____msgType1_marshaled = NULL; // Marshaling cleanup of parameter '___userid2' native representation il2cpp_codegen_marshal_free(____userid2_marshaled); ____userid2_marshaled = NULL; // Marshaling cleanup of parameter '___fileUrl4' native representation il2cpp_codegen_marshal_free(____fileUrl4_marshaled); ____fileUrl4_marshaled = NULL; // Marshaling cleanup of parameter '___recordText5' native representation il2cpp_codegen_marshal_free(____recordText5_marshaled); ____recordText5_marshaled = NULL; } // System.Void CYunvaApi/OnUpLoadCompleteCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnUpLoadCompleteCallback__ctor_m776375331 (OnUpLoadCompleteCallback_t2081987828 * __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 CYunvaApi/OnUpLoadCompleteCallback::Invoke(System.Int32,System.String,System.String,System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void OnUpLoadCompleteCallback_Invoke_m2945984462 (OnUpLoadCompleteCallback_t2081987828 * __this, int32_t ___channelType0, String_t* ___msgType1, String_t* ___userid2, int32_t ___voiceLen3, String_t* ___fileUrl4, String_t* ___recordText5, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnUpLoadCompleteCallback_Invoke_m2945984462((OnUpLoadCompleteCallback_t2081987828 *)__this->get_prev_9(), ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5, 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) == 6) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, String_t*, String_t*, int32_t, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, String_t*, String_t*, int32_t, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5, 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)) GenericInterfaceActionInvoker6< int32_t, String_t*, String_t*, int32_t, String_t*, String_t* >::Invoke(targetMethod, targetThis, ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5); else GenericVirtActionInvoker6< int32_t, String_t*, String_t*, int32_t, String_t*, String_t* >::Invoke(targetMethod, targetThis, ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker6< int32_t, String_t*, String_t*, int32_t, String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5); else VirtActionInvoker6< int32_t, String_t*, String_t*, int32_t, String_t*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5); } } else { typedef void (*FunctionPointerType) (void*, int32_t, String_t*, String_t*, int32_t, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___channelType0, ___msgType1, ___userid2, ___voiceLen3, ___fileUrl4, ___recordText5, targetMethod); } } } } // System.IAsyncResult CYunvaApi/OnUpLoadCompleteCallback::BeginInvoke(System.Int32,System.String,System.String,System.Int32,System.String,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnUpLoadCompleteCallback_BeginInvoke_m1820721855 (OnUpLoadCompleteCallback_t2081987828 * __this, int32_t ___channelType0, String_t* ___msgType1, String_t* ___userid2, int32_t ___voiceLen3, String_t* ___fileUrl4, String_t* ___recordText5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnUpLoadCompleteCallback_BeginInvoke_m1820721855_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___channelType0); __d_args[1] = ___msgType1; __d_args[2] = ___userid2; __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___voiceLen3); __d_args[4] = ___fileUrl4; __d_args[5] = ___recordText5; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // System.Void CYunvaApi/OnUpLoadCompleteCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnUpLoadCompleteCallback_EndInvoke_m143663873 (OnUpLoadCompleteCallback_t2081987828 * __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 DanceScoreRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void DanceScoreRole__ctor_m1931445794 (DanceScoreRole_t1777216089 * __this, const RuntimeMethod* method) { { IScenePersonalRolePosition__ctor_m14224250(__this, /*hidden argument*/NULL); return; } } // System.Void DanceScoreRole::ShowAvatarInPos(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void DanceScoreRole_ShowAvatarInPos_m4052871131 (DanceScoreRole_t1777216089 * __this, Transform_t3600365921 * ___uiRootVal0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___uiRootVal0; DanceScoreRole_ShowAvatarInPos_m4164314488(__this, L_0, 0, /*hidden argument*/NULL); return; } } // System.Void DanceScoreRole::ShowAvatarInPos(UnityEngine.Transform,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DanceScoreRole_ShowAvatarInPos_m4164314488 (DanceScoreRole_t1777216089 * __this, Transform_t3600365921 * ___uiRootVal0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceScoreRole_ShowAvatarInPos_m4164314488_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * G_B3_0 = NULL; { Transform_t3600365921 * L_0 = ___uiRootVal0; 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; } } { Transform_t3600365921 * L_2 = ___uiRootVal0; int32_t L_3 = ___index1; int32_t L_4 = 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_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1399484717, L_5, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_2, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; goto IL_0028; } IL_0027: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_0028: { V_0 = G_B3_0; Transform_t3600365921 * L_8 = V_0; IScenePersonalRolePosition_ShowNewAvatarTarget_m1172002001(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void DanceScoreRole::InitAvatarPos() extern "C" IL2CPP_METHOD_ATTR void DanceScoreRole_InitAvatarPos_m844310958 (DanceScoreRole_t1777216089 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceScoreRole_InitAvatarPos_m844310958_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; int32_t V_2 = 0; DanceScoreRole_t1777216089 * G_B4_0 = NULL; DanceScoreRole_t1777216089 * G_B3_0 = NULL; Transform_t3600365921 * G_B5_0 = NULL; DanceScoreRole_t1777216089 * G_B5_1 = NULL; DanceScoreRole_t1777216089 * G_B14_0 = NULL; DanceScoreRole_t1777216089 * G_B13_0 = NULL; int32_t G_B15_0 = 0; DanceScoreRole_t1777216089 * G_B15_1 = NULL; { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLevelManager_IsLevel_m3139716542(L_0, _stringLiteral3500937908, /*hidden argument*/NULL); if (L_1) { goto IL_002d; } } { 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); String_t* L_3 = CRoot_GetLoadingSceneName_m2451113697(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_CompareTo_m3414379165(L_3, _stringLiteral3500937908, /*hidden argument*/NULL); if (L_4) { goto IL_00ba; } } IL_002d: { Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = CGameHelp_GetRootTransform_m945878757(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; 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); G_B3_0 = __this; if (!L_8) { G_B4_0 = __this; goto IL_0056; } } { Transform_t3600365921 * L_9 = V_0; NullCheck(L_9); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_9, _stringLiteral361196065, /*hidden argument*/NULL); G_B5_0 = L_10; G_B5_1 = G_B3_0; goto IL_0057; } IL_0056: { G_B5_0 = ((Transform_t3600365921 *)(NULL)); G_B5_1 = G_B4_0; } IL_0057: { NullCheck(G_B5_1); ((IScenePersonalRolePosition_t1996743043 *)G_B5_1)->set_m_uiWatchPos_2(G_B5_0); Transform_t3600365921 * L_11 = ((IScenePersonalRolePosition_t1996743043 *)__this)->get_m_uiWatchPos_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_009a; } } { GameObject_t1113636619 * L_13 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral3069917219, /*hidden argument*/NULL); V_1 = L_13; GameObject_t1113636619 * 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_009a; } } { GameObject_t1113636619 * L_16 = V_1; NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = Transform_Find_m1729760951(L_17, _stringLiteral2763310485, /*hidden argument*/NULL); ((IScenePersonalRolePosition_t1996743043 *)__this)->set_m_uiWatchPos_2(L_18); } IL_009a: { Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_get_parent_m835071599(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Camera_t4157153871 * L_21 = CMiscHelp_GetChildComponent_TisCamera_t4157153871_m2022690864(NULL /*static, unused*/, L_20, _stringLiteral3170031834, /*hidden argument*/CMiscHelp_GetChildComponent_TisCamera_t4157153871_m2022690864_RuntimeMethod_var); ((IScenePersonalRolePosition_t1996743043 *)__this)->set_m_3dCamera_3(L_21); goto IL_0126; } IL_00ba: { Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_get_parent_m835071599(L_22, /*hidden argument*/NULL); NullCheck(L_23); Transform_t3600365921 * L_24 = Transform_get_parent_m835071599(L_23, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral3715761601, /*hidden argument*/NULL); ((IScenePersonalRolePosition_t1996743043 *)__this)->set_m_uiWatchPos_2(L_25); Transform_t3600365921 * L_26 = ((IScenePersonalRolePosition_t1996743043 *)__this)->get_m_uiWatchPos_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_010b; } } { Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_get_parent_m835071599(L_28, /*hidden argument*/NULL); NullCheck(L_29); Transform_t3600365921 * L_30 = Transform_get_parent_m835071599(L_29, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral605424390, /*hidden argument*/NULL); ((IScenePersonalRolePosition_t1996743043 *)__this)->set_m_uiWatchPos_2(L_31); } IL_010b: { Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_get_parent_m835071599(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Camera_t4157153871 * L_34 = CMiscHelp_GetChildComponent_TisCamera_t4157153871_m2022690864(NULL /*static, unused*/, L_33, _stringLiteral2774581319, /*hidden argument*/CMiscHelp_GetChildComponent_TisCamera_t4157153871_m2022690864_RuntimeMethod_var); ((IScenePersonalRolePosition_t1996743043 *)__this)->set_m_3dCamera_3(L_34); } IL_0126: { Transform_t3600365921 * L_35 = ((IScenePersonalRolePosition_t1996743043 *)__this)->get_m_uiWatchPos_2(); ((IScenePersonalRolePosition_t1996743043 *)__this)->set_m_CurNewUICenter_6(L_35); Transform_t3600365921 * L_36 = ((IScenePersonalRolePosition_t1996743043 *)__this)->get_m_CurNewUICenter_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_37 = CMiscHelp_GetUIStretchType_m2716397644(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_2 = L_37; int32_t L_38 = V_2; G_B13_0 = __this; if ((!(((uint32_t)L_38) == ((uint32_t)5)))) { G_B14_0 = __this; goto IL_014c; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; goto IL_014d; } IL_014c: { G_B15_0 = 1; G_B15_1 = G_B14_0; } IL_014d: { NullCheck(G_B15_1); ((IScenePersonalRolePosition_t1996743043 *)G_B15_1)->set_m_bScalBoth_8((bool)G_B15_0); return; } } // System.Boolean DanceScoreRole::OnUpdateBegin() extern "C" IL2CPP_METHOD_ATTR bool DanceScoreRole_OnUpdateBegin_m533893490 (DanceScoreRole_t1777216089 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceScoreRole_OnUpdateBegin_m533893490_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropertySite_t3895418650 * V_0 = NULL; CPropertySite_t3895418650 * V_1 = NULL; { CPropertySiteManager_t1418377639 * L_0 = CPropertySiteManager_GetInstance_m1855189225(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPropertySite_t3895418650 * L_1 = CPropertySiteManager_FindSite_m3078562921(L_0, _stringLiteral1232841122, /*hidden argument*/NULL); V_0 = L_1; CPropertySite_t3895418650 * L_2 = V_0; if (!L_2) { goto IL_0074; } } { CPropertySite_t3895418650 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPropertySite_GetPropHistoryCount_m3915303946(L_3, /*hidden argument*/NULL); if ((((int32_t)2) > ((int32_t)L_4))) { goto IL_0074; } } { IL2CPP_RUNTIME_CLASS_INIT(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var); int32_t L_5 = ((DanceScoreRole_t1777216089_StaticFields*)il2cpp_codegen_static_fields_for(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var))->get_s_showLevelIndex_11(); CPropertySite_t3895418650 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPropertySite_GetPropHistoryCount_m3915303946(L_6, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))) == ((int32_t)L_7))) { goto IL_0074; } } { CMainRole_t4200562839 * L_8 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = ISceneBaseObj_IsValid_m1197404667(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0074; } } { CMainRole_t4200562839 * L_10 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = ISceneBaseObj_IsEnable_m3745268461(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0074; } } { CMainRole_t4200562839 * L_12 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); ISceneBaseObj_PlayEffect_m4006788978(L_12, _stringLiteral15947561, 0, (5.0f), /*hidden argument*/NULL); CPropertySite_t3895418650 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = CPropertySite_GetPropHistoryCount_m3915303946(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var); ((DanceScoreRole_t1777216089_StaticFields*)il2cpp_codegen_static_fields_for(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var))->set_s_showLevelIndex_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))); } IL_0074: { CPropertySiteManager_t1418377639 * L_15 = CPropertySiteManager_GetInstance_m1855189225(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CPropertySite_t3895418650 * L_16 = CPropertySiteManager_FindSite_m3078562921(L_15, _stringLiteral3883940818, /*hidden argument*/NULL); V_1 = L_16; CPropertySite_t3895418650 * L_17 = V_1; if (!L_17) { goto IL_00f4; } } { CPropertySite_t3895418650 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = CPropertySite_GetPropHistoryCount_m3915303946(L_18, /*hidden argument*/NULL); if ((((int32_t)2) > ((int32_t)L_19))) { goto IL_00f4; } } { IL2CPP_RUNTIME_CLASS_INIT(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var); int32_t L_20 = ((DanceScoreRole_t1777216089_StaticFields*)il2cpp_codegen_static_fields_for(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var))->get_s_showFashionIndex_12(); CPropertySite_t3895418650 * L_21 = V_1; NullCheck(L_21); int32_t L_22 = CPropertySite_GetPropHistoryCount_m3915303946(L_21, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))) == ((int32_t)L_22))) { goto IL_00f4; } } { CMainRole_t4200562839 * L_23 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); bool L_24 = ISceneBaseObj_IsValid_m1197404667(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00f4; } } { CMainRole_t4200562839 * L_25 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); bool L_26 = ISceneBaseObj_IsEnable_m3745268461(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00f4; } } { CPropertySite_t3895418650 * L_27 = V_1; NullCheck(L_27); bool L_28 = CPropertySite_IsIncrease_m4219268819(L_27, 2, /*hidden argument*/NULL); if (!L_28) { goto IL_00e7; } } { CMainRole_t4200562839 * L_29 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); ISceneBaseObj_PlayEffect_m4006788978(L_29, _stringLiteral23841732, 0, (5.0f), /*hidden argument*/NULL); } IL_00e7: { CPropertySite_t3895418650 * L_30 = V_1; NullCheck(L_30); int32_t L_31 = CPropertySite_GetPropHistoryCount_m3915303946(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var); ((DanceScoreRole_t1777216089_StaticFields*)il2cpp_codegen_static_fields_for(DanceScoreRole_t1777216089_il2cpp_TypeInfo_var))->set_s_showFashionIndex_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1))); } IL_00f4: { ShareManager_t1254576143 * L_32 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); bool L_33 = ShareManager_IsShareMode_NeedAvartarResume_m532584158(L_32, /*hidden argument*/NULL); if (L_33) { goto IL_0105; } } { return (bool)0; } IL_0105: { CEffectWndManager_t3902312294 * L_34 = CEffectWndManager_GetInstance_m2989690479(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); CEffectWndManager_OnUpdate_m2902700605(L_34, /*hidden argument*/NULL); return (bool)1; } } // System.Void DanceScoreRole::.cctor() extern "C" IL2CPP_METHOD_ATTR void DanceScoreRole__cctor_m952513167 (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 DelegateGetTexture::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DelegateGetTexture__ctor_m2692350927 (DelegateGetTexture_t2540163646 * __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 DelegateGetTexture::Invoke(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR void DelegateGetTexture_Invoke_m3463250749 (DelegateGetTexture_t2540163646 * __this, Texture2D_t3840446185 * ___m_texture0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DelegateGetTexture_Invoke_m3463250749((DelegateGetTexture_t2540163646 *)__this->get_prev_9(), ___m_texture0, 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 *, Texture2D_t3840446185 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___m_texture0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Texture2D_t3840446185 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___m_texture0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Texture2D_t3840446185 * >::Invoke(targetMethod, targetThis, ___m_texture0); else GenericVirtActionInvoker1< Texture2D_t3840446185 * >::Invoke(targetMethod, targetThis, ___m_texture0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Texture2D_t3840446185 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___m_texture0); else VirtActionInvoker1< Texture2D_t3840446185 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___m_texture0); } } else { typedef void (*FunctionPointerType) (void*, Texture2D_t3840446185 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___m_texture0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___m_texture0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___m_texture0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___m_texture0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___m_texture0); } } else { typedef void (*FunctionPointerType) (Texture2D_t3840446185 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___m_texture0, targetMethod); } } } } // System.IAsyncResult DelegateGetTexture::BeginInvoke(UnityEngine.Texture2D,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DelegateGetTexture_BeginInvoke_m2082607831 (DelegateGetTexture_t2540163646 * __this, Texture2D_t3840446185 * ___m_texture0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___m_texture0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DelegateGetTexture::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DelegateGetTexture_EndInvoke_m448162114 (DelegateGetTexture_t2540163646 * __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 DetailWnd::.ctor() extern "C" IL2CPP_METHOD_ATTR void DetailWnd__ctor_m1115169184 (DetailWnd_t3732401977 * __this, const RuntimeMethod* method) { { __this->set_m_configId_5((-1)); __this->set_mAboutAvatar_6((bool)1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DetailWnd::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void DetailWnd_OnPageInit_m787703695 (DetailWnd_t3732401977 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DetailWnd_OnPageInit_m787703695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_7(); if (L_0) { goto IL_0063; } } { __this->set_isPageInit_7((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral1562427981, /*hidden argument*/NULL); NullCheck(L_2); UILabel_t3248798549 * L_3 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_2, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_Desc_2(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral3290554964, /*hidden argument*/NULL); NullCheck(L_5); UITexture_t3471168817 * L_6 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_5, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_Icon_4(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral4055878531, /*hidden argument*/NULL); NullCheck(L_8); UILabel_t3248798549 * L_9 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_8, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_Name_3(L_9); } IL_0063: { return; } } // System.Void DetailWnd::Update() extern "C" IL2CPP_METHOD_ATTR void DetailWnd_Update_m2897727395 (DetailWnd_t3732401977 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_configId_5(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0013; } } { DetailWnd_OnClickClose_m3776631278(__this, /*hidden argument*/NULL); return; } IL_0013: { return; } } // System.Void DetailWnd::OnClickClose() extern "C" IL2CPP_METHOD_ATTR void DetailWnd_OnClickClose_m3776631278 (DetailWnd_t3732401977 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DetailWnd_OnClickClose_m3776631278_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_configId_5((-1)); Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); bool L_2 = __this->get_mAboutAvatar_6(); if (!L_2) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void DetailWnd::OnShow() extern "C" IL2CPP_METHOD_ATTR void DetailWnd_OnShow_m3433315006 (DetailWnd_t3732401977 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DetailWnd_OnShow_m3433315006_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); bool L_2 = __this->get_mAboutAvatar_6(); if (!L_2) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void DetailWnd::SetAboutAvatar(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DetailWnd_SetAboutAvatar_m1382360775 (DetailWnd_t3732401977 * __this, bool ___bol0, const RuntimeMethod* method) { { bool L_0 = ___bol0; __this->set_mAboutAvatar_6(L_0); return; } } // System.Void DetailWnd::SetDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DetailWnd_SetDetail_m3739527022 (DetailWnd_t3732401977 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DetailWnd_SetDetail_m3739527022_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Object_t631007953 * V_1 = NULL; CDataProperty_t2806246268 * V_2 = NULL; { int32_t L_0 = ___configId0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0008; } } { return; } IL_0008: { int32_t L_1 = ___configId0; __this->set_m_configId_5(L_1); DetailWnd_OnShow_m3433315006(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); IResourceManager_BeginHighMode_m3631946985(L_2, /*hidden argument*/NULL); int32_t L_3 = __this->get_m_configId_5(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_4 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; IResourceManager_t3165642952 * L_5 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = V_0; intptr_t L_7 = (intptr_t)DetailWnd_OnImageLoaded_m1177959395_RuntimeMethod_var; OnResourceResult_t3899022047 * L_8 = (OnResourceResult_t3899022047 *)il2cpp_codegen_object_new(OnResourceResult_t3899022047_il2cpp_TypeInfo_var); OnResourceResult__ctor_m2889225573(L_8, __this, L_7, /*hidden argument*/NULL); int32_t L_9 = __this->get_m_configId_5(); NullCheck(L_5); Object_t631007953 * L_10 = 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_5, L_6, (bool)1, L_8, L_9); V_1 = L_10; Object_t631007953 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_007d; } } { UITexture_t3471168817 * L_13 = __this->get_m_Icon_4(); Object_t631007953 * L_14 = V_1; NullCheck(L_13); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_13, ((Texture2D_t3840446185 *)CastclassSealed((RuntimeObject*)L_14, Texture2D_t3840446185_il2cpp_TypeInfo_var))); UITexture_t3471168817 * L_15 = __this->get_m_Icon_4(); NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); NullCheck(L_16); GameObject_SetActive_m796801857(L_16, (bool)1, /*hidden argument*/NULL); goto IL_008e; } IL_007d: { UITexture_t3471168817 * L_17 = __this->get_m_Icon_4(); NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); NullCheck(L_18); GameObject_SetActive_m796801857(L_18, (bool)0, /*hidden argument*/NULL); } IL_008e: { int32_t L_19 = __this->get_m_configId_5(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_20 = CShopManager_IsClothing_m480793725(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00be; } } { UILabel_t3248798549 * L_21 = __this->get_m_Desc_2(); CShopConfig_t202154353 * L_22 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_23 = __this->get_m_configId_5(); NullCheck(L_22); String_t* L_24 = CShopConfig_GetName_m2272590700(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); UILabel_set_text_m1071532778(L_21, L_24, /*hidden argument*/NULL); goto IL_0134; } IL_00be: { UILabel_t3248798549 * L_25 = __this->get_m_Desc_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_25); UILabel_set_text_m1071532778(L_25, L_26, /*hidden argument*/NULL); int32_t L_27 = __this->get_m_configId_5(); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_00db; } } { return; } IL_00db: { int32_t L_28 = __this->get_m_configId_5(); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_29 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); V_2 = L_29; CDataProperty_t2806246268 * L_30 = V_2; if (!L_30) { goto IL_0134; } } { UILabel_t3248798549 * L_31 = __this->get_m_Desc_2(); CDataProperty_t2806246268 * L_32 = V_2; NullCheck(L_32); String_t* L_33 = CDataProperty_GetWideStr_m3656006276(L_32, _stringLiteral3220737639, _stringLiteral3220737639, /*hidden argument*/NULL); NullCheck(L_31); UILabel_set_text_m1071532778(L_31, L_33, /*hidden argument*/NULL); UILabel_t3248798549 * L_34 = __this->get_m_Name_3(); 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_0134; } } { UILabel_t3248798549 * L_36 = __this->get_m_Name_3(); CDataProperty_t2806246268 * L_37 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_37); String_t* L_39 = CDataProperty_GetWideStr_m3656006276(L_37, _stringLiteral62725243, L_38, /*hidden argument*/NULL); NullCheck(L_36); UILabel_set_text_m1071532778(L_36, L_39, /*hidden argument*/NULL); } IL_0134: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_40 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); IResourceManager_EndHighMode_m797513702(L_40, /*hidden argument*/NULL); return; } } // System.Void DetailWnd::OnImageLoaded(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DetailWnd_OnImageLoaded_m1177959395 (DetailWnd_t3732401977 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DetailWnd_OnImageLoaded_m1177959395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___userData2; int32_t L_1 = __this->get_m_configId_5(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_000d; } } { return; } IL_000d: { Object_t631007953 * L_2 = ___obj1; 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_003b; } } { UITexture_t3471168817 * L_4 = __this->get_m_Icon_4(); Object_t631007953 * L_5 = ___obj1; NullCheck(L_4); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_4, ((Texture2D_t3840446185 *)CastclassSealed((RuntimeObject*)L_5, Texture2D_t3840446185_il2cpp_TypeInfo_var))); UITexture_t3471168817 * L_6 = __this->get_m_Icon_4(); NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); } IL_003b: { return; } } // System.Void DetailWnd::OnClkCancel(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void DetailWnd_OnClkCancel_m3679047575 (DetailWnd_t3732401977 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { { DetailWnd_OnClickClose_m3776631278(__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 DMCDCirculateScrollView::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__ctor_m2232769247 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { { __this->set_m_fMoveSpeed_5((0.25f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMCDCirculateScrollView::Awake() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_Awake_m333813839 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { { __this->set_m_bInited_16((bool)0); __this->set_m_bPressFlag_15((bool)0); __this->set_m_UIStart_7(0); __this->set_m_SceneStart_8(0); return; } } // System.Void DMCDCirculateScrollView::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_OnPageInit_m2661191585 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDCirculateScrollView_OnPageInit_m2661191585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); __this->set_m_ActiveReceiver_4(L_0); __this->set_m_listView_3(((DMCDScrollViewItemU5BU5D_t786020350*)SZArrayNew(DMCDScrollViewItemU5BU5D_t786020350_il2cpp_TypeInfo_var, (uint32_t)5))); DMCDScrollViewItemU5BU5D_t786020350* L_1 = __this->get_m_listView_3(); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral456887321, /*hidden argument*/NULL); NullCheck(L_3); DMCDScrollViewItem_t254217223 * L_4 = Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969(L_3, /*hidden argument*/Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969_RuntimeMethod_var); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (DMCDScrollViewItem_t254217223 *)L_4); DMCDScrollViewItemU5BU5D_t786020350* L_5 = __this->get_m_listView_3(); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral456952857, /*hidden argument*/NULL); NullCheck(L_7); DMCDScrollViewItem_t254217223 * L_8 = Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969(L_7, /*hidden argument*/Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969_RuntimeMethod_var); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (DMCDScrollViewItem_t254217223 *)L_8); DMCDScrollViewItemU5BU5D_t786020350* L_9 = __this->get_m_listView_3(); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral456756249, /*hidden argument*/NULL); NullCheck(L_11); DMCDScrollViewItem_t254217223 * L_12 = Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969(L_11, /*hidden argument*/Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969_RuntimeMethod_var); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(2), (DMCDScrollViewItem_t254217223 *)L_12); DMCDScrollViewItemU5BU5D_t786020350* L_13 = __this->get_m_listView_3(); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral456821785, /*hidden argument*/NULL); NullCheck(L_15); DMCDScrollViewItem_t254217223 * L_16 = Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969(L_15, /*hidden argument*/Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969_RuntimeMethod_var); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(3), (DMCDScrollViewItem_t254217223 *)L_16); DMCDScrollViewItemU5BU5D_t786020350* L_17 = __this->get_m_listView_3(); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_Find_m1729760951(L_18, _stringLiteral456625177, /*hidden argument*/NULL); NullCheck(L_19); DMCDScrollViewItem_t254217223 * L_20 = Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969(L_19, /*hidden argument*/Component_GetComponent_TisDMCDScrollViewItem_t254217223_m2051632969_RuntimeMethod_var); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(4), (DMCDScrollViewItem_t254217223 *)L_20); DMCDScrollViewItemU5BU5D_t786020350* L_21 = __this->get_m_listView_3(); NullCheck(L_21); __this->set_m_HalfOffset_9(((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)1))/(int32_t)2))); DMCDScrollViewItemU5BU5D_t786020350* L_22 = __this->get_m_listView_3(); NullCheck(L_22); __this->set_m_listTransOrg_6(((stTransOrgU5BU5D_t1730188285*)SZArrayNew(stTransOrgU5BU5D_t1730188285_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))); return; } } // System.Void DMCDCirculateScrollView::Start() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_Start_m1600223603 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { { DMCDCirculateScrollView_Init_m2814879024(__this, /*hidden argument*/NULL); return; } } // System.Void DMCDCirculateScrollView::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_LateUpdate_m2502190793 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { { DMCDCirculateScrollView__OnCheckSlidItemsArea_m1856314465(__this, /*hidden argument*/NULL); DMCDCirculateScrollView__OnItemsMove_m1221771968(__this, /*hidden argument*/NULL); return; } } // System.Void DMCDCirculateScrollView::Init() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_Init_m2814879024 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDCirculateScrollView_Init_m2814879024_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; stTransOrg_t3225015988 * V_2 = NULL; DMCDScrollViewItem_t254217223 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); 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)); Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); int32_t V_10 = 0; cSceneTexTure_t2865878985 * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; cSceneTexTure_t2865878985 * V_14 = NULL; { bool L_0 = __this->get_m_bInited_16(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_bInited_16((bool)1); __this->set_m_bClkingInside_10((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); __this->set_m_MaxOffset_11(L_1); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ClkPos_12(L_2); __this->set_m_MoveTimeLabor_14((-1.0f)); __this->set_m_bMoveLower_13((bool)1); DMCDScrollViewItemU5BU5D_t786020350* L_3 = __this->get_m_listView_3(); NullCheck(L_3); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)1))/(int32_t)2)); V_1 = 0; goto IL_0109; } IL_0056: { stTransOrg_t3225015988 * L_4 = (stTransOrg_t3225015988 *)il2cpp_codegen_object_new(stTransOrg_t3225015988_il2cpp_TypeInfo_var); stTransOrg__ctor_m1904712507(L_4, /*hidden argument*/NULL); V_2 = L_4; DMCDScrollViewItemU5BU5D_t786020350* L_5 = __this->get_m_listView_3(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; DMCDScrollViewItem_t254217223 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; stTransOrg_t3225015988 * L_9 = V_2; DMCDScrollViewItem_t254217223 * L_10 = V_3; NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); V_4 = L_12; float L_13 = (&V_4)->get_x_1(); DMCDScrollViewItem_t254217223 * L_14 = V_3; NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t3722313464 L_16 = Transform_get_localPosition_m4234289348(L_15, /*hidden argument*/NULL); V_5 = L_16; float L_17 = (&V_5)->get_y_2(); DMCDScrollViewItem_t254217223 * L_18 = V_3; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); NullCheck(L_19); Vector3_t3722313464 L_20 = Transform_get_localPosition_m4234289348(L_19, /*hidden argument*/NULL); V_6 = L_20; float L_21 = (&V_6)->get_z_3(); Vector3_t3722313464 L_22; memset(&L_22, 0, sizeof(L_22)); Vector3__ctor_m3353183577((&L_22), L_13, L_17, L_21, /*hidden argument*/NULL); NullCheck(L_9); L_9->set__position_0(L_22); stTransOrg_t3225015988 * L_23 = V_2; DMCDScrollViewItem_t254217223 * L_24 = V_3; NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t3722313464 L_26 = Transform_get_localScale_m129152068(L_25, /*hidden argument*/NULL); V_7 = L_26; float L_27 = (&V_7)->get_x_1(); DMCDScrollViewItem_t254217223 * L_28 = V_3; NullCheck(L_28); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(L_28, /*hidden argument*/NULL); NullCheck(L_29); Vector3_t3722313464 L_30 = Transform_get_localScale_m129152068(L_29, /*hidden argument*/NULL); V_8 = L_30; float L_31 = (&V_8)->get_y_2(); DMCDScrollViewItem_t254217223 * L_32 = V_3; NullCheck(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(L_32, /*hidden argument*/NULL); NullCheck(L_33); Vector3_t3722313464 L_34 = Transform_get_localScale_m129152068(L_33, /*hidden argument*/NULL); V_9 = L_34; float L_35 = (&V_9)->get_z_3(); Vector3_t3722313464 L_36; memset(&L_36, 0, sizeof(L_36)); Vector3__ctor_m3353183577((&L_36), L_27, L_31, L_35, /*hidden argument*/NULL); NullCheck(L_23); L_23->set__scale_1(L_36); stTransOrgU5BU5D_t1730188285* L_37 = __this->get_m_listTransOrg_6(); int32_t L_38 = V_1; stTransOrg_t3225015988 * L_39 = V_2; NullCheck(L_37); ArrayElementTypeCheck (L_37, L_39); (L_37)->SetAt(static_cast(L_38), (stTransOrg_t3225015988 *)L_39); DMCDScrollViewItem_t254217223 * L_40 = V_3; int32_t L_41 = V_1; int32_t L_42 = V_0; NullCheck(L_40); DMCDScrollViewItem_SetLogicIndex_m298903714(L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), /*hidden argument*/NULL); int32_t L_43 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_0109: { int32_t L_44 = V_1; DMCDScrollViewItemU5BU5D_t786020350* L_45 = __this->get_m_listView_3(); NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))) { goto IL_0056; } } { V_10 = 0; goto IL_014a; } IL_011f: { DMCDScrollViewItemU5BU5D_t786020350* L_46 = __this->get_m_listView_3(); int32_t L_47 = V_10; NullCheck(L_46); int32_t L_48 = L_47; DMCDScrollViewItem_t254217223 * L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_49); GameObject_t1113636619 * L_50 = Component_get_gameObject_m442555142(L_49, /*hidden argument*/NULL); NullCheck(L_50); cSceneTexTure_t2865878985 * L_51 = GameObject_AddComponent_TiscSceneTexTure_t2865878985_m277071216(L_50, /*hidden argument*/GameObject_AddComponent_TiscSceneTexTure_t2865878985_m277071216_RuntimeMethod_var); V_11 = L_51; cSceneTexTure_t2865878985 * L_52 = V_11; NullCheck(L_52); cSceneTexTure_OnInitUI_m346247976(L_52, /*hidden argument*/NULL); cSceneTexTure_t2865878985 * L_53 = V_11; int32_t L_54 = V_10; NullCheck(L_53); cSceneTexTure_SetTexture_m3862125866(L_53, L_54, /*hidden argument*/NULL); int32_t L_55 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_014a: { int32_t L_56 = V_10; if ((((int32_t)L_56) < ((int32_t)3))) { goto IL_011f; } } { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_57 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_57); int32_t L_58 = DanceSceneManager_GetSceneCount_m691711407(L_57, /*hidden argument*/NULL); V_12 = L_58; V_13 = 2; goto IL_019d; } IL_0166: { DMCDScrollViewItemU5BU5D_t786020350* L_59 = __this->get_m_listView_3(); DMCDScrollViewItemU5BU5D_t786020350* L_60 = __this->get_m_listView_3(); NullCheck(L_60); int32_t L_61 = V_13; NullCheck(L_59); int32_t L_62 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_60)->max_length)))), (int32_t)L_61)); DMCDScrollViewItem_t254217223 * L_63 = (L_59)->GetAt(static_cast(L_62)); NullCheck(L_63); GameObject_t1113636619 * L_64 = Component_get_gameObject_m442555142(L_63, /*hidden argument*/NULL); NullCheck(L_64); cSceneTexTure_t2865878985 * L_65 = GameObject_AddComponent_TiscSceneTexTure_t2865878985_m277071216(L_64, /*hidden argument*/GameObject_AddComponent_TiscSceneTexTure_t2865878985_m277071216_RuntimeMethod_var); V_14 = L_65; cSceneTexTure_t2865878985 * L_66 = V_14; NullCheck(L_66); cSceneTexTure_OnInitUI_m346247976(L_66, /*hidden argument*/NULL); cSceneTexTure_t2865878985 * L_67 = V_14; int32_t L_68 = V_12; int32_t L_69 = V_13; NullCheck(L_67); cSceneTexTure_SetTexture_m3862125866(L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_69)), /*hidden argument*/NULL); int32_t L_70 = V_13; V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)); } IL_019d: { int32_t L_71 = V_13; if ((((int32_t)L_71) > ((int32_t)0))) { goto IL_0166; } } { DMCDScrollViewItemU5BU5D_t786020350* L_72 = __this->get_m_listView_3(); int32_t L_73 = __this->get_m_HalfOffset_9(); NullCheck(L_72); int32_t L_74 = L_73; DMCDScrollViewItem_t254217223 * L_75 = (L_72)->GetAt(static_cast(L_74)); NullCheck(L_75); DMCDScrollViewItem_SetActiveItem_m2926632261(L_75, (bool)1, /*hidden argument*/NULL); DMCDCirculateScrollView__OnSetLogicActiveIndex_m1108912718(__this, 0, /*hidden argument*/NULL); return; } } // System.Void DMCDCirculateScrollView::SetMaxCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_SetMaxCount_m2365591332 (DMCDCirculateScrollView_t2276082317 * __this, int32_t ___max0, const RuntimeMethod* method) { int32_t V_0 = 0; DMCDScrollViewItem_t254217223 * V_1 = NULL; { V_0 = 0; goto IL_0014; } IL_0007: { DMCDScrollViewItemU5BU5D_t786020350* L_0 = __this->get_m_listView_3(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; DMCDScrollViewItem_t254217223 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0014: { int32_t L_5 = V_0; DMCDScrollViewItemU5BU5D_t786020350* L_6 = __this->get_m_listView_3(); NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0007; } } { return; } } // System.Void DMCDCirculateScrollView::SetActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_SetActiveIndex_m1624723573 (DMCDCirculateScrollView_t2276082317 * __this, int32_t ___index0, const RuntimeMethod* method) { { DMCDCirculateScrollView_Init_m2814879024(__this, /*hidden argument*/NULL); __this->set_m_MoveTimeLabor_14((-1.0f)); int32_t L_0 = ___index0; stTransOrgU5BU5D_t1730188285* L_1 = __this->get_m_listTransOrg_6(); NullCheck(L_1); stTransOrgU5BU5D_t1730188285* L_2 = __this->get_m_listTransOrg_6(); NullCheck(L_2); __this->set_m_UIStart_7(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))); DMCDCirculateScrollView__OnFillUI_m2654836788(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCDCirculateScrollView::GetActiveLogicIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMCDCirculateScrollView_GetActiveLogicIndex_m1126670569 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_SceneStart_8(); return L_0; } } // System.Boolean DMCDCirculateScrollView::MoveOneTick(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DMCDCirculateScrollView_MoveOneTick_m4166392323 (DMCDCirculateScrollView_t2276082317 * __this, bool ___bLower0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDCirculateScrollView_MoveOneTick_m4166392323_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = __this->get_m_MoveTimeLabor_14(); if ((!(((float)(1.0f)) > ((float)L_0)))) { goto IL_0022; } } { float L_1 = __this->get_m_MoveTimeLabor_14(); if ((!(((float)(-0.5f)) < ((float)L_1)))) { goto IL_0022; } } { return (bool)0; } IL_0022: { bool L_2 = ___bLower0; __this->set_m_bMoveLower_13(L_2); bool L_3 = __this->get_m_bMoveLower_13(); if (!L_3) { goto IL_007d; } } { int32_t L_4 = __this->get_m_UIStart_7(); DMCDScrollViewItemU5BU5D_t786020350* L_5 = __this->get_m_listView_3(); NullCheck(L_5); stTransOrgU5BU5D_t1730188285* L_6 = __this->get_m_listTransOrg_6(); NullCheck(L_6); __this->set_m_UIStart_7(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))); int32_t L_7 = __this->get_m_SceneStart_8(); IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_8 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = DanceSceneManager_GetSceneCount_m691711407(L_8, /*hidden argument*/NULL); DanceSceneManager_t2271493662 * L_10 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = DanceSceneManager_GetSceneCount_m691711407(L_10, /*hidden argument*/NULL); __this->set_m_SceneStart_8(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)L_9))%(int32_t)L_11))); goto IL_00ad; } IL_007d: { int32_t L_12 = __this->get_m_UIStart_7(); stTransOrgU5BU5D_t1730188285* L_13 = __this->get_m_listTransOrg_6(); NullCheck(L_13); __this->set_m_UIStart_7(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))); int32_t L_14 = __this->get_m_SceneStart_8(); IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_15 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = DanceSceneManager_GetSceneCount_m691711407(L_15, /*hidden argument*/NULL); __this->set_m_SceneStart_8(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))%(int32_t)L_16))); } IL_00ad: { int32_t L_17 = __this->get_m_UIStart_7(); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); int32_t L_20 = __this->get_m_SceneStart_8(); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1203054989, L_19, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); DMCDCirculateScrollView__OnFillUI_m2654836788(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCDCirculateScrollView::_OnItemsMove() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnItemsMove_m1221771968 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDCirculateScrollView__OnItemsMove_m1221771968_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; float V_1 = 0.0f; int32_t V_2 = 0; stTransOrg_t3225015988 * V_3 = NULL; int32_t V_4 = 0; DMCDScrollViewItem_t254217223 * V_5 = NULL; int32_t V_6 = 0; cSceneTexTure_t2865878985 * V_7 = NULL; cSceneTexTure_t2865878985 * V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; stTransOrg_t3225015988 * V_14 = NULL; stTransOrg_t3225015988 * V_15 = NULL; int32_t V_16 = 0; DMCDScrollViewItem_t254217223 * V_17 = NULL; Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); { float L_0 = __this->get_m_MoveTimeLabor_14(); if ((!(((float)(-0.5f)) > ((float)L_0)))) { goto IL_0011; } } { return; } IL_0011: { V_0 = (bool)0; float L_1 = __this->get_m_MoveTimeLabor_14(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MoveTimeLabor_14(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); float L_3 = __this->get_m_MoveTimeLabor_14(); float L_4 = __this->get_m_fMoveSpeed_5(); V_1 = ((float)((float)L_3/(float)L_4)); float L_5 = V_1; if ((!(((float)(1.0f)) <= ((float)L_5)))) { goto IL_0051; } } { V_1 = (1.0f); __this->set_m_MoveTimeLabor_14((-1.0f)); V_0 = (bool)1; } IL_0051: { bool L_6 = V_0; if (!L_6) { goto IL_0216; } } { V_2 = 0; goto IL_0203; } IL_005e: { stTransOrgU5BU5D_t1730188285* L_7 = __this->get_m_listTransOrg_6(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; stTransOrg_t3225015988 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; int32_t L_11 = __this->get_m_UIStart_7(); int32_t L_12 = V_2; DMCDScrollViewItemU5BU5D_t786020350* L_13 = __this->get_m_listView_3(); NullCheck(L_13); V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))); DMCDScrollViewItemU5BU5D_t786020350* L_14 = __this->get_m_listView_3(); int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; DMCDScrollViewItem_t254217223 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_5 = L_17; DMCDScrollViewItem_t254217223 * L_18 = V_5; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); stTransOrg_t3225015988 * L_20 = V_3; NullCheck(L_20); Vector3_t3722313464 * L_21 = L_20->get_address_of__position_0(); float L_22 = L_21->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_23 = bankers_roundf(L_22); stTransOrg_t3225015988 * L_24 = V_3; NullCheck(L_24); Vector3_t3722313464 * L_25 = L_24->get_address_of__position_0(); float L_26 = L_25->get_y_2(); float L_27 = bankers_roundf(L_26); stTransOrg_t3225015988 * L_28 = V_3; NullCheck(L_28); Vector3_t3722313464 * L_29 = L_28->get_address_of__position_0(); float L_30 = L_29->get_z_3(); Vector3_t3722313464 L_31; memset(&L_31, 0, sizeof(L_31)); Vector3__ctor_m3353183577((&L_31), L_23, L_27, L_30, /*hidden argument*/NULL); NullCheck(L_19); Transform_set_localPosition_m4128471975(L_19, L_31, /*hidden argument*/NULL); DMCDScrollViewItem_t254217223 * L_32 = V_5; NullCheck(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(L_32, /*hidden argument*/NULL); stTransOrg_t3225015988 * L_34 = V_3; NullCheck(L_34); Vector3_t3722313464 * L_35 = L_34->get_address_of__scale_1(); float L_36 = L_35->get_x_1(); stTransOrg_t3225015988 * L_37 = V_3; NullCheck(L_37); Vector3_t3722313464 * L_38 = L_37->get_address_of__scale_1(); float L_39 = L_38->get_y_2(); stTransOrg_t3225015988 * L_40 = V_3; NullCheck(L_40); Vector3_t3722313464 * L_41 = L_40->get_address_of__scale_1(); float L_42 = L_41->get_z_3(); Vector3_t3722313464 L_43; memset(&L_43, 0, sizeof(L_43)); Vector3__ctor_m3353183577((&L_43), L_36, L_39, L_42, /*hidden argument*/NULL); NullCheck(L_33); Transform_set_localScale_m3053443106(L_33, L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_44 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45 = DanceSceneManager_GetSceneCount_m691711407(L_44, /*hidden argument*/NULL); V_6 = L_45; DMCDScrollViewItemU5BU5D_t786020350* L_46 = __this->get_m_listView_3(); int32_t L_47 = __this->get_m_UIStart_7(); int32_t L_48 = __this->get_m_HalfOffset_9(); DMCDScrollViewItemU5BU5D_t786020350* L_49 = __this->get_m_listView_3(); NullCheck(L_49); DMCDScrollViewItemU5BU5D_t786020350* L_50 = __this->get_m_listView_3(); NullCheck(L_50); NullCheck(L_46); int32_t L_51 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_48)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length)))))); DMCDScrollViewItem_t254217223 * L_52 = (L_46)->GetAt(static_cast(L_51)); NullCheck(L_52); cSceneTexTure_t2865878985 * L_53 = Component_GetComponent_TiscSceneTexTure_t2865878985_m1465398375(L_52, /*hidden argument*/Component_GetComponent_TiscSceneTexTure_t2865878985_m1465398375_RuntimeMethod_var); V_7 = L_53; DMCDScrollViewItemU5BU5D_t786020350* L_54 = __this->get_m_listView_3(); int32_t L_55 = __this->get_m_UIStart_7(); int32_t L_56 = __this->get_m_HalfOffset_9(); DMCDScrollViewItemU5BU5D_t786020350* L_57 = __this->get_m_listView_3(); NullCheck(L_57); NullCheck(L_54); int32_t L_58 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_57)->max_length)))))); DMCDScrollViewItem_t254217223 * L_59 = (L_54)->GetAt(static_cast(L_58)); NullCheck(L_59); cSceneTexTure_t2865878985 * L_60 = Component_GetComponent_TiscSceneTexTure_t2865878985_m1465398375(L_59, /*hidden argument*/Component_GetComponent_TiscSceneTexTure_t2865878985_m1465398375_RuntimeMethod_var); V_8 = L_60; cSceneTexTure_t2865878985 * L_61 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_62 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_61, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_62) { goto IL_017b; } } { int32_t L_63 = __this->get_m_SceneStart_8(); int32_t L_64 = V_6; int32_t L_65 = __this->get_m_HalfOffset_9(); int32_t L_66 = V_6; V_9 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)), (int32_t)L_65))%(int32_t)L_66)); cSceneTexTure_t2865878985 * L_67 = V_7; int32_t L_68 = V_9; NullCheck(L_67); cSceneTexTure_SetTexture_m3862125866(L_67, L_68, /*hidden argument*/NULL); } IL_017b: { cSceneTexTure_t2865878985 * L_69 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_70 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_69, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_70) { goto IL_01a3; } } { int32_t L_71 = __this->get_m_SceneStart_8(); int32_t L_72 = __this->get_m_HalfOffset_9(); int32_t L_73 = V_6; V_10 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72))%(int32_t)L_73)); cSceneTexTure_t2865878985 * L_74 = V_8; int32_t L_75 = V_10; NullCheck(L_74); cSceneTexTure_SetTexture_m3862125866(L_74, L_75, /*hidden argument*/NULL); } IL_01a3: { ObjectU5BU5D_t2843939325* L_76 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); cSceneTexTure_t2865878985 * L_77 = V_7; NullCheck(L_77); String_t* L_78 = Object_get_name_m4211327027(L_77, /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_78); (L_76)->SetAt(static_cast(0), (RuntimeObject *)L_78); ObjectU5BU5D_t2843939325* L_79 = L_76; int32_t L_80 = __this->get_m_SceneStart_8(); int32_t L_81 = V_6; int32_t L_82 = __this->get_m_HalfOffset_9(); int32_t L_83 = V_6; int32_t L_84 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81)), (int32_t)L_82))%(int32_t)L_83)); RuntimeObject * L_85 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_84); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_85); (L_79)->SetAt(static_cast(1), (RuntimeObject *)L_85); ObjectU5BU5D_t2843939325* L_86 = L_79; cSceneTexTure_t2865878985 * L_87 = V_8; NullCheck(L_87); String_t* L_88 = Object_get_name_m4211327027(L_87, /*hidden argument*/NULL); NullCheck(L_86); ArrayElementTypeCheck (L_86, L_88); (L_86)->SetAt(static_cast(2), (RuntimeObject *)L_88); ObjectU5BU5D_t2843939325* L_89 = L_86; int32_t L_90 = __this->get_m_SceneStart_8(); int32_t L_91 = __this->get_m_HalfOffset_9(); int32_t L_92 = V_6; int32_t L_93 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91))%(int32_t)L_92)); RuntimeObject * L_94 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_93); NullCheck(L_89); ArrayElementTypeCheck (L_89, L_94); (L_89)->SetAt(static_cast(3), (RuntimeObject *)L_94); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_95 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral126034998, L_89, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); int32_t L_96 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_0203: { int32_t L_97 = V_2; DMCDScrollViewItemU5BU5D_t786020350* L_98 = __this->get_m_listView_3(); NullCheck(L_98); if ((((int32_t)L_97) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_98)->max_length))))))) { goto IL_005e; } } { goto IL_0372; } IL_0216: { V_11 = 0; bool L_99 = __this->get_m_bMoveLower_13(); if (!L_99) { goto IL_024e; } } { int32_t L_100 = __this->get_m_SceneStart_8(); int32_t L_101 = __this->get_m_HalfOffset_9(); IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_102 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_102); int32_t L_103 = DanceSceneManager_GetSceneCount_m691711407(L_102, /*hidden argument*/NULL); DanceSceneManager_t2271493662 * L_104 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_104); int32_t L_105 = DanceSceneManager_GetSceneCount_m691711407(L_104, /*hidden argument*/NULL); V_11 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)L_101)), (int32_t)L_103))%(int32_t)L_105)); goto IL_0268; } IL_024e: { int32_t L_106 = __this->get_m_SceneStart_8(); int32_t L_107 = __this->get_m_HalfOffset_9(); IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_108 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_108); int32_t L_109 = DanceSceneManager_GetSceneCount_m691711407(L_108, /*hidden argument*/NULL); V_11 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)L_107))%(int32_t)L_109)); } IL_0268: { V_12 = 0; goto IL_0363; } IL_0270: { int32_t L_110 = V_12; V_13 = L_110; bool L_111 = __this->get_m_bMoveLower_13(); if (!L_111) { goto IL_029c; } } { int32_t L_112 = V_13; DMCDScrollViewItemU5BU5D_t786020350* L_113 = __this->get_m_listView_3(); NullCheck(L_113); DMCDScrollViewItemU5BU5D_t786020350* L_114 = __this->get_m_listView_3(); NullCheck(L_114); V_13 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_112, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_113)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_114)->max_length)))))); goto IL_02ab; } IL_029c: { int32_t L_115 = V_13; DMCDScrollViewItemU5BU5D_t786020350* L_116 = __this->get_m_listView_3(); NullCheck(L_116); V_13 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_116)->max_length)))))); } IL_02ab: { stTransOrgU5BU5D_t1730188285* L_117 = __this->get_m_listTransOrg_6(); int32_t L_118 = V_13; NullCheck(L_117); int32_t L_119 = L_118; stTransOrg_t3225015988 * L_120 = (L_117)->GetAt(static_cast(L_119)); V_14 = L_120; stTransOrgU5BU5D_t1730188285* L_121 = __this->get_m_listTransOrg_6(); int32_t L_122 = V_12; NullCheck(L_121); int32_t L_123 = L_122; stTransOrg_t3225015988 * L_124 = (L_121)->GetAt(static_cast(L_123)); V_15 = L_124; int32_t L_125 = __this->get_m_UIStart_7(); int32_t L_126 = V_12; DMCDScrollViewItemU5BU5D_t786020350* L_127 = __this->get_m_listView_3(); NullCheck(L_127); V_16 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)L_126))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_127)->max_length)))))); DMCDScrollViewItemU5BU5D_t786020350* L_128 = __this->get_m_listView_3(); int32_t L_129 = V_16; NullCheck(L_128); int32_t L_130 = L_129; DMCDScrollViewItem_t254217223 * L_131 = (L_128)->GetAt(static_cast(L_130)); V_17 = L_131; stTransOrg_t3225015988 * L_132 = V_14; NullCheck(L_132); Vector3_t3722313464 L_133 = L_132->get__position_0(); stTransOrg_t3225015988 * L_134 = V_15; NullCheck(L_134); Vector3_t3722313464 L_135 = L_134->get__position_0(); float L_136 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_137 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_133, L_135, L_136, /*hidden argument*/NULL); V_18 = L_137; stTransOrg_t3225015988 * L_138 = V_15; NullCheck(L_138); Vector3_t3722313464 * L_139 = L_138->get_address_of__position_0(); float L_140 = L_139->get_z_3(); (&V_18)->set_z_3(L_140); float L_141 = (&V_18)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_142 = bankers_roundf(L_141); (&V_18)->set_x_1(L_142); float L_143 = (&V_18)->get_y_2(); float L_144 = bankers_roundf(L_143); (&V_18)->set_y_2(L_144); DMCDScrollViewItem_t254217223 * L_145 = V_17; NullCheck(L_145); Transform_t3600365921 * L_146 = Component_get_transform_m3162698980(L_145, /*hidden argument*/NULL); Vector3_t3722313464 L_147 = V_18; NullCheck(L_146); Transform_set_localPosition_m4128471975(L_146, L_147, /*hidden argument*/NULL); DMCDScrollViewItem_t254217223 * L_148 = V_17; NullCheck(L_148); Transform_t3600365921 * L_149 = Component_get_transform_m3162698980(L_148, /*hidden argument*/NULL); stTransOrg_t3225015988 * L_150 = V_14; NullCheck(L_150); Vector3_t3722313464 L_151 = L_150->get__scale_1(); stTransOrg_t3225015988 * L_152 = V_15; NullCheck(L_152); Vector3_t3722313464 L_153 = L_152->get__scale_1(); float L_154 = V_1; Vector3_t3722313464 L_155 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_151, L_153, L_154, /*hidden argument*/NULL); NullCheck(L_149); Transform_set_localScale_m3053443106(L_149, L_155, /*hidden argument*/NULL); int32_t L_156 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1)); } IL_0363: { int32_t L_157 = V_12; DMCDScrollViewItemU5BU5D_t786020350* L_158 = __this->get_m_listView_3(); NullCheck(L_158); if ((((int32_t)L_157) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_158)->max_length))))))) { goto IL_0270; } } IL_0372: { return; } } // System.Void DMCDCirculateScrollView::OnPress(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView_OnPress_m2357160552 (DMCDCirculateScrollView_t2276082317 * __this, bool ___isPressed0, const RuntimeMethod* method) { { bool L_0 = ___isPressed0; if (!L_0) { goto IL_000d; } } { __this->set_m_bPressFlag_15((bool)1); } IL_000d: { return; } } // System.Void DMCDCirculateScrollView::_OnCheckSlidItemsArea() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnCheckSlidItemsArea_m1856314465 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDCirculateScrollView__OnCheckSlidItemsArea_m1856314465_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; bool V_2 = false; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; int32_t G_B3_0 = 0; float G_B10_0 = 0.0f; DMCDCirculateScrollView_t2276082317 * G_B13_0 = NULL; DMCDCirculateScrollView_t2276082317 * G_B12_0 = NULL; int32_t G_B14_0 = 0; DMCDCirculateScrollView_t2276082317 * G_B14_1 = NULL; Vector2_t2156229523 * G_B20_0 = NULL; Vector2_t2156229523 * G_B19_0 = NULL; float G_B21_0 = 0.0f; Vector2_t2156229523 * G_B21_1 = NULL; Vector2_t2156229523 * G_B23_0 = NULL; Vector2_t2156229523 * G_B22_0 = NULL; float G_B24_0 = 0.0f; Vector2_t2156229523 * G_B24_1 = NULL; { 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; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_1 = CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)0, (&V_0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_001c; } } { G_B3_0 = 1; goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_2 = (bool)G_B3_0; bool L_3 = __this->get_m_bPressFlag_15(); if (!L_3) { goto IL_0051; } } { __this->set_m_bPressFlag_15((bool)0); __this->set_m_bClkingInside_10((bool)1); __this->set_m_bClkingInside_10((bool)1); Vector2_t2156229523 L_4 = V_0; __this->set_m_ClkPos_12(L_4); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_5 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_11(L_5); return; } IL_0051: { bool L_6 = __this->get_m_bClkingInside_10(); if (!L_6) { goto IL_00da; } } { bool L_7 = V_2; if (L_7) { goto IL_00da; } } { bool L_8 = V_2; __this->set_m_bClkingInside_10(L_8); int32_t L_9 = __this->get_m_ScrollType_2(); if (L_9) { goto IL_0084; } } { Vector2_t2156229523 * L_10 = __this->get_address_of_m_MaxOffset_11(); float L_11 = L_10->get_x_0(); G_B10_0 = L_11; goto IL_008f; } IL_0084: { Vector2_t2156229523 * L_12 = __this->get_address_of_m_MaxOffset_11(); float L_13 = L_12->get_y_1(); G_B10_0 = L_13; } IL_008f: { V_3 = G_B10_0; float L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_15 = fabsf(L_14); if ((!(((float)(30.0f)) <= ((float)L_15)))) { goto IL_00b9; } } { float L_16 = V_3; G_B12_0 = __this; if ((!(((float)(0.0f)) < ((float)L_16)))) { G_B13_0 = __this; goto IL_00b2; } } { G_B14_0 = 1; G_B14_1 = G_B12_0; goto IL_00b3; } IL_00b2: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_00b3: { NullCheck(G_B14_1); DMCDCirculateScrollView_MoveOneTick_m4166392323(G_B14_1, (bool)G_B14_0, /*hidden argument*/NULL); } IL_00b9: { Vector2_t2156229523 * L_17 = __this->get_address_of_m_MaxOffset_11(); L_17->set_x_0((0.0f)); Vector2_t2156229523 * L_18 = __this->get_address_of_m_MaxOffset_11(); L_18->set_y_1((0.0f)); return; } IL_00da: { bool L_19 = V_2; if (!L_19) { goto IL_0187; } } { bool L_20 = __this->get_m_bClkingInside_10(); if (!L_20) { goto IL_0187; } } { float L_21 = (&V_0)->get_x_0(); Vector2_t2156229523 * L_22 = __this->get_address_of_m_ClkPos_12(); float L_23 = L_22->get_x_0(); V_4 = ((float)il2cpp_codegen_subtract((float)L_21, (float)L_23)); float L_24 = (&V_0)->get_y_1(); Vector2_t2156229523 * L_25 = __this->get_address_of_m_ClkPos_12(); float L_26 = L_25->get_y_1(); V_5 = ((float)il2cpp_codegen_subtract((float)L_24, (float)L_26)); Vector2_t2156229523 * L_27 = __this->get_address_of_m_MaxOffset_11(); Vector2_t2156229523 * L_28 = __this->get_address_of_m_MaxOffset_11(); float L_29 = L_28->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_30 = fabsf(L_29); float L_31 = V_4; float L_32 = fabsf(L_31); G_B19_0 = L_27; if ((!(((float)L_30) < ((float)L_32)))) { G_B20_0 = L_27; goto IL_013e; } } { float L_33 = V_4; G_B21_0 = L_33; G_B21_1 = G_B19_0; goto IL_0149; } IL_013e: { Vector2_t2156229523 * L_34 = __this->get_address_of_m_MaxOffset_11(); float L_35 = L_34->get_x_0(); G_B21_0 = L_35; G_B21_1 = G_B20_0; } IL_0149: { G_B21_1->set_x_0(G_B21_0); Vector2_t2156229523 * L_36 = __this->get_address_of_m_MaxOffset_11(); Vector2_t2156229523 * L_37 = __this->get_address_of_m_MaxOffset_11(); float L_38 = L_37->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_39 = fabsf(L_38); float L_40 = V_5; float L_41 = fabsf(L_40); G_B22_0 = L_36; if ((!(((float)L_39) < ((float)L_41)))) { G_B23_0 = L_36; goto IL_0177; } } { float L_42 = V_5; G_B24_0 = L_42; G_B24_1 = G_B22_0; goto IL_0182; } IL_0177: { Vector2_t2156229523 * L_43 = __this->get_address_of_m_MaxOffset_11(); float L_44 = L_43->get_y_1(); G_B24_0 = L_44; G_B24_1 = G_B23_0; } IL_0182: { G_B24_1->set_y_1(G_B24_0); } IL_0187: { return; } } // System.Void DMCDCirculateScrollView::_OnSetLogicActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnSetLogicActiveIndex_m1108912718 (DMCDCirculateScrollView_t2276082317 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDCirculateScrollView__OnSetLogicActiveIndex_m1108912718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_ActiveReceiver_4(); 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_0028; } } { GameObject_t1113636619 * L_2 = __this->get_m_ActiveReceiver_4(); int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); GameObject_SendMessage_m3720186693(L_2, _stringLiteral3606779639, L_5, 1, /*hidden argument*/NULL); } IL_0028: { return; } } // System.Void DMCDCirculateScrollView::_OnFillUI() extern "C" IL2CPP_METHOD_ATTR void DMCDCirculateScrollView__OnFillUI_m2654836788 (DMCDCirculateScrollView_t2276082317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDCirculateScrollView__OnFillUI_m2654836788_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t G_B4_0 = 0; { __this->set_m_MoveTimeLabor_14((0.0f)); int32_t L_0 = __this->get_m_SceneStart_8(); DMCDCirculateScrollView__OnSetLogicActiveIndex_m1108912718(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_UIStart_7(); int32_t L_2 = __this->get_m_HalfOffset_9(); stTransOrgU5BU5D_t1730188285* L_3 = __this->get_m_listTransOrg_6(); NullCheck(L_3); stTransOrgU5BU5D_t1730188285* L_4 = __this->get_m_listTransOrg_6(); NullCheck(L_4); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))); V_1 = 0; goto IL_00d3; } IL_003e: { int32_t L_5 = __this->get_m_UIStart_7(); int32_t L_6 = V_1; stTransOrgU5BU5D_t1730188285* L_7 = __this->get_m_listTransOrg_6(); NullCheck(L_7); V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))); int32_t L_8 = V_2; int32_t L_9 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_005d; } } { G_B4_0 = 1; goto IL_005e; } IL_005d: { G_B4_0 = 0; } IL_005e: { V_3 = (bool)G_B4_0; DMCDScrollViewItemU5BU5D_t786020350* L_10 = __this->get_m_listView_3(); int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; DMCDScrollViewItem_t254217223 * L_13 = (L_10)->GetAt(static_cast(L_12)); bool L_14 = V_3; NullCheck(L_13); DMCDScrollViewItem_SetActiveItem_m2926632261(L_13, L_14, /*hidden argument*/NULL); bool L_15 = V_3; if (!L_15) { goto IL_0090; } } { DMCDScrollViewItemU5BU5D_t786020350* L_16 = __this->get_m_listView_3(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; DMCDScrollViewItem_t254217223 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(L_19, /*hidden argument*/NULL); NullCheck(L_20); Component_SendMessage_m1441147224(L_20, _stringLiteral1491195644, 1, /*hidden argument*/NULL); goto IL_00a8; } IL_0090: { DMCDScrollViewItemU5BU5D_t786020350* L_21 = __this->get_m_listView_3(); int32_t L_22 = V_2; NullCheck(L_21); int32_t L_23 = L_22; DMCDScrollViewItem_t254217223 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); NullCheck(L_25); Component_SendMessage_m1441147224(L_25, _stringLiteral3197631421, 1, /*hidden argument*/NULL); } IL_00a8: { DMCDScrollViewItemU5BU5D_t786020350* L_26 = __this->get_m_listView_3(); int32_t L_27 = V_2; NullCheck(L_26); int32_t L_28 = L_27; DMCDScrollViewItem_t254217223 * L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = __this->get_m_SceneStart_8(); int32_t L_31 = __this->get_m_HalfOffset_9(); IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_32 = DanceSceneManager_GetInstance_m2797443555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_33 = DanceSceneManager_GetSceneCount_m691711407(L_32, /*hidden argument*/NULL); int32_t L_34 = V_1; NullCheck(L_29); DMCDScrollViewItem_SetLogicIndex_m298903714(L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))%(int32_t)L_33)), (int32_t)L_34)), /*hidden argument*/NULL); int32_t L_35 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00d3: { int32_t L_36 = V_1; DMCDScrollViewItemU5BU5D_t786020350* L_37 = __this->get_m_listView_3(); NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))))) { goto IL_003e; } } { 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 DMCDCirculateScrollView/stTransOrg::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransOrg__ctor_m1904712507 (stTransOrg_t3225015988 * __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 DMCDScrollView::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__ctor_m2024141076 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { { __this->set_m_fMoveSpeed_5((0.25f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMCDScrollView::Awake() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_Awake_m584794371 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView_Awake_m584794371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bInited_17((bool)0); __this->set_m_bPressFlag_16((bool)0); DMCDScrollViewItemU5BU5D_t786020350* L_0 = __this->get_m_listView_3(); NullCheck(L_0); __this->set_m_HalfOffset_9(((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)1))/(int32_t)2))); int32_t L_1 = __this->get_m_HalfOffset_9(); __this->set_m_LogicStart_7(((-L_1))); __this->set_m_UIStart_8(0); DMCDScrollViewItemU5BU5D_t786020350* L_2 = __this->get_m_listView_3(); NullCheck(L_2); __this->set_m_maxCount_15(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))); DMCDScrollViewItemU5BU5D_t786020350* L_3 = __this->get_m_listView_3(); NullCheck(L_3); __this->set_m_listTransOrg_6(((stTransOrgU5BU5D_t1358183141*)SZArrayNew(stTransOrgU5BU5D_t1358183141_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))); return; } } // System.Void DMCDScrollView::Start() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_Start_m3662234270 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { { DMCDScrollView_Init_m3014593889(__this, /*hidden argument*/NULL); return; } } // System.Void DMCDScrollView::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_LateUpdate_m3785433506 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { { DMCDScrollView__OnCheckSlidItemsArea_m1739488622(__this, /*hidden argument*/NULL); DMCDScrollView__OnItemsMove_m134661718(__this, /*hidden argument*/NULL); return; } } // System.Void DMCDScrollView::Init() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_Init_m3014593889 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView_Init_m3014593889_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; stTransOrg_t3673889772 * V_2 = NULL; DMCDScrollViewItem_t254217223 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); 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)); Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); { bool L_0 = __this->get_m_bInited_17(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_bInited_17((bool)1); __this->set_m_bClkingInside_10((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); __this->set_m_MaxOffset_11(L_1); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ClkPos_12(L_2); __this->set_m_MoveTimeLabor_14((-1.0f)); __this->set_m_bMoveLower_13((bool)1); DMCDScrollViewItemU5BU5D_t786020350* L_3 = __this->get_m_listView_3(); NullCheck(L_3); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)1))/(int32_t)2)); V_1 = 0; goto IL_0115; } IL_0056: { stTransOrg_t3673889772 * L_4 = (stTransOrg_t3673889772 *)il2cpp_codegen_object_new(stTransOrg_t3673889772_il2cpp_TypeInfo_var); stTransOrg__ctor_m1167123983(L_4, /*hidden argument*/NULL); V_2 = L_4; DMCDScrollViewItemU5BU5D_t786020350* L_5 = __this->get_m_listView_3(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; DMCDScrollViewItem_t254217223 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; stTransOrg_t3673889772 * L_9 = V_2; DMCDScrollViewItem_t254217223 * L_10 = V_3; NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); V_4 = L_12; float L_13 = (&V_4)->get_x_1(); DMCDScrollViewItem_t254217223 * L_14 = V_3; NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t3722313464 L_16 = Transform_get_localPosition_m4234289348(L_15, /*hidden argument*/NULL); V_5 = L_16; float L_17 = (&V_5)->get_y_2(); DMCDScrollViewItem_t254217223 * L_18 = V_3; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); NullCheck(L_19); Vector3_t3722313464 L_20 = Transform_get_localPosition_m4234289348(L_19, /*hidden argument*/NULL); V_6 = L_20; float L_21 = (&V_6)->get_z_3(); Vector3_t3722313464 L_22; memset(&L_22, 0, sizeof(L_22)); Vector3__ctor_m3353183577((&L_22), L_13, L_17, L_21, /*hidden argument*/NULL); NullCheck(L_9); L_9->set__position_0(L_22); stTransOrg_t3673889772 * L_23 = V_2; DMCDScrollViewItem_t254217223 * L_24 = V_3; NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t3722313464 L_26 = Transform_get_localScale_m129152068(L_25, /*hidden argument*/NULL); V_7 = L_26; float L_27 = (&V_7)->get_x_1(); DMCDScrollViewItem_t254217223 * L_28 = V_3; NullCheck(L_28); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(L_28, /*hidden argument*/NULL); NullCheck(L_29); Vector3_t3722313464 L_30 = Transform_get_localScale_m129152068(L_29, /*hidden argument*/NULL); V_8 = L_30; float L_31 = (&V_8)->get_y_2(); DMCDScrollViewItem_t254217223 * L_32 = V_3; NullCheck(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(L_32, /*hidden argument*/NULL); NullCheck(L_33); Vector3_t3722313464 L_34 = Transform_get_localScale_m129152068(L_33, /*hidden argument*/NULL); V_9 = L_34; float L_35 = (&V_9)->get_z_3(); Vector3_t3722313464 L_36; memset(&L_36, 0, sizeof(L_36)); Vector3__ctor_m3353183577((&L_36), L_27, L_31, L_35, /*hidden argument*/NULL); NullCheck(L_23); L_23->set__scale_1(L_36); stTransOrgU5BU5D_t1358183141* L_37 = __this->get_m_listTransOrg_6(); int32_t L_38 = V_1; stTransOrg_t3673889772 * L_39 = V_2; NullCheck(L_37); ArrayElementTypeCheck (L_37, L_39); (L_37)->SetAt(static_cast(L_38), (stTransOrg_t3673889772 *)L_39); DMCDScrollViewItem_t254217223 * L_40 = V_3; int32_t L_41 = __this->get_m_maxCount_15(); NullCheck(L_40); DMCDScrollViewItem_SetMaxItemCount_m3161693281(L_40, L_41, /*hidden argument*/NULL); DMCDScrollViewItem_t254217223 * L_42 = V_3; int32_t L_43 = V_1; int32_t L_44 = V_0; NullCheck(L_42); DMCDScrollViewItem_SetLogicIndex_m298903714(L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), /*hidden argument*/NULL); int32_t L_45 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0115: { int32_t L_46 = V_1; DMCDScrollViewItemU5BU5D_t786020350* L_47 = __this->get_m_listView_3(); NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))))) { goto IL_0056; } } { DMCDScrollViewItemU5BU5D_t786020350* L_48 = __this->get_m_listView_3(); int32_t L_49 = __this->get_m_HalfOffset_9(); NullCheck(L_48); int32_t L_50 = L_49; DMCDScrollViewItem_t254217223 * L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_51); DMCDScrollViewItem_SetActiveItem_m2926632261(L_51, (bool)1, /*hidden argument*/NULL); DMCDScrollView__OnSetLogicActiveIndex_m1944300145(__this, 0, /*hidden argument*/NULL); return; } } // System.Void DMCDScrollView::SetMaxCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_SetMaxCount_m1526121486 (DMCDScrollView_t4294154837 * __this, int32_t ___max0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView_SetMaxCount_m1526121486_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DMCDScrollViewItem_t254217223 * V_1 = NULL; { int32_t L_0 = ___max0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Max_m3673002171(NULL /*static, unused*/, 0, L_0, /*hidden argument*/NULL); __this->set_m_maxCount_15(L_1); V_0 = 0; goto IL_002d; } IL_0014: { DMCDScrollViewItemU5BU5D_t786020350* L_2 = __this->get_m_listView_3(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; DMCDScrollViewItem_t254217223 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; DMCDScrollViewItem_t254217223 * L_6 = V_1; int32_t L_7 = __this->get_m_maxCount_15(); NullCheck(L_6); DMCDScrollViewItem_SetMaxItemCount_m3161693281(L_6, L_7, /*hidden argument*/NULL); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { int32_t L_9 = V_0; DMCDScrollViewItemU5BU5D_t786020350* L_10 = __this->get_m_listView_3(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0014; } } { return; } } // System.Void DMCDScrollView::SetActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_SetActiveIndex_m3190259941 (DMCDScrollView_t4294154837 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView_SetActiveIndex_m3190259941_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { DMCDScrollView_Init_m3014593889(__this, /*hidden argument*/NULL); int32_t L_0 = ___index0; int32_t L_1 = __this->get_m_maxCount_15(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_2; __this->set_m_MoveTimeLabor_14((-1.0f)); int32_t L_3 = V_0; int32_t L_4 = __this->get_m_HalfOffset_9(); __this->set_m_LogicStart_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))); int32_t L_5 = V_0; stTransOrgU5BU5D_t1358183141* L_6 = __this->get_m_listTransOrg_6(); NullCheck(L_6); stTransOrgU5BU5D_t1358183141* L_7 = __this->get_m_listTransOrg_6(); NullCheck(L_7); __this->set_m_UIStart_8(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))); DMCDScrollView__OnFillUI_m2475308396(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCDScrollView::GetActiveLogicIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMCDScrollView_GetActiveLogicIndex_m1955327892 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_LogicStart_7(); int32_t L_1 = __this->get_m_HalfOffset_9(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } // System.Boolean DMCDScrollView::MoveOneTick(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DMCDScrollView_MoveOneTick_m497099971 (DMCDScrollView_t4294154837 * __this, bool ___bLower0, const RuntimeMethod* method) { int32_t V_0 = 0; { float L_0 = __this->get_m_MoveTimeLabor_14(); if ((!(((float)(1.0f)) > ((float)L_0)))) { goto IL_0022; } } { float L_1 = __this->get_m_MoveTimeLabor_14(); if ((!(((float)(-0.5f)) < ((float)L_1)))) { goto IL_0022; } } { return (bool)0; } IL_0022: { int32_t L_2 = DMCDScrollView_GetActiveLogicIndex_m1955327892(__this, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = ___bLower0; if (!L_3) { goto IL_004b; } } { int32_t L_4 = V_0; if ((((int32_t)0) < ((int32_t)L_4))) { goto IL_0038; } } { return (bool)0; } IL_0038: { int32_t L_5 = __this->get_m_LogicStart_7(); __this->set_m_LogicStart_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); goto IL_0069; } IL_004b: { int32_t L_6 = __this->get_m_maxCount_15(); int32_t L_7 = V_0; if ((((int32_t)L_6) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))))) { goto IL_005b; } } { return (bool)0; } IL_005b: { int32_t L_8 = __this->get_m_LogicStart_7(); __this->set_m_LogicStart_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0069: { bool L_9 = ___bLower0; __this->set_m_bMoveLower_13(L_9); bool L_10 = __this->get_m_bMoveLower_13(); if (!L_10) { goto IL_00ac; } } { int32_t L_11 = __this->get_m_UIStart_8(); stTransOrgU5BU5D_t1358183141* L_12 = __this->get_m_listTransOrg_6(); NullCheck(L_12); __this->set_m_UIStart_8(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))), (int32_t)1))); int32_t L_13 = __this->get_m_UIStart_8(); stTransOrgU5BU5D_t1358183141* L_14 = __this->get_m_listTransOrg_6(); NullCheck(L_14); __this->set_m_UIStart_8(((int32_t)((int32_t)L_13%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))); goto IL_00cf; } IL_00ac: { int32_t L_15 = __this->get_m_UIStart_8(); __this->set_m_UIStart_8(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); int32_t L_16 = __this->get_m_UIStart_8(); stTransOrgU5BU5D_t1358183141* L_17 = __this->get_m_listTransOrg_6(); NullCheck(L_17); __this->set_m_UIStart_8(((int32_t)((int32_t)L_16%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))); } IL_00cf: { DMCDScrollView__OnFillUI_m2475308396(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCDScrollView::_OnItemsMove() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnItemsMove_m134661718 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView__OnItemsMove_m134661718_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; float V_1 = 0.0f; int32_t V_2 = 0; stTransOrg_t3673889772 * V_3 = NULL; int32_t V_4 = 0; DMCDScrollViewItem_t254217223 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; stTransOrg_t3673889772 * V_8 = NULL; stTransOrg_t3673889772 * V_9 = NULL; int32_t V_10 = 0; DMCDScrollViewItem_t254217223 * V_11 = NULL; Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); { float L_0 = __this->get_m_MoveTimeLabor_14(); if ((!(((float)(-0.5f)) > ((float)L_0)))) { goto IL_0011; } } { return; } IL_0011: { V_0 = (bool)0; float L_1 = __this->get_m_MoveTimeLabor_14(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MoveTimeLabor_14(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); float L_3 = __this->get_m_MoveTimeLabor_14(); float L_4 = __this->get_m_fMoveSpeed_5(); V_1 = ((float)((float)L_3/(float)L_4)); float L_5 = V_1; if ((!(((float)(1.0f)) <= ((float)L_5)))) { goto IL_0051; } } { V_1 = (1.0f); __this->set_m_MoveTimeLabor_14((-1.0f)); V_0 = (bool)1; } IL_0051: { bool L_6 = V_0; if (!L_6) { goto IL_010a; } } { V_2 = 0; goto IL_00f7; } IL_005e: { stTransOrgU5BU5D_t1358183141* L_7 = __this->get_m_listTransOrg_6(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; stTransOrg_t3673889772 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; int32_t L_11 = __this->get_m_UIStart_8(); int32_t L_12 = V_2; DMCDScrollViewItemU5BU5D_t786020350* L_13 = __this->get_m_listView_3(); NullCheck(L_13); V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))); DMCDScrollViewItemU5BU5D_t786020350* L_14 = __this->get_m_listView_3(); int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; DMCDScrollViewItem_t254217223 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_5 = L_17; DMCDScrollViewItem_t254217223 * L_18 = V_5; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); stTransOrg_t3673889772 * L_20 = V_3; NullCheck(L_20); Vector3_t3722313464 * L_21 = L_20->get_address_of__position_0(); float L_22 = L_21->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_23 = bankers_roundf(L_22); stTransOrg_t3673889772 * L_24 = V_3; NullCheck(L_24); Vector3_t3722313464 * L_25 = L_24->get_address_of__position_0(); float L_26 = L_25->get_y_2(); float L_27 = bankers_roundf(L_26); stTransOrg_t3673889772 * L_28 = V_3; NullCheck(L_28); Vector3_t3722313464 * L_29 = L_28->get_address_of__position_0(); float L_30 = L_29->get_z_3(); Vector3_t3722313464 L_31; memset(&L_31, 0, sizeof(L_31)); Vector3__ctor_m3353183577((&L_31), L_23, L_27, L_30, /*hidden argument*/NULL); NullCheck(L_19); Transform_set_localPosition_m4128471975(L_19, L_31, /*hidden argument*/NULL); DMCDScrollViewItem_t254217223 * L_32 = V_5; NullCheck(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(L_32, /*hidden argument*/NULL); stTransOrg_t3673889772 * L_34 = V_3; NullCheck(L_34); Vector3_t3722313464 * L_35 = L_34->get_address_of__scale_1(); float L_36 = L_35->get_x_1(); stTransOrg_t3673889772 * L_37 = V_3; NullCheck(L_37); Vector3_t3722313464 * L_38 = L_37->get_address_of__scale_1(); float L_39 = L_38->get_y_2(); stTransOrg_t3673889772 * L_40 = V_3; NullCheck(L_40); Vector3_t3722313464 * L_41 = L_40->get_address_of__scale_1(); float L_42 = L_41->get_z_3(); Vector3_t3722313464 L_43; memset(&L_43, 0, sizeof(L_43)); Vector3__ctor_m3353183577((&L_43), L_36, L_39, L_42, /*hidden argument*/NULL); NullCheck(L_33); Transform_set_localScale_m3053443106(L_33, L_43, /*hidden argument*/NULL); int32_t L_44 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00f7: { int32_t L_45 = V_2; DMCDScrollViewItemU5BU5D_t786020350* L_46 = __this->get_m_listView_3(); NullCheck(L_46); if ((((int32_t)L_45) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length))))))) { goto IL_005e; } } { goto IL_0214; } IL_010a: { V_6 = 0; goto IL_0205; } IL_0112: { int32_t L_47 = V_6; V_7 = L_47; bool L_48 = __this->get_m_bMoveLower_13(); if (!L_48) { goto IL_013e; } } { int32_t L_49 = V_7; DMCDScrollViewItemU5BU5D_t786020350* L_50 = __this->get_m_listView_3(); NullCheck(L_50); DMCDScrollViewItemU5BU5D_t786020350* L_51 = __this->get_m_listView_3(); NullCheck(L_51); V_7 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length)))))); goto IL_014d; } IL_013e: { int32_t L_52 = V_7; DMCDScrollViewItemU5BU5D_t786020350* L_53 = __this->get_m_listView_3(); NullCheck(L_53); V_7 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length)))))); } IL_014d: { stTransOrgU5BU5D_t1358183141* L_54 = __this->get_m_listTransOrg_6(); int32_t L_55 = V_7; NullCheck(L_54); int32_t L_56 = L_55; stTransOrg_t3673889772 * L_57 = (L_54)->GetAt(static_cast(L_56)); V_8 = L_57; stTransOrgU5BU5D_t1358183141* L_58 = __this->get_m_listTransOrg_6(); int32_t L_59 = V_6; NullCheck(L_58); int32_t L_60 = L_59; stTransOrg_t3673889772 * L_61 = (L_58)->GetAt(static_cast(L_60)); V_9 = L_61; int32_t L_62 = __this->get_m_UIStart_8(); int32_t L_63 = V_6; DMCDScrollViewItemU5BU5D_t786020350* L_64 = __this->get_m_listView_3(); NullCheck(L_64); V_10 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length)))))); DMCDScrollViewItemU5BU5D_t786020350* L_65 = __this->get_m_listView_3(); int32_t L_66 = V_10; NullCheck(L_65); int32_t L_67 = L_66; DMCDScrollViewItem_t254217223 * L_68 = (L_65)->GetAt(static_cast(L_67)); V_11 = L_68; stTransOrg_t3673889772 * L_69 = V_8; NullCheck(L_69); Vector3_t3722313464 L_70 = L_69->get__position_0(); stTransOrg_t3673889772 * L_71 = V_9; NullCheck(L_71); Vector3_t3722313464 L_72 = L_71->get__position_0(); float L_73 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_74 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_70, L_72, L_73, /*hidden argument*/NULL); V_12 = L_74; stTransOrg_t3673889772 * L_75 = V_9; NullCheck(L_75); Vector3_t3722313464 * L_76 = L_75->get_address_of__position_0(); float L_77 = L_76->get_z_3(); (&V_12)->set_z_3(L_77); float L_78 = (&V_12)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_79 = bankers_roundf(L_78); (&V_12)->set_x_1(L_79); float L_80 = (&V_12)->get_y_2(); float L_81 = bankers_roundf(L_80); (&V_12)->set_y_2(L_81); DMCDScrollViewItem_t254217223 * L_82 = V_11; NullCheck(L_82); Transform_t3600365921 * L_83 = Component_get_transform_m3162698980(L_82, /*hidden argument*/NULL); Vector3_t3722313464 L_84 = V_12; NullCheck(L_83); Transform_set_localPosition_m4128471975(L_83, L_84, /*hidden argument*/NULL); DMCDScrollViewItem_t254217223 * L_85 = V_11; NullCheck(L_85); Transform_t3600365921 * L_86 = Component_get_transform_m3162698980(L_85, /*hidden argument*/NULL); stTransOrg_t3673889772 * L_87 = V_8; NullCheck(L_87); Vector3_t3722313464 L_88 = L_87->get__scale_1(); stTransOrg_t3673889772 * L_89 = V_9; NullCheck(L_89); Vector3_t3722313464 L_90 = L_89->get__scale_1(); float L_91 = V_1; Vector3_t3722313464 L_92 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_88, L_90, L_91, /*hidden argument*/NULL); NullCheck(L_86); Transform_set_localScale_m3053443106(L_86, L_92, /*hidden argument*/NULL); int32_t L_93 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_0205: { int32_t L_94 = V_6; DMCDScrollViewItemU5BU5D_t786020350* L_95 = __this->get_m_listView_3(); NullCheck(L_95); if ((((int32_t)L_94) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_95)->max_length))))))) { goto IL_0112; } } IL_0214: { return; } } // System.Void DMCDScrollView::OnPress(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView_OnPress_m3843582610 (DMCDScrollView_t4294154837 * __this, bool ___isPressed0, const RuntimeMethod* method) { { bool L_0 = ___isPressed0; if (!L_0) { goto IL_000d; } } { __this->set_m_bPressFlag_16((bool)1); } IL_000d: { return; } } // System.Void DMCDScrollView::_OnCheckSlidItemsArea() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnCheckSlidItemsArea_m1739488622 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView__OnCheckSlidItemsArea_m1739488622_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; bool V_2 = false; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; int32_t G_B3_0 = 0; float G_B10_0 = 0.0f; DMCDScrollView_t4294154837 * G_B13_0 = NULL; DMCDScrollView_t4294154837 * G_B12_0 = NULL; int32_t G_B14_0 = 0; DMCDScrollView_t4294154837 * G_B14_1 = NULL; Vector2_t2156229523 * G_B20_0 = NULL; Vector2_t2156229523 * G_B19_0 = NULL; float G_B21_0 = 0.0f; Vector2_t2156229523 * G_B21_1 = NULL; Vector2_t2156229523 * G_B23_0 = NULL; Vector2_t2156229523 * G_B22_0 = NULL; float G_B24_0 = 0.0f; Vector2_t2156229523 * G_B24_1 = NULL; { 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; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_1 = CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)0, (&V_0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_001c; } } { G_B3_0 = 1; goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_2 = (bool)G_B3_0; bool L_3 = __this->get_m_bPressFlag_16(); if (!L_3) { goto IL_0051; } } { __this->set_m_bPressFlag_16((bool)0); __this->set_m_bClkingInside_10((bool)1); __this->set_m_bClkingInside_10((bool)1); Vector2_t2156229523 L_4 = V_0; __this->set_m_ClkPos_12(L_4); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_5 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_11(L_5); return; } IL_0051: { bool L_6 = __this->get_m_bClkingInside_10(); if (!L_6) { goto IL_00da; } } { bool L_7 = V_2; if (L_7) { goto IL_00da; } } { bool L_8 = V_2; __this->set_m_bClkingInside_10(L_8); int32_t L_9 = __this->get_m_ScrollType_2(); if (L_9) { goto IL_0084; } } { Vector2_t2156229523 * L_10 = __this->get_address_of_m_MaxOffset_11(); float L_11 = L_10->get_x_0(); G_B10_0 = L_11; goto IL_008f; } IL_0084: { Vector2_t2156229523 * L_12 = __this->get_address_of_m_MaxOffset_11(); float L_13 = L_12->get_y_1(); G_B10_0 = L_13; } IL_008f: { V_3 = G_B10_0; float L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_15 = fabsf(L_14); if ((!(((float)(30.0f)) <= ((float)L_15)))) { goto IL_00b9; } } { float L_16 = V_3; G_B12_0 = __this; if ((!(((float)(0.0f)) < ((float)L_16)))) { G_B13_0 = __this; goto IL_00b2; } } { G_B14_0 = 1; G_B14_1 = G_B12_0; goto IL_00b3; } IL_00b2: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_00b3: { NullCheck(G_B14_1); DMCDScrollView_MoveOneTick_m497099971(G_B14_1, (bool)G_B14_0, /*hidden argument*/NULL); } IL_00b9: { Vector2_t2156229523 * L_17 = __this->get_address_of_m_MaxOffset_11(); L_17->set_x_0((0.0f)); Vector2_t2156229523 * L_18 = __this->get_address_of_m_MaxOffset_11(); L_18->set_y_1((0.0f)); return; } IL_00da: { bool L_19 = V_2; if (!L_19) { goto IL_0187; } } { bool L_20 = __this->get_m_bClkingInside_10(); if (!L_20) { goto IL_0187; } } { float L_21 = (&V_0)->get_x_0(); Vector2_t2156229523 * L_22 = __this->get_address_of_m_ClkPos_12(); float L_23 = L_22->get_x_0(); V_4 = ((float)il2cpp_codegen_subtract((float)L_21, (float)L_23)); float L_24 = (&V_0)->get_y_1(); Vector2_t2156229523 * L_25 = __this->get_address_of_m_ClkPos_12(); float L_26 = L_25->get_y_1(); V_5 = ((float)il2cpp_codegen_subtract((float)L_24, (float)L_26)); Vector2_t2156229523 * L_27 = __this->get_address_of_m_MaxOffset_11(); Vector2_t2156229523 * L_28 = __this->get_address_of_m_MaxOffset_11(); float L_29 = L_28->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_30 = fabsf(L_29); float L_31 = V_4; float L_32 = fabsf(L_31); G_B19_0 = L_27; if ((!(((float)L_30) < ((float)L_32)))) { G_B20_0 = L_27; goto IL_013e; } } { float L_33 = V_4; G_B21_0 = L_33; G_B21_1 = G_B19_0; goto IL_0149; } IL_013e: { Vector2_t2156229523 * L_34 = __this->get_address_of_m_MaxOffset_11(); float L_35 = L_34->get_x_0(); G_B21_0 = L_35; G_B21_1 = G_B20_0; } IL_0149: { G_B21_1->set_x_0(G_B21_0); Vector2_t2156229523 * L_36 = __this->get_address_of_m_MaxOffset_11(); Vector2_t2156229523 * L_37 = __this->get_address_of_m_MaxOffset_11(); float L_38 = L_37->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_39 = fabsf(L_38); float L_40 = V_5; float L_41 = fabsf(L_40); G_B22_0 = L_36; if ((!(((float)L_39) < ((float)L_41)))) { G_B23_0 = L_36; goto IL_0177; } } { float L_42 = V_5; G_B24_0 = L_42; G_B24_1 = G_B22_0; goto IL_0182; } IL_0177: { Vector2_t2156229523 * L_43 = __this->get_address_of_m_MaxOffset_11(); float L_44 = L_43->get_y_1(); G_B24_0 = L_44; G_B24_1 = G_B23_0; } IL_0182: { G_B24_1->set_y_1(G_B24_0); } IL_0187: { return; } } // System.Void DMCDScrollView::_OnSetLogicActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnSetLogicActiveIndex_m1944300145 (DMCDScrollView_t4294154837 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView__OnSetLogicActiveIndex_m1944300145_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_ActiveReceiver_4(); 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_0028; } } { GameObject_t1113636619 * L_2 = __this->get_m_ActiveReceiver_4(); int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); GameObject_SendMessage_m3720186693(L_2, _stringLiteral3606779639, L_5, 1, /*hidden argument*/NULL); } IL_0028: { return; } } // System.Void DMCDScrollView::_OnFillUI() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollView__OnFillUI_m2475308396 (DMCDScrollView_t4294154837 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollView__OnFillUI_m2475308396_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t G_B4_0 = 0; { __this->set_m_MoveTimeLabor_14((0.0f)); int32_t L_0 = __this->get_m_LogicStart_7(); int32_t L_1 = __this->get_m_HalfOffset_9(); DMCDScrollView__OnSetLogicActiveIndex_m1944300145(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), /*hidden argument*/NULL); int32_t L_2 = __this->get_m_UIStart_8(); int32_t L_3 = __this->get_m_HalfOffset_9(); stTransOrgU5BU5D_t1358183141* L_4 = __this->get_m_listTransOrg_6(); NullCheck(L_4); stTransOrgU5BU5D_t1358183141* L_5 = __this->get_m_listTransOrg_6(); NullCheck(L_5); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))); V_1 = 0; goto IL_00c8; } IL_0045: { int32_t L_6 = __this->get_m_UIStart_8(); int32_t L_7 = V_1; stTransOrgU5BU5D_t1358183141* L_8 = __this->get_m_listTransOrg_6(); NullCheck(L_8); V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))); int32_t L_9 = V_2; int32_t L_10 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0064; } } { G_B4_0 = 1; goto IL_0065; } IL_0064: { G_B4_0 = 0; } IL_0065: { V_3 = (bool)G_B4_0; DMCDScrollViewItemU5BU5D_t786020350* L_11 = __this->get_m_listView_3(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; DMCDScrollViewItem_t254217223 * L_14 = (L_11)->GetAt(static_cast(L_13)); bool L_15 = V_3; NullCheck(L_14); DMCDScrollViewItem_SetActiveItem_m2926632261(L_14, L_15, /*hidden argument*/NULL); bool L_16 = V_3; if (!L_16) { goto IL_0097; } } { DMCDScrollViewItemU5BU5D_t786020350* L_17 = __this->get_m_listView_3(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; DMCDScrollViewItem_t254217223 * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(L_20, /*hidden argument*/NULL); NullCheck(L_21); Component_SendMessage_m1441147224(L_21, _stringLiteral1491195644, 1, /*hidden argument*/NULL); goto IL_00af; } IL_0097: { DMCDScrollViewItemU5BU5D_t786020350* L_22 = __this->get_m_listView_3(); int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; DMCDScrollViewItem_t254217223 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(L_25, /*hidden argument*/NULL); NullCheck(L_26); Component_SendMessage_m1441147224(L_26, _stringLiteral3197631421, 1, /*hidden argument*/NULL); } IL_00af: { DMCDScrollViewItemU5BU5D_t786020350* L_27 = __this->get_m_listView_3(); int32_t L_28 = V_2; NullCheck(L_27); int32_t L_29 = L_28; DMCDScrollViewItem_t254217223 * L_30 = (L_27)->GetAt(static_cast(L_29)); int32_t L_31 = __this->get_m_LogicStart_7(); int32_t L_32 = V_1; NullCheck(L_30); DMCDScrollViewItem_SetLogicIndex_m298903714(L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL); int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c8: { int32_t L_34 = V_1; DMCDScrollViewItemU5BU5D_t786020350* L_35 = __this->get_m_listView_3(); NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_0045; } } { 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 DMCDScrollView/stTransOrg::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransOrg__ctor_m1167123983 (stTransOrg_t3673889772 * __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 DMCDScrollViewItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem__ctor_m974819093 (DMCDScrollViewItem_t254217223 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMCDScrollViewItem::Awake() extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem_Awake_m749078752 (DMCDScrollViewItem_t254217223 * __this, const RuntimeMethod* method) { { __this->set_m_bActive_2((bool)0); __this->set_m_logicIndex_3(((int32_t)-100)); __this->set_m_MaxCount_4(((int32_t)1000)); return; } } // System.Boolean DMCDScrollViewItem::IsActive() extern "C" IL2CPP_METHOD_ATTR bool DMCDScrollViewItem_IsActive_m3413274701 (DMCDScrollViewItem_t254217223 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bActive_2(); return L_0; } } // System.Void DMCDScrollViewItem::SetActiveItem(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem_SetActiveItem_m2926632261 (DMCDScrollViewItem_t254217223 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_bActive_2(L_0); return; } } // System.Int32 DMCDScrollViewItem::GetLogicIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMCDScrollViewItem_GetLogicIndex_m4279317627 (DMCDScrollViewItem_t254217223 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_logicIndex_3(); return L_0; } } // System.Void DMCDScrollViewItem::SetLogicIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem_SetLogicIndex_m298903714 (DMCDScrollViewItem_t254217223 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollViewItem_SetLogicIndex_m298903714_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_logicIndex_3(); V_0 = L_0; int32_t L_1 = ___index0; __this->set_m_logicIndex_3(L_1); int32_t L_2 = ___index0; int32_t L_3 = V_0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0026; } } { GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SendMessage_m1121218340(L_4, _stringLiteral1331099311, 1, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void DMCDScrollViewItem::SetMaxItemCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMCDScrollViewItem_SetMaxItemCount_m3161693281 (DMCDScrollViewItem_t254217223 * __this, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMCDScrollViewItem_SetMaxItemCount_m3161693281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___val0; __this->set_m_MaxCount_4(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SendMessage_m1121218340(L_1, _stringLiteral1331099311, 1, /*hidden argument*/NULL); return; } } // System.Int32 DMCDScrollViewItem::GetMaxItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t DMCDScrollViewItem_GetMaxItemCount_m3507405415 (DMCDScrollViewItem_t254217223 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_MaxCount_4(); 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.CAccManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAccManager__ctor_m487993539 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAccManager__ctor_m487993539_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_m_strAccount_0(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_strSecret_1(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_strWhiteSign_2(L_2); __this->set_m_bVibrator_3((bool)1); __this->set_m_DownMode_5((bool)0); __this->set_m_PlayMidi_4((bool)1); __this->set_m_Accept_6((bool)1); __this->set_m_SavedConfig_7((bool)0); CAccManager_Load_m2578493048(__this, /*hidden argument*/NULL); CAccManager_LoadWhiteSign_m52892442(__this, /*hidden argument*/NULL); ISoundManager_t434164892 * L_3 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_4 = __this->get_m_PlayMidi_4(); NullCheck(L_3); ISoundManager_SetBeatKeyMidiEnable_m3065603802(L_3, L_4, /*hidden argument*/NULL); bool L_5 = __this->get_m_SavedConfig_7(); if (L_5) { goto IL_0081; } } { bool L_6 = CAccManager_IfDefaultQualityHigh_m2119517399(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_DownMode_5((bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0)); } IL_0081: { return; } } // System.Boolean DMCore.CAccManager::IfDefaultQualityHigh() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfDefaultQualityHigh_m2119517399 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { V_0 = (bool)0; int32_t L_0 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)8)))) { goto IL_0034; } } { int32_t L_1 = Device_get_generation_m794015809(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)((int32_t)9)) >= ((int32_t)L_2))) { goto IL_002b; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)12)))) { goto IL_002b; } } { int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)15))))) { goto IL_0032; } } IL_002b: { V_0 = (bool)0; goto IL_0034; } IL_0032: { V_0 = (bool)1; } IL_0034: { bool L_5 = V_0; return L_5; } } // System.Void DMCore.CAccManager::SetCurAcc(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetCurAcc_m2677280137 (CAccManager_t1454736772 * __this, String_t* ___acc0, String_t* ___secret1, const RuntimeMethod* method) { { String_t* L_0 = ___acc0; __this->set_m_strAccount_0(L_0); String_t* L_1 = ___secret1; __this->set_m_strSecret_1(L_1); return; } } // System.Void DMCore.CAccManager::GetCurAcc(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void CAccManager_GetCurAcc_m814789783 (CAccManager_t1454736772 * __this, String_t** ___acc0, String_t** ___secret1, const RuntimeMethod* method) { { String_t** L_0 = ___acc0; String_t* L_1 = __this->get_m_strAccount_0(); *((RuntimeObject **)(L_0)) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)L_1); String_t** L_2 = ___secret1; String_t* L_3 = __this->get_m_strSecret_1(); *((RuntimeObject **)(L_2)) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)L_3); return; } } // System.Boolean DMCore.CAccManager::IfVibrator() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfVibrator_m664125960 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bVibrator_3(); return L_0; } } // System.Void DMCore.CAccManager::SetVibrator(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetVibrator_m651857561 (CAccManager_t1454736772 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_bVibrator_3(L_0); return; } } // System.Boolean DMCore.CAccManager::IfPlayMidi() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfPlayMidi_m2019309504 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_PlayMidi_4(); return L_0; } } // System.Void DMCore.CAccManager::SetPlayMidi(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetPlayMidi_m3866904751 (CAccManager_t1454736772 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_PlayMidi_4(L_0); ISoundManager_t434164892 * L_1 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_2 = __this->get_m_PlayMidi_4(); NullCheck(L_1); ISoundManager_SetBeatKeyMidiEnable_m3065603802(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.CAccManager::IfAccept() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfAccept_m2997737319 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Accept_6(); return L_0; } } // System.Void DMCore.CAccManager::SetAccept(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetAccept_m253631591 (CAccManager_t1454736772 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_Accept_6(L_0); return; } } // System.Boolean DMCore.CAccManager::IfDownMode() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfDownMode_m3347988867 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_DownMode_5(); return L_0; } } // System.Void DMCore.CAccManager::SetDownMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetDownMode_m1183697102 (CAccManager_t1454736772 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_DownMode_5(L_0); return; } } // System.Boolean DMCore.CAccManager::Save() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_Save_m839917893 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAccManager_Save_m839917893_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlElement_t561603118 * V_2 = NULL; XmlElement_t561603118 * V_3 = NULL; XmlElement_t561603118 * V_4 = NULL; XmlElement_t561603118 * V_5 = NULL; XmlElement_t561603118 * V_6 = NULL; bool V_7 = 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); String_t* G_B7_0 = NULL; XmlElement_t561603118 * G_B7_1 = NULL; String_t* G_B6_0 = NULL; XmlElement_t561603118 * G_B6_1 = NULL; String_t* G_B8_0 = NULL; String_t* G_B8_1 = NULL; XmlElement_t561603118 * G_B8_2 = NULL; String_t* G_B10_0 = NULL; XmlElement_t561603118 * G_B10_1 = NULL; String_t* G_B9_0 = NULL; XmlElement_t561603118 * G_B9_1 = NULL; String_t* G_B11_0 = NULL; String_t* G_B11_1 = NULL; XmlElement_t561603118 * G_B11_2 = NULL; String_t* G_B13_0 = NULL; XmlElement_t561603118 * G_B13_1 = NULL; String_t* G_B12_0 = NULL; XmlElement_t561603118 * G_B12_1 = NULL; String_t* G_B14_0 = NULL; String_t* G_B14_1 = NULL; XmlElement_t561603118 * G_B14_2 = NULL; String_t* G_B16_0 = NULL; XmlElement_t561603118 * G_B16_1 = NULL; String_t* G_B15_0 = NULL; XmlElement_t561603118 * G_B15_1 = NULL; String_t* G_B17_0 = NULL; String_t* G_B17_1 = NULL; XmlElement_t561603118 * G_B17_2 = NULL; String_t* G_B19_0 = NULL; XmlElement_t561603118 * G_B19_1 = NULL; String_t* G_B18_0 = NULL; XmlElement_t561603118 * G_B18_1 = NULL; String_t* G_B20_0 = NULL; String_t* G_B20_1 = NULL; XmlElement_t561603118 * G_B20_2 = NULL; { String_t* L_0 = CAccManager_GetSavePath_m1438362575(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; bool L_2 = File_Exists_m3943585060(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { String_t* L_3 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0018: { 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; XmlDocument_t2837193595 * L_5 = V_1; NullCheck(L_5); XmlElement_t561603118 * L_6 = XmlDocument_CreateElement_m2961417808(L_5, _stringLiteral2328036797, /*hidden argument*/NULL); V_2 = L_6; XmlDocument_t2837193595 * L_7 = V_1; XmlElement_t561603118 * L_8 = V_2; NullCheck(L_7); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_7, L_8); XmlDocument_t2837193595 * L_9 = V_1; NullCheck(L_9); XmlElement_t561603118 * L_10 = XmlDocument_CreateElement_m2961417808(L_9, _stringLiteral3919613582, /*hidden argument*/NULL); V_3 = L_10; XmlElement_t561603118 * L_11 = V_2; XmlElement_t561603118 * L_12 = V_3; NullCheck(L_11); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_11, L_12); String_t* L_13 = __this->get_m_strAccount_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0088; } } { String_t* L_15 = __this->get_m_strSecret_1(); 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_0088; } } { XmlElement_t561603118 * L_17 = V_3; String_t* L_18 = __this->get_m_strAccount_0(); NullCheck(L_17); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, L_17, _stringLiteral536926234, L_18); XmlElement_t561603118 * L_19 = V_3; String_t* L_20 = __this->get_m_strSecret_1(); NullCheck(L_19); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, L_19, _stringLiteral3838808707, L_20); } IL_0088: { XmlDocument_t2837193595 * L_21 = V_1; NullCheck(L_21); XmlElement_t561603118 * L_22 = XmlDocument_CreateElement_m2961417808(L_21, _stringLiteral1326662470, /*hidden argument*/NULL); V_4 = L_22; XmlElement_t561603118 * L_23 = V_2; XmlElement_t561603118 * L_24 = V_4; NullCheck(L_23); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_23, L_24); XmlElement_t561603118 * L_25 = V_4; bool L_26 = __this->get_m_bVibrator_3(); G_B6_0 = _stringLiteral4025034250; G_B6_1 = L_25; if (!L_26) { G_B7_0 = _stringLiteral4025034250; G_B7_1 = L_25; goto IL_00ba; } } { G_B8_0 = _stringLiteral3452614543; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_00bf; } IL_00ba: { G_B8_0 = _stringLiteral3452614544; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_00bf: { NullCheck(G_B8_2); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, G_B8_2, G_B8_1, G_B8_0); XmlElement_t561603118 * L_27 = V_4; bool L_28 = __this->get_m_DownMode_5(); G_B9_0 = _stringLiteral2936172350; G_B9_1 = L_27; if (!L_28) { G_B10_0 = _stringLiteral2936172350; G_B10_1 = L_27; goto IL_00e0; } } { G_B11_0 = _stringLiteral3452614543; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; goto IL_00e5; } IL_00e0: { G_B11_0 = _stringLiteral3452614544; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; } IL_00e5: { NullCheck(G_B11_2); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, G_B11_2, G_B11_1, G_B11_0); XmlElement_t561603118 * L_29 = V_4; bool L_30 = __this->get_m_PlayMidi_4(); G_B12_0 = _stringLiteral2603214936; G_B12_1 = L_29; if (!L_30) { G_B13_0 = _stringLiteral2603214936; G_B13_1 = L_29; goto IL_0106; } } { G_B14_0 = _stringLiteral3452614543; G_B14_1 = G_B12_0; G_B14_2 = G_B12_1; goto IL_010b; } IL_0106: { G_B14_0 = _stringLiteral3452614544; G_B14_1 = G_B13_0; G_B14_2 = G_B13_1; } IL_010b: { NullCheck(G_B14_2); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, G_B14_2, G_B14_1, G_B14_0); XmlElement_t561603118 * L_31 = V_4; bool L_32 = __this->get_m_Accept_6(); G_B15_0 = _stringLiteral2350026848; G_B15_1 = L_31; if (!L_32) { G_B16_0 = _stringLiteral2350026848; G_B16_1 = L_31; goto IL_012c; } } { G_B17_0 = _stringLiteral3452614543; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_0131; } IL_012c: { G_B17_0 = _stringLiteral3452614544; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_0131: { NullCheck(G_B17_2); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, G_B17_2, G_B17_1, G_B17_0); XmlDocument_t2837193595 * L_33 = V_1; NullCheck(L_33); XmlElement_t561603118 * L_34 = XmlDocument_CreateElement_m2961417808(L_33, _stringLiteral414394852, /*hidden argument*/NULL); V_5 = L_34; XmlElement_t561603118 * L_35 = V_2; XmlElement_t561603118 * L_36 = V_5; NullCheck(L_35); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_35, L_36); XmlElement_t561603118 * L_37 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_38 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = CServerChoice_get_selectedServerID_m3033894620(L_38, /*hidden argument*/NULL); NullCheck(L_37); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, L_37, _stringLiteral589702041, L_39); XmlDocument_t2837193595 * L_40 = V_1; NullCheck(L_40); XmlElement_t561603118 * L_41 = XmlDocument_CreateElement_m2961417808(L_40, _stringLiteral2089878843, /*hidden argument*/NULL); V_6 = L_41; XmlElement_t561603118 * L_42 = V_2; XmlElement_t561603118 * L_43 = V_6; NullCheck(L_42); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_42, L_43); XmlElement_t561603118 * L_44 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); bool L_45 = CRoomMananger_get_CanInvite_m4225235073(NULL /*static, unused*/, /*hidden argument*/NULL); G_B18_0 = _stringLiteral190022605; G_B18_1 = L_44; if (!L_45) { G_B19_0 = _stringLiteral190022605; G_B19_1 = L_44; goto IL_0193; } } { G_B20_0 = _stringLiteral3452614543; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; goto IL_0198; } IL_0193: { G_B20_0 = _stringLiteral3452614544; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; } IL_0198: { NullCheck(G_B20_2); VirtActionInvoker2< String_t*, String_t* >::Invoke(47 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, G_B20_2, G_B20_1, G_B20_0); __this->set_m_SavedConfig_7((bool)1); } IL_01a4: try { // begin try (depth: 1) XmlDocument_t2837193595 * L_46 = V_1; String_t* L_47 = V_0; NullCheck(L_46); VirtActionInvoker1< String_t* >::Invoke(65 /* System.Void System.Xml.XmlDocument::Save(System.String) */, L_46, L_47); V_7 = (bool)1; goto IL_01bc; } // 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_01b3; throw e; } CATCH_01b3: { // begin catch(System.Object) V_7 = (bool)0; goto IL_01bc; } // end catch (depth: 1) IL_01bc: { bool L_48 = V_7; return L_48; } } // System.Void DMCore.CAccManager::ClearSaved() extern "C" IL2CPP_METHOD_ATTR void CAccManager_ClearSaved_m1928935990 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = CAccManager_GetSavePath_m1438362575(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; bool L_2 = File_Exists_m3943585060(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { String_t* L_3 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Boolean DMCore.CAccManager::LoadWhiteSign() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_LoadWhiteSign_m52892442 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAccManager_LoadWhiteSign_m52892442_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FileStream_t4292183065 * V_1 = NULL; StreamReader_t4009935899 * V_2 = NULL; String_t* V_3 = NULL; bool V_4 = false; XmlDocument_t2837193595 * V_5 = NULL; XmlNode_t3767805227 * V_6 = NULL; XmlNodeList_t2551693786 * V_7 = NULL; int32_t V_8 = 0; XmlElement_t561603118 * V_9 = 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); XmlNode_t3767805227 * G_B8_0 = NULL; XmlNodeList_t2551693786 * G_B11_0 = NULL; { String_t* L_0 = CAccManager_GetWhiteSignPath_m464598190(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; bool L_2 = File_Exists_m3943585060(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } { return (bool)0; } IL_0014: try { // begin try (depth: 1) { String_t* L_3 = V_0; FileStream_t4292183065 * L_4 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_4, L_3, 3, 1, 1, /*hidden argument*/NULL); V_1 = L_4; FileStream_t4292183065 * L_5 = V_1; NullCheck(L_5); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_5, (((int64_t)((int64_t)0)))); FileStream_t4292183065 * L_6 = V_1; StreamReader_t4009935899 * L_7 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m1047876681(L_7, L_6, /*hidden argument*/NULL); V_2 = L_7; StreamReader_t4009935899 * L_8 = V_2; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_8); V_3 = L_9; String_t* L_10 = V_3; if (!L_10) { goto IL_0045; } } IL_003a: { String_t* L_11 = V_3; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0053; } } IL_0045: { StreamReader_t4009935899 * L_13 = V_2; NullCheck(L_13); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_13); V_4 = (bool)0; goto IL_011e; } IL_0053: { XmlDocument_t2837193595 * L_14 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_14, /*hidden argument*/NULL); V_5 = L_14; XmlDocument_t2837193595 * L_15 = V_5; String_t* L_16 = V_3; NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_15, L_16); StreamReader_t4009935899 * L_17 = V_2; NullCheck(L_17); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_17); XmlDocument_t2837193595 * L_18 = V_5; if (!L_18) { goto IL_007b; } } IL_006f: { XmlDocument_t2837193595 * L_19 = V_5; NullCheck(L_19); XmlNode_t3767805227 * L_20 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_19); G_B8_0 = L_20; goto IL_007c; } IL_007b: { G_B8_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_007c: { V_6 = G_B8_0; XmlNode_t3767805227 * L_21 = V_6; if (!L_21) { goto IL_0091; } } IL_0085: { XmlNode_t3767805227 * L_22 = V_6; NullCheck(L_22); XmlNodeList_t2551693786 * L_23 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_22); G_B11_0 = L_23; goto IL_0092; } IL_0091: { G_B11_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0092: { V_7 = G_B11_0; XmlNodeList_t2551693786 * L_24 = V_7; if (L_24) { goto IL_00a3; } } IL_009b: { V_4 = (bool)0; goto IL_011e; } IL_00a3: { V_8 = 0; goto IL_00ff; } IL_00ab: { XmlNodeList_t2551693786 * L_25 = V_7; int32_t L_26 = V_8; NullCheck(L_25); XmlNode_t3767805227 * L_27 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_25, L_26); V_9 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_27, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_28 = V_9; if (L_28) { goto IL_00c7; } } IL_00c2: { goto IL_00f9; } IL_00c7: { XmlElement_t561603118 * L_29 = V_9; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_31 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral2141179390, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00f9; } } IL_00dd: { XmlElement_t561603118 * L_32 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_34 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_32, _stringLiteral772975252, L_33, /*hidden argument*/NULL); __this->set_m_strWhiteSign_2(L_34); goto IL_010d; } IL_00f9: { int32_t L_35 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00ff: { int32_t L_36 = V_8; XmlNodeList_t2551693786 * L_37 = V_7; NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_37); if ((((int32_t)L_36) < ((int32_t)L_38))) { goto IL_00ab; } } IL_010d: { V_4 = (bool)1; goto IL_011e; } } // 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_0115; throw e; } CATCH_0115: { // begin catch(System.Object) V_4 = (bool)0; goto IL_011e; } // end catch (depth: 1) IL_011e: { bool L_39 = V_4; return L_39; } } // System.String DMCore.CAccManager::GetWhiteSign() extern "C" IL2CPP_METHOD_ATTR String_t* CAccManager_GetWhiteSign_m1149249506 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_strWhiteSign_2(); return L_0; } } // System.Boolean DMCore.CAccManager::Load() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_Load_m2578493048 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAccManager_Load_m2578493048_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FileStream_t4292183065 * V_1 = NULL; StreamReader_t4009935899 * V_2 = NULL; String_t* V_3 = NULL; bool V_4 = false; XmlDocument_t2837193595 * V_5 = NULL; XmlNode_t3767805227 * V_6 = NULL; XmlNodeList_t2551693786 * V_7 = NULL; int32_t V_8 = 0; XmlElement_t561603118 * V_9 = NULL; String_t* V_10 = NULL; String_t* V_11 = 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); XmlNode_t3767805227 * G_B8_0 = NULL; XmlNodeList_t2551693786 * G_B11_0 = NULL; CAccManager_t1454736772 * G_B21_0 = NULL; CAccManager_t1454736772 * G_B20_0 = NULL; int32_t G_B22_0 = 0; CAccManager_t1454736772 * G_B22_1 = NULL; CAccManager_t1454736772 * G_B24_0 = NULL; CAccManager_t1454736772 * G_B23_0 = NULL; int32_t G_B25_0 = 0; CAccManager_t1454736772 * G_B25_1 = NULL; CAccManager_t1454736772 * G_B27_0 = NULL; CAccManager_t1454736772 * G_B26_0 = NULL; int32_t G_B28_0 = 0; CAccManager_t1454736772 * G_B28_1 = NULL; CAccManager_t1454736772 * G_B30_0 = NULL; CAccManager_t1454736772 * G_B29_0 = NULL; int32_t G_B31_0 = 0; CAccManager_t1454736772 * G_B31_1 = NULL; int32_t G_B38_0 = 0; { String_t* L_0 = CAccManager_GetSavePath_m1438362575(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; bool L_2 = File_Exists_m3943585060(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002b; } } { 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(); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CAccManager_SetCurAcc_m2677280137(__this, L_3, L_4, /*hidden argument*/NULL); __this->set_m_SavedConfig_7((bool)0); return (bool)0; } IL_002b: try { // begin try (depth: 1) { String_t* L_5 = V_0; FileStream_t4292183065 * L_6 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_6, L_5, 3, 1, 1, /*hidden argument*/NULL); V_1 = L_6; FileStream_t4292183065 * L_7 = V_1; NullCheck(L_7); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_7, (((int64_t)((int64_t)0)))); FileStream_t4292183065 * L_8 = V_1; StreamReader_t4009935899 * L_9 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m1047876681(L_9, L_8, /*hidden argument*/NULL); V_2 = L_9; StreamReader_t4009935899 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_10); V_3 = L_11; String_t* L_12 = V_3; if (!L_12) { goto IL_005c; } } IL_0051: { String_t* L_13 = V_3; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_006a; } } IL_005c: { StreamReader_t4009935899 * L_15 = V_2; NullCheck(L_15); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_15); V_4 = (bool)0; goto IL_024c; } IL_006a: { XmlDocument_t2837193595 * L_16 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_16, /*hidden argument*/NULL); V_5 = L_16; XmlDocument_t2837193595 * L_17 = V_5; String_t* L_18 = V_3; NullCheck(L_17); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_17, L_18); StreamReader_t4009935899 * L_19 = V_2; NullCheck(L_19); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_19); XmlDocument_t2837193595 * L_20 = V_5; if (!L_20) { goto IL_0092; } } IL_0086: { XmlDocument_t2837193595 * L_21 = V_5; NullCheck(L_21); XmlNode_t3767805227 * L_22 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_21); G_B8_0 = L_22; goto IL_0093; } IL_0092: { G_B8_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0093: { V_6 = G_B8_0; XmlNode_t3767805227 * L_23 = V_6; if (!L_23) { goto IL_00a8; } } IL_009c: { XmlNode_t3767805227 * L_24 = V_6; NullCheck(L_24); XmlNodeList_t2551693786 * L_25 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_24); G_B11_0 = L_25; goto IL_00a9; } IL_00a8: { G_B11_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_00a9: { V_7 = G_B11_0; XmlNodeList_t2551693786 * L_26 = V_7; if (L_26) { goto IL_00ba; } } IL_00b2: { V_4 = (bool)0; goto IL_024c; } IL_00ba: { V_8 = 0; goto IL_0226; } IL_00c2: { XmlNodeList_t2551693786 * L_27 = V_7; int32_t L_28 = V_8; NullCheck(L_27); XmlNode_t3767805227 * L_29 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_27, L_28); V_9 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_29, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_30 = V_9; if (L_30) { goto IL_00de; } } IL_00d9: { goto IL_0220; } IL_00de: { XmlElement_t561603118 * L_31 = V_9; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_31); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_33 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral3919613582, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_011f; } } IL_00f4: { XmlElement_t561603118 * L_34 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_35 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_34, _stringLiteral536926234, /*hidden argument*/NULL); V_10 = L_35; XmlElement_t561603118 * L_36 = V_9; String_t* L_37 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_36, _stringLiteral3838808707, /*hidden argument*/NULL); V_11 = L_37; String_t* L_38 = V_10; String_t* L_39 = V_11; CAccManager_SetCurAcc_m2677280137(__this, L_38, L_39, /*hidden argument*/NULL); goto IL_0220; } IL_011f: { XmlElement_t561603118 * L_40 = V_9; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_42 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral1326662470, L_41, /*hidden argument*/NULL); if (L_42) { goto IL_01b6; } } IL_0135: { XmlElement_t561603118 * L_43 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_44 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_43, _stringLiteral4025034250, 1, /*hidden argument*/NULL); G_B20_0 = __this; if (!L_44) { G_B21_0 = __this; goto IL_014e; } } IL_0148: { G_B22_0 = 1; G_B22_1 = G_B20_0; goto IL_014f; } IL_014e: { G_B22_0 = 0; G_B22_1 = G_B21_0; } IL_014f: { NullCheck(G_B22_1); G_B22_1->set_m_bVibrator_3((bool)G_B22_0); XmlElement_t561603118 * L_45 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_46 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_45, _stringLiteral2936172350, 0, /*hidden argument*/NULL); G_B23_0 = __this; if (!L_46) { G_B24_0 = __this; goto IL_016d; } } IL_0167: { G_B25_0 = 1; G_B25_1 = G_B23_0; goto IL_016e; } IL_016d: { G_B25_0 = 0; G_B25_1 = G_B24_0; } IL_016e: { NullCheck(G_B25_1); G_B25_1->set_m_DownMode_5((bool)G_B25_0); XmlElement_t561603118 * L_47 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_48 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_47, _stringLiteral2603214936, 1, /*hidden argument*/NULL); G_B26_0 = __this; if (!L_48) { G_B27_0 = __this; goto IL_018c; } } IL_0186: { G_B28_0 = 1; G_B28_1 = G_B26_0; goto IL_018d; } IL_018c: { G_B28_0 = 0; G_B28_1 = G_B27_0; } IL_018d: { NullCheck(G_B28_1); G_B28_1->set_m_PlayMidi_4((bool)G_B28_0); XmlElement_t561603118 * L_49 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_50 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_49, _stringLiteral2350026848, 1, /*hidden argument*/NULL); G_B29_0 = __this; if (!L_50) { G_B30_0 = __this; goto IL_01ab; } } IL_01a5: { G_B31_0 = 1; G_B31_1 = G_B29_0; goto IL_01ac; } IL_01ab: { G_B31_0 = 0; G_B31_1 = G_B30_0; } IL_01ac: { NullCheck(G_B31_1); G_B31_1->set_m_Accept_6((bool)G_B31_0); goto IL_0220; } IL_01b6: { XmlElement_t561603118 * L_51 = V_9; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_53 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral414394852, L_52, /*hidden argument*/NULL); if (L_53) { goto IL_01ec; } } IL_01cc: { IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_54 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); XmlElement_t561603118 * L_55 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_56 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_57 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_55, _stringLiteral589702041, L_56, /*hidden argument*/NULL); NullCheck(L_54); CServerChoice_set_selectedServerID_m2367743754(L_54, L_57, /*hidden argument*/NULL); goto IL_0220; } IL_01ec: { XmlElement_t561603118 * L_58 = V_9; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_60 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral2089878843, L_59, /*hidden argument*/NULL); if (L_60) { goto IL_0220; } } IL_0202: { XmlElement_t561603118 * L_61 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_62 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_61, _stringLiteral190022605, 1, /*hidden argument*/NULL); if (!L_62) { goto IL_021a; } } IL_0214: { G_B38_0 = 1; goto IL_021b; } IL_021a: { G_B38_0 = 0; } IL_021b: { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_set_CanInvite_m2864709794(NULL /*static, unused*/, (bool)G_B38_0, /*hidden argument*/NULL); } IL_0220: { int32_t L_63 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0226: { int32_t L_64 = V_8; XmlNodeList_t2551693786 * L_65 = V_7; NullCheck(L_65); int32_t L_66 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_65); if ((((int32_t)L_64) < ((int32_t)L_66))) { goto IL_00c2; } } IL_0234: { __this->set_m_SavedConfig_7((bool)1); V_4 = (bool)1; goto IL_024c; } } // 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_0243; throw e; } CATCH_0243: { // begin catch(System.Object) V_4 = (bool)0; goto IL_024c; } // end catch (depth: 1) IL_024c: { bool L_67 = V_4; return L_67; } } // System.String DMCore.CAccManager::GetSavePath() extern "C" IL2CPP_METHOD_ATTR String_t* CAccManager_GetSavePath_m1438362575 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAccManager_GetSavePath_m1438362575_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral3194816071, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; return L_2; } } // System.String DMCore.CAccManager::GetWhiteSignPath() extern "C" IL2CPP_METHOD_ATTR String_t* CAccManager_GetWhiteSignPath_m464598190 (CAccManager_t1454736772 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAccManager_GetWhiteSignPath_m464598190_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral152036609, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Camera.CCameraState::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCameraState__ctor_m4117450880 (CCameraState_t4059982610 * __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.Camera.ICameraBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ICameraBase__ctor_m2770176054 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase__ctor_m2770176054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1237090056 * L_0 = (List_1_t1237090056 *)il2cpp_codegen_object_new(List_1_t1237090056_il2cpp_TypeInfo_var); List_1__ctor_m370163033(L_0, /*hidden argument*/List_1__ctor_m370163033_RuntimeMethod_var); __this->set_m_StoredCameraArray_2(L_0); Camera_t4157153871 * L_1 = Camera_get_main_m3643453163(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_activeCamera_0(L_1); __this->set_m_DefaultWatchTarget_3((Transform_t3600365921 *)NULL); return; } } // 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) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Rect_t2360479859 V_1; memset(&V_1, 0, sizeof(V_1)); { Camera_t4157153871 * L_0 = ___camera0; Vector3_t3722313464 L_1 = ___worldPoint1; NullCheck(L_0); Vector3_t3722313464 L_2 = Camera_WorldToViewportPoint_m1538355680(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Rect__ctor_m2614021312((&V_1), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_3 = V_0; bool L_4 = Rect_Contains_m1232228501((&V_1), L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { return (bool)0; } IL_0032: { float L_5 = (&V_0)->get_z_3(); Camera_t4157153871 * L_6 = ___camera0; NullCheck(L_6); float L_7 = Camera_get_nearClipPlane_m837839537(L_6, /*hidden argument*/NULL); if ((((float)L_5) < ((float)L_7))) { goto IL_0056; } } { float L_8 = (&V_0)->get_z_3(); Camera_t4157153871 * L_9 = ___camera0; NullCheck(L_9); float L_10 = Camera_get_farClipPlane_m538536689(L_9, /*hidden argument*/NULL); if ((!(((float)L_8) > ((float)L_10)))) { goto IL_0058; } } IL_0056: { return (bool)0; } IL_0058: { return (bool)1; } } // System.Void DMCore.Camera.ICameraBase::SetActiveCamera(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetActiveCamera_m1414277267 (ICameraBase_t3615533728 * __this, Camera_t4157153871 * ___camera0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_SetActiveCamera_m1414277267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Camera_t4157153871 * L_0 = ___camera0; __this->set_m_activeCamera_0(L_0); Camera_t4157153871 * L_1 = __this->get_m_activeCamera_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_0044; } } { Camera_t4157153871 * L_3 = __this->get_m_activeCamera_0(); NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_position_m36019626(L_4, /*hidden argument*/NULL); __this->set_m_StartPosition_4(L_5); Camera_t4157153871 * L_6 = __this->get_m_activeCamera_0(); NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); Quaternion_t2301928331 L_8 = Transform_get_rotation_m3502953881(L_7, /*hidden argument*/NULL); __this->set_m_StartRotation_5(L_8); } IL_0044: { return; } } // UnityEngine.Camera DMCore.Camera.ICameraBase::GetActiveCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetActiveCamera_m490033116 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); return L_0; } } // System.Void DMCore.Camera.ICameraBase::SetCameraToCenter() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetCameraToCenter_m2582732321 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_SetCameraToCenter_m2582732321_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_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_0019; } } { __this->set_m_bCached_6((bool)0); return; } IL_0019: { __this->set_m_bCached_6((bool)1); Camera_t4157153871 * L_2 = __this->get_m_activeCamera_0(); NullCheck(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_localPosition_m4234289348(L_3, /*hidden argument*/NULL); __this->set_m_cachePositon_7(L_4); Camera_t4157153871 * L_5 = __this->get_m_activeCamera_0(); NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); NullCheck(L_6); Quaternion_t2301928331 L_7 = Transform_get_localRotation_m3487911431(L_6, /*hidden argument*/NULL); __this->set_m_cacheRotation_8(L_7); Camera_t4157153871 * L_8 = __this->get_m_activeCamera_0(); NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionX_m99106243(NULL /*static, unused*/, L_9, (0.0f), /*hidden argument*/NULL); Camera_t4157153871 * L_10 = __this->get_m_activeCamera_0(); NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localEulerAngles_m2136926248(L_11, /*hidden argument*/NULL); V_0 = L_12; (&V_0)->set_y_2((0.0f)); Camera_t4157153871 * L_13 = __this->get_m_activeCamera_0(); NullCheck(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(L_13, /*hidden argument*/NULL); Vector3_t3722313464 L_15 = V_0; NullCheck(L_14); Transform_set_localEulerAngles_m4202601546(L_14, L_15, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::ResumeCameraFromCenter() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_ResumeCameraFromCenter_m686327479 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bCached_6(); if (!L_0) { goto IL_003e; } } { __this->set_m_bCached_6((bool)0); Camera_t4157153871 * L_1 = __this->get_m_activeCamera_0(); NullCheck(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(L_1, /*hidden argument*/NULL); Vector3_t3722313464 L_3 = __this->get_m_cachePositon_7(); NullCheck(L_2); Transform_set_localPosition_m4128471975(L_2, L_3, /*hidden argument*/NULL); Camera_t4157153871 * L_4 = __this->get_m_activeCamera_0(); NullCheck(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(L_4, /*hidden argument*/NULL); Quaternion_t2301928331 L_6 = __this->get_m_cacheRotation_8(); NullCheck(L_5); Transform_set_localRotation_m19445462(L_5, L_6, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void DMCore.Camera.ICameraBase::ResumeStartState() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_ResumeStartState_m3410972229 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_ResumeStartState_m3410972229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); 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_003d; } } { Camera_t4157153871 * L_2 = __this->get_m_activeCamera_0(); NullCheck(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(L_2, /*hidden argument*/NULL); Vector3_t3722313464 L_4 = __this->get_m_StartPosition_4(); NullCheck(L_3); Transform_set_position_m3387557959(L_3, L_4, /*hidden argument*/NULL); Camera_t4157153871 * L_5 = __this->get_m_activeCamera_0(); NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); Quaternion_t2301928331 L_7 = __this->get_m_StartRotation_5(); NullCheck(L_6); Transform_set_rotation_m3524318132(L_6, L_7, /*hidden argument*/NULL); } IL_003d: { return; } } // System.Void DMCore.Camera.ICameraBase::SetUICamera(UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetUICamera_m1576310182 (ICameraBase_t3615533728 * __this, Camera_t4157153871 * ___camera0, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = ___camera0; __this->set_m_uiCamera_1(L_0); return; } } // UnityEngine.Camera DMCore.Camera.ICameraBase::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetUICamera_m3997251255 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_uiCamera_1(); return L_0; } } // UnityEngine.Vector3 DMCore.Camera.ICameraBase::GetWatchTarget() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ICameraBase_GetWatchTarget_m3098802233 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_GetWatchTarget_m3098802233_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Transform_t3600365921 * L_0 = __this->get_m_DefaultWatchTarget_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_0021; } } { Transform_t3600365921 * L_2 = __this->get_m_DefaultWatchTarget_3(); NullCheck(L_2); Vector3_t3722313464 L_3 = Transform_get_position_m36019626(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0026; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_4 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0026: { return G_B3_0; } } // System.Void DMCore.Camera.ICameraBase::SetWatchTarget(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetWatchTarget_m1900455678 (ICameraBase_t3615533728 * __this, Transform_t3600365921 * ___target0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___target0; __this->set_m_DefaultWatchTarget_3(L_0); return; } } // DMCore.Camera.CCameraState DMCore.Camera.ICameraBase::SnapCurrentCamera() extern "C" IL2CPP_METHOD_ATTR CCameraState_t4059982610 * ICameraBase_SnapCurrentCamera_m2008614954 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_SnapCurrentCamera_m2008614954_MetadataUsageId); s_Il2CppMethodInitialized = true; } CCameraState_t4059982610 * V_0 = NULL; { CCameraState_t4059982610 * L_0 = (CCameraState_t4059982610 *)il2cpp_codegen_object_new(CCameraState_t4059982610_il2cpp_TypeInfo_var); CCameraState__ctor_m4117450880(L_0, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = __this->get_m_activeCamera_0(); ICameraBase_SnapCameraState_m2068987161(__this, (&V_0), L_1, /*hidden argument*/NULL); CCameraState_t4059982610 * L_2 = V_0; return L_2; } } // System.Void DMCore.Camera.ICameraBase::FillFromSnap(DMCore.Camera.CCameraState) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_FillFromSnap_m3127887890 (ICameraBase_t3615533728 * __this, CCameraState_t4059982610 * ___state0, const RuntimeMethod* method) { { Camera_t4157153871 ** L_0 = __this->get_address_of_m_activeCamera_0(); CCameraState_t4059982610 * L_1 = ___state0; ICameraBase_FillCameraState_m1184794418(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::PushCamera() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_PushCamera_m3728154315 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_PushCamera_m3728154315_MetadataUsageId); s_Il2CppMethodInitialized = true; } CCameraState_t4059982610 * V_0 = NULL; { CCameraState_t4059982610 * L_0 = ICameraBase_SnapCurrentCamera_m2008614954(__this, /*hidden argument*/NULL); V_0 = L_0; List_1_t1237090056 * L_1 = __this->get_m_StoredCameraArray_2(); CCameraState_t4059982610 * L_2 = V_0; NullCheck(L_1); List_1_Add_m2536457787(L_1, L_2, /*hidden argument*/List_1_Add_m2536457787_RuntimeMethod_var); return; } } // System.Void DMCore.Camera.ICameraBase::PopCamera() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_PopCamera_m2226835933 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_PopCamera_m2226835933_MetadataUsageId); s_Il2CppMethodInitialized = true; } CCameraState_t4059982610 * V_0 = NULL; { List_1_t1237090056 * L_0 = __this->get_m_StoredCameraArray_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1876238088(L_0, /*hidden argument*/List_1_get_Count_m1876238088_RuntimeMethod_var); if ((((int32_t)0) < ((int32_t)L_1))) { goto IL_0012; } } { return; } IL_0012: { List_1_t1237090056 * L_2 = __this->get_m_StoredCameraArray_2(); List_1_t1237090056 * L_3 = __this->get_m_StoredCameraArray_2(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1876238088(L_3, /*hidden argument*/List_1_get_Count_m1876238088_RuntimeMethod_var); NullCheck(L_2); CCameraState_t4059982610 * L_5 = List_1_get_Item_m554388283(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/List_1_get_Item_m554388283_RuntimeMethod_var); V_0 = L_5; List_1_t1237090056 * L_6 = __this->get_m_StoredCameraArray_2(); List_1_t1237090056 * L_7 = __this->get_m_StoredCameraArray_2(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m1876238088(L_7, /*hidden argument*/List_1_get_Count_m1876238088_RuntimeMethod_var); NullCheck(L_6); List_1_RemoveAt_m3838608410(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m3838608410_RuntimeMethod_var); CCameraState_t4059982610 * L_9 = V_0; ICameraBase_FillFromSnap_m3127887890(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::ClearCameraStackBuffer() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_ClearCameraStackBuffer_m1228311060 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_ClearCameraStackBuffer_m1228311060_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1237090056 * L_0 = __this->get_m_StoredCameraArray_2(); NullCheck(L_0); List_1_Clear_m362847784(L_0, /*hidden argument*/List_1_Clear_m362847784_RuntimeMethod_var); return; } } // System.Void DMCore.Camera.ICameraBase::SetTransform(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetTransform_m1968672966 (ICameraBase_t3615533728 * __this, Vector3_t3722313464 ___location0, Vector3_t3722313464 ___targetPosition1, Vector3_t3722313464 ___up2, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); Vector3_t3722313464 L_2 = ___location0; NullCheck(L_1); Transform_set_position_m3387557959(L_1, L_2, /*hidden argument*/NULL); Camera_t4157153871 * L_3 = __this->get_m_activeCamera_0(); NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); Vector3_t3722313464 L_5 = ___targetPosition1; Vector3_t3722313464 L_6 = ___up2; NullCheck(L_4); Transform_LookAt_m3639503211(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::SetTransform(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetTransform_m3964295340 (ICameraBase_t3615533728 * __this, Vector3_t3722313464 ___location0, Vector3_t3722313464 ___eulerAngle1, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); Vector3_t3722313464 L_2 = ___location0; NullCheck(L_1); Transform_set_position_m3387557959(L_1, L_2, /*hidden argument*/NULL); Camera_t4157153871 * L_3 = __this->get_m_activeCamera_0(); NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); Vector3_t3722313464 L_5 = ___eulerAngle1; NullCheck(L_4); Transform_set_eulerAngles_m135219616(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::SetTransform(UnityEngine.Vector3,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetTransform_m4072672754 (ICameraBase_t3615533728 * __this, Vector3_t3722313464 ___location0, Quaternion_t2301928331 ___rotation1, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); Vector3_t3722313464 L_2 = ___location0; NullCheck(L_1); Transform_set_position_m3387557959(L_1, L_2, /*hidden argument*/NULL); Camera_t4157153871 * L_3 = __this->get_m_activeCamera_0(); NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); Quaternion_t2301928331 L_5 = ___rotation1; NullCheck(L_4); Transform_set_rotation_m3524318132(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::SetClip(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetClip_m1982244240 (ICameraBase_t3615533728 * __this, float ___fNear0, float ___fFar1, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); float L_1 = ___fNear0; NullCheck(L_0); Camera_set_nearClipPlane_m3667419702(L_0, L_1, /*hidden argument*/NULL); Camera_t4157153871 * L_2 = __this->get_m_activeCamera_0(); float L_3 = ___fFar1; NullCheck(L_2); Camera_set_farClipPlane_m3828313665(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::SetPerspect(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetPerspect_m2667822292 (ICameraBase_t3615533728 * __this, float ___fov0, float ___aspect1, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); float L_1 = ___fov0; NullCheck(L_0); Camera_set_fieldOfView_m1438246590(L_0, L_1, /*hidden argument*/NULL); Camera_t4157153871 * L_2 = __this->get_m_activeCamera_0(); float L_3 = ___aspect1; NullCheck(L_2); Camera_set_aspect_m2625464181(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::MoveTo(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_MoveTo_m439056720 (ICameraBase_t3615533728 * __this, Vector3_t3722313464 ___target0, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); Vector3_t3722313464 L_2 = ___target0; NullCheck(L_1); Transform_set_position_m3387557959(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::MoveTick(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_MoveTick_m3941960633 (ICameraBase_t3615533728 * __this, Vector3_t3722313464 ___offset0, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); Vector3_t3722313464 L_2 = ___offset0; NullCheck(L_1); Transform_Translate_m1810197270(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Camera.ICameraBase::MoveForward(System.Single) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_MoveForward_m3315121972 (ICameraBase_t3615533728 * __this, float ___fDistance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraBase_MoveForward_m3315121972_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); Vector3_t3722313464 L_2 = ICameraBase_GetLookDirection_m3798680715(__this, /*hidden argument*/NULL); float L_3 = ___fDistance0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_4 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Transform_Translate_m1810197270(L_1, L_4, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DMCore.Camera.ICameraBase::GetLocation() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ICameraBase_GetLocation_m709785177 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_position_m36019626(L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Vector3 DMCore.Camera.ICameraBase::GetLookDirection() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ICameraBase_GetLookDirection_m3798680715 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_forward_m747522392(L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Vector3 DMCore.Camera.ICameraBase::GetUp() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ICameraBase_GetUp_m1134659880 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_up_m3972993886(L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Quaternion DMCore.Camera.ICameraBase::GetRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 ICameraBase_GetRotation_m3026177103 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); NullCheck(L_1); Quaternion_t2301928331 L_2 = Transform_get_rotation_m3502953881(L_1, /*hidden argument*/NULL); return L_2; } } // System.Single DMCore.Camera.ICameraBase::GetFov() extern "C" IL2CPP_METHOD_ATTR float ICameraBase_GetFov_m3475906725 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); float L_1 = Camera_get_fieldOfView_m1018585504(L_0, /*hidden argument*/NULL); return L_1; } } // System.Single DMCore.Camera.ICameraBase::GetAspect() extern "C" IL2CPP_METHOD_ATTR float ICameraBase_GetAspect_m2678844060 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); float L_1 = Camera_get_aspect_m862507514(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Matrix4x4 DMCore.Camera.ICameraBase::GetProjectionMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 ICameraBase_GetProjectionMatrix_m367225865 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Matrix4x4_t1817901843 L_1 = Camera_get_projectionMatrix_m667780853(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Matrix4x4 DMCore.Camera.ICameraBase::GetWorldProjectionMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 ICameraBase_GetWorldProjectionMatrix_m3678782064 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_0(); NullCheck(L_0); Matrix4x4_t1817901843 L_1 = Camera_get_worldToCameraMatrix_m22661425(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Camera.ICameraBase::SnapCameraState(DMCore.Camera.CCameraState&,UnityEngine.Camera) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SnapCameraState_m2068987161 (ICameraBase_t3615533728 * __this, CCameraState_t4059982610 ** ___state0, Camera_t4157153871 * ___cam1, const RuntimeMethod* method) { { CCameraState_t4059982610 ** L_0 = ___state0; CCameraState_t4059982610 * L_1 = *((CCameraState_t4059982610 **)L_0); Camera_t4157153871 * L_2 = ___cam1; NullCheck(L_2); float L_3 = Camera_get_fieldOfView_m1018585504(L_2, /*hidden argument*/NULL); NullCheck(L_1); L_1->set__fov_2(L_3); CCameraState_t4059982610 ** L_4 = ___state0; CCameraState_t4059982610 * L_5 = *((CCameraState_t4059982610 **)L_4); Camera_t4157153871 * L_6 = ___cam1; NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t3722313464 L_8 = Transform_get_position_m36019626(L_7, /*hidden argument*/NULL); NullCheck(L_5); L_5->set__position_0(L_8); CCameraState_t4059982610 ** L_9 = ___state0; CCameraState_t4059982610 * L_10 = *((CCameraState_t4059982610 **)L_9); Camera_t4157153871 * L_11 = ___cam1; NullCheck(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(L_11, /*hidden argument*/NULL); NullCheck(L_12); Quaternion_t2301928331 L_13 = Transform_get_rotation_m3502953881(L_12, /*hidden argument*/NULL); NullCheck(L_10); L_10->set__rotation_1(L_13); CCameraState_t4059982610 ** L_14 = ___state0; CCameraState_t4059982610 * L_15 = *((CCameraState_t4059982610 **)L_14); Camera_t4157153871 * L_16 = ___cam1; NullCheck(L_16); float L_17 = Camera_get_nearClipPlane_m837839537(L_16, /*hidden argument*/NULL); NullCheck(L_15); L_15->set__near_3(L_17); CCameraState_t4059982610 ** L_18 = ___state0; CCameraState_t4059982610 * L_19 = *((CCameraState_t4059982610 **)L_18); Camera_t4157153871 * L_20 = ___cam1; NullCheck(L_20); float L_21 = Camera_get_farClipPlane_m538536689(L_20, /*hidden argument*/NULL); NullCheck(L_19); L_19->set__far_4(L_21); return; } } // System.Void DMCore.Camera.ICameraBase::FillCameraState(UnityEngine.Camera&,DMCore.Camera.CCameraState) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_FillCameraState_m1184794418 (ICameraBase_t3615533728 * __this, Camera_t4157153871 ** ___cam0, CCameraState_t4059982610 * ___state1, const RuntimeMethod* method) { { Camera_t4157153871 ** L_0 = ___cam0; Camera_t4157153871 * L_1 = *((Camera_t4157153871 **)L_0); CCameraState_t4059982610 * L_2 = ___state1; NullCheck(L_2); float L_3 = L_2->get__fov_2(); NullCheck(L_1); Camera_set_fieldOfView_m1438246590(L_1, L_3, /*hidden argument*/NULL); Camera_t4157153871 ** L_4 = ___cam0; Camera_t4157153871 * L_5 = *((Camera_t4157153871 **)L_4); NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); CCameraState_t4059982610 * L_7 = ___state1; NullCheck(L_7); Vector3_t3722313464 L_8 = L_7->get__position_0(); NullCheck(L_6); Transform_set_position_m3387557959(L_6, L_8, /*hidden argument*/NULL); Camera_t4157153871 ** L_9 = ___cam0; Camera_t4157153871 * L_10 = *((Camera_t4157153871 **)L_9); NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); CCameraState_t4059982610 * L_12 = ___state1; NullCheck(L_12); Quaternion_t2301928331 L_13 = L_12->get__rotation_1(); NullCheck(L_11); Transform_set_rotation_m3524318132(L_11, L_13, /*hidden argument*/NULL); Camera_t4157153871 ** L_14 = ___cam0; Camera_t4157153871 * L_15 = *((Camera_t4157153871 **)L_14); CCameraState_t4059982610 * L_16 = ___state1; NullCheck(L_16); float L_17 = L_16->get__near_3(); NullCheck(L_15); Camera_set_nearClipPlane_m3667419702(L_15, L_17, /*hidden argument*/NULL); Camera_t4157153871 ** L_18 = ___cam0; Camera_t4157153871 * L_19 = *((Camera_t4157153871 **)L_18); CCameraState_t4059982610 * L_20 = ___state1; NullCheck(L_20); float L_21 = L_20->get__far_4(); NullCheck(L_19); Camera_set_farClipPlane_m3828313665(L_19, L_21, /*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 // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimManager_GetAnimClip_m1783282542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; 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 (AnimationClip_t2318505987 *)NULL; } IL_000d: { 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 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3784223096, L_3, /*hidden argument*/NULL); NullCheck(L_2); AnimationClip_t2318505987 * L_5 = VirtFuncInvoker1< AnimationClip_t2318505987 *, String_t* >::Invoke(10 /* UnityEngine.AnimationClip DMCore.Framework.Resource.IResourceManager::GetAnimationClip(System.String) */, L_2, L_4); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimManager_CheckAnimReady_m3203671911_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Object_t631007953 * V_2 = NULL; int32_t G_B9_0 = 0; { String_t* L_0 = ___name0; 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 (bool)1; } IL_000d: { String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3784223096, L_2, /*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 = V_0; NullCheck(L_4); int32_t L_6 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_4, L_5); V_1 = L_6; int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0033; } } { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)3)))) { goto IL_0035; } } IL_0033: { return (bool)1; } IL_0035: { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_10 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = V_0; NullCheck(L_10); Object_t631007953 * L_12 = IResourceManager_CreateResource_m3145560403(L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; Object_t631007953 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005a; } } { G_B9_0 = 1; goto IL_005b; } IL_005a: { G_B9_0 = 0; } IL_005b: { return (bool)G_B9_0; } IL_005c: { return (bool)0; } } // System.Void DMCore.CAnimManager::GetAnimClipCache(System.String) extern "C" IL2CPP_METHOD_ATTR void CAnimManager_GetAnimClipCache_m3928077600 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimManager_GetAnimClipCache_m3928077600_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 = ___name0; 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); NullCheck(L_0); IResourceManager_CreateResource_m1279813597(L_0, L_2, (bool)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.CDataArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataArray__ctor_m2623161048 (CDataArray_t4068198041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray__ctor_m2623161048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_m_dataList_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.CDataArray::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetCount_m3616072297 (CDataArray_t4068198041 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_dataList_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Void DMCore.CDataArray::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Clear_m1422959473 (CDataArray_t4068198041 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0018; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_m_dataList_0(); int32_t L_1 = V_0; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_0, L_1, NULL); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0018: { int32_t L_3 = V_0; ArrayList_t2718874744 * L_4 = __this->get_m_dataList_0(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_4); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0007; } } { ArrayList_t2718874744 * L_6 = __this->get_m_dataList_0(); NullCheck(L_6); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_6); return; } } // System.Int32 DMCore.CDataArray::GetUnitType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetUnitType_m1577218195 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetUnitType_m1577218195_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0013; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0019; } } IL_0013: { return ((int32_t)200); } IL_0019: { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); return L_6; } } // DMCore.IDataUnit DMCore.CDataArray::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR IDataUnit_t677250155 * CDataArray_GetItem_m1170234850 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetItem_m1170234850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0013; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (IDataUnit_t677250155 *)NULL; } IL_0015: { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); return ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var)); } } // DMCore.IDataUnit DMCore.CDataArray::CreateUnitByType(System.Int32) extern "C" IL2CPP_METHOD_ATTR IDataUnit_t677250155 * CDataArray_CreateUnitByType_m3127124409 (RuntimeObject * __this /* static, unused */, int32_t ___unitType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_CreateUnitByType_m3127124409_MetadataUsageId); s_Il2CppMethodInitialized = true; } IDataUnit_t677250155 * V_0 = NULL; { V_0 = (IDataUnit_t677250155 *)NULL; int32_t L_0 = ___unitType0; if (L_0) { goto IL_0013; } } { CDataByte_t2832074535 * L_1 = (CDataByte_t2832074535 *)il2cpp_codegen_object_new(CDataByte_t2832074535_il2cpp_TypeInfo_var); CDataByte__ctor_m2195008358(L_1, /*hidden argument*/NULL); V_0 = L_1; goto IL_00b1; } IL_0013: { int32_t L_2 = ___unitType0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0025; } } { CDataShort_t848979497 * L_3 = (CDataShort_t848979497 *)il2cpp_codegen_object_new(CDataShort_t848979497_il2cpp_TypeInfo_var); CDataShort__ctor_m3203502547(L_3, /*hidden argument*/NULL); V_0 = L_3; goto IL_00b1; } IL_0025: { int32_t L_4 = ___unitType0; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0037; } } { CDataInt_t1932658480 * L_5 = (CDataInt_t1932658480 *)il2cpp_codegen_object_new(CDataInt_t1932658480_il2cpp_TypeInfo_var); CDataInt__ctor_m2188462845(L_5, /*hidden argument*/NULL); V_0 = L_5; goto IL_00b1; } IL_0037: { int32_t L_6 = ___unitType0; if ((!(((uint32_t)L_6) == ((uint32_t)3)))) { goto IL_0049; } } { CDataFloat_t137586558 * L_7 = (CDataFloat_t137586558 *)il2cpp_codegen_object_new(CDataFloat_t137586558_il2cpp_TypeInfo_var); CDataFloat__ctor_m3449544560(L_7, /*hidden argument*/NULL); V_0 = L_7; goto IL_00b1; } IL_0049: { int32_t L_8 = ___unitType0; if ((!(((uint32_t)L_8) == ((uint32_t)5)))) { goto IL_005b; } } { CDataWideStr_t3874506662 * L_9 = (CDataWideStr_t3874506662 *)il2cpp_codegen_object_new(CDataWideStr_t3874506662_il2cpp_TypeInfo_var); CDataWideStr__ctor_m2814099673(L_9, /*hidden argument*/NULL); V_0 = L_9; goto IL_00b1; } IL_005b: { int32_t L_10 = ___unitType0; if ((!(((uint32_t)L_10) == ((uint32_t)6)))) { goto IL_006d; } } { CDataLong_t929790239 * L_11 = (CDataLong_t929790239 *)il2cpp_codegen_object_new(CDataLong_t929790239_il2cpp_TypeInfo_var); CDataLong__ctor_m390398571(L_11, /*hidden argument*/NULL); V_0 = L_11; goto IL_00b1; } IL_006d: { int32_t L_12 = ___unitType0; if ((!(((uint32_t)L_12) == ((uint32_t)7)))) { goto IL_007f; } } { CDataDouble_t3608737326 * L_13 = (CDataDouble_t3608737326 *)il2cpp_codegen_object_new(CDataDouble_t3608737326_il2cpp_TypeInfo_var); CDataDouble__ctor_m2038897641(L_13, /*hidden argument*/NULL); V_0 = L_13; goto IL_00b1; } IL_007f: { int32_t L_14 = ___unitType0; if ((!(((uint32_t)L_14) == ((uint32_t)4)))) { goto IL_0091; } } { CDataString_t1317323776 * L_15 = (CDataString_t1317323776 *)il2cpp_codegen_object_new(CDataString_t1317323776_il2cpp_TypeInfo_var); CDataString__ctor_m3103834889(L_15, /*hidden argument*/NULL); V_0 = L_15; goto IL_00b1; } IL_0091: { int32_t L_16 = ___unitType0; if ((!(((uint32_t)L_16) == ((uint32_t)8)))) { goto IL_00a3; } } { CDataVector_t3625709135 * L_17 = (CDataVector_t3625709135 *)il2cpp_codegen_object_new(CDataVector_t3625709135_il2cpp_TypeInfo_var); CDataVector__ctor_m165771641(L_17, /*hidden argument*/NULL); V_0 = L_17; goto IL_00b1; } IL_00a3: { int32_t L_18 = ___unitType0; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)9))))) { goto IL_00b1; } } { CDataQuaternion_t1158885499 * L_19 = (CDataQuaternion_t1158885499 *)il2cpp_codegen_object_new(CDataQuaternion_t1158885499_il2cpp_TypeInfo_var); CDataQuaternion__ctor_m3550254249(L_19, /*hidden argument*/NULL); V_0 = L_19; } IL_00b1: { IDataUnit_t677250155 * L_20 = V_0; return L_20; } } // System.Boolean DMCore.CDataArray::ParseFromStream(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CDataArray_ParseFromStream_m105641815 (CDataArray_t4068198041 * __this, ByteU5BU5D_t4116647657* ___bytesIn0, int32_t ___nStartIndex1, int32_t ___nParseLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_ParseFromStream_m105641815_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int16_t V_1 = 0; int32_t V_2 = 0; IDataUnit_t677250155 * V_3 = NULL; { int32_t L_0 = ___nStartIndex1; V_0 = L_0; V_1 = (int16_t)0; ByteU5BU5D_t4116647657* L_1 = ___bytesIn0; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m3956053017(NULL /*static, unused*/, L_1, (&V_0), (&V_1), /*hidden argument*/NULL); goto IL_0042; } IL_0014: { ByteU5BU5D_t4116647657* L_2 = ___bytesIn0; int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); int32_t L_5 = L_4; uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); V_2 = L_6; int32_t L_7 = V_2; IDataUnit_t677250155 * L_8 = CDataArray_CreateUnitByType_m3127124409(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_3 = L_8; IDataUnit_t677250155 * L_9 = V_3; if (L_9) { goto IL_002b; } } { return (bool)0; } IL_002b: { IDataUnit_t677250155 * L_10 = V_3; ByteU5BU5D_t4116647657* L_11 = ___bytesIn0; NullCheck(L_10); VirtFuncInvoker2< bool, ByteU5BU5D_t4116647657*, int32_t* >::Invoke(6 /* System.Boolean DMCore.IDataUnit::FromStream(System.Byte[],System.Int32&) */, L_10, L_11, (&V_0)); ArrayList_t2718874744 * L_12 = __this->get_m_dataList_0(); IDataUnit_t677250155 * L_13 = V_3; NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_13); } IL_0042: { int32_t L_14 = V_0; int32_t L_15 = ___nParseLen2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0014; } } { return (bool)1; } } // System.Boolean DMCore.CDataArray::ToStream(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR bool CDataArray_ToStream_m3562718577 (CDataArray_t4068198041 * __this, BetterList_1_t289316694 ** ___buffOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_ToStream_m3562718577_MetadataUsageId); s_Il2CppMethodInitialized = true; } IDataUnit_t677250155 * V_0 = NULL; RuntimeObject* V_1 = NULL; uint8_t V_2 = 0x0; RuntimeObject* V_3 = 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); { BetterList_1_t289316694 ** L_0 = ___buffOut0; int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1438546594(NULL /*static, unused*/, L_0, (((int16_t)((int16_t)L_1))), /*hidden argument*/NULL); ArrayList_t2718874744 * L_2 = __this->get_m_dataList_0(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_1 = L_3; } IL_0019: try { // begin try (depth: 1) { goto IL_0041; } IL_001e: { 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 = ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var)); IDataUnit_t677250155 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, L_6); V_2 = (uint8_t)(((int32_t)((uint8_t)L_7))); BetterList_1_t289316694 ** L_8 = ___buffOut0; uint8_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m40794890(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); IDataUnit_t677250155 * L_10 = V_0; BetterList_1_t289316694 ** L_11 = ___buffOut0; NullCheck(L_10); VirtFuncInvoker1< bool, BetterList_1_t289316694 ** >::Invoke(7 /* System.Boolean DMCore.IDataUnit::ToStream(BetterList`1&) */, L_10, L_11); } IL_0041: { RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_001e; } } IL_004c: { IL2CPP_LEAVE(0x65, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; RuntimeObject* L_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_3 = L_15; if (!L_15) { goto IL_0064; } } IL_005e: { RuntimeObject* L_16 = V_3; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); } IL_0064: { IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x65, IL_0065) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0065: { return (bool)1; } } // System.Void DMCore.CDataArray::Push(System.Byte) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m2668616286 (CDataArray_t4068198041 * __this, uint8_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m2668616286_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataByte_t2832074535 * V_0 = NULL; { CDataByte_t2832074535 * L_0 = (CDataByte_t2832074535 *)il2cpp_codegen_object_new(CDataByte_t2832074535_il2cpp_TypeInfo_var); CDataByte__ctor_m2195008358(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataByte_t2832074535 * L_1 = V_0; uint8_t L_2 = ___val0; NullCheck(L_1); CDataByte_set_Data_m376475278(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataByte_t2832074535 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Void DMCore.CDataArray::Push(System.Int16) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3422718994 (CDataArray_t4068198041 * __this, int16_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m3422718994_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataShort_t848979497 * V_0 = NULL; { CDataShort_t848979497 * L_0 = (CDataShort_t848979497 *)il2cpp_codegen_object_new(CDataShort_t848979497_il2cpp_TypeInfo_var); CDataShort__ctor_m3203502547(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataShort_t848979497 * L_1 = V_0; int16_t L_2 = ___val0; NullCheck(L_1); CDataShort_set_Data_m629360903(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataShort_t848979497 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m3820844360_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataInt_t1932658480 * V_0 = NULL; { CDataInt_t1932658480 * L_0 = (CDataInt_t1932658480 *)il2cpp_codegen_object_new(CDataInt_t1932658480_il2cpp_TypeInfo_var); CDataInt__ctor_m2188462845(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataInt_t1932658480 * L_1 = V_0; int32_t L_2 = ___val0; NullCheck(L_1); CDataInt_set_Data_m3419162422(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataInt_t1932658480 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Void DMCore.CDataArray::Push(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1044129115 (CDataArray_t4068198041 * __this, float ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m1044129115_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataFloat_t137586558 * V_0 = NULL; { CDataFloat_t137586558 * L_0 = (CDataFloat_t137586558 *)il2cpp_codegen_object_new(CDataFloat_t137586558_il2cpp_TypeInfo_var); CDataFloat__ctor_m3449544560(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataFloat_t137586558 * L_1 = V_0; float L_2 = ___val0; NullCheck(L_1); CDataFloat_set_Data_m2993701000(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataFloat_t137586558 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Void DMCore.CDataArray::Push(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m2191998477 (CDataArray_t4068198041 * __this, ByteU5BU5D_t4116647657* ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m2191998477_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataString_t1317323776 * V_0 = NULL; { CDataString_t1317323776 * L_0 = (CDataString_t1317323776 *)il2cpp_codegen_object_new(CDataString_t1317323776_il2cpp_TypeInfo_var); CDataString__ctor_m3103834889(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataString_t1317323776 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = ___val0; NullCheck(L_1); CDataString_set_Data_m1465835771(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataString_t1317323776 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Void DMCore.CDataArray::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m1799687930_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataWideStr_t3874506662 * V_0 = NULL; { CDataWideStr_t3874506662 * L_0 = (CDataWideStr_t3874506662 *)il2cpp_codegen_object_new(CDataWideStr_t3874506662_il2cpp_TypeInfo_var); CDataWideStr__ctor_m2814099673(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataWideStr_t3874506662 * L_1 = V_0; String_t* L_2 = ___val0; NullCheck(L_1); CDataWideStr_set_Data_m134448469(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataWideStr_t3874506662 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m3799896857_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataLong_t929790239 * V_0 = NULL; { CDataLong_t929790239 * L_0 = (CDataLong_t929790239 *)il2cpp_codegen_object_new(CDataLong_t929790239_il2cpp_TypeInfo_var); CDataLong__ctor_m390398571(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataLong_t929790239 * L_1 = V_0; int64_t L_2 = ___val0; NullCheck(L_1); CDataLong_set_Data_m4015345768(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataLong_t929790239 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Void DMCore.CDataArray::Push(System.Double) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1346559378 (CDataArray_t4068198041 * __this, double ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m1346559378_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataDouble_t3608737326 * V_0 = NULL; { CDataDouble_t3608737326 * L_0 = (CDataDouble_t3608737326 *)il2cpp_codegen_object_new(CDataDouble_t3608737326_il2cpp_TypeInfo_var); CDataDouble__ctor_m2038897641(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataDouble_t3608737326 * L_1 = V_0; double L_2 = ___val0; NullCheck(L_1); CDataDouble_set_Data_m1963882456(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataDouble_t3608737326 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Void DMCore.CDataArray::Push(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m2688800679 (CDataArray_t4068198041 * __this, Vector3_t3722313464 ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m2688800679_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataVector_t3625709135 * V_0 = NULL; { CDataVector_t3625709135 * L_0 = (CDataVector_t3625709135 *)il2cpp_codegen_object_new(CDataVector_t3625709135_il2cpp_TypeInfo_var); CDataVector__ctor_m165771641(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataVector_t3625709135 * L_1 = V_0; Vector3_t3722313464 L_2 = ___val0; NullCheck(L_1); CDataVector_set_Data_m2673176368(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataVector_t3625709135 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Void DMCore.CDataArray::Push(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m4166827422 (CDataArray_t4068198041 * __this, Quaternion_t2301928331 ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Push_m4166827422_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataQuaternion_t1158885499 * V_0 = NULL; { CDataQuaternion_t1158885499 * L_0 = (CDataQuaternion_t1158885499 *)il2cpp_codegen_object_new(CDataQuaternion_t1158885499_il2cpp_TypeInfo_var); CDataQuaternion__ctor_m3550254249(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataQuaternion_t1158885499 * L_1 = V_0; Quaternion_t2301928331 L_2 = ___val0; NullCheck(L_1); CDataQuaternion_set_Data_m2293290401(L_1, L_2, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); CDataQuaternion_t1158885499 * L_4 = V_0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); return; } } // System.Byte DMCore.CDataArray::GetByte(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR uint8_t CDataArray_GetByte_m3771550395 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, uint8_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetByte_m3771550395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002e; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002e; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if (!L_6) { goto IL_0030; } } IL_002e: { uint8_t L_7 = ___defaultVal1; return L_7; } IL_0030: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataByte_t2832074535 *)CastclassClass((RuntimeObject*)L_10, CDataByte_t2832074535_il2cpp_TypeInfo_var))); uint8_t L_11 = CDataByte_get_Data_m698821319(((CDataByte_t2832074535 *)CastclassClass((RuntimeObject*)L_10, CDataByte_t2832074535_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // System.Int16 DMCore.CDataArray::GetShort(System.Int32,System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t CDataArray_GetShort_m3471052933 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int16_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetShort_m3471052933_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0031; } } IL_002f: { int16_t L_7 = ___defaultVal1; return L_7; } IL_0031: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataShort_t848979497 *)CastclassClass((RuntimeObject*)L_10, CDataShort_t848979497_il2cpp_TypeInfo_var))); int16_t L_11 = CDataShort_get_Data_m3806355946(((CDataShort_t848979497 *)CastclassClass((RuntimeObject*)L_10, CDataShort_t848979497_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetInt_m1111369473_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_0031; } } IL_002f: { int32_t L_7 = ___defaultVal1; return L_7; } IL_0031: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataInt_t1932658480 *)CastclassClass((RuntimeObject*)L_10, CDataInt_t1932658480_il2cpp_TypeInfo_var))); int32_t L_11 = CDataInt_get_Data_m877434185(((CDataInt_t1932658480 *)CastclassClass((RuntimeObject*)L_10, CDataInt_t1932658480_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetFloat_m2138633744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)3))) { goto IL_0031; } } IL_002f: { float L_7 = ___defaultVal1; return L_7; } IL_0031: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataFloat_t137586558 *)CastclassClass((RuntimeObject*)L_10, CDataFloat_t137586558_il2cpp_TypeInfo_var))); float L_11 = CDataFloat_get_Data_m2077147244(((CDataFloat_t137586558 *)CastclassClass((RuntimeObject*)L_10, CDataFloat_t137586558_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetLong_m4094450536_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)6))) { goto IL_0032; } } IL_002f: { return (((int64_t)((int64_t)0))); } IL_0032: { ArrayList_t2718874744 * L_7 = __this->get_m_dataList_0(); int32_t L_8 = ___nIndex0; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, L_8); NullCheck(((CDataLong_t929790239 *)CastclassClass((RuntimeObject*)L_9, CDataLong_t929790239_il2cpp_TypeInfo_var))); int64_t L_10 = CDataLong_get_Data_m3099860284(((CDataLong_t929790239 *)CastclassClass((RuntimeObject*)L_9, CDataLong_t929790239_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_10; } } // System.Byte[] DMCore.CDataArray::GetString(System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CDataArray_GetString_m3081225294 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, ByteU5BU5D_t4116647657* ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetString_m3081225294_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_0031; } } IL_002f: { ByteU5BU5D_t4116647657* L_7 = ___defaultVal1; return L_7; } IL_0031: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataString_t1317323776 *)CastclassClass((RuntimeObject*)L_10, CDataString_t1317323776_il2cpp_TypeInfo_var))); ByteU5BU5D_t4116647657* L_11 = CDataString_get_Data_m1250555191(((CDataString_t1317323776 *)CastclassClass((RuntimeObject*)L_10, CDataString_t1317323776_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // System.String DMCore.CDataArray::GetWideStr(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CDataArray_GetWideStr_m3532563229 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, String_t* ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetWideStr_m3532563229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)5))) { goto IL_0031; } } IL_002f: { String_t* L_7 = ___defaultVal1; return L_7; } IL_0031: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataWideStr_t3874506662 *)CastclassClass((RuntimeObject*)L_10, CDataWideStr_t3874506662_il2cpp_TypeInfo_var))); String_t* L_11 = CDataWideStr_get_Data_m3466272812(((CDataWideStr_t3874506662 *)CastclassClass((RuntimeObject*)L_10, CDataWideStr_t3874506662_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // System.Double DMCore.CDataArray::GetDouble(System.Int32,System.Double) extern "C" IL2CPP_METHOD_ATTR double CDataArray_GetDouble_m3643600411 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, double ___dDefault1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetDouble_m3643600411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)7))) { goto IL_0031; } } IL_002f: { double L_7 = ___dDefault1; return L_7; } IL_0031: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataDouble_t3608737326 *)CastclassClass((RuntimeObject*)L_10, CDataDouble_t3608737326_il2cpp_TypeInfo_var))); double L_11 = CDataDouble_get_Data_m2332076500(((CDataDouble_t3608737326 *)CastclassClass((RuntimeObject*)L_10, CDataDouble_t3608737326_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // UnityEngine.Vector3 DMCore.CDataArray::GetVector(System.Int32,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CDataArray_GetVector_m3529732802 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, Vector3_t3722313464 ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetVector_m3529732802_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_002f; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_002f; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)8))) { goto IL_0031; } } IL_002f: { Vector3_t3722313464 L_7 = ___defaultVal1; return L_7; } IL_0031: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataVector_t3625709135 *)CastclassClass((RuntimeObject*)L_10, CDataVector_t3625709135_il2cpp_TypeInfo_var))); Vector3_t3722313464 L_11 = CDataVector_get_Data_m904718078(((CDataVector_t3625709135 *)CastclassClass((RuntimeObject*)L_10, CDataVector_t3625709135_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // UnityEngine.Quaternion DMCore.CDataArray::GetQuaternion(System.Int32,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 CDataArray_GetQuaternion_m3509301107 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, Quaternion_t2301928331 ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_GetQuaternion_m3509301107_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0030; } } { int32_t L_1 = CDataArray_GetCount_m3616072297(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0030; } } { ArrayList_t2718874744 * L_3 = __this->get_m_dataList_0(); int32_t L_4 = ___nIndex0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 DMCore.IDataUnit::GetUnitType() */, ((IDataUnit_t677250155 *)CastclassClass((RuntimeObject*)L_5, IDataUnit_t677250155_il2cpp_TypeInfo_var))); if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_0032; } } IL_0030: { Quaternion_t2301928331 L_7 = ___defaultVal1; return L_7; } IL_0032: { ArrayList_t2718874744 * L_8 = __this->get_m_dataList_0(); int32_t L_9 = ___nIndex0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); NullCheck(((CDataQuaternion_t1158885499 *)CastclassClass((RuntimeObject*)L_10, CDataQuaternion_t1158885499_il2cpp_TypeInfo_var))); Quaternion_t2301928331 L_11 = CDataQuaternion_get_Data_m3777295471(((CDataQuaternion_t1158885499 *)CastclassClass((RuntimeObject*)L_10, CDataQuaternion_t1158885499_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataArray_Flush_m1077150699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(netSendingCache_t1115576376_il2cpp_TypeInfo_var); netSendingCache_SendMsg_m3930715145(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif