#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" 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 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 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 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 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 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 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 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 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); } }; // DMCore.Net.CNetLink_IOS struct CNetLink_IOS_t2636358992; // DMCore.Net.INetLink struct INetLink_t2717826932; // System.String struct String_t; // DMCore.Net.ILinkListener struct ILinkListener_t2747206916; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Byte[] struct ByteU5BU5D_t4116647657; // DMCore.Net.CNetReceiver struct CNetReceiver_t1076104922; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.Net.INetListener struct INetListener_t2122847788; // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Net.CNetMainLogic/_ProcDelegate struct _ProcDelegate_t1598064000; // DMCore.Net.Protocol.CMsgAccRegister struct CMsgAccRegister_t524064186; // DMCore.Net.Protocol.INetMsgBaseC2S struct INetMsgBaseC2S_t1364238951; // DMCore.Net.Protocol.CMsgAcc struct CMsgAcc_t1490163161; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // System.String[] struct StringU5BU5D_t1281789340; // DMCore.Net.Protocol.CMsgLedouAcc_Guest struct CMsgLedouAcc_Guest_t2051627822; // DMCore.Net.Protocol.CMsgLedouAcc struct CMsgLedouAcc_t436276660; // DMCore.Net.Protocol.CMsgCreateRole struct CMsgCreateRole_t3471207702; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Net.Protocol.CMsgBeginGame struct CMsgBeginGame_t955386178; // DMCore.Net.Protocol.CMsgClientStageReady struct CMsgClientStageReady_t250050675; // DMCore.Net.Protocol.CMsgCustom struct CMsgCustom_t3704829624; // DMCore.Net.Protocol.INetMsgBaseS2C struct INetMsgBaseS2C_t126919271; // UserGuideManager struct UserGuideManager_t2771698115; // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665; // DMCore.Logic.CWndController struct CWndController_t749709641; // DMCore.Logic.CPropertySiteManager struct CPropertySiteManager_t1418377639; // DMCore.Logic.shopModel struct shopModel_t101745799; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // DMCore.ILogicBase struct ILogicBase_t2190831891; // DMCore.Logic.CFriendManager struct CFriendManager_t3708308264; // DMCore.Logic.CIdolShowManager struct CIdolShowManager_t2312713117; // DMCore.Logic.CPlayerSearchTable struct CPlayerSearchTable_t1089245632; // DMCore.Logic.CPlayerInviteTable struct CPlayerInviteTable_t2496984219; // DMCore.Logic.CTaskManager struct CTaskManager_t4133723725; // DMCore.Logic.CItemManager struct CItemManager_t2289463753; // DMCore.Logic.CPropManager struct CPropManager_t2238730194; // DMCore.Logic.CPropItemPool struct CPropItemPool_t1526587231; // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // DMCore.Logic.CShopManager struct CShopManager_t754298620; // DMCore.Logic.CMessageManager struct CMessageManager_t3136027633; // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275; // DMCore.Logic.CGuildManager struct CGuildManager_t3445311192; // DMCore.Logic.CSpeaker struct CSpeaker_t978472097; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.Framework.Plugin.CUserInfoApi struct CUserInfoApi_t815375937; // DMCore.Logic.logicActivityPic struct logicActivityPic_t3113258227; // DMCore.Logic.CShopCartManager struct CShopCartManager_t2478140686; // DMCore.Logic.CChangeGameManager struct CChangeGameManager_t2081989347; // DMCore.Logic.CWishFountainMgr struct CWishFountainMgr_t2594140948; // DMCore.Logic.CChatManager struct CChatManager_t1988186574; // DMCore.Logic.CFragmentShopManager struct CFragmentShopManager_t693884529; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // System.Action struct Action_t1264377477; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Transform struct Transform_t3600365921; // DMCore.Logic.CServerChoice struct CServerChoice_t1594647161; // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.CMsgManager struct CMsgManager_t455955613; // UnityEngine.GameObject struct GameObject_t1113636619; // CLogin struct CLogin_t728508773; // DMCore.Net.Protocol.CMsgLogin struct CMsgLogin_t1892686458; // DMCore.Net.Protocol.CMsgLoginLobby struct CMsgLoginLobby_t3466726137; // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936; // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910; // User struct User_t2909415622; // DMCore.Logic.CFCMConfig struct CFCMConfig_t130793684; // System.Object[] struct ObjectU5BU5D_t2843939325; // CQualifyingManager struct CQualifyingManager_t954001806; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Logic.CTitleManager struct CTitleManager_t3025273230; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Logic.CFragmentManager struct CFragmentManager_t4020029771; // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145; // System.Collections.Generic.List`1 struct List_1_t3793917952; // UnityEngine.AudioSource struct AudioSource_t3935305588; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.Logic.CFruitMachineCtrllor struct CFruitMachineCtrllor_t592290270; // DMCore.Logic.CShopConfig struct CShopConfig_t202154353; // DMCore.Logic.CSystemBroadCast struct CSystemBroadCast_t3934508125; // DMCore.Net.Protocol.SMsgCustom struct SMsgCustom_t3704812008; // DMCore.Logic.CRoomMananger struct CRoomMananger_t1058696229; // DMCore.Net.Protocol.SMsgRoomList struct SMsgRoomList_t2683647042; // System.Collections.Generic.List`1 struct List_1_t2987599347; // System.Collections.Generic.List`1 struct List_1_t257213610; // MarryListItemData struct MarryListItemData_t1515524605; // DMCore.Logic.CMarryListManager struct CMarryListManager_t2185299657; // DMCore.Net.Protocol.SMsgRoomInfo struct SMsgRoomInfo_t1167204382; // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582; // DMCore.Net.Protocol.SMsgCheckNameResult struct SMsgCheckNameResult_t1053169107; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // BetterList`1 struct BetterList_1_t289316694; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // DMCore.CGameSetting struct CGameSetting_t2678036671; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Xml.XmlNodeList struct XmlNodeList_t2551693786; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Collections.Generic.List`1 struct List_1_t3319525431; // DMCore.Framework.Plugin.CPluginConfig struct CPluginConfig_t32997114; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3261532576; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // System.Collections.Generic.List`1 struct List_1_t3594922530; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t4167061670; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // BetterList`1 struct BetterList_1_t3223218359; // BetterList`1 struct BetterList_1_t2235126482; // DMCore.Net.CNetLink struct CNetLink_t2605986831; // DMCore.Net.CPropDictionary/PropInfo struct PropInfo_t1912548384; // System.Collections.Generic.List`1 struct List_1_t3384623126; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // DMCore.Net.Help struct Help_t3634822582; // System.Char[] struct CharU5BU5D_t3528271667; // System.Net.Sockets.Socket struct Socket_t1119025450; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // DMCore.Net.Protocol.CMsgActivationCode struct CMsgActivationCode_t2067586702; // DMCore.Net.Protocol.CMsgBeatHeart struct CMsgBeatHeart_t1177153467; // DMCore.Net.Protocol.CMsgCheckName struct CMsgCheckName_t3454396508; // DMCore.Net.Protocol.CMsgCreateRoom struct CMsgCreateRoom_t3470683415; // DMCore.Net.Protocol.CMsgEntryGame struct CMsgEntryGame_t3280175441; // DMCore.Net.Protocol.CMsgEntryMarryRoom struct CMsgEntryMarryRoom_t1647901718; // DMCore.Net.Protocol.CMsgEntryRoom struct CMsgEntryRoom_t3749823927; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Net.Protocol.CMsgKp_Friends struct CMsgKp_Friends_t2009458117; // DMCore.Net.Protocol.CMsgRelink struct CMsgRelink_t1870076565; // DMCore.Net.Protocol.CMsgRequestMarryList struct CMsgRequestMarryList_t3979900726; // DMCore.Net.Protocol.CMsgRequestRoomList struct CMsgRequestRoomList_t720108623; // DMCore.Net.Protocol.CMsgSearchRoom struct CMsgSearchRoom_t224341451; // DMCore.Net.Protocol.SMsgAcc struct SMsgAcc_t1490162633; // DMCore.Net.Protocol.SMsgLogin struct SMsgLogin_t1892669098; // DMCore.Net.Protocol.SMsgLoginLobby struct SMsgLoginLobby_t3451342249; // DMCore.Net.Protocol.SMsgErrorCode struct SMsgErrorCode_t1676145453; // DMCore.Net.Protocol.SMsgRoleAvatar struct SMsgRoleAvatar_t1100533262; // DMCore.Net.Protocol.SMsgPropertyTable struct SMsgPropertyTable_t1715258501; // DMCore.Net.Protocol.SMsgEntryScene struct SMsgEntryScene_t3683309046; // DMCore.Net.Protocol.SMsgSceneProperty struct SMsgSceneProperty_t2338986832; // DMCore.Net.Protocol.SMsgAddObj struct SMsgAddObj_t71644132; // DMCore.Net.Protocol.SMsgRemoveObj struct SMsgRemoveObj_t2019973777; // DMCore.Net.Protocol.SMsgChangeProperty struct SMsgChangeProperty_t1788627945; // DMCore.Net.Protocol.SMsgFirstLogin struct SMsgFirstLogin_t2265509403; // DMCore.Net.Protocol.SMsgCreateRoleResult struct SMsgCreateRoleResult_t2078496042; // DMCore.Net.Protocol.SMsgRegister struct SMsgRegister_t14177495; // DMCore.Net.Protocol.SMsgItemPropertyChange struct SMsgItemPropertyChange_t2752012750; // DMCore.Net.Protocol.SMsgRelink struct SMsgRelink_t1870060133; // DMCore.Net.Protocol.SMsgSystemInfo struct SMsgSystemInfo_t1115622735; // DMCore.Net.Protocol.SMsgMarryList struct SMsgMarryList_t435354856; // DMCore.Net.Protocol.SMsgCreateRoom struct SMsgCreateRoom_t3471542759; // DMCore.Net.Protocol.SMsgEntryRoom struct SMsgEntryRoom_t3749249927; // DMCore.Net.Protocol.SMsgEntryMARRYRoom struct SMsgEntryMARRYRoom_t2505765830; // DMCore.Net.Protocol.SMsgActivationCode struct SMsgActivationCode_t2083116766; // System.Collections.Generic.List`1 struct List_1_t2796238276; // DMCore.IDataUnit struct IDataUnit_t677250155; // DMCore.Net.SerialDef struct SerialDef_t1272345629; // DMCore.OnEventCall struct OnEventCall_t3758354630; // DMCore.UNIQUE_ID struct UNIQUE_ID_t1074083407; // UnityEngine.AudioClip struct AudioClip_t3680889665; // DMListView struct DMListView_t512231514; // System.Collections.Generic.List`1 struct List_1_t777473367; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // DMListViewItem struct DMListViewItem_t3648257704; // UIPanel struct UIPanel_t1716472341; // UIStretch struct UIStretch_t3058335968; // System.Action`1 struct Action_1_t1569734369; // DMProcessBar struct DMProcessBar_t1457963892; // UIRoot struct UIRoot_t4022971450; // System.Collections.Generic.List`1 struct List_1_t1200078896; // System.Action`1 struct Action_1_t3123413348; // DMListViewSlideOptimize struct DMListViewSlideOptimize_t2157965775; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // UnityEngine.Collider struct Collider_t1773347010; // UIButtonMessage struct UIButtonMessage_t952534536; // UnityEngine.Shader struct Shader_t4151988712; // DMPanelCliper struct DMPanelCliper_t875718257; // DMRole struct DMRole_t4013730376; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMScriptInvoker struct DMScriptInvoker_t2910113795; // CUIBase struct CUIBase_t3255455658; // DMScrollWnd struct DMScrollWnd_t1110969451; // DMScrollWnd/OnScrollChanged struct OnScrollChanged_t615664828; // DMSerial struct DMSerial_t3962411756; // System.Collections.Generic.List`1 struct List_1_t1780083345; // System.Text.Encoding struct Encoding_t1523322056; // DMSerial/DMSerialData struct DMSerialData_t308008603; // DMUIContainer struct DMUIContainer_t1502190882; // BetterList`1 struct BetterList_1_t1183072445; // BetterList`1 struct BetterList_1_t1277620157; // DMUIContainer/stWidgetData struct stWidgetData_t2028052127; // DMUIWidget struct DMUIWidget_t2122599839; // UnityEngine.Material struct Material_t340375123; // BetterList`1 struct BetterList_1_t2877333782; // BetterList`1 struct BetterList_1_t1311249841; // BetterList`1 struct BetterList_1_t1755521610; // BetterList`1 struct BetterList_1_t2105966071; // UnityEngine.Texture2D struct Texture2D_t3840446185; // BetterList`1 struct BetterList_1_t1710706642; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.MeshFilter struct MeshFilter_t3523625662; // UnityEngine.MeshRenderer struct MeshRenderer_t587009260; // UnityEngine.Texture struct Texture_t3661962703; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Color[] struct ColorU5BU5D_t941916413; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // System.Int32[] struct Int32U5BU5D_t385246372; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773; // EquipBtnList struct EquipBtnList_t3873379494; // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866; // EquipBtnList/ChangeHandler struct ChangeHandler_t485992566; // TweenColor struct TweenColor_t2112002648; // FashionInfo struct FashionInfo_t4031689189; // FashionStarsManager struct FashionStarsManager_t4100381698; // UILabel struct UILabel_t3248798549; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // uiFashionStar struct uiFashionStar_t2192757158; // FashionTagPathItem struct FashionTagPathItem_t395259518; // UITexture struct UITexture_t3471168817; // CPathManager/PathInfo struct PathInfo_t2470358406; // DMCore.Logic.CLotteryNew struct CLotteryNew_t505895158; // CHandBookCtr struct CHandBookCtr_t4285066741; // FashionThemeCfg struct FashionThemeCfg_t420161380; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // FreshGiftManager struct FreshGiftManager_t2414011906; // GameFriend.SDKEventManager struct SDKEventManager_t864216586; // LitJson.JsonData struct JsonData_t1524858407; // DMCore.Logic.CQuestionManger struct CQuestionManger_t1203513329; // DMCore.Framework.Plugin.CSystemToolPlugin struct CSystemToolPlugin_t1584592813; // DMCore.Logic.CChangeGameManager/OnShopListChanged struct OnShopListChanged_t2987809885; // System.Collections.Generic.List`1 struct List_1_t3454575947; // System.Collections.Generic.List`1 struct List_1_t3768009848; // System.Collections.Generic.List`1 struct List_1_t3330140190; // System.Collections.Generic.List`1 struct List_1_t2959980932; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1848694263; // CDataModelBool struct CDataModelBool_t2269476966; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2125489543; // System.Collections.Generic.List`1 struct List_1_t2386912134; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4098518019; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3580830742; // System.Collections.Generic.List`1 struct List_1_t4158936807; // DMCore.Logic.ThemeInfo struct ThemeInfo_t1099106658; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Collections.Generic.List`1 struct List_1_t3369058668; // DMCore.Logic.CWishFountainMgr/OnShopListChanged struct OnShopListChanged_t2776790831; // DMCore.Logic.TreviType struct TreviType_t2222439988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1764937221; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2807764417; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t840632218; // System.Collections.Generic.List`1 struct List_1_t3694514730; // UIRoot[] struct UIRootU5BU5D_t1227295135; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // MarryListItemData[] struct MarryListItemDataU5BU5D_t1497005424; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // uiMarryList struct uiMarryList_t4006298226; // System.Collections.Generic.List`1 struct List_1_t2824189888; // System.Collections.Generic.List`1 struct List_1_t1992424465; // CDataModelInt struct CDataModelInt_t3463393640; // DMSerial/DMSerialData[] struct DMSerialDataU5BU5D_t1505537178; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3796910518; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3731248982; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t133775218; // DMCore.Logic.CShopGroupBuyingData struct CShopGroupBuyingData_t1345810626; // DMCore.Logic.CShopManager/CShopItemGroup struct CShopItemGroup_t1245061887; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3250266723; // System.Collections.Generic.List`1 struct List_1_t1538660838; // System.Collections.Generic.Queue`1 struct Queue_1_t699068519; // DMCore.Logic.stSpeaker struct stSpeaker_t2572138757; // uiSpeakBox struct uiSpeakBox_t2345481508; // DMCore.Net.INetListener[] struct INetListenerU5BU5D_t3546992549; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CBetterSet`1> struct CBetterSet_1_t2134195988; // DMCore.Net.CPropDictionary/PropInfo[] struct PropInfoU5BU5D_t2524381025; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // DMCore.Net.Protocol.SMsgPropertyTable/PropData[] struct PropDataU5BU5D_t156190863; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t1810328984; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t741555727; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CQualifyingManager/CallBack struct CallBack_t4012644998; // System.Collections.Generic.List`1 struct List_1_t4281599118; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4066855417; // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760; // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // System.Collections.Generic.List`1 struct List_1_t13424132; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t2089880993; // System.Collections.Generic.List`1 struct List_1_t427342430; // DMCore.Net.Protocol.SMsgRoleAvatar/avatarData[] struct avatarDataU5BU5D_t527189819; // DMCore.CDataArray[] struct CDataArrayU5BU5D_t1895413476; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t344600426; // System.Threading.Mutex struct Mutex_t3066672582; // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2591502567; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t886128184; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2894772567; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg struct _ProcCustomMsg_t4006059236; // CBetterSet`1> struct CBetterSet_1_t1416977057; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.List`1 struct List_1_t3662906633; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // System.Collections.Generic.List`1 struct List_1_t913674750; // System.Collections.Generic.List`1 struct List_1_t4139125132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1411863853; // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768; // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281; // System.Collections.Generic.List`1 struct List_1_t3326345499; // BetterList`1 struct BetterList_1_t1002471007; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2910090473; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1790591762; // System.Predicate`1 struct Predicate_1_t2672744813; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3680674949; // System.Action`1 struct Action_1_t2019918284; // DMCore.Logic.CPropGroup[] struct CPropGroupU5BU5D_t555838530; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // DMCore.Logic.CItemManager/CItemGroup[] struct CItemGroupU5BU5D_t344250011; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2488037245; // DMUIContainer/stWidgetData[] struct stWidgetDataU5BU5D_t2057916422; // DMUIWidget[] struct DMUIWidgetU5BU5D_t630392070; // System.Collections.Generic.List`1 struct List_1_t4093334610; // BetterList`1 struct BetterList_1_t1591806957; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // 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; // 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.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Net.Sockets.TcpClient struct TcpClient_t822906377; // 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; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // DMCore.Logic.CTitleManager/ChangeTitle struct ChangeTitle_t584768798; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1574409016; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077746168; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4033884959; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3693168236; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3770330557; // System.Comparison`1 struct Comparison_1_t907937207; // System.Void struct Void_t1185182177; // System.Collections.Generic.List`1 struct List_1_t4056803065; // DMCore.Net.CNetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2947363969; // DMCore.Net.Protocol.SMsgRoomList/RoomInfo[] struct RoomInfoU5BU5D_t2555657096; // 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; // DMCore.Net.Protocol.SMsgMarryList/MarryInfo[] struct MarryInfoU5BU5D_t2945537923; // DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo[] struct MemberInfoU5BU5D_t3990892796; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Collections.Generic.List`1 struct List_1_t1237090056; // 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; // CDataModelAny struct CDataModelAny_t3819624005; // System.Func`2 struct Func_2_t4154244306; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // 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_t3653026924; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077624712; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3399067577; // DMCore.Logic.CLotteryNew/CLotteryResultData struct CLotteryResultData_t968175401; // System.Collections.Generic.List`1 struct List_1_t3428332534; // DMCore.Logic.privateMsgArriva struct privateMsgArriva_t1101012311; // System.Collections.Generic.List`1 struct List_1_t1546864881; // DMCore.Logic.CChatGroup struct CChatGroup_t2712975719; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3775615503; // DMCore.Logic.CChannelInfo struct CChannelInfo_t1750800799; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535; // BetterList`1 struct BetterList_1_t3192665299; // System.Collections.Generic.List`1 struct List_1_t2148006193; // DMCore.Logic.CCreateCondition struct CCreateCondition_t197933841; // System.Comparison`1 struct Comparison_1_t450862630; // DMCore.Logic.CMessageManager/CMessageGroup struct CMessageGroup_t2505338100; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2525419584; // DMCore.Logic.CTaskDailyAward[] struct CTaskDailyAwardU5BU5D_t108279183; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack struct DataRefreshCallBack_t1481235937; // DMCore.Logic.CIdolShowManager/SendPopularLogDetail struct SendPopularLogDetail_t1438849614; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t463511065; // DMCore.Logic.CIdolInfo struct CIdolInfo_t400451087; // System.Action`1 struct Action_1_t1368688201; // System.Action`1 struct Action_1_t1631686707; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3386653540; // DMCore.Logic.CRoomMananger/RoomDetail struct RoomDetail_t2805919052; // System.Collections.Generic.List`1 struct List_1_t3609756528; // DMCore.Logic.CFruitMachineCtrllor/CFruitIssueResult struct CFruitIssueResult_t2046439586; // System.Collections.Queue struct Queue_t3637523393; // System.Threading.Thread struct Thread_t2300836069; // System.Net.EndPoint struct EndPoint_t982345378; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3625702484; // System.Collections.Generic.List`1 struct List_1_t25523635; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3209204262; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t863209702; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // 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_1U5BU5D_t326174247; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // 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; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // UISprite[] struct UISpriteU5BU5D_t1415066463; // logicLogin_main_page struct logicLogin_main_page_t116642790; // CLogin/_OnRegisterAccResult struct _OnRegisterAccResult_t3470219112; // CLogin/_OnRegisterLoginUserAccResult struct _OnRegisterLoginUserAccResult_t314615006; // UIAnchor struct UIAnchor_t2527798900; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // DMCore.Logic.CGuideSubStep struct CGuideSubStep_t1332708913; // UIGeometry struct UIGeometry_t1059483952; // UIWidget struct UIWidget_t3538521925; // UnityEngine.Animation struct Animation_t3648466861; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t2617496293; // BetterList`1 struct BetterList_1_t2693542243; // BetterList`1 struct BetterList_1_t3790362737; // BetterList`1 struct BetterList_1_t448425637; // BetterList`1 struct BetterList_1_t2474049255; // System.Single[] struct SingleU5BU5D_t1444911251; // UIPanel[] struct UIPanelU5BU5D_t1463265784; // BetterList`1 struct BetterList_1_t1563739553; // System.Comparison`1 struct Comparison_1_t3313453104; // UICamera/MouseOrTouch struct MouseOrTouch_t3052596533; // System.Collections.Generic.List`1 struct List_1_t2828513613; // System.Collections.Generic.List`1 struct List_1_t2833680200; // UICamera/MouseOrTouch[] struct MouseOrTouchU5BU5D_t3534648920; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1941309864; // System.Comparison`1 struct Comparison_1_t830933145; // System.Comparison`1 struct Comparison_1_t1131370050; // UIFont struct UIFont_t2766063701; // System.Action`1 struct Action_1_t432802497; // UnityEngine.AnimationCurve struct AnimationCurve_t3046754366; // UnityEngine.Light struct Light_t3756812086; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t CNetLink_IOS_Send_m3182390149_MetadataUsageId; extern RuntimeClass* CCustomNetMsgHooker_t1749009394_il2cpp_TypeInfo_var; extern RuntimeClass* CThreadLock_t3315856551_il2cpp_TypeInfo_var; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern RuntimeClass* _ProcDelegateU5BU5D_t2947363969_il2cpp_TypeInfo_var; extern RuntimeClass* _ProcDelegate_t1598064000_il2cpp_TypeInfo_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgSceneProperty_m1270033660_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgAcc_m2510022359_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgServerLogin_m2329806617_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgErrorCode_m321187508_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgLoginLobby_m4085730474_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgSceneAddObj_m171707251_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgSceneRemoveObj_m644369897_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgSceneEnterScene_m1159379495_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgPropertyTable_m3286990952_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgChangeProperty_m1157397811_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgFirstLogin_m1582945983_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgChangeItemProperty_m818503310_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgCreateRoleResult_m2001262401_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgRegister_m3255495922_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgCustomMsg_m1507708776_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgRelink_m2098193648_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgSystemInfo_m2422113598_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgActivationCode_m1658053085_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgRoomList_m2369147895_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgMarryList_m757589505_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgMarryRoom_m4209474032_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgCreateRoom_m314111798_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgEntryRoom_m3931699722_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgRoomInfo_m4105576226_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnSMsgChangeName_m2606803136_RuntimeMethod_var; extern const uint32_t CNetMainLogic__ctor_m1702524262_MetadataUsageId; extern const uint32_t CNetMainLogic_Close_m1894979583_MetadataUsageId; extern const uint32_t CNetMainLogic_Link_m2159146401_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_Relink_m3816801773_MetadataUsageId; extern RuntimeClass* CMsgAccRegister_t524064186_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_Register_m257854853_MetadataUsageId; extern RuntimeClass* CMsgAcc_t1490163161_il2cpp_TypeInfo_var; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_SetUserACC_m1345299655_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* CMsgLedouAcc_Guest_t2051627822_il2cpp_TypeInfo_var; extern RuntimeClass* CMsgLedouAcc_t436276660_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3329262664; extern String_t* _stringLiteral3452614532; extern const uint32_t CNetMainLogic_LoginLedou_m1612959414_MetadataUsageId; extern String_t* _stringLiteral2302103130; extern String_t* _stringLiteral2454930166; extern const uint32_t CNetMainLogic_RegisterRole_m705801834_MetadataUsageId; extern RuntimeClass* CNetMainLogic_t857650587_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnServerRoleReady_m72347558_MetadataUsageId; extern const uint32_t CNetMainLogic_get_IsServerStateRoleReady_m1842527493_MetadataUsageId; extern const uint32_t CNetMainLogic_set_IsServerStateRoleReady_m851306534_MetadataUsageId; extern RuntimeClass* CMsgBeginGame_t955386178_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_SendBeginGame_m3241372359_MetadataUsageId; extern RuntimeClass* CMsgClientStageReady_t250050675_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_SendStageReady_m1650450502_MetadataUsageId; extern RuntimeClass* CMsgCustom_t3704829624_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_SendCustomMsg_m3660603244_MetadataUsageId; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnReceiverMsg_m1134167901_MetadataUsageId; extern RuntimeClass* UserGuideManager_t2771698115_il2cpp_TypeInfo_var; extern RuntimeClass* CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern RuntimeClass* CurrencyGetManager_t971236882_il2cpp_TypeInfo_var; extern RuntimeClass* CPropDictionary_t1184658084_il2cpp_TypeInfo_var; extern RuntimeClass* CFriendManager_t3708308264_il2cpp_TypeInfo_var; extern RuntimeClass* CIdolShowManager_t2312713117_il2cpp_TypeInfo_var; extern RuntimeClass* CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var; extern RuntimeClass* CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var; extern RuntimeClass* CItemManager_t2289463753_il2cpp_TypeInfo_var; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern RuntimeClass* CPropItemPool_t1526587231_il2cpp_TypeInfo_var; extern RuntimeClass* CPropEquipManager_t729741778_il2cpp_TypeInfo_var; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern RuntimeClass* CShopManager_t754298620_il2cpp_TypeInfo_var; extern RuntimeClass* CMessageManager_t3136027633_il2cpp_TypeInfo_var; extern RuntimeClass* CPhotoManager_t704993275_il2cpp_TypeInfo_var; extern RuntimeClass* CGuildManager_t3445311192_il2cpp_TypeInfo_var; extern RuntimeClass* CSpeaker_t978472097_il2cpp_TypeInfo_var; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* CUserInfoApi_t815375937_il2cpp_TypeInfo_var; extern RuntimeClass* cbPackage_t1110821539_il2cpp_TypeInfo_var; extern RuntimeClass* CMonoCtrllorManager_t57721319_il2cpp_TypeInfo_var; extern RuntimeClass* CChangeGameManager_t2081989347_il2cpp_TypeInfo_var; extern RuntimeClass* CChatManager_t1988186574_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_ClearAllCachedServerTable_m1343631862_MetadataUsageId; extern String_t* _stringLiteral2707269980; extern const uint32_t CNetMainLogic_OnMsgBoxNeedQuit_m3235656639_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern String_t* _stringLiteral484613486; extern const uint32_t CNetMainLogic_OnMsgBoxRelink_m2290389045_MetadataUsageId; extern RuntimeClass* CServerChoice_t1594647161_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* CNetMainLogic_OnMsgBoxNeedQuit_m3235656639_RuntimeMethod_var; extern const RuntimeMethod* CNetMainLogic_OnMsgBoxRelink_m2290389045_RuntimeMethod_var; extern String_t* _stringLiteral1308985112; extern String_t* _stringLiteral2686215183; extern String_t* _stringLiteral1105275285; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral1301205916; extern String_t* _stringLiteral3338263551; extern const uint32_t CNetMainLogic_OnLinkUnConnected_m1043157740_MetadataUsageId; extern RuntimeClass* SMsgAcc_t1490162633_il2cpp_TypeInfo_var; extern RuntimeClass* CMsgLogin_t1892686458_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var; extern String_t* _stringLiteral917982364; extern const uint32_t CNetMainLogic_OnSMsgAcc_m2510022359_MetadataUsageId; extern RuntimeClass* SMsgLogin_t1892669098_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* CMsgLoginLobby_t3466726137_il2cpp_TypeInfo_var; extern RuntimeClass* CSystemTool_t575361936_il2cpp_TypeInfo_var; extern RuntimeClass* CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern RuntimeClass* CFCMConfig_t130793684_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern RuntimeClass* SDKEventManager_t864216586_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3466546279; extern String_t* _stringLiteral796344415; extern String_t* _stringLiteral1576675731; extern String_t* _stringLiteral2357007047; extern String_t* _stringLiteral1859382620; extern String_t* _stringLiteral3159843089; extern String_t* _stringLiteral663849622; extern String_t* _stringLiteral1615778684; extern String_t* _stringLiteral660222576; extern String_t* _stringLiteral1359610530; extern String_t* _stringLiteral2273829614; extern String_t* _stringLiteral1317347431; extern String_t* _stringLiteral1346521465; extern String_t* _stringLiteral3536622847; extern String_t* _stringLiteral1940351270; extern String_t* _stringLiteral4108825613; extern String_t* _stringLiteral2810519883; extern const uint32_t CNetMainLogic_OnSMsgServerLogin_m2329806617_MetadataUsageId; extern String_t* _stringLiteral1471007674; extern String_t* _stringLiteral3451565962; extern const uint32_t CNetMainLogic_OnSMsgLoginLobby_m4085730474_MetadataUsageId; extern RuntimeClass* SMsgSceneProperty_t2338986832_il2cpp_TypeInfo_var; extern RuntimeClass* CProperty_t963755051_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgSceneProperty_m1270033660_MetadataUsageId; extern RuntimeClass* SMsgAddObj_t71644132_il2cpp_TypeInfo_var; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern RuntimeClass* CTitleManager_t3025273230_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2289839653; extern String_t* _stringLiteral936054542; extern String_t* _stringLiteral816700875; extern String_t* _stringLiteral1015581140; extern String_t* _stringLiteral900617284; extern String_t* _stringLiteral2570825119; extern String_t* _stringLiteral2601265189; extern String_t* _stringLiteral3963994475; extern const uint32_t CNetMainLogic_OnSMsgSceneAddObj_m171707251_MetadataUsageId; extern RuntimeClass* SMsgRemoveObj_t2019973777_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgSceneRemoveObj_m644369897_MetadataUsageId; extern RuntimeClass* SMsgChangeProperty_t1788627945_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3684522865; extern const uint32_t CNetMainLogic_OnSMsgChangeProperty_m1157397811_MetadataUsageId; extern RuntimeClass* SMsgItemPropertyChange_t2752012750_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityManager_t1081296145_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgChangeItemProperty_m818503310_MetadataUsageId; extern RuntimeClass* SMsgEntryScene_t3683309046_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgSceneEnterScene_m1159379495_MetadataUsageId; extern RuntimeClass* SMsgPropertyTable_t1715258501_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m3995760255_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m467852011_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2048964861_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m3341358949_RuntimeMethod_var; extern const uint32_t CNetMainLogic_OnSMsgPropertyTable_m3286990952_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisAudioSource_t3935305588_m1977431131_RuntimeMethod_var; extern String_t* _stringLiteral1576304227; extern String_t* _stringLiteral1597722606; extern String_t* _stringLiteral607772596; extern String_t* _stringLiteral889723620; extern String_t* _stringLiteral4166462976; extern const uint32_t CNetMainLogic_OnSMsgFirstLogin_m1582945983_MetadataUsageId; extern String_t* _stringLiteral1060846178; extern const uint32_t CNetMainLogic_OnStoryPlayEnd_m2871940693_MetadataUsageId; extern RuntimeClass* SMsgRegister_t14177495_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgRegister_m3255495922_MetadataUsageId; extern RuntimeClass* SMsgCreateRoleResult_t2078496042_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgCreateRoleResult_m2001262401_MetadataUsageId; extern RuntimeClass* SMsgRelink_t1870060133_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgRelink_m2098193648_MetadataUsageId; extern RuntimeClass* SMsgSystemInfo_t1115622735_il2cpp_TypeInfo_var; extern RuntimeClass* CFruitMachineCtrllor_t592290270_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3504280267; extern String_t* _stringLiteral3824153652; extern String_t* _stringLiteral345825936; extern String_t* _stringLiteral1186641144; extern String_t* _stringLiteral3142956280; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral329982230; extern const uint32_t CNetMainLogic_OnSMsgSystemInfo_m2422113598_MetadataUsageId; extern String_t* _stringLiteral2159247756; extern const uint32_t CNetMainLogic_OnSMsgActivationCode_m1658053085_MetadataUsageId; extern RuntimeClass* SMsgCustom_t3704812008_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgCustomMsg_m1507708776_MetadataUsageId; extern RuntimeClass* SMsgErrorCode_t1676145453_il2cpp_TypeInfo_var; extern const RuntimeMethod* CNetMainLogic_OnActivationCodeInvalid_m2036931250_RuntimeMethod_var; extern String_t* _stringLiteral3851303975; extern String_t* _stringLiteral4127685713; extern String_t* _stringLiteral642518100; extern const uint32_t CNetMainLogic_OnSMsgErrorCode_m321187508_MetadataUsageId; extern RuntimeClass* SMsgRoomList_t2683647042_il2cpp_TypeInfo_var; extern RuntimeClass* CRoomMananger_t1058696229_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgRoomList_m2369147895_MetadataUsageId; extern RuntimeClass* SMsgMarryList_t435354856_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2987599347_il2cpp_TypeInfo_var; extern RuntimeClass* MarryListItemData_t1515524605_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m434619803_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2075070127_RuntimeMethod_var; extern const uint32_t CNetMainLogic_OnSMsgMarryList_m757589505_MetadataUsageId; extern RuntimeClass* SMsgEntryMARRYRoom_t2505765830_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2259498740; extern const uint32_t CNetMainLogic_OnSMsgMarryRoom_m4209474032_MetadataUsageId; extern RuntimeClass* SMsgCreateRoom_t3471542759_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgCreateRoom_m314111798_MetadataUsageId; extern RuntimeClass* SMsgEntryRoom_t3749249927_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgEntryRoom_m3931699722_MetadataUsageId; extern RuntimeClass* SMsgRoomInfo_t1167204382_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgRoomInfo_m4105576226_MetadataUsageId; extern RuntimeClass* CChangeNameManager_t2068867582_il2cpp_TypeInfo_var; extern RuntimeClass* SMsgCheckNameResult_t1053169107_il2cpp_TypeInfo_var; extern const uint32_t CNetMainLogic_OnSMsgChangeName_m2606803136_MetadataUsageId; extern String_t* _stringLiteral3894576998; extern String_t* _stringLiteral3834158648; extern String_t* _stringLiteral3189944913; extern const uint32_t CNetMainLogic__cctor_m815845201_MetadataUsageId; extern RuntimeClass* BetterList_1_t289316694_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m916496649_RuntimeMethod_var; extern const uint32_t CNetReceiver__ctor_m1335029303_MetadataUsageId; extern RuntimeClass* Help_t3634822582_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m318494546_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m3689618584_RuntimeMethod_var; extern const uint32_t CNetReceiver_OnGetStream_m361994846_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m2496795138_RuntimeMethod_var; extern String_t* _stringLiteral497383065; extern const uint32_t CNetReceiver_OnReceiveMsg_m1573803191_MetadataUsageId; extern const uint32_t CNetReceiver_ParseMessage_m1278601957_MetadataUsageId; extern RuntimeClass* CDataProperty_t2806246268_il2cpp_TypeInfo_var; extern RuntimeClass* CGameSetting_t2678036671_il2cpp_TypeInfo_var; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3201354471; extern String_t* _stringLiteral3406492408; extern String_t* _stringLiteral1017091031; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral2113405506; extern const uint32_t CNetServerConfig__ctor_m3381213502_MetadataUsageId; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern const uint32_t CNetServerConfig_GetInstance_m1865421617_MetadataUsageId; extern String_t* _stringLiteral1151411956; extern const uint32_t CNetServerConfig_IfAsQaVersion999_m4231909141_MetadataUsageId; extern String_t* _stringLiteral1973861653; extern String_t* _stringLiteral289727540; extern String_t* _stringLiteral3140485902; extern String_t* _stringLiteral3099255805; extern String_t* _stringLiteral228733076; extern String_t* _stringLiteral1447160011; extern const uint32_t CNetServerConfig_ReplaceServerURL_m4059194231_MetadataUsageId; extern const uint32_t CNetServerConfig_RemoveSpecialChar_m1360360370_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern String_t* _stringLiteral1857640747; extern String_t* _stringLiteral1641314981; extern String_t* _stringLiteral1857640735; extern String_t* _stringLiteral78670843; extern String_t* _stringLiteral3222463383; extern String_t* _stringLiteral3278377697; extern String_t* _stringLiteral671283288; extern String_t* _stringLiteral1159150451; extern String_t* _stringLiteral201333861; extern String_t* _stringLiteral4058231383; extern String_t* _stringLiteral547868706; extern String_t* _stringLiteral3487531289; extern String_t* _stringLiteral3244639834; extern const uint32_t CNetServerConfig_SetURLProxy_m2449108802_MetadataUsageId; extern RuntimeClass* CPluginConfig_t32997114_il2cpp_TypeInfo_var; extern const uint32_t CNetServerConfig_GetConfigString_m1508055105_MetadataUsageId; extern const uint32_t CNetServerConfig_GetConfigInt_m1392106542_MetadataUsageId; extern const uint32_t CNetServerConfig_CheckLinkConfig_m251908310_MetadataUsageId; extern RuntimeClass* LinkedList_1_t3261532576_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3594922530_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m1813535711_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m541725837_RuntimeMethod_var; extern const uint32_t CNetService__ctor_m3721915101_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m395364543_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2293357092_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Clear_m3669462242_RuntimeMethod_var; extern const uint32_t CNetService__OnPickLink_m1389177975_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_get_Count_m3545464969_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m3326379170_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m3183208910_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m1182622119_RuntimeMethod_var; extern const uint32_t CNetService__OnPickGet_m1782648884_MetadataUsageId; extern RuntimeClass* netSendingCache_t1115576376_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m3966717211_RuntimeMethod_var; extern const uint32_t CNetService__OnPickSend_m1839943552_MetadataUsageId; extern RuntimeClass* CNetLink_IOS_t2636358992_il2cpp_TypeInfo_var; extern const uint32_t CNetService_GetLinkedPtr_m3362794274_MetadataUsageId; extern RuntimeClass* CNetLink_t2605986831_il2cpp_TypeInfo_var; extern const uint32_t CNetService_Link_m4067152399_MetadataUsageId; extern const uint32_t CNetService_SendCustomMsg_m4016654433_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_AddLast_m3362005149_RuntimeMethod_var; extern const uint32_t CNetService_DispatchMessage_m4289082544_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m215098149_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4104502214_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2153923718_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2679825681_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1830268421_RuntimeMethod_var; extern const uint32_t CNetService_RegisterListener_m710671564_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m3107540926_RuntimeMethod_var; extern const uint32_t CNetService_UnregisterListener_m437494297_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1028957725_RuntimeMethod_var; extern const uint32_t CNetService_UnRegisterAll_m3316444750_MetadataUsageId; extern String_t* _stringLiteral815528217; extern String_t* _stringLiteral3330502293; extern const uint32_t CNetService_SendMsgStruct_m258771320_MetadataUsageId; extern RuntimeClass* PropInfo_t1912548384_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2366321706_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2205018422_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3800595820_RuntimeMethod_var; extern const uint32_t CPropDictionary_Push_m1406080517_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1891376302_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m311915619_RuntimeMethod_var; extern const uint32_t CPropDictionary_ClearAll_m3476409798_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3262011838_RuntimeMethod_var; extern const uint32_t CPropDictionary_GetType_m2451184835_MetadataUsageId; extern const uint32_t CPropDictionary_GetName_m4069362438_MetadataUsageId; extern const uint32_t CPropDictionary_GetCount_m3332480744_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const uint32_t CPropDictionary_FindIndex_m902844385_MetadataUsageId; extern const uint32_t CPropDictionary_FindIndex_m3693675310_MetadataUsageId; extern RuntimeClass* List_1_t3384623126_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m760527218_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200964102_RuntimeMethod_var; extern const uint32_t CPropDictionary__cctor_m2309443324_MetadataUsageId; extern const uint32_t PropInfo__ctor_m2180213712_MetadataUsageId; extern const uint32_t Help_Push_m40794890_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t Help_Push_m1438546594_MetadataUsageId; extern const uint32_t Help_Push_m1820883614_MetadataUsageId; extern const uint32_t Help_Push_m3394861728_MetadataUsageId; extern const uint32_t Help_Push_m1972177952_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t Help_Push_m1039748984_MetadataUsageId; extern const uint32_t Help_Pop_m3956053017_MetadataUsageId; extern const uint32_t Help_Pop_m1588559183_MetadataUsageId; extern const uint32_t Help_Pop_m2983622353_MetadataUsageId; extern const uint32_t Help_Pop_m844832638_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t Help_Pop_m1722225834_MetadataUsageId; extern const uint32_t Help_Pop_m507744042_MetadataUsageId; extern RuntimeClass* SerialDef_t1272345629_il2cpp_TypeInfo_var; extern const uint32_t Help_IsEndFlag_m727407284_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Resize_m2801707268_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Create_m4035107615_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Insert_m3558601324_RuntimeMethod_var; extern const uint32_t Help_FormatSendNetStream_m2320532187_MetadataUsageId; extern const RuntimeMethod* BetterList_1_RemoveRange_m1968001449_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Append_m4150690803_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m3387226773_RuntimeMethod_var; extern String_t* _stringLiteral3628765166; extern const uint32_t Help_FormatReceiveNetStream_m2064661201_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t Help_GetCurEncryptKey_m3141923178_MetadataUsageId; extern const uint32_t Help_SetCurEncryptKey_m2299868864_MetadataUsageId; extern const uint32_t Help__cctor_m3864503098_MetadataUsageId; extern RuntimeClass* CNetReceiver_t1076104922_il2cpp_TypeInfo_var; extern const uint32_t INetLink__ctor_m495627144_MetadataUsageId; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern const uint32_t INetLink_Send_m3168269077_MetadataUsageId; extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var; extern const uint32_t INetLink_SetKeepAlive_m261764816_MetadataUsageId; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern const RuntimeMethod* NetEncrypt_Encrypt_m4143094030_RuntimeMethod_var; extern const uint32_t NetEncrypt_Encrypt_m4143094030_MetadataUsageId; extern const RuntimeMethod* NetEncrypt_Decrypt_m3358454097_RuntimeMethod_var; extern String_t* _stringLiteral3533155994; extern const uint32_t NetEncrypt_Decrypt_m3358454097_MetadataUsageId; extern const uint32_t NetEncrypt_ToUInt32Array_m3359155898_MetadataUsageId; extern String_t* _stringLiteral1398913939; extern const uint32_t NetEncrypt_ToUInt32Array_m2733639333_MetadataUsageId; extern const RuntimeMethod* BetterList_1_set_Item_m1941866975_RuntimeMethod_var; extern String_t* _stringLiteral47721094; extern String_t* _stringLiteral2294535207; extern String_t* _stringLiteral819318224; extern const uint32_t NetEncrypt_ToByteArray_m2785072633_MetadataUsageId; extern const uint32_t CMsgAcc_Serial_m3051735009_MetadataUsageId; extern const uint32_t CMsgAccRegister_Serial_m137564771_MetadataUsageId; extern const uint32_t CMsgActivationCode_Serial_m2375772939_MetadataUsageId; extern const uint32_t CMsgBeginGame_Serial_m3388329071_MetadataUsageId; extern const uint32_t CMsgCheckName_Serial_m2946129856_MetadataUsageId; extern const uint32_t CMsgCreateRole_Serial_m4187993398_MetadataUsageId; extern const uint32_t CMsgCreateRoom_Serial_m2788553443_MetadataUsageId; extern const uint32_t CMsgEntryGame_Serial_m3002772375_MetadataUsageId; extern const uint32_t CMsgEntryMarryRoom__ctor_m3181115464_MetadataUsageId; extern const uint32_t CMsgEntryMarryRoom_Serial_m2026800002_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const uint32_t CMsgEntryRoom__ctor_m2897931794_MetadataUsageId; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const uint32_t CMsgEntryRoom_Serial_m3772257923_MetadataUsageId; extern const uint32_t CMsgKp_Friends_Serial_m1019123335_MetadataUsageId; extern const uint32_t CMsgLedouAcc_Serial_m577729524_MetadataUsageId; extern const uint32_t CMsgLedouAcc_Guest_Serial_m4049021828_MetadataUsageId; extern const uint32_t CMsgLoginLobby__ctor_m1740644394_MetadataUsageId; extern const uint32_t CMsgLoginLobby_Serial_m1707978225_MetadataUsageId; extern const uint32_t CMsgRelink_Serial_m3346336646_MetadataUsageId; extern const uint32_t CMsgRequestMarryList_Serial_m861697553_MetadataUsageId; extern const uint32_t CMsgRequestRoomList__ctor_m4240109676_MetadataUsageId; extern String_t* _stringLiteral3082919578; extern String_t* _stringLiteral2405457962; extern const uint32_t CMsgRequestRoomList_Serial_m4053089562_MetadataUsageId; extern const uint32_t CMsgSearchRoom_Serial_m2458406078_MetadataUsageId; extern const uint32_t INetMsgBaseC2S_Serial_m1089134723_MetadataUsageId; extern RuntimeClass* SMsgLoginLobby_t3451342249_il2cpp_TypeInfo_var; extern RuntimeClass* SMsgRoleAvatar_t1100533262_il2cpp_TypeInfo_var; extern RuntimeClass* SMsgFirstLogin_t2265509403_il2cpp_TypeInfo_var; extern RuntimeClass* SMsgActivationCode_t2083116766_il2cpp_TypeInfo_var; extern const uint32_t INetMsgBaseS2C_Create_S2C_m2196048798_MetadataUsageId; extern const uint32_t INetMsgBaseS2C_DeserialFromServer_m3877426234_MetadataUsageId; extern const uint32_t SMsgAcc_Deserial_m3891771643_MetadataUsageId; extern const uint32_t SMsgAddObj_Deserial_m2203636548_MetadataUsageId; extern const uint32_t SMsgChangeProperty_Deserial_m629443146_MetadataUsageId; extern const uint32_t SMsgCheckNameResult_Deserial_m3445579494_MetadataUsageId; extern const uint32_t SMsgCreateRoleResult_Deserial_m3306598254_MetadataUsageId; extern const uint32_t SMsgCreateRoom_Deserial_m1465236830_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t SMsgCustom__ctor_m1594121669_MetadataUsageId; extern const uint32_t SMsgCustom_Deserial_m2276503117_MetadataUsageId; extern const uint32_t SMsgEntryMARRYRoom_Deserial_m3984033741_MetadataUsageId; extern const uint32_t SMsgEntryRoom_Deserial_m3533165040_MetadataUsageId; extern const uint32_t SMsgEntryScene_Deserial_m621642803_MetadataUsageId; extern const uint32_t SMsgErrorCode_Deserial_m549747318_MetadataUsageId; extern const uint32_t SMsgItemPropertyChange_Deserial_m2723982282_MetadataUsageId; extern const uint32_t SMsgLogin_Deserial_m2847388410_MetadataUsageId; extern RuntimeClass* MarryInfoU5BU5D_t2945537923_il2cpp_TypeInfo_var; extern const uint32_t SMsgMarryList_Deserial_m3713817448_MetadataUsageId; extern RuntimeClass* List_1_t3793917952_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1190038158_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2374373096_RuntimeMethod_var; extern const uint32_t SMsgPropertyTable_Deserial_m3183588282_MetadataUsageId; extern const uint32_t SMsgRegister_Deserial_m928074390_MetadataUsageId; extern const uint32_t SMsgRelink_Deserial_m3205381773_MetadataUsageId; extern const uint32_t SMsgRemoveObj_Deserial_m3513390157_MetadataUsageId; extern RuntimeClass* List_1_t2796238276_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2891000519_RuntimeMethod_var; extern const uint32_t SMsgRoleAvatar__ctor_m1983474459_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2929273381_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m276543929_RuntimeMethod_var; extern const uint32_t SMsgRoleAvatar_Deserial_m1551825583_MetadataUsageId; extern RuntimeClass* MemberInfoU5BU5D_t3990892796_il2cpp_TypeInfo_var; extern const uint32_t SMsgRoomInfo_Deserial_m535691016_MetadataUsageId; extern RuntimeClass* RoomInfoU5BU5D_t2555657096_il2cpp_TypeInfo_var; extern const uint32_t SMsgRoomList_Deserial_m3880819114_MetadataUsageId; extern const uint32_t SMsgSceneProperty_Deserial_m2119538498_MetadataUsageId; extern const uint32_t SMsgSystemInfo_Deserial_m80255432_MetadataUsageId; extern const uint32_t SerialDef__cctor_m3743305514_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t OnEventCall_BeginInvoke_m925181444_MetadataUsageId; extern const uint32_t OnMsgBoxClkCallBack_BeginInvoke_m1982572859_MetadataUsageId; extern RuntimeClass* UNIQUE_ID_t1074083407_il2cpp_TypeInfo_var; extern const uint32_t UNIQUE_ID__cctor_m791938771_MetadataUsageId; extern RuntimeClass* List_1_t777473367_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2885667311_RuntimeMethod_var; extern const uint32_t DMListView__ctor_m2197135916_MetadataUsageId; extern RuntimeClass* DMListView_t512231514_il2cpp_TypeInfo_var; extern const uint32_t DMListView_TrySetDisactiveDMList_m1549469326_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678_RuntimeMethod_var; extern const uint32_t DMListView_GetOrgItemActiveLength_m3978881174_MetadataUsageId; extern const uint32_t DMListView_GetOrgItemDisactiveLength_m2043809980_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const uint32_t DMListView_GetChildItemOrg_m994870179_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisUIStretch_t3058335968_m4195069126_RuntimeMethod_var; extern String_t* _stringLiteral3455170507; extern String_t* _stringLiteral1561892070; extern const uint32_t DMListView_OnInitSubUI_m2161848775_MetadataUsageId; extern const uint32_t DMListView_MoveToBegin_m2199787501_MetadataUsageId; extern const uint32_t DMListView_MoveToEnd_m2211644321_MetadataUsageId; extern const uint32_t DMListView_BeginHoldPos_m1216861446_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3022113929_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var; extern const uint32_t DMListView_MoveToIndex_m1296365812_MetadataUsageId; extern const uint32_t DMListView_MoveToPos_m1082553601_MetadataUsageId; extern const uint32_t DMListView_MoveToNextIndex_m4222343137_MetadataUsageId; extern const uint32_t DMListView_MoveToPreIndex_m3029827699_MetadataUsageId; extern const uint32_t DMListView_Reset_m902922481_MetadataUsageId; extern String_t* _stringLiteral3197631421; extern String_t* _stringLiteral1491195644; extern const uint32_t DMListView_SetActive_m3341878478_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m2007918179_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1805519187_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1189914609_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1405104490_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3787308655_RuntimeMethod_var; extern const uint32_t DMListView_GetChild_m2593465524_MetadataUsageId; extern const uint32_t DMListView_GetCount_m1758119318_MetadataUsageId; extern const uint32_t DMListView_SetCount_m3988156788_MetadataUsageId; extern const uint32_t DMListView_SetCount_m1120648286_MetadataUsageId; extern const uint32_t DMListView_SetCount_m1953644949_MetadataUsageId; extern const uint32_t DMListView_SetCount_m664444560_MetadataUsageId; extern const uint32_t DMListView_GenerateItemList_m637906825_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m4073477735_RuntimeMethod_var; extern String_t* _stringLiteral1949155672; extern const uint32_t DMListView_GenerateItemList_m3343036406_MetadataUsageId; extern const uint32_t DMListView_Increase_m3178296927_MetadataUsageId; extern const uint32_t DMListView_Increase_m2926389094_MetadataUsageId; extern const uint32_t DMListView_Remove_m2211400149_MetadataUsageId; extern const RuntimeMethod* List_1_set_Item_m3812226211_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveRange_m164090222_RuntimeMethod_var; extern const uint32_t DMListView_RemoveRange_m662338434_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3082658015_RuntimeMethod_var; extern const uint32_t DMListView_DeleteAll_m488542252_MetadataUsageId; extern const RuntimeMethod* List_1_RemoveAt_m1187184528_RuntimeMethod_var; extern const uint32_t DMListView_Delete_m3652813578_MetadataUsageId; extern String_t* _stringLiteral1861576076; extern const uint32_t DMListView_ReCalculate_m4152387914_MetadataUsageId; extern const uint32_t DMListView_LateUpdate_m1208527718_MetadataUsageId; extern const uint32_t DMListView_CalcClkItem_m3001268840_MetadataUsageId; extern const uint32_t DMListView_IsFinishDrag_m3919437558_MetadataUsageId; extern String_t* _stringLiteral3483484711; extern const uint32_t DMListView_OnDragMoving_m4139357318_MetadataUsageId; extern RuntimeClass* CInputHelp_t1757450660_il2cpp_TypeInfo_var; extern RuntimeClass* UICamera_t1356438871_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3620714913; extern const uint32_t DMListView_OnDrag_m1023914942_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m2159083576_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m4216972_RuntimeMethod_var; extern const RuntimeMethod* List_1_Insert_m174776639_RuntimeMethod_var; extern const uint32_t DMListView_OnSendPosChanged_m3597349457_MetadataUsageId; extern const uint32_t DMListView_GetLocalScaleX_m1256179270_MetadataUsageId; extern const uint32_t DMListView_GetLocalScaleY_m3212494406_MetadataUsageId; extern const uint32_t DMListView_GetNGUIScaleX_m2653203837_MetadataUsageId; extern const uint32_t DMListView_GetNGUIScaleY_m4219287778_MetadataUsageId; extern RuntimeClass* UIRoot_t4022971450_il2cpp_TypeInfo_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 DMListView_GetUIRoot_m3468008106_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisCamera_t4157153871_m2650170333_RuntimeMethod_var; extern const uint32_t DMListView_GetLocalPositionReal_m1148188765_MetadataUsageId; extern const uint32_t DMListView__GetScale_m1795864796_MetadataUsageId; extern RuntimeClass* NGUITools_t1206951095_il2cpp_TypeInfo_var; extern const uint32_t DMListView__GetCenterPosition_m2779225491_MetadataUsageId; extern const uint32_t DMListView__cctor_m2929241891_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3401007060_RuntimeMethod_var; extern const uint32_t DMListViewItem_SetIndex_m3846161515_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var; extern String_t* _stringLiteral1989776623; extern String_t* _stringLiteral953165059; extern String_t* _stringLiteral725565285; extern String_t* _stringLiteral1746845353; extern const uint32_t DMListViewSlideOptimize_Start_m3960205016_MetadataUsageId; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern const uint32_t DMListViewSlideOptimize_Update_m3726607374_MetadataUsageId; extern const uint32_t DMListViewSlideOptimize__OnPressProc_m1913874067_MetadataUsageId; extern const uint32_t DMListViewSlideOptimize__OnReleaseProc_m510771488_MetadataUsageId; extern const uint32_t DMMiscInterface_FindShader_m1402522140_MetadataUsageId; extern const uint32_t DMPanelCliper_Start_m3223376288_MetadataUsageId; extern const uint32_t DMPanelCliper_GetLocalScaleX_m2333481273_MetadataUsageId; extern const uint32_t DMPanelCliper_GetLocalScaleY_m767397332_MetadataUsageId; extern const uint32_t DMProcessBar_SetStep_m3198228411_MetadataUsageId; extern RuntimeClass* ISceneBaseObj_t858622483_il2cpp_TypeInfo_var; extern const uint32_t DMRole__ctor_m2006706340_MetadataUsageId; extern String_t* _stringLiteral4166355951; extern const uint32_t DMRole_IsMale_m705927367_MetadataUsageId; extern String_t* _stringLiteral3941088982; extern const uint32_t DMRole_GetPosIndex_m1014494453_MetadataUsageId; extern const uint32_t DMRole_SetAttachTransform_m3122879977_MetadataUsageId; extern RuntimeClass* DMRole_t4013730376_il2cpp_TypeInfo_var; extern const uint32_t DMSceneInterface_GetRole_m4009280948_MetadataUsageId; extern const uint32_t DMSceneInterface_FindGameObj_m1180893485_MetadataUsageId; extern const uint32_t DMScriptInvoker__ctor_m4005285052_MetadataUsageId; extern RuntimeClass* CUIHelp_t1606002733_il2cpp_TypeInfo_var; extern const uint32_t DMScriptInvoker_OnDestroy_m3522727861_MetadataUsageId; extern String_t* _stringLiteral2479724580; extern const uint32_t DMScriptInvoker_InvokScript_m4028438573_MetadataUsageId; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern const uint32_t DMScrollWnd_Start_m809305689_MetadataUsageId; extern const uint32_t DMScrollWnd_LateUpdate_m1390741131_MetadataUsageId; extern const uint32_t DMScrollWnd__GetCenterPosition_m3428407435_MetadataUsageId; extern const uint32_t OnScrollChanged_BeginInvoke_m3117574069_MetadataUsageId; extern RuntimeClass* List_1_t1780083345_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m524577119_RuntimeMethod_var; extern const uint32_t DMSerial__ctor_m2797874626_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t DMSerial_ExistNonEnglishCharactor_m2622341739_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1804579295_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3586392279_RuntimeMethod_var; extern String_t* _stringLiteral1524201264; extern const uint32_t DMSerial_GetItem_m257682392_MetadataUsageId; extern const uint32_t DMSerial_GetTransform_m1991702254_MetadataUsageId; extern const uint32_t DMSerialData_Check_m796453980_MetadataUsageId; extern RuntimeClass* BetterList_1_t1183072445_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t1277620157_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m2919029653_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m3501524265_RuntimeMethod_var; extern const uint32_t DMUIContainer__ctor_m1443376045_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m1185325029_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m3011469937_RuntimeMethod_var; extern const uint32_t DMUIContainer_OnDestroy_m2483717393_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m3962570992_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m92306504_RuntimeMethod_var; extern const uint32_t DMUIContainer_LateUpdate_m1272135177_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisDMUIWidget_t2122599839_m536220922_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m3146868858_RuntimeMethod_var; extern String_t* _stringLiteral3135849707; extern const uint32_t DMUIContainer_PushText_m2021130755_MetadataUsageId; extern RuntimeClass* stWidgetData_t2028052127_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m58161104_RuntimeMethod_var; extern String_t* _stringLiteral2269873809; extern String_t* _stringLiteral497495654; extern const uint32_t DMUIContainer_GetImagePtr_m2767098461_MetadataUsageId; extern RuntimeClass* BetterList_1_t2877333782_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t1311249841_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t1710706642_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t2105966071_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m18895326_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m163271134_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m3090907367_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m2079784661_RuntimeMethod_var; extern const uint32_t DMUIWidget_Awake_m1651882646_MetadataUsageId; extern const uint32_t DMUIWidget_OnDestroy_m1460253337_MetadataUsageId; extern const uint32_t DMUIWidget_Hide_m805457217_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m1110557353_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m966181545_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m2923267548_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m3880922309_RuntimeMethod_var; extern const uint32_t DMUIWidget_GetMeshVertices_m2115047074_MetadataUsageId; extern RuntimeClass* CShaderHelp_t3448475262_il2cpp_TypeInfo_var; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern RuntimeClass* Mesh_t3648964284_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisMeshFilter_t3523625662_m3102725183_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t3523625662_m262607486_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisMeshRenderer_t587009260_m2704270113_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m1446268266_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m2485675029_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m2725107919_RuntimeMethod_var; extern String_t* _stringLiteral1194993862; extern const uint32_t DMUIWidget_Set_m2973411652_MetadataUsageId; extern const RuntimeMethod* BetterList_1_ToArray_m2060401211_RuntimeMethod_var; extern const uint32_t DMUIWidget_Set_m1044415337_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m629431924_RuntimeMethod_var; extern const uint32_t DMUIWidget_TryReBuildIndices_m195720261_MetadataUsageId; extern RuntimeClass* GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1149114758; extern String_t* _stringLiteral665719821; extern String_t* _stringLiteral144454333; extern String_t* _stringLiteral2104097530; extern String_t* _stringLiteral3246474165; extern String_t* _stringLiteral1857410798; extern String_t* _stringLiteral3514180846; extern String_t* _stringLiteral3494250315; extern String_t* _stringLiteral92871116; extern String_t* _stringLiteral3348737040; extern String_t* _stringLiteral2583482178; extern String_t* _stringLiteral1951204832; extern String_t* _stringLiteral2804039330; extern String_t* _stringLiteral1186599092; extern String_t* _stringLiteral3635287015; extern String_t* _stringLiteral1381125802; extern String_t* _stringLiteral2147293694; extern String_t* _stringLiteral1626028206; extern String_t* _stringLiteral3594060011; extern String_t* _stringLiteral433211814; extern String_t* _stringLiteral3338984671; extern String_t* _stringLiteral709176031; extern String_t* _stringLiteral689245500; extern String_t* _stringLiteral1574576061; extern String_t* _stringLiteral535343617; extern String_t* _stringLiteral2412639282; extern String_t* _stringLiteral2621612412; extern String_t* _stringLiteral1033698272; extern String_t* _stringLiteral539206096; extern String_t* _stringLiteral1081812800; extern String_t* _stringLiteral740461280; extern String_t* _stringLiteral1205032923; extern String_t* _stringLiteral3727304951; extern const uint32_t EquipBtnList_OnPageInit_m2221758996_MetadataUsageId; extern const uint32_t EquipBtnList_Start_m3318008057_MetadataUsageId; extern RuntimeClass* CMyPackageManager_t122981866_il2cpp_TypeInfo_var; extern const uint32_t EquipBtnList_OnPageShow_m659243504_MetadataUsageId; extern const uint32_t EquipBtnList_ChangePage_m3144168871_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisCollider_t1773347010_m69509314_RuntimeMethod_var; extern const uint32_t EquipBtnList_OnUpdataRoleSex_m879931539_MetadataUsageId; extern const uint32_t EquipBtnList_OnChangeGroupAnim_m3419280292_MetadataUsageId; extern RuntimeClass* EquipBtnList_t3873379494_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern String_t* _stringLiteral3386682707; extern String_t* _stringLiteral3386682738; extern String_t* _stringLiteral3386682765; extern String_t* _stringLiteral3386682796; extern String_t* _stringLiteral3386682575; extern String_t* _stringLiteral3386682606; extern String_t* _stringLiteral3386682633; extern String_t* _stringLiteral3386682664; extern String_t* _stringLiteral3386682971; extern String_t* _stringLiteral3386683002; extern String_t* _stringLiteral3062225681; extern String_t* _stringLiteral3047742225; extern String_t* _stringLiteral3049773841; extern String_t* _stringLiteral3051543313; extern String_t* _stringLiteral3053574929; extern String_t* _stringLiteral3039091473; extern String_t* _stringLiteral3041123089; extern String_t* _stringLiteral3042892561; extern const uint32_t EquipBtnList_OnClkItemCallBack_m2980665403_MetadataUsageId; extern const uint32_t ChangeHandler_BeginInvoke_m3815503948_MetadataUsageId; extern String_t* _stringLiteral990489951; extern const uint32_t FashionInfo_ToString_m3460295704_MetadataUsageId; extern String_t* _stringLiteral3883940818; extern const uint32_t FashionStarsManager__ctor_m1641051994_MetadataUsageId; extern RuntimeClass* FashionStarsManager_t4100381698_il2cpp_TypeInfo_var; extern const uint32_t FashionStarsManager_GetInstance_m1993448017_MetadataUsageId; extern const uint32_t FashionStarsManager_SetFashionStar_m2550379363_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisuiFashionStar_t2192757158_m1635510198_RuntimeMethod_var; extern const uint32_t FashionStarsManager_DoChangedFashionStarAnimation_m266867415_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var; extern String_t* _stringLiteral474802092; extern String_t* _stringLiteral2675493612; extern const uint32_t FashionTagPathItem_OnPageInit_m1143674337_MetadataUsageId; extern RuntimeClass* Texture_t3661962703_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1337935500; extern String_t* _stringLiteral3071468220; extern const uint32_t FashionTagPathItem_LoadImage_m2162328927_MetadataUsageId; extern RuntimeClass* CLotteryNew_t505895158_il2cpp_TypeInfo_var; extern const uint32_t FashionTagPathItem_OnClkGoButton_m4205806142_MetadataUsageId; extern RuntimeClass* Dictionary_2_t736164020_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4247274435_RuntimeMethod_var; extern String_t* _stringLiteral3297786571; extern const uint32_t FashionThemeCfg__ctor_m1058112482_MetadataUsageId; extern RuntimeClass* FashionThemeCfg_t420161380_il2cpp_TypeInfo_var; extern const uint32_t FashionThemeCfg_GetInstance_m223545720_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m2461861952_RuntimeMethod_var; extern String_t* _stringLiteral4286370040; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral700648555; extern const uint32_t FashionThemeCfg_OnLoad_m1513463455_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2381334882_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m98595422_RuntimeMethod_var; extern const uint32_t FashionThemeCfg_GetThemeNameByThemeId_m3315609266_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3357594170_RuntimeMethod_var; extern const uint32_t FashionThemeCfg_Clear_m589938385_MetadataUsageId; extern RuntimeClass* FreshGiftManager_t2414011906_il2cpp_TypeInfo_var; extern const uint32_t FreshGiftManager_get_Instance_m1386621213_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1119737147; extern String_t* _stringLiteral1232841122; extern String_t* _stringLiteral2331930482; extern const uint32_t FreshGiftManager_IsOpen_m391367008_MetadataUsageId; extern const uint32_t FreshGiftManager_ClosePanel_m4099844645_MetadataUsageId; extern String_t* _stringLiteral458911708; extern String_t* _stringLiteral3265185863; extern const uint32_t SDKEventManager_ShowAnnouncement_m391072380_MetadataUsageId; extern RuntimeClass* JsonData_t1524858407_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3963993483; extern String_t* _stringLiteral2863573642; extern String_t* _stringLiteral2910693353; extern String_t* _stringLiteral985556150; extern String_t* _stringLiteral1528004317; extern String_t* _stringLiteral2817299826; extern String_t* _stringLiteral2703580515; extern String_t* _stringLiteral3957551064; extern const uint32_t SDKEventManager_Share_m2820563827_MetadataUsageId; extern String_t* _stringLiteral992585445; extern String_t* _stringLiteral2868116528; extern const uint32_t SDKEventManager_TwitterShare_m1699966539_MetadataUsageId; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral3153640629; extern String_t* _stringLiteral3202063575; extern String_t* _stringLiteral1521321838; extern const uint32_t SDKEventManager_FaceBookShare_m1182728667_MetadataUsageId; extern String_t* _stringLiteral168267742; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral2034862913; extern const uint32_t SDKEventManager_PickPhoto_m2563492263_MetadataUsageId; extern String_t* _stringLiteral527762091; extern const uint32_t SDKEventManager_PickPhotoWithCrop_m285623823_MetadataUsageId; extern String_t* _stringLiteral2216313814; extern String_t* _stringLiteral459499422; extern const uint32_t SDKEventManager_MultiPickerPhoto_m1345519549_MetadataUsageId; extern String_t* _stringLiteral795317231; extern const uint32_t SDKEventManager_CleanPickerTempFiles_m2807462978_MetadataUsageId; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral4028870068; extern const uint32_t SDKEventManager_ScanMediaToPhoto_m2010959598_MetadataUsageId; extern String_t* _stringLiteral4131055296; extern const uint32_t SDKEventManager_DoCheckObb_m2657797253_MetadataUsageId; extern String_t* _stringLiteral79347; extern String_t* _stringLiteral3668525681; extern const uint32_t SDKEventManager_CheckDomain_m1582141502_MetadataUsageId; extern String_t* _stringLiteral1945042950; extern const uint32_t SDKEventManager_GetChannelCode_m3071182057_MetadataUsageId; extern String_t* _stringLiteral373596869; extern const uint32_t SDKEventManager_GetChannelVersion_m2373208699_MetadataUsageId; extern String_t* _stringLiteral2911006084; extern const uint32_t SDKEventManager_GetProjectId_m2596760794_MetadataUsageId; extern String_t* _stringLiteral2480995328; extern const uint32_t SDKEventManager_GetIMEI_m1801238493_MetadataUsageId; extern String_t* _stringLiteral2075263468; extern const uint32_t SDKEventManager_GetAdCode_m2373921835_MetadataUsageId; extern String_t* _stringLiteral3244241913; extern const uint32_t SDKEventManager_GetSystemVersion_m1370439785_MetadataUsageId; extern String_t* _stringLiteral2858924232; extern const uint32_t SDKEventManager_GetVersionName_m273533337_MetadataUsageId; extern String_t* _stringLiteral2456795330; extern const uint32_t SDKEventManager_GetVersionCode_m1495314435_MetadataUsageId; extern String_t* _stringLiteral3623327722; extern const uint32_t SDKEventManager_GetDeviceModel_m3218426498_MetadataUsageId; extern String_t* _stringLiteral597432790; extern const uint32_t SDKEventManager_GetDeviceMac_m3899914723_MetadataUsageId; extern const uint32_t SDKEventManager_GetDeviceID_m1470197403_MetadataUsageId; extern String_t* _stringLiteral1902562268; extern const uint32_t SDKEventManager_GetBuglyId_m1318642734_MetadataUsageId; extern String_t* _stringLiteral4235844710; extern const uint32_t SDKEventManager_GetCrcValue_m818047948_MetadataUsageId; extern String_t* _stringLiteral2535208996; extern const uint32_t SDKEventManager_GetFirstReportTime_m739712751_MetadataUsageId; extern String_t* _stringLiteral2872690397; extern const uint32_t SDKEventManager_GetGameInfo_m835651039_MetadataUsageId; extern String_t* _stringLiteral285067853; extern const uint32_t SDKEventManager_GetIsEmulator_m3247455669_MetadataUsageId; extern String_t* _stringLiteral1662646229; extern const uint32_t SDKEventManager_GetBatteryLevel_m715600260_MetadataUsageId; extern String_t* _stringLiteral2741728440; extern const uint32_t SDKEventManager_GetSDTotalSize_m335542369_MetadataUsageId; extern String_t* _stringLiteral2778135782; extern const uint32_t SDKEventManager_GetSDAvailableSize_m2756996553_MetadataUsageId; extern String_t* _stringLiteral4224497573; extern const uint32_t SDKEventManager_GetRecRecordState_m2507778406_MetadataUsageId; extern String_t* _stringLiteral2296571115; extern const uint32_t SDKEventManager_GetRecLastVideoDuration_m3567130301_MetadataUsageId; extern String_t* _stringLiteral2329091481; extern const uint32_t SDKEventManager_GetRecLastVideoFileSize_m991997724_MetadataUsageId; extern String_t* _stringLiteral3603521195; extern const uint32_t SDKEventManager_GetRecUploadProgress_m763576345_MetadataUsageId; extern String_t* _stringLiteral1223122463; extern const uint32_t SDKEventManager_GetSDKUid_m2177142618_MetadataUsageId; extern String_t* _stringLiteral3716475959; extern String_t* _stringLiteral3778179986; extern const uint32_t SDKEventManager_StartRecRecord_m3980408763_MetadataUsageId; extern String_t* _stringLiteral2896841; extern const uint32_t SDKEventManager_StopRecRecord_m766877448_MetadataUsageId; extern String_t* _stringLiteral3486085823; extern String_t* _stringLiteral2929219167; extern String_t* _stringLiteral831717268; extern const uint32_t SDKEventManager_UploadRecRecord_m1667864368_MetadataUsageId; extern String_t* _stringLiteral3942337302; extern String_t* _stringLiteral4117383659; extern const uint32_t SDKEventManager_CancelRecRecord_m2843201893_MetadataUsageId; extern String_t* _stringLiteral436889305; extern const uint32_t SDKEventManager_SetRoleId_m1660337104_MetadataUsageId; extern String_t* _stringLiteral1952752065; extern const uint32_t SDKEventManager_SetRoleName_m1955620041_MetadataUsageId; extern String_t* _stringLiteral3539094314; extern const uint32_t SDKEventManager_SetServerName_m4125869351_MetadataUsageId; extern String_t* _stringLiteral1316829227; extern const uint32_t SDKEventManager_SetRoleLevel_m904481045_MetadataUsageId; extern String_t* _stringLiteral3098892627; extern const uint32_t SDKEventManager_SetRoleBalance_m363651596_MetadataUsageId; extern String_t* _stringLiteral1594383058; extern const uint32_t SDKEventManager_SetRoleVip_m3319172565_MetadataUsageId; extern String_t* _stringLiteral2931035376; extern const uint32_t SDKEventManager_SetRoleParty_m1947076438_MetadataUsageId; extern String_t* _stringLiteral999979493; extern const uint32_t SDKEventManager_SetRolePartyId_m2341711604_MetadataUsageId; extern String_t* _stringLiteral589703033; extern const uint32_t SDKEventManager_SetServerID_m4027948990_MetadataUsageId; extern String_t* _stringLiteral2515173405; extern const uint32_t SDKEventManager_SetRoleCreateTime_m1158632014_MetadataUsageId; extern String_t* _stringLiteral2632278432; extern const uint32_t SDKEventManager_SetRoleLevelChangeTime_m478925230_MetadataUsageId; extern String_t* _stringLiteral4260555513; extern const uint32_t SDKEventManager_SetCallbackInfo_m1878446017_MetadataUsageId; extern String_t* _stringLiteral578933698; extern const uint32_t SDKEventManager_SetRoleProfession_m3692974174_MetadataUsageId; extern String_t* _stringLiteral1605472720; extern const uint32_t SDKEventManager_SetRoleRealNameAuth_m1695587219_MetadataUsageId; extern String_t* _stringLiteral2143290860; extern String_t* _stringLiteral3041098422; extern const uint32_t SDKEventManager_SetLanguage_m1015688153_MetadataUsageId; extern String_t* _stringLiteral2184950472; extern const uint32_t SDKEventManager_SaveGameInfo_m415294402_MetadataUsageId; extern String_t* _stringLiteral2600271970; extern String_t* _stringLiteral1064707879; extern const uint32_t SDKEventManager_DoVoiceTranslate_m648900689_MetadataUsageId; extern String_t* _stringLiteral3891428835; extern const uint32_t SDKEventManager_DoVoiceRecordStart_m1610923261_MetadataUsageId; extern String_t* _stringLiteral1222147553; extern const uint32_t SDKEventManager_DoVoiceRecordStop_m2163374421_MetadataUsageId; extern String_t* _stringLiteral418269585; extern const uint32_t SDKEventManager_DoVoiceUpload_m3745281936_MetadataUsageId; extern String_t* _stringLiteral4118854479; extern String_t* _stringLiteral3763993814; extern const uint32_t SDKEventManager_DoVoiceDownload_m818051850_MetadataUsageId; extern String_t* _stringLiteral702923391; extern const uint32_t SDKEventManager_DoVoicePlay_m1179547232_MetadataUsageId; extern String_t* _stringLiteral65273139; extern const uint32_t SDKEventManager_DoVoicePlayStop_m1090481308_MetadataUsageId; extern String_t* _stringLiteral2052590085; extern const uint32_t SDKEventManager_ErrorStorage_m2684846180_MetadataUsageId; extern String_t* _stringLiteral3176369768; extern String_t* _stringLiteral4260522777; extern String_t* _stringLiteral2939037375; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral2253722970; extern String_t* _stringLiteral1191178036; extern String_t* _stringLiteral544230528; extern String_t* _stringLiteral436888121; extern String_t* _stringLiteral1952750881; extern String_t* _stringLiteral1316790219; extern String_t* _stringLiteral2412127129; extern String_t* _stringLiteral3539061770; extern String_t* _stringLiteral1392137683; extern const uint32_t SDKEventManager_Recharge_m519669061_MetadataUsageId; extern String_t* _stringLiteral2899865430; extern const uint32_t SDKEventManager_Init_m3570319401_MetadataUsageId; extern String_t* _stringLiteral708113071; extern String_t* _stringLiteral79689389; extern const uint32_t SDKEventManager_CheckToken_m1178355864_MetadataUsageId; extern String_t* _stringLiteral2966465180; extern String_t* _stringLiteral633429172; extern String_t* _stringLiteral2945258001; extern String_t* _stringLiteral3418251720; extern const uint32_t SDKEventManager_Init_m4122246116_MetadataUsageId; extern String_t* _stringLiteral909941649; extern const uint32_t SDKEventManager_Init_m3642875925_MetadataUsageId; extern String_t* _stringLiteral2500494480; extern String_t* _stringLiteral2759224856; extern const uint32_t SDKEventManager_ShowRealNameRegister_m3883521742_MetadataUsageId; extern String_t* _stringLiteral1699463504; extern String_t* _stringLiteral1848436376; extern const uint32_t SDKEventManager_CertificationState_m2864730_MetadataUsageId; extern String_t* _stringLiteral4147418726; extern const uint32_t SDKEventManager_ShowAntiAddictionQuery_m3963045103_MetadataUsageId; extern String_t* _stringLiteral582533367; extern const uint32_t SDKEventManager_ShowUserHome_m1233514715_MetadataUsageId; extern String_t* _stringLiteral2915180034; extern const uint32_t SDKEventManager_Logout_m2927447729_MetadataUsageId; extern String_t* _stringLiteral730948873; extern const uint32_t SDKEventManager_Login_m1435818543_MetadataUsageId; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral3856475194; extern String_t* _stringLiteral2849471109; extern const uint32_t SDKEventManager_EnterGame_m3158873838_MetadataUsageId; extern String_t* _stringLiteral1779648930; extern const uint32_t SDKEventManager_CreateRole_m57758726_MetadataUsageId; extern String_t* _stringLiteral895295755; extern const uint32_t SDKEventManager_LevelChange_m2014098220_MetadataUsageId; extern String_t* _stringLiteral1197467290; extern const uint32_t SDKEventManager_Exit_m3600596637_MetadataUsageId; extern String_t* _stringLiteral2399351636; extern const uint32_t SDKEventManager_CloseSplash_m2725124911_MetadataUsageId; extern String_t* _stringLiteral2984293695; extern String_t* _stringLiteral1873865504; extern String_t* _stringLiteral3623621693; extern const uint32_t SDKEventManager_UpdataScore_m1955526945_MetadataUsageId; extern String_t* _stringLiteral3714196572; extern const uint32_t SDKEventManager_CheckVersion_m564968843_MetadataUsageId; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral2704022029; extern const uint32_t SDKEventManager_ShowFloat_m2430931335_MetadataUsageId; extern String_t* _stringLiteral1602046662; extern String_t* _stringLiteral3769996065; extern String_t* _stringLiteral2098773151; extern String_t* _stringLiteral2947611015; extern String_t* _stringLiteral1851569016; extern const uint32_t SDKEventManager_AppflyerTrackPurchaseEvent_m1708988618_MetadataUsageId; extern String_t* _stringLiteral2804043723; extern const uint32_t SDKEventManager_AppflyerTrackCompleteRegistration_m1964037868_MetadataUsageId; extern String_t* _stringLiteral2735527201; extern const uint32_t SDKEventManager_AppflyerTrackCreateRoleEvent_m2176609187_MetadataUsageId; extern String_t* _stringLiteral1232840130; extern String_t* _stringLiteral1439762725; extern const uint32_t SDKEventManager_AppflyerTrackLevelEvent_m931549603_MetadataUsageId; extern String_t* _stringLiteral3675472147; extern const uint32_t SDKEventManager_AppflyerTrackLoginEvent_m216217278_MetadataUsageId; extern String_t* _stringLiteral1750456303; extern const uint32_t SDKEventManager_AppflyerTrackUpdateEvent_m3679353831_MetadataUsageId; extern String_t* _stringLiteral2303576922; extern String_t* _stringLiteral4225460215; extern const uint32_t SDKEventManager_AppflyerTrackSelfDefine_m163789597_MetadataUsageId; extern String_t* _stringLiteral1239585427; extern String_t* _stringLiteral3302055740; extern String_t* _stringLiteral3636921009; extern const uint32_t SDKEventManager_PartyBuy_m3797022459_MetadataUsageId; extern String_t* _stringLiteral1556892318; extern String_t* _stringLiteral2393857664; extern const uint32_t SDKEventManager_PartyRegister_m3382306470_MetadataUsageId; extern String_t* _stringLiteral1470875945; extern String_t* _stringLiteral1521965695; extern const uint32_t SDKEventManager_PartyLogin_m399586611_MetadataUsageId; extern String_t* _stringLiteral2582482684; extern String_t* _stringLiteral3464244465; extern const uint32_t SDKEventManager_PartyLevel_m2877133841_MetadataUsageId; extern String_t* _stringLiteral1105192868; extern const uint32_t SDKEventManager_PartyCustomEvent_m2440462315_MetadataUsageId; extern String_t* _stringLiteral2678549934; extern const uint32_t SDKEventManager_PartyCustomParam_m1415063775_MetadataUsageId; extern String_t* _stringLiteral2580056110; extern const uint32_t SDKEventManager_PartyDisableAdOptimize_m2494777344_MetadataUsageId; extern String_t* _stringLiteral75581964; extern String_t* _stringLiteral2006314719; extern String_t* _stringLiteral11797614; extern const uint32_t SDKEventManager_PartySetGooglePlayAdIdFunction_m3888316461_MetadataUsageId; extern String_t* _stringLiteral734034891; extern String_t* _stringLiteral63249541; extern String_t* _stringLiteral660661157; extern String_t* _stringLiteral2730726283; extern const uint32_t SDKEventManager_GMSStatisticsRegister_m1380387075_MetadataUsageId; extern String_t* _stringLiteral1631193696; extern String_t* _stringLiteral3220737639; extern String_t* _stringLiteral2582321680; extern const uint32_t SDKEventManager_GMSStatisticsTransaction_m3608771357_MetadataUsageId; extern String_t* _stringLiteral3216189490; extern String_t* _stringLiteral4028742039; extern String_t* _stringLiteral1448248653; extern String_t* _stringLiteral1742570460; extern const uint32_t SDKEventManager_awardInviteActive_m2195625456_MetadataUsageId; extern String_t* _stringLiteral2652701917; extern String_t* _stringLiteral1482246574; extern const uint32_t SDKEventManager_awardInviteInfo_m3948158362_MetadataUsageId; extern String_t* _stringLiteral811430272; extern String_t* _stringLiteral3562490116; extern String_t* _stringLiteral499277252; extern const uint32_t SDKEventManager_awardTake_m825349730_MetadataUsageId; extern String_t* _stringLiteral3857777218; extern String_t* _stringLiteral3945516989; extern const uint32_t SDKEventManager_awardInfo_m1741771605_MetadataUsageId; extern String_t* _stringLiteral3993653901; extern String_t* _stringLiteral615306525; extern const uint32_t SDKEventManager_awardInviteRole_m3143883097_MetadataUsageId; extern String_t* _stringLiteral4125260881; extern String_t* _stringLiteral992413616; extern String_t* _stringLiteral689584743; extern String_t* _stringLiteral369312321; extern const uint32_t SDKEventManager_CollectNetworkError_m1681359784_MetadataUsageId; extern String_t* _stringLiteral1203812; extern String_t* _stringLiteral3282855164; extern String_t* _stringLiteral393897380; extern String_t* _stringLiteral1788732436; extern String_t* _stringLiteral3731096383; extern String_t* _stringLiteral816204031; extern String_t* _stringLiteral2806165091; extern const uint32_t SDKEventManager_CollectGameBehaviour_m3755292765_MetadataUsageId; extern String_t* _stringLiteral844729894; extern String_t* _stringLiteral3153563944; extern String_t* _stringLiteral2448607651; extern const uint32_t SDKEventManager_CollectGameDownload_m4172150071_MetadataUsageId; extern String_t* _stringLiteral3499122712; extern String_t* _stringLiteral3305495824; extern String_t* _stringLiteral1591469579; extern const uint32_t SDKEventManager_CollectGameStart_m2328995213_MetadataUsageId; extern String_t* _stringLiteral737575732; extern const uint32_t SDKEventManager_FaceBookLogin_m28812810_MetadataUsageId; extern String_t* _stringLiteral4181472822; extern const uint32_t SDKEventManager_GetFBIsLogin_m899351081_MetadataUsageId; extern String_t* _stringLiteral113549855; extern const uint32_t SDKEventManager_FBRegisterCompleted_m2927104625_MetadataUsageId; extern String_t* _stringLiteral492726593; extern const uint32_t SDKEventManager_FBTrackLevel_m98963635_MetadataUsageId; extern String_t* _stringLiteral1252984078; extern String_t* _stringLiteral2695572806; extern const uint32_t SDKEventManager_FBTrackBuy_m2588283218_MetadataUsageId; extern String_t* _stringLiteral465727027; extern String_t* _stringLiteral539950414; extern String_t* _stringLiteral3996788075; extern const uint32_t SDKEventManager_FBInvite_m620317837_MetadataUsageId; extern String_t* _stringLiteral163452348; extern const uint32_t SDKEventManager_QueryFBFriendList_m1062966581_MetadataUsageId; extern String_t* _stringLiteral2538259330; extern const uint32_t SDKEventManager_ShowAccountManager_m327367033_MetadataUsageId; extern String_t* _stringLiteral696500043; extern const uint32_t SDKEventManager_NaverBind_m162733282_MetadataUsageId; extern String_t* _stringLiteral3230858709; extern const uint32_t SDKEventManager_OpenCafeForum_m3117028437_MetadataUsageId; extern String_t* _stringLiteral422821273; extern const uint32_t SDKEventManager_ServerLogin_m604265748_MetadataUsageId; extern String_t* _stringLiteral3656716131; extern const uint32_t SDKEventManager_QueryNaverBindStatus_m3567955495_MetadataUsageId; extern String_t* _stringLiteral3269553913; extern String_t* _stringLiteral435680654; extern String_t* _stringLiteral311822864; extern String_t* _stringLiteral3080155973; extern const uint32_t SDKEventManager_SendRddmStart_m887581884_MetadataUsageId; extern String_t* _stringLiteral860160576; extern String_t* _stringLiteral869972491; extern String_t* _stringLiteral3452614544; extern const uint32_t SDKEventManager_SendRddmEnd_m2017689497_MetadataUsageId; extern String_t* _stringLiteral3182899885; extern const uint32_t SDKEventManager_SendDBVersionEnd_m1334892118_MetadataUsageId; extern String_t* _stringLiteral3051565694; extern const uint32_t SDKEventManager_SendTextEnd_m3531977619_MetadataUsageId; extern String_t* _stringLiteral892763384; extern const uint32_t SDKEventManager_SendLoginStart_m868534246_MetadataUsageId; extern String_t* _stringLiteral3936430694; extern const uint32_t SDKEventManager_SendLoginStartClicked_m1220851005_MetadataUsageId; extern String_t* _stringLiteral2315687028; extern String_t* _stringLiteral4192001722; extern const uint32_t SDKEventManager_SendLoginSDKSuccess_m824563652_MetadataUsageId; extern String_t* _stringLiteral2686216175; extern String_t* _stringLiteral2236067364; extern String_t* _stringLiteral3014018045; extern String_t* _stringLiteral975996109; extern String_t* _stringLiteral3567657346; extern String_t* _stringLiteral3666052803; extern const uint32_t SDKEventManager_SendLoginResult_m3955800188_MetadataUsageId; extern const uint32_t SDKEventManager_SendCreateRoleResult_m2773874863_MetadataUsageId; extern String_t* _stringLiteral1902322755; extern const uint32_t SDKEventManager_SendEnterHall_m1494826582_MetadataUsageId; extern String_t* _stringLiteral1012724807; extern String_t* _stringLiteral1730892604; extern String_t* _stringLiteral260869325; extern String_t* _stringLiteral593613704; extern String_t* _stringLiteral3194971418; extern const uint32_t SDKEventManager_SendWatchADType_m1092334433_MetadataUsageId; extern RuntimeClass* CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1333351321; extern String_t* _stringLiteral3456546791; extern String_t* _stringLiteral3409200350; extern const uint32_t SDKEventManager_CreateJsonRoot_m3997786708_MetadataUsageId; extern String_t* _stringLiteral4045586754; extern const uint32_t SDKEventManager_SendDataCollection_m1140083305_MetadataUsageId; extern const uint32_t SDKEventManager__cctor_m3616348329_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct _ProcDelegateU5BU5D_t2947363969; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; struct MarryInfoU5BU5D_t2945537923; struct CharU5BU5D_t3528271667; struct UInt64U5BU5D_t1659327989; struct UInt32U5BU5D_t2770800703; struct MemberInfoU5BU5D_t3990892796; struct RoomInfoU5BU5D_t2555657096; struct Int32U5BU5D_t385246372; struct Vector3U5BU5D_t1718750761; struct ColorU5BU5D_t941916413; struct Vector2U5BU5D_t1457185986; struct Color32U5BU5D_t3850468773; struct GameObjectU5BU5D_t3328599146; #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 #ifndef CCHANGEGAMEMANAGER_T2081989347_H #define CCHANGEGAMEMANAGER_T2081989347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeGameManager struct CChangeGameManager_t2081989347 : public RuntimeObject { public: // DMCore.Logic.CChangeGameManager/OnShopListChanged DMCore.Logic.CChangeGameManager::ShopListChanged OnShopListChanged_t2987809885 * ___ShopListChanged_0; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_PartRewardList List_1_t3454575947 * ___m_PartRewardList_2; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_finalist List_1_t3454575947 * ___m_finalist_3; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_List List_1_t3768009848 * ___m_List_4; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_rankListInfo List_1_t3330140190 * ___m_rankListInfo_5; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_gamePageInfo List_1_t2959980932 * ___m_gamePageInfo_6; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CChangeGameManager::m_ThemeData Dictionary_2_t1848694263 * ___m_ThemeData_7; // CDataModelBool DMCore.Logic.CChangeGameManager::ThemeGetMsg CDataModelBool_t2269476966 * ___ThemeGetMsg_8; // System.Int32 DMCore.Logic.CChangeGameManager::stage int32_t ___stage_9; // System.Boolean DMCore.Logic.CChangeGameManager::b_isClkRank bool ___b_isClkRank_10; // System.Boolean DMCore.Logic.CChangeGameManager::b_isSign bool ___b_isSign_11; // System.Int32 DMCore.Logic.CChangeGameManager::m_bagMaxCount int32_t ___m_bagMaxCount_12; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_travelBagId List_1_t128053199 * ___m_travelBagId_13; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_propsList List_1_t128053199 * ___m_propsList_14; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_suitcaseList List_1_t128053199 * ___m_suitcaseList_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_assembleListInfo Dictionary_2_t2125489543 * ___m_assembleListInfo_16; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_dressListId List_1_t128053199 * ___m_dressListId_17; // System.Int32 DMCore.Logic.CChangeGameManager::m_selectedTheme int32_t ___m_selectedTheme_18; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_reviewListInfo List_1_t2386912134 * ___m_reviewListInfo_19; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_themeDressId Dictionary_2_t4098518019 * ___m_themeDressId_20; // System.Collections.Generic.List`1[] DMCore.Logic.CChangeGameManager::GroupAll List_1U5BU5D_t3580830742* ___GroupAll_21; // System.Int32 DMCore.Logic.CChangeGameManager::m_diffTime int32_t ___m_diffTime_22; // System.String DMCore.Logic.CChangeGameManager::m_EndTime String_t* ___m_EndTime_23; // System.Boolean DMCore.Logic.CChangeGameManager::b_isChange bool ___b_isChange_24; // CDataModelBool DMCore.Logic.CChangeGameManager::m_SuitcaseGetMsg CDataModelBool_t2269476966 * ___m_SuitcaseGetMsg_25; // CDataModelBool DMCore.Logic.CChangeGameManager::CStartVoteMsg CDataModelBool_t2269476966 * ___CStartVoteMsg_26; // CDataModelBool DMCore.Logic.CChangeGameManager::CRankState CDataModelBool_t2269476966 * ___CRankState_27; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_awardList List_1_t4158936807 * ___m_awardList_28; // DMCore.Logic.ThemeInfo DMCore.Logic.CChangeGameManager::m_themeInfo ThemeInfo_t1099106658 * ___m_themeInfo_29; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_submitVoteDic Dictionary_2_t1839659084 * ___m_submitVoteDic_30; // System.Boolean DMCore.Logic.CChangeGameManager::IsDraw bool ___IsDraw_31; // System.Boolean DMCore.Logic.CChangeGameManager::m_IsOpen bool ___m_IsOpen_32; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_shopList List_1_t3369058668 * ___m_shopList_33; public: inline static int32_t get_offset_of_ShopListChanged_0() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___ShopListChanged_0)); } inline OnShopListChanged_t2987809885 * get_ShopListChanged_0() const { return ___ShopListChanged_0; } inline OnShopListChanged_t2987809885 ** get_address_of_ShopListChanged_0() { return &___ShopListChanged_0; } inline void set_ShopListChanged_0(OnShopListChanged_t2987809885 * value) { ___ShopListChanged_0 = value; Il2CppCodeGenWriteBarrier((&___ShopListChanged_0), value); } inline static int32_t get_offset_of_m_PartRewardList_2() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_PartRewardList_2)); } inline List_1_t3454575947 * get_m_PartRewardList_2() const { return ___m_PartRewardList_2; } inline List_1_t3454575947 ** get_address_of_m_PartRewardList_2() { return &___m_PartRewardList_2; } inline void set_m_PartRewardList_2(List_1_t3454575947 * value) { ___m_PartRewardList_2 = value; Il2CppCodeGenWriteBarrier((&___m_PartRewardList_2), value); } inline static int32_t get_offset_of_m_finalist_3() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_finalist_3)); } inline List_1_t3454575947 * get_m_finalist_3() const { return ___m_finalist_3; } inline List_1_t3454575947 ** get_address_of_m_finalist_3() { return &___m_finalist_3; } inline void set_m_finalist_3(List_1_t3454575947 * value) { ___m_finalist_3 = value; Il2CppCodeGenWriteBarrier((&___m_finalist_3), value); } inline static int32_t get_offset_of_m_List_4() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_List_4)); } inline List_1_t3768009848 * get_m_List_4() const { return ___m_List_4; } inline List_1_t3768009848 ** get_address_of_m_List_4() { return &___m_List_4; } inline void set_m_List_4(List_1_t3768009848 * value) { ___m_List_4 = value; Il2CppCodeGenWriteBarrier((&___m_List_4), value); } inline static int32_t get_offset_of_m_rankListInfo_5() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_rankListInfo_5)); } inline List_1_t3330140190 * get_m_rankListInfo_5() const { return ___m_rankListInfo_5; } inline List_1_t3330140190 ** get_address_of_m_rankListInfo_5() { return &___m_rankListInfo_5; } inline void set_m_rankListInfo_5(List_1_t3330140190 * value) { ___m_rankListInfo_5 = value; Il2CppCodeGenWriteBarrier((&___m_rankListInfo_5), value); } inline static int32_t get_offset_of_m_gamePageInfo_6() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_gamePageInfo_6)); } inline List_1_t2959980932 * get_m_gamePageInfo_6() const { return ___m_gamePageInfo_6; } inline List_1_t2959980932 ** get_address_of_m_gamePageInfo_6() { return &___m_gamePageInfo_6; } inline void set_m_gamePageInfo_6(List_1_t2959980932 * value) { ___m_gamePageInfo_6 = value; Il2CppCodeGenWriteBarrier((&___m_gamePageInfo_6), value); } inline static int32_t get_offset_of_m_ThemeData_7() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_ThemeData_7)); } inline Dictionary_2_t1848694263 * get_m_ThemeData_7() const { return ___m_ThemeData_7; } inline Dictionary_2_t1848694263 ** get_address_of_m_ThemeData_7() { return &___m_ThemeData_7; } inline void set_m_ThemeData_7(Dictionary_2_t1848694263 * value) { ___m_ThemeData_7 = value; Il2CppCodeGenWriteBarrier((&___m_ThemeData_7), value); } inline static int32_t get_offset_of_ThemeGetMsg_8() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___ThemeGetMsg_8)); } inline CDataModelBool_t2269476966 * get_ThemeGetMsg_8() const { return ___ThemeGetMsg_8; } inline CDataModelBool_t2269476966 ** get_address_of_ThemeGetMsg_8() { return &___ThemeGetMsg_8; } inline void set_ThemeGetMsg_8(CDataModelBool_t2269476966 * value) { ___ThemeGetMsg_8 = value; Il2CppCodeGenWriteBarrier((&___ThemeGetMsg_8), value); } inline static int32_t get_offset_of_stage_9() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___stage_9)); } inline int32_t get_stage_9() const { return ___stage_9; } inline int32_t* get_address_of_stage_9() { return &___stage_9; } inline void set_stage_9(int32_t value) { ___stage_9 = value; } inline static int32_t get_offset_of_b_isClkRank_10() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isClkRank_10)); } inline bool get_b_isClkRank_10() const { return ___b_isClkRank_10; } inline bool* get_address_of_b_isClkRank_10() { return &___b_isClkRank_10; } inline void set_b_isClkRank_10(bool value) { ___b_isClkRank_10 = value; } inline static int32_t get_offset_of_b_isSign_11() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isSign_11)); } inline bool get_b_isSign_11() const { return ___b_isSign_11; } inline bool* get_address_of_b_isSign_11() { return &___b_isSign_11; } inline void set_b_isSign_11(bool value) { ___b_isSign_11 = value; } inline static int32_t get_offset_of_m_bagMaxCount_12() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_bagMaxCount_12)); } inline int32_t get_m_bagMaxCount_12() const { return ___m_bagMaxCount_12; } inline int32_t* get_address_of_m_bagMaxCount_12() { return &___m_bagMaxCount_12; } inline void set_m_bagMaxCount_12(int32_t value) { ___m_bagMaxCount_12 = value; } inline static int32_t get_offset_of_m_travelBagId_13() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_travelBagId_13)); } inline List_1_t128053199 * get_m_travelBagId_13() const { return ___m_travelBagId_13; } inline List_1_t128053199 ** get_address_of_m_travelBagId_13() { return &___m_travelBagId_13; } inline void set_m_travelBagId_13(List_1_t128053199 * value) { ___m_travelBagId_13 = value; Il2CppCodeGenWriteBarrier((&___m_travelBagId_13), value); } inline static int32_t get_offset_of_m_propsList_14() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_propsList_14)); } inline List_1_t128053199 * get_m_propsList_14() const { return ___m_propsList_14; } inline List_1_t128053199 ** get_address_of_m_propsList_14() { return &___m_propsList_14; } inline void set_m_propsList_14(List_1_t128053199 * value) { ___m_propsList_14 = value; Il2CppCodeGenWriteBarrier((&___m_propsList_14), value); } inline static int32_t get_offset_of_m_suitcaseList_15() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_suitcaseList_15)); } inline List_1_t128053199 * get_m_suitcaseList_15() const { return ___m_suitcaseList_15; } inline List_1_t128053199 ** get_address_of_m_suitcaseList_15() { return &___m_suitcaseList_15; } inline void set_m_suitcaseList_15(List_1_t128053199 * value) { ___m_suitcaseList_15 = value; Il2CppCodeGenWriteBarrier((&___m_suitcaseList_15), value); } inline static int32_t get_offset_of_m_assembleListInfo_16() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_assembleListInfo_16)); } inline Dictionary_2_t2125489543 * get_m_assembleListInfo_16() const { return ___m_assembleListInfo_16; } inline Dictionary_2_t2125489543 ** get_address_of_m_assembleListInfo_16() { return &___m_assembleListInfo_16; } inline void set_m_assembleListInfo_16(Dictionary_2_t2125489543 * value) { ___m_assembleListInfo_16 = value; Il2CppCodeGenWriteBarrier((&___m_assembleListInfo_16), value); } inline static int32_t get_offset_of_m_dressListId_17() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_dressListId_17)); } inline List_1_t128053199 * get_m_dressListId_17() const { return ___m_dressListId_17; } inline List_1_t128053199 ** get_address_of_m_dressListId_17() { return &___m_dressListId_17; } inline void set_m_dressListId_17(List_1_t128053199 * value) { ___m_dressListId_17 = value; Il2CppCodeGenWriteBarrier((&___m_dressListId_17), value); } inline static int32_t get_offset_of_m_selectedTheme_18() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_selectedTheme_18)); } inline int32_t get_m_selectedTheme_18() const { return ___m_selectedTheme_18; } inline int32_t* get_address_of_m_selectedTheme_18() { return &___m_selectedTheme_18; } inline void set_m_selectedTheme_18(int32_t value) { ___m_selectedTheme_18 = value; } inline static int32_t get_offset_of_m_reviewListInfo_19() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_reviewListInfo_19)); } inline List_1_t2386912134 * get_m_reviewListInfo_19() const { return ___m_reviewListInfo_19; } inline List_1_t2386912134 ** get_address_of_m_reviewListInfo_19() { return &___m_reviewListInfo_19; } inline void set_m_reviewListInfo_19(List_1_t2386912134 * value) { ___m_reviewListInfo_19 = value; Il2CppCodeGenWriteBarrier((&___m_reviewListInfo_19), value); } inline static int32_t get_offset_of_m_themeDressId_20() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_themeDressId_20)); } inline Dictionary_2_t4098518019 * get_m_themeDressId_20() const { return ___m_themeDressId_20; } inline Dictionary_2_t4098518019 ** get_address_of_m_themeDressId_20() { return &___m_themeDressId_20; } inline void set_m_themeDressId_20(Dictionary_2_t4098518019 * value) { ___m_themeDressId_20 = value; Il2CppCodeGenWriteBarrier((&___m_themeDressId_20), value); } inline static int32_t get_offset_of_GroupAll_21() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___GroupAll_21)); } inline List_1U5BU5D_t3580830742* get_GroupAll_21() const { return ___GroupAll_21; } inline List_1U5BU5D_t3580830742** get_address_of_GroupAll_21() { return &___GroupAll_21; } inline void set_GroupAll_21(List_1U5BU5D_t3580830742* value) { ___GroupAll_21 = value; Il2CppCodeGenWriteBarrier((&___GroupAll_21), value); } inline static int32_t get_offset_of_m_diffTime_22() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_diffTime_22)); } inline int32_t get_m_diffTime_22() const { return ___m_diffTime_22; } inline int32_t* get_address_of_m_diffTime_22() { return &___m_diffTime_22; } inline void set_m_diffTime_22(int32_t value) { ___m_diffTime_22 = value; } inline static int32_t get_offset_of_m_EndTime_23() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_EndTime_23)); } inline String_t* get_m_EndTime_23() const { return ___m_EndTime_23; } inline String_t** get_address_of_m_EndTime_23() { return &___m_EndTime_23; } inline void set_m_EndTime_23(String_t* value) { ___m_EndTime_23 = value; Il2CppCodeGenWriteBarrier((&___m_EndTime_23), value); } inline static int32_t get_offset_of_b_isChange_24() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isChange_24)); } inline bool get_b_isChange_24() const { return ___b_isChange_24; } inline bool* get_address_of_b_isChange_24() { return &___b_isChange_24; } inline void set_b_isChange_24(bool value) { ___b_isChange_24 = value; } inline static int32_t get_offset_of_m_SuitcaseGetMsg_25() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_SuitcaseGetMsg_25)); } inline CDataModelBool_t2269476966 * get_m_SuitcaseGetMsg_25() const { return ___m_SuitcaseGetMsg_25; } inline CDataModelBool_t2269476966 ** get_address_of_m_SuitcaseGetMsg_25() { return &___m_SuitcaseGetMsg_25; } inline void set_m_SuitcaseGetMsg_25(CDataModelBool_t2269476966 * value) { ___m_SuitcaseGetMsg_25 = value; Il2CppCodeGenWriteBarrier((&___m_SuitcaseGetMsg_25), value); } inline static int32_t get_offset_of_CStartVoteMsg_26() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___CStartVoteMsg_26)); } inline CDataModelBool_t2269476966 * get_CStartVoteMsg_26() const { return ___CStartVoteMsg_26; } inline CDataModelBool_t2269476966 ** get_address_of_CStartVoteMsg_26() { return &___CStartVoteMsg_26; } inline void set_CStartVoteMsg_26(CDataModelBool_t2269476966 * value) { ___CStartVoteMsg_26 = value; Il2CppCodeGenWriteBarrier((&___CStartVoteMsg_26), value); } inline static int32_t get_offset_of_CRankState_27() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___CRankState_27)); } inline CDataModelBool_t2269476966 * get_CRankState_27() const { return ___CRankState_27; } inline CDataModelBool_t2269476966 ** get_address_of_CRankState_27() { return &___CRankState_27; } inline void set_CRankState_27(CDataModelBool_t2269476966 * value) { ___CRankState_27 = value; Il2CppCodeGenWriteBarrier((&___CRankState_27), value); } inline static int32_t get_offset_of_m_awardList_28() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_awardList_28)); } inline List_1_t4158936807 * get_m_awardList_28() const { return ___m_awardList_28; } inline List_1_t4158936807 ** get_address_of_m_awardList_28() { return &___m_awardList_28; } inline void set_m_awardList_28(List_1_t4158936807 * value) { ___m_awardList_28 = value; Il2CppCodeGenWriteBarrier((&___m_awardList_28), value); } inline static int32_t get_offset_of_m_themeInfo_29() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_themeInfo_29)); } inline ThemeInfo_t1099106658 * get_m_themeInfo_29() const { return ___m_themeInfo_29; } inline ThemeInfo_t1099106658 ** get_address_of_m_themeInfo_29() { return &___m_themeInfo_29; } inline void set_m_themeInfo_29(ThemeInfo_t1099106658 * value) { ___m_themeInfo_29 = value; Il2CppCodeGenWriteBarrier((&___m_themeInfo_29), value); } inline static int32_t get_offset_of_m_submitVoteDic_30() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_submitVoteDic_30)); } inline Dictionary_2_t1839659084 * get_m_submitVoteDic_30() const { return ___m_submitVoteDic_30; } inline Dictionary_2_t1839659084 ** get_address_of_m_submitVoteDic_30() { return &___m_submitVoteDic_30; } inline void set_m_submitVoteDic_30(Dictionary_2_t1839659084 * value) { ___m_submitVoteDic_30 = value; Il2CppCodeGenWriteBarrier((&___m_submitVoteDic_30), value); } inline static int32_t get_offset_of_IsDraw_31() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___IsDraw_31)); } inline bool get_IsDraw_31() const { return ___IsDraw_31; } inline bool* get_address_of_IsDraw_31() { return &___IsDraw_31; } inline void set_IsDraw_31(bool value) { ___IsDraw_31 = value; } inline static int32_t get_offset_of_m_IsOpen_32() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_IsOpen_32)); } inline bool get_m_IsOpen_32() const { return ___m_IsOpen_32; } inline bool* get_address_of_m_IsOpen_32() { return &___m_IsOpen_32; } inline void set_m_IsOpen_32(bool value) { ___m_IsOpen_32 = value; } inline static int32_t get_offset_of_m_shopList_33() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_shopList_33)); } inline List_1_t3369058668 * get_m_shopList_33() const { return ___m_shopList_33; } inline List_1_t3369058668 ** get_address_of_m_shopList_33() { return &___m_shopList_33; } inline void set_m_shopList_33(List_1_t3369058668 * value) { ___m_shopList_33 = value; Il2CppCodeGenWriteBarrier((&___m_shopList_33), value); } }; struct CChangeGameManager_t2081989347_StaticFields { public: // DMCore.Logic.CChangeGameManager DMCore.Logic.CChangeGameManager::s_Instance CChangeGameManager_t2081989347 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CChangeGameManager_t2081989347_StaticFields, ___s_Instance_1)); } inline CChangeGameManager_t2081989347 * get_s_Instance_1() const { return ___s_Instance_1; } inline CChangeGameManager_t2081989347 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CChangeGameManager_t2081989347 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGEGAMEMANAGER_T2081989347_H #ifndef CWISHFOUNTAINMGR_T2594140948_H #define CWISHFOUNTAINMGR_T2594140948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWishFountainMgr struct CWishFountainMgr_t2594140948 : public RuntimeObject { public: // DMCore.Logic.CWishFountainMgr/OnShopListChanged DMCore.Logic.CWishFountainMgr::ShopListChanged OnShopListChanged_t2776790831 * ___ShopListChanged_0; // DMCore.Logic.TreviType DMCore.Logic.CWishFountainMgr::k__BackingField TreviType_t2222439988 * ___U3CcurTreviTypeU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CWishFountainMgr::k__BackingField bool ___U3CLegendItemDataReadyU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CWishFountainMgr::k__BackingField bool ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CWishFountainMgr::m_bIfChanged bool ___m_bIfChanged_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWishFountainMgr::m_drawData Dictionary_2_t1764937221 * ___m_drawData_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWishFountainMgr::m_DisplayData Dictionary_2_t2807764417 * ___m_DisplayData_7; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CWishFountainMgr::m_shopData Dictionary_2_t840632218 * ___m_shopData_8; // System.Collections.Generic.List`1 DMCore.Logic.CWishFountainMgr::m_TreviList List_1_t3694514730 * ___m_TreviList_9; // System.Collections.Generic.List`1 DMCore.Logic.CWishFountainMgr::m_CopyTreviList List_1_t3694514730 * ___m_CopyTreviList_10; public: inline static int32_t get_offset_of_ShopListChanged_0() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___ShopListChanged_0)); } inline OnShopListChanged_t2776790831 * get_ShopListChanged_0() const { return ___ShopListChanged_0; } inline OnShopListChanged_t2776790831 ** get_address_of_ShopListChanged_0() { return &___ShopListChanged_0; } inline void set_ShopListChanged_0(OnShopListChanged_t2776790831 * value) { ___ShopListChanged_0 = value; Il2CppCodeGenWriteBarrier((&___ShopListChanged_0), value); } inline static int32_t get_offset_of_U3CcurTreviTypeU3Ek__BackingField_1() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CcurTreviTypeU3Ek__BackingField_1)); } inline TreviType_t2222439988 * get_U3CcurTreviTypeU3Ek__BackingField_1() const { return ___U3CcurTreviTypeU3Ek__BackingField_1; } inline TreviType_t2222439988 ** get_address_of_U3CcurTreviTypeU3Ek__BackingField_1() { return &___U3CcurTreviTypeU3Ek__BackingField_1; } inline void set_U3CcurTreviTypeU3Ek__BackingField_1(TreviType_t2222439988 * value) { ___U3CcurTreviTypeU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CcurTreviTypeU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CLegendItemDataReadyU3Ek__BackingField_2() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CLegendItemDataReadyU3Ek__BackingField_2)); } inline bool get_U3CLegendItemDataReadyU3Ek__BackingField_2() const { return ___U3CLegendItemDataReadyU3Ek__BackingField_2; } inline bool* get_address_of_U3CLegendItemDataReadyU3Ek__BackingField_2() { return &___U3CLegendItemDataReadyU3Ek__BackingField_2; } inline void set_U3CLegendItemDataReadyU3Ek__BackingField_2(bool value) { ___U3CLegendItemDataReadyU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3)); } inline bool get_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() const { return ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() { return &___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; } inline void set_U3CIsLegendItemTimesChangedU3Ek__BackingField_3(bool value) { ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_bIfChanged_5() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_bIfChanged_5)); } inline bool get_m_bIfChanged_5() const { return ___m_bIfChanged_5; } inline bool* get_address_of_m_bIfChanged_5() { return &___m_bIfChanged_5; } inline void set_m_bIfChanged_5(bool value) { ___m_bIfChanged_5 = value; } inline static int32_t get_offset_of_m_drawData_6() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_drawData_6)); } inline Dictionary_2_t1764937221 * get_m_drawData_6() const { return ___m_drawData_6; } inline Dictionary_2_t1764937221 ** get_address_of_m_drawData_6() { return &___m_drawData_6; } inline void set_m_drawData_6(Dictionary_2_t1764937221 * value) { ___m_drawData_6 = value; Il2CppCodeGenWriteBarrier((&___m_drawData_6), value); } inline static int32_t get_offset_of_m_DisplayData_7() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_DisplayData_7)); } inline Dictionary_2_t2807764417 * get_m_DisplayData_7() const { return ___m_DisplayData_7; } inline Dictionary_2_t2807764417 ** get_address_of_m_DisplayData_7() { return &___m_DisplayData_7; } inline void set_m_DisplayData_7(Dictionary_2_t2807764417 * value) { ___m_DisplayData_7 = value; Il2CppCodeGenWriteBarrier((&___m_DisplayData_7), value); } inline static int32_t get_offset_of_m_shopData_8() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_shopData_8)); } inline Dictionary_2_t840632218 * get_m_shopData_8() const { return ___m_shopData_8; } inline Dictionary_2_t840632218 ** get_address_of_m_shopData_8() { return &___m_shopData_8; } inline void set_m_shopData_8(Dictionary_2_t840632218 * value) { ___m_shopData_8 = value; Il2CppCodeGenWriteBarrier((&___m_shopData_8), value); } inline static int32_t get_offset_of_m_TreviList_9() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_TreviList_9)); } inline List_1_t3694514730 * get_m_TreviList_9() const { return ___m_TreviList_9; } inline List_1_t3694514730 ** get_address_of_m_TreviList_9() { return &___m_TreviList_9; } inline void set_m_TreviList_9(List_1_t3694514730 * value) { ___m_TreviList_9 = value; Il2CppCodeGenWriteBarrier((&___m_TreviList_9), value); } inline static int32_t get_offset_of_m_CopyTreviList_10() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_CopyTreviList_10)); } inline List_1_t3694514730 * get_m_CopyTreviList_10() const { return ___m_CopyTreviList_10; } inline List_1_t3694514730 ** get_address_of_m_CopyTreviList_10() { return &___m_CopyTreviList_10; } inline void set_m_CopyTreviList_10(List_1_t3694514730 * value) { ___m_CopyTreviList_10 = value; Il2CppCodeGenWriteBarrier((&___m_CopyTreviList_10), value); } }; struct CWishFountainMgr_t2594140948_StaticFields { public: // DMCore.Logic.CWishFountainMgr DMCore.Logic.CWishFountainMgr::s_Instance CWishFountainMgr_t2594140948 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CWishFountainMgr_t2594140948_StaticFields, ___s_Instance_4)); } inline CWishFountainMgr_t2594140948 * get_s_Instance_4() const { return ___s_Instance_4; } inline CWishFountainMgr_t2594140948 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CWishFountainMgr_t2594140948 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWISHFOUNTAINMGR_T2594140948_H #ifndef DMMISCINTERFACE_T405230901_H #define DMMISCINTERFACE_T405230901_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMMiscInterface struct DMMiscInterface_t405230901 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMMISCINTERFACE_T405230901_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 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 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 LIST_1_T777473367_H #define LIST_1_T777473367_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_t777473367 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t807237628* ____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_t777473367, ____items_1)); } inline TransformU5BU5D_t807237628* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t807237628** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t807237628* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t777473367, ____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_t777473367, ____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_t777473367_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TransformU5BU5D_t807237628* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t777473367_StaticFields, ___EmptyArray_4)); } inline TransformU5BU5D_t807237628* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TransformU5BU5D_t807237628** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TransformU5BU5D_t807237628* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T777473367_H #ifndef LIST_1_T2987599347_H #define LIST_1_T2987599347_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_t2987599347 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MarryListItemDataU5BU5D_t1497005424* ____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_t2987599347, ____items_1)); } inline MarryListItemDataU5BU5D_t1497005424* get__items_1() const { return ____items_1; } inline MarryListItemDataU5BU5D_t1497005424** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MarryListItemDataU5BU5D_t1497005424* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2987599347, ____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_t2987599347, ____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_t2987599347_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MarryListItemDataU5BU5D_t1497005424* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2987599347_StaticFields, ___EmptyArray_4)); } inline MarryListItemDataU5BU5D_t1497005424* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MarryListItemDataU5BU5D_t1497005424** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MarryListItemDataU5BU5D_t1497005424* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2987599347_H #ifndef LINKEDLIST_1_T3261532576_H #define LINKEDLIST_1_T3261532576_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_t3261532576 : 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_t4167061670 * ___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_t3261532576, ___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_t3261532576, ___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_t3261532576, ___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_t3261532576, ___first_5)); } inline LinkedListNode_1_t4167061670 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t4167061670 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t4167061670 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t3261532576, ___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_T3261532576_H #ifndef CMARRYLISTMANAGER_T2185299657_H #define CMARRYLISTMANAGER_T2185299657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMarryListManager struct CMarryListManager_t2185299657 : public RuntimeObject { public: // uiMarryList DMCore.Logic.CMarryListManager::mUIMarryList uiMarryList_t4006298226 * ___mUIMarryList_1; // MarryListItemData DMCore.Logic.CMarryListManager::myData MarryListItemData_t1515524605 * ___myData_2; // System.Collections.Generic.List`1 DMCore.Logic.CMarryListManager::otherList List_1_t2987599347 * ___otherList_3; // System.Int32 DMCore.Logic.CMarryListManager::MaxPage int32_t ___MaxPage_4; // System.Int32 DMCore.Logic.CMarryListManager::CurPage int32_t ___CurPage_5; // System.Boolean DMCore.Logic.CMarryListManager::MarryChanged bool ___MarryChanged_6; // System.Boolean DMCore.Logic.CMarryListManager::BlessChanged bool ___BlessChanged_7; // System.Boolean DMCore.Logic.CMarryListManager::m_MarryRoomList bool ___m_MarryRoomList_8; // System.Double DMCore.Logic.CMarryListManager::m_lastRequstTimePos double ___m_lastRequstTimePos_9; // System.Boolean DMCore.Logic.CMarryListManager::MarryStart bool ___MarryStart_10; // System.Boolean DMCore.Logic.CMarryListManager::MarryEnd bool ___MarryEnd_11; // System.Collections.Generic.List`1 DMCore.Logic.CMarryListManager::allData List_1_t2987599347 * ___allData_12; // System.Collections.Generic.List`1 DMCore.Logic.CMarryListManager::blessData List_1_t2824189888 * ___blessData_13; public: inline static int32_t get_offset_of_mUIMarryList_1() { return static_cast(offsetof(CMarryListManager_t2185299657, ___mUIMarryList_1)); } inline uiMarryList_t4006298226 * get_mUIMarryList_1() const { return ___mUIMarryList_1; } inline uiMarryList_t4006298226 ** get_address_of_mUIMarryList_1() { return &___mUIMarryList_1; } inline void set_mUIMarryList_1(uiMarryList_t4006298226 * value) { ___mUIMarryList_1 = value; Il2CppCodeGenWriteBarrier((&___mUIMarryList_1), value); } inline static int32_t get_offset_of_myData_2() { return static_cast(offsetof(CMarryListManager_t2185299657, ___myData_2)); } inline MarryListItemData_t1515524605 * get_myData_2() const { return ___myData_2; } inline MarryListItemData_t1515524605 ** get_address_of_myData_2() { return &___myData_2; } inline void set_myData_2(MarryListItemData_t1515524605 * value) { ___myData_2 = value; Il2CppCodeGenWriteBarrier((&___myData_2), value); } inline static int32_t get_offset_of_otherList_3() { return static_cast(offsetof(CMarryListManager_t2185299657, ___otherList_3)); } inline List_1_t2987599347 * get_otherList_3() const { return ___otherList_3; } inline List_1_t2987599347 ** get_address_of_otherList_3() { return &___otherList_3; } inline void set_otherList_3(List_1_t2987599347 * value) { ___otherList_3 = value; Il2CppCodeGenWriteBarrier((&___otherList_3), value); } inline static int32_t get_offset_of_MaxPage_4() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MaxPage_4)); } inline int32_t get_MaxPage_4() const { return ___MaxPage_4; } inline int32_t* get_address_of_MaxPage_4() { return &___MaxPage_4; } inline void set_MaxPage_4(int32_t value) { ___MaxPage_4 = value; } inline static int32_t get_offset_of_CurPage_5() { return static_cast(offsetof(CMarryListManager_t2185299657, ___CurPage_5)); } inline int32_t get_CurPage_5() const { return ___CurPage_5; } inline int32_t* get_address_of_CurPage_5() { return &___CurPage_5; } inline void set_CurPage_5(int32_t value) { ___CurPage_5 = value; } inline static int32_t get_offset_of_MarryChanged_6() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MarryChanged_6)); } inline bool get_MarryChanged_6() const { return ___MarryChanged_6; } inline bool* get_address_of_MarryChanged_6() { return &___MarryChanged_6; } inline void set_MarryChanged_6(bool value) { ___MarryChanged_6 = value; } inline static int32_t get_offset_of_BlessChanged_7() { return static_cast(offsetof(CMarryListManager_t2185299657, ___BlessChanged_7)); } inline bool get_BlessChanged_7() const { return ___BlessChanged_7; } inline bool* get_address_of_BlessChanged_7() { return &___BlessChanged_7; } inline void set_BlessChanged_7(bool value) { ___BlessChanged_7 = value; } inline static int32_t get_offset_of_m_MarryRoomList_8() { return static_cast(offsetof(CMarryListManager_t2185299657, ___m_MarryRoomList_8)); } inline bool get_m_MarryRoomList_8() const { return ___m_MarryRoomList_8; } inline bool* get_address_of_m_MarryRoomList_8() { return &___m_MarryRoomList_8; } inline void set_m_MarryRoomList_8(bool value) { ___m_MarryRoomList_8 = value; } inline static int32_t get_offset_of_m_lastRequstTimePos_9() { return static_cast(offsetof(CMarryListManager_t2185299657, ___m_lastRequstTimePos_9)); } inline double get_m_lastRequstTimePos_9() const { return ___m_lastRequstTimePos_9; } inline double* get_address_of_m_lastRequstTimePos_9() { return &___m_lastRequstTimePos_9; } inline void set_m_lastRequstTimePos_9(double value) { ___m_lastRequstTimePos_9 = value; } inline static int32_t get_offset_of_MarryStart_10() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MarryStart_10)); } inline bool get_MarryStart_10() const { return ___MarryStart_10; } inline bool* get_address_of_MarryStart_10() { return &___MarryStart_10; } inline void set_MarryStart_10(bool value) { ___MarryStart_10 = value; } inline static int32_t get_offset_of_MarryEnd_11() { return static_cast(offsetof(CMarryListManager_t2185299657, ___MarryEnd_11)); } inline bool get_MarryEnd_11() const { return ___MarryEnd_11; } inline bool* get_address_of_MarryEnd_11() { return &___MarryEnd_11; } inline void set_MarryEnd_11(bool value) { ___MarryEnd_11 = value; } inline static int32_t get_offset_of_allData_12() { return static_cast(offsetof(CMarryListManager_t2185299657, ___allData_12)); } inline List_1_t2987599347 * get_allData_12() const { return ___allData_12; } inline List_1_t2987599347 ** get_address_of_allData_12() { return &___allData_12; } inline void set_allData_12(List_1_t2987599347 * value) { ___allData_12 = value; Il2CppCodeGenWriteBarrier((&___allData_12), value); } inline static int32_t get_offset_of_blessData_13() { return static_cast(offsetof(CMarryListManager_t2185299657, ___blessData_13)); } inline List_1_t2824189888 * get_blessData_13() const { return ___blessData_13; } inline List_1_t2824189888 ** get_address_of_blessData_13() { return &___blessData_13; } inline void set_blessData_13(List_1_t2824189888 * value) { ___blessData_13 = value; Il2CppCodeGenWriteBarrier((&___blessData_13), value); } }; struct CMarryListManager_t2185299657_StaticFields { public: // DMCore.Logic.CMarryListManager DMCore.Logic.CMarryListManager::s_Instance CMarryListManager_t2185299657 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CMarryListManager_t2185299657_StaticFields, ___s_Instance_0)); } inline CMarryListManager_t2185299657 * get_s_Instance_0() const { return ___s_Instance_0; } inline CMarryListManager_t2185299657 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CMarryListManager_t2185299657 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMARRYLISTMANAGER_T2185299657_H #ifndef CPLUGINCONFIG_T32997114_H #define CPLUGINCONFIG_T32997114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CPluginConfig struct CPluginConfig_t32997114 : public RuntimeObject { public: public: }; struct CPluginConfig_t32997114_StaticFields { public: // DMCore.Framework.Plugin.CPluginConfig DMCore.Framework.Plugin.CPluginConfig::s_instance CPluginConfig_t32997114 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CPluginConfig_t32997114_StaticFields, ___s_instance_0)); } inline CPluginConfig_t32997114 * get_s_instance_0() const { return ___s_instance_0; } inline CPluginConfig_t32997114 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CPluginConfig_t32997114 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPLUGINCONFIG_T32997114_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 CSHOPCARTMANAGER_T2478140686_H #define CSHOPCARTMANAGER_T2478140686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopCartManager struct CShopCartManager_t2478140686 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CShopCartManager::k__BackingField bool ___U3CIsCheckAllU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CShopCartManager::m_TotalPrice int32_t ___m_TotalPrice_1; // System.Int32 DMCore.Logic.CShopCartManager::m_ActiveIndex int32_t ___m_ActiveIndex_3; // System.Collections.Generic.List`1 DMCore.Logic.CShopCartManager::m_shopcarList List_1_t1992424465 * ___m_shopcarList_4; // System.Int32 DMCore.Logic.CShopCartManager::m_totalGold int32_t ___m_totalGold_5; // System.Int32 DMCore.Logic.CShopCartManager::m_totalDimond int32_t ___m_totalDimond_6; // System.Int32 DMCore.Logic.CShopCartManager::m_totalBindDimond int32_t ___m_totalBindDimond_7; // CDataModelBool DMCore.Logic.CShopCartManager::m_bRefreshPrice CDataModelBool_t2269476966 * ___m_bRefreshPrice_8; // System.Int32 DMCore.Logic.CShopCartManager::m_curSelectCount int32_t ___m_curSelectCount_9; // CDataModelInt DMCore.Logic.CShopCartManager::selectedCnt CDataModelInt_t3463393640 * ___selectedCnt_10; // CDataModelInt DMCore.Logic.CShopCartManager::m_shopCnt CDataModelInt_t3463393640 * ___m_shopCnt_11; public: inline static int32_t get_offset_of_U3CIsCheckAllU3Ek__BackingField_0() { return static_cast(offsetof(CShopCartManager_t2478140686, ___U3CIsCheckAllU3Ek__BackingField_0)); } inline bool get_U3CIsCheckAllU3Ek__BackingField_0() const { return ___U3CIsCheckAllU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsCheckAllU3Ek__BackingField_0() { return &___U3CIsCheckAllU3Ek__BackingField_0; } inline void set_U3CIsCheckAllU3Ek__BackingField_0(bool value) { ___U3CIsCheckAllU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_TotalPrice_1() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_TotalPrice_1)); } inline int32_t get_m_TotalPrice_1() const { return ___m_TotalPrice_1; } inline int32_t* get_address_of_m_TotalPrice_1() { return &___m_TotalPrice_1; } inline void set_m_TotalPrice_1(int32_t value) { ___m_TotalPrice_1 = value; } inline static int32_t get_offset_of_m_ActiveIndex_3() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_ActiveIndex_3)); } inline int32_t get_m_ActiveIndex_3() const { return ___m_ActiveIndex_3; } inline int32_t* get_address_of_m_ActiveIndex_3() { return &___m_ActiveIndex_3; } inline void set_m_ActiveIndex_3(int32_t value) { ___m_ActiveIndex_3 = value; } inline static int32_t get_offset_of_m_shopcarList_4() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_shopcarList_4)); } inline List_1_t1992424465 * get_m_shopcarList_4() const { return ___m_shopcarList_4; } inline List_1_t1992424465 ** get_address_of_m_shopcarList_4() { return &___m_shopcarList_4; } inline void set_m_shopcarList_4(List_1_t1992424465 * value) { ___m_shopcarList_4 = value; Il2CppCodeGenWriteBarrier((&___m_shopcarList_4), value); } inline static int32_t get_offset_of_m_totalGold_5() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_totalGold_5)); } inline int32_t get_m_totalGold_5() const { return ___m_totalGold_5; } inline int32_t* get_address_of_m_totalGold_5() { return &___m_totalGold_5; } inline void set_m_totalGold_5(int32_t value) { ___m_totalGold_5 = value; } inline static int32_t get_offset_of_m_totalDimond_6() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_totalDimond_6)); } inline int32_t get_m_totalDimond_6() const { return ___m_totalDimond_6; } inline int32_t* get_address_of_m_totalDimond_6() { return &___m_totalDimond_6; } inline void set_m_totalDimond_6(int32_t value) { ___m_totalDimond_6 = value; } inline static int32_t get_offset_of_m_totalBindDimond_7() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_totalBindDimond_7)); } inline int32_t get_m_totalBindDimond_7() const { return ___m_totalBindDimond_7; } inline int32_t* get_address_of_m_totalBindDimond_7() { return &___m_totalBindDimond_7; } inline void set_m_totalBindDimond_7(int32_t value) { ___m_totalBindDimond_7 = value; } inline static int32_t get_offset_of_m_bRefreshPrice_8() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_bRefreshPrice_8)); } inline CDataModelBool_t2269476966 * get_m_bRefreshPrice_8() const { return ___m_bRefreshPrice_8; } inline CDataModelBool_t2269476966 ** get_address_of_m_bRefreshPrice_8() { return &___m_bRefreshPrice_8; } inline void set_m_bRefreshPrice_8(CDataModelBool_t2269476966 * value) { ___m_bRefreshPrice_8 = value; Il2CppCodeGenWriteBarrier((&___m_bRefreshPrice_8), value); } inline static int32_t get_offset_of_m_curSelectCount_9() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_curSelectCount_9)); } inline int32_t get_m_curSelectCount_9() const { return ___m_curSelectCount_9; } inline int32_t* get_address_of_m_curSelectCount_9() { return &___m_curSelectCount_9; } inline void set_m_curSelectCount_9(int32_t value) { ___m_curSelectCount_9 = value; } inline static int32_t get_offset_of_selectedCnt_10() { return static_cast(offsetof(CShopCartManager_t2478140686, ___selectedCnt_10)); } inline CDataModelInt_t3463393640 * get_selectedCnt_10() const { return ___selectedCnt_10; } inline CDataModelInt_t3463393640 ** get_address_of_selectedCnt_10() { return &___selectedCnt_10; } inline void set_selectedCnt_10(CDataModelInt_t3463393640 * value) { ___selectedCnt_10 = value; Il2CppCodeGenWriteBarrier((&___selectedCnt_10), value); } inline static int32_t get_offset_of_m_shopCnt_11() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_shopCnt_11)); } inline CDataModelInt_t3463393640 * get_m_shopCnt_11() const { return ___m_shopCnt_11; } inline CDataModelInt_t3463393640 ** get_address_of_m_shopCnt_11() { return &___m_shopCnt_11; } inline void set_m_shopCnt_11(CDataModelInt_t3463393640 * value) { ___m_shopCnt_11 = value; Il2CppCodeGenWriteBarrier((&___m_shopCnt_11), value); } }; struct CShopCartManager_t2478140686_StaticFields { public: // DMCore.Logic.CShopCartManager DMCore.Logic.CShopCartManager::s_Instance CShopCartManager_t2478140686 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CShopCartManager_t2478140686_StaticFields, ___s_Instance_2)); } inline CShopCartManager_t2478140686 * get_s_Instance_2() const { return ___s_Instance_2; } inline CShopCartManager_t2478140686 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CShopCartManager_t2478140686 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHOPCARTMANAGER_T2478140686_H #ifndef LIST_1_T1780083345_H #define LIST_1_T1780083345_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_t1780083345 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DMSerialDataU5BU5D_t1505537178* ____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_t1780083345, ____items_1)); } inline DMSerialDataU5BU5D_t1505537178* get__items_1() const { return ____items_1; } inline DMSerialDataU5BU5D_t1505537178** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DMSerialDataU5BU5D_t1505537178* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1780083345, ____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_t1780083345, ____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_t1780083345_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray DMSerialDataU5BU5D_t1505537178* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1780083345_StaticFields, ___EmptyArray_4)); } inline DMSerialDataU5BU5D_t1505537178* get_EmptyArray_4() const { return ___EmptyArray_4; } inline DMSerialDataU5BU5D_t1505537178** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(DMSerialDataU5BU5D_t1505537178* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1780083345_H #ifndef CPHOTOMANAGER_T704993275_H #define CPHOTOMANAGER_T704993275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPhotoManager::m_listUrls Dictionary_2_t3796910518 * ___m_listUrls_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPhotoManager::m_listPhotos Dictionary_2_t3731248982 * ___m_listPhotos_1; public: inline static int32_t get_offset_of_m_listUrls_0() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_listUrls_0)); } inline Dictionary_2_t3796910518 * get_m_listUrls_0() const { return ___m_listUrls_0; } inline Dictionary_2_t3796910518 ** get_address_of_m_listUrls_0() { return &___m_listUrls_0; } inline void set_m_listUrls_0(Dictionary_2_t3796910518 * value) { ___m_listUrls_0 = value; Il2CppCodeGenWriteBarrier((&___m_listUrls_0), value); } inline static int32_t get_offset_of_m_listPhotos_1() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_listPhotos_1)); } inline Dictionary_2_t3731248982 * get_m_listPhotos_1() const { return ___m_listPhotos_1; } inline Dictionary_2_t3731248982 ** get_address_of_m_listPhotos_1() { return &___m_listPhotos_1; } inline void set_m_listPhotos_1(Dictionary_2_t3731248982 * value) { ___m_listPhotos_1 = value; Il2CppCodeGenWriteBarrier((&___m_listPhotos_1), value); } }; struct CPhotoManager_t704993275_StaticFields { public: // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::s_Instance CPhotoManager_t704993275 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPhotoManager_t704993275_StaticFields, ___s_Instance_2)); } inline CPhotoManager_t704993275 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPhotoManager_t704993275 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPhotoManager_t704993275 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOMANAGER_T704993275_H #ifndef 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 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 DMSERIALDATA_T308008603_H #define DMSERIALDATA_T308008603_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMSerial/DMSerialData struct DMSerialData_t308008603 : public RuntimeObject { public: // System.String DMSerial/DMSerialData::m_keyName String_t* ___m_keyName_0; // UnityEngine.GameObject DMSerial/DMSerialData::m_target GameObject_t1113636619 * ___m_target_1; public: inline static int32_t get_offset_of_m_keyName_0() { return static_cast(offsetof(DMSerialData_t308008603, ___m_keyName_0)); } inline String_t* get_m_keyName_0() const { return ___m_keyName_0; } inline String_t** get_address_of_m_keyName_0() { return &___m_keyName_0; } inline void set_m_keyName_0(String_t* value) { ___m_keyName_0 = value; Il2CppCodeGenWriteBarrier((&___m_keyName_0), value); } inline static int32_t get_offset_of_m_target_1() { return static_cast(offsetof(DMSerialData_t308008603, ___m_target_1)); } inline GameObject_t1113636619 * get_m_target_1() const { return ___m_target_1; } inline GameObject_t1113636619 ** get_address_of_m_target_1() { return &___m_target_1; } inline void set_m_target_1(GameObject_t1113636619 * value) { ___m_target_1 = value; Il2CppCodeGenWriteBarrier((&___m_target_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMSERIALDATA_T308008603_H #ifndef CPROPEQUIPMANAGER_T729741778_H #define CPROPEQUIPMANAGER_T729741778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPropEquipManager::m_canUseProp bool ___m_canUseProp_0; // System.Boolean DMCore.Logic.CPropEquipManager::m_isChanged bool ___m_isChanged_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropEquipManager::m_equipPropList Dictionary_2_t3250266723 * ___m_equipPropList_2; // System.Collections.Generic.List`1 DMCore.Logic.CPropEquipManager::m_personalEquipPropList List_1_t1538660838 * ___m_personalEquipPropList_4; public: inline static int32_t get_offset_of_m_canUseProp_0() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_canUseProp_0)); } inline bool get_m_canUseProp_0() const { return ___m_canUseProp_0; } inline bool* get_address_of_m_canUseProp_0() { return &___m_canUseProp_0; } inline void set_m_canUseProp_0(bool value) { ___m_canUseProp_0 = value; } inline static int32_t get_offset_of_m_isChanged_1() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_isChanged_1)); } inline bool get_m_isChanged_1() const { return ___m_isChanged_1; } inline bool* get_address_of_m_isChanged_1() { return &___m_isChanged_1; } inline void set_m_isChanged_1(bool value) { ___m_isChanged_1 = value; } inline static int32_t get_offset_of_m_equipPropList_2() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_equipPropList_2)); } inline Dictionary_2_t3250266723 * get_m_equipPropList_2() const { return ___m_equipPropList_2; } inline Dictionary_2_t3250266723 ** get_address_of_m_equipPropList_2() { return &___m_equipPropList_2; } inline void set_m_equipPropList_2(Dictionary_2_t3250266723 * value) { ___m_equipPropList_2 = value; Il2CppCodeGenWriteBarrier((&___m_equipPropList_2), value); } inline static int32_t get_offset_of_m_personalEquipPropList_4() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_personalEquipPropList_4)); } inline List_1_t1538660838 * get_m_personalEquipPropList_4() const { return ___m_personalEquipPropList_4; } inline List_1_t1538660838 ** get_address_of_m_personalEquipPropList_4() { return &___m_personalEquipPropList_4; } inline void set_m_personalEquipPropList_4(List_1_t1538660838 * value) { ___m_personalEquipPropList_4 = value; Il2CppCodeGenWriteBarrier((&___m_personalEquipPropList_4), value); } }; struct CPropEquipManager_t729741778_StaticFields { public: // DMCore.Logic.CPropEquipManager DMCore.Logic.CPropEquipManager::s_instance CPropEquipManager_t729741778 * ___s_instance_3; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CPropEquipManager_t729741778_StaticFields, ___s_instance_3)); } inline CPropEquipManager_t729741778 * get_s_instance_3() const { return ___s_instance_3; } inline CPropEquipManager_t729741778 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CPropEquipManager_t729741778 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPEQUIPMANAGER_T729741778_H #ifndef CSPEAKER_T978472097_H #define CSPEAKER_T978472097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSpeaker struct CSpeaker_t978472097 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CSpeaker::k__BackingField bool ___U3CIsSpeakerShowEndU3Ek__BackingField_0; // System.Single DMCore.Logic.CSpeaker::e_time float ___e_time_1; // System.Single DMCore.Logic.CSpeaker::interval float ___interval_2; // System.Single DMCore.Logic.CSpeaker::max_speaker_life_time float ___max_speaker_life_time_3; // System.Collections.Generic.Queue`1 DMCore.Logic.CSpeaker::speakMessageQueue Queue_1_t699068519 * ___speakMessageQueue_4; // System.Boolean DMCore.Logic.CSpeaker::m_IsOpenChat bool ___m_IsOpenChat_5; // System.Boolean DMCore.Logic.CSpeaker::m_IsEnable bool ___m_IsEnable_6; // DMCore.Logic.stSpeaker DMCore.Logic.CSpeaker::m_SpeakQueue stSpeaker_t2572138757 * ___m_SpeakQueue_7; // uiSpeakBox DMCore.Logic.CSpeaker::m_speakBox uiSpeakBox_t2345481508 * ___m_speakBox_9; // System.Int32 DMCore.Logic.CSpeaker::m_timer int32_t ___m_timer_10; // System.Int32 DMCore.Logic.CSpeaker::nCount int32_t ___nCount_11; public: inline static int32_t get_offset_of_U3CIsSpeakerShowEndU3Ek__BackingField_0() { return static_cast(offsetof(CSpeaker_t978472097, ___U3CIsSpeakerShowEndU3Ek__BackingField_0)); } inline bool get_U3CIsSpeakerShowEndU3Ek__BackingField_0() const { return ___U3CIsSpeakerShowEndU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsSpeakerShowEndU3Ek__BackingField_0() { return &___U3CIsSpeakerShowEndU3Ek__BackingField_0; } inline void set_U3CIsSpeakerShowEndU3Ek__BackingField_0(bool value) { ___U3CIsSpeakerShowEndU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_e_time_1() { return static_cast(offsetof(CSpeaker_t978472097, ___e_time_1)); } inline float get_e_time_1() const { return ___e_time_1; } inline float* get_address_of_e_time_1() { return &___e_time_1; } inline void set_e_time_1(float value) { ___e_time_1 = value; } inline static int32_t get_offset_of_interval_2() { return static_cast(offsetof(CSpeaker_t978472097, ___interval_2)); } inline float get_interval_2() const { return ___interval_2; } inline float* get_address_of_interval_2() { return &___interval_2; } inline void set_interval_2(float value) { ___interval_2 = value; } inline static int32_t get_offset_of_max_speaker_life_time_3() { return static_cast(offsetof(CSpeaker_t978472097, ___max_speaker_life_time_3)); } inline float get_max_speaker_life_time_3() const { return ___max_speaker_life_time_3; } inline float* get_address_of_max_speaker_life_time_3() { return &___max_speaker_life_time_3; } inline void set_max_speaker_life_time_3(float value) { ___max_speaker_life_time_3 = value; } inline static int32_t get_offset_of_speakMessageQueue_4() { return static_cast(offsetof(CSpeaker_t978472097, ___speakMessageQueue_4)); } inline Queue_1_t699068519 * get_speakMessageQueue_4() const { return ___speakMessageQueue_4; } inline Queue_1_t699068519 ** get_address_of_speakMessageQueue_4() { return &___speakMessageQueue_4; } inline void set_speakMessageQueue_4(Queue_1_t699068519 * value) { ___speakMessageQueue_4 = value; Il2CppCodeGenWriteBarrier((&___speakMessageQueue_4), value); } inline static int32_t get_offset_of_m_IsOpenChat_5() { return static_cast(offsetof(CSpeaker_t978472097, ___m_IsOpenChat_5)); } inline bool get_m_IsOpenChat_5() const { return ___m_IsOpenChat_5; } inline bool* get_address_of_m_IsOpenChat_5() { return &___m_IsOpenChat_5; } inline void set_m_IsOpenChat_5(bool value) { ___m_IsOpenChat_5 = value; } inline static int32_t get_offset_of_m_IsEnable_6() { return static_cast(offsetof(CSpeaker_t978472097, ___m_IsEnable_6)); } inline bool get_m_IsEnable_6() const { return ___m_IsEnable_6; } inline bool* get_address_of_m_IsEnable_6() { return &___m_IsEnable_6; } inline void set_m_IsEnable_6(bool value) { ___m_IsEnable_6 = value; } inline static int32_t get_offset_of_m_SpeakQueue_7() { return static_cast(offsetof(CSpeaker_t978472097, ___m_SpeakQueue_7)); } inline stSpeaker_t2572138757 * get_m_SpeakQueue_7() const { return ___m_SpeakQueue_7; } inline stSpeaker_t2572138757 ** get_address_of_m_SpeakQueue_7() { return &___m_SpeakQueue_7; } inline void set_m_SpeakQueue_7(stSpeaker_t2572138757 * value) { ___m_SpeakQueue_7 = value; Il2CppCodeGenWriteBarrier((&___m_SpeakQueue_7), value); } inline static int32_t get_offset_of_m_speakBox_9() { return static_cast(offsetof(CSpeaker_t978472097, ___m_speakBox_9)); } inline uiSpeakBox_t2345481508 * get_m_speakBox_9() const { return ___m_speakBox_9; } inline uiSpeakBox_t2345481508 ** get_address_of_m_speakBox_9() { return &___m_speakBox_9; } inline void set_m_speakBox_9(uiSpeakBox_t2345481508 * value) { ___m_speakBox_9 = value; Il2CppCodeGenWriteBarrier((&___m_speakBox_9), value); } inline static int32_t get_offset_of_m_timer_10() { return static_cast(offsetof(CSpeaker_t978472097, ___m_timer_10)); } inline int32_t get_m_timer_10() const { return ___m_timer_10; } inline int32_t* get_address_of_m_timer_10() { return &___m_timer_10; } inline void set_m_timer_10(int32_t value) { ___m_timer_10 = value; } inline static int32_t get_offset_of_nCount_11() { return static_cast(offsetof(CSpeaker_t978472097, ___nCount_11)); } inline int32_t get_nCount_11() const { return ___nCount_11; } inline int32_t* get_address_of_nCount_11() { return &___nCount_11; } inline void set_nCount_11(int32_t value) { ___nCount_11 = value; } }; struct CSpeaker_t978472097_StaticFields { public: // DMCore.Logic.CSpeaker DMCore.Logic.CSpeaker::s_instance CSpeaker_t978472097 * ___s_instance_8; public: inline static int32_t get_offset_of_s_instance_8() { return static_cast(offsetof(CSpeaker_t978472097_StaticFields, ___s_instance_8)); } inline CSpeaker_t978472097 * get_s_instance_8() const { return ___s_instance_8; } inline CSpeaker_t978472097 ** get_address_of_s_instance_8() { return &___s_instance_8; } inline void set_s_instance_8(CSpeaker_t978472097 * value) { ___s_instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPEAKER_T978472097_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 DMRESOURCEINTERFACE_T367057996_H #define DMRESOURCEINTERFACE_T367057996_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMResourceInterface struct DMResourceInterface_t367057996 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMRESOURCEINTERFACE_T367057996_H #ifndef CUSERINFOAPI_T815375937_H #define CUSERINFOAPI_T815375937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CUserInfoApi struct CUserInfoApi_t815375937 : public RuntimeObject { public: // System.Int64 DMCore.Framework.Plugin.CUserInfoApi::m_usrID int64_t ___m_usrID_1; // System.String DMCore.Framework.Plugin.CUserInfoApi::m_roleName String_t* ___m_roleName_2; public: inline static int32_t get_offset_of_m_usrID_1() { return static_cast(offsetof(CUserInfoApi_t815375937, ___m_usrID_1)); } inline int64_t get_m_usrID_1() const { return ___m_usrID_1; } inline int64_t* get_address_of_m_usrID_1() { return &___m_usrID_1; } inline void set_m_usrID_1(int64_t value) { ___m_usrID_1 = value; } inline static int32_t get_offset_of_m_roleName_2() { return static_cast(offsetof(CUserInfoApi_t815375937, ___m_roleName_2)); } inline String_t* get_m_roleName_2() const { return ___m_roleName_2; } inline String_t** get_address_of_m_roleName_2() { return &___m_roleName_2; } inline void set_m_roleName_2(String_t* value) { ___m_roleName_2 = value; Il2CppCodeGenWriteBarrier((&___m_roleName_2), value); } }; struct CUserInfoApi_t815375937_StaticFields { public: // DMCore.Framework.Plugin.CUserInfoApi DMCore.Framework.Plugin.CUserInfoApi::s_instance CUserInfoApi_t815375937 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CUserInfoApi_t815375937_StaticFields, ___s_instance_0)); } inline CUserInfoApi_t815375937 * get_s_instance_0() const { return ___s_instance_0; } inline CUserInfoApi_t815375937 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CUserInfoApi_t815375937 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSERINFOAPI_T815375937_H #ifndef DMROLE_T4013730376_H #define DMROLE_T4013730376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMRole struct DMRole_t4013730376 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneBaseObj DMRole::m_role ISceneBaseObj_t858622483 * ___m_role_2; public: inline static int32_t get_offset_of_m_role_2() { return static_cast(offsetof(DMRole_t4013730376, ___m_role_2)); } inline ISceneBaseObj_t858622483 * get_m_role_2() const { return ___m_role_2; } inline ISceneBaseObj_t858622483 ** get_address_of_m_role_2() { return &___m_role_2; } inline void set_m_role_2(ISceneBaseObj_t858622483 * value) { ___m_role_2 = value; Il2CppCodeGenWriteBarrier((&___m_role_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMROLE_T4013730376_H #ifndef DMSCENEINTERFACE_T874178479_H #define DMSCENEINTERFACE_T874178479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMSceneInterface struct DMSceneInterface_t874178479 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMSCENEINTERFACE_T874178479_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 LIST_1_T3594922530_H #define LIST_1_T3594922530_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_t3594922530 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items INetListenerU5BU5D_t3546992549* ____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_t3594922530, ____items_1)); } inline INetListenerU5BU5D_t3546992549* get__items_1() const { return ____items_1; } inline INetListenerU5BU5D_t3546992549** get_address_of__items_1() { return &____items_1; } inline void set__items_1(INetListenerU5BU5D_t3546992549* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3594922530, ____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_t3594922530, ____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_t3594922530_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray INetListenerU5BU5D_t3546992549* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3594922530_StaticFields, ___EmptyArray_4)); } inline INetListenerU5BU5D_t3546992549* get_EmptyArray_4() const { return ___EmptyArray_4; } inline INetListenerU5BU5D_t3546992549** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(INetListenerU5BU5D_t3546992549* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3594922530_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 CPROPDICTIONARY_T1184658084_H #define CPROPDICTIONARY_T1184658084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CPropDictionary struct CPropDictionary_t1184658084 : public RuntimeObject { public: public: }; struct CPropDictionary_t1184658084_StaticFields { public: // System.Collections.Generic.List`1 DMCore.Net.CPropDictionary::propAll List_1_t3384623126 * ___propAll_0; // System.Collections.Generic.Dictionary`2 DMCore.Net.CPropDictionary::propDic Dictionary_2_t2736202052 * ___propDic_1; public: inline static int32_t get_offset_of_propAll_0() { return static_cast(offsetof(CPropDictionary_t1184658084_StaticFields, ___propAll_0)); } inline List_1_t3384623126 * get_propAll_0() const { return ___propAll_0; } inline List_1_t3384623126 ** get_address_of_propAll_0() { return &___propAll_0; } inline void set_propAll_0(List_1_t3384623126 * value) { ___propAll_0 = value; Il2CppCodeGenWriteBarrier((&___propAll_0), value); } inline static int32_t get_offset_of_propDic_1() { return static_cast(offsetof(CPropDictionary_t1184658084_StaticFields, ___propDic_1)); } inline Dictionary_2_t2736202052 * get_propDic_1() const { return ___propDic_1; } inline Dictionary_2_t2736202052 ** get_address_of_propDic_1() { return &___propDic_1; } inline void set_propDic_1(Dictionary_2_t2736202052 * value) { ___propDic_1 = value; Il2CppCodeGenWriteBarrier((&___propDic_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPDICTIONARY_T1184658084_H #ifndef LIST_1_T3384623126_H #define LIST_1_T3384623126_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_t3384623126 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropInfoU5BU5D_t2524381025* ____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_t3384623126, ____items_1)); } inline PropInfoU5BU5D_t2524381025* get__items_1() const { return ____items_1; } inline PropInfoU5BU5D_t2524381025** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropInfoU5BU5D_t2524381025* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3384623126, ____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_t3384623126, ____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_t3384623126_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PropInfoU5BU5D_t2524381025* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3384623126_StaticFields, ___EmptyArray_4)); } inline PropInfoU5BU5D_t2524381025* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PropInfoU5BU5D_t2524381025** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PropInfoU5BU5D_t2524381025* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3384623126_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 HELP_T3634822582_H #define HELP_T3634822582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Help struct Help_t3634822582 : public RuntimeObject { public: public: }; struct Help_t3634822582_StaticFields { public: // BetterList`1 DMCore.Net.Help::s_sendBuffer BetterList_1_t289316694 * ___s_sendBuffer_0; // BetterList`1 DMCore.Net.Help::s_receiveBuffer BetterList_1_t289316694 * ___s_receiveBuffer_1; // System.UInt32 DMCore.Net.Help::s_staticEncrptLabor uint32_t ___s_staticEncrptLabor_2; // DMCore.Framework.Thread.CThreadLock DMCore.Net.Help::s_LockKey CThreadLock_t3315856551 * ___s_LockKey_3; // System.Byte[] DMCore.Net.Help::s_curEncryptKey ByteU5BU5D_t4116647657* ___s_curEncryptKey_4; public: inline static int32_t get_offset_of_s_sendBuffer_0() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_sendBuffer_0)); } inline BetterList_1_t289316694 * get_s_sendBuffer_0() const { return ___s_sendBuffer_0; } inline BetterList_1_t289316694 ** get_address_of_s_sendBuffer_0() { return &___s_sendBuffer_0; } inline void set_s_sendBuffer_0(BetterList_1_t289316694 * value) { ___s_sendBuffer_0 = value; Il2CppCodeGenWriteBarrier((&___s_sendBuffer_0), value); } inline static int32_t get_offset_of_s_receiveBuffer_1() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_receiveBuffer_1)); } inline BetterList_1_t289316694 * get_s_receiveBuffer_1() const { return ___s_receiveBuffer_1; } inline BetterList_1_t289316694 ** get_address_of_s_receiveBuffer_1() { return &___s_receiveBuffer_1; } inline void set_s_receiveBuffer_1(BetterList_1_t289316694 * value) { ___s_receiveBuffer_1 = value; Il2CppCodeGenWriteBarrier((&___s_receiveBuffer_1), value); } inline static int32_t get_offset_of_s_staticEncrptLabor_2() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_staticEncrptLabor_2)); } inline uint32_t get_s_staticEncrptLabor_2() const { return ___s_staticEncrptLabor_2; } inline uint32_t* get_address_of_s_staticEncrptLabor_2() { return &___s_staticEncrptLabor_2; } inline void set_s_staticEncrptLabor_2(uint32_t value) { ___s_staticEncrptLabor_2 = value; } inline static int32_t get_offset_of_s_LockKey_3() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_LockKey_3)); } inline CThreadLock_t3315856551 * get_s_LockKey_3() const { return ___s_LockKey_3; } inline CThreadLock_t3315856551 ** get_address_of_s_LockKey_3() { return &___s_LockKey_3; } inline void set_s_LockKey_3(CThreadLock_t3315856551 * value) { ___s_LockKey_3 = value; Il2CppCodeGenWriteBarrier((&___s_LockKey_3), value); } inline static int32_t get_offset_of_s_curEncryptKey_4() { return static_cast(offsetof(Help_t3634822582_StaticFields, ___s_curEncryptKey_4)); } inline ByteU5BU5D_t4116647657* get_s_curEncryptKey_4() const { return ___s_curEncryptKey_4; } inline ByteU5BU5D_t4116647657** get_address_of_s_curEncryptKey_4() { return &___s_curEncryptKey_4; } inline void set_s_curEncryptKey_4(ByteU5BU5D_t4116647657* value) { ___s_curEncryptKey_4 = value; Il2CppCodeGenWriteBarrier((&___s_curEncryptKey_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HELP_T3634822582_H #ifndef SERIALDEF_T1272345629_H #define SERIALDEF_T1272345629_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.SerialDef struct SerialDef_t1272345629 : public RuntimeObject { public: public: }; struct SerialDef_t1272345629_StaticFields { public: // System.Byte DMCore.Net.SerialDef::SOCKET_ZERO uint8_t ___SOCKET_ZERO_0; // System.Byte DMCore.Net.SerialDef::SOCKED_END_MARK uint8_t ___SOCKED_END_MARK_1; public: inline static int32_t get_offset_of_SOCKET_ZERO_0() { return static_cast(offsetof(SerialDef_t1272345629_StaticFields, ___SOCKET_ZERO_0)); } inline uint8_t get_SOCKET_ZERO_0() const { return ___SOCKET_ZERO_0; } inline uint8_t* get_address_of_SOCKET_ZERO_0() { return &___SOCKET_ZERO_0; } inline void set_SOCKET_ZERO_0(uint8_t value) { ___SOCKET_ZERO_0 = value; } inline static int32_t get_offset_of_SOCKED_END_MARK_1() { return static_cast(offsetof(SerialDef_t1272345629_StaticFields, ___SOCKED_END_MARK_1)); } inline uint8_t get_SOCKED_END_MARK_1() const { return ___SOCKED_END_MARK_1; } inline uint8_t* get_address_of_SOCKED_END_MARK_1() { return &___SOCKED_END_MARK_1; } inline void set_SOCKED_END_MARK_1(uint8_t value) { ___SOCKED_END_MARK_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALDEF_T1272345629_H #ifndef LIST_1_T3793917952_H #define LIST_1_T3793917952_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_t3793917952 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropDataU5BU5D_t156190863* ____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_t3793917952, ____items_1)); } inline PropDataU5BU5D_t156190863* get__items_1() const { return ____items_1; } inline PropDataU5BU5D_t156190863** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropDataU5BU5D_t156190863* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3793917952, ____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_t3793917952, ____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_t3793917952_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PropDataU5BU5D_t156190863* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3793917952_StaticFields, ___EmptyArray_4)); } inline PropDataU5BU5D_t156190863* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PropDataU5BU5D_t156190863** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PropDataU5BU5D_t156190863* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3793917952_H #ifndef NETENCRYPT_T3503686835_H #define NETENCRYPT_T3503686835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.NetEncrypt struct NetEncrypt_t3503686835 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETENCRYPT_T3503686835_H #ifndef CFRAGMENTMANAGER_T4020029771_H #define CFRAGMENTMANAGER_T4020029771_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFragmentManager struct CFragmentManager_t4020029771 : public RuntimeObject { public: // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CFragmentManager::m_TaskController ITaskBase_1_t1810328984 * ___m_TaskController_0; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CFragmentManager::m_FormulaList Dictionary_2_t741555727 * ___m_FormulaList_1; // System.Boolean DMCore.Logic.CFragmentManager::m_IsNeedRefreshAll bool ___m_IsNeedRefreshAll_2; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedPrintID int32_t ___m_SelectedPrintID_3; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedPrintBarID int32_t ___m_SelectedPrintBarID_4; // System.Int32 DMCore.Logic.CFragmentManager::m_LastSelectedPrintID int32_t ___m_LastSelectedPrintID_5; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedFragmentID int32_t ___m_SelectedFragmentID_6; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedFragmentBarID int32_t ___m_SelectedFragmentBarID_7; // System.Boolean DMCore.Logic.CFragmentManager::m_IsComposeFormulaReceived bool ___m_IsComposeFormulaReceived_8; // System.Int32 DMCore.Logic.CFragmentManager::m_FragmentUpdateCount int32_t ___m_FragmentUpdateCount_9; // System.Int32 DMCore.Logic.CFragmentManager::m_LastFragmentUpdateCount int32_t ___m_LastFragmentUpdateCount_10; // System.Boolean DMCore.Logic.CFragmentManager::m_IsNeedRefreshUpdate bool ___m_IsNeedRefreshUpdate_11; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedEquipID int32_t ___m_SelectedEquipID_12; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedEquipBarID int32_t ___m_SelectedEquipBarID_13; // System.Int32 DMCore.Logic.CFragmentManager::m_LastSelectedEquipID int32_t ___m_LastSelectedEquipID_14; // System.Boolean DMCore.Logic.CFragmentManager::m_IsDecomposeFormulaReceived bool ___m_IsDecomposeFormulaReceived_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CFragmentManager::m_ClothFragmentData Dictionary_2_t1839659084 * ___m_ClothFragmentData_16; public: inline static int32_t get_offset_of_m_TaskController_0() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_TaskController_0)); } inline ITaskBase_1_t1810328984 * get_m_TaskController_0() const { return ___m_TaskController_0; } inline ITaskBase_1_t1810328984 ** get_address_of_m_TaskController_0() { return &___m_TaskController_0; } inline void set_m_TaskController_0(ITaskBase_1_t1810328984 * value) { ___m_TaskController_0 = value; Il2CppCodeGenWriteBarrier((&___m_TaskController_0), value); } inline static int32_t get_offset_of_m_FormulaList_1() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_FormulaList_1)); } inline Dictionary_2_t741555727 * get_m_FormulaList_1() const { return ___m_FormulaList_1; } inline Dictionary_2_t741555727 ** get_address_of_m_FormulaList_1() { return &___m_FormulaList_1; } inline void set_m_FormulaList_1(Dictionary_2_t741555727 * value) { ___m_FormulaList_1 = value; Il2CppCodeGenWriteBarrier((&___m_FormulaList_1), value); } inline static int32_t get_offset_of_m_IsNeedRefreshAll_2() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsNeedRefreshAll_2)); } inline bool get_m_IsNeedRefreshAll_2() const { return ___m_IsNeedRefreshAll_2; } inline bool* get_address_of_m_IsNeedRefreshAll_2() { return &___m_IsNeedRefreshAll_2; } inline void set_m_IsNeedRefreshAll_2(bool value) { ___m_IsNeedRefreshAll_2 = value; } inline static int32_t get_offset_of_m_SelectedPrintID_3() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedPrintID_3)); } inline int32_t get_m_SelectedPrintID_3() const { return ___m_SelectedPrintID_3; } inline int32_t* get_address_of_m_SelectedPrintID_3() { return &___m_SelectedPrintID_3; } inline void set_m_SelectedPrintID_3(int32_t value) { ___m_SelectedPrintID_3 = value; } inline static int32_t get_offset_of_m_SelectedPrintBarID_4() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedPrintBarID_4)); } inline int32_t get_m_SelectedPrintBarID_4() const { return ___m_SelectedPrintBarID_4; } inline int32_t* get_address_of_m_SelectedPrintBarID_4() { return &___m_SelectedPrintBarID_4; } inline void set_m_SelectedPrintBarID_4(int32_t value) { ___m_SelectedPrintBarID_4 = value; } inline static int32_t get_offset_of_m_LastSelectedPrintID_5() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_LastSelectedPrintID_5)); } inline int32_t get_m_LastSelectedPrintID_5() const { return ___m_LastSelectedPrintID_5; } inline int32_t* get_address_of_m_LastSelectedPrintID_5() { return &___m_LastSelectedPrintID_5; } inline void set_m_LastSelectedPrintID_5(int32_t value) { ___m_LastSelectedPrintID_5 = value; } inline static int32_t get_offset_of_m_SelectedFragmentID_6() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedFragmentID_6)); } inline int32_t get_m_SelectedFragmentID_6() const { return ___m_SelectedFragmentID_6; } inline int32_t* get_address_of_m_SelectedFragmentID_6() { return &___m_SelectedFragmentID_6; } inline void set_m_SelectedFragmentID_6(int32_t value) { ___m_SelectedFragmentID_6 = value; } inline static int32_t get_offset_of_m_SelectedFragmentBarID_7() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedFragmentBarID_7)); } inline int32_t get_m_SelectedFragmentBarID_7() const { return ___m_SelectedFragmentBarID_7; } inline int32_t* get_address_of_m_SelectedFragmentBarID_7() { return &___m_SelectedFragmentBarID_7; } inline void set_m_SelectedFragmentBarID_7(int32_t value) { ___m_SelectedFragmentBarID_7 = value; } inline static int32_t get_offset_of_m_IsComposeFormulaReceived_8() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsComposeFormulaReceived_8)); } inline bool get_m_IsComposeFormulaReceived_8() const { return ___m_IsComposeFormulaReceived_8; } inline bool* get_address_of_m_IsComposeFormulaReceived_8() { return &___m_IsComposeFormulaReceived_8; } inline void set_m_IsComposeFormulaReceived_8(bool value) { ___m_IsComposeFormulaReceived_8 = value; } inline static int32_t get_offset_of_m_FragmentUpdateCount_9() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_FragmentUpdateCount_9)); } inline int32_t get_m_FragmentUpdateCount_9() const { return ___m_FragmentUpdateCount_9; } inline int32_t* get_address_of_m_FragmentUpdateCount_9() { return &___m_FragmentUpdateCount_9; } inline void set_m_FragmentUpdateCount_9(int32_t value) { ___m_FragmentUpdateCount_9 = value; } inline static int32_t get_offset_of_m_LastFragmentUpdateCount_10() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_LastFragmentUpdateCount_10)); } inline int32_t get_m_LastFragmentUpdateCount_10() const { return ___m_LastFragmentUpdateCount_10; } inline int32_t* get_address_of_m_LastFragmentUpdateCount_10() { return &___m_LastFragmentUpdateCount_10; } inline void set_m_LastFragmentUpdateCount_10(int32_t value) { ___m_LastFragmentUpdateCount_10 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshUpdate_11() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsNeedRefreshUpdate_11)); } inline bool get_m_IsNeedRefreshUpdate_11() const { return ___m_IsNeedRefreshUpdate_11; } inline bool* get_address_of_m_IsNeedRefreshUpdate_11() { return &___m_IsNeedRefreshUpdate_11; } inline void set_m_IsNeedRefreshUpdate_11(bool value) { ___m_IsNeedRefreshUpdate_11 = value; } inline static int32_t get_offset_of_m_SelectedEquipID_12() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedEquipID_12)); } inline int32_t get_m_SelectedEquipID_12() const { return ___m_SelectedEquipID_12; } inline int32_t* get_address_of_m_SelectedEquipID_12() { return &___m_SelectedEquipID_12; } inline void set_m_SelectedEquipID_12(int32_t value) { ___m_SelectedEquipID_12 = value; } inline static int32_t get_offset_of_m_SelectedEquipBarID_13() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedEquipBarID_13)); } inline int32_t get_m_SelectedEquipBarID_13() const { return ___m_SelectedEquipBarID_13; } inline int32_t* get_address_of_m_SelectedEquipBarID_13() { return &___m_SelectedEquipBarID_13; } inline void set_m_SelectedEquipBarID_13(int32_t value) { ___m_SelectedEquipBarID_13 = value; } inline static int32_t get_offset_of_m_LastSelectedEquipID_14() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_LastSelectedEquipID_14)); } inline int32_t get_m_LastSelectedEquipID_14() const { return ___m_LastSelectedEquipID_14; } inline int32_t* get_address_of_m_LastSelectedEquipID_14() { return &___m_LastSelectedEquipID_14; } inline void set_m_LastSelectedEquipID_14(int32_t value) { ___m_LastSelectedEquipID_14 = value; } inline static int32_t get_offset_of_m_IsDecomposeFormulaReceived_15() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsDecomposeFormulaReceived_15)); } inline bool get_m_IsDecomposeFormulaReceived_15() const { return ___m_IsDecomposeFormulaReceived_15; } inline bool* get_address_of_m_IsDecomposeFormulaReceived_15() { return &___m_IsDecomposeFormulaReceived_15; } inline void set_m_IsDecomposeFormulaReceived_15(bool value) { ___m_IsDecomposeFormulaReceived_15 = value; } inline static int32_t get_offset_of_m_ClothFragmentData_16() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_ClothFragmentData_16)); } inline Dictionary_2_t1839659084 * get_m_ClothFragmentData_16() const { return ___m_ClothFragmentData_16; } inline Dictionary_2_t1839659084 ** get_address_of_m_ClothFragmentData_16() { return &___m_ClothFragmentData_16; } inline void set_m_ClothFragmentData_16(Dictionary_2_t1839659084 * value) { ___m_ClothFragmentData_16 = value; Il2CppCodeGenWriteBarrier((&___m_ClothFragmentData_16), value); } }; struct CFragmentManager_t4020029771_StaticFields { public: // DMCore.Logic.CFragmentManager DMCore.Logic.CFragmentManager::s_Instance CFragmentManager_t4020029771 * ___s_Instance_17; public: inline static int32_t get_offset_of_s_Instance_17() { return static_cast(offsetof(CFragmentManager_t4020029771_StaticFields, ___s_Instance_17)); } inline CFragmentManager_t4020029771 * get_s_Instance_17() const { return ___s_Instance_17; } inline CFragmentManager_t4020029771 ** get_address_of_s_Instance_17() { return &___s_Instance_17; } inline void set_s_Instance_17(CFragmentManager_t4020029771 * value) { ___s_Instance_17 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRAGMENTMANAGER_T4020029771_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 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 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 CQUALIFYINGMANAGER_T954001806_H #define CQUALIFYINGMANAGER_T954001806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CQualifyingManager struct CQualifyingManager_t954001806 : public RuntimeObject { public: // CQualifyingManager/CallBack CQualifyingManager::RefrQfModeList CallBack_t4012644998 * ___RefrQfModeList_0; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankListBaseInfo CallBack_t4012644998 * ___RefrQfRankListBaseInfo_1; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankList CallBack_t4012644998 * ___RefrQfRankList_2; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchFailed CallBack_t4012644998 * ___RefrQfMatchFailed_3; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSuccess CallBack_t4012644998 * ___RefrQfMatchSuccess_4; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchRoleInfo CallBack_t4012644998 * ___RefrQfMatchRoleInfo_5; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSelfInfo CallBack_t4012644998 * ___RefrQfMatchSelfInfo_6; // CQualifyingManager/CallBack CQualifyingManager::RefrQfInMatchQueue CallBack_t4012644998 * ___RefrQfInMatchQueue_7; // CQualifyingManager/CallBack CQualifyingManager::ReturnToLobby CallBack_t4012644998 * ___ReturnToLobby_8; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchCd CallBack_t4012644998 * ___RefrQfMatchCd_9; // System.String[] CQualifyingManager::Opentime StringU5BU5D_t1281789340* ___Opentime_10; // System.Int32 CQualifyingManager::OpenLevel int32_t ___OpenLevel_11; // System.Boolean CQualifyingManager::IsFullDownLoad bool ___IsFullDownLoad_12; // System.Boolean CQualifyingManager::RemindOnce bool ___RemindOnce_13; // System.Boolean CQualifyingManager::RemindMatchTimeOnce bool ___RemindMatchTimeOnce_14; // System.Boolean CQualifyingManager::IsQualifyingGame bool ___IsQualifyingGame_15; // System.Boolean CQualifyingManager::IsInMatchQueue bool ___IsInMatchQueue_16; // System.Int32 CQualifyingManager::Mode int32_t ___Mode_17; // System.Int32[] CQualifyingManager::MatchCDTime Int32U5BU5D_t385246372* ___MatchCDTime_18; // System.Int32 CQualifyingManager::qfModeNum int32_t ___qfModeNum_20; // System.Int32 CQualifyingManager::isOpen int32_t ___isOpen_21; // System.Collections.Generic.List`1 CQualifyingManager::selfQualifyInfoList List_1_t4281599118 * ___selfQualifyInfoList_22; // System.Collections.Generic.List`1 CQualifyingManager::qualifyInfoList List_1_t4281599118 * ___qualifyInfoList_23; // System.Collections.Generic.Dictionary`2> CQualifyingManager::matchedQueue Dictionary_2_t4066855417 * ___matchedQueue_24; // CurQualifyRankInfo CQualifyingManager::curQualifyRankInfo CurQualifyRankInfo_t2391125760 * ___curQualifyRankInfo_25; // SelfQualifyPkResultInfo CQualifyingManager::pkResult SelfQualifyPkResultInfo_t1561294256 * ___pkResult_26; // System.Collections.Generic.List`1 CQualifyingManager::allPlayerQualifyInfo List_1_t4281599118 * ___allPlayerQualifyInfo_27; public: inline static int32_t get_offset_of_RefrQfModeList_0() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfModeList_0)); } inline CallBack_t4012644998 * get_RefrQfModeList_0() const { return ___RefrQfModeList_0; } inline CallBack_t4012644998 ** get_address_of_RefrQfModeList_0() { return &___RefrQfModeList_0; } inline void set_RefrQfModeList_0(CallBack_t4012644998 * value) { ___RefrQfModeList_0 = value; Il2CppCodeGenWriteBarrier((&___RefrQfModeList_0), value); } inline static int32_t get_offset_of_RefrQfRankListBaseInfo_1() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankListBaseInfo_1)); } inline CallBack_t4012644998 * get_RefrQfRankListBaseInfo_1() const { return ___RefrQfRankListBaseInfo_1; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankListBaseInfo_1() { return &___RefrQfRankListBaseInfo_1; } inline void set_RefrQfRankListBaseInfo_1(CallBack_t4012644998 * value) { ___RefrQfRankListBaseInfo_1 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankListBaseInfo_1), value); } inline static int32_t get_offset_of_RefrQfRankList_2() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankList_2)); } inline CallBack_t4012644998 * get_RefrQfRankList_2() const { return ___RefrQfRankList_2; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankList_2() { return &___RefrQfRankList_2; } inline void set_RefrQfRankList_2(CallBack_t4012644998 * value) { ___RefrQfRankList_2 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankList_2), value); } inline static int32_t get_offset_of_RefrQfMatchFailed_3() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchFailed_3)); } inline CallBack_t4012644998 * get_RefrQfMatchFailed_3() const { return ___RefrQfMatchFailed_3; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchFailed_3() { return &___RefrQfMatchFailed_3; } inline void set_RefrQfMatchFailed_3(CallBack_t4012644998 * value) { ___RefrQfMatchFailed_3 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchFailed_3), value); } inline static int32_t get_offset_of_RefrQfMatchSuccess_4() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSuccess_4)); } inline CallBack_t4012644998 * get_RefrQfMatchSuccess_4() const { return ___RefrQfMatchSuccess_4; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSuccess_4() { return &___RefrQfMatchSuccess_4; } inline void set_RefrQfMatchSuccess_4(CallBack_t4012644998 * value) { ___RefrQfMatchSuccess_4 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSuccess_4), value); } inline static int32_t get_offset_of_RefrQfMatchRoleInfo_5() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchRoleInfo_5)); } inline CallBack_t4012644998 * get_RefrQfMatchRoleInfo_5() const { return ___RefrQfMatchRoleInfo_5; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchRoleInfo_5() { return &___RefrQfMatchRoleInfo_5; } inline void set_RefrQfMatchRoleInfo_5(CallBack_t4012644998 * value) { ___RefrQfMatchRoleInfo_5 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchRoleInfo_5), value); } inline static int32_t get_offset_of_RefrQfMatchSelfInfo_6() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSelfInfo_6)); } inline CallBack_t4012644998 * get_RefrQfMatchSelfInfo_6() const { return ___RefrQfMatchSelfInfo_6; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSelfInfo_6() { return &___RefrQfMatchSelfInfo_6; } inline void set_RefrQfMatchSelfInfo_6(CallBack_t4012644998 * value) { ___RefrQfMatchSelfInfo_6 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSelfInfo_6), value); } inline static int32_t get_offset_of_RefrQfInMatchQueue_7() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfInMatchQueue_7)); } inline CallBack_t4012644998 * get_RefrQfInMatchQueue_7() const { return ___RefrQfInMatchQueue_7; } inline CallBack_t4012644998 ** get_address_of_RefrQfInMatchQueue_7() { return &___RefrQfInMatchQueue_7; } inline void set_RefrQfInMatchQueue_7(CallBack_t4012644998 * value) { ___RefrQfInMatchQueue_7 = value; Il2CppCodeGenWriteBarrier((&___RefrQfInMatchQueue_7), value); } inline static int32_t get_offset_of_ReturnToLobby_8() { return static_cast(offsetof(CQualifyingManager_t954001806, ___ReturnToLobby_8)); } inline CallBack_t4012644998 * get_ReturnToLobby_8() const { return ___ReturnToLobby_8; } inline CallBack_t4012644998 ** get_address_of_ReturnToLobby_8() { return &___ReturnToLobby_8; } inline void set_ReturnToLobby_8(CallBack_t4012644998 * value) { ___ReturnToLobby_8 = value; Il2CppCodeGenWriteBarrier((&___ReturnToLobby_8), value); } inline static int32_t get_offset_of_RefrQfMatchCd_9() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchCd_9)); } inline CallBack_t4012644998 * get_RefrQfMatchCd_9() const { return ___RefrQfMatchCd_9; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchCd_9() { return &___RefrQfMatchCd_9; } inline void set_RefrQfMatchCd_9(CallBack_t4012644998 * value) { ___RefrQfMatchCd_9 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchCd_9), value); } inline static int32_t get_offset_of_Opentime_10() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Opentime_10)); } inline StringU5BU5D_t1281789340* get_Opentime_10() const { return ___Opentime_10; } inline StringU5BU5D_t1281789340** get_address_of_Opentime_10() { return &___Opentime_10; } inline void set_Opentime_10(StringU5BU5D_t1281789340* value) { ___Opentime_10 = value; Il2CppCodeGenWriteBarrier((&___Opentime_10), value); } inline static int32_t get_offset_of_OpenLevel_11() { return static_cast(offsetof(CQualifyingManager_t954001806, ___OpenLevel_11)); } inline int32_t get_OpenLevel_11() const { return ___OpenLevel_11; } inline int32_t* get_address_of_OpenLevel_11() { return &___OpenLevel_11; } inline void set_OpenLevel_11(int32_t value) { ___OpenLevel_11 = value; } inline static int32_t get_offset_of_IsFullDownLoad_12() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsFullDownLoad_12)); } inline bool get_IsFullDownLoad_12() const { return ___IsFullDownLoad_12; } inline bool* get_address_of_IsFullDownLoad_12() { return &___IsFullDownLoad_12; } inline void set_IsFullDownLoad_12(bool value) { ___IsFullDownLoad_12 = value; } inline static int32_t get_offset_of_RemindOnce_13() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindOnce_13)); } inline bool get_RemindOnce_13() const { return ___RemindOnce_13; } inline bool* get_address_of_RemindOnce_13() { return &___RemindOnce_13; } inline void set_RemindOnce_13(bool value) { ___RemindOnce_13 = value; } inline static int32_t get_offset_of_RemindMatchTimeOnce_14() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindMatchTimeOnce_14)); } inline bool get_RemindMatchTimeOnce_14() const { return ___RemindMatchTimeOnce_14; } inline bool* get_address_of_RemindMatchTimeOnce_14() { return &___RemindMatchTimeOnce_14; } inline void set_RemindMatchTimeOnce_14(bool value) { ___RemindMatchTimeOnce_14 = value; } inline static int32_t get_offset_of_IsQualifyingGame_15() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsQualifyingGame_15)); } inline bool get_IsQualifyingGame_15() const { return ___IsQualifyingGame_15; } inline bool* get_address_of_IsQualifyingGame_15() { return &___IsQualifyingGame_15; } inline void set_IsQualifyingGame_15(bool value) { ___IsQualifyingGame_15 = value; } inline static int32_t get_offset_of_IsInMatchQueue_16() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsInMatchQueue_16)); } inline bool get_IsInMatchQueue_16() const { return ___IsInMatchQueue_16; } inline bool* get_address_of_IsInMatchQueue_16() { return &___IsInMatchQueue_16; } inline void set_IsInMatchQueue_16(bool value) { ___IsInMatchQueue_16 = value; } inline static int32_t get_offset_of_Mode_17() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Mode_17)); } inline int32_t get_Mode_17() const { return ___Mode_17; } inline int32_t* get_address_of_Mode_17() { return &___Mode_17; } inline void set_Mode_17(int32_t value) { ___Mode_17 = value; } inline static int32_t get_offset_of_MatchCDTime_18() { return static_cast(offsetof(CQualifyingManager_t954001806, ___MatchCDTime_18)); } inline Int32U5BU5D_t385246372* get_MatchCDTime_18() const { return ___MatchCDTime_18; } inline Int32U5BU5D_t385246372** get_address_of_MatchCDTime_18() { return &___MatchCDTime_18; } inline void set_MatchCDTime_18(Int32U5BU5D_t385246372* value) { ___MatchCDTime_18 = value; Il2CppCodeGenWriteBarrier((&___MatchCDTime_18), value); } inline static int32_t get_offset_of_qfModeNum_20() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qfModeNum_20)); } inline int32_t get_qfModeNum_20() const { return ___qfModeNum_20; } inline int32_t* get_address_of_qfModeNum_20() { return &___qfModeNum_20; } inline void set_qfModeNum_20(int32_t value) { ___qfModeNum_20 = value; } inline static int32_t get_offset_of_isOpen_21() { return static_cast(offsetof(CQualifyingManager_t954001806, ___isOpen_21)); } inline int32_t get_isOpen_21() const { return ___isOpen_21; } inline int32_t* get_address_of_isOpen_21() { return &___isOpen_21; } inline void set_isOpen_21(int32_t value) { ___isOpen_21 = value; } inline static int32_t get_offset_of_selfQualifyInfoList_22() { return static_cast(offsetof(CQualifyingManager_t954001806, ___selfQualifyInfoList_22)); } inline List_1_t4281599118 * get_selfQualifyInfoList_22() const { return ___selfQualifyInfoList_22; } inline List_1_t4281599118 ** get_address_of_selfQualifyInfoList_22() { return &___selfQualifyInfoList_22; } inline void set_selfQualifyInfoList_22(List_1_t4281599118 * value) { ___selfQualifyInfoList_22 = value; Il2CppCodeGenWriteBarrier((&___selfQualifyInfoList_22), value); } inline static int32_t get_offset_of_qualifyInfoList_23() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qualifyInfoList_23)); } inline List_1_t4281599118 * get_qualifyInfoList_23() const { return ___qualifyInfoList_23; } inline List_1_t4281599118 ** get_address_of_qualifyInfoList_23() { return &___qualifyInfoList_23; } inline void set_qualifyInfoList_23(List_1_t4281599118 * value) { ___qualifyInfoList_23 = value; Il2CppCodeGenWriteBarrier((&___qualifyInfoList_23), value); } inline static int32_t get_offset_of_matchedQueue_24() { return static_cast(offsetof(CQualifyingManager_t954001806, ___matchedQueue_24)); } inline Dictionary_2_t4066855417 * get_matchedQueue_24() const { return ___matchedQueue_24; } inline Dictionary_2_t4066855417 ** get_address_of_matchedQueue_24() { return &___matchedQueue_24; } inline void set_matchedQueue_24(Dictionary_2_t4066855417 * value) { ___matchedQueue_24 = value; Il2CppCodeGenWriteBarrier((&___matchedQueue_24), value); } inline static int32_t get_offset_of_curQualifyRankInfo_25() { return static_cast(offsetof(CQualifyingManager_t954001806, ___curQualifyRankInfo_25)); } inline CurQualifyRankInfo_t2391125760 * get_curQualifyRankInfo_25() const { return ___curQualifyRankInfo_25; } inline CurQualifyRankInfo_t2391125760 ** get_address_of_curQualifyRankInfo_25() { return &___curQualifyRankInfo_25; } inline void set_curQualifyRankInfo_25(CurQualifyRankInfo_t2391125760 * value) { ___curQualifyRankInfo_25 = value; Il2CppCodeGenWriteBarrier((&___curQualifyRankInfo_25), value); } inline static int32_t get_offset_of_pkResult_26() { return static_cast(offsetof(CQualifyingManager_t954001806, ___pkResult_26)); } inline SelfQualifyPkResultInfo_t1561294256 * get_pkResult_26() const { return ___pkResult_26; } inline SelfQualifyPkResultInfo_t1561294256 ** get_address_of_pkResult_26() { return &___pkResult_26; } inline void set_pkResult_26(SelfQualifyPkResultInfo_t1561294256 * value) { ___pkResult_26 = value; Il2CppCodeGenWriteBarrier((&___pkResult_26), value); } inline static int32_t get_offset_of_allPlayerQualifyInfo_27() { return static_cast(offsetof(CQualifyingManager_t954001806, ___allPlayerQualifyInfo_27)); } inline List_1_t4281599118 * get_allPlayerQualifyInfo_27() const { return ___allPlayerQualifyInfo_27; } inline List_1_t4281599118 ** get_address_of_allPlayerQualifyInfo_27() { return &___allPlayerQualifyInfo_27; } inline void set_allPlayerQualifyInfo_27(List_1_t4281599118 * value) { ___allPlayerQualifyInfo_27 = value; Il2CppCodeGenWriteBarrier((&___allPlayerQualifyInfo_27), value); } }; struct CQualifyingManager_t954001806_StaticFields { public: // CQualifyingManager CQualifyingManager::s_instance CQualifyingManager_t954001806 * ___s_instance_19; // DMCore.OnEventCall CQualifyingManager::<>f__mg$cache0 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache0_28; public: inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___s_instance_19)); } inline CQualifyingManager_t954001806 * get_s_instance_19() const { return ___s_instance_19; } inline CQualifyingManager_t954001806 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CQualifyingManager_t954001806 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_28() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___U3CU3Ef__mgU24cache0_28)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache0_28() const { return ___U3CU3Ef__mgU24cache0_28; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache0_28() { return &___U3CU3Ef__mgU24cache0_28; } inline void set_U3CU3Ef__mgU24cache0_28(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache0_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CQUALIFYINGMANAGER_T954001806_H #ifndef 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 CMSGMANAGER_T455955613_H #define CMSGMANAGER_T455955613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CMsgManager struct CMsgManager_t455955613 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.CMsgManager::m_listHintMsgs LinkedList_1_t687096698 * ___m_listHintMsgs_0; // System.Boolean DMCore.CMsgManager::m_bShow bool ___m_bShow_1; public: inline static int32_t get_offset_of_m_listHintMsgs_0() { return static_cast(offsetof(CMsgManager_t455955613, ___m_listHintMsgs_0)); } inline LinkedList_1_t687096698 * get_m_listHintMsgs_0() const { return ___m_listHintMsgs_0; } inline LinkedList_1_t687096698 ** get_address_of_m_listHintMsgs_0() { return &___m_listHintMsgs_0; } inline void set_m_listHintMsgs_0(LinkedList_1_t687096698 * value) { ___m_listHintMsgs_0 = value; Il2CppCodeGenWriteBarrier((&___m_listHintMsgs_0), value); } inline static int32_t get_offset_of_m_bShow_1() { return static_cast(offsetof(CMsgManager_t455955613, ___m_bShow_1)); } inline bool get_m_bShow_1() const { return ___m_bShow_1; } inline bool* get_address_of_m_bShow_1() { return &___m_bShow_1; } inline void set_m_bShow_1(bool value) { ___m_bShow_1 = value; } }; struct CMsgManager_t455955613_StaticFields { public: // DMCore.CMsgManager DMCore.CMsgManager::s_Instance CMsgManager_t455955613 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CMsgManager_t455955613_StaticFields, ___s_Instance_2)); } inline CMsgManager_t455955613 * get_s_Instance_2() const { return ___s_Instance_2; } inline CMsgManager_t455955613 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CMsgManager_t455955613 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGMANAGER_T455955613_H #ifndef MARRYLISTITEMDATA_T1515524605_H #define MARRYLISTITEMDATA_T1515524605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MarryListItemData struct MarryListItemData_t1515524605 : public RuntimeObject { public: // System.Int32 MarryListItemData::roomId int32_t ___roomId_0; // System.Int32 MarryListItemData::roomNo int32_t ___roomNo_1; // System.Int32 MarryListItemData::roomState int32_t ___roomState_2; // System.Int32 MarryListItemData::createTime int32_t ___createTime_3; // System.Int32 MarryListItemData::time int32_t ___time_4; // System.Int64 MarryListItemData::userId1 int64_t ___userId1_5; // System.Int64 MarryListItemData::userId2 int64_t ___userId2_6; // System.String MarryListItemData::userName1 String_t* ___userName1_7; // System.String MarryListItemData::userName2 String_t* ___userName2_8; // System.Int64 MarryListItemData::userPhoto1 int64_t ___userPhoto1_9; // System.Int64 MarryListItemData::userPhoto2 int64_t ___userPhoto2_10; // System.Int32 MarryListItemData::sex1 int32_t ___sex1_11; // System.Int32 MarryListItemData::sex2 int32_t ___sex2_12; // System.Int32 MarryListItemData::headBox1 int32_t ___headBox1_13; // System.Int32 MarryListItemData::headBox2 int32_t ___headBox2_14; // System.Int32 MarryListItemData::userVip1 int32_t ___userVip1_15; // System.Int32 MarryListItemData::userVip2 int32_t ___userVip2_16; // System.Int32 MarryListItemData::lookNumMax int32_t ___lookNumMax_17; // System.Int32 MarryListItemData::lookNumCur int32_t ___lookNumCur_18; public: inline static int32_t get_offset_of_roomId_0() { return static_cast(offsetof(MarryListItemData_t1515524605, ___roomId_0)); } inline int32_t get_roomId_0() const { return ___roomId_0; } inline int32_t* get_address_of_roomId_0() { return &___roomId_0; } inline void set_roomId_0(int32_t value) { ___roomId_0 = value; } inline static int32_t get_offset_of_roomNo_1() { return static_cast(offsetof(MarryListItemData_t1515524605, ___roomNo_1)); } inline int32_t get_roomNo_1() const { return ___roomNo_1; } inline int32_t* get_address_of_roomNo_1() { return &___roomNo_1; } inline void set_roomNo_1(int32_t value) { ___roomNo_1 = value; } inline static int32_t get_offset_of_roomState_2() { return static_cast(offsetof(MarryListItemData_t1515524605, ___roomState_2)); } inline int32_t get_roomState_2() const { return ___roomState_2; } inline int32_t* get_address_of_roomState_2() { return &___roomState_2; } inline void set_roomState_2(int32_t value) { ___roomState_2 = value; } inline static int32_t get_offset_of_createTime_3() { return static_cast(offsetof(MarryListItemData_t1515524605, ___createTime_3)); } inline int32_t get_createTime_3() const { return ___createTime_3; } inline int32_t* get_address_of_createTime_3() { return &___createTime_3; } inline void set_createTime_3(int32_t value) { ___createTime_3 = value; } inline static int32_t get_offset_of_time_4() { return static_cast(offsetof(MarryListItemData_t1515524605, ___time_4)); } inline int32_t get_time_4() const { return ___time_4; } inline int32_t* get_address_of_time_4() { return &___time_4; } inline void set_time_4(int32_t value) { ___time_4 = value; } inline static int32_t get_offset_of_userId1_5() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userId1_5)); } inline int64_t get_userId1_5() const { return ___userId1_5; } inline int64_t* get_address_of_userId1_5() { return &___userId1_5; } inline void set_userId1_5(int64_t value) { ___userId1_5 = value; } inline static int32_t get_offset_of_userId2_6() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userId2_6)); } inline int64_t get_userId2_6() const { return ___userId2_6; } inline int64_t* get_address_of_userId2_6() { return &___userId2_6; } inline void set_userId2_6(int64_t value) { ___userId2_6 = value; } inline static int32_t get_offset_of_userName1_7() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userName1_7)); } inline String_t* get_userName1_7() const { return ___userName1_7; } inline String_t** get_address_of_userName1_7() { return &___userName1_7; } inline void set_userName1_7(String_t* value) { ___userName1_7 = value; Il2CppCodeGenWriteBarrier((&___userName1_7), value); } inline static int32_t get_offset_of_userName2_8() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userName2_8)); } inline String_t* get_userName2_8() const { return ___userName2_8; } inline String_t** get_address_of_userName2_8() { return &___userName2_8; } inline void set_userName2_8(String_t* value) { ___userName2_8 = value; Il2CppCodeGenWriteBarrier((&___userName2_8), value); } inline static int32_t get_offset_of_userPhoto1_9() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userPhoto1_9)); } inline int64_t get_userPhoto1_9() const { return ___userPhoto1_9; } inline int64_t* get_address_of_userPhoto1_9() { return &___userPhoto1_9; } inline void set_userPhoto1_9(int64_t value) { ___userPhoto1_9 = value; } inline static int32_t get_offset_of_userPhoto2_10() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userPhoto2_10)); } inline int64_t get_userPhoto2_10() const { return ___userPhoto2_10; } inline int64_t* get_address_of_userPhoto2_10() { return &___userPhoto2_10; } inline void set_userPhoto2_10(int64_t value) { ___userPhoto2_10 = value; } inline static int32_t get_offset_of_sex1_11() { return static_cast(offsetof(MarryListItemData_t1515524605, ___sex1_11)); } inline int32_t get_sex1_11() const { return ___sex1_11; } inline int32_t* get_address_of_sex1_11() { return &___sex1_11; } inline void set_sex1_11(int32_t value) { ___sex1_11 = value; } inline static int32_t get_offset_of_sex2_12() { return static_cast(offsetof(MarryListItemData_t1515524605, ___sex2_12)); } inline int32_t get_sex2_12() const { return ___sex2_12; } inline int32_t* get_address_of_sex2_12() { return &___sex2_12; } inline void set_sex2_12(int32_t value) { ___sex2_12 = value; } inline static int32_t get_offset_of_headBox1_13() { return static_cast(offsetof(MarryListItemData_t1515524605, ___headBox1_13)); } inline int32_t get_headBox1_13() const { return ___headBox1_13; } inline int32_t* get_address_of_headBox1_13() { return &___headBox1_13; } inline void set_headBox1_13(int32_t value) { ___headBox1_13 = value; } inline static int32_t get_offset_of_headBox2_14() { return static_cast(offsetof(MarryListItemData_t1515524605, ___headBox2_14)); } inline int32_t get_headBox2_14() const { return ___headBox2_14; } inline int32_t* get_address_of_headBox2_14() { return &___headBox2_14; } inline void set_headBox2_14(int32_t value) { ___headBox2_14 = value; } inline static int32_t get_offset_of_userVip1_15() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userVip1_15)); } inline int32_t get_userVip1_15() const { return ___userVip1_15; } inline int32_t* get_address_of_userVip1_15() { return &___userVip1_15; } inline void set_userVip1_15(int32_t value) { ___userVip1_15 = value; } inline static int32_t get_offset_of_userVip2_16() { return static_cast(offsetof(MarryListItemData_t1515524605, ___userVip2_16)); } inline int32_t get_userVip2_16() const { return ___userVip2_16; } inline int32_t* get_address_of_userVip2_16() { return &___userVip2_16; } inline void set_userVip2_16(int32_t value) { ___userVip2_16 = value; } inline static int32_t get_offset_of_lookNumMax_17() { return static_cast(offsetof(MarryListItemData_t1515524605, ___lookNumMax_17)); } inline int32_t get_lookNumMax_17() const { return ___lookNumMax_17; } inline int32_t* get_address_of_lookNumMax_17() { return &___lookNumMax_17; } inline void set_lookNumMax_17(int32_t value) { ___lookNumMax_17 = value; } inline static int32_t get_offset_of_lookNumCur_18() { return static_cast(offsetof(MarryListItemData_t1515524605, ___lookNumCur_18)); } inline int32_t get_lookNumCur_18() const { return ___lookNumCur_18; } inline int32_t* get_address_of_lookNumCur_18() { return &___lookNumCur_18; } inline void set_lookNumCur_18(int32_t value) { ___lookNumCur_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARRYLISTITEMDATA_T1515524605_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 UNIQUE_ID_T1074083407_H #define UNIQUE_ID_T1074083407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.UNIQUE_ID struct UNIQUE_ID_t1074083407 : public RuntimeObject { public: // System.Int32 DMCore.UNIQUE_ID::nMain int32_t ___nMain_1; // System.Int32 DMCore.UNIQUE_ID::nSerial int32_t ___nSerial_2; public: inline static int32_t get_offset_of_nMain_1() { return static_cast(offsetof(UNIQUE_ID_t1074083407, ___nMain_1)); } inline int32_t get_nMain_1() const { return ___nMain_1; } inline int32_t* get_address_of_nMain_1() { return &___nMain_1; } inline void set_nMain_1(int32_t value) { ___nMain_1 = value; } inline static int32_t get_offset_of_nSerial_2() { return static_cast(offsetof(UNIQUE_ID_t1074083407, ___nSerial_2)); } inline int32_t get_nSerial_2() const { return ___nSerial_2; } inline int32_t* get_address_of_nSerial_2() { return &___nSerial_2; } inline void set_nSerial_2(int32_t value) { ___nSerial_2 = value; } }; struct UNIQUE_ID_t1074083407_StaticFields { public: // DMCore.UNIQUE_ID DMCore.UNIQUE_ID::EMPTY_ID UNIQUE_ID_t1074083407 * ___EMPTY_ID_0; public: inline static int32_t get_offset_of_EMPTY_ID_0() { return static_cast(offsetof(UNIQUE_ID_t1074083407_StaticFields, ___EMPTY_ID_0)); } inline UNIQUE_ID_t1074083407 * get_EMPTY_ID_0() const { return ___EMPTY_ID_0; } inline UNIQUE_ID_t1074083407 ** get_address_of_EMPTY_ID_0() { return &___EMPTY_ID_0; } inline void set_EMPTY_ID_0(UNIQUE_ID_t1074083407 * value) { ___EMPTY_ID_0 = value; Il2CppCodeGenWriteBarrier((&___EMPTY_ID_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNIQUE_ID_T1074083407_H #ifndef DMGAMEINTERFACE_T3355690341_H #define DMGAMEINTERFACE_T3355690341_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMGameInterface struct DMGameInterface_t3355690341 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMGAMEINTERFACE_T3355690341_H #ifndef LINKEDLISTNODE_1_T4167061670_H #define LINKEDLISTNODE_1_T4167061670_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_t4167061670 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item INetMsgBaseS2C_t126919271 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t3261532576 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t4167061670 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t4167061670 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___item_0)); } inline INetMsgBaseS2C_t126919271 * get_item_0() const { return ___item_0; } inline INetMsgBaseS2C_t126919271 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(INetMsgBaseS2C_t126919271 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___container_1)); } inline LinkedList_1_t3261532576 * get_container_1() const { return ___container_1; } inline LinkedList_1_t3261532576 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t3261532576 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___forward_2)); } inline LinkedListNode_1_t4167061670 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t4167061670 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t4167061670 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t4167061670, ___back_3)); } inline LinkedListNode_1_t4167061670 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t4167061670 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t4167061670 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T4167061670_H #ifndef CSYSTEMBROADCAST_T3934508125_H #define CSYSTEMBROADCAST_T3934508125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSystemBroadCast struct CSystemBroadCast_t3934508125 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CSystemBroadCast::k__BackingField bool ___U3CPlayFlagU3Ek__BackingField_0; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CSystemBroadCast::m_list LinkedList_1_t2089880993 * ___m_list_1; // System.Collections.Generic.List`1 DMCore.Logic.CSystemBroadCast::m_SysList List_1_t427342430 * ___m_SysList_2; public: inline static int32_t get_offset_of_U3CPlayFlagU3Ek__BackingField_0() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___U3CPlayFlagU3Ek__BackingField_0)); } inline bool get_U3CPlayFlagU3Ek__BackingField_0() const { return ___U3CPlayFlagU3Ek__BackingField_0; } inline bool* get_address_of_U3CPlayFlagU3Ek__BackingField_0() { return &___U3CPlayFlagU3Ek__BackingField_0; } inline void set_U3CPlayFlagU3Ek__BackingField_0(bool value) { ___U3CPlayFlagU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___m_list_1)); } inline LinkedList_1_t2089880993 * get_m_list_1() const { return ___m_list_1; } inline LinkedList_1_t2089880993 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(LinkedList_1_t2089880993 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((&___m_list_1), value); } inline static int32_t get_offset_of_m_SysList_2() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___m_SysList_2)); } inline List_1_t427342430 * get_m_SysList_2() const { return ___m_SysList_2; } inline List_1_t427342430 ** get_address_of_m_SysList_2() { return &___m_SysList_2; } inline void set_m_SysList_2(List_1_t427342430 * value) { ___m_SysList_2 = value; Il2CppCodeGenWriteBarrier((&___m_SysList_2), value); } }; struct CSystemBroadCast_t3934508125_StaticFields { public: // DMCore.Logic.CSystemBroadCast DMCore.Logic.CSystemBroadCast::s_Instance CSystemBroadCast_t3934508125 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CSystemBroadCast_t3934508125_StaticFields, ___s_Instance_3)); } inline CSystemBroadCast_t3934508125 * get_s_Instance_3() const { return ___s_Instance_3; } inline CSystemBroadCast_t3934508125 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CSystemBroadCast_t3934508125 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMBROADCAST_T3934508125_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 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 USER_T2909415622_H #define USER_T2909415622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // User struct User_t2909415622 : public RuntimeObject { public: // System.Int32 User::id int32_t ___id_0; // System.String User::nickname String_t* ___nickname_1; // System.String User::avatar String_t* ___avatar_2; // System.Int32 User::gender int32_t ___gender_3; // System.String User::address String_t* ___address_4; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(User_t2909415622, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_nickname_1() { return static_cast(offsetof(User_t2909415622, ___nickname_1)); } inline String_t* get_nickname_1() const { return ___nickname_1; } inline String_t** get_address_of_nickname_1() { return &___nickname_1; } inline void set_nickname_1(String_t* value) { ___nickname_1 = value; Il2CppCodeGenWriteBarrier((&___nickname_1), value); } inline static int32_t get_offset_of_avatar_2() { return static_cast(offsetof(User_t2909415622, ___avatar_2)); } inline String_t* get_avatar_2() const { return ___avatar_2; } inline String_t** get_address_of_avatar_2() { return &___avatar_2; } inline void set_avatar_2(String_t* value) { ___avatar_2 = value; Il2CppCodeGenWriteBarrier((&___avatar_2), value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(User_t2909415622, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_address_4() { return static_cast(offsetof(User_t2909415622, ___address_4)); } inline String_t* get_address_4() const { return ___address_4; } inline String_t** get_address_of_address_4() { return &___address_4; } inline void set_address_4(String_t* value) { ___address_4 = value; Il2CppCodeGenWriteBarrier((&___address_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USER_T2909415622_H #ifndef LIST_1_T2796238276_H #define LIST_1_T2796238276_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_t2796238276 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items avatarDataU5BU5D_t527189819* ____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_t2796238276, ____items_1)); } inline avatarDataU5BU5D_t527189819* get__items_1() const { return ____items_1; } inline avatarDataU5BU5D_t527189819** get_address_of__items_1() { return &____items_1; } inline void set__items_1(avatarDataU5BU5D_t527189819* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2796238276, ____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_t2796238276, ____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_t2796238276_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray avatarDataU5BU5D_t527189819* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2796238276_StaticFields, ___EmptyArray_4)); } inline avatarDataU5BU5D_t527189819* get_EmptyArray_4() const { return ___EmptyArray_4; } inline avatarDataU5BU5D_t527189819** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(avatarDataU5BU5D_t527189819* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2796238276_H #ifndef BETTERLIST_1_T3223218359_H #define BETTERLIST_1_T3223218359_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_t3223218359 : public RuntimeObject { public: // T[] BetterList`1::buffer CDataArrayU5BU5D_t1895413476* ___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_t3223218359, ___buffer_0)); } inline CDataArrayU5BU5D_t1895413476* get_buffer_0() const { return ___buffer_0; } inline CDataArrayU5BU5D_t1895413476** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CDataArrayU5BU5D_t1895413476* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3223218359, ___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_T3223218359_H #ifndef CPROPITEMPOOL_T1526587231_H #define CPROPITEMPOOL_T1526587231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropItemPool struct CPropItemPool_t1526587231 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropItemPool::m_propItemList Dictionary_2_t344600426 * ___m_propItemList_0; public: inline static int32_t get_offset_of_m_propItemList_0() { return static_cast(offsetof(CPropItemPool_t1526587231, ___m_propItemList_0)); } inline Dictionary_2_t344600426 * get_m_propItemList_0() const { return ___m_propItemList_0; } inline Dictionary_2_t344600426 ** get_address_of_m_propItemList_0() { return &___m_propItemList_0; } inline void set_m_propItemList_0(Dictionary_2_t344600426 * value) { ___m_propItemList_0 = value; Il2CppCodeGenWriteBarrier((&___m_propItemList_0), value); } }; struct CPropItemPool_t1526587231_StaticFields { public: // DMCore.Logic.CPropItemPool DMCore.Logic.CPropItemPool::s_instance CPropItemPool_t1526587231 * ___s_instance_1; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(CPropItemPool_t1526587231_StaticFields, ___s_instance_1)); } inline CPropItemPool_t1526587231 * get_s_instance_1() const { return ___s_instance_1; } inline CPropItemPool_t1526587231 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(CPropItemPool_t1526587231 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPITEMPOOL_T1526587231_H #ifndef CTHREADLOCK_T3315856551_H #define CTHREADLOCK_T3315856551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551 : public RuntimeObject { public: // System.Threading.Mutex DMCore.Framework.Thread.CThreadLock::m_lock Mutex_t3066672582 * ___m_lock_0; public: inline static int32_t get_offset_of_m_lock_0() { return static_cast(offsetof(CThreadLock_t3315856551, ___m_lock_0)); } inline Mutex_t3066672582 * get_m_lock_0() const { return ___m_lock_0; } inline Mutex_t3066672582 ** get_address_of_m_lock_0() { return &___m_lock_0; } inline void set_m_lock_0(Mutex_t3066672582 * value) { ___m_lock_0 = value; Il2CppCodeGenWriteBarrier((&___m_lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADLOCK_T3315856551_H #ifndef 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 SDKEVENTMANAGER_T864216586_H #define SDKEVENTMANAGER_T864216586_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // GameFriend.SDKEventManager struct SDKEventManager_t864216586 : public RuntimeObject { public: public: }; struct SDKEventManager_t864216586_StaticFields { public: // LitJson.JsonData GameFriend.SDKEventManager::jsonObj JsonData_t1524858407 * ___jsonObj_0; // System.Boolean GameFriend.SDKEventManager::s_bNeedSendEnterHall bool ___s_bNeedSendEnterHall_1; public: inline static int32_t get_offset_of_jsonObj_0() { return static_cast(offsetof(SDKEventManager_t864216586_StaticFields, ___jsonObj_0)); } inline JsonData_t1524858407 * get_jsonObj_0() const { return ___jsonObj_0; } inline JsonData_t1524858407 ** get_address_of_jsonObj_0() { return &___jsonObj_0; } inline void set_jsonObj_0(JsonData_t1524858407 * value) { ___jsonObj_0 = value; Il2CppCodeGenWriteBarrier((&___jsonObj_0), value); } inline static int32_t get_offset_of_s_bNeedSendEnterHall_1() { return static_cast(offsetof(SDKEventManager_t864216586_StaticFields, ___s_bNeedSendEnterHall_1)); } inline bool get_s_bNeedSendEnterHall_1() const { return ___s_bNeedSendEnterHall_1; } inline bool* get_address_of_s_bNeedSendEnterHall_1() { return &___s_bNeedSendEnterHall_1; } inline void set_s_bNeedSendEnterHall_1(bool value) { ___s_bNeedSendEnterHall_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SDKEVENTMANAGER_T864216586_H #ifndef CCHANGENAMEMANAGER_T2068867582_H #define CCHANGENAMEMANAGER_T2068867582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582 : public RuntimeObject { public: // DMCore.Logic.CChangeNameInfo DMCore.Logic.CChangeNameManager::_info_set CChangeNameInfo_t1998310127 * ____info_set_0; // System.Boolean DMCore.Logic.CChangeNameManager::_is_need_refresh_name bool ____is_need_refresh_name_1; // System.String DMCore.Logic.CChangeNameManager::_new_name String_t* ____new_name_2; public: inline static int32_t get_offset_of__info_set_0() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____info_set_0)); } inline CChangeNameInfo_t1998310127 * get__info_set_0() const { return ____info_set_0; } inline CChangeNameInfo_t1998310127 ** get_address_of__info_set_0() { return &____info_set_0; } inline void set__info_set_0(CChangeNameInfo_t1998310127 * value) { ____info_set_0 = value; Il2CppCodeGenWriteBarrier((&____info_set_0), value); } inline static int32_t get_offset_of__is_need_refresh_name_1() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____is_need_refresh_name_1)); } inline bool get__is_need_refresh_name_1() const { return ____is_need_refresh_name_1; } inline bool* get_address_of__is_need_refresh_name_1() { return &____is_need_refresh_name_1; } inline void set__is_need_refresh_name_1(bool value) { ____is_need_refresh_name_1 = value; } inline static int32_t get_offset_of__new_name_2() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____new_name_2)); } inline String_t* get__new_name_2() const { return ____new_name_2; } inline String_t** get_address_of__new_name_2() { return &____new_name_2; } inline void set__new_name_2(String_t* value) { ____new_name_2 = value; Il2CppCodeGenWriteBarrier((&____new_name_2), value); } }; struct CChangeNameManager_t2068867582_StaticFields { public: // DMCore.Logic.CChangeNameManager DMCore.Logic.CChangeNameManager::s_instance CChangeNameManager_t2068867582 * ___s_instance_3; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CChangeNameManager_t2068867582_StaticFields, ___s_instance_3)); } inline CChangeNameManager_t2068867582 * get_s_instance_3() const { return ___s_instance_3; } inline CChangeNameManager_t2068867582 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CChangeNameManager_t2068867582 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGENAMEMANAGER_T2068867582_H #ifndef INETMSGBASES2C_T126919271_H #define INETMSGBASES2C_T126919271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.INetMsgBaseS2C struct INetMsgBaseS2C_t126919271 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETMSGBASES2C_T126919271_H #ifndef FRESHGIFTMANAGER_T2414011906_H #define FRESHGIFTMANAGER_T2414011906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FreshGiftManager struct FreshGiftManager_t2414011906 : public RuntimeObject { public: // System.Int32 FreshGiftManager::limitDays int32_t ___limitDays_1; // System.Int32 FreshGiftManager::limitLevel int32_t ___limitLevel_2; // System.Int32 FreshGiftManager::limitRewardTimes int32_t ___limitRewardTimes_3; // System.Int32 FreshGiftManager::mGetReward int32_t ___mGetReward_4; public: inline static int32_t get_offset_of_limitDays_1() { return static_cast(offsetof(FreshGiftManager_t2414011906, ___limitDays_1)); } inline int32_t get_limitDays_1() const { return ___limitDays_1; } inline int32_t* get_address_of_limitDays_1() { return &___limitDays_1; } inline void set_limitDays_1(int32_t value) { ___limitDays_1 = value; } inline static int32_t get_offset_of_limitLevel_2() { return static_cast(offsetof(FreshGiftManager_t2414011906, ___limitLevel_2)); } inline int32_t get_limitLevel_2() const { return ___limitLevel_2; } inline int32_t* get_address_of_limitLevel_2() { return &___limitLevel_2; } inline void set_limitLevel_2(int32_t value) { ___limitLevel_2 = value; } inline static int32_t get_offset_of_limitRewardTimes_3() { return static_cast(offsetof(FreshGiftManager_t2414011906, ___limitRewardTimes_3)); } inline int32_t get_limitRewardTimes_3() const { return ___limitRewardTimes_3; } inline int32_t* get_address_of_limitRewardTimes_3() { return &___limitRewardTimes_3; } inline void set_limitRewardTimes_3(int32_t value) { ___limitRewardTimes_3 = value; } inline static int32_t get_offset_of_mGetReward_4() { return static_cast(offsetof(FreshGiftManager_t2414011906, ___mGetReward_4)); } inline int32_t get_mGetReward_4() const { return ___mGetReward_4; } inline int32_t* get_address_of_mGetReward_4() { return &___mGetReward_4; } inline void set_mGetReward_4(int32_t value) { ___mGetReward_4 = value; } }; struct FreshGiftManager_t2414011906_StaticFields { public: // FreshGiftManager FreshGiftManager::_instance FreshGiftManager_t2414011906 * ____instance_0; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(FreshGiftManager_t2414011906_StaticFields, ____instance_0)); } inline FreshGiftManager_t2414011906 * get__instance_0() const { return ____instance_0; } inline FreshGiftManager_t2414011906 ** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(FreshGiftManager_t2414011906 * value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((&____instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRESHGIFTMANAGER_T2414011906_H #ifndef FASHIONSTARSMANAGER_T4100381698_H #define FASHIONSTARSMANAGER_T4100381698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionStarsManager struct FashionStarsManager_t4100381698 : public RuntimeObject { public: // System.Boolean FashionStarsManager::k__BackingField bool ___U3CMainPageFashionChangedU3Ek__BackingField_2; // System.Int32 FashionStarsManager::k__BackingField int32_t ___U3CCurrentFashionStarU3Ek__BackingField_3; // System.Boolean FashionStarsManager::k__BackingField bool ___U3CIsShowingEffectU3Ek__BackingField_4; // System.Boolean FashionStarsManager::k__BackingField bool ___U3CIsInitializedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CMainPageFashionChangedU3Ek__BackingField_2() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CMainPageFashionChangedU3Ek__BackingField_2)); } inline bool get_U3CMainPageFashionChangedU3Ek__BackingField_2() const { return ___U3CMainPageFashionChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CMainPageFashionChangedU3Ek__BackingField_2() { return &___U3CMainPageFashionChangedU3Ek__BackingField_2; } inline void set_U3CMainPageFashionChangedU3Ek__BackingField_2(bool value) { ___U3CMainPageFashionChangedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCurrentFashionStarU3Ek__BackingField_3() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CCurrentFashionStarU3Ek__BackingField_3)); } inline int32_t get_U3CCurrentFashionStarU3Ek__BackingField_3() const { return ___U3CCurrentFashionStarU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CCurrentFashionStarU3Ek__BackingField_3() { return &___U3CCurrentFashionStarU3Ek__BackingField_3; } inline void set_U3CCurrentFashionStarU3Ek__BackingField_3(int32_t value) { ___U3CCurrentFashionStarU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsShowingEffectU3Ek__BackingField_4() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CIsShowingEffectU3Ek__BackingField_4)); } inline bool get_U3CIsShowingEffectU3Ek__BackingField_4() const { return ___U3CIsShowingEffectU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsShowingEffectU3Ek__BackingField_4() { return &___U3CIsShowingEffectU3Ek__BackingField_4; } inline void set_U3CIsShowingEffectU3Ek__BackingField_4(bool value) { ___U3CIsShowingEffectU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIsInitializedU3Ek__BackingField_5() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CIsInitializedU3Ek__BackingField_5)); } inline bool get_U3CIsInitializedU3Ek__BackingField_5() const { return ___U3CIsInitializedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsInitializedU3Ek__BackingField_5() { return &___U3CIsInitializedU3Ek__BackingField_5; } inline void set_U3CIsInitializedU3Ek__BackingField_5(bool value) { ___U3CIsInitializedU3Ek__BackingField_5 = value; } }; struct FashionStarsManager_t4100381698_StaticFields { public: // FashionStarsManager FashionStarsManager::s_instance FashionStarsManager_t4100381698 * ___s_instance_6; public: inline static int32_t get_offset_of_s_instance_6() { return static_cast(offsetof(FashionStarsManager_t4100381698_StaticFields, ___s_instance_6)); } inline FashionStarsManager_t4100381698 * get_s_instance_6() const { return ___s_instance_6; } inline FashionStarsManager_t4100381698 ** get_address_of_s_instance_6() { return &___s_instance_6; } inline void set_s_instance_6(FashionStarsManager_t4100381698 * value) { ___s_instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASHIONSTARSMANAGER_T4100381698_H #ifndef PATHINFO_T2470358406_H #define PATHINFO_T2470358406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CPathManager/PathInfo struct PathInfo_t2470358406 : public RuntimeObject { public: // System.Int32 CPathManager/PathInfo::k__BackingField int32_t ___U3CPathIDU3Ek__BackingField_0; // System.String CPathManager/PathInfo::k__BackingField String_t* ___U3CPathNameU3Ek__BackingField_1; // System.Int32 CPathManager/PathInfo::k__BackingField int32_t ___U3CUIPathU3Ek__BackingField_2; // System.String CPathManager/PathInfo::k__BackingField String_t* ___U3CPicPathU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CPathIDU3Ek__BackingField_0() { return static_cast(offsetof(PathInfo_t2470358406, ___U3CPathIDU3Ek__BackingField_0)); } inline int32_t get_U3CPathIDU3Ek__BackingField_0() const { return ___U3CPathIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CPathIDU3Ek__BackingField_0() { return &___U3CPathIDU3Ek__BackingField_0; } inline void set_U3CPathIDU3Ek__BackingField_0(int32_t value) { ___U3CPathIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CPathNameU3Ek__BackingField_1() { return static_cast(offsetof(PathInfo_t2470358406, ___U3CPathNameU3Ek__BackingField_1)); } inline String_t* get_U3CPathNameU3Ek__BackingField_1() const { return ___U3CPathNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CPathNameU3Ek__BackingField_1() { return &___U3CPathNameU3Ek__BackingField_1; } inline void set_U3CPathNameU3Ek__BackingField_1(String_t* value) { ___U3CPathNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CPathNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CUIPathU3Ek__BackingField_2() { return static_cast(offsetof(PathInfo_t2470358406, ___U3CUIPathU3Ek__BackingField_2)); } inline int32_t get_U3CUIPathU3Ek__BackingField_2() const { return ___U3CUIPathU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CUIPathU3Ek__BackingField_2() { return &___U3CUIPathU3Ek__BackingField_2; } inline void set_U3CUIPathU3Ek__BackingField_2(int32_t value) { ___U3CUIPathU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CPicPathU3Ek__BackingField_3() { return static_cast(offsetof(PathInfo_t2470358406, ___U3CPicPathU3Ek__BackingField_3)); } inline String_t* get_U3CPicPathU3Ek__BackingField_3() const { return ___U3CPicPathU3Ek__BackingField_3; } inline String_t** get_address_of_U3CPicPathU3Ek__BackingField_3() { return &___U3CPicPathU3Ek__BackingField_3; } inline void set_U3CPicPathU3Ek__BackingField_3(String_t* value) { ___U3CPicPathU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CPicPathU3Ek__BackingField_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHINFO_T2470358406_H #ifndef CGAMESETTING_T2678036671_H #define CGAMESETTING_T2678036671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CGameSetting struct CGameSetting_t2678036671 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.CGameSetting::m_GameSettingLib Dictionary_2_t2591502567 * ___m_GameSettingLib_0; // System.Collections.Generic.List`1 DMCore.CGameSetting::m_SurportLanguageSet List_1_t3319525431 * ___m_SurportLanguageSet_1; public: inline static int32_t get_offset_of_m_GameSettingLib_0() { return static_cast(offsetof(CGameSetting_t2678036671, ___m_GameSettingLib_0)); } inline Dictionary_2_t2591502567 * get_m_GameSettingLib_0() const { return ___m_GameSettingLib_0; } inline Dictionary_2_t2591502567 ** get_address_of_m_GameSettingLib_0() { return &___m_GameSettingLib_0; } inline void set_m_GameSettingLib_0(Dictionary_2_t2591502567 * value) { ___m_GameSettingLib_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameSettingLib_0), value); } inline static int32_t get_offset_of_m_SurportLanguageSet_1() { return static_cast(offsetof(CGameSetting_t2678036671, ___m_SurportLanguageSet_1)); } inline List_1_t3319525431 * get_m_SurportLanguageSet_1() const { return ___m_SurportLanguageSet_1; } inline List_1_t3319525431 ** get_address_of_m_SurportLanguageSet_1() { return &___m_SurportLanguageSet_1; } inline void set_m_SurportLanguageSet_1(List_1_t3319525431 * value) { ___m_SurportLanguageSet_1 = value; Il2CppCodeGenWriteBarrier((&___m_SurportLanguageSet_1), value); } }; struct CGameSetting_t2678036671_StaticFields { public: // DMCore.CGameSetting DMCore.CGameSetting::s_Instance CGameSetting_t2678036671 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CGameSetting_t2678036671_StaticFields, ___s_Instance_2)); } inline CGameSetting_t2678036671 * get_s_Instance_2() const { return ___s_Instance_2; } inline CGameSetting_t2678036671 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CGameSetting_t2678036671 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMESETTING_T2678036671_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_T736164020_H #define DICTIONARY_2_T736164020_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_t736164020 : 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 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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t886128184 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t736164020_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t886128184 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t886128184 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t886128184 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T736164020_H #ifndef INETMSGBASEC2S_T1364238951_H #define INETMSGBASEC2S_T1364238951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.INetMsgBaseC2S struct INetMsgBaseC2S_t1364238951 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETMSGBASEC2S_T1364238951_H #ifndef CCUSTOMNETMSGHOOKER_T1749009394_H #define CCUSTOMNETMSGHOOKER_T1749009394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Net.CCustomNetMsgHooker::m_arrayCustomProc Dictionary_2_t2894772567 * ___m_arrayCustomProc_0; public: inline static int32_t get_offset_of_m_arrayCustomProc_0() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394, ___m_arrayCustomProc_0)); } inline Dictionary_2_t2894772567 * get_m_arrayCustomProc_0() const { return ___m_arrayCustomProc_0; } inline Dictionary_2_t2894772567 ** get_address_of_m_arrayCustomProc_0() { return &___m_arrayCustomProc_0; } inline void set_m_arrayCustomProc_0(Dictionary_2_t2894772567 * value) { ___m_arrayCustomProc_0 = value; Il2CppCodeGenWriteBarrier((&___m_arrayCustomProc_0), value); } }; struct CCustomNetMsgHooker_t1749009394_StaticFields { public: // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache0 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache0_1; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache1 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache1_2; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache2 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache2_3; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache3 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache3_4; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache4 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache4_5; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache5 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache5_6; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache6 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache6_7; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache7 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache7_8; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache8 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache8_9; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache9 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache9_10; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA_11; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB_12; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC_13; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD_14; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE_15; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF_16; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache10 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache10_17; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache11 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache11_18; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache12 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache12_19; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache13 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache13_20; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache14 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache14_21; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache15 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache15_22; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache16 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache16_23; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache17 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache17_24; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache18 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache18_25; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache19 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache19_26; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache1A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache1A_27; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache1B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache1B_28; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache1C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache1C_29; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache1D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache1D_30; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache1E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache1E_31; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache1F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache1F_32; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache20 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache20_33; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache21 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache21_34; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache22 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache22_35; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache23 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache23_36; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache24 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache24_37; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache25 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache25_38; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache26 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache26_39; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache27 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache27_40; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache28 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache28_41; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache29 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache29_42; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache2A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache2A_43; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache2B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache2B_44; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache2C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache2C_45; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache2D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache2D_46; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache2E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache2E_47; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache2F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache2F_48; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache30 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache30_49; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache31 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache31_50; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache32 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache32_51; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache33 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache33_52; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache34 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache34_53; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache35 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache35_54; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache36 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache36_55; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache37 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache37_56; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache38 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache38_57; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache39 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache39_58; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache3A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache3A_59; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache3B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache3B_60; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache3C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache3C_61; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache3D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache3D_62; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache3E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache3E_63; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache3F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache3F_64; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache40 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache40_65; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache41 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache41_66; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache42 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache42_67; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache43 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache43_68; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache44 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache44_69; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache45 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache45_70; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache46 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache46_71; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache47 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache47_72; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache48 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache48_73; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache49 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache49_74; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache4A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache4A_75; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache4B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache4B_76; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache4C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache4C_77; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache4D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache4D_78; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache4E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache4E_79; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache4F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache4F_80; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache50 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache50_81; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache51 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache51_82; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache52 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache52_83; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache53 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache53_84; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache54 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache54_85; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache55 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache55_86; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache56 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache56_87; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache57 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache57_88; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache58 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache58_89; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache59 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache59_90; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache5A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache5A_91; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache5B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache5B_92; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache5C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache5C_93; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache5D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache5D_94; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache5E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache5E_95; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache5F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache5F_96; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache60 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache60_97; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache61 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache61_98; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache62 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache62_99; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache63 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache63_100; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache64 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache64_101; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache65 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache65_102; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache66 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache66_103; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache67 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache67_104; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache68 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache68_105; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache69 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache69_106; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache6A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache6A_107; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache6B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache6B_108; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache6C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache6C_109; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache6D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache6D_110; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache6E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache6E_111; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache6F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache6F_112; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache70 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache70_113; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache71 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache71_114; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache72 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache72_115; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache73 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache73_116; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache74 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache74_117; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache75 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache75_118; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache76 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache76_119; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache77 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache77_120; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache78 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache78_121; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache79 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache79_122; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache7A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache7A_123; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache7B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache7B_124; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache7C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache7C_125; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache7D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache7D_126; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache7E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache7E_127; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache7F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache7F_128; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache80 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache80_129; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache81 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache81_130; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache82 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache82_131; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache83 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache83_132; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache84 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache84_133; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache85 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache85_134; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache86 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache86_135; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache87 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache87_136; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache88 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache88_137; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache89 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache89_138; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache8A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache8A_139; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache8B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache8B_140; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache8C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache8C_141; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache8D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache8D_142; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache8E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache8E_143; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache8F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache8F_144; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache90 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache90_145; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache91 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache91_146; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache92 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache92_147; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache93 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache93_148; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache94 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache94_149; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache95 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache95_150; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache96 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache96_151; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache97 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache97_152; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache98 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache98_153; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache99 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache99_154; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache9A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache9A_155; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache9B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache9B_156; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache9C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache9C_157; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache9D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache9D_158; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache9E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache9E_159; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache9F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache9F_160; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA0 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA0_161; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA1 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA1_162; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA2 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA2_163; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA3 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA3_164; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA4 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA4_165; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA5 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA5_166; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA6 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA6_167; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA7 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA7_168; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA8 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA8_169; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheA9 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheA9_170; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheAA _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheAA_171; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheAB _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheAB_172; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheAC _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheAC_173; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheAD _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheAD_174; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheAE _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheAE_175; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheAF _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheAF_176; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB0 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB0_177; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB1 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB1_178; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB2 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB2_179; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB3 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB3_180; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB4 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB4_181; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB5 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB5_182; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB6 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB6_183; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB7 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB7_184; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB8 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB8_185; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheB9 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheB9_186; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheBA _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheBA_187; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheBB _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheBB_188; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheBC _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheBC_189; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheBD _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheBD_190; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheBE _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheBE_191; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheBF _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheBF_192; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC0 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC0_193; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC1 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC1_194; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC2 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC2_195; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC3 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC3_196; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC4 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC4_197; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC5 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC5_198; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC6 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC6_199; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC7 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC7_200; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC8 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC8_201; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheC9 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheC9_202; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheCA _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheCA_203; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheCB _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheCB_204; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheCC _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheCC_205; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheCD _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheCD_206; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheCE _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheCE_207; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheCF _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheCF_208; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD0 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD0_209; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD1 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD1_210; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD2 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD2_211; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD3 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD3_212; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD4 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD4_213; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD5 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD5_214; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD6 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD6_215; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD7 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD7_216; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD8 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD8_217; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheD9 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheD9_218; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheDA _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheDA_219; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheDB _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheDB_220; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheDC _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheDC_221; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheDD _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheDD_222; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheDE _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheDE_223; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheDF _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheDF_224; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE0 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE0_225; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE1 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE1_226; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE2 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE2_227; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE3 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE3_228; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE4 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE4_229; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE5 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE5_230; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE6 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE6_231; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE7 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE7_232; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE8 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE8_233; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheE9 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheE9_234; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheEA _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheEA_235; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheEB _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheEB_236; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheEC _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheEC_237; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheED _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheED_238; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheEE _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheEE_239; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheEF _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheEF_240; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF0 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF0_241; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF1 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF1_242; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF2 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF2_243; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF3 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF3_244; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF4 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF4_245; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF5 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF5_246; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF6 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF6_247; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF7 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF7_248; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF8 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF8_249; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheF9 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheF9_250; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheFA _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheFA_251; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheFB _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheFB_252; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheFC _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheFC_253; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheFD _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheFD_254; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheFE _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheFE_255; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cacheFF _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cacheFF_256; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache100 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache100_257; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache101 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache101_258; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache102 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache102_259; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache103 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache103_260; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache104 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache104_261; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache105 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache105_262; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache106 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache106_263; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache107 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache107_264; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache108 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache108_265; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache109 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache109_266; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache10A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache10A_267; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache10B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache10B_268; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache10C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache10C_269; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache10D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache10D_270; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache10E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache10E_271; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache10F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache10F_272; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache110 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache110_273; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache111 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache111_274; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache112 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache112_275; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache113 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache113_276; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache114 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache114_277; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache115 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache115_278; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache116 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache116_279; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache117 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache117_280; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache118 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache118_281; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache119 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache119_282; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache11A _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache11A_283; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache11B _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache11B_284; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache11C _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache11C_285; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache11D _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache11D_286; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache11E _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache11E_287; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache11F _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache11F_288; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache120 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache120_289; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache121 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache121_290; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache122 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache122_291; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache123 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache123_292; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache124 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache124_293; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache125 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache125_294; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache126 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache126_295; // DMCore.Net.CCustomNetMsgHooker/_ProcCustomMsg DMCore.Net.CCustomNetMsgHooker::<>f__mg$cache127 _ProcCustomMsg_t4006059236 * ___U3CU3Ef__mgU24cache127_296; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_2() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache1_2)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache1_2() const { return ___U3CU3Ef__mgU24cache1_2; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache1_2() { return &___U3CU3Ef__mgU24cache1_2; } inline void set_U3CU3Ef__mgU24cache1_2(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_3() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache2_3)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache2_3() const { return ___U3CU3Ef__mgU24cache2_3; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache2_3() { return &___U3CU3Ef__mgU24cache2_3; } inline void set_U3CU3Ef__mgU24cache2_3(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache2_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_4() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache3_4)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache3_4() const { return ___U3CU3Ef__mgU24cache3_4; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache3_4() { return &___U3CU3Ef__mgU24cache3_4; } inline void set_U3CU3Ef__mgU24cache3_4(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache3_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_5() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache4_5)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache4_5() const { return ___U3CU3Ef__mgU24cache4_5; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache4_5() { return &___U3CU3Ef__mgU24cache4_5; } inline void set_U3CU3Ef__mgU24cache4_5(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache4_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_6() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache5_6)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache5_6() const { return ___U3CU3Ef__mgU24cache5_6; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache5_6() { return &___U3CU3Ef__mgU24cache5_6; } inline void set_U3CU3Ef__mgU24cache5_6(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache5_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_7() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache6_7)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache6_7() const { return ___U3CU3Ef__mgU24cache6_7; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache6_7() { return &___U3CU3Ef__mgU24cache6_7; } inline void set_U3CU3Ef__mgU24cache6_7(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache6_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_8() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache7_8)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache7_8() const { return ___U3CU3Ef__mgU24cache7_8; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache7_8() { return &___U3CU3Ef__mgU24cache7_8; } inline void set_U3CU3Ef__mgU24cache7_8(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache7_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_9() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache8_9)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache8_9() const { return ___U3CU3Ef__mgU24cache8_9; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache8_9() { return &___U3CU3Ef__mgU24cache8_9; } inline void set_U3CU3Ef__mgU24cache8_9(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache8_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_10() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache9_10)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache9_10() const { return ___U3CU3Ef__mgU24cache9_10; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache9_10() { return &___U3CU3Ef__mgU24cache9_10; } inline void set_U3CU3Ef__mgU24cache9_10(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache9_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_11() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA_11)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA_11() const { return ___U3CU3Ef__mgU24cacheA_11; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA_11() { return &___U3CU3Ef__mgU24cacheA_11; } inline void set_U3CU3Ef__mgU24cacheA_11(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_12() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB_12)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB_12() const { return ___U3CU3Ef__mgU24cacheB_12; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB_12() { return &___U3CU3Ef__mgU24cacheB_12; } inline void set_U3CU3Ef__mgU24cacheB_12(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_13() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC_13)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC_13() const { return ___U3CU3Ef__mgU24cacheC_13; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC_13() { return &___U3CU3Ef__mgU24cacheC_13; } inline void set_U3CU3Ef__mgU24cacheC_13(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD_14() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD_14)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD_14() const { return ___U3CU3Ef__mgU24cacheD_14; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD_14() { return &___U3CU3Ef__mgU24cacheD_14; } inline void set_U3CU3Ef__mgU24cacheD_14(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE_15() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE_15)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE_15() const { return ___U3CU3Ef__mgU24cacheE_15; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE_15() { return &___U3CU3Ef__mgU24cacheE_15; } inline void set_U3CU3Ef__mgU24cacheE_15(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF_16() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF_16)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF_16() const { return ___U3CU3Ef__mgU24cacheF_16; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF_16() { return &___U3CU3Ef__mgU24cacheF_16; } inline void set_U3CU3Ef__mgU24cacheF_16(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10_17() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache10_17)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache10_17() const { return ___U3CU3Ef__mgU24cache10_17; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache10_17() { return &___U3CU3Ef__mgU24cache10_17; } inline void set_U3CU3Ef__mgU24cache10_17(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache10_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11_18() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache11_18)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache11_18() const { return ___U3CU3Ef__mgU24cache11_18; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache11_18() { return &___U3CU3Ef__mgU24cache11_18; } inline void set_U3CU3Ef__mgU24cache11_18(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache11_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache12_19() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache12_19)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache12_19() const { return ___U3CU3Ef__mgU24cache12_19; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache12_19() { return &___U3CU3Ef__mgU24cache12_19; } inline void set_U3CU3Ef__mgU24cache12_19(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache12_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache12_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache13_20() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache13_20)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache13_20() const { return ___U3CU3Ef__mgU24cache13_20; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache13_20() { return &___U3CU3Ef__mgU24cache13_20; } inline void set_U3CU3Ef__mgU24cache13_20(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache13_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache13_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache14_21() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache14_21)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache14_21() const { return ___U3CU3Ef__mgU24cache14_21; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache14_21() { return &___U3CU3Ef__mgU24cache14_21; } inline void set_U3CU3Ef__mgU24cache14_21(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache14_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache14_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache15_22() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache15_22)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache15_22() const { return ___U3CU3Ef__mgU24cache15_22; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache15_22() { return &___U3CU3Ef__mgU24cache15_22; } inline void set_U3CU3Ef__mgU24cache15_22(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache15_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache15_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache16_23() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache16_23)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache16_23() const { return ___U3CU3Ef__mgU24cache16_23; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache16_23() { return &___U3CU3Ef__mgU24cache16_23; } inline void set_U3CU3Ef__mgU24cache16_23(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache16_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache16_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache17_24() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache17_24)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache17_24() const { return ___U3CU3Ef__mgU24cache17_24; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache17_24() { return &___U3CU3Ef__mgU24cache17_24; } inline void set_U3CU3Ef__mgU24cache17_24(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache17_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache17_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache18_25() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache18_25)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache18_25() const { return ___U3CU3Ef__mgU24cache18_25; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache18_25() { return &___U3CU3Ef__mgU24cache18_25; } inline void set_U3CU3Ef__mgU24cache18_25(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache18_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache18_25), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache19_26() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache19_26)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache19_26() const { return ___U3CU3Ef__mgU24cache19_26; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache19_26() { return &___U3CU3Ef__mgU24cache19_26; } inline void set_U3CU3Ef__mgU24cache19_26(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache19_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache19_26), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1A_27() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache1A_27)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache1A_27() const { return ___U3CU3Ef__mgU24cache1A_27; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache1A_27() { return &___U3CU3Ef__mgU24cache1A_27; } inline void set_U3CU3Ef__mgU24cache1A_27(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache1A_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1A_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1B_28() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache1B_28)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache1B_28() const { return ___U3CU3Ef__mgU24cache1B_28; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache1B_28() { return &___U3CU3Ef__mgU24cache1B_28; } inline void set_U3CU3Ef__mgU24cache1B_28(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache1B_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1B_28), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1C_29() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache1C_29)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache1C_29() const { return ___U3CU3Ef__mgU24cache1C_29; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache1C_29() { return &___U3CU3Ef__mgU24cache1C_29; } inline void set_U3CU3Ef__mgU24cache1C_29(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache1C_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1C_29), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1D_30() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache1D_30)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache1D_30() const { return ___U3CU3Ef__mgU24cache1D_30; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache1D_30() { return &___U3CU3Ef__mgU24cache1D_30; } inline void set_U3CU3Ef__mgU24cache1D_30(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache1D_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1D_30), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1E_31() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache1E_31)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache1E_31() const { return ___U3CU3Ef__mgU24cache1E_31; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache1E_31() { return &___U3CU3Ef__mgU24cache1E_31; } inline void set_U3CU3Ef__mgU24cache1E_31(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache1E_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1E_31), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1F_32() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache1F_32)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache1F_32() const { return ___U3CU3Ef__mgU24cache1F_32; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache1F_32() { return &___U3CU3Ef__mgU24cache1F_32; } inline void set_U3CU3Ef__mgU24cache1F_32(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache1F_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1F_32), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache20_33() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache20_33)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache20_33() const { return ___U3CU3Ef__mgU24cache20_33; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache20_33() { return &___U3CU3Ef__mgU24cache20_33; } inline void set_U3CU3Ef__mgU24cache20_33(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache20_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache20_33), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache21_34() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache21_34)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache21_34() const { return ___U3CU3Ef__mgU24cache21_34; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache21_34() { return &___U3CU3Ef__mgU24cache21_34; } inline void set_U3CU3Ef__mgU24cache21_34(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache21_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache21_34), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache22_35() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache22_35)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache22_35() const { return ___U3CU3Ef__mgU24cache22_35; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache22_35() { return &___U3CU3Ef__mgU24cache22_35; } inline void set_U3CU3Ef__mgU24cache22_35(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache22_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache22_35), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache23_36() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache23_36)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache23_36() const { return ___U3CU3Ef__mgU24cache23_36; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache23_36() { return &___U3CU3Ef__mgU24cache23_36; } inline void set_U3CU3Ef__mgU24cache23_36(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache23_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache23_36), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache24_37() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache24_37)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache24_37() const { return ___U3CU3Ef__mgU24cache24_37; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache24_37() { return &___U3CU3Ef__mgU24cache24_37; } inline void set_U3CU3Ef__mgU24cache24_37(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache24_37 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache24_37), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache25_38() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache25_38)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache25_38() const { return ___U3CU3Ef__mgU24cache25_38; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache25_38() { return &___U3CU3Ef__mgU24cache25_38; } inline void set_U3CU3Ef__mgU24cache25_38(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache25_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache25_38), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache26_39() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache26_39)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache26_39() const { return ___U3CU3Ef__mgU24cache26_39; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache26_39() { return &___U3CU3Ef__mgU24cache26_39; } inline void set_U3CU3Ef__mgU24cache26_39(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache26_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache26_39), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache27_40() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache27_40)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache27_40() const { return ___U3CU3Ef__mgU24cache27_40; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache27_40() { return &___U3CU3Ef__mgU24cache27_40; } inline void set_U3CU3Ef__mgU24cache27_40(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache27_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache27_40), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache28_41() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache28_41)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache28_41() const { return ___U3CU3Ef__mgU24cache28_41; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache28_41() { return &___U3CU3Ef__mgU24cache28_41; } inline void set_U3CU3Ef__mgU24cache28_41(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache28_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache28_41), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache29_42() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache29_42)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache29_42() const { return ___U3CU3Ef__mgU24cache29_42; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache29_42() { return &___U3CU3Ef__mgU24cache29_42; } inline void set_U3CU3Ef__mgU24cache29_42(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache29_42 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache29_42), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2A_43() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache2A_43)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache2A_43() const { return ___U3CU3Ef__mgU24cache2A_43; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache2A_43() { return &___U3CU3Ef__mgU24cache2A_43; } inline void set_U3CU3Ef__mgU24cache2A_43(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache2A_43 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2A_43), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2B_44() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache2B_44)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache2B_44() const { return ___U3CU3Ef__mgU24cache2B_44; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache2B_44() { return &___U3CU3Ef__mgU24cache2B_44; } inline void set_U3CU3Ef__mgU24cache2B_44(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache2B_44 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2B_44), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2C_45() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache2C_45)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache2C_45() const { return ___U3CU3Ef__mgU24cache2C_45; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache2C_45() { return &___U3CU3Ef__mgU24cache2C_45; } inline void set_U3CU3Ef__mgU24cache2C_45(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache2C_45 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2C_45), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2D_46() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache2D_46)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache2D_46() const { return ___U3CU3Ef__mgU24cache2D_46; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache2D_46() { return &___U3CU3Ef__mgU24cache2D_46; } inline void set_U3CU3Ef__mgU24cache2D_46(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache2D_46 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2D_46), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2E_47() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache2E_47)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache2E_47() const { return ___U3CU3Ef__mgU24cache2E_47; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache2E_47() { return &___U3CU3Ef__mgU24cache2E_47; } inline void set_U3CU3Ef__mgU24cache2E_47(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache2E_47 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2E_47), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2F_48() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache2F_48)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache2F_48() const { return ___U3CU3Ef__mgU24cache2F_48; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache2F_48() { return &___U3CU3Ef__mgU24cache2F_48; } inline void set_U3CU3Ef__mgU24cache2F_48(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache2F_48 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2F_48), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache30_49() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache30_49)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache30_49() const { return ___U3CU3Ef__mgU24cache30_49; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache30_49() { return &___U3CU3Ef__mgU24cache30_49; } inline void set_U3CU3Ef__mgU24cache30_49(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache30_49 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache30_49), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache31_50() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache31_50)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache31_50() const { return ___U3CU3Ef__mgU24cache31_50; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache31_50() { return &___U3CU3Ef__mgU24cache31_50; } inline void set_U3CU3Ef__mgU24cache31_50(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache31_50 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache31_50), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache32_51() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache32_51)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache32_51() const { return ___U3CU3Ef__mgU24cache32_51; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache32_51() { return &___U3CU3Ef__mgU24cache32_51; } inline void set_U3CU3Ef__mgU24cache32_51(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache32_51 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache32_51), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache33_52() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache33_52)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache33_52() const { return ___U3CU3Ef__mgU24cache33_52; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache33_52() { return &___U3CU3Ef__mgU24cache33_52; } inline void set_U3CU3Ef__mgU24cache33_52(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache33_52 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache33_52), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache34_53() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache34_53)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache34_53() const { return ___U3CU3Ef__mgU24cache34_53; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache34_53() { return &___U3CU3Ef__mgU24cache34_53; } inline void set_U3CU3Ef__mgU24cache34_53(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache34_53 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache34_53), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache35_54() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache35_54)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache35_54() const { return ___U3CU3Ef__mgU24cache35_54; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache35_54() { return &___U3CU3Ef__mgU24cache35_54; } inline void set_U3CU3Ef__mgU24cache35_54(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache35_54 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache35_54), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache36_55() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache36_55)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache36_55() const { return ___U3CU3Ef__mgU24cache36_55; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache36_55() { return &___U3CU3Ef__mgU24cache36_55; } inline void set_U3CU3Ef__mgU24cache36_55(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache36_55 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache36_55), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache37_56() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache37_56)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache37_56() const { return ___U3CU3Ef__mgU24cache37_56; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache37_56() { return &___U3CU3Ef__mgU24cache37_56; } inline void set_U3CU3Ef__mgU24cache37_56(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache37_56 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache37_56), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache38_57() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache38_57)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache38_57() const { return ___U3CU3Ef__mgU24cache38_57; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache38_57() { return &___U3CU3Ef__mgU24cache38_57; } inline void set_U3CU3Ef__mgU24cache38_57(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache38_57 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache38_57), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache39_58() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache39_58)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache39_58() const { return ___U3CU3Ef__mgU24cache39_58; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache39_58() { return &___U3CU3Ef__mgU24cache39_58; } inline void set_U3CU3Ef__mgU24cache39_58(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache39_58 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache39_58), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3A_59() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache3A_59)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache3A_59() const { return ___U3CU3Ef__mgU24cache3A_59; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache3A_59() { return &___U3CU3Ef__mgU24cache3A_59; } inline void set_U3CU3Ef__mgU24cache3A_59(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache3A_59 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3A_59), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3B_60() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache3B_60)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache3B_60() const { return ___U3CU3Ef__mgU24cache3B_60; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache3B_60() { return &___U3CU3Ef__mgU24cache3B_60; } inline void set_U3CU3Ef__mgU24cache3B_60(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache3B_60 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3B_60), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3C_61() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache3C_61)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache3C_61() const { return ___U3CU3Ef__mgU24cache3C_61; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache3C_61() { return &___U3CU3Ef__mgU24cache3C_61; } inline void set_U3CU3Ef__mgU24cache3C_61(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache3C_61 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3C_61), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3D_62() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache3D_62)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache3D_62() const { return ___U3CU3Ef__mgU24cache3D_62; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache3D_62() { return &___U3CU3Ef__mgU24cache3D_62; } inline void set_U3CU3Ef__mgU24cache3D_62(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache3D_62 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3D_62), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3E_63() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache3E_63)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache3E_63() const { return ___U3CU3Ef__mgU24cache3E_63; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache3E_63() { return &___U3CU3Ef__mgU24cache3E_63; } inline void set_U3CU3Ef__mgU24cache3E_63(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache3E_63 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3E_63), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3F_64() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache3F_64)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache3F_64() const { return ___U3CU3Ef__mgU24cache3F_64; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache3F_64() { return &___U3CU3Ef__mgU24cache3F_64; } inline void set_U3CU3Ef__mgU24cache3F_64(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache3F_64 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3F_64), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache40_65() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache40_65)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache40_65() const { return ___U3CU3Ef__mgU24cache40_65; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache40_65() { return &___U3CU3Ef__mgU24cache40_65; } inline void set_U3CU3Ef__mgU24cache40_65(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache40_65 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache40_65), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache41_66() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache41_66)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache41_66() const { return ___U3CU3Ef__mgU24cache41_66; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache41_66() { return &___U3CU3Ef__mgU24cache41_66; } inline void set_U3CU3Ef__mgU24cache41_66(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache41_66 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache41_66), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache42_67() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache42_67)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache42_67() const { return ___U3CU3Ef__mgU24cache42_67; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache42_67() { return &___U3CU3Ef__mgU24cache42_67; } inline void set_U3CU3Ef__mgU24cache42_67(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache42_67 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache42_67), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache43_68() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache43_68)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache43_68() const { return ___U3CU3Ef__mgU24cache43_68; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache43_68() { return &___U3CU3Ef__mgU24cache43_68; } inline void set_U3CU3Ef__mgU24cache43_68(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache43_68 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache43_68), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache44_69() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache44_69)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache44_69() const { return ___U3CU3Ef__mgU24cache44_69; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache44_69() { return &___U3CU3Ef__mgU24cache44_69; } inline void set_U3CU3Ef__mgU24cache44_69(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache44_69 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache44_69), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache45_70() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache45_70)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache45_70() const { return ___U3CU3Ef__mgU24cache45_70; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache45_70() { return &___U3CU3Ef__mgU24cache45_70; } inline void set_U3CU3Ef__mgU24cache45_70(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache45_70 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache45_70), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache46_71() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache46_71)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache46_71() const { return ___U3CU3Ef__mgU24cache46_71; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache46_71() { return &___U3CU3Ef__mgU24cache46_71; } inline void set_U3CU3Ef__mgU24cache46_71(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache46_71 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache46_71), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache47_72() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache47_72)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache47_72() const { return ___U3CU3Ef__mgU24cache47_72; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache47_72() { return &___U3CU3Ef__mgU24cache47_72; } inline void set_U3CU3Ef__mgU24cache47_72(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache47_72 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache47_72), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache48_73() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache48_73)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache48_73() const { return ___U3CU3Ef__mgU24cache48_73; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache48_73() { return &___U3CU3Ef__mgU24cache48_73; } inline void set_U3CU3Ef__mgU24cache48_73(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache48_73 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache48_73), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache49_74() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache49_74)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache49_74() const { return ___U3CU3Ef__mgU24cache49_74; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache49_74() { return &___U3CU3Ef__mgU24cache49_74; } inline void set_U3CU3Ef__mgU24cache49_74(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache49_74 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache49_74), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4A_75() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache4A_75)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache4A_75() const { return ___U3CU3Ef__mgU24cache4A_75; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache4A_75() { return &___U3CU3Ef__mgU24cache4A_75; } inline void set_U3CU3Ef__mgU24cache4A_75(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache4A_75 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4A_75), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4B_76() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache4B_76)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache4B_76() const { return ___U3CU3Ef__mgU24cache4B_76; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache4B_76() { return &___U3CU3Ef__mgU24cache4B_76; } inline void set_U3CU3Ef__mgU24cache4B_76(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache4B_76 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4B_76), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4C_77() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache4C_77)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache4C_77() const { return ___U3CU3Ef__mgU24cache4C_77; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache4C_77() { return &___U3CU3Ef__mgU24cache4C_77; } inline void set_U3CU3Ef__mgU24cache4C_77(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache4C_77 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4C_77), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4D_78() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache4D_78)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache4D_78() const { return ___U3CU3Ef__mgU24cache4D_78; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache4D_78() { return &___U3CU3Ef__mgU24cache4D_78; } inline void set_U3CU3Ef__mgU24cache4D_78(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache4D_78 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4D_78), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4E_79() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache4E_79)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache4E_79() const { return ___U3CU3Ef__mgU24cache4E_79; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache4E_79() { return &___U3CU3Ef__mgU24cache4E_79; } inline void set_U3CU3Ef__mgU24cache4E_79(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache4E_79 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4E_79), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4F_80() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache4F_80)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache4F_80() const { return ___U3CU3Ef__mgU24cache4F_80; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache4F_80() { return &___U3CU3Ef__mgU24cache4F_80; } inline void set_U3CU3Ef__mgU24cache4F_80(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache4F_80 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4F_80), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache50_81() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache50_81)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache50_81() const { return ___U3CU3Ef__mgU24cache50_81; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache50_81() { return &___U3CU3Ef__mgU24cache50_81; } inline void set_U3CU3Ef__mgU24cache50_81(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache50_81 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache50_81), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache51_82() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache51_82)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache51_82() const { return ___U3CU3Ef__mgU24cache51_82; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache51_82() { return &___U3CU3Ef__mgU24cache51_82; } inline void set_U3CU3Ef__mgU24cache51_82(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache51_82 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache51_82), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache52_83() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache52_83)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache52_83() const { return ___U3CU3Ef__mgU24cache52_83; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache52_83() { return &___U3CU3Ef__mgU24cache52_83; } inline void set_U3CU3Ef__mgU24cache52_83(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache52_83 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache52_83), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache53_84() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache53_84)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache53_84() const { return ___U3CU3Ef__mgU24cache53_84; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache53_84() { return &___U3CU3Ef__mgU24cache53_84; } inline void set_U3CU3Ef__mgU24cache53_84(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache53_84 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache53_84), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache54_85() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache54_85)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache54_85() const { return ___U3CU3Ef__mgU24cache54_85; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache54_85() { return &___U3CU3Ef__mgU24cache54_85; } inline void set_U3CU3Ef__mgU24cache54_85(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache54_85 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache54_85), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache55_86() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache55_86)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache55_86() const { return ___U3CU3Ef__mgU24cache55_86; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache55_86() { return &___U3CU3Ef__mgU24cache55_86; } inline void set_U3CU3Ef__mgU24cache55_86(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache55_86 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache55_86), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache56_87() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache56_87)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache56_87() const { return ___U3CU3Ef__mgU24cache56_87; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache56_87() { return &___U3CU3Ef__mgU24cache56_87; } inline void set_U3CU3Ef__mgU24cache56_87(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache56_87 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache56_87), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache57_88() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache57_88)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache57_88() const { return ___U3CU3Ef__mgU24cache57_88; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache57_88() { return &___U3CU3Ef__mgU24cache57_88; } inline void set_U3CU3Ef__mgU24cache57_88(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache57_88 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache57_88), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache58_89() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache58_89)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache58_89() const { return ___U3CU3Ef__mgU24cache58_89; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache58_89() { return &___U3CU3Ef__mgU24cache58_89; } inline void set_U3CU3Ef__mgU24cache58_89(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache58_89 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache58_89), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache59_90() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache59_90)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache59_90() const { return ___U3CU3Ef__mgU24cache59_90; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache59_90() { return &___U3CU3Ef__mgU24cache59_90; } inline void set_U3CU3Ef__mgU24cache59_90(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache59_90 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache59_90), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5A_91() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache5A_91)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache5A_91() const { return ___U3CU3Ef__mgU24cache5A_91; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache5A_91() { return &___U3CU3Ef__mgU24cache5A_91; } inline void set_U3CU3Ef__mgU24cache5A_91(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache5A_91 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5A_91), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5B_92() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache5B_92)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache5B_92() const { return ___U3CU3Ef__mgU24cache5B_92; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache5B_92() { return &___U3CU3Ef__mgU24cache5B_92; } inline void set_U3CU3Ef__mgU24cache5B_92(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache5B_92 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5B_92), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5C_93() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache5C_93)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache5C_93() const { return ___U3CU3Ef__mgU24cache5C_93; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache5C_93() { return &___U3CU3Ef__mgU24cache5C_93; } inline void set_U3CU3Ef__mgU24cache5C_93(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache5C_93 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5C_93), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5D_94() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache5D_94)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache5D_94() const { return ___U3CU3Ef__mgU24cache5D_94; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache5D_94() { return &___U3CU3Ef__mgU24cache5D_94; } inline void set_U3CU3Ef__mgU24cache5D_94(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache5D_94 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5D_94), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5E_95() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache5E_95)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache5E_95() const { return ___U3CU3Ef__mgU24cache5E_95; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache5E_95() { return &___U3CU3Ef__mgU24cache5E_95; } inline void set_U3CU3Ef__mgU24cache5E_95(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache5E_95 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5E_95), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5F_96() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache5F_96)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache5F_96() const { return ___U3CU3Ef__mgU24cache5F_96; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache5F_96() { return &___U3CU3Ef__mgU24cache5F_96; } inline void set_U3CU3Ef__mgU24cache5F_96(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache5F_96 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5F_96), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache60_97() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache60_97)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache60_97() const { return ___U3CU3Ef__mgU24cache60_97; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache60_97() { return &___U3CU3Ef__mgU24cache60_97; } inline void set_U3CU3Ef__mgU24cache60_97(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache60_97 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache60_97), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache61_98() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache61_98)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache61_98() const { return ___U3CU3Ef__mgU24cache61_98; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache61_98() { return &___U3CU3Ef__mgU24cache61_98; } inline void set_U3CU3Ef__mgU24cache61_98(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache61_98 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache61_98), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache62_99() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache62_99)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache62_99() const { return ___U3CU3Ef__mgU24cache62_99; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache62_99() { return &___U3CU3Ef__mgU24cache62_99; } inline void set_U3CU3Ef__mgU24cache62_99(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache62_99 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache62_99), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache63_100() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache63_100)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache63_100() const { return ___U3CU3Ef__mgU24cache63_100; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache63_100() { return &___U3CU3Ef__mgU24cache63_100; } inline void set_U3CU3Ef__mgU24cache63_100(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache63_100 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache63_100), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache64_101() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache64_101)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache64_101() const { return ___U3CU3Ef__mgU24cache64_101; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache64_101() { return &___U3CU3Ef__mgU24cache64_101; } inline void set_U3CU3Ef__mgU24cache64_101(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache64_101 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache64_101), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache65_102() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache65_102)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache65_102() const { return ___U3CU3Ef__mgU24cache65_102; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache65_102() { return &___U3CU3Ef__mgU24cache65_102; } inline void set_U3CU3Ef__mgU24cache65_102(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache65_102 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache65_102), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache66_103() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache66_103)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache66_103() const { return ___U3CU3Ef__mgU24cache66_103; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache66_103() { return &___U3CU3Ef__mgU24cache66_103; } inline void set_U3CU3Ef__mgU24cache66_103(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache66_103 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache66_103), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache67_104() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache67_104)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache67_104() const { return ___U3CU3Ef__mgU24cache67_104; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache67_104() { return &___U3CU3Ef__mgU24cache67_104; } inline void set_U3CU3Ef__mgU24cache67_104(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache67_104 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache67_104), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache68_105() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache68_105)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache68_105() const { return ___U3CU3Ef__mgU24cache68_105; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache68_105() { return &___U3CU3Ef__mgU24cache68_105; } inline void set_U3CU3Ef__mgU24cache68_105(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache68_105 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache68_105), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache69_106() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache69_106)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache69_106() const { return ___U3CU3Ef__mgU24cache69_106; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache69_106() { return &___U3CU3Ef__mgU24cache69_106; } inline void set_U3CU3Ef__mgU24cache69_106(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache69_106 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache69_106), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6A_107() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache6A_107)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache6A_107() const { return ___U3CU3Ef__mgU24cache6A_107; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache6A_107() { return &___U3CU3Ef__mgU24cache6A_107; } inline void set_U3CU3Ef__mgU24cache6A_107(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache6A_107 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6A_107), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6B_108() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache6B_108)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache6B_108() const { return ___U3CU3Ef__mgU24cache6B_108; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache6B_108() { return &___U3CU3Ef__mgU24cache6B_108; } inline void set_U3CU3Ef__mgU24cache6B_108(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache6B_108 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6B_108), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6C_109() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache6C_109)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache6C_109() const { return ___U3CU3Ef__mgU24cache6C_109; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache6C_109() { return &___U3CU3Ef__mgU24cache6C_109; } inline void set_U3CU3Ef__mgU24cache6C_109(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache6C_109 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6C_109), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6D_110() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache6D_110)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache6D_110() const { return ___U3CU3Ef__mgU24cache6D_110; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache6D_110() { return &___U3CU3Ef__mgU24cache6D_110; } inline void set_U3CU3Ef__mgU24cache6D_110(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache6D_110 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6D_110), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6E_111() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache6E_111)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache6E_111() const { return ___U3CU3Ef__mgU24cache6E_111; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache6E_111() { return &___U3CU3Ef__mgU24cache6E_111; } inline void set_U3CU3Ef__mgU24cache6E_111(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache6E_111 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6E_111), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6F_112() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache6F_112)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache6F_112() const { return ___U3CU3Ef__mgU24cache6F_112; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache6F_112() { return &___U3CU3Ef__mgU24cache6F_112; } inline void set_U3CU3Ef__mgU24cache6F_112(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache6F_112 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6F_112), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache70_113() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache70_113)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache70_113() const { return ___U3CU3Ef__mgU24cache70_113; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache70_113() { return &___U3CU3Ef__mgU24cache70_113; } inline void set_U3CU3Ef__mgU24cache70_113(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache70_113 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache70_113), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache71_114() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache71_114)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache71_114() const { return ___U3CU3Ef__mgU24cache71_114; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache71_114() { return &___U3CU3Ef__mgU24cache71_114; } inline void set_U3CU3Ef__mgU24cache71_114(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache71_114 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache71_114), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache72_115() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache72_115)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache72_115() const { return ___U3CU3Ef__mgU24cache72_115; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache72_115() { return &___U3CU3Ef__mgU24cache72_115; } inline void set_U3CU3Ef__mgU24cache72_115(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache72_115 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache72_115), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache73_116() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache73_116)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache73_116() const { return ___U3CU3Ef__mgU24cache73_116; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache73_116() { return &___U3CU3Ef__mgU24cache73_116; } inline void set_U3CU3Ef__mgU24cache73_116(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache73_116 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache73_116), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache74_117() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache74_117)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache74_117() const { return ___U3CU3Ef__mgU24cache74_117; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache74_117() { return &___U3CU3Ef__mgU24cache74_117; } inline void set_U3CU3Ef__mgU24cache74_117(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache74_117 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache74_117), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache75_118() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache75_118)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache75_118() const { return ___U3CU3Ef__mgU24cache75_118; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache75_118() { return &___U3CU3Ef__mgU24cache75_118; } inline void set_U3CU3Ef__mgU24cache75_118(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache75_118 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache75_118), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache76_119() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache76_119)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache76_119() const { return ___U3CU3Ef__mgU24cache76_119; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache76_119() { return &___U3CU3Ef__mgU24cache76_119; } inline void set_U3CU3Ef__mgU24cache76_119(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache76_119 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache76_119), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache77_120() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache77_120)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache77_120() const { return ___U3CU3Ef__mgU24cache77_120; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache77_120() { return &___U3CU3Ef__mgU24cache77_120; } inline void set_U3CU3Ef__mgU24cache77_120(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache77_120 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache77_120), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache78_121() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache78_121)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache78_121() const { return ___U3CU3Ef__mgU24cache78_121; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache78_121() { return &___U3CU3Ef__mgU24cache78_121; } inline void set_U3CU3Ef__mgU24cache78_121(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache78_121 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache78_121), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache79_122() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache79_122)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache79_122() const { return ___U3CU3Ef__mgU24cache79_122; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache79_122() { return &___U3CU3Ef__mgU24cache79_122; } inline void set_U3CU3Ef__mgU24cache79_122(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache79_122 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache79_122), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7A_123() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache7A_123)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache7A_123() const { return ___U3CU3Ef__mgU24cache7A_123; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache7A_123() { return &___U3CU3Ef__mgU24cache7A_123; } inline void set_U3CU3Ef__mgU24cache7A_123(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache7A_123 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7A_123), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7B_124() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache7B_124)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache7B_124() const { return ___U3CU3Ef__mgU24cache7B_124; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache7B_124() { return &___U3CU3Ef__mgU24cache7B_124; } inline void set_U3CU3Ef__mgU24cache7B_124(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache7B_124 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7B_124), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7C_125() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache7C_125)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache7C_125() const { return ___U3CU3Ef__mgU24cache7C_125; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache7C_125() { return &___U3CU3Ef__mgU24cache7C_125; } inline void set_U3CU3Ef__mgU24cache7C_125(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache7C_125 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7C_125), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7D_126() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache7D_126)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache7D_126() const { return ___U3CU3Ef__mgU24cache7D_126; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache7D_126() { return &___U3CU3Ef__mgU24cache7D_126; } inline void set_U3CU3Ef__mgU24cache7D_126(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache7D_126 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7D_126), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7E_127() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache7E_127)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache7E_127() const { return ___U3CU3Ef__mgU24cache7E_127; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache7E_127() { return &___U3CU3Ef__mgU24cache7E_127; } inline void set_U3CU3Ef__mgU24cache7E_127(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache7E_127 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7E_127), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7F_128() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache7F_128)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache7F_128() const { return ___U3CU3Ef__mgU24cache7F_128; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache7F_128() { return &___U3CU3Ef__mgU24cache7F_128; } inline void set_U3CU3Ef__mgU24cache7F_128(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache7F_128 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7F_128), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache80_129() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache80_129)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache80_129() const { return ___U3CU3Ef__mgU24cache80_129; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache80_129() { return &___U3CU3Ef__mgU24cache80_129; } inline void set_U3CU3Ef__mgU24cache80_129(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache80_129 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache80_129), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache81_130() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache81_130)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache81_130() const { return ___U3CU3Ef__mgU24cache81_130; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache81_130() { return &___U3CU3Ef__mgU24cache81_130; } inline void set_U3CU3Ef__mgU24cache81_130(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache81_130 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache81_130), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache82_131() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache82_131)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache82_131() const { return ___U3CU3Ef__mgU24cache82_131; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache82_131() { return &___U3CU3Ef__mgU24cache82_131; } inline void set_U3CU3Ef__mgU24cache82_131(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache82_131 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache82_131), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache83_132() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache83_132)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache83_132() const { return ___U3CU3Ef__mgU24cache83_132; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache83_132() { return &___U3CU3Ef__mgU24cache83_132; } inline void set_U3CU3Ef__mgU24cache83_132(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache83_132 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache83_132), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache84_133() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache84_133)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache84_133() const { return ___U3CU3Ef__mgU24cache84_133; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache84_133() { return &___U3CU3Ef__mgU24cache84_133; } inline void set_U3CU3Ef__mgU24cache84_133(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache84_133 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache84_133), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache85_134() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache85_134)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache85_134() const { return ___U3CU3Ef__mgU24cache85_134; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache85_134() { return &___U3CU3Ef__mgU24cache85_134; } inline void set_U3CU3Ef__mgU24cache85_134(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache85_134 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache85_134), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache86_135() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache86_135)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache86_135() const { return ___U3CU3Ef__mgU24cache86_135; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache86_135() { return &___U3CU3Ef__mgU24cache86_135; } inline void set_U3CU3Ef__mgU24cache86_135(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache86_135 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache86_135), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache87_136() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache87_136)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache87_136() const { return ___U3CU3Ef__mgU24cache87_136; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache87_136() { return &___U3CU3Ef__mgU24cache87_136; } inline void set_U3CU3Ef__mgU24cache87_136(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache87_136 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache87_136), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache88_137() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache88_137)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache88_137() const { return ___U3CU3Ef__mgU24cache88_137; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache88_137() { return &___U3CU3Ef__mgU24cache88_137; } inline void set_U3CU3Ef__mgU24cache88_137(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache88_137 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache88_137), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache89_138() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache89_138)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache89_138() const { return ___U3CU3Ef__mgU24cache89_138; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache89_138() { return &___U3CU3Ef__mgU24cache89_138; } inline void set_U3CU3Ef__mgU24cache89_138(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache89_138 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache89_138), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8A_139() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache8A_139)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache8A_139() const { return ___U3CU3Ef__mgU24cache8A_139; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache8A_139() { return &___U3CU3Ef__mgU24cache8A_139; } inline void set_U3CU3Ef__mgU24cache8A_139(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache8A_139 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8A_139), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8B_140() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache8B_140)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache8B_140() const { return ___U3CU3Ef__mgU24cache8B_140; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache8B_140() { return &___U3CU3Ef__mgU24cache8B_140; } inline void set_U3CU3Ef__mgU24cache8B_140(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache8B_140 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8B_140), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8C_141() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache8C_141)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache8C_141() const { return ___U3CU3Ef__mgU24cache8C_141; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache8C_141() { return &___U3CU3Ef__mgU24cache8C_141; } inline void set_U3CU3Ef__mgU24cache8C_141(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache8C_141 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8C_141), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8D_142() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache8D_142)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache8D_142() const { return ___U3CU3Ef__mgU24cache8D_142; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache8D_142() { return &___U3CU3Ef__mgU24cache8D_142; } inline void set_U3CU3Ef__mgU24cache8D_142(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache8D_142 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8D_142), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8E_143() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache8E_143)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache8E_143() const { return ___U3CU3Ef__mgU24cache8E_143; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache8E_143() { return &___U3CU3Ef__mgU24cache8E_143; } inline void set_U3CU3Ef__mgU24cache8E_143(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache8E_143 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8E_143), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8F_144() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache8F_144)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache8F_144() const { return ___U3CU3Ef__mgU24cache8F_144; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache8F_144() { return &___U3CU3Ef__mgU24cache8F_144; } inline void set_U3CU3Ef__mgU24cache8F_144(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache8F_144 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8F_144), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache90_145() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache90_145)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache90_145() const { return ___U3CU3Ef__mgU24cache90_145; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache90_145() { return &___U3CU3Ef__mgU24cache90_145; } inline void set_U3CU3Ef__mgU24cache90_145(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache90_145 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache90_145), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache91_146() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache91_146)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache91_146() const { return ___U3CU3Ef__mgU24cache91_146; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache91_146() { return &___U3CU3Ef__mgU24cache91_146; } inline void set_U3CU3Ef__mgU24cache91_146(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache91_146 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache91_146), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache92_147() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache92_147)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache92_147() const { return ___U3CU3Ef__mgU24cache92_147; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache92_147() { return &___U3CU3Ef__mgU24cache92_147; } inline void set_U3CU3Ef__mgU24cache92_147(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache92_147 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache92_147), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache93_148() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache93_148)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache93_148() const { return ___U3CU3Ef__mgU24cache93_148; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache93_148() { return &___U3CU3Ef__mgU24cache93_148; } inline void set_U3CU3Ef__mgU24cache93_148(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache93_148 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache93_148), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache94_149() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache94_149)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache94_149() const { return ___U3CU3Ef__mgU24cache94_149; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache94_149() { return &___U3CU3Ef__mgU24cache94_149; } inline void set_U3CU3Ef__mgU24cache94_149(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache94_149 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache94_149), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache95_150() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache95_150)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache95_150() const { return ___U3CU3Ef__mgU24cache95_150; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache95_150() { return &___U3CU3Ef__mgU24cache95_150; } inline void set_U3CU3Ef__mgU24cache95_150(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache95_150 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache95_150), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache96_151() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache96_151)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache96_151() const { return ___U3CU3Ef__mgU24cache96_151; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache96_151() { return &___U3CU3Ef__mgU24cache96_151; } inline void set_U3CU3Ef__mgU24cache96_151(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache96_151 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache96_151), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache97_152() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache97_152)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache97_152() const { return ___U3CU3Ef__mgU24cache97_152; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache97_152() { return &___U3CU3Ef__mgU24cache97_152; } inline void set_U3CU3Ef__mgU24cache97_152(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache97_152 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache97_152), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache98_153() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache98_153)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache98_153() const { return ___U3CU3Ef__mgU24cache98_153; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache98_153() { return &___U3CU3Ef__mgU24cache98_153; } inline void set_U3CU3Ef__mgU24cache98_153(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache98_153 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache98_153), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache99_154() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache99_154)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache99_154() const { return ___U3CU3Ef__mgU24cache99_154; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache99_154() { return &___U3CU3Ef__mgU24cache99_154; } inline void set_U3CU3Ef__mgU24cache99_154(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache99_154 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache99_154), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9A_155() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache9A_155)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache9A_155() const { return ___U3CU3Ef__mgU24cache9A_155; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache9A_155() { return &___U3CU3Ef__mgU24cache9A_155; } inline void set_U3CU3Ef__mgU24cache9A_155(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache9A_155 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9A_155), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9B_156() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache9B_156)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache9B_156() const { return ___U3CU3Ef__mgU24cache9B_156; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache9B_156() { return &___U3CU3Ef__mgU24cache9B_156; } inline void set_U3CU3Ef__mgU24cache9B_156(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache9B_156 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9B_156), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9C_157() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache9C_157)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache9C_157() const { return ___U3CU3Ef__mgU24cache9C_157; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache9C_157() { return &___U3CU3Ef__mgU24cache9C_157; } inline void set_U3CU3Ef__mgU24cache9C_157(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache9C_157 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9C_157), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9D_158() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache9D_158)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache9D_158() const { return ___U3CU3Ef__mgU24cache9D_158; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache9D_158() { return &___U3CU3Ef__mgU24cache9D_158; } inline void set_U3CU3Ef__mgU24cache9D_158(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache9D_158 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9D_158), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9E_159() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache9E_159)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache9E_159() const { return ___U3CU3Ef__mgU24cache9E_159; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache9E_159() { return &___U3CU3Ef__mgU24cache9E_159; } inline void set_U3CU3Ef__mgU24cache9E_159(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache9E_159 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9E_159), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9F_160() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache9F_160)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache9F_160() const { return ___U3CU3Ef__mgU24cache9F_160; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache9F_160() { return &___U3CU3Ef__mgU24cache9F_160; } inline void set_U3CU3Ef__mgU24cache9F_160(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache9F_160 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9F_160), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA0_161() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA0_161)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA0_161() const { return ___U3CU3Ef__mgU24cacheA0_161; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA0_161() { return &___U3CU3Ef__mgU24cacheA0_161; } inline void set_U3CU3Ef__mgU24cacheA0_161(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA0_161 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA0_161), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA1_162() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA1_162)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA1_162() const { return ___U3CU3Ef__mgU24cacheA1_162; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA1_162() { return &___U3CU3Ef__mgU24cacheA1_162; } inline void set_U3CU3Ef__mgU24cacheA1_162(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA1_162 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA1_162), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA2_163() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA2_163)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA2_163() const { return ___U3CU3Ef__mgU24cacheA2_163; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA2_163() { return &___U3CU3Ef__mgU24cacheA2_163; } inline void set_U3CU3Ef__mgU24cacheA2_163(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA2_163 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA2_163), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA3_164() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA3_164)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA3_164() const { return ___U3CU3Ef__mgU24cacheA3_164; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA3_164() { return &___U3CU3Ef__mgU24cacheA3_164; } inline void set_U3CU3Ef__mgU24cacheA3_164(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA3_164 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA3_164), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA4_165() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA4_165)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA4_165() const { return ___U3CU3Ef__mgU24cacheA4_165; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA4_165() { return &___U3CU3Ef__mgU24cacheA4_165; } inline void set_U3CU3Ef__mgU24cacheA4_165(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA4_165 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA4_165), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA5_166() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA5_166)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA5_166() const { return ___U3CU3Ef__mgU24cacheA5_166; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA5_166() { return &___U3CU3Ef__mgU24cacheA5_166; } inline void set_U3CU3Ef__mgU24cacheA5_166(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA5_166 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA5_166), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA6_167() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA6_167)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA6_167() const { return ___U3CU3Ef__mgU24cacheA6_167; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA6_167() { return &___U3CU3Ef__mgU24cacheA6_167; } inline void set_U3CU3Ef__mgU24cacheA6_167(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA6_167 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA6_167), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA7_168() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA7_168)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA7_168() const { return ___U3CU3Ef__mgU24cacheA7_168; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA7_168() { return &___U3CU3Ef__mgU24cacheA7_168; } inline void set_U3CU3Ef__mgU24cacheA7_168(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA7_168 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA7_168), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA8_169() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA8_169)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA8_169() const { return ___U3CU3Ef__mgU24cacheA8_169; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA8_169() { return &___U3CU3Ef__mgU24cacheA8_169; } inline void set_U3CU3Ef__mgU24cacheA8_169(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA8_169 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA8_169), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA9_170() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheA9_170)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheA9_170() const { return ___U3CU3Ef__mgU24cacheA9_170; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheA9_170() { return &___U3CU3Ef__mgU24cacheA9_170; } inline void set_U3CU3Ef__mgU24cacheA9_170(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheA9_170 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA9_170), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheAA_171() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheAA_171)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheAA_171() const { return ___U3CU3Ef__mgU24cacheAA_171; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheAA_171() { return &___U3CU3Ef__mgU24cacheAA_171; } inline void set_U3CU3Ef__mgU24cacheAA_171(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheAA_171 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheAA_171), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheAB_172() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheAB_172)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheAB_172() const { return ___U3CU3Ef__mgU24cacheAB_172; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheAB_172() { return &___U3CU3Ef__mgU24cacheAB_172; } inline void set_U3CU3Ef__mgU24cacheAB_172(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheAB_172 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheAB_172), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheAC_173() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheAC_173)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheAC_173() const { return ___U3CU3Ef__mgU24cacheAC_173; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheAC_173() { return &___U3CU3Ef__mgU24cacheAC_173; } inline void set_U3CU3Ef__mgU24cacheAC_173(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheAC_173 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheAC_173), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheAD_174() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheAD_174)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheAD_174() const { return ___U3CU3Ef__mgU24cacheAD_174; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheAD_174() { return &___U3CU3Ef__mgU24cacheAD_174; } inline void set_U3CU3Ef__mgU24cacheAD_174(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheAD_174 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheAD_174), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheAE_175() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheAE_175)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheAE_175() const { return ___U3CU3Ef__mgU24cacheAE_175; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheAE_175() { return &___U3CU3Ef__mgU24cacheAE_175; } inline void set_U3CU3Ef__mgU24cacheAE_175(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheAE_175 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheAE_175), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheAF_176() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheAF_176)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheAF_176() const { return ___U3CU3Ef__mgU24cacheAF_176; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheAF_176() { return &___U3CU3Ef__mgU24cacheAF_176; } inline void set_U3CU3Ef__mgU24cacheAF_176(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheAF_176 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheAF_176), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB0_177() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB0_177)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB0_177() const { return ___U3CU3Ef__mgU24cacheB0_177; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB0_177() { return &___U3CU3Ef__mgU24cacheB0_177; } inline void set_U3CU3Ef__mgU24cacheB0_177(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB0_177 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB0_177), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB1_178() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB1_178)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB1_178() const { return ___U3CU3Ef__mgU24cacheB1_178; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB1_178() { return &___U3CU3Ef__mgU24cacheB1_178; } inline void set_U3CU3Ef__mgU24cacheB1_178(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB1_178 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB1_178), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB2_179() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB2_179)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB2_179() const { return ___U3CU3Ef__mgU24cacheB2_179; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB2_179() { return &___U3CU3Ef__mgU24cacheB2_179; } inline void set_U3CU3Ef__mgU24cacheB2_179(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB2_179 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB2_179), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB3_180() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB3_180)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB3_180() const { return ___U3CU3Ef__mgU24cacheB3_180; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB3_180() { return &___U3CU3Ef__mgU24cacheB3_180; } inline void set_U3CU3Ef__mgU24cacheB3_180(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB3_180 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB3_180), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB4_181() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB4_181)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB4_181() const { return ___U3CU3Ef__mgU24cacheB4_181; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB4_181() { return &___U3CU3Ef__mgU24cacheB4_181; } inline void set_U3CU3Ef__mgU24cacheB4_181(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB4_181 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB4_181), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB5_182() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB5_182)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB5_182() const { return ___U3CU3Ef__mgU24cacheB5_182; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB5_182() { return &___U3CU3Ef__mgU24cacheB5_182; } inline void set_U3CU3Ef__mgU24cacheB5_182(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB5_182 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB5_182), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB6_183() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB6_183)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB6_183() const { return ___U3CU3Ef__mgU24cacheB6_183; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB6_183() { return &___U3CU3Ef__mgU24cacheB6_183; } inline void set_U3CU3Ef__mgU24cacheB6_183(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB6_183 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB6_183), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB7_184() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB7_184)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB7_184() const { return ___U3CU3Ef__mgU24cacheB7_184; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB7_184() { return &___U3CU3Ef__mgU24cacheB7_184; } inline void set_U3CU3Ef__mgU24cacheB7_184(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB7_184 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB7_184), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB8_185() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB8_185)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB8_185() const { return ___U3CU3Ef__mgU24cacheB8_185; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB8_185() { return &___U3CU3Ef__mgU24cacheB8_185; } inline void set_U3CU3Ef__mgU24cacheB8_185(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB8_185 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB8_185), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB9_186() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheB9_186)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheB9_186() const { return ___U3CU3Ef__mgU24cacheB9_186; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheB9_186() { return &___U3CU3Ef__mgU24cacheB9_186; } inline void set_U3CU3Ef__mgU24cacheB9_186(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheB9_186 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB9_186), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheBA_187() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheBA_187)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheBA_187() const { return ___U3CU3Ef__mgU24cacheBA_187; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheBA_187() { return &___U3CU3Ef__mgU24cacheBA_187; } inline void set_U3CU3Ef__mgU24cacheBA_187(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheBA_187 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheBA_187), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheBB_188() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheBB_188)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheBB_188() const { return ___U3CU3Ef__mgU24cacheBB_188; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheBB_188() { return &___U3CU3Ef__mgU24cacheBB_188; } inline void set_U3CU3Ef__mgU24cacheBB_188(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheBB_188 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheBB_188), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheBC_189() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheBC_189)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheBC_189() const { return ___U3CU3Ef__mgU24cacheBC_189; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheBC_189() { return &___U3CU3Ef__mgU24cacheBC_189; } inline void set_U3CU3Ef__mgU24cacheBC_189(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheBC_189 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheBC_189), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheBD_190() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheBD_190)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheBD_190() const { return ___U3CU3Ef__mgU24cacheBD_190; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheBD_190() { return &___U3CU3Ef__mgU24cacheBD_190; } inline void set_U3CU3Ef__mgU24cacheBD_190(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheBD_190 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheBD_190), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheBE_191() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheBE_191)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheBE_191() const { return ___U3CU3Ef__mgU24cacheBE_191; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheBE_191() { return &___U3CU3Ef__mgU24cacheBE_191; } inline void set_U3CU3Ef__mgU24cacheBE_191(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheBE_191 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheBE_191), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheBF_192() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheBF_192)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheBF_192() const { return ___U3CU3Ef__mgU24cacheBF_192; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheBF_192() { return &___U3CU3Ef__mgU24cacheBF_192; } inline void set_U3CU3Ef__mgU24cacheBF_192(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheBF_192 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheBF_192), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC0_193() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC0_193)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC0_193() const { return ___U3CU3Ef__mgU24cacheC0_193; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC0_193() { return &___U3CU3Ef__mgU24cacheC0_193; } inline void set_U3CU3Ef__mgU24cacheC0_193(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC0_193 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC0_193), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC1_194() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC1_194)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC1_194() const { return ___U3CU3Ef__mgU24cacheC1_194; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC1_194() { return &___U3CU3Ef__mgU24cacheC1_194; } inline void set_U3CU3Ef__mgU24cacheC1_194(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC1_194 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC1_194), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC2_195() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC2_195)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC2_195() const { return ___U3CU3Ef__mgU24cacheC2_195; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC2_195() { return &___U3CU3Ef__mgU24cacheC2_195; } inline void set_U3CU3Ef__mgU24cacheC2_195(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC2_195 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC2_195), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC3_196() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC3_196)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC3_196() const { return ___U3CU3Ef__mgU24cacheC3_196; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC3_196() { return &___U3CU3Ef__mgU24cacheC3_196; } inline void set_U3CU3Ef__mgU24cacheC3_196(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC3_196 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC3_196), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC4_197() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC4_197)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC4_197() const { return ___U3CU3Ef__mgU24cacheC4_197; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC4_197() { return &___U3CU3Ef__mgU24cacheC4_197; } inline void set_U3CU3Ef__mgU24cacheC4_197(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC4_197 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC4_197), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC5_198() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC5_198)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC5_198() const { return ___U3CU3Ef__mgU24cacheC5_198; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC5_198() { return &___U3CU3Ef__mgU24cacheC5_198; } inline void set_U3CU3Ef__mgU24cacheC5_198(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC5_198 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC5_198), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC6_199() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC6_199)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC6_199() const { return ___U3CU3Ef__mgU24cacheC6_199; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC6_199() { return &___U3CU3Ef__mgU24cacheC6_199; } inline void set_U3CU3Ef__mgU24cacheC6_199(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC6_199 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC6_199), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC7_200() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC7_200)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC7_200() const { return ___U3CU3Ef__mgU24cacheC7_200; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC7_200() { return &___U3CU3Ef__mgU24cacheC7_200; } inline void set_U3CU3Ef__mgU24cacheC7_200(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC7_200 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC7_200), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC8_201() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC8_201)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC8_201() const { return ___U3CU3Ef__mgU24cacheC8_201; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC8_201() { return &___U3CU3Ef__mgU24cacheC8_201; } inline void set_U3CU3Ef__mgU24cacheC8_201(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC8_201 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC8_201), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC9_202() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheC9_202)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheC9_202() const { return ___U3CU3Ef__mgU24cacheC9_202; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheC9_202() { return &___U3CU3Ef__mgU24cacheC9_202; } inline void set_U3CU3Ef__mgU24cacheC9_202(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheC9_202 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC9_202), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheCA_203() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheCA_203)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheCA_203() const { return ___U3CU3Ef__mgU24cacheCA_203; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheCA_203() { return &___U3CU3Ef__mgU24cacheCA_203; } inline void set_U3CU3Ef__mgU24cacheCA_203(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheCA_203 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheCA_203), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheCB_204() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheCB_204)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheCB_204() const { return ___U3CU3Ef__mgU24cacheCB_204; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheCB_204() { return &___U3CU3Ef__mgU24cacheCB_204; } inline void set_U3CU3Ef__mgU24cacheCB_204(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheCB_204 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheCB_204), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheCC_205() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheCC_205)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheCC_205() const { return ___U3CU3Ef__mgU24cacheCC_205; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheCC_205() { return &___U3CU3Ef__mgU24cacheCC_205; } inline void set_U3CU3Ef__mgU24cacheCC_205(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheCC_205 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheCC_205), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheCD_206() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheCD_206)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheCD_206() const { return ___U3CU3Ef__mgU24cacheCD_206; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheCD_206() { return &___U3CU3Ef__mgU24cacheCD_206; } inline void set_U3CU3Ef__mgU24cacheCD_206(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheCD_206 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheCD_206), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheCE_207() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheCE_207)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheCE_207() const { return ___U3CU3Ef__mgU24cacheCE_207; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheCE_207() { return &___U3CU3Ef__mgU24cacheCE_207; } inline void set_U3CU3Ef__mgU24cacheCE_207(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheCE_207 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheCE_207), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheCF_208() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheCF_208)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheCF_208() const { return ___U3CU3Ef__mgU24cacheCF_208; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheCF_208() { return &___U3CU3Ef__mgU24cacheCF_208; } inline void set_U3CU3Ef__mgU24cacheCF_208(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheCF_208 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheCF_208), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD0_209() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD0_209)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD0_209() const { return ___U3CU3Ef__mgU24cacheD0_209; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD0_209() { return &___U3CU3Ef__mgU24cacheD0_209; } inline void set_U3CU3Ef__mgU24cacheD0_209(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD0_209 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD0_209), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD1_210() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD1_210)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD1_210() const { return ___U3CU3Ef__mgU24cacheD1_210; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD1_210() { return &___U3CU3Ef__mgU24cacheD1_210; } inline void set_U3CU3Ef__mgU24cacheD1_210(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD1_210 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD1_210), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD2_211() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD2_211)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD2_211() const { return ___U3CU3Ef__mgU24cacheD2_211; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD2_211() { return &___U3CU3Ef__mgU24cacheD2_211; } inline void set_U3CU3Ef__mgU24cacheD2_211(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD2_211 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD2_211), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD3_212() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD3_212)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD3_212() const { return ___U3CU3Ef__mgU24cacheD3_212; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD3_212() { return &___U3CU3Ef__mgU24cacheD3_212; } inline void set_U3CU3Ef__mgU24cacheD3_212(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD3_212 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD3_212), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD4_213() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD4_213)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD4_213() const { return ___U3CU3Ef__mgU24cacheD4_213; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD4_213() { return &___U3CU3Ef__mgU24cacheD4_213; } inline void set_U3CU3Ef__mgU24cacheD4_213(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD4_213 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD4_213), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD5_214() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD5_214)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD5_214() const { return ___U3CU3Ef__mgU24cacheD5_214; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD5_214() { return &___U3CU3Ef__mgU24cacheD5_214; } inline void set_U3CU3Ef__mgU24cacheD5_214(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD5_214 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD5_214), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD6_215() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD6_215)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD6_215() const { return ___U3CU3Ef__mgU24cacheD6_215; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD6_215() { return &___U3CU3Ef__mgU24cacheD6_215; } inline void set_U3CU3Ef__mgU24cacheD6_215(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD6_215 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD6_215), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD7_216() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD7_216)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD7_216() const { return ___U3CU3Ef__mgU24cacheD7_216; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD7_216() { return &___U3CU3Ef__mgU24cacheD7_216; } inline void set_U3CU3Ef__mgU24cacheD7_216(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD7_216 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD7_216), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD8_217() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD8_217)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD8_217() const { return ___U3CU3Ef__mgU24cacheD8_217; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD8_217() { return &___U3CU3Ef__mgU24cacheD8_217; } inline void set_U3CU3Ef__mgU24cacheD8_217(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD8_217 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD8_217), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD9_218() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheD9_218)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheD9_218() const { return ___U3CU3Ef__mgU24cacheD9_218; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheD9_218() { return &___U3CU3Ef__mgU24cacheD9_218; } inline void set_U3CU3Ef__mgU24cacheD9_218(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheD9_218 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD9_218), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheDA_219() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheDA_219)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheDA_219() const { return ___U3CU3Ef__mgU24cacheDA_219; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheDA_219() { return &___U3CU3Ef__mgU24cacheDA_219; } inline void set_U3CU3Ef__mgU24cacheDA_219(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheDA_219 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheDA_219), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheDB_220() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheDB_220)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheDB_220() const { return ___U3CU3Ef__mgU24cacheDB_220; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheDB_220() { return &___U3CU3Ef__mgU24cacheDB_220; } inline void set_U3CU3Ef__mgU24cacheDB_220(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheDB_220 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheDB_220), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheDC_221() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheDC_221)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheDC_221() const { return ___U3CU3Ef__mgU24cacheDC_221; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheDC_221() { return &___U3CU3Ef__mgU24cacheDC_221; } inline void set_U3CU3Ef__mgU24cacheDC_221(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheDC_221 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheDC_221), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheDD_222() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheDD_222)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheDD_222() const { return ___U3CU3Ef__mgU24cacheDD_222; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheDD_222() { return &___U3CU3Ef__mgU24cacheDD_222; } inline void set_U3CU3Ef__mgU24cacheDD_222(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheDD_222 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheDD_222), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheDE_223() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheDE_223)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheDE_223() const { return ___U3CU3Ef__mgU24cacheDE_223; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheDE_223() { return &___U3CU3Ef__mgU24cacheDE_223; } inline void set_U3CU3Ef__mgU24cacheDE_223(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheDE_223 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheDE_223), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheDF_224() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheDF_224)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheDF_224() const { return ___U3CU3Ef__mgU24cacheDF_224; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheDF_224() { return &___U3CU3Ef__mgU24cacheDF_224; } inline void set_U3CU3Ef__mgU24cacheDF_224(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheDF_224 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheDF_224), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE0_225() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE0_225)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE0_225() const { return ___U3CU3Ef__mgU24cacheE0_225; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE0_225() { return &___U3CU3Ef__mgU24cacheE0_225; } inline void set_U3CU3Ef__mgU24cacheE0_225(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE0_225 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE0_225), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE1_226() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE1_226)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE1_226() const { return ___U3CU3Ef__mgU24cacheE1_226; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE1_226() { return &___U3CU3Ef__mgU24cacheE1_226; } inline void set_U3CU3Ef__mgU24cacheE1_226(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE1_226 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE1_226), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE2_227() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE2_227)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE2_227() const { return ___U3CU3Ef__mgU24cacheE2_227; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE2_227() { return &___U3CU3Ef__mgU24cacheE2_227; } inline void set_U3CU3Ef__mgU24cacheE2_227(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE2_227 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE2_227), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE3_228() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE3_228)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE3_228() const { return ___U3CU3Ef__mgU24cacheE3_228; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE3_228() { return &___U3CU3Ef__mgU24cacheE3_228; } inline void set_U3CU3Ef__mgU24cacheE3_228(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE3_228 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE3_228), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE4_229() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE4_229)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE4_229() const { return ___U3CU3Ef__mgU24cacheE4_229; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE4_229() { return &___U3CU3Ef__mgU24cacheE4_229; } inline void set_U3CU3Ef__mgU24cacheE4_229(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE4_229 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE4_229), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE5_230() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE5_230)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE5_230() const { return ___U3CU3Ef__mgU24cacheE5_230; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE5_230() { return &___U3CU3Ef__mgU24cacheE5_230; } inline void set_U3CU3Ef__mgU24cacheE5_230(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE5_230 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE5_230), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE6_231() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE6_231)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE6_231() const { return ___U3CU3Ef__mgU24cacheE6_231; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE6_231() { return &___U3CU3Ef__mgU24cacheE6_231; } inline void set_U3CU3Ef__mgU24cacheE6_231(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE6_231 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE6_231), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE7_232() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE7_232)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE7_232() const { return ___U3CU3Ef__mgU24cacheE7_232; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE7_232() { return &___U3CU3Ef__mgU24cacheE7_232; } inline void set_U3CU3Ef__mgU24cacheE7_232(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE7_232 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE7_232), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE8_233() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE8_233)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE8_233() const { return ___U3CU3Ef__mgU24cacheE8_233; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE8_233() { return &___U3CU3Ef__mgU24cacheE8_233; } inline void set_U3CU3Ef__mgU24cacheE8_233(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE8_233 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE8_233), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE9_234() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheE9_234)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheE9_234() const { return ___U3CU3Ef__mgU24cacheE9_234; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheE9_234() { return &___U3CU3Ef__mgU24cacheE9_234; } inline void set_U3CU3Ef__mgU24cacheE9_234(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheE9_234 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE9_234), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheEA_235() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheEA_235)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheEA_235() const { return ___U3CU3Ef__mgU24cacheEA_235; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheEA_235() { return &___U3CU3Ef__mgU24cacheEA_235; } inline void set_U3CU3Ef__mgU24cacheEA_235(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheEA_235 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheEA_235), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheEB_236() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheEB_236)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheEB_236() const { return ___U3CU3Ef__mgU24cacheEB_236; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheEB_236() { return &___U3CU3Ef__mgU24cacheEB_236; } inline void set_U3CU3Ef__mgU24cacheEB_236(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheEB_236 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheEB_236), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheEC_237() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheEC_237)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheEC_237() const { return ___U3CU3Ef__mgU24cacheEC_237; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheEC_237() { return &___U3CU3Ef__mgU24cacheEC_237; } inline void set_U3CU3Ef__mgU24cacheEC_237(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheEC_237 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheEC_237), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheED_238() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheED_238)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheED_238() const { return ___U3CU3Ef__mgU24cacheED_238; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheED_238() { return &___U3CU3Ef__mgU24cacheED_238; } inline void set_U3CU3Ef__mgU24cacheED_238(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheED_238 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheED_238), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheEE_239() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheEE_239)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheEE_239() const { return ___U3CU3Ef__mgU24cacheEE_239; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheEE_239() { return &___U3CU3Ef__mgU24cacheEE_239; } inline void set_U3CU3Ef__mgU24cacheEE_239(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheEE_239 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheEE_239), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheEF_240() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheEF_240)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheEF_240() const { return ___U3CU3Ef__mgU24cacheEF_240; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheEF_240() { return &___U3CU3Ef__mgU24cacheEF_240; } inline void set_U3CU3Ef__mgU24cacheEF_240(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheEF_240 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheEF_240), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF0_241() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF0_241)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF0_241() const { return ___U3CU3Ef__mgU24cacheF0_241; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF0_241() { return &___U3CU3Ef__mgU24cacheF0_241; } inline void set_U3CU3Ef__mgU24cacheF0_241(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF0_241 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF0_241), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF1_242() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF1_242)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF1_242() const { return ___U3CU3Ef__mgU24cacheF1_242; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF1_242() { return &___U3CU3Ef__mgU24cacheF1_242; } inline void set_U3CU3Ef__mgU24cacheF1_242(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF1_242 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF1_242), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF2_243() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF2_243)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF2_243() const { return ___U3CU3Ef__mgU24cacheF2_243; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF2_243() { return &___U3CU3Ef__mgU24cacheF2_243; } inline void set_U3CU3Ef__mgU24cacheF2_243(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF2_243 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF2_243), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF3_244() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF3_244)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF3_244() const { return ___U3CU3Ef__mgU24cacheF3_244; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF3_244() { return &___U3CU3Ef__mgU24cacheF3_244; } inline void set_U3CU3Ef__mgU24cacheF3_244(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF3_244 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF3_244), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF4_245() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF4_245)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF4_245() const { return ___U3CU3Ef__mgU24cacheF4_245; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF4_245() { return &___U3CU3Ef__mgU24cacheF4_245; } inline void set_U3CU3Ef__mgU24cacheF4_245(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF4_245 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF4_245), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF5_246() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF5_246)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF5_246() const { return ___U3CU3Ef__mgU24cacheF5_246; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF5_246() { return &___U3CU3Ef__mgU24cacheF5_246; } inline void set_U3CU3Ef__mgU24cacheF5_246(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF5_246 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF5_246), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF6_247() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF6_247)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF6_247() const { return ___U3CU3Ef__mgU24cacheF6_247; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF6_247() { return &___U3CU3Ef__mgU24cacheF6_247; } inline void set_U3CU3Ef__mgU24cacheF6_247(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF6_247 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF6_247), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF7_248() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF7_248)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF7_248() const { return ___U3CU3Ef__mgU24cacheF7_248; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF7_248() { return &___U3CU3Ef__mgU24cacheF7_248; } inline void set_U3CU3Ef__mgU24cacheF7_248(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF7_248 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF7_248), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF8_249() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF8_249)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF8_249() const { return ___U3CU3Ef__mgU24cacheF8_249; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF8_249() { return &___U3CU3Ef__mgU24cacheF8_249; } inline void set_U3CU3Ef__mgU24cacheF8_249(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF8_249 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF8_249), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF9_250() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheF9_250)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheF9_250() const { return ___U3CU3Ef__mgU24cacheF9_250; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheF9_250() { return &___U3CU3Ef__mgU24cacheF9_250; } inline void set_U3CU3Ef__mgU24cacheF9_250(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheF9_250 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF9_250), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheFA_251() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheFA_251)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheFA_251() const { return ___U3CU3Ef__mgU24cacheFA_251; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheFA_251() { return &___U3CU3Ef__mgU24cacheFA_251; } inline void set_U3CU3Ef__mgU24cacheFA_251(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheFA_251 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheFA_251), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheFB_252() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheFB_252)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheFB_252() const { return ___U3CU3Ef__mgU24cacheFB_252; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheFB_252() { return &___U3CU3Ef__mgU24cacheFB_252; } inline void set_U3CU3Ef__mgU24cacheFB_252(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheFB_252 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheFB_252), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheFC_253() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheFC_253)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheFC_253() const { return ___U3CU3Ef__mgU24cacheFC_253; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheFC_253() { return &___U3CU3Ef__mgU24cacheFC_253; } inline void set_U3CU3Ef__mgU24cacheFC_253(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheFC_253 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheFC_253), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheFD_254() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheFD_254)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheFD_254() const { return ___U3CU3Ef__mgU24cacheFD_254; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheFD_254() { return &___U3CU3Ef__mgU24cacheFD_254; } inline void set_U3CU3Ef__mgU24cacheFD_254(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheFD_254 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheFD_254), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheFE_255() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheFE_255)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheFE_255() const { return ___U3CU3Ef__mgU24cacheFE_255; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheFE_255() { return &___U3CU3Ef__mgU24cacheFE_255; } inline void set_U3CU3Ef__mgU24cacheFE_255(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheFE_255 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheFE_255), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheFF_256() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cacheFF_256)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cacheFF_256() const { return ___U3CU3Ef__mgU24cacheFF_256; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cacheFF_256() { return &___U3CU3Ef__mgU24cacheFF_256; } inline void set_U3CU3Ef__mgU24cacheFF_256(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cacheFF_256 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheFF_256), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache100_257() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache100_257)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache100_257() const { return ___U3CU3Ef__mgU24cache100_257; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache100_257() { return &___U3CU3Ef__mgU24cache100_257; } inline void set_U3CU3Ef__mgU24cache100_257(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache100_257 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache100_257), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache101_258() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache101_258)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache101_258() const { return ___U3CU3Ef__mgU24cache101_258; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache101_258() { return &___U3CU3Ef__mgU24cache101_258; } inline void set_U3CU3Ef__mgU24cache101_258(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache101_258 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache101_258), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache102_259() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache102_259)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache102_259() const { return ___U3CU3Ef__mgU24cache102_259; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache102_259() { return &___U3CU3Ef__mgU24cache102_259; } inline void set_U3CU3Ef__mgU24cache102_259(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache102_259 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache102_259), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache103_260() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache103_260)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache103_260() const { return ___U3CU3Ef__mgU24cache103_260; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache103_260() { return &___U3CU3Ef__mgU24cache103_260; } inline void set_U3CU3Ef__mgU24cache103_260(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache103_260 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache103_260), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache104_261() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache104_261)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache104_261() const { return ___U3CU3Ef__mgU24cache104_261; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache104_261() { return &___U3CU3Ef__mgU24cache104_261; } inline void set_U3CU3Ef__mgU24cache104_261(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache104_261 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache104_261), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache105_262() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache105_262)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache105_262() const { return ___U3CU3Ef__mgU24cache105_262; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache105_262() { return &___U3CU3Ef__mgU24cache105_262; } inline void set_U3CU3Ef__mgU24cache105_262(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache105_262 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache105_262), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache106_263() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache106_263)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache106_263() const { return ___U3CU3Ef__mgU24cache106_263; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache106_263() { return &___U3CU3Ef__mgU24cache106_263; } inline void set_U3CU3Ef__mgU24cache106_263(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache106_263 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache106_263), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache107_264() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache107_264)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache107_264() const { return ___U3CU3Ef__mgU24cache107_264; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache107_264() { return &___U3CU3Ef__mgU24cache107_264; } inline void set_U3CU3Ef__mgU24cache107_264(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache107_264 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache107_264), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache108_265() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache108_265)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache108_265() const { return ___U3CU3Ef__mgU24cache108_265; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache108_265() { return &___U3CU3Ef__mgU24cache108_265; } inline void set_U3CU3Ef__mgU24cache108_265(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache108_265 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache108_265), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache109_266() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache109_266)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache109_266() const { return ___U3CU3Ef__mgU24cache109_266; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache109_266() { return &___U3CU3Ef__mgU24cache109_266; } inline void set_U3CU3Ef__mgU24cache109_266(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache109_266 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache109_266), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10A_267() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache10A_267)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache10A_267() const { return ___U3CU3Ef__mgU24cache10A_267; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache10A_267() { return &___U3CU3Ef__mgU24cache10A_267; } inline void set_U3CU3Ef__mgU24cache10A_267(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache10A_267 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10A_267), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10B_268() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache10B_268)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache10B_268() const { return ___U3CU3Ef__mgU24cache10B_268; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache10B_268() { return &___U3CU3Ef__mgU24cache10B_268; } inline void set_U3CU3Ef__mgU24cache10B_268(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache10B_268 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10B_268), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10C_269() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache10C_269)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache10C_269() const { return ___U3CU3Ef__mgU24cache10C_269; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache10C_269() { return &___U3CU3Ef__mgU24cache10C_269; } inline void set_U3CU3Ef__mgU24cache10C_269(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache10C_269 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10C_269), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10D_270() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache10D_270)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache10D_270() const { return ___U3CU3Ef__mgU24cache10D_270; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache10D_270() { return &___U3CU3Ef__mgU24cache10D_270; } inline void set_U3CU3Ef__mgU24cache10D_270(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache10D_270 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10D_270), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10E_271() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache10E_271)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache10E_271() const { return ___U3CU3Ef__mgU24cache10E_271; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache10E_271() { return &___U3CU3Ef__mgU24cache10E_271; } inline void set_U3CU3Ef__mgU24cache10E_271(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache10E_271 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10E_271), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10F_272() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache10F_272)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache10F_272() const { return ___U3CU3Ef__mgU24cache10F_272; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache10F_272() { return &___U3CU3Ef__mgU24cache10F_272; } inline void set_U3CU3Ef__mgU24cache10F_272(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache10F_272 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10F_272), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache110_273() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache110_273)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache110_273() const { return ___U3CU3Ef__mgU24cache110_273; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache110_273() { return &___U3CU3Ef__mgU24cache110_273; } inline void set_U3CU3Ef__mgU24cache110_273(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache110_273 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache110_273), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache111_274() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache111_274)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache111_274() const { return ___U3CU3Ef__mgU24cache111_274; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache111_274() { return &___U3CU3Ef__mgU24cache111_274; } inline void set_U3CU3Ef__mgU24cache111_274(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache111_274 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache111_274), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache112_275() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache112_275)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache112_275() const { return ___U3CU3Ef__mgU24cache112_275; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache112_275() { return &___U3CU3Ef__mgU24cache112_275; } inline void set_U3CU3Ef__mgU24cache112_275(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache112_275 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache112_275), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache113_276() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache113_276)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache113_276() const { return ___U3CU3Ef__mgU24cache113_276; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache113_276() { return &___U3CU3Ef__mgU24cache113_276; } inline void set_U3CU3Ef__mgU24cache113_276(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache113_276 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache113_276), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache114_277() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache114_277)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache114_277() const { return ___U3CU3Ef__mgU24cache114_277; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache114_277() { return &___U3CU3Ef__mgU24cache114_277; } inline void set_U3CU3Ef__mgU24cache114_277(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache114_277 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache114_277), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache115_278() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache115_278)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache115_278() const { return ___U3CU3Ef__mgU24cache115_278; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache115_278() { return &___U3CU3Ef__mgU24cache115_278; } inline void set_U3CU3Ef__mgU24cache115_278(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache115_278 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache115_278), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache116_279() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache116_279)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache116_279() const { return ___U3CU3Ef__mgU24cache116_279; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache116_279() { return &___U3CU3Ef__mgU24cache116_279; } inline void set_U3CU3Ef__mgU24cache116_279(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache116_279 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache116_279), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache117_280() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache117_280)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache117_280() const { return ___U3CU3Ef__mgU24cache117_280; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache117_280() { return &___U3CU3Ef__mgU24cache117_280; } inline void set_U3CU3Ef__mgU24cache117_280(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache117_280 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache117_280), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache118_281() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache118_281)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache118_281() const { return ___U3CU3Ef__mgU24cache118_281; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache118_281() { return &___U3CU3Ef__mgU24cache118_281; } inline void set_U3CU3Ef__mgU24cache118_281(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache118_281 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache118_281), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache119_282() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache119_282)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache119_282() const { return ___U3CU3Ef__mgU24cache119_282; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache119_282() { return &___U3CU3Ef__mgU24cache119_282; } inline void set_U3CU3Ef__mgU24cache119_282(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache119_282 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache119_282), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11A_283() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache11A_283)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache11A_283() const { return ___U3CU3Ef__mgU24cache11A_283; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache11A_283() { return &___U3CU3Ef__mgU24cache11A_283; } inline void set_U3CU3Ef__mgU24cache11A_283(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache11A_283 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11A_283), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11B_284() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache11B_284)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache11B_284() const { return ___U3CU3Ef__mgU24cache11B_284; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache11B_284() { return &___U3CU3Ef__mgU24cache11B_284; } inline void set_U3CU3Ef__mgU24cache11B_284(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache11B_284 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11B_284), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11C_285() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache11C_285)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache11C_285() const { return ___U3CU3Ef__mgU24cache11C_285; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache11C_285() { return &___U3CU3Ef__mgU24cache11C_285; } inline void set_U3CU3Ef__mgU24cache11C_285(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache11C_285 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11C_285), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11D_286() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache11D_286)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache11D_286() const { return ___U3CU3Ef__mgU24cache11D_286; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache11D_286() { return &___U3CU3Ef__mgU24cache11D_286; } inline void set_U3CU3Ef__mgU24cache11D_286(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache11D_286 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11D_286), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11E_287() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache11E_287)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache11E_287() const { return ___U3CU3Ef__mgU24cache11E_287; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache11E_287() { return &___U3CU3Ef__mgU24cache11E_287; } inline void set_U3CU3Ef__mgU24cache11E_287(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache11E_287 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11E_287), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11F_288() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache11F_288)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache11F_288() const { return ___U3CU3Ef__mgU24cache11F_288; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache11F_288() { return &___U3CU3Ef__mgU24cache11F_288; } inline void set_U3CU3Ef__mgU24cache11F_288(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache11F_288 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11F_288), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache120_289() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache120_289)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache120_289() const { return ___U3CU3Ef__mgU24cache120_289; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache120_289() { return &___U3CU3Ef__mgU24cache120_289; } inline void set_U3CU3Ef__mgU24cache120_289(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache120_289 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache120_289), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache121_290() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache121_290)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache121_290() const { return ___U3CU3Ef__mgU24cache121_290; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache121_290() { return &___U3CU3Ef__mgU24cache121_290; } inline void set_U3CU3Ef__mgU24cache121_290(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache121_290 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache121_290), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache122_291() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache122_291)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache122_291() const { return ___U3CU3Ef__mgU24cache122_291; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache122_291() { return &___U3CU3Ef__mgU24cache122_291; } inline void set_U3CU3Ef__mgU24cache122_291(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache122_291 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache122_291), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache123_292() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache123_292)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache123_292() const { return ___U3CU3Ef__mgU24cache123_292; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache123_292() { return &___U3CU3Ef__mgU24cache123_292; } inline void set_U3CU3Ef__mgU24cache123_292(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache123_292 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache123_292), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache124_293() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache124_293)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache124_293() const { return ___U3CU3Ef__mgU24cache124_293; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache124_293() { return &___U3CU3Ef__mgU24cache124_293; } inline void set_U3CU3Ef__mgU24cache124_293(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache124_293 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache124_293), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache125_294() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache125_294)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache125_294() const { return ___U3CU3Ef__mgU24cache125_294; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache125_294() { return &___U3CU3Ef__mgU24cache125_294; } inline void set_U3CU3Ef__mgU24cache125_294(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache125_294 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache125_294), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache126_295() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache126_295)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache126_295() const { return ___U3CU3Ef__mgU24cache126_295; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache126_295() { return &___U3CU3Ef__mgU24cache126_295; } inline void set_U3CU3Ef__mgU24cache126_295(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache126_295 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache126_295), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache127_296() { return static_cast(offsetof(CCustomNetMsgHooker_t1749009394_StaticFields, ___U3CU3Ef__mgU24cache127_296)); } inline _ProcCustomMsg_t4006059236 * get_U3CU3Ef__mgU24cache127_296() const { return ___U3CU3Ef__mgU24cache127_296; } inline _ProcCustomMsg_t4006059236 ** get_address_of_U3CU3Ef__mgU24cache127_296() { return &___U3CU3Ef__mgU24cache127_296; } inline void set_U3CU3Ef__mgU24cache127_296(_ProcCustomMsg_t4006059236 * value) { ___U3CU3Ef__mgU24cache127_296 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache127_296), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCUSTOMNETMSGHOOKER_T1749009394_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 INETLINK_T2717826932_H #define INETLINK_T2717826932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetLink struct INetLink_t2717826932 : public RuntimeObject { public: // DMCore.Net.CNetReceiver DMCore.Net.INetLink::m_Receiver CNetReceiver_t1076104922 * ___m_Receiver_0; // DMCore.Net.ILinkListener DMCore.Net.INetLink::m_Listener ILinkListener_t2747206916 * ___m_Listener_1; public: inline static int32_t get_offset_of_m_Receiver_0() { return static_cast(offsetof(INetLink_t2717826932, ___m_Receiver_0)); } inline CNetReceiver_t1076104922 * get_m_Receiver_0() const { return ___m_Receiver_0; } inline CNetReceiver_t1076104922 ** get_address_of_m_Receiver_0() { return &___m_Receiver_0; } inline void set_m_Receiver_0(CNetReceiver_t1076104922 * value) { ___m_Receiver_0 = value; Il2CppCodeGenWriteBarrier((&___m_Receiver_0), value); } inline static int32_t get_offset_of_m_Listener_1() { return static_cast(offsetof(INetLink_t2717826932, ___m_Listener_1)); } inline ILinkListener_t2747206916 * get_m_Listener_1() const { return ___m_Listener_1; } inline ILinkListener_t2747206916 ** get_address_of_m_Listener_1() { return &___m_Listener_1; } inline void set_m_Listener_1(ILinkListener_t2747206916 * value) { ___m_Listener_1 = value; Il2CppCodeGenWriteBarrier((&___m_Listener_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLINK_T2717826932_H #ifndef 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 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 ILINKLISTENER_T2747206916_H #define ILINKLISTENER_T2747206916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.ILinkListener struct ILinkListener_t2747206916 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILINKLISTENER_T2747206916_H #ifndef 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 INETLISTENER_T2122847788_H #define INETLISTENER_T2122847788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetListener struct INetListener_t2122847788 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLISTENER_T2122847788_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 CNETRECEIVER_T1076104922_H #define CNETRECEIVER_T1076104922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetReceiver struct CNetReceiver_t1076104922 : public RuntimeObject { public: // BetterList`1 DMCore.Net.CNetReceiver::m_recivBuff BetterList_1_t289316694 * ___m_recivBuff_0; // BetterList`1 DMCore.Net.CNetReceiver::m_TempBuf BetterList_1_t289316694 * ___m_TempBuf_1; public: inline static int32_t get_offset_of_m_recivBuff_0() { return static_cast(offsetof(CNetReceiver_t1076104922, ___m_recivBuff_0)); } inline BetterList_1_t289316694 * get_m_recivBuff_0() const { return ___m_recivBuff_0; } inline BetterList_1_t289316694 ** get_address_of_m_recivBuff_0() { return &___m_recivBuff_0; } inline void set_m_recivBuff_0(BetterList_1_t289316694 * value) { ___m_recivBuff_0 = value; Il2CppCodeGenWriteBarrier((&___m_recivBuff_0), value); } inline static int32_t get_offset_of_m_TempBuf_1() { return static_cast(offsetof(CNetReceiver_t1076104922, ___m_TempBuf_1)); } inline BetterList_1_t289316694 * get_m_TempBuf_1() const { return ___m_TempBuf_1; } inline BetterList_1_t289316694 ** get_address_of_m_TempBuf_1() { return &___m_TempBuf_1; } inline void set_m_TempBuf_1(BetterList_1_t289316694 * value) { ___m_TempBuf_1 = value; Il2CppCodeGenWriteBarrier((&___m_TempBuf_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETRECEIVER_T1076104922_H #ifndef 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 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 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 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 CPETMANAGER_T2941415134_H #define CPETMANAGER_T2941415134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetManager struct CPetManager_t2941415134 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::k__BackingField ISceneNpcBase_t3974693970 * ___U3CCurrentSelectedPetObjU3Ek__BackingField_0; // System.Int64 DMCore.Logic.CPetManager::k__BackingField int64_t ___U3CCurrentSelectedPetIDU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsDataReadyU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsShowActivePetU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CPetManager::k__BackingField int32_t ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsNeedRefreshUIU3Ek__BackingField_6; // System.Int32 DMCore.Logic.CPetManager::k__BackingField int32_t ___U3CpetSkillUseCountU3Ek__BackingField_7; // System.Collections.Generic.List`1 DMCore.Logic.CPetManager::m_NeedActivePetList List_1_t913674750 * ___m_NeedActivePetList_8; // System.Int64 DMCore.Logic.CPetManager::m_CurrentFollowPetID int64_t ___m_CurrentFollowPetID_9; // System.Collections.Generic.List`1 DMCore.Logic.CPetManager::m_PetList List_1_t4139125132 * ___m_PetList_11; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetManager::m_PetSkill Dictionary_2_t1411863853 * ___m_PetSkill_12; // System.Int32 DMCore.Logic.CPetManager::m_LeftBuyEnergyCount int32_t ___m_LeftBuyEnergyCount_13; // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::m_tempPetObj ISceneNpcBase_t3974693970 * ___m_tempPetObj_14; // System.Int32 DMCore.Logic.CPetManager::m_CurrentPetNum int32_t ___m_CurrentPetNum_15; // System.Int32 DMCore.Logic.CPetManager::m_MaxPetNum int32_t ___m_MaxPetNum_16; // DMCore.Logic.CPetManager/UpgradeEffect DMCore.Logic.CPetManager::m_UpgradeEffect UpgradeEffect_t3030226768 * ___m_UpgradeEffect_17; // DMCore.Logic.CPetManager/GetMaterial DMCore.Logic.CPetManager::m_GetMaterial GetMaterial_t2269987281 * ___m_GetMaterial_18; public: inline static int32_t get_offset_of_U3CCurrentSelectedPetObjU3Ek__BackingField_0() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CCurrentSelectedPetObjU3Ek__BackingField_0)); } inline ISceneNpcBase_t3974693970 * get_U3CCurrentSelectedPetObjU3Ek__BackingField_0() const { return ___U3CCurrentSelectedPetObjU3Ek__BackingField_0; } inline ISceneNpcBase_t3974693970 ** get_address_of_U3CCurrentSelectedPetObjU3Ek__BackingField_0() { return &___U3CCurrentSelectedPetObjU3Ek__BackingField_0; } inline void set_U3CCurrentSelectedPetObjU3Ek__BackingField_0(ISceneNpcBase_t3974693970 * value) { ___U3CCurrentSelectedPetObjU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CCurrentSelectedPetObjU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CCurrentSelectedPetIDU3Ek__BackingField_1() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CCurrentSelectedPetIDU3Ek__BackingField_1)); } inline int64_t get_U3CCurrentSelectedPetIDU3Ek__BackingField_1() const { return ___U3CCurrentSelectedPetIDU3Ek__BackingField_1; } inline int64_t* get_address_of_U3CCurrentSelectedPetIDU3Ek__BackingField_1() { return &___U3CCurrentSelectedPetIDU3Ek__BackingField_1; } inline void set_U3CCurrentSelectedPetIDU3Ek__BackingField_1(int64_t value) { ___U3CCurrentSelectedPetIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2)); } inline bool get_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2() const { return ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2() { return &___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2; } inline void set_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2(bool value) { ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsDataReadyU3Ek__BackingField_3() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsDataReadyU3Ek__BackingField_3)); } inline bool get_U3CIsDataReadyU3Ek__BackingField_3() const { return ___U3CIsDataReadyU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsDataReadyU3Ek__BackingField_3() { return &___U3CIsDataReadyU3Ek__BackingField_3; } inline void set_U3CIsDataReadyU3Ek__BackingField_3(bool value) { ___U3CIsDataReadyU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsShowActivePetU3Ek__BackingField_4() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsShowActivePetU3Ek__BackingField_4)); } inline bool get_U3CIsShowActivePetU3Ek__BackingField_4() const { return ___U3CIsShowActivePetU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsShowActivePetU3Ek__BackingField_4() { return &___U3CIsShowActivePetU3Ek__BackingField_4; } inline void set_U3CIsShowActivePetU3Ek__BackingField_4(bool value) { ___U3CIsShowActivePetU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5)); } inline int32_t get_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5() const { return ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5() { return &___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5; } inline void set_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5(int32_t value) { ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CIsNeedRefreshUIU3Ek__BackingField_6() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsNeedRefreshUIU3Ek__BackingField_6)); } inline bool get_U3CIsNeedRefreshUIU3Ek__BackingField_6() const { return ___U3CIsNeedRefreshUIU3Ek__BackingField_6; } inline bool* get_address_of_U3CIsNeedRefreshUIU3Ek__BackingField_6() { return &___U3CIsNeedRefreshUIU3Ek__BackingField_6; } inline void set_U3CIsNeedRefreshUIU3Ek__BackingField_6(bool value) { ___U3CIsNeedRefreshUIU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CpetSkillUseCountU3Ek__BackingField_7() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CpetSkillUseCountU3Ek__BackingField_7)); } inline int32_t get_U3CpetSkillUseCountU3Ek__BackingField_7() const { return ___U3CpetSkillUseCountU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CpetSkillUseCountU3Ek__BackingField_7() { return &___U3CpetSkillUseCountU3Ek__BackingField_7; } inline void set_U3CpetSkillUseCountU3Ek__BackingField_7(int32_t value) { ___U3CpetSkillUseCountU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_NeedActivePetList_8() { return static_cast(offsetof(CPetManager_t2941415134, ___m_NeedActivePetList_8)); } inline List_1_t913674750 * get_m_NeedActivePetList_8() const { return ___m_NeedActivePetList_8; } inline List_1_t913674750 ** get_address_of_m_NeedActivePetList_8() { return &___m_NeedActivePetList_8; } inline void set_m_NeedActivePetList_8(List_1_t913674750 * value) { ___m_NeedActivePetList_8 = value; Il2CppCodeGenWriteBarrier((&___m_NeedActivePetList_8), value); } inline static int32_t get_offset_of_m_CurrentFollowPetID_9() { return static_cast(offsetof(CPetManager_t2941415134, ___m_CurrentFollowPetID_9)); } inline int64_t get_m_CurrentFollowPetID_9() const { return ___m_CurrentFollowPetID_9; } inline int64_t* get_address_of_m_CurrentFollowPetID_9() { return &___m_CurrentFollowPetID_9; } inline void set_m_CurrentFollowPetID_9(int64_t value) { ___m_CurrentFollowPetID_9 = value; } inline static int32_t get_offset_of_m_PetList_11() { return static_cast(offsetof(CPetManager_t2941415134, ___m_PetList_11)); } inline List_1_t4139125132 * get_m_PetList_11() const { return ___m_PetList_11; } inline List_1_t4139125132 ** get_address_of_m_PetList_11() { return &___m_PetList_11; } inline void set_m_PetList_11(List_1_t4139125132 * value) { ___m_PetList_11 = value; Il2CppCodeGenWriteBarrier((&___m_PetList_11), value); } inline static int32_t get_offset_of_m_PetSkill_12() { return static_cast(offsetof(CPetManager_t2941415134, ___m_PetSkill_12)); } inline Dictionary_2_t1411863853 * get_m_PetSkill_12() const { return ___m_PetSkill_12; } inline Dictionary_2_t1411863853 ** get_address_of_m_PetSkill_12() { return &___m_PetSkill_12; } inline void set_m_PetSkill_12(Dictionary_2_t1411863853 * value) { ___m_PetSkill_12 = value; Il2CppCodeGenWriteBarrier((&___m_PetSkill_12), value); } inline static int32_t get_offset_of_m_LeftBuyEnergyCount_13() { return static_cast(offsetof(CPetManager_t2941415134, ___m_LeftBuyEnergyCount_13)); } inline int32_t get_m_LeftBuyEnergyCount_13() const { return ___m_LeftBuyEnergyCount_13; } inline int32_t* get_address_of_m_LeftBuyEnergyCount_13() { return &___m_LeftBuyEnergyCount_13; } inline void set_m_LeftBuyEnergyCount_13(int32_t value) { ___m_LeftBuyEnergyCount_13 = value; } inline static int32_t get_offset_of_m_tempPetObj_14() { return static_cast(offsetof(CPetManager_t2941415134, ___m_tempPetObj_14)); } inline ISceneNpcBase_t3974693970 * get_m_tempPetObj_14() const { return ___m_tempPetObj_14; } inline ISceneNpcBase_t3974693970 ** get_address_of_m_tempPetObj_14() { return &___m_tempPetObj_14; } inline void set_m_tempPetObj_14(ISceneNpcBase_t3974693970 * value) { ___m_tempPetObj_14 = value; Il2CppCodeGenWriteBarrier((&___m_tempPetObj_14), value); } inline static int32_t get_offset_of_m_CurrentPetNum_15() { return static_cast(offsetof(CPetManager_t2941415134, ___m_CurrentPetNum_15)); } inline int32_t get_m_CurrentPetNum_15() const { return ___m_CurrentPetNum_15; } inline int32_t* get_address_of_m_CurrentPetNum_15() { return &___m_CurrentPetNum_15; } inline void set_m_CurrentPetNum_15(int32_t value) { ___m_CurrentPetNum_15 = value; } inline static int32_t get_offset_of_m_MaxPetNum_16() { return static_cast(offsetof(CPetManager_t2941415134, ___m_MaxPetNum_16)); } inline int32_t get_m_MaxPetNum_16() const { return ___m_MaxPetNum_16; } inline int32_t* get_address_of_m_MaxPetNum_16() { return &___m_MaxPetNum_16; } inline void set_m_MaxPetNum_16(int32_t value) { ___m_MaxPetNum_16 = value; } inline static int32_t get_offset_of_m_UpgradeEffect_17() { return static_cast(offsetof(CPetManager_t2941415134, ___m_UpgradeEffect_17)); } inline UpgradeEffect_t3030226768 * get_m_UpgradeEffect_17() const { return ___m_UpgradeEffect_17; } inline UpgradeEffect_t3030226768 ** get_address_of_m_UpgradeEffect_17() { return &___m_UpgradeEffect_17; } inline void set_m_UpgradeEffect_17(UpgradeEffect_t3030226768 * value) { ___m_UpgradeEffect_17 = value; Il2CppCodeGenWriteBarrier((&___m_UpgradeEffect_17), value); } inline static int32_t get_offset_of_m_GetMaterial_18() { return static_cast(offsetof(CPetManager_t2941415134, ___m_GetMaterial_18)); } inline GetMaterial_t2269987281 * get_m_GetMaterial_18() const { return ___m_GetMaterial_18; } inline GetMaterial_t2269987281 ** get_address_of_m_GetMaterial_18() { return &___m_GetMaterial_18; } inline void set_m_GetMaterial_18(GetMaterial_t2269987281 * value) { ___m_GetMaterial_18 = value; Il2CppCodeGenWriteBarrier((&___m_GetMaterial_18), value); } }; struct CPetManager_t2941415134_StaticFields { public: // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::s_Instance CPetManager_t2941415134 * ___s_Instance_10; public: inline static int32_t get_offset_of_s_Instance_10() { return static_cast(offsetof(CPetManager_t2941415134_StaticFields, ___s_Instance_10)); } inline CPetManager_t2941415134 * get_s_Instance_10() const { return ___s_Instance_10; } inline CPetManager_t2941415134 ** get_address_of_s_Instance_10() { return &___s_Instance_10; } inline void set_s_Instance_10(CPetManager_t2941415134 * value) { ___s_Instance_10 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETMANAGER_T2941415134_H #ifndef CANIMSYSTEM_T3541144328_H #define CANIMSYSTEM_T3541144328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bPaused bool ___m_bPaused_0; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bEditMode bool ___m_bEditMode_1; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bIntroduceMode bool ___m_bIntroduceMode_2; // System.Collections.Generic.List`1 DMCore.Framework.Movie.CAnimSystem::m_SequenceAll List_1_t3326345499 * ___m_SequenceAll_3; // System.Single DMCore.Framework.Movie.CAnimSystem::m_curTime float ___m_curTime_4; // System.Int32 DMCore.Framework.Movie.CAnimSystem::m_musicLevel int32_t ___m_musicLevel_5; // System.String DMCore.Framework.Movie.CAnimSystem::m_musicCfgPath String_t* ___m_musicCfgPath_6; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bOverTimeAutoStop bool ___m_bOverTimeAutoStop_7; // BetterList`1 DMCore.Framework.Movie.CAnimSystem::m_vStopList BetterList_1_t1002471007 * ___m_vStopList_8; public: inline static int32_t get_offset_of_m_bPaused_0() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bPaused_0)); } inline bool get_m_bPaused_0() const { return ___m_bPaused_0; } inline bool* get_address_of_m_bPaused_0() { return &___m_bPaused_0; } inline void set_m_bPaused_0(bool value) { ___m_bPaused_0 = value; } inline static int32_t get_offset_of_m_bEditMode_1() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bEditMode_1)); } inline bool get_m_bEditMode_1() const { return ___m_bEditMode_1; } inline bool* get_address_of_m_bEditMode_1() { return &___m_bEditMode_1; } inline void set_m_bEditMode_1(bool value) { ___m_bEditMode_1 = value; } inline static int32_t get_offset_of_m_bIntroduceMode_2() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bIntroduceMode_2)); } inline bool get_m_bIntroduceMode_2() const { return ___m_bIntroduceMode_2; } inline bool* get_address_of_m_bIntroduceMode_2() { return &___m_bIntroduceMode_2; } inline void set_m_bIntroduceMode_2(bool value) { ___m_bIntroduceMode_2 = value; } inline static int32_t get_offset_of_m_SequenceAll_3() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_SequenceAll_3)); } inline List_1_t3326345499 * get_m_SequenceAll_3() const { return ___m_SequenceAll_3; } inline List_1_t3326345499 ** get_address_of_m_SequenceAll_3() { return &___m_SequenceAll_3; } inline void set_m_SequenceAll_3(List_1_t3326345499 * value) { ___m_SequenceAll_3 = value; Il2CppCodeGenWriteBarrier((&___m_SequenceAll_3), value); } inline static int32_t get_offset_of_m_curTime_4() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_curTime_4)); } inline float get_m_curTime_4() const { return ___m_curTime_4; } inline float* get_address_of_m_curTime_4() { return &___m_curTime_4; } inline void set_m_curTime_4(float value) { ___m_curTime_4 = value; } inline static int32_t get_offset_of_m_musicLevel_5() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicLevel_5)); } inline int32_t get_m_musicLevel_5() const { return ___m_musicLevel_5; } inline int32_t* get_address_of_m_musicLevel_5() { return &___m_musicLevel_5; } inline void set_m_musicLevel_5(int32_t value) { ___m_musicLevel_5 = value; } inline static int32_t get_offset_of_m_musicCfgPath_6() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicCfgPath_6)); } inline String_t* get_m_musicCfgPath_6() const { return ___m_musicCfgPath_6; } inline String_t** get_address_of_m_musicCfgPath_6() { return &___m_musicCfgPath_6; } inline void set_m_musicCfgPath_6(String_t* value) { ___m_musicCfgPath_6 = value; Il2CppCodeGenWriteBarrier((&___m_musicCfgPath_6), value); } inline static int32_t get_offset_of_m_bOverTimeAutoStop_7() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bOverTimeAutoStop_7)); } inline bool get_m_bOverTimeAutoStop_7() const { return ___m_bOverTimeAutoStop_7; } inline bool* get_address_of_m_bOverTimeAutoStop_7() { return &___m_bOverTimeAutoStop_7; } inline void set_m_bOverTimeAutoStop_7(bool value) { ___m_bOverTimeAutoStop_7 = value; } inline static int32_t get_offset_of_m_vStopList_8() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_vStopList_8)); } inline BetterList_1_t1002471007 * get_m_vStopList_8() const { return ___m_vStopList_8; } inline BetterList_1_t1002471007 ** get_address_of_m_vStopList_8() { return &___m_vStopList_8; } inline void set_m_vStopList_8(BetterList_1_t1002471007 * value) { ___m_vStopList_8 = value; Il2CppCodeGenWriteBarrier((&___m_vStopList_8), value); } }; struct CAnimSystem_t3541144328_StaticFields { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map4 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4_9; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_10; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_11; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4_9() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map4_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4_9() const { return ___U3CU3Ef__switchU24map4_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4_9() { return &___U3CU3Ef__switchU24map4_9; } inline void set_U3CU3Ef__switchU24map4_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4_9), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_10() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map5_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_10() const { return ___U3CU3Ef__switchU24map5_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_10() { return &___U3CU3Ef__switchU24map5_10; } inline void set_U3CU3Ef__switchU24map5_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_10), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_11() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map6_11)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_11() const { return ___U3CU3Ef__switchU24map6_11; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_11() { return &___U3CU3Ef__switchU24map6_11; } inline void set_U3CU3Ef__switchU24map6_11(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSYSTEM_T3541144328_H #ifndef 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 NETSERVERKEY_T2215568361_H #define NETSERVERKEY_T2215568361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.NetServerKey struct NetServerKey_t2215568361 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETSERVERKEY_T2215568361_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 BETTERLIST_1_T2877333782_H #define BETTERLIST_1_T2877333782_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_t2877333782 : public RuntimeObject { public: // T[] BetterList`1::buffer Vector3U5BU5D_t1718750761* ___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_t2877333782, ___buffer_0)); } inline Vector3U5BU5D_t1718750761* get_buffer_0() const { return ___buffer_0; } inline Vector3U5BU5D_t1718750761** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Vector3U5BU5D_t1718750761* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2877333782, ___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_T2877333782_H #ifndef CPROPMANAGER_T2238730194_H #define CPROPMANAGER_T2238730194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropManager struct CPropManager_t2238730194 : public RuntimeObject { public: // DMCore.Logic.CPropGroup[] DMCore.Logic.CPropManager::m_groupArr CPropGroupU5BU5D_t555838530* ___m_groupArr_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropManager::m_buyTimeCache Dictionary_2_t2625280635 * ___m_buyTimeCache_1; public: inline static int32_t get_offset_of_m_groupArr_0() { return static_cast(offsetof(CPropManager_t2238730194, ___m_groupArr_0)); } inline CPropGroupU5BU5D_t555838530* get_m_groupArr_0() const { return ___m_groupArr_0; } inline CPropGroupU5BU5D_t555838530** get_address_of_m_groupArr_0() { return &___m_groupArr_0; } inline void set_m_groupArr_0(CPropGroupU5BU5D_t555838530* value) { ___m_groupArr_0 = value; Il2CppCodeGenWriteBarrier((&___m_groupArr_0), value); } inline static int32_t get_offset_of_m_buyTimeCache_1() { return static_cast(offsetof(CPropManager_t2238730194, ___m_buyTimeCache_1)); } inline Dictionary_2_t2625280635 * get_m_buyTimeCache_1() const { return ___m_buyTimeCache_1; } inline Dictionary_2_t2625280635 ** get_address_of_m_buyTimeCache_1() { return &___m_buyTimeCache_1; } inline void set_m_buyTimeCache_1(Dictionary_2_t2625280635 * value) { ___m_buyTimeCache_1 = value; Il2CppCodeGenWriteBarrier((&___m_buyTimeCache_1), value); } }; struct CPropManager_t2238730194_StaticFields { public: // DMCore.Logic.CPropManager DMCore.Logic.CPropManager::s_instance CPropManager_t2238730194 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(CPropManager_t2238730194_StaticFields, ___s_instance_2)); } inline CPropManager_t2238730194 * get_s_instance_2() const { return ___s_instance_2; } inline CPropManager_t2238730194 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(CPropManager_t2238730194 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPMANAGER_T2238730194_H #ifndef CITEMMANAGER_T2289463753_H #define CITEMMANAGER_T2289463753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemManager struct CItemManager_t2289463753 : public RuntimeObject { public: // DMCore.Logic.CItemManager/CItemGroup[] DMCore.Logic.CItemManager::m_listItemGroup CItemGroupU5BU5D_t344250011* ___m_listItemGroup_1; // System.Int32 DMCore.Logic.CItemManager::m_uiActiveItem int32_t ___m_uiActiveItem_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CItemManager::m_DicActiveModel Dictionary_2_t2488037245 * ___m_DicActiveModel_4; public: inline static int32_t get_offset_of_m_listItemGroup_1() { return static_cast(offsetof(CItemManager_t2289463753, ___m_listItemGroup_1)); } inline CItemGroupU5BU5D_t344250011* get_m_listItemGroup_1() const { return ___m_listItemGroup_1; } inline CItemGroupU5BU5D_t344250011** get_address_of_m_listItemGroup_1() { return &___m_listItemGroup_1; } inline void set_m_listItemGroup_1(CItemGroupU5BU5D_t344250011* value) { ___m_listItemGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_listItemGroup_1), value); } inline static int32_t get_offset_of_m_uiActiveItem_3() { return static_cast(offsetof(CItemManager_t2289463753, ___m_uiActiveItem_3)); } inline int32_t get_m_uiActiveItem_3() const { return ___m_uiActiveItem_3; } inline int32_t* get_address_of_m_uiActiveItem_3() { return &___m_uiActiveItem_3; } inline void set_m_uiActiveItem_3(int32_t value) { ___m_uiActiveItem_3 = value; } inline static int32_t get_offset_of_m_DicActiveModel_4() { return static_cast(offsetof(CItemManager_t2289463753, ___m_DicActiveModel_4)); } inline Dictionary_2_t2488037245 * get_m_DicActiveModel_4() const { return ___m_DicActiveModel_4; } inline Dictionary_2_t2488037245 ** get_address_of_m_DicActiveModel_4() { return &___m_DicActiveModel_4; } inline void set_m_DicActiveModel_4(Dictionary_2_t2488037245 * value) { ___m_DicActiveModel_4 = value; Il2CppCodeGenWriteBarrier((&___m_DicActiveModel_4), value); } }; struct CItemManager_t2289463753_StaticFields { public: // System.Int32 DMCore.Logic.CItemManager::ITEM_COUNT_ONE_PAGE int32_t ___ITEM_COUNT_ONE_PAGE_0; // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::s_Instance CItemManager_t2289463753 * ___s_Instance_2; public: inline static int32_t get_offset_of_ITEM_COUNT_ONE_PAGE_0() { return static_cast(offsetof(CItemManager_t2289463753_StaticFields, ___ITEM_COUNT_ONE_PAGE_0)); } inline int32_t get_ITEM_COUNT_ONE_PAGE_0() const { return ___ITEM_COUNT_ONE_PAGE_0; } inline int32_t* get_address_of_ITEM_COUNT_ONE_PAGE_0() { return &___ITEM_COUNT_ONE_PAGE_0; } inline void set_ITEM_COUNT_ONE_PAGE_0(int32_t value) { ___ITEM_COUNT_ONE_PAGE_0 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CItemManager_t2289463753_StaticFields, ___s_Instance_2)); } inline CItemManager_t2289463753 * get_s_Instance_2() const { return ___s_Instance_2; } inline CItemManager_t2289463753 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CItemManager_t2289463753 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMMANAGER_T2289463753_H #ifndef BETTERLIST_1_T1183072445_H #define BETTERLIST_1_T1183072445_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_t1183072445 : public RuntimeObject { public: // T[] BetterList`1::buffer stWidgetDataU5BU5D_t2057916422* ___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_t1183072445, ___buffer_0)); } inline stWidgetDataU5BU5D_t2057916422* get_buffer_0() const { return ___buffer_0; } inline stWidgetDataU5BU5D_t2057916422** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(stWidgetDataU5BU5D_t2057916422* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1183072445, ___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_T1183072445_H #ifndef BETTERLIST_1_T1277620157_H #define BETTERLIST_1_T1277620157_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_t1277620157 : public RuntimeObject { public: // T[] BetterList`1::buffer DMUIWidgetU5BU5D_t630392070* ___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_t1277620157, ___buffer_0)); } inline DMUIWidgetU5BU5D_t630392070* get_buffer_0() const { return ___buffer_0; } inline DMUIWidgetU5BU5D_t630392070** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(DMUIWidgetU5BU5D_t630392070* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1277620157, ___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_T1277620157_H #ifndef CPLAYERSEARCHTABLE_T1089245632_H #define CPLAYERSEARCHTABLE_T1089245632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPlayerSearchTable struct CPlayerSearchTable_t1089245632 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPlayerSearchTable::s_listRequest List_1_t4093334610 * ___s_listRequest_1; // System.Boolean DMCore.Logic.CPlayerSearchTable::s_bChanged bool ___s_bChanged_2; public: inline static int32_t get_offset_of_s_listRequest_1() { return static_cast(offsetof(CPlayerSearchTable_t1089245632, ___s_listRequest_1)); } inline List_1_t4093334610 * get_s_listRequest_1() const { return ___s_listRequest_1; } inline List_1_t4093334610 ** get_address_of_s_listRequest_1() { return &___s_listRequest_1; } inline void set_s_listRequest_1(List_1_t4093334610 * value) { ___s_listRequest_1 = value; Il2CppCodeGenWriteBarrier((&___s_listRequest_1), value); } inline static int32_t get_offset_of_s_bChanged_2() { return static_cast(offsetof(CPlayerSearchTable_t1089245632, ___s_bChanged_2)); } inline bool get_s_bChanged_2() const { return ___s_bChanged_2; } inline bool* get_address_of_s_bChanged_2() { return &___s_bChanged_2; } inline void set_s_bChanged_2(bool value) { ___s_bChanged_2 = value; } }; struct CPlayerSearchTable_t1089245632_StaticFields { public: // DMCore.Logic.CPlayerSearchTable DMCore.Logic.CPlayerSearchTable::s_Instance CPlayerSearchTable_t1089245632 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CPlayerSearchTable_t1089245632_StaticFields, ___s_Instance_0)); } inline CPlayerSearchTable_t1089245632 * get_s_Instance_0() const { return ___s_Instance_0; } inline CPlayerSearchTable_t1089245632 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CPlayerSearchTable_t1089245632 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPLAYERSEARCHTABLE_T1089245632_H #ifndef STWIDGETDATA_T2028052127_H #define STWIDGETDATA_T2028052127_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMUIContainer/stWidgetData struct stWidgetData_t2028052127 : public RuntimeObject { public: // System.Boolean DMUIContainer/stWidgetData::m_bUsed bool ___m_bUsed_0; // DMUIWidget DMUIContainer/stWidgetData::m_widget DMUIWidget_t2122599839 * ___m_widget_1; // UnityEngine.Texture2D DMUIContainer/stWidgetData::m_tex2D Texture2D_t3840446185 * ___m_tex2D_2; public: inline static int32_t get_offset_of_m_bUsed_0() { return static_cast(offsetof(stWidgetData_t2028052127, ___m_bUsed_0)); } inline bool get_m_bUsed_0() const { return ___m_bUsed_0; } inline bool* get_address_of_m_bUsed_0() { return &___m_bUsed_0; } inline void set_m_bUsed_0(bool value) { ___m_bUsed_0 = value; } inline static int32_t get_offset_of_m_widget_1() { return static_cast(offsetof(stWidgetData_t2028052127, ___m_widget_1)); } inline DMUIWidget_t2122599839 * get_m_widget_1() const { return ___m_widget_1; } inline DMUIWidget_t2122599839 ** get_address_of_m_widget_1() { return &___m_widget_1; } inline void set_m_widget_1(DMUIWidget_t2122599839 * value) { ___m_widget_1 = value; Il2CppCodeGenWriteBarrier((&___m_widget_1), value); } inline static int32_t get_offset_of_m_tex2D_2() { return static_cast(offsetof(stWidgetData_t2028052127, ___m_tex2D_2)); } inline Texture2D_t3840446185 * get_m_tex2D_2() const { return ___m_tex2D_2; } inline Texture2D_t3840446185 ** get_address_of_m_tex2D_2() { return &___m_tex2D_2; } inline void set_m_tex2D_2(Texture2D_t3840446185 * value) { ___m_tex2D_2 = value; Il2CppCodeGenWriteBarrier((&___m_tex2D_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STWIDGETDATA_T2028052127_H #ifndef BETTERLIST_1_T1311249841_H #define BETTERLIST_1_T1311249841_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_t1311249841 : public RuntimeObject { public: // T[] BetterList`1::buffer Vector2U5BU5D_t1457185986* ___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_t1311249841, ___buffer_0)); } inline Vector2U5BU5D_t1457185986* get_buffer_0() const { return ___buffer_0; } inline Vector2U5BU5D_t1457185986** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Vector2U5BU5D_t1457185986* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1311249841, ___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_T1311249841_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 EDATAEVENT_T1799618821_H #define EDATAEVENT_T1799618821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EDataEvent struct EDataEvent_t1799618821 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDATAEVENT_T1799618821_H #ifndef EVENT_ROOT_T2022467601_H #define EVENT_ROOT_T2022467601_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EVENT_ROOT struct EVENT_ROOT_t2022467601 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENT_ROOT_T2022467601_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 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 EUIEVENT_T99497578_H #define EUIEVENT_T99497578_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EUIEvent struct EUIEvent_t99497578 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EUIEVENT_T99497578_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 BETTERLIST_1_T1755521610_H #define BETTERLIST_1_T1755521610_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_t1755521610 : public RuntimeObject { public: // T[] BetterList`1::buffer Color32U5BU5D_t3850468773* ___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_t1755521610, ___buffer_0)); } inline Color32U5BU5D_t3850468773* get_buffer_0() const { return ___buffer_0; } inline Color32U5BU5D_t3850468773** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Color32U5BU5D_t3850468773* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1755521610, ___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_T1755521610_H #ifndef BETTERLIST_1_T2105966071_H #define BETTERLIST_1_T2105966071_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_t2105966071 : public RuntimeObject { public: // T[] BetterList`1::buffer Int32U5BU5D_t385246372* ___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_t2105966071, ___buffer_0)); } inline Int32U5BU5D_t385246372* get_buffer_0() const { return ___buffer_0; } inline Int32U5BU5D_t385246372** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Int32U5BU5D_t385246372* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2105966071, ___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_T2105966071_H #ifndef BETTERLIST_1_T1710706642_H #define BETTERLIST_1_T1710706642_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_t1710706642 : public RuntimeObject { public: // T[] BetterList`1::buffer ColorU5BU5D_t941916413* ___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_t1710706642, ___buffer_0)); } inline ColorU5BU5D_t941916413* get_buffer_0() const { return ___buffer_0; } inline ColorU5BU5D_t941916413** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ColorU5BU5D_t941916413* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1710706642, ___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_T1710706642_H #ifndef FASHIONINFO_T4031689189_H #define FASHIONINFO_T4031689189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionInfo struct FashionInfo_t4031689189 : public RuntimeObject { public: // System.Int32 FashionInfo::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String FashionInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_1; // System.Boolean FashionInfo::k__BackingField bool ___U3CActiveU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(FashionInfo_t4031689189, ___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_U3CDescU3Ek__BackingField_1() { return static_cast(offsetof(FashionInfo_t4031689189, ___U3CDescU3Ek__BackingField_1)); } inline String_t* get_U3CDescU3Ek__BackingField_1() const { return ___U3CDescU3Ek__BackingField_1; } inline String_t** get_address_of_U3CDescU3Ek__BackingField_1() { return &___U3CDescU3Ek__BackingField_1; } inline void set_U3CDescU3Ek__BackingField_1(String_t* value) { ___U3CDescU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CDescU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CActiveU3Ek__BackingField_2() { return static_cast(offsetof(FashionInfo_t4031689189, ___U3CActiveU3Ek__BackingField_2)); } inline bool get_U3CActiveU3Ek__BackingField_2() const { return ___U3CActiveU3Ek__BackingField_2; } inline bool* get_address_of_U3CActiveU3Ek__BackingField_2() { return &___U3CActiveU3Ek__BackingField_2; } inline void set_U3CActiveU3Ek__BackingField_2(bool value) { ___U3CActiveU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASHIONINFO_T4031689189_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef 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 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 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 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 CNETLINK_T2605986831_H #define CNETLINK_T2605986831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetLink struct CNetLink_t2605986831 : public INetLink_t2717826932 { public: // System.Net.Sockets.TcpClient DMCore.Net.CNetLink::m_TcpClient TcpClient_t822906377 * ___m_TcpClient_3; // System.Byte[] DMCore.Net.CNetLink::m_Buffer ByteU5BU5D_t4116647657* ___m_Buffer_4; // System.Byte[] DMCore.Net.CNetLink::m_StaticBuf ByteU5BU5D_t4116647657* ___m_StaticBuf_5; // System.Boolean DMCore.Net.CNetLink::m_beforeClose bool ___m_beforeClose_6; public: inline static int32_t get_offset_of_m_TcpClient_3() { return static_cast(offsetof(CNetLink_t2605986831, ___m_TcpClient_3)); } inline TcpClient_t822906377 * get_m_TcpClient_3() const { return ___m_TcpClient_3; } inline TcpClient_t822906377 ** get_address_of_m_TcpClient_3() { return &___m_TcpClient_3; } inline void set_m_TcpClient_3(TcpClient_t822906377 * value) { ___m_TcpClient_3 = value; Il2CppCodeGenWriteBarrier((&___m_TcpClient_3), value); } inline static int32_t get_offset_of_m_Buffer_4() { return static_cast(offsetof(CNetLink_t2605986831, ___m_Buffer_4)); } inline ByteU5BU5D_t4116647657* get_m_Buffer_4() const { return ___m_Buffer_4; } inline ByteU5BU5D_t4116647657** get_address_of_m_Buffer_4() { return &___m_Buffer_4; } inline void set_m_Buffer_4(ByteU5BU5D_t4116647657* value) { ___m_Buffer_4 = value; Il2CppCodeGenWriteBarrier((&___m_Buffer_4), value); } inline static int32_t get_offset_of_m_StaticBuf_5() { return static_cast(offsetof(CNetLink_t2605986831, ___m_StaticBuf_5)); } inline ByteU5BU5D_t4116647657* get_m_StaticBuf_5() const { return ___m_StaticBuf_5; } inline ByteU5BU5D_t4116647657** get_address_of_m_StaticBuf_5() { return &___m_StaticBuf_5; } inline void set_m_StaticBuf_5(ByteU5BU5D_t4116647657* value) { ___m_StaticBuf_5 = value; Il2CppCodeGenWriteBarrier((&___m_StaticBuf_5), value); } inline static int32_t get_offset_of_m_beforeClose_6() { return static_cast(offsetof(CNetLink_t2605986831, ___m_beforeClose_6)); } inline bool get_m_beforeClose_6() const { return ___m_beforeClose_6; } inline bool* get_address_of_m_beforeClose_6() { return &___m_beforeClose_6; } inline void set_m_beforeClose_6(bool value) { ___m_beforeClose_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETLINK_T2605986831_H #ifndef ENUMERATOR_T1189199111_H #define ENUMERATOR_T1189199111_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/Enumerator struct Enumerator_t1189199111 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3594922530 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current INetListener_t2122847788 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1189199111, ___l_0)); } inline List_1_t3594922530 * get_l_0() const { return ___l_0; } inline List_1_t3594922530 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3594922530 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1189199111, ___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_ver_2() { return static_cast(offsetof(Enumerator_t1189199111, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1189199111, ___current_3)); } inline INetListener_t2122847788 * get_current_3() const { return ___current_3; } inline INetListener_t2122847788 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(INetListener_t2122847788 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1189199111_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_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/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___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_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_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 ENUMERATOR_T2666717244_H #define ENUMERATOR_T2666717244_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/Enumerator struct Enumerator_t2666717244 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t777473367 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current Transform_t3600365921 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2666717244, ___l_0)); } inline List_1_t777473367 * get_l_0() const { return ___l_0; } inline List_1_t777473367 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t777473367 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2666717244, ___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_ver_2() { return static_cast(offsetof(Enumerator_t2666717244, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2666717244, ___current_3)); } inline Transform_t3600365921 * get_current_3() const { return ___current_3; } inline Transform_t3600365921 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Transform_t3600365921 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2666717244_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 VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___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(Vector4_t3319028937, ___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(Vector4_t3319028937, ___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; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_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 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 STCOMMONDEF_T1958868676_H #define STCOMMONDEF_T1958868676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.stCommonDef struct stCommonDef_t1958868676 { public: union { struct { }; uint8_t stCommonDef_t1958868676__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STCOMMONDEF_T1958868676_H #ifndef ROOMINFO_T2040040389_H #define ROOMINFO_T2040040389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRoomList/RoomInfo struct RoomInfo_t2040040389 { public: // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nRoomId int32_t ____nRoomId_0; // System.String DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_strRoomName String_t* ____strRoomName_1; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nRoomState int32_t ____nRoomState_2; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nFriendNum int32_t ____nFriendNum_3; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nMaleNum int32_t ____nMaleNum_4; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nFemaleNum int32_t ____nFemaleNum_5; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nIsLocked int32_t ____nIsLocked_6; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nSongLv int32_t ____nSongLv_7; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nPlayMode int32_t ____nPlayMode_8; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_nKeyMode int32_t ____nKeyMode_9; // System.Int32 DMCore.Net.Protocol.SMsgRoomList/RoomInfo::_topLeftTime int32_t ____topLeftTime_10; public: inline static int32_t get_offset_of__nRoomId_0() { return static_cast(offsetof(RoomInfo_t2040040389, ____nRoomId_0)); } inline int32_t get__nRoomId_0() const { return ____nRoomId_0; } inline int32_t* get_address_of__nRoomId_0() { return &____nRoomId_0; } inline void set__nRoomId_0(int32_t value) { ____nRoomId_0 = value; } inline static int32_t get_offset_of__strRoomName_1() { return static_cast(offsetof(RoomInfo_t2040040389, ____strRoomName_1)); } inline String_t* get__strRoomName_1() const { return ____strRoomName_1; } inline String_t** get_address_of__strRoomName_1() { return &____strRoomName_1; } inline void set__strRoomName_1(String_t* value) { ____strRoomName_1 = value; Il2CppCodeGenWriteBarrier((&____strRoomName_1), value); } inline static int32_t get_offset_of__nRoomState_2() { return static_cast(offsetof(RoomInfo_t2040040389, ____nRoomState_2)); } inline int32_t get__nRoomState_2() const { return ____nRoomState_2; } inline int32_t* get_address_of__nRoomState_2() { return &____nRoomState_2; } inline void set__nRoomState_2(int32_t value) { ____nRoomState_2 = value; } inline static int32_t get_offset_of__nFriendNum_3() { return static_cast(offsetof(RoomInfo_t2040040389, ____nFriendNum_3)); } inline int32_t get__nFriendNum_3() const { return ____nFriendNum_3; } inline int32_t* get_address_of__nFriendNum_3() { return &____nFriendNum_3; } inline void set__nFriendNum_3(int32_t value) { ____nFriendNum_3 = value; } inline static int32_t get_offset_of__nMaleNum_4() { return static_cast(offsetof(RoomInfo_t2040040389, ____nMaleNum_4)); } inline int32_t get__nMaleNum_4() const { return ____nMaleNum_4; } inline int32_t* get_address_of__nMaleNum_4() { return &____nMaleNum_4; } inline void set__nMaleNum_4(int32_t value) { ____nMaleNum_4 = value; } inline static int32_t get_offset_of__nFemaleNum_5() { return static_cast(offsetof(RoomInfo_t2040040389, ____nFemaleNum_5)); } inline int32_t get__nFemaleNum_5() const { return ____nFemaleNum_5; } inline int32_t* get_address_of__nFemaleNum_5() { return &____nFemaleNum_5; } inline void set__nFemaleNum_5(int32_t value) { ____nFemaleNum_5 = value; } inline static int32_t get_offset_of__nIsLocked_6() { return static_cast(offsetof(RoomInfo_t2040040389, ____nIsLocked_6)); } inline int32_t get__nIsLocked_6() const { return ____nIsLocked_6; } inline int32_t* get_address_of__nIsLocked_6() { return &____nIsLocked_6; } inline void set__nIsLocked_6(int32_t value) { ____nIsLocked_6 = value; } inline static int32_t get_offset_of__nSongLv_7() { return static_cast(offsetof(RoomInfo_t2040040389, ____nSongLv_7)); } inline int32_t get__nSongLv_7() const { return ____nSongLv_7; } inline int32_t* get_address_of__nSongLv_7() { return &____nSongLv_7; } inline void set__nSongLv_7(int32_t value) { ____nSongLv_7 = value; } inline static int32_t get_offset_of__nPlayMode_8() { return static_cast(offsetof(RoomInfo_t2040040389, ____nPlayMode_8)); } inline int32_t get__nPlayMode_8() const { return ____nPlayMode_8; } inline int32_t* get_address_of__nPlayMode_8() { return &____nPlayMode_8; } inline void set__nPlayMode_8(int32_t value) { ____nPlayMode_8 = value; } inline static int32_t get_offset_of__nKeyMode_9() { return static_cast(offsetof(RoomInfo_t2040040389, ____nKeyMode_9)); } inline int32_t get__nKeyMode_9() const { return ____nKeyMode_9; } inline int32_t* get_address_of__nKeyMode_9() { return &____nKeyMode_9; } inline void set__nKeyMode_9(int32_t value) { ____nKeyMode_9 = value; } inline static int32_t get_offset_of__topLeftTime_10() { return static_cast(offsetof(RoomInfo_t2040040389, ____topLeftTime_10)); } inline int32_t get__topLeftTime_10() const { return ____topLeftTime_10; } inline int32_t* get_address_of__topLeftTime_10() { return &____topLeftTime_10; } inline void set__topLeftTime_10(int32_t value) { ____topLeftTime_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Net.Protocol.SMsgRoomList/RoomInfo struct RoomInfo_t2040040389_marshaled_pinvoke { int32_t ____nRoomId_0; char* ____strRoomName_1; int32_t ____nRoomState_2; int32_t ____nFriendNum_3; int32_t ____nMaleNum_4; int32_t ____nFemaleNum_5; int32_t ____nIsLocked_6; int32_t ____nSongLv_7; int32_t ____nPlayMode_8; int32_t ____nKeyMode_9; int32_t ____topLeftTime_10; }; // Native definition for COM marshalling of DMCore.Net.Protocol.SMsgRoomList/RoomInfo struct RoomInfo_t2040040389_marshaled_com { int32_t ____nRoomId_0; Il2CppChar* ____strRoomName_1; int32_t ____nRoomState_2; int32_t ____nFriendNum_3; int32_t ____nMaleNum_4; int32_t ____nFemaleNum_5; int32_t ____nIsLocked_6; int32_t ____nSongLv_7; int32_t ____nPlayMode_8; int32_t ____nKeyMode_9; int32_t ____topLeftTime_10; }; #endif // ROOMINFO_T2040040389_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 LAYERMASK_T3493934918_H #define LAYERMASK_T3493934918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LayerMask struct LayerMask_t3493934918 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t3493934918, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYERMASK_T3493934918_H #ifndef 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 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 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 FASHIONTHEMECFG_T420161380_H #define FASHIONTHEMECFG_T420161380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionThemeCfg struct FashionThemeCfg_t420161380 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 FashionThemeCfg::themeIdInfoDic Dictionary_2_t736164020 * ___themeIdInfoDic_2; public: inline static int32_t get_offset_of_themeIdInfoDic_2() { return static_cast(offsetof(FashionThemeCfg_t420161380, ___themeIdInfoDic_2)); } inline Dictionary_2_t736164020 * get_themeIdInfoDic_2() const { return ___themeIdInfoDic_2; } inline Dictionary_2_t736164020 ** get_address_of_themeIdInfoDic_2() { return &___themeIdInfoDic_2; } inline void set_themeIdInfoDic_2(Dictionary_2_t736164020 * value) { ___themeIdInfoDic_2 = value; Il2CppCodeGenWriteBarrier((&___themeIdInfoDic_2), value); } }; struct FashionThemeCfg_t420161380_StaticFields { public: // FashionThemeCfg FashionThemeCfg::s_Instance FashionThemeCfg_t420161380 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(FashionThemeCfg_t420161380_StaticFields, ___s_Instance_1)); } inline FashionThemeCfg_t420161380 * get_s_Instance_1() const { return ___s_Instance_1; } inline FashionThemeCfg_t420161380 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(FashionThemeCfg_t420161380 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASHIONTHEMECFG_T420161380_H #ifndef COLOR32_T2600501292_H #define COLOR32_T2600501292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t2600501292 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t2600501292, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t2600501292, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t2600501292, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t2600501292, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t2600501292, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T2600501292_H #ifndef MEMBERINFO_T2747020385_H #define MEMBERINFO_T2747020385_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo struct MemberInfo_t2747020385 { public: // System.Int64 DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo::_nUserId int64_t ____nUserId_0; // System.String DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo::_strNickName String_t* ____strNickName_1; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo::_nSex int32_t ____nSex_2; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo::_nLv int32_t ____nLv_3; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo::_nVipLv int32_t ____nVipLv_4; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo::_nMemberLV int32_t ____nMemberLV_5; public: inline static int32_t get_offset_of__nUserId_0() { return static_cast(offsetof(MemberInfo_t2747020385, ____nUserId_0)); } inline int64_t get__nUserId_0() const { return ____nUserId_0; } inline int64_t* get_address_of__nUserId_0() { return &____nUserId_0; } inline void set__nUserId_0(int64_t value) { ____nUserId_0 = value; } inline static int32_t get_offset_of__strNickName_1() { return static_cast(offsetof(MemberInfo_t2747020385, ____strNickName_1)); } inline String_t* get__strNickName_1() const { return ____strNickName_1; } inline String_t** get_address_of__strNickName_1() { return &____strNickName_1; } inline void set__strNickName_1(String_t* value) { ____strNickName_1 = value; Il2CppCodeGenWriteBarrier((&____strNickName_1), value); } inline static int32_t get_offset_of__nSex_2() { return static_cast(offsetof(MemberInfo_t2747020385, ____nSex_2)); } inline int32_t get__nSex_2() const { return ____nSex_2; } inline int32_t* get_address_of__nSex_2() { return &____nSex_2; } inline void set__nSex_2(int32_t value) { ____nSex_2 = value; } inline static int32_t get_offset_of__nLv_3() { return static_cast(offsetof(MemberInfo_t2747020385, ____nLv_3)); } inline int32_t get__nLv_3() const { return ____nLv_3; } inline int32_t* get_address_of__nLv_3() { return &____nLv_3; } inline void set__nLv_3(int32_t value) { ____nLv_3 = value; } inline static int32_t get_offset_of__nVipLv_4() { return static_cast(offsetof(MemberInfo_t2747020385, ____nVipLv_4)); } inline int32_t get__nVipLv_4() const { return ____nVipLv_4; } inline int32_t* get_address_of__nVipLv_4() { return &____nVipLv_4; } inline void set__nVipLv_4(int32_t value) { ____nVipLv_4 = value; } inline static int32_t get_offset_of__nMemberLV_5() { return static_cast(offsetof(MemberInfo_t2747020385, ____nMemberLV_5)); } inline int32_t get__nMemberLV_5() const { return ____nMemberLV_5; } inline int32_t* get_address_of__nMemberLV_5() { return &____nMemberLV_5; } inline void set__nMemberLV_5(int32_t value) { ____nMemberLV_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo struct MemberInfo_t2747020385_marshaled_pinvoke { int64_t ____nUserId_0; char* ____strNickName_1; int32_t ____nSex_2; int32_t ____nLv_3; int32_t ____nVipLv_4; int32_t ____nMemberLV_5; }; // Native definition for COM marshalling of DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo struct MemberInfo_t2747020385_marshaled_com { int64_t ____nUserId_0; Il2CppChar* ____strNickName_1; int32_t ____nSex_2; int32_t ____nLv_3; int32_t ____nVipLv_4; int32_t ____nMemberLV_5; }; #endif // MEMBERINFO_T2747020385_H #ifndef CMSGKP_FRIENDS_T2009458117_H #define CMSGKP_FRIENDS_T2009458117_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgKp_Friends struct CMsgKp_Friends_t2009458117 : public INetMsgBaseC2S_t1364238951 { public: // System.Collections.Generic.List`1 DMCore.Net.Protocol.CMsgKp_Friends::listFriendID List_1_t128053199 * ___listFriendID_0; public: inline static int32_t get_offset_of_listFriendID_0() { return static_cast(offsetof(CMsgKp_Friends_t2009458117, ___listFriendID_0)); } inline List_1_t128053199 * get_listFriendID_0() const { return ___listFriendID_0; } inline List_1_t128053199 ** get_address_of_listFriendID_0() { return &___listFriendID_0; } inline void set_listFriendID_0(List_1_t128053199 * value) { ___listFriendID_0 = value; Il2CppCodeGenWriteBarrier((&___listFriendID_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGKP_FRIENDS_T2009458117_H #ifndef CMSGENTRYROOM_T3749823927_H #define CMSGENTRYROOM_T3749823927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgEntryRoom struct CMsgEntryRoom_t3749823927 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nEntryType int32_t ___nEntryType_0; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nRoomId int32_t ___nRoomId_3; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::nGuildPass int32_t ___nGuildPass_4; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::num int32_t ___num_5; // System.String DMCore.Net.Protocol.CMsgEntryRoom::password String_t* ___password_6; // System.Collections.Generic.List`1 DMCore.Net.Protocol.CMsgEntryRoom::modeId List_1_t128053199 * ___modeId_7; // System.Int32 DMCore.Net.Protocol.CMsgEntryRoom::sceneID int32_t ___sceneID_8; public: inline static int32_t get_offset_of_nEntryType_0() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nEntryType_0)); } inline int32_t get_nEntryType_0() const { return ___nEntryType_0; } inline int32_t* get_address_of_nEntryType_0() { return &___nEntryType_0; } inline void set_nEntryType_0(int32_t value) { ___nEntryType_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nRoomId_3() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nRoomId_3)); } inline int32_t get_nRoomId_3() const { return ___nRoomId_3; } inline int32_t* get_address_of_nRoomId_3() { return &___nRoomId_3; } inline void set_nRoomId_3(int32_t value) { ___nRoomId_3 = value; } inline static int32_t get_offset_of_nGuildPass_4() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___nGuildPass_4)); } inline int32_t get_nGuildPass_4() const { return ___nGuildPass_4; } inline int32_t* get_address_of_nGuildPass_4() { return &___nGuildPass_4; } inline void set_nGuildPass_4(int32_t value) { ___nGuildPass_4 = value; } inline static int32_t get_offset_of_num_5() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___num_5)); } inline int32_t get_num_5() const { return ___num_5; } inline int32_t* get_address_of_num_5() { return &___num_5; } inline void set_num_5(int32_t value) { ___num_5 = value; } inline static int32_t get_offset_of_password_6() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___password_6)); } inline String_t* get_password_6() const { return ___password_6; } inline String_t** get_address_of_password_6() { return &___password_6; } inline void set_password_6(String_t* value) { ___password_6 = value; Il2CppCodeGenWriteBarrier((&___password_6), value); } inline static int32_t get_offset_of_modeId_7() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___modeId_7)); } inline List_1_t128053199 * get_modeId_7() const { return ___modeId_7; } inline List_1_t128053199 ** get_address_of_modeId_7() { return &___modeId_7; } inline void set_modeId_7(List_1_t128053199 * value) { ___modeId_7 = value; Il2CppCodeGenWriteBarrier((&___modeId_7), value); } inline static int32_t get_offset_of_sceneID_8() { return static_cast(offsetof(CMsgEntryRoom_t3749823927, ___sceneID_8)); } inline int32_t get_sceneID_8() const { return ___sceneID_8; } inline int32_t* get_address_of_sceneID_8() { return &___sceneID_8; } inline void set_sceneID_8(int32_t value) { ___sceneID_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGENTRYROOM_T3749823927_H #ifndef CMSGENTRYMARRYROOM_T1647901718_H #define CMSGENTRYMARRYROOM_T1647901718_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgEntryMarryRoom struct CMsgEntryMarryRoom_t1647901718 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nEntryType int32_t ___nEntryType_0; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nRoomId int32_t ___nRoomId_3; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::nGuildPass int32_t ___nGuildPass_4; // System.Int32 DMCore.Net.Protocol.CMsgEntryMarryRoom::count int32_t ___count_5; // System.String DMCore.Net.Protocol.CMsgEntryMarryRoom::password String_t* ___password_6; public: inline static int32_t get_offset_of_nEntryType_0() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nEntryType_0)); } inline int32_t get_nEntryType_0() const { return ___nEntryType_0; } inline int32_t* get_address_of_nEntryType_0() { return &___nEntryType_0; } inline void set_nEntryType_0(int32_t value) { ___nEntryType_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nRoomId_3() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nRoomId_3)); } inline int32_t get_nRoomId_3() const { return ___nRoomId_3; } inline int32_t* get_address_of_nRoomId_3() { return &___nRoomId_3; } inline void set_nRoomId_3(int32_t value) { ___nRoomId_3 = value; } inline static int32_t get_offset_of_nGuildPass_4() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___nGuildPass_4)); } inline int32_t get_nGuildPass_4() const { return ___nGuildPass_4; } inline int32_t* get_address_of_nGuildPass_4() { return &___nGuildPass_4; } inline void set_nGuildPass_4(int32_t value) { ___nGuildPass_4 = value; } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_password_6() { return static_cast(offsetof(CMsgEntryMarryRoom_t1647901718, ___password_6)); } inline String_t* get_password_6() const { return ___password_6; } inline String_t** get_address_of_password_6() { return &___password_6; } inline void set_password_6(String_t* value) { ___password_6 = value; Il2CppCodeGenWriteBarrier((&___password_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGENTRYMARRYROOM_T1647901718_H #ifndef CMSGENTRYGAME_T3280175441_H #define CMSGENTRYGAME_T3280175441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgEntryGame struct CMsgEntryGame_t3280175441 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgEntryGame::UserID int64_t ___UserID_0; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgEntryGame_t3280175441, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGENTRYGAME_T3280175441_H #ifndef CMSGCREATEROOM_T3470683415_H #define CMSGCREATEROOM_T3470683415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCreateRoom struct CMsgCreateRoom_t3470683415 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nSceneModel int32_t ___nSceneModel_0; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nGuildPass int32_t ___nGuildPass_3; // System.Int32 DMCore.Net.Protocol.CMsgCreateRoom::nItemID int32_t ___nItemID_4; // System.String DMCore.Net.Protocol.CMsgCreateRoom::roomName String_t* ___roomName_5; // System.String DMCore.Net.Protocol.CMsgCreateRoom::password String_t* ___password_6; public: inline static int32_t get_offset_of_nSceneModel_0() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nSceneModel_0)); } inline int32_t get_nSceneModel_0() const { return ___nSceneModel_0; } inline int32_t* get_address_of_nSceneModel_0() { return &___nSceneModel_0; } inline void set_nSceneModel_0(int32_t value) { ___nSceneModel_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nGuildPass_3() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nGuildPass_3)); } inline int32_t get_nGuildPass_3() const { return ___nGuildPass_3; } inline int32_t* get_address_of_nGuildPass_3() { return &___nGuildPass_3; } inline void set_nGuildPass_3(int32_t value) { ___nGuildPass_3 = value; } inline static int32_t get_offset_of_nItemID_4() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___nItemID_4)); } inline int32_t get_nItemID_4() const { return ___nItemID_4; } inline int32_t* get_address_of_nItemID_4() { return &___nItemID_4; } inline void set_nItemID_4(int32_t value) { ___nItemID_4 = value; } inline static int32_t get_offset_of_roomName_5() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___roomName_5)); } inline String_t* get_roomName_5() const { return ___roomName_5; } inline String_t** get_address_of_roomName_5() { return &___roomName_5; } inline void set_roomName_5(String_t* value) { ___roomName_5 = value; Il2CppCodeGenWriteBarrier((&___roomName_5), value); } inline static int32_t get_offset_of_password_6() { return static_cast(offsetof(CMsgCreateRoom_t3470683415, ___password_6)); } inline String_t* get_password_6() const { return ___password_6; } inline String_t** get_address_of_password_6() { return &___password_6; } inline void set_password_6(String_t* value) { ___password_6 = value; Il2CppCodeGenWriteBarrier((&___password_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCREATEROOM_T3470683415_H #ifndef CMSGCHECKNAME_T3454396508_H #define CMSGCHECKNAME_T3454396508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCheckName struct CMsgCheckName_t3454396508 : public INetMsgBaseC2S_t1364238951 { public: // System.String DMCore.Net.Protocol.CMsgCheckName::_newName String_t* ____newName_0; public: inline static int32_t get_offset_of__newName_0() { return static_cast(offsetof(CMsgCheckName_t3454396508, ____newName_0)); } inline String_t* get__newName_0() const { return ____newName_0; } inline String_t** get_address_of__newName_0() { return &____newName_0; } inline void set__newName_0(String_t* value) { ____newName_0 = value; Il2CppCodeGenWriteBarrier((&____newName_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCHECKNAME_T3454396508_H #ifndef CMSGBEATHEART_T1177153467_H #define CMSGBEATHEART_T1177153467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgBeatHeart struct CMsgBeatHeart_t1177153467 : public INetMsgBaseC2S_t1364238951 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBEATHEART_T1177153467_H #ifndef CMSGACTIVATIONCODE_T2067586702_H #define CMSGACTIVATIONCODE_T2067586702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgActivationCode struct CMsgActivationCode_t2067586702 : public INetMsgBaseC2S_t1364238951 { public: // System.String DMCore.Net.Protocol.CMsgActivationCode::activationCode String_t* ___activationCode_0; public: inline static int32_t get_offset_of_activationCode_0() { return static_cast(offsetof(CMsgActivationCode_t2067586702, ___activationCode_0)); } inline String_t* get_activationCode_0() const { return ___activationCode_0; } inline String_t** get_address_of_activationCode_0() { return &___activationCode_0; } inline void set_activationCode_0(String_t* value) { ___activationCode_0 = value; Il2CppCodeGenWriteBarrier((&___activationCode_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGACTIVATIONCODE_T2067586702_H #ifndef CMSGRELINK_T1870076565_H #define CMSGRELINK_T1870076565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgRelink struct CMsgRelink_t1870076565 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgRelink::UserID int64_t ___UserID_0; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgRelink_t1870076565, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGRELINK_T1870076565_H #ifndef AVATARDATA_T1324163534_H #define AVATARDATA_T1324163534_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRoleAvatar/avatarData struct avatarData_t1324163534 { public: // System.Int32 DMCore.Net.Protocol.SMsgRoleAvatar/avatarData::avatarIndex int32_t ___avatarIndex_0; // System.Int32 DMCore.Net.Protocol.SMsgRoleAvatar/avatarData::avatarModel int32_t ___avatarModel_1; public: inline static int32_t get_offset_of_avatarIndex_0() { return static_cast(offsetof(avatarData_t1324163534, ___avatarIndex_0)); } inline int32_t get_avatarIndex_0() const { return ___avatarIndex_0; } inline int32_t* get_address_of_avatarIndex_0() { return &___avatarIndex_0; } inline void set_avatarIndex_0(int32_t value) { ___avatarIndex_0 = value; } inline static int32_t get_offset_of_avatarModel_1() { return static_cast(offsetof(avatarData_t1324163534, ___avatarModel_1)); } inline int32_t get_avatarModel_1() const { return ___avatarModel_1; } inline int32_t* get_address_of_avatarModel_1() { return &___avatarModel_1; } inline void set_avatarModel_1(int32_t value) { ___avatarModel_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARDATA_T1324163534_H #ifndef SMSGACTIVATIONCODE_T2083116766_H #define SMSGACTIVATIONCODE_T2083116766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgActivationCode struct SMsgActivationCode_t2083116766 : public INetMsgBaseS2C_t126919271 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGACTIVATIONCODE_T2083116766_H #ifndef SMSGFIRSTLOGIN_T2265509403_H #define SMSGFIRSTLOGIN_T2265509403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgFirstLogin struct SMsgFirstLogin_t2265509403 : public INetMsgBaseS2C_t126919271 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGFIRSTLOGIN_T2265509403_H #ifndef SMSGROLEAVATAR_T1100533262_H #define SMSGROLEAVATAR_T1100533262_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRoleAvatar struct SMsgRoleAvatar_t1100533262 : public INetMsgBaseS2C_t126919271 { public: // System.Int64 DMCore.Net.Protocol.SMsgRoleAvatar::userID int64_t ___userID_0; // System.Int32 DMCore.Net.Protocol.SMsgRoleAvatar::equipPosNuml int32_t ___equipPosNuml_1; // System.Collections.Generic.List`1 DMCore.Net.Protocol.SMsgRoleAvatar::avatarArray List_1_t2796238276 * ___avatarArray_2; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(SMsgRoleAvatar_t1100533262, ___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_equipPosNuml_1() { return static_cast(offsetof(SMsgRoleAvatar_t1100533262, ___equipPosNuml_1)); } inline int32_t get_equipPosNuml_1() const { return ___equipPosNuml_1; } inline int32_t* get_address_of_equipPosNuml_1() { return &___equipPosNuml_1; } inline void set_equipPosNuml_1(int32_t value) { ___equipPosNuml_1 = value; } inline static int32_t get_offset_of_avatarArray_2() { return static_cast(offsetof(SMsgRoleAvatar_t1100533262, ___avatarArray_2)); } inline List_1_t2796238276 * get_avatarArray_2() const { return ___avatarArray_2; } inline List_1_t2796238276 ** get_address_of_avatarArray_2() { return &___avatarArray_2; } inline void set_avatarArray_2(List_1_t2796238276 * value) { ___avatarArray_2 = value; Il2CppCodeGenWriteBarrier((&___avatarArray_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGROLEAVATAR_T1100533262_H #ifndef SMSGLOGINLOBBY_T3451342249_H #define SMSGLOGINLOBBY_T3451342249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgLoginLobby struct SMsgLoginLobby_t3451342249 : public INetMsgBaseS2C_t126919271 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGLOGINLOBBY_T3451342249_H #ifndef CMSGSEARCHROOM_T224341451_H #define CMSGSEARCHROOM_T224341451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgSearchRoom struct CMsgSearchRoom_t224341451 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgSearchRoom::nRoomId int32_t ___nRoomId_0; // System.Int32 DMCore.Net.Protocol.CMsgSearchRoom::nRoomType int32_t ___nRoomType_1; // System.Int32 DMCore.Net.Protocol.CMsgSearchRoom::nRoomMainType int32_t ___nRoomMainType_2; public: inline static int32_t get_offset_of_nRoomId_0() { return static_cast(offsetof(CMsgSearchRoom_t224341451, ___nRoomId_0)); } inline int32_t get_nRoomId_0() const { return ___nRoomId_0; } inline int32_t* get_address_of_nRoomId_0() { return &___nRoomId_0; } inline void set_nRoomId_0(int32_t value) { ___nRoomId_0 = value; } inline static int32_t get_offset_of_nRoomType_1() { return static_cast(offsetof(CMsgSearchRoom_t224341451, ___nRoomType_1)); } inline int32_t get_nRoomType_1() const { return ___nRoomType_1; } inline int32_t* get_address_of_nRoomType_1() { return &___nRoomType_1; } inline void set_nRoomType_1(int32_t value) { ___nRoomType_1 = value; } inline static int32_t get_offset_of_nRoomMainType_2() { return static_cast(offsetof(CMsgSearchRoom_t224341451, ___nRoomMainType_2)); } inline int32_t get_nRoomMainType_2() const { return ___nRoomMainType_2; } inline int32_t* get_address_of_nRoomMainType_2() { return &___nRoomMainType_2; } inline void set_nRoomMainType_2(int32_t value) { ___nRoomMainType_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGSEARCHROOM_T224341451_H #ifndef CMSGREQUESTROOMLIST_T720108623_H #define CMSGREQUESTROOMLIST_T720108623_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgRequestRoomList struct CMsgRequestRoomList_t720108623 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nSelectFlag int32_t ___nSelectFlag_0; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nRoomMainType int32_t ___nRoomMainType_1; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nSceneModel int32_t ___nSceneModel_3; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::nPage int32_t ___nPage_4; // System.Int32 DMCore.Net.Protocol.CMsgRequestRoomList::num int32_t ___num_5; // System.Collections.Generic.List`1 DMCore.Net.Protocol.CMsgRequestRoomList::modeId List_1_t128053199 * ___modeId_6; public: inline static int32_t get_offset_of_nSelectFlag_0() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nSelectFlag_0)); } inline int32_t get_nSelectFlag_0() const { return ___nSelectFlag_0; } inline int32_t* get_address_of_nSelectFlag_0() { return &___nSelectFlag_0; } inline void set_nSelectFlag_0(int32_t value) { ___nSelectFlag_0 = value; } inline static int32_t get_offset_of_nRoomMainType_1() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nRoomMainType_1)); } inline int32_t get_nRoomMainType_1() const { return ___nRoomMainType_1; } inline int32_t* get_address_of_nRoomMainType_1() { return &___nRoomMainType_1; } inline void set_nRoomMainType_1(int32_t value) { ___nRoomMainType_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nSceneModel_3() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nSceneModel_3)); } inline int32_t get_nSceneModel_3() const { return ___nSceneModel_3; } inline int32_t* get_address_of_nSceneModel_3() { return &___nSceneModel_3; } inline void set_nSceneModel_3(int32_t value) { ___nSceneModel_3 = value; } inline static int32_t get_offset_of_nPage_4() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___nPage_4)); } inline int32_t get_nPage_4() const { return ___nPage_4; } inline int32_t* get_address_of_nPage_4() { return &___nPage_4; } inline void set_nPage_4(int32_t value) { ___nPage_4 = value; } inline static int32_t get_offset_of_num_5() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___num_5)); } inline int32_t get_num_5() const { return ___num_5; } inline int32_t* get_address_of_num_5() { return &___num_5; } inline void set_num_5(int32_t value) { ___num_5 = value; } inline static int32_t get_offset_of_modeId_6() { return static_cast(offsetof(CMsgRequestRoomList_t720108623, ___modeId_6)); } inline List_1_t128053199 * get_modeId_6() const { return ___modeId_6; } inline List_1_t128053199 ** get_address_of_modeId_6() { return &___modeId_6; } inline void set_modeId_6(List_1_t128053199 * value) { ___modeId_6 = value; Il2CppCodeGenWriteBarrier((&___modeId_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGREQUESTROOMLIST_T720108623_H #ifndef CMSGREQUESTMARRYLIST_T3979900726_H #define CMSGREQUESTMARRYLIST_T3979900726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgRequestMarryList struct CMsgRequestMarryList_t3979900726 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgRequestMarryList::nSelectType int32_t ___nSelectType_0; // System.Int32 DMCore.Net.Protocol.CMsgRequestMarryList::nPage int32_t ___nPage_1; public: inline static int32_t get_offset_of_nSelectType_0() { return static_cast(offsetof(CMsgRequestMarryList_t3979900726, ___nSelectType_0)); } inline int32_t get_nSelectType_0() const { return ___nSelectType_0; } inline int32_t* get_address_of_nSelectType_0() { return &___nSelectType_0; } inline void set_nSelectType_0(int32_t value) { ___nSelectType_0 = value; } inline static int32_t get_offset_of_nPage_1() { return static_cast(offsetof(CMsgRequestMarryList_t3979900726, ___nPage_1)); } inline int32_t get_nPage_1() const { return ___nPage_1; } inline int32_t* get_address_of_nPage_1() { return &___nPage_1; } inline void set_nPage_1(int32_t value) { ___nPage_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGREQUESTMARRYLIST_T3979900726_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 SMSGITEMPROPERTYCHANGE_T2752012750_H #define SMSGITEMPROPERTYCHANGE_T2752012750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgItemPropertyChange struct SMsgItemPropertyChange_t2752012750 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgItemPropertyChange::m_nItemServerID int32_t ___m_nItemServerID_0; // System.Byte[] DMCore.Net.Protocol.SMsgItemPropertyChange::m_PropBuf ByteU5BU5D_t4116647657* ___m_PropBuf_1; public: inline static int32_t get_offset_of_m_nItemServerID_0() { return static_cast(offsetof(SMsgItemPropertyChange_t2752012750, ___m_nItemServerID_0)); } inline int32_t get_m_nItemServerID_0() const { return ___m_nItemServerID_0; } inline int32_t* get_address_of_m_nItemServerID_0() { return &___m_nItemServerID_0; } inline void set_m_nItemServerID_0(int32_t value) { ___m_nItemServerID_0 = value; } inline static int32_t get_offset_of_m_PropBuf_1() { return static_cast(offsetof(SMsgItemPropertyChange_t2752012750, ___m_PropBuf_1)); } inline ByteU5BU5D_t4116647657* get_m_PropBuf_1() const { return ___m_PropBuf_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_PropBuf_1() { return &___m_PropBuf_1; } inline void set_m_PropBuf_1(ByteU5BU5D_t4116647657* value) { ___m_PropBuf_1 = value; Il2CppCodeGenWriteBarrier((&___m_PropBuf_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGITEMPROPERTYCHANGE_T2752012750_H #ifndef SMSGCHANGEPROPERTY_T1788627945_H #define SMSGCHANGEPROPERTY_T1788627945_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgChangeProperty struct SMsgChangeProperty_t1788627945 : public INetMsgBaseS2C_t126919271 { public: // System.Int64 DMCore.Net.Protocol.SMsgChangeProperty::ObjectId int64_t ___ObjectId_0; // System.Byte[] DMCore.Net.Protocol.SMsgChangeProperty::m_PropBuf ByteU5BU5D_t4116647657* ___m_PropBuf_1; // DMCore.Framework.Scene.CProperty DMCore.Net.Protocol.SMsgChangeProperty::m_PropPtr CProperty_t963755051 * ___m_PropPtr_2; public: inline static int32_t get_offset_of_ObjectId_0() { return static_cast(offsetof(SMsgChangeProperty_t1788627945, ___ObjectId_0)); } inline int64_t get_ObjectId_0() const { return ___ObjectId_0; } inline int64_t* get_address_of_ObjectId_0() { return &___ObjectId_0; } inline void set_ObjectId_0(int64_t value) { ___ObjectId_0 = value; } inline static int32_t get_offset_of_m_PropBuf_1() { return static_cast(offsetof(SMsgChangeProperty_t1788627945, ___m_PropBuf_1)); } inline ByteU5BU5D_t4116647657* get_m_PropBuf_1() const { return ___m_PropBuf_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_PropBuf_1() { return &___m_PropBuf_1; } inline void set_m_PropBuf_1(ByteU5BU5D_t4116647657* value) { ___m_PropBuf_1 = value; Il2CppCodeGenWriteBarrier((&___m_PropBuf_1), value); } inline static int32_t get_offset_of_m_PropPtr_2() { return static_cast(offsetof(SMsgChangeProperty_t1788627945, ___m_PropPtr_2)); } inline CProperty_t963755051 * get_m_PropPtr_2() const { return ___m_PropPtr_2; } inline CProperty_t963755051 ** get_address_of_m_PropPtr_2() { return &___m_PropPtr_2; } inline void set_m_PropPtr_2(CProperty_t963755051 * value) { ___m_PropPtr_2 = value; Il2CppCodeGenWriteBarrier((&___m_PropPtr_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGCHANGEPROPERTY_T1788627945_H #ifndef SMSGREMOVEOBJ_T2019973777_H #define SMSGREMOVEOBJ_T2019973777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRemoveObj struct SMsgRemoveObj_t2019973777 : public INetMsgBaseS2C_t126919271 { public: // System.Int64 DMCore.Net.Protocol.SMsgRemoveObj::ObjectId int64_t ___ObjectId_0; public: inline static int32_t get_offset_of_ObjectId_0() { return static_cast(offsetof(SMsgRemoveObj_t2019973777, ___ObjectId_0)); } inline int64_t get_ObjectId_0() const { return ___ObjectId_0; } inline int64_t* get_address_of_ObjectId_0() { return &___ObjectId_0; } inline void set_ObjectId_0(int64_t value) { ___ObjectId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGREMOVEOBJ_T2019973777_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 CMSGLEDOUACC_GUEST_T2051627822_H #define CMSGLEDOUACC_GUEST_T2051627822_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLedouAcc_Guest struct CMsgLedouAcc_Guest_t2051627822 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgLedouAcc_Guest::version int32_t ___version_0; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::openId String_t* ___openId_1; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::gameId String_t* ___gameId_2; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::sessionId String_t* ___sessionId_3; // System.String DMCore.Net.Protocol.CMsgLedouAcc_Guest::whiteSign String_t* ___whiteSign_4; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_openId_1() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___openId_1)); } inline String_t* get_openId_1() const { return ___openId_1; } inline String_t** get_address_of_openId_1() { return &___openId_1; } inline void set_openId_1(String_t* value) { ___openId_1 = value; Il2CppCodeGenWriteBarrier((&___openId_1), value); } inline static int32_t get_offset_of_gameId_2() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___gameId_2)); } inline String_t* get_gameId_2() const { return ___gameId_2; } inline String_t** get_address_of_gameId_2() { return &___gameId_2; } inline void set_gameId_2(String_t* value) { ___gameId_2 = value; Il2CppCodeGenWriteBarrier((&___gameId_2), value); } inline static int32_t get_offset_of_sessionId_3() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___sessionId_3)); } inline String_t* get_sessionId_3() const { return ___sessionId_3; } inline String_t** get_address_of_sessionId_3() { return &___sessionId_3; } inline void set_sessionId_3(String_t* value) { ___sessionId_3 = value; Il2CppCodeGenWriteBarrier((&___sessionId_3), value); } inline static int32_t get_offset_of_whiteSign_4() { return static_cast(offsetof(CMsgLedouAcc_Guest_t2051627822, ___whiteSign_4)); } inline String_t* get_whiteSign_4() const { return ___whiteSign_4; } inline String_t** get_address_of_whiteSign_4() { return &___whiteSign_4; } inline void set_whiteSign_4(String_t* value) { ___whiteSign_4 = value; Il2CppCodeGenWriteBarrier((&___whiteSign_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGLEDOUACC_GUEST_T2051627822_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 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 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 SMSGPROPERTYTABLE_T1715258501_H #define SMSGPROPERTYTABLE_T1715258501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgPropertyTable struct SMsgPropertyTable_t1715258501 : public INetMsgBaseS2C_t126919271 { public: // System.Int16 DMCore.Net.Protocol.SMsgPropertyTable::nCount int16_t ___nCount_0; // System.Collections.Generic.List`1 DMCore.Net.Protocol.SMsgPropertyTable::propArray List_1_t3793917952 * ___propArray_1; public: inline static int32_t get_offset_of_nCount_0() { return static_cast(offsetof(SMsgPropertyTable_t1715258501, ___nCount_0)); } inline int16_t get_nCount_0() const { return ___nCount_0; } inline int16_t* get_address_of_nCount_0() { return &___nCount_0; } inline void set_nCount_0(int16_t value) { ___nCount_0 = value; } inline static int32_t get_offset_of_propArray_1() { return static_cast(offsetof(SMsgPropertyTable_t1715258501, ___propArray_1)); } inline List_1_t3793917952 * get_propArray_1() const { return ___propArray_1; } inline List_1_t3793917952 ** get_address_of_propArray_1() { return &___propArray_1; } inline void set_propArray_1(List_1_t3793917952 * value) { ___propArray_1 = value; Il2CppCodeGenWriteBarrier((&___propArray_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGPROPERTYTABLE_T1715258501_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 CMSGBEGINGAME_T955386178_H #define CMSGBEGINGAME_T955386178_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgBeginGame struct CMsgBeginGame_t955386178 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgBeginGame::UserID int64_t ___UserID_0; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgBeginGame_t955386178, ___UserID_0)); } inline int64_t get_UserID_0() const { return ___UserID_0; } inline int64_t* get_address_of_UserID_0() { return &___UserID_0; } inline void set_UserID_0(int64_t value) { ___UserID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBEGINGAME_T955386178_H #ifndef PROPDATA_T2321843210_H #define PROPDATA_T2321843210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgPropertyTable/PropData struct PropData_t2321843210 { public: // System.String DMCore.Net.Protocol.SMsgPropertyTable/PropData::propName String_t* ___propName_0; // System.Int32 DMCore.Net.Protocol.SMsgPropertyTable/PropData::propType int32_t ___propType_1; public: inline static int32_t get_offset_of_propName_0() { return static_cast(offsetof(PropData_t2321843210, ___propName_0)); } inline String_t* get_propName_0() const { return ___propName_0; } inline String_t** get_address_of_propName_0() { return &___propName_0; } inline void set_propName_0(String_t* value) { ___propName_0 = value; Il2CppCodeGenWriteBarrier((&___propName_0), value); } inline static int32_t get_offset_of_propType_1() { return static_cast(offsetof(PropData_t2321843210, ___propType_1)); } inline int32_t get_propType_1() const { return ___propType_1; } inline int32_t* get_address_of_propType_1() { return &___propType_1; } inline void set_propType_1(int32_t value) { ___propType_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Net.Protocol.SMsgPropertyTable/PropData struct PropData_t2321843210_marshaled_pinvoke { char* ___propName_0; int32_t ___propType_1; }; // Native definition for COM marshalling of DMCore.Net.Protocol.SMsgPropertyTable/PropData struct PropData_t2321843210_marshaled_com { Il2CppChar* ___propName_0; int32_t ___propType_1; }; #endif // PROPDATA_T2321843210_H #ifndef CMSGCLIENTSTAGEREADY_T250050675_H #define CMSGCLIENTSTAGEREADY_T250050675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgClientStageReady struct CMsgClientStageReady_t250050675 : public INetMsgBaseC2S_t1364238951 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCLIENTSTAGEREADY_T250050675_H #ifndef SMSGENTRYSCENE_T3683309046_H #define SMSGENTRYSCENE_T3683309046_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgEntryScene struct SMsgEntryScene_t3683309046 : public INetMsgBaseS2C_t126919271 { public: // System.Int64 DMCore.Net.Protocol.SMsgEntryScene::userID int64_t ___userID_0; // System.Int32 DMCore.Net.Protocol.SMsgEntryScene::nSceneModel int32_t ___nSceneModel_1; // System.Int32 DMCore.Net.Protocol.SMsgEntryScene::nRoomLvType int32_t ___nRoomLvType_2; // System.Int32 DMCore.Net.Protocol.SMsgEntryScene::nRoomMainType int32_t ___nRoomMainType_3; // System.Int32 DMCore.Net.Protocol.SMsgEntryScene::nEntryPlayersNum int32_t ___nEntryPlayersNum_4; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(SMsgEntryScene_t3683309046, ___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_nSceneModel_1() { return static_cast(offsetof(SMsgEntryScene_t3683309046, ___nSceneModel_1)); } inline int32_t get_nSceneModel_1() const { return ___nSceneModel_1; } inline int32_t* get_address_of_nSceneModel_1() { return &___nSceneModel_1; } inline void set_nSceneModel_1(int32_t value) { ___nSceneModel_1 = value; } inline static int32_t get_offset_of_nRoomLvType_2() { return static_cast(offsetof(SMsgEntryScene_t3683309046, ___nRoomLvType_2)); } inline int32_t get_nRoomLvType_2() const { return ___nRoomLvType_2; } inline int32_t* get_address_of_nRoomLvType_2() { return &___nRoomLvType_2; } inline void set_nRoomLvType_2(int32_t value) { ___nRoomLvType_2 = value; } inline static int32_t get_offset_of_nRoomMainType_3() { return static_cast(offsetof(SMsgEntryScene_t3683309046, ___nRoomMainType_3)); } inline int32_t get_nRoomMainType_3() const { return ___nRoomMainType_3; } inline int32_t* get_address_of_nRoomMainType_3() { return &___nRoomMainType_3; } inline void set_nRoomMainType_3(int32_t value) { ___nRoomMainType_3 = value; } inline static int32_t get_offset_of_nEntryPlayersNum_4() { return static_cast(offsetof(SMsgEntryScene_t3683309046, ___nEntryPlayersNum_4)); } inline int32_t get_nEntryPlayersNum_4() const { return ___nEntryPlayersNum_4; } inline int32_t* get_address_of_nEntryPlayersNum_4() { return &___nEntryPlayersNum_4; } inline void set_nEntryPlayersNum_4(int32_t value) { ___nEntryPlayersNum_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGENTRYSCENE_T3683309046_H #ifndef SMSGADDOBJ_T71644132_H #define SMSGADDOBJ_T71644132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgAddObj struct SMsgAddObj_t71644132 : public INetMsgBaseS2C_t126919271 { public: // System.Int64 DMCore.Net.Protocol.SMsgAddObj::ObjectId int64_t ___ObjectId_0; // System.Int16 DMCore.Net.Protocol.SMsgAddObj::nType int16_t ___nType_1; // System.Int32 DMCore.Net.Protocol.SMsgAddObj::nModelId int32_t ___nModelId_2; // System.Byte[] DMCore.Net.Protocol.SMsgAddObj::m_PropBuf ByteU5BU5D_t4116647657* ___m_PropBuf_3; // DMCore.Framework.Scene.CProperty DMCore.Net.Protocol.SMsgAddObj::_attachedProp CProperty_t963755051 * ____attachedProp_4; public: inline static int32_t get_offset_of_ObjectId_0() { return static_cast(offsetof(SMsgAddObj_t71644132, ___ObjectId_0)); } inline int64_t get_ObjectId_0() const { return ___ObjectId_0; } inline int64_t* get_address_of_ObjectId_0() { return &___ObjectId_0; } inline void set_ObjectId_0(int64_t value) { ___ObjectId_0 = value; } inline static int32_t get_offset_of_nType_1() { return static_cast(offsetof(SMsgAddObj_t71644132, ___nType_1)); } inline int16_t get_nType_1() const { return ___nType_1; } inline int16_t* get_address_of_nType_1() { return &___nType_1; } inline void set_nType_1(int16_t value) { ___nType_1 = value; } inline static int32_t get_offset_of_nModelId_2() { return static_cast(offsetof(SMsgAddObj_t71644132, ___nModelId_2)); } inline int32_t get_nModelId_2() const { return ___nModelId_2; } inline int32_t* get_address_of_nModelId_2() { return &___nModelId_2; } inline void set_nModelId_2(int32_t value) { ___nModelId_2 = value; } inline static int32_t get_offset_of_m_PropBuf_3() { return static_cast(offsetof(SMsgAddObj_t71644132, ___m_PropBuf_3)); } inline ByteU5BU5D_t4116647657* get_m_PropBuf_3() const { return ___m_PropBuf_3; } inline ByteU5BU5D_t4116647657** get_address_of_m_PropBuf_3() { return &___m_PropBuf_3; } inline void set_m_PropBuf_3(ByteU5BU5D_t4116647657* value) { ___m_PropBuf_3 = value; Il2CppCodeGenWriteBarrier((&___m_PropBuf_3), value); } inline static int32_t get_offset_of__attachedProp_4() { return static_cast(offsetof(SMsgAddObj_t71644132, ____attachedProp_4)); } inline CProperty_t963755051 * get__attachedProp_4() const { return ____attachedProp_4; } inline CProperty_t963755051 ** get_address_of__attachedProp_4() { return &____attachedProp_4; } inline void set__attachedProp_4(CProperty_t963755051 * value) { ____attachedProp_4 = value; Il2CppCodeGenWriteBarrier((&____attachedProp_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGADDOBJ_T71644132_H #ifndef SMSGACC_T1490162633_H #define SMSGACC_T1490162633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgAcc struct SMsgAcc_t1490162633 : public INetMsgBaseS2C_t126919271 { public: // System.Byte DMCore.Net.Protocol.SMsgAcc::result uint8_t ___result_0; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(SMsgAcc_t1490162633, ___result_0)); } inline uint8_t get_result_0() const { return ___result_0; } inline uint8_t* get_address_of_result_0() { return &___result_0; } inline void set_result_0(uint8_t value) { ___result_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGACC_T1490162633_H #ifndef CPVEMANAGER_T3058433014_H #define CPVEMANAGER_T3058433014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager struct CPveManager_t3058433014 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsShowPveStarU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsLevelResultU3Ek__BackingField_3; // CDataModelInt DMCore.Logic.CPveManager::k__BackingField CDataModelInt_t3463393640 * ___U3CCDataChapterIdU3Ek__BackingField_4; // DMCore.Logic.CServerSimulator DMCore.Logic.CPveManager::m_pSimulator CServerSimulator_t2819548284 * ___m_pSimulator_6; // System.Boolean DMCore.Logic.CPveManager::m_bPveMode bool ___m_bPveMode_7; // System.Int32 DMCore.Logic.CPveManager::m_nLevel int32_t ___m_nLevel_8; // System.Int32 DMCore.Logic.CPveManager::m_nSubLevel int32_t ___m_nSubLevel_9; // System.Int32 DMCore.Logic.CPveManager::m_pveStoryIdx int32_t ___m_pveStoryIdx_10; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevel int32_t ___m_PassedMaxLevel_11; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevelWhenBegin int32_t ___m_PassedMaxLevelWhenBegin_12; // System.Boolean DMCore.Logic.CPveManager::m_QueryServerPVEList bool ___m_QueryServerPVEList_13; // System.Int32 DMCore.Logic.CPveManager::m_CurChapterId int32_t ___m_CurChapterId_14; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_DictionPassedStar Dictionary_2_t1077746168 * ___m_DictionPassedStar_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_dictionStages Dictionary_2_t4033884959 * ___m_dictionStages_16; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionStageCount Dictionary_2_t3693168236 * ___m_SectionStageCount_17; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionAtlas Dictionary_2_t3770330557 * ___m_SectionAtlas_18; public: inline static int32_t get_offset_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsInitOrPlayeOverU3Ek__BackingField_1)); } inline bool get_U3CIsInitOrPlayeOverU3Ek__BackingField_1() const { return ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return &___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline void set_U3CIsInitOrPlayeOverU3Ek__BackingField_1(bool value) { ___U3CIsInitOrPlayeOverU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsShowPveStarU3Ek__BackingField_2() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsShowPveStarU3Ek__BackingField_2)); } inline bool get_U3CIsShowPveStarU3Ek__BackingField_2() const { return ___U3CIsShowPveStarU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsShowPveStarU3Ek__BackingField_2() { return &___U3CIsShowPveStarU3Ek__BackingField_2; } inline void set_U3CIsShowPveStarU3Ek__BackingField_2(bool value) { ___U3CIsShowPveStarU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsLevelResultU3Ek__BackingField_3() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsLevelResultU3Ek__BackingField_3)); } inline bool get_U3CIsLevelResultU3Ek__BackingField_3() const { return ___U3CIsLevelResultU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsLevelResultU3Ek__BackingField_3() { return &___U3CIsLevelResultU3Ek__BackingField_3; } inline void set_U3CIsLevelResultU3Ek__BackingField_3(bool value) { ___U3CIsLevelResultU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CCDataChapterIdU3Ek__BackingField_4() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CCDataChapterIdU3Ek__BackingField_4)); } inline CDataModelInt_t3463393640 * get_U3CCDataChapterIdU3Ek__BackingField_4() const { return ___U3CCDataChapterIdU3Ek__BackingField_4; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCDataChapterIdU3Ek__BackingField_4() { return &___U3CCDataChapterIdU3Ek__BackingField_4; } inline void set_U3CCDataChapterIdU3Ek__BackingField_4(CDataModelInt_t3463393640 * value) { ___U3CCDataChapterIdU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataChapterIdU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_m_pSimulator_6() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pSimulator_6)); } inline CServerSimulator_t2819548284 * get_m_pSimulator_6() const { return ___m_pSimulator_6; } inline CServerSimulator_t2819548284 ** get_address_of_m_pSimulator_6() { return &___m_pSimulator_6; } inline void set_m_pSimulator_6(CServerSimulator_t2819548284 * value) { ___m_pSimulator_6 = value; Il2CppCodeGenWriteBarrier((&___m_pSimulator_6), value); } inline static int32_t get_offset_of_m_bPveMode_7() { return static_cast(offsetof(CPveManager_t3058433014, ___m_bPveMode_7)); } inline bool get_m_bPveMode_7() const { return ___m_bPveMode_7; } inline bool* get_address_of_m_bPveMode_7() { return &___m_bPveMode_7; } inline void set_m_bPveMode_7(bool value) { ___m_bPveMode_7 = value; } inline static int32_t get_offset_of_m_nLevel_8() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nLevel_8)); } inline int32_t get_m_nLevel_8() const { return ___m_nLevel_8; } inline int32_t* get_address_of_m_nLevel_8() { return &___m_nLevel_8; } inline void set_m_nLevel_8(int32_t value) { ___m_nLevel_8 = value; } inline static int32_t get_offset_of_m_nSubLevel_9() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nSubLevel_9)); } inline int32_t get_m_nSubLevel_9() const { return ___m_nSubLevel_9; } inline int32_t* get_address_of_m_nSubLevel_9() { return &___m_nSubLevel_9; } inline void set_m_nSubLevel_9(int32_t value) { ___m_nSubLevel_9 = value; } inline static int32_t get_offset_of_m_pveStoryIdx_10() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pveStoryIdx_10)); } inline int32_t get_m_pveStoryIdx_10() const { return ___m_pveStoryIdx_10; } inline int32_t* get_address_of_m_pveStoryIdx_10() { return &___m_pveStoryIdx_10; } inline void set_m_pveStoryIdx_10(int32_t value) { ___m_pveStoryIdx_10 = value; } inline static int32_t get_offset_of_m_PassedMaxLevel_11() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevel_11)); } inline int32_t get_m_PassedMaxLevel_11() const { return ___m_PassedMaxLevel_11; } inline int32_t* get_address_of_m_PassedMaxLevel_11() { return &___m_PassedMaxLevel_11; } inline void set_m_PassedMaxLevel_11(int32_t value) { ___m_PassedMaxLevel_11 = value; } inline static int32_t get_offset_of_m_PassedMaxLevelWhenBegin_12() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevelWhenBegin_12)); } inline int32_t get_m_PassedMaxLevelWhenBegin_12() const { return ___m_PassedMaxLevelWhenBegin_12; } inline int32_t* get_address_of_m_PassedMaxLevelWhenBegin_12() { return &___m_PassedMaxLevelWhenBegin_12; } inline void set_m_PassedMaxLevelWhenBegin_12(int32_t value) { ___m_PassedMaxLevelWhenBegin_12 = value; } inline static int32_t get_offset_of_m_QueryServerPVEList_13() { return static_cast(offsetof(CPveManager_t3058433014, ___m_QueryServerPVEList_13)); } inline bool get_m_QueryServerPVEList_13() const { return ___m_QueryServerPVEList_13; } inline bool* get_address_of_m_QueryServerPVEList_13() { return &___m_QueryServerPVEList_13; } inline void set_m_QueryServerPVEList_13(bool value) { ___m_QueryServerPVEList_13 = value; } inline static int32_t get_offset_of_m_CurChapterId_14() { return static_cast(offsetof(CPveManager_t3058433014, ___m_CurChapterId_14)); } inline int32_t get_m_CurChapterId_14() const { return ___m_CurChapterId_14; } inline int32_t* get_address_of_m_CurChapterId_14() { return &___m_CurChapterId_14; } inline void set_m_CurChapterId_14(int32_t value) { ___m_CurChapterId_14 = value; } inline static int32_t get_offset_of_m_DictionPassedStar_15() { return static_cast(offsetof(CPveManager_t3058433014, ___m_DictionPassedStar_15)); } inline Dictionary_2_t1077746168 * get_m_DictionPassedStar_15() const { return ___m_DictionPassedStar_15; } inline Dictionary_2_t1077746168 ** get_address_of_m_DictionPassedStar_15() { return &___m_DictionPassedStar_15; } inline void set_m_DictionPassedStar_15(Dictionary_2_t1077746168 * value) { ___m_DictionPassedStar_15 = value; Il2CppCodeGenWriteBarrier((&___m_DictionPassedStar_15), value); } inline static int32_t get_offset_of_m_dictionStages_16() { return static_cast(offsetof(CPveManager_t3058433014, ___m_dictionStages_16)); } inline Dictionary_2_t4033884959 * get_m_dictionStages_16() const { return ___m_dictionStages_16; } inline Dictionary_2_t4033884959 ** get_address_of_m_dictionStages_16() { return &___m_dictionStages_16; } inline void set_m_dictionStages_16(Dictionary_2_t4033884959 * value) { ___m_dictionStages_16 = value; Il2CppCodeGenWriteBarrier((&___m_dictionStages_16), value); } inline static int32_t get_offset_of_m_SectionStageCount_17() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionStageCount_17)); } inline Dictionary_2_t3693168236 * get_m_SectionStageCount_17() const { return ___m_SectionStageCount_17; } inline Dictionary_2_t3693168236 ** get_address_of_m_SectionStageCount_17() { return &___m_SectionStageCount_17; } inline void set_m_SectionStageCount_17(Dictionary_2_t3693168236 * value) { ___m_SectionStageCount_17 = value; Il2CppCodeGenWriteBarrier((&___m_SectionStageCount_17), value); } inline static int32_t get_offset_of_m_SectionAtlas_18() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionAtlas_18)); } inline Dictionary_2_t3770330557 * get_m_SectionAtlas_18() const { return ___m_SectionAtlas_18; } inline Dictionary_2_t3770330557 ** get_address_of_m_SectionAtlas_18() { return &___m_SectionAtlas_18; } inline void set_m_SectionAtlas_18(Dictionary_2_t3770330557 * value) { ___m_SectionAtlas_18 = value; Il2CppCodeGenWriteBarrier((&___m_SectionAtlas_18), value); } }; struct CPveManager_t3058433014_StaticFields { public: // DMCore.Logic.CPveManager/CheckEnergyStateCallback DMCore.Logic.CPveManager::m_cbCheckEnergyState CheckEnergyStateCallback_t3528280671 * ___m_cbCheckEnergyState_5; // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::s_instance CPveManager_t3058433014 * ___s_instance_19; // System.Comparison`1 DMCore.Logic.CPveManager::<>f__mg$cache0 Comparison_1_t907937207 * ___U3CU3Ef__mgU24cache0_20; public: inline static int32_t get_offset_of_m_cbCheckEnergyState_5() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___m_cbCheckEnergyState_5)); } inline CheckEnergyStateCallback_t3528280671 * get_m_cbCheckEnergyState_5() const { return ___m_cbCheckEnergyState_5; } inline CheckEnergyStateCallback_t3528280671 ** get_address_of_m_cbCheckEnergyState_5() { return &___m_cbCheckEnergyState_5; } inline void set_m_cbCheckEnergyState_5(CheckEnergyStateCallback_t3528280671 * value) { ___m_cbCheckEnergyState_5 = value; Il2CppCodeGenWriteBarrier((&___m_cbCheckEnergyState_5), value); } inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___s_instance_19)); } inline CPveManager_t3058433014 * get_s_instance_19() const { return ___s_instance_19; } inline CPveManager_t3058433014 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CPveManager_t3058433014 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_20() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___U3CU3Ef__mgU24cache0_20)); } inline Comparison_1_t907937207 * get_U3CU3Ef__mgU24cache0_20() const { return ___U3CU3Ef__mgU24cache0_20; } inline Comparison_1_t907937207 ** get_address_of_U3CU3Ef__mgU24cache0_20() { return &___U3CU3Ef__mgU24cache0_20; } inline void set_U3CU3Ef__mgU24cache0_20(Comparison_1_t907937207 * value) { ___U3CU3Ef__mgU24cache0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVEMANAGER_T3058433014_H #ifndef CMSGACC_T1490163161_H #define CMSGACC_T1490163161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgAcc struct CMsgAcc_t1490163161 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgAcc::version int32_t ___version_0; // System.String DMCore.Net.Protocol.CMsgAcc::account String_t* ___account_1; // System.String DMCore.Net.Protocol.CMsgAcc::secrte String_t* ___secrte_2; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(CMsgAcc_t1490163161, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_account_1() { return static_cast(offsetof(CMsgAcc_t1490163161, ___account_1)); } inline String_t* get_account_1() const { return ___account_1; } inline String_t** get_address_of_account_1() { return &___account_1; } inline void set_account_1(String_t* value) { ___account_1 = value; Il2CppCodeGenWriteBarrier((&___account_1), value); } inline static int32_t get_offset_of_secrte_2() { return static_cast(offsetof(CMsgAcc_t1490163161, ___secrte_2)); } inline String_t* get_secrte_2() const { return ___secrte_2; } inline String_t** get_address_of_secrte_2() { return &___secrte_2; } inline void set_secrte_2(String_t* value) { ___secrte_2 = value; Il2CppCodeGenWriteBarrier((&___secrte_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGACC_T1490163161_H #ifndef CMSGACCREGISTER_T524064186_H #define CMSGACCREGISTER_T524064186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgAccRegister struct CMsgAccRegister_t524064186 : public INetMsgBaseC2S_t1364238951 { public: // System.String DMCore.Net.Protocol.CMsgAccRegister::account String_t* ___account_0; // System.String DMCore.Net.Protocol.CMsgAccRegister::secrte String_t* ___secrte_1; public: inline static int32_t get_offset_of_account_0() { return static_cast(offsetof(CMsgAccRegister_t524064186, ___account_0)); } inline String_t* get_account_0() const { return ___account_0; } inline String_t** get_address_of_account_0() { return &___account_0; } inline void set_account_0(String_t* value) { ___account_0 = value; Il2CppCodeGenWriteBarrier((&___account_0), value); } inline static int32_t get_offset_of_secrte_1() { return static_cast(offsetof(CMsgAccRegister_t524064186, ___secrte_1)); } inline String_t* get_secrte_1() const { return ___secrte_1; } inline String_t** get_address_of_secrte_1() { return &___secrte_1; } inline void set_secrte_1(String_t* value) { ___secrte_1 = value; Il2CppCodeGenWriteBarrier((&___secrte_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGACCREGISTER_T524064186_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 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 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 SMSGSCENEPROPERTY_T2338986832_H #define SMSGSCENEPROPERTY_T2338986832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgSceneProperty struct SMsgSceneProperty_t2338986832 : public INetMsgBaseS2C_t126919271 { public: // System.Byte[] DMCore.Net.Protocol.SMsgSceneProperty::m_PropBuf ByteU5BU5D_t4116647657* ___m_PropBuf_0; // DMCore.Framework.Scene.CProperty DMCore.Net.Protocol.SMsgSceneProperty::m_PropPtr CProperty_t963755051 * ___m_PropPtr_1; public: inline static int32_t get_offset_of_m_PropBuf_0() { return static_cast(offsetof(SMsgSceneProperty_t2338986832, ___m_PropBuf_0)); } inline ByteU5BU5D_t4116647657* get_m_PropBuf_0() const { return ___m_PropBuf_0; } inline ByteU5BU5D_t4116647657** get_address_of_m_PropBuf_0() { return &___m_PropBuf_0; } inline void set_m_PropBuf_0(ByteU5BU5D_t4116647657* value) { ___m_PropBuf_0 = value; Il2CppCodeGenWriteBarrier((&___m_PropBuf_0), value); } inline static int32_t get_offset_of_m_PropPtr_1() { return static_cast(offsetof(SMsgSceneProperty_t2338986832, ___m_PropPtr_1)); } inline CProperty_t963755051 * get_m_PropPtr_1() const { return ___m_PropPtr_1; } inline CProperty_t963755051 ** get_address_of_m_PropPtr_1() { return &___m_PropPtr_1; } inline void set_m_PropPtr_1(CProperty_t963755051 * value) { ___m_PropPtr_1 = value; Il2CppCodeGenWriteBarrier((&___m_PropPtr_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGSCENEPROPERTY_T2338986832_H #ifndef CMSGCUSTOM_T3704829624_H #define CMSGCUSTOM_T3704829624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCustom struct CMsgCustom_t3704829624 : public INetMsgBaseC2S_t1364238951 { public: // DMCore.CDataArray DMCore.Net.Protocol.CMsgCustom::dataArray CDataArray_t4068198041 * ___dataArray_0; public: inline static int32_t get_offset_of_dataArray_0() { return static_cast(offsetof(CMsgCustom_t3704829624, ___dataArray_0)); } inline CDataArray_t4068198041 * get_dataArray_0() const { return ___dataArray_0; } inline CDataArray_t4068198041 ** get_address_of_dataArray_0() { return &___dataArray_0; } inline void set_dataArray_0(CDataArray_t4068198041 * value) { ___dataArray_0 = value; Il2CppCodeGenWriteBarrier((&___dataArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCUSTOM_T3704829624_H #ifndef CMSGLOGINLOBBY_T3466726137_H #define CMSGLOGINLOBBY_T3466726137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLoginLobby struct CMsgLoginLobby_t3466726137 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgLoginLobby::UserID int64_t ___UserID_0; // System.Int32 DMCore.Net.Protocol.CMsgLoginLobby::MobilePlatform int32_t ___MobilePlatform_1; // System.String DMCore.Net.Protocol.CMsgLoginLobby::LedouChannelId String_t* ___LedouChannelId_2; // System.String DMCore.Net.Protocol.CMsgLoginLobby::GameVersion String_t* ___GameVersion_3; // System.String DMCore.Net.Protocol.CMsgLoginLobby::DevicesId String_t* ___DevicesId_4; // System.String DMCore.Net.Protocol.CMsgLoginLobby::OSVersion String_t* ___OSVersion_5; // System.String DMCore.Net.Protocol.CMsgLoginLobby::MobileModel String_t* ___MobileModel_6; // System.String DMCore.Net.Protocol.CMsgLoginLobby::ServiceProvider String_t* ___ServiceProvider_7; // System.String DMCore.Net.Protocol.CMsgLoginLobby::NetType String_t* ___NetType_8; // System.String DMCore.Net.Protocol.CMsgLoginLobby::strMac String_t* ___strMac_9; // System.String DMCore.Net.Protocol.CMsgLoginLobby::PorUid String_t* ___PorUid_10; // System.String DMCore.Net.Protocol.CMsgLoginLobby::Uid String_t* ___Uid_11; // System.String DMCore.Net.Protocol.CMsgLoginLobby::ChannelCode String_t* ___ChannelCode_12; // System.String DMCore.Net.Protocol.CMsgLoginLobby::Audit String_t* ___Audit_13; // System.String DMCore.Net.Protocol.CMsgLoginLobby::NickName String_t* ___NickName_14; // System.String DMCore.Net.Protocol.CMsgLoginLobby::PhotoUrl String_t* ___PhotoUrl_15; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___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_MobilePlatform_1() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___MobilePlatform_1)); } inline int32_t get_MobilePlatform_1() const { return ___MobilePlatform_1; } inline int32_t* get_address_of_MobilePlatform_1() { return &___MobilePlatform_1; } inline void set_MobilePlatform_1(int32_t value) { ___MobilePlatform_1 = value; } inline static int32_t get_offset_of_LedouChannelId_2() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___LedouChannelId_2)); } inline String_t* get_LedouChannelId_2() const { return ___LedouChannelId_2; } inline String_t** get_address_of_LedouChannelId_2() { return &___LedouChannelId_2; } inline void set_LedouChannelId_2(String_t* value) { ___LedouChannelId_2 = value; Il2CppCodeGenWriteBarrier((&___LedouChannelId_2), value); } inline static int32_t get_offset_of_GameVersion_3() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___GameVersion_3)); } inline String_t* get_GameVersion_3() const { return ___GameVersion_3; } inline String_t** get_address_of_GameVersion_3() { return &___GameVersion_3; } inline void set_GameVersion_3(String_t* value) { ___GameVersion_3 = value; Il2CppCodeGenWriteBarrier((&___GameVersion_3), value); } inline static int32_t get_offset_of_DevicesId_4() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___DevicesId_4)); } inline String_t* get_DevicesId_4() const { return ___DevicesId_4; } inline String_t** get_address_of_DevicesId_4() { return &___DevicesId_4; } inline void set_DevicesId_4(String_t* value) { ___DevicesId_4 = value; Il2CppCodeGenWriteBarrier((&___DevicesId_4), value); } inline static int32_t get_offset_of_OSVersion_5() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___OSVersion_5)); } inline String_t* get_OSVersion_5() const { return ___OSVersion_5; } inline String_t** get_address_of_OSVersion_5() { return &___OSVersion_5; } inline void set_OSVersion_5(String_t* value) { ___OSVersion_5 = value; Il2CppCodeGenWriteBarrier((&___OSVersion_5), value); } inline static int32_t get_offset_of_MobileModel_6() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___MobileModel_6)); } inline String_t* get_MobileModel_6() const { return ___MobileModel_6; } inline String_t** get_address_of_MobileModel_6() { return &___MobileModel_6; } inline void set_MobileModel_6(String_t* value) { ___MobileModel_6 = value; Il2CppCodeGenWriteBarrier((&___MobileModel_6), value); } inline static int32_t get_offset_of_ServiceProvider_7() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___ServiceProvider_7)); } inline String_t* get_ServiceProvider_7() const { return ___ServiceProvider_7; } inline String_t** get_address_of_ServiceProvider_7() { return &___ServiceProvider_7; } inline void set_ServiceProvider_7(String_t* value) { ___ServiceProvider_7 = value; Il2CppCodeGenWriteBarrier((&___ServiceProvider_7), value); } inline static int32_t get_offset_of_NetType_8() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___NetType_8)); } inline String_t* get_NetType_8() const { return ___NetType_8; } inline String_t** get_address_of_NetType_8() { return &___NetType_8; } inline void set_NetType_8(String_t* value) { ___NetType_8 = value; Il2CppCodeGenWriteBarrier((&___NetType_8), value); } inline static int32_t get_offset_of_strMac_9() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___strMac_9)); } inline String_t* get_strMac_9() const { return ___strMac_9; } inline String_t** get_address_of_strMac_9() { return &___strMac_9; } inline void set_strMac_9(String_t* value) { ___strMac_9 = value; Il2CppCodeGenWriteBarrier((&___strMac_9), value); } inline static int32_t get_offset_of_PorUid_10() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___PorUid_10)); } inline String_t* get_PorUid_10() const { return ___PorUid_10; } inline String_t** get_address_of_PorUid_10() { return &___PorUid_10; } inline void set_PorUid_10(String_t* value) { ___PorUid_10 = value; Il2CppCodeGenWriteBarrier((&___PorUid_10), value); } inline static int32_t get_offset_of_Uid_11() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___Uid_11)); } inline String_t* get_Uid_11() const { return ___Uid_11; } inline String_t** get_address_of_Uid_11() { return &___Uid_11; } inline void set_Uid_11(String_t* value) { ___Uid_11 = value; Il2CppCodeGenWriteBarrier((&___Uid_11), value); } inline static int32_t get_offset_of_ChannelCode_12() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___ChannelCode_12)); } inline String_t* get_ChannelCode_12() const { return ___ChannelCode_12; } inline String_t** get_address_of_ChannelCode_12() { return &___ChannelCode_12; } inline void set_ChannelCode_12(String_t* value) { ___ChannelCode_12 = value; Il2CppCodeGenWriteBarrier((&___ChannelCode_12), value); } inline static int32_t get_offset_of_Audit_13() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___Audit_13)); } inline String_t* get_Audit_13() const { return ___Audit_13; } inline String_t** get_address_of_Audit_13() { return &___Audit_13; } inline void set_Audit_13(String_t* value) { ___Audit_13 = value; Il2CppCodeGenWriteBarrier((&___Audit_13), value); } inline static int32_t get_offset_of_NickName_14() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___NickName_14)); } inline String_t* get_NickName_14() const { return ___NickName_14; } inline String_t** get_address_of_NickName_14() { return &___NickName_14; } inline void set_NickName_14(String_t* value) { ___NickName_14 = value; Il2CppCodeGenWriteBarrier((&___NickName_14), value); } inline static int32_t get_offset_of_PhotoUrl_15() { return static_cast(offsetof(CMsgLoginLobby_t3466726137, ___PhotoUrl_15)); } inline String_t* get_PhotoUrl_15() const { return ___PhotoUrl_15; } inline String_t** get_address_of_PhotoUrl_15() { return &___PhotoUrl_15; } inline void set_PhotoUrl_15(String_t* value) { ___PhotoUrl_15 = value; Il2CppCodeGenWriteBarrier((&___PhotoUrl_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGLOGINLOBBY_T3466726137_H #ifndef SMSGLOGIN_T1892669098_H #define SMSGLOGIN_T1892669098_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgLogin struct SMsgLogin_t1892669098 : public INetMsgBaseS2C_t126919271 { public: // System.Byte DMCore.Net.Protocol.SMsgLogin::result uint8_t ___result_0; // System.Int64 DMCore.Net.Protocol.SMsgLogin::userID int64_t ___userID_1; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(SMsgLogin_t1892669098, ___result_0)); } inline uint8_t get_result_0() const { return ___result_0; } inline uint8_t* get_address_of_result_0() { return &___result_0; } inline void set_result_0(uint8_t value) { ___result_0 = value; } inline static int32_t get_offset_of_userID_1() { return static_cast(offsetof(SMsgLogin_t1892669098, ___userID_1)); } inline int64_t get_userID_1() const { return ___userID_1; } inline int64_t* get_address_of_userID_1() { return &___userID_1; } inline void set_userID_1(int64_t value) { ___userID_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGLOGIN_T1892669098_H #ifndef CMSGLOGIN_T1892686458_H #define CMSGLOGIN_T1892686458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLogin struct CMsgLogin_t1892686458 : public INetMsgBaseC2S_t1364238951 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGLOGIN_T1892686458_H #ifndef CNETMAINLOGIC_T857650587_H #define CNETMAINLOGIC_T857650587_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587 : public INetListener_t2122847788 { public: // DMCore.Net.CNetMainLogic/_ProcDelegate[] DMCore.Net.CNetMainLogic::m_AllProcPtrs _ProcDelegateU5BU5D_t2947363969* ___m_AllProcPtrs_1; // System.Int32 DMCore.Net.CNetMainLogic::m_NetState int32_t ___m_NetState_2; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetMainLogic::m_NetStateLock CThreadLock_t3315856551 * ___m_NetStateLock_3; // DMCore.Net.CCustomNetMsgHooker DMCore.Net.CNetMainLogic::m_msgHooker CCustomNetMsgHooker_t1749009394 * ___m_msgHooker_4; // System.String DMCore.Net.CNetMainLogic::m_ip String_t* ___m_ip_5; // System.Int32 DMCore.Net.CNetMainLogic::m_port int32_t ___m_port_6; // System.Boolean DMCore.Net.CNetMainLogic::m_bUserClose bool ___m_bUserClose_7; public: inline static int32_t get_offset_of_m_AllProcPtrs_1() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_AllProcPtrs_1)); } inline _ProcDelegateU5BU5D_t2947363969* get_m_AllProcPtrs_1() const { return ___m_AllProcPtrs_1; } inline _ProcDelegateU5BU5D_t2947363969** get_address_of_m_AllProcPtrs_1() { return &___m_AllProcPtrs_1; } inline void set_m_AllProcPtrs_1(_ProcDelegateU5BU5D_t2947363969* value) { ___m_AllProcPtrs_1 = value; Il2CppCodeGenWriteBarrier((&___m_AllProcPtrs_1), value); } inline static int32_t get_offset_of_m_NetState_2() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_NetState_2)); } inline int32_t get_m_NetState_2() const { return ___m_NetState_2; } inline int32_t* get_address_of_m_NetState_2() { return &___m_NetState_2; } inline void set_m_NetState_2(int32_t value) { ___m_NetState_2 = value; } inline static int32_t get_offset_of_m_NetStateLock_3() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_NetStateLock_3)); } inline CThreadLock_t3315856551 * get_m_NetStateLock_3() const { return ___m_NetStateLock_3; } inline CThreadLock_t3315856551 ** get_address_of_m_NetStateLock_3() { return &___m_NetStateLock_3; } inline void set_m_NetStateLock_3(CThreadLock_t3315856551 * value) { ___m_NetStateLock_3 = value; Il2CppCodeGenWriteBarrier((&___m_NetStateLock_3), value); } inline static int32_t get_offset_of_m_msgHooker_4() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_msgHooker_4)); } inline CCustomNetMsgHooker_t1749009394 * get_m_msgHooker_4() const { return ___m_msgHooker_4; } inline CCustomNetMsgHooker_t1749009394 ** get_address_of_m_msgHooker_4() { return &___m_msgHooker_4; } inline void set_m_msgHooker_4(CCustomNetMsgHooker_t1749009394 * value) { ___m_msgHooker_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgHooker_4), value); } inline static int32_t get_offset_of_m_ip_5() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_ip_5)); } inline String_t* get_m_ip_5() const { return ___m_ip_5; } inline String_t** get_address_of_m_ip_5() { return &___m_ip_5; } inline void set_m_ip_5(String_t* value) { ___m_ip_5 = value; Il2CppCodeGenWriteBarrier((&___m_ip_5), value); } inline static int32_t get_offset_of_m_port_6() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_port_6)); } inline int32_t get_m_port_6() const { return ___m_port_6; } inline int32_t* get_address_of_m_port_6() { return &___m_port_6; } inline void set_m_port_6(int32_t value) { ___m_port_6 = value; } inline static int32_t get_offset_of_m_bUserClose_7() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_bUserClose_7)); } inline bool get_m_bUserClose_7() const { return ___m_bUserClose_7; } inline bool* get_address_of_m_bUserClose_7() { return &___m_bUserClose_7; } inline void set_m_bUserClose_7(bool value) { ___m_bUserClose_7 = value; } }; struct CNetMainLogic_t857650587_StaticFields { public: // System.Boolean DMCore.Net.CNetMainLogic::k__BackingField bool ___U3CIsServerStateRoleReadyU3Ek__BackingField_0; // System.String DMCore.Net.CNetMainLogic::GOLD_NOT_ENOUGH String_t* ___GOLD_NOT_ENOUGH_8; // System.String DMCore.Net.CNetMainLogic::DIAMOND_NOT_ENOUGH String_t* ___DIAMOND_NOT_ENOUGH_9; // System.String DMCore.Net.CNetMainLogic::ENERGY_NOT_ENOUGH String_t* ___ENERGY_NOT_ENOUGH_10; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_11; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache1 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache1_12; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache2 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache2_13; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache3 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache3_14; public: inline static int32_t get_offset_of_U3CIsServerStateRoleReadyU3Ek__BackingField_0() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CIsServerStateRoleReadyU3Ek__BackingField_0)); } inline bool get_U3CIsServerStateRoleReadyU3Ek__BackingField_0() const { return ___U3CIsServerStateRoleReadyU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsServerStateRoleReadyU3Ek__BackingField_0() { return &___U3CIsServerStateRoleReadyU3Ek__BackingField_0; } inline void set_U3CIsServerStateRoleReadyU3Ek__BackingField_0(bool value) { ___U3CIsServerStateRoleReadyU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_GOLD_NOT_ENOUGH_8() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___GOLD_NOT_ENOUGH_8)); } inline String_t* get_GOLD_NOT_ENOUGH_8() const { return ___GOLD_NOT_ENOUGH_8; } inline String_t** get_address_of_GOLD_NOT_ENOUGH_8() { return &___GOLD_NOT_ENOUGH_8; } inline void set_GOLD_NOT_ENOUGH_8(String_t* value) { ___GOLD_NOT_ENOUGH_8 = value; Il2CppCodeGenWriteBarrier((&___GOLD_NOT_ENOUGH_8), value); } inline static int32_t get_offset_of_DIAMOND_NOT_ENOUGH_9() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___DIAMOND_NOT_ENOUGH_9)); } inline String_t* get_DIAMOND_NOT_ENOUGH_9() const { return ___DIAMOND_NOT_ENOUGH_9; } inline String_t** get_address_of_DIAMOND_NOT_ENOUGH_9() { return &___DIAMOND_NOT_ENOUGH_9; } inline void set_DIAMOND_NOT_ENOUGH_9(String_t* value) { ___DIAMOND_NOT_ENOUGH_9 = value; Il2CppCodeGenWriteBarrier((&___DIAMOND_NOT_ENOUGH_9), value); } inline static int32_t get_offset_of_ENERGY_NOT_ENOUGH_10() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___ENERGY_NOT_ENOUGH_10)); } inline String_t* get_ENERGY_NOT_ENOUGH_10() const { return ___ENERGY_NOT_ENOUGH_10; } inline String_t** get_address_of_ENERGY_NOT_ENOUGH_10() { return &___ENERGY_NOT_ENOUGH_10; } inline void set_ENERGY_NOT_ENOUGH_10(String_t* value) { ___ENERGY_NOT_ENOUGH_10 = value; Il2CppCodeGenWriteBarrier((&___ENERGY_NOT_ENOUGH_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_11() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache0_11)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_11() const { return ___U3CU3Ef__mgU24cache0_11; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_11() { return &___U3CU3Ef__mgU24cache0_11; } inline void set_U3CU3Ef__mgU24cache0_11(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_12() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache1_12)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache1_12() const { return ___U3CU3Ef__mgU24cache1_12; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache1_12() { return &___U3CU3Ef__mgU24cache1_12; } inline void set_U3CU3Ef__mgU24cache1_12(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache1_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_13() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache2_13)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache2_13() const { return ___U3CU3Ef__mgU24cache2_13; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache2_13() { return &___U3CU3Ef__mgU24cache2_13; } inline void set_U3CU3Ef__mgU24cache2_13(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache2_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_14() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache3_14)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache3_14() const { return ___U3CU3Ef__mgU24cache3_14; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache3_14() { return &___U3CU3Ef__mgU24cache3_14; } inline void set_U3CU3Ef__mgU24cache3_14(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache3_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETMAINLOGIC_T857650587_H #ifndef SMSGCUSTOM_T3704812008_H #define SMSGCUSTOM_T3704812008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgCustom struct SMsgCustom_t3704812008 : public INetMsgBaseS2C_t126919271 { public: // DMCore.CDataArray DMCore.Net.Protocol.SMsgCustom::dataArray CDataArray_t4068198041 * ___dataArray_0; public: inline static int32_t get_offset_of_dataArray_0() { return static_cast(offsetof(SMsgCustom_t3704812008, ___dataArray_0)); } inline CDataArray_t4068198041 * get_dataArray_0() const { return ___dataArray_0; } inline CDataArray_t4068198041 ** get_address_of_dataArray_0() { return &___dataArray_0; } inline void set_dataArray_0(CDataArray_t4068198041 * value) { ___dataArray_0 = value; Il2CppCodeGenWriteBarrier((&___dataArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGCUSTOM_T3704812008_H #ifndef CMSGLEDOUACC_T436276660_H #define CMSGLEDOUACC_T436276660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgLedouAcc struct CMsgLedouAcc_t436276660 : public INetMsgBaseC2S_t1364238951 { public: // System.Int32 DMCore.Net.Protocol.CMsgLedouAcc::version int32_t ___version_0; // System.String DMCore.Net.Protocol.CMsgLedouAcc::openId String_t* ___openId_1; // System.String DMCore.Net.Protocol.CMsgLedouAcc::gameId String_t* ___gameId_2; // System.String DMCore.Net.Protocol.CMsgLedouAcc::sessionId String_t* ___sessionId_3; // System.String DMCore.Net.Protocol.CMsgLedouAcc::whiteSign String_t* ___whiteSign_4; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_openId_1() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___openId_1)); } inline String_t* get_openId_1() const { return ___openId_1; } inline String_t** get_address_of_openId_1() { return &___openId_1; } inline void set_openId_1(String_t* value) { ___openId_1 = value; Il2CppCodeGenWriteBarrier((&___openId_1), value); } inline static int32_t get_offset_of_gameId_2() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___gameId_2)); } inline String_t* get_gameId_2() const { return ___gameId_2; } inline String_t** get_address_of_gameId_2() { return &___gameId_2; } inline void set_gameId_2(String_t* value) { ___gameId_2 = value; Il2CppCodeGenWriteBarrier((&___gameId_2), value); } inline static int32_t get_offset_of_sessionId_3() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___sessionId_3)); } inline String_t* get_sessionId_3() const { return ___sessionId_3; } inline String_t** get_address_of_sessionId_3() { return &___sessionId_3; } inline void set_sessionId_3(String_t* value) { ___sessionId_3 = value; Il2CppCodeGenWriteBarrier((&___sessionId_3), value); } inline static int32_t get_offset_of_whiteSign_4() { return static_cast(offsetof(CMsgLedouAcc_t436276660, ___whiteSign_4)); } inline String_t* get_whiteSign_4() const { return ___whiteSign_4; } inline String_t** get_address_of_whiteSign_4() { return &___whiteSign_4; } inline void set_whiteSign_4(String_t* value) { ___whiteSign_4 = value; Il2CppCodeGenWriteBarrier((&___whiteSign_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGLEDOUACC_T436276660_H #ifndef CNETLINK_IOS_T2636358992_H #define CNETLINK_IOS_T2636358992_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetLink_IOS struct CNetLink_IOS_t2636358992 : public INetLink_t2717826932 { public: // System.Boolean DMCore.Net.CNetLink_IOS::m_linked bool ___m_linked_2; public: inline static int32_t get_offset_of_m_linked_2() { return static_cast(offsetof(CNetLink_IOS_t2636358992, ___m_linked_2)); } inline bool get_m_linked_2() const { return ___m_linked_2; } inline bool* get_address_of_m_linked_2() { return &___m_linked_2; } inline void set_m_linked_2(bool value) { ___m_linked_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETLINK_IOS_T2636358992_H #ifndef SMSGROOMLIST_T2683647042_H #define SMSGROOMLIST_T2683647042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRoomList struct SMsgRoomList_t2683647042 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgRoomList::nTotalPage int32_t ___nTotalPage_0; // System.Int32 DMCore.Net.Protocol.SMsgRoomList::nCurPage int32_t ___nCurPage_1; // System.Int32 DMCore.Net.Protocol.SMsgRoomList::nRoomNum int32_t ___nRoomNum_2; // DMCore.Net.Protocol.SMsgRoomList/RoomInfo[] DMCore.Net.Protocol.SMsgRoomList::arrRoomInfo RoomInfoU5BU5D_t2555657096* ___arrRoomInfo_3; public: inline static int32_t get_offset_of_nTotalPage_0() { return static_cast(offsetof(SMsgRoomList_t2683647042, ___nTotalPage_0)); } inline int32_t get_nTotalPage_0() const { return ___nTotalPage_0; } inline int32_t* get_address_of_nTotalPage_0() { return &___nTotalPage_0; } inline void set_nTotalPage_0(int32_t value) { ___nTotalPage_0 = value; } inline static int32_t get_offset_of_nCurPage_1() { return static_cast(offsetof(SMsgRoomList_t2683647042, ___nCurPage_1)); } inline int32_t get_nCurPage_1() const { return ___nCurPage_1; } inline int32_t* get_address_of_nCurPage_1() { return &___nCurPage_1; } inline void set_nCurPage_1(int32_t value) { ___nCurPage_1 = value; } inline static int32_t get_offset_of_nRoomNum_2() { return static_cast(offsetof(SMsgRoomList_t2683647042, ___nRoomNum_2)); } inline int32_t get_nRoomNum_2() const { return ___nRoomNum_2; } inline int32_t* get_address_of_nRoomNum_2() { return &___nRoomNum_2; } inline void set_nRoomNum_2(int32_t value) { ___nRoomNum_2 = value; } inline static int32_t get_offset_of_arrRoomInfo_3() { return static_cast(offsetof(SMsgRoomList_t2683647042, ___arrRoomInfo_3)); } inline RoomInfoU5BU5D_t2555657096* get_arrRoomInfo_3() const { return ___arrRoomInfo_3; } inline RoomInfoU5BU5D_t2555657096** get_address_of_arrRoomInfo_3() { return &___arrRoomInfo_3; } inline void set_arrRoomInfo_3(RoomInfoU5BU5D_t2555657096* value) { ___arrRoomInfo_3 = value; Il2CppCodeGenWriteBarrier((&___arrRoomInfo_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGROOMLIST_T2683647042_H #ifndef SMSGERRORCODE_T1676145453_H #define SMSGERRORCODE_T1676145453_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgErrorCode struct SMsgErrorCode_t1676145453 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgErrorCode::errorcode int32_t ___errorcode_0; public: inline static int32_t get_offset_of_errorcode_0() { return static_cast(offsetof(SMsgErrorCode_t1676145453, ___errorcode_0)); } inline int32_t get_errorcode_0() const { return ___errorcode_0; } inline int32_t* get_address_of_errorcode_0() { return &___errorcode_0; } inline void set_errorcode_0(int32_t value) { ___errorcode_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGERRORCODE_T1676145453_H #ifndef CNETSERVICE_T1201271315_H #define CNETSERVICE_T1201271315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetService struct CNetService_t1201271315 : public ILinkListener_t2747206916 { public: // DMCore.Net.INetLink DMCore.Net.CNetService::m_pNetLink INetLink_t2717826932 * ___m_pNetLink_0; // System.Collections.Generic.List`1 DMCore.Net.CNetService::m_listeners List_1_t3594922530 * ___m_listeners_1; // BetterList`1 DMCore.Net.CNetService::m_varOutBuffer BetterList_1_t289316694 * ___m_varOutBuffer_2; // BetterList`1 DMCore.Net.CNetService::m_varStructBuffer BetterList_1_t289316694 * ___m_varStructBuffer_3; // System.Collections.Generic.LinkedList`1 DMCore.Net.CNetService::m_msgFromServer LinkedList_1_t3261532576 * ___m_msgFromServer_4; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_MsgListLock CThreadLock_t3315856551 * ___m_MsgListLock_5; // System.Int32 DMCore.Net.CNetService::m_LinkStateOld int32_t ___m_LinkStateOld_6; // System.Int32 DMCore.Net.CNetService::m_LinkStateNow int32_t ___m_LinkStateNow_7; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_Lock CThreadLock_t3315856551 * ___m_Lock_8; public: inline static int32_t get_offset_of_m_pNetLink_0() { return static_cast(offsetof(CNetService_t1201271315, ___m_pNetLink_0)); } inline INetLink_t2717826932 * get_m_pNetLink_0() const { return ___m_pNetLink_0; } inline INetLink_t2717826932 ** get_address_of_m_pNetLink_0() { return &___m_pNetLink_0; } inline void set_m_pNetLink_0(INetLink_t2717826932 * value) { ___m_pNetLink_0 = value; Il2CppCodeGenWriteBarrier((&___m_pNetLink_0), value); } inline static int32_t get_offset_of_m_listeners_1() { return static_cast(offsetof(CNetService_t1201271315, ___m_listeners_1)); } inline List_1_t3594922530 * get_m_listeners_1() const { return ___m_listeners_1; } inline List_1_t3594922530 ** get_address_of_m_listeners_1() { return &___m_listeners_1; } inline void set_m_listeners_1(List_1_t3594922530 * value) { ___m_listeners_1 = value; Il2CppCodeGenWriteBarrier((&___m_listeners_1), value); } inline static int32_t get_offset_of_m_varOutBuffer_2() { return static_cast(offsetof(CNetService_t1201271315, ___m_varOutBuffer_2)); } inline BetterList_1_t289316694 * get_m_varOutBuffer_2() const { return ___m_varOutBuffer_2; } inline BetterList_1_t289316694 ** get_address_of_m_varOutBuffer_2() { return &___m_varOutBuffer_2; } inline void set_m_varOutBuffer_2(BetterList_1_t289316694 * value) { ___m_varOutBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_varOutBuffer_2), value); } inline static int32_t get_offset_of_m_varStructBuffer_3() { return static_cast(offsetof(CNetService_t1201271315, ___m_varStructBuffer_3)); } inline BetterList_1_t289316694 * get_m_varStructBuffer_3() const { return ___m_varStructBuffer_3; } inline BetterList_1_t289316694 ** get_address_of_m_varStructBuffer_3() { return &___m_varStructBuffer_3; } inline void set_m_varStructBuffer_3(BetterList_1_t289316694 * value) { ___m_varStructBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___m_varStructBuffer_3), value); } inline static int32_t get_offset_of_m_msgFromServer_4() { return static_cast(offsetof(CNetService_t1201271315, ___m_msgFromServer_4)); } inline LinkedList_1_t3261532576 * get_m_msgFromServer_4() const { return ___m_msgFromServer_4; } inline LinkedList_1_t3261532576 ** get_address_of_m_msgFromServer_4() { return &___m_msgFromServer_4; } inline void set_m_msgFromServer_4(LinkedList_1_t3261532576 * value) { ___m_msgFromServer_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgFromServer_4), value); } inline static int32_t get_offset_of_m_MsgListLock_5() { return static_cast(offsetof(CNetService_t1201271315, ___m_MsgListLock_5)); } inline CThreadLock_t3315856551 * get_m_MsgListLock_5() const { return ___m_MsgListLock_5; } inline CThreadLock_t3315856551 ** get_address_of_m_MsgListLock_5() { return &___m_MsgListLock_5; } inline void set_m_MsgListLock_5(CThreadLock_t3315856551 * value) { ___m_MsgListLock_5 = value; Il2CppCodeGenWriteBarrier((&___m_MsgListLock_5), value); } inline static int32_t get_offset_of_m_LinkStateOld_6() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateOld_6)); } inline int32_t get_m_LinkStateOld_6() const { return ___m_LinkStateOld_6; } inline int32_t* get_address_of_m_LinkStateOld_6() { return &___m_LinkStateOld_6; } inline void set_m_LinkStateOld_6(int32_t value) { ___m_LinkStateOld_6 = value; } inline static int32_t get_offset_of_m_LinkStateNow_7() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateNow_7)); } inline int32_t get_m_LinkStateNow_7() const { return ___m_LinkStateNow_7; } inline int32_t* get_address_of_m_LinkStateNow_7() { return &___m_LinkStateNow_7; } inline void set_m_LinkStateNow_7(int32_t value) { ___m_LinkStateNow_7 = value; } inline static int32_t get_offset_of_m_Lock_8() { return static_cast(offsetof(CNetService_t1201271315, ___m_Lock_8)); } inline CThreadLock_t3315856551 * get_m_Lock_8() const { return ___m_Lock_8; } inline CThreadLock_t3315856551 ** get_address_of_m_Lock_8() { return &___m_Lock_8; } inline void set_m_Lock_8(CThreadLock_t3315856551 * value) { ___m_Lock_8 = value; Il2CppCodeGenWriteBarrier((&___m_Lock_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVICE_T1201271315_H #ifndef 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 SMSGMARRYLIST_T435354856_H #define SMSGMARRYLIST_T435354856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgMarryList struct SMsgMarryList_t435354856 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgMarryList::nTotalPage int32_t ___nTotalPage_0; // System.Int32 DMCore.Net.Protocol.SMsgMarryList::nCurPage int32_t ___nCurPage_1; // System.Int32 DMCore.Net.Protocol.SMsgMarryList::nRoomNum int32_t ___nRoomNum_2; // System.Int32 DMCore.Net.Protocol.SMsgMarryList::nParamNum int32_t ___nParamNum_3; // DMCore.Net.Protocol.SMsgMarryList/MarryInfo[] DMCore.Net.Protocol.SMsgMarryList::arrMarryInfo MarryInfoU5BU5D_t2945537923* ___arrMarryInfo_4; public: inline static int32_t get_offset_of_nTotalPage_0() { return static_cast(offsetof(SMsgMarryList_t435354856, ___nTotalPage_0)); } inline int32_t get_nTotalPage_0() const { return ___nTotalPage_0; } inline int32_t* get_address_of_nTotalPage_0() { return &___nTotalPage_0; } inline void set_nTotalPage_0(int32_t value) { ___nTotalPage_0 = value; } inline static int32_t get_offset_of_nCurPage_1() { return static_cast(offsetof(SMsgMarryList_t435354856, ___nCurPage_1)); } inline int32_t get_nCurPage_1() const { return ___nCurPage_1; } inline int32_t* get_address_of_nCurPage_1() { return &___nCurPage_1; } inline void set_nCurPage_1(int32_t value) { ___nCurPage_1 = value; } inline static int32_t get_offset_of_nRoomNum_2() { return static_cast(offsetof(SMsgMarryList_t435354856, ___nRoomNum_2)); } inline int32_t get_nRoomNum_2() const { return ___nRoomNum_2; } inline int32_t* get_address_of_nRoomNum_2() { return &___nRoomNum_2; } inline void set_nRoomNum_2(int32_t value) { ___nRoomNum_2 = value; } inline static int32_t get_offset_of_nParamNum_3() { return static_cast(offsetof(SMsgMarryList_t435354856, ___nParamNum_3)); } inline int32_t get_nParamNum_3() const { return ___nParamNum_3; } inline int32_t* get_address_of_nParamNum_3() { return &___nParamNum_3; } inline void set_nParamNum_3(int32_t value) { ___nParamNum_3 = value; } inline static int32_t get_offset_of_arrMarryInfo_4() { return static_cast(offsetof(SMsgMarryList_t435354856, ___arrMarryInfo_4)); } inline MarryInfoU5BU5D_t2945537923* get_arrMarryInfo_4() const { return ___arrMarryInfo_4; } inline MarryInfoU5BU5D_t2945537923** get_address_of_arrMarryInfo_4() { return &___arrMarryInfo_4; } inline void set_arrMarryInfo_4(MarryInfoU5BU5D_t2945537923* value) { ___arrMarryInfo_4 = value; Il2CppCodeGenWriteBarrier((&___arrMarryInfo_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGMARRYLIST_T435354856_H #ifndef CMSGCREATEROLE_T3471207702_H #define CMSGCREATEROLE_T3471207702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgCreateRole struct CMsgCreateRole_t3471207702 : public INetMsgBaseC2S_t1364238951 { public: // System.Int64 DMCore.Net.Protocol.CMsgCreateRole::UserID int64_t ___UserID_0; // System.Int16 DMCore.Net.Protocol.CMsgCreateRole::Sex int16_t ___Sex_1; // System.String DMCore.Net.Protocol.CMsgCreateRole::Name String_t* ___Name_2; // System.Int32 DMCore.Net.Protocol.CMsgCreateRole::MobilePlatform int32_t ___MobilePlatform_3; // System.String DMCore.Net.Protocol.CMsgCreateRole::LedouChannelId String_t* ___LedouChannelId_4; // System.String DMCore.Net.Protocol.CMsgCreateRole::GameVersion String_t* ___GameVersion_5; // System.String DMCore.Net.Protocol.CMsgCreateRole::DevicesId String_t* ___DevicesId_6; // System.String DMCore.Net.Protocol.CMsgCreateRole::OSVersion String_t* ___OSVersion_7; // System.String DMCore.Net.Protocol.CMsgCreateRole::MobileModel String_t* ___MobileModel_8; // System.String DMCore.Net.Protocol.CMsgCreateRole::ServiceProvider String_t* ___ServiceProvider_9; // System.String DMCore.Net.Protocol.CMsgCreateRole::NetType String_t* ___NetType_10; // System.String DMCore.Net.Protocol.CMsgCreateRole::Fashions String_t* ___Fashions_11; // System.Int32 DMCore.Net.Protocol.CMsgCreateRole::Character int32_t ___Character_12; // System.String DMCore.Net.Protocol.CMsgCreateRole::strMac String_t* ___strMac_13; // System.String DMCore.Net.Protocol.CMsgCreateRole::PorUid String_t* ___PorUid_14; // System.String DMCore.Net.Protocol.CMsgCreateRole::Uid String_t* ___Uid_15; // System.String DMCore.Net.Protocol.CMsgCreateRole::ChannelCode String_t* ___ChannelCode_16; // System.String DMCore.Net.Protocol.CMsgCreateRole::Audit String_t* ___Audit_17; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___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_Sex_1() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Sex_1)); } inline int16_t get_Sex_1() const { return ___Sex_1; } inline int16_t* get_address_of_Sex_1() { return &___Sex_1; } inline void set_Sex_1(int16_t value) { ___Sex_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } inline static int32_t get_offset_of_MobilePlatform_3() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___MobilePlatform_3)); } inline int32_t get_MobilePlatform_3() const { return ___MobilePlatform_3; } inline int32_t* get_address_of_MobilePlatform_3() { return &___MobilePlatform_3; } inline void set_MobilePlatform_3(int32_t value) { ___MobilePlatform_3 = value; } inline static int32_t get_offset_of_LedouChannelId_4() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___LedouChannelId_4)); } inline String_t* get_LedouChannelId_4() const { return ___LedouChannelId_4; } inline String_t** get_address_of_LedouChannelId_4() { return &___LedouChannelId_4; } inline void set_LedouChannelId_4(String_t* value) { ___LedouChannelId_4 = value; Il2CppCodeGenWriteBarrier((&___LedouChannelId_4), value); } inline static int32_t get_offset_of_GameVersion_5() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___GameVersion_5)); } inline String_t* get_GameVersion_5() const { return ___GameVersion_5; } inline String_t** get_address_of_GameVersion_5() { return &___GameVersion_5; } inline void set_GameVersion_5(String_t* value) { ___GameVersion_5 = value; Il2CppCodeGenWriteBarrier((&___GameVersion_5), value); } inline static int32_t get_offset_of_DevicesId_6() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___DevicesId_6)); } inline String_t* get_DevicesId_6() const { return ___DevicesId_6; } inline String_t** get_address_of_DevicesId_6() { return &___DevicesId_6; } inline void set_DevicesId_6(String_t* value) { ___DevicesId_6 = value; Il2CppCodeGenWriteBarrier((&___DevicesId_6), value); } inline static int32_t get_offset_of_OSVersion_7() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___OSVersion_7)); } inline String_t* get_OSVersion_7() const { return ___OSVersion_7; } inline String_t** get_address_of_OSVersion_7() { return &___OSVersion_7; } inline void set_OSVersion_7(String_t* value) { ___OSVersion_7 = value; Il2CppCodeGenWriteBarrier((&___OSVersion_7), value); } inline static int32_t get_offset_of_MobileModel_8() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___MobileModel_8)); } inline String_t* get_MobileModel_8() const { return ___MobileModel_8; } inline String_t** get_address_of_MobileModel_8() { return &___MobileModel_8; } inline void set_MobileModel_8(String_t* value) { ___MobileModel_8 = value; Il2CppCodeGenWriteBarrier((&___MobileModel_8), value); } inline static int32_t get_offset_of_ServiceProvider_9() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___ServiceProvider_9)); } inline String_t* get_ServiceProvider_9() const { return ___ServiceProvider_9; } inline String_t** get_address_of_ServiceProvider_9() { return &___ServiceProvider_9; } inline void set_ServiceProvider_9(String_t* value) { ___ServiceProvider_9 = value; Il2CppCodeGenWriteBarrier((&___ServiceProvider_9), value); } inline static int32_t get_offset_of_NetType_10() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___NetType_10)); } inline String_t* get_NetType_10() const { return ___NetType_10; } inline String_t** get_address_of_NetType_10() { return &___NetType_10; } inline void set_NetType_10(String_t* value) { ___NetType_10 = value; Il2CppCodeGenWriteBarrier((&___NetType_10), value); } inline static int32_t get_offset_of_Fashions_11() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Fashions_11)); } inline String_t* get_Fashions_11() const { return ___Fashions_11; } inline String_t** get_address_of_Fashions_11() { return &___Fashions_11; } inline void set_Fashions_11(String_t* value) { ___Fashions_11 = value; Il2CppCodeGenWriteBarrier((&___Fashions_11), value); } inline static int32_t get_offset_of_Character_12() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Character_12)); } inline int32_t get_Character_12() const { return ___Character_12; } inline int32_t* get_address_of_Character_12() { return &___Character_12; } inline void set_Character_12(int32_t value) { ___Character_12 = value; } inline static int32_t get_offset_of_strMac_13() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___strMac_13)); } inline String_t* get_strMac_13() const { return ___strMac_13; } inline String_t** get_address_of_strMac_13() { return &___strMac_13; } inline void set_strMac_13(String_t* value) { ___strMac_13 = value; Il2CppCodeGenWriteBarrier((&___strMac_13), value); } inline static int32_t get_offset_of_PorUid_14() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___PorUid_14)); } inline String_t* get_PorUid_14() const { return ___PorUid_14; } inline String_t** get_address_of_PorUid_14() { return &___PorUid_14; } inline void set_PorUid_14(String_t* value) { ___PorUid_14 = value; Il2CppCodeGenWriteBarrier((&___PorUid_14), value); } inline static int32_t get_offset_of_Uid_15() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Uid_15)); } inline String_t* get_Uid_15() const { return ___Uid_15; } inline String_t** get_address_of_Uid_15() { return &___Uid_15; } inline void set_Uid_15(String_t* value) { ___Uid_15 = value; Il2CppCodeGenWriteBarrier((&___Uid_15), value); } inline static int32_t get_offset_of_ChannelCode_16() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___ChannelCode_16)); } inline String_t* get_ChannelCode_16() const { return ___ChannelCode_16; } inline String_t** get_address_of_ChannelCode_16() { return &___ChannelCode_16; } inline void set_ChannelCode_16(String_t* value) { ___ChannelCode_16 = value; Il2CppCodeGenWriteBarrier((&___ChannelCode_16), value); } inline static int32_t get_offset_of_Audit_17() { return static_cast(offsetof(CMsgCreateRole_t3471207702, ___Audit_17)); } inline String_t* get_Audit_17() const { return ___Audit_17; } inline String_t** get_address_of_Audit_17() { return &___Audit_17; } inline void set_Audit_17(String_t* value) { ___Audit_17 = value; Il2CppCodeGenWriteBarrier((&___Audit_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGCREATEROLE_T3471207702_H #ifndef SMSGCHECKNAMERESULT_T1053169107_H #define SMSGCHECKNAMERESULT_T1053169107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgCheckNameResult struct SMsgCheckNameResult_t1053169107 : public INetMsgBaseS2C_t126919271 { public: // System.Byte DMCore.Net.Protocol.SMsgCheckNameResult::result uint8_t ___result_0; // System.String DMCore.Net.Protocol.SMsgCheckNameResult::new_name String_t* ___new_name_1; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(SMsgCheckNameResult_t1053169107, ___result_0)); } inline uint8_t get_result_0() const { return ___result_0; } inline uint8_t* get_address_of_result_0() { return &___result_0; } inline void set_result_0(uint8_t value) { ___result_0 = value; } inline static int32_t get_offset_of_new_name_1() { return static_cast(offsetof(SMsgCheckNameResult_t1053169107, ___new_name_1)); } inline String_t* get_new_name_1() const { return ___new_name_1; } inline String_t** get_address_of_new_name_1() { return &___new_name_1; } inline void set_new_name_1(String_t* value) { ___new_name_1 = value; Il2CppCodeGenWriteBarrier((&___new_name_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGCHECKNAMERESULT_T1053169107_H #ifndef SMSGROOMINFO_T1167204382_H #define SMSGROOMINFO_T1167204382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRoomInfo struct SMsgRoomInfo_t1167204382 : public INetMsgBaseS2C_t126919271 { public: // System.Byte DMCore.Net.Protocol.SMsgRoomInfo::nResult uint8_t ___nResult_0; // System.Int64 DMCore.Net.Protocol.SMsgRoomInfo::nOwnerId int64_t ___nOwnerId_1; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nRoomType int32_t ___nRoomType_2; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nRoomId int32_t ___nRoomId_3; // System.String DMCore.Net.Protocol.SMsgRoomInfo::strRoomName String_t* ___strRoomName_4; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nRoomState int32_t ___nRoomState_5; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nMaleNum int32_t ___nMaleNum_6; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nFemaleNum int32_t ___nFemaleNum_7; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nNeedPwd int32_t ___nNeedPwd_8; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nPlayMode int32_t ___nPlayMode_9; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nMusicId int32_t ___nMusicId_10; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nMusicLevel int32_t ___nMusicLevel_11; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nRandomRange int32_t ___nRandomRange_12; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nKeyMode int32_t ___nKeyMode_13; // System.Int64 DMCore.Net.Protocol.SMsgRoomInfo::nMasterId int64_t ___nMasterId_14; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nRoomScene int32_t ___nRoomScene_15; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nRoomMainType int32_t ___nRoomMainType_16; // System.Int32 DMCore.Net.Protocol.SMsgRoomInfo::nMemberNum int32_t ___nMemberNum_17; // DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo[] DMCore.Net.Protocol.SMsgRoomInfo::arrInfo MemberInfoU5BU5D_t3990892796* ___arrInfo_18; public: inline static int32_t get_offset_of_nResult_0() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nResult_0)); } inline uint8_t get_nResult_0() const { return ___nResult_0; } inline uint8_t* get_address_of_nResult_0() { return &___nResult_0; } inline void set_nResult_0(uint8_t value) { ___nResult_0 = value; } inline static int32_t get_offset_of_nOwnerId_1() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nOwnerId_1)); } inline int64_t get_nOwnerId_1() const { return ___nOwnerId_1; } inline int64_t* get_address_of_nOwnerId_1() { return &___nOwnerId_1; } inline void set_nOwnerId_1(int64_t value) { ___nOwnerId_1 = value; } inline static int32_t get_offset_of_nRoomType_2() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nRoomType_2)); } inline int32_t get_nRoomType_2() const { return ___nRoomType_2; } inline int32_t* get_address_of_nRoomType_2() { return &___nRoomType_2; } inline void set_nRoomType_2(int32_t value) { ___nRoomType_2 = value; } inline static int32_t get_offset_of_nRoomId_3() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nRoomId_3)); } inline int32_t get_nRoomId_3() const { return ___nRoomId_3; } inline int32_t* get_address_of_nRoomId_3() { return &___nRoomId_3; } inline void set_nRoomId_3(int32_t value) { ___nRoomId_3 = value; } inline static int32_t get_offset_of_strRoomName_4() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___strRoomName_4)); } inline String_t* get_strRoomName_4() const { return ___strRoomName_4; } inline String_t** get_address_of_strRoomName_4() { return &___strRoomName_4; } inline void set_strRoomName_4(String_t* value) { ___strRoomName_4 = value; Il2CppCodeGenWriteBarrier((&___strRoomName_4), value); } inline static int32_t get_offset_of_nRoomState_5() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nRoomState_5)); } inline int32_t get_nRoomState_5() const { return ___nRoomState_5; } inline int32_t* get_address_of_nRoomState_5() { return &___nRoomState_5; } inline void set_nRoomState_5(int32_t value) { ___nRoomState_5 = value; } inline static int32_t get_offset_of_nMaleNum_6() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nMaleNum_6)); } inline int32_t get_nMaleNum_6() const { return ___nMaleNum_6; } inline int32_t* get_address_of_nMaleNum_6() { return &___nMaleNum_6; } inline void set_nMaleNum_6(int32_t value) { ___nMaleNum_6 = value; } inline static int32_t get_offset_of_nFemaleNum_7() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nFemaleNum_7)); } inline int32_t get_nFemaleNum_7() const { return ___nFemaleNum_7; } inline int32_t* get_address_of_nFemaleNum_7() { return &___nFemaleNum_7; } inline void set_nFemaleNum_7(int32_t value) { ___nFemaleNum_7 = value; } inline static int32_t get_offset_of_nNeedPwd_8() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nNeedPwd_8)); } inline int32_t get_nNeedPwd_8() const { return ___nNeedPwd_8; } inline int32_t* get_address_of_nNeedPwd_8() { return &___nNeedPwd_8; } inline void set_nNeedPwd_8(int32_t value) { ___nNeedPwd_8 = value; } inline static int32_t get_offset_of_nPlayMode_9() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nPlayMode_9)); } inline int32_t get_nPlayMode_9() const { return ___nPlayMode_9; } inline int32_t* get_address_of_nPlayMode_9() { return &___nPlayMode_9; } inline void set_nPlayMode_9(int32_t value) { ___nPlayMode_9 = value; } inline static int32_t get_offset_of_nMusicId_10() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nMusicId_10)); } inline int32_t get_nMusicId_10() const { return ___nMusicId_10; } inline int32_t* get_address_of_nMusicId_10() { return &___nMusicId_10; } inline void set_nMusicId_10(int32_t value) { ___nMusicId_10 = value; } inline static int32_t get_offset_of_nMusicLevel_11() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nMusicLevel_11)); } inline int32_t get_nMusicLevel_11() const { return ___nMusicLevel_11; } inline int32_t* get_address_of_nMusicLevel_11() { return &___nMusicLevel_11; } inline void set_nMusicLevel_11(int32_t value) { ___nMusicLevel_11 = value; } inline static int32_t get_offset_of_nRandomRange_12() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nRandomRange_12)); } inline int32_t get_nRandomRange_12() const { return ___nRandomRange_12; } inline int32_t* get_address_of_nRandomRange_12() { return &___nRandomRange_12; } inline void set_nRandomRange_12(int32_t value) { ___nRandomRange_12 = value; } inline static int32_t get_offset_of_nKeyMode_13() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nKeyMode_13)); } inline int32_t get_nKeyMode_13() const { return ___nKeyMode_13; } inline int32_t* get_address_of_nKeyMode_13() { return &___nKeyMode_13; } inline void set_nKeyMode_13(int32_t value) { ___nKeyMode_13 = value; } inline static int32_t get_offset_of_nMasterId_14() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nMasterId_14)); } inline int64_t get_nMasterId_14() const { return ___nMasterId_14; } inline int64_t* get_address_of_nMasterId_14() { return &___nMasterId_14; } inline void set_nMasterId_14(int64_t value) { ___nMasterId_14 = value; } inline static int32_t get_offset_of_nRoomScene_15() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nRoomScene_15)); } inline int32_t get_nRoomScene_15() const { return ___nRoomScene_15; } inline int32_t* get_address_of_nRoomScene_15() { return &___nRoomScene_15; } inline void set_nRoomScene_15(int32_t value) { ___nRoomScene_15 = value; } inline static int32_t get_offset_of_nRoomMainType_16() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nRoomMainType_16)); } inline int32_t get_nRoomMainType_16() const { return ___nRoomMainType_16; } inline int32_t* get_address_of_nRoomMainType_16() { return &___nRoomMainType_16; } inline void set_nRoomMainType_16(int32_t value) { ___nRoomMainType_16 = value; } inline static int32_t get_offset_of_nMemberNum_17() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___nMemberNum_17)); } inline int32_t get_nMemberNum_17() const { return ___nMemberNum_17; } inline int32_t* get_address_of_nMemberNum_17() { return &___nMemberNum_17; } inline void set_nMemberNum_17(int32_t value) { ___nMemberNum_17 = value; } inline static int32_t get_offset_of_arrInfo_18() { return static_cast(offsetof(SMsgRoomInfo_t1167204382, ___arrInfo_18)); } inline MemberInfoU5BU5D_t3990892796* get_arrInfo_18() const { return ___arrInfo_18; } inline MemberInfoU5BU5D_t3990892796** get_address_of_arrInfo_18() { return &___arrInfo_18; } inline void set_arrInfo_18(MemberInfoU5BU5D_t3990892796* value) { ___arrInfo_18 = value; Il2CppCodeGenWriteBarrier((&___arrInfo_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGROOMINFO_T1167204382_H #ifndef SMSGENTRYROOM_T3749249927_H #define SMSGENTRYROOM_T3749249927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgEntryRoom struct SMsgEntryRoom_t3749249927 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgEntryRoom::nResult int32_t ___nResult_0; public: inline static int32_t get_offset_of_nResult_0() { return static_cast(offsetof(SMsgEntryRoom_t3749249927, ___nResult_0)); } inline int32_t get_nResult_0() const { return ___nResult_0; } inline int32_t* get_address_of_nResult_0() { return &___nResult_0; } inline void set_nResult_0(int32_t value) { ___nResult_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGENTRYROOM_T3749249927_H #ifndef SMSGCREATEROOM_T3471542759_H #define SMSGCREATEROOM_T3471542759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgCreateRoom struct SMsgCreateRoom_t3471542759 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgCreateRoom::nResult int32_t ___nResult_0; public: inline static int32_t get_offset_of_nResult_0() { return static_cast(offsetof(SMsgCreateRoom_t3471542759, ___nResult_0)); } inline int32_t get_nResult_0() const { return ___nResult_0; } inline int32_t* get_address_of_nResult_0() { return &___nResult_0; } inline void set_nResult_0(int32_t value) { ___nResult_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGCREATEROOM_T3471542759_H #ifndef SMSGENTRYMARRYROOM_T2505765830_H #define SMSGENTRYMARRYROOM_T2505765830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgEntryMARRYRoom struct SMsgEntryMARRYRoom_t2505765830 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgEntryMARRYRoom::nResult int32_t ___nResult_0; public: inline static int32_t get_offset_of_nResult_0() { return static_cast(offsetof(SMsgEntryMARRYRoom_t2505765830, ___nResult_0)); } inline int32_t get_nResult_0() const { return ___nResult_0; } inline int32_t* get_address_of_nResult_0() { return &___nResult_0; } inline void set_nResult_0(int32_t value) { ___nResult_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGENTRYMARRYROOM_T2505765830_H #ifndef MARRYINFO_T4130861350_H #define MARRYINFO_T4130861350_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgMarryList/MarryInfo struct MarryInfo_t4130861350 { public: // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::roomId int32_t ___roomId_0; // System.String DMCore.Net.Protocol.SMsgMarryList/MarryInfo::roomName String_t* ___roomName_1; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::roomState int32_t ___roomState_2; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::pwd int32_t ___pwd_3; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::createTime int32_t ___createTime_4; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::leftTime int32_t ___leftTime_5; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::lookCur int32_t ___lookCur_6; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::lookMax int32_t ___lookMax_7; // System.Int64 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::userId1 int64_t ___userId1_8; // System.String DMCore.Net.Protocol.SMsgMarryList/MarryInfo::userName1 String_t* ___userName1_9; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::sex1 int32_t ___sex1_10; // System.Int64 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::userPhoto1 int64_t ___userPhoto1_11; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::vip1 int32_t ___vip1_12; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::headBox1 int32_t ___headBox1_13; // System.Int64 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::userId2 int64_t ___userId2_14; // System.String DMCore.Net.Protocol.SMsgMarryList/MarryInfo::userName2 String_t* ___userName2_15; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::sex2 int32_t ___sex2_16; // System.Int64 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::userPhoto2 int64_t ___userPhoto2_17; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::vip2 int32_t ___vip2_18; // System.Int32 DMCore.Net.Protocol.SMsgMarryList/MarryInfo::headBox2 int32_t ___headBox2_19; public: inline static int32_t get_offset_of_roomId_0() { return static_cast(offsetof(MarryInfo_t4130861350, ___roomId_0)); } inline int32_t get_roomId_0() const { return ___roomId_0; } inline int32_t* get_address_of_roomId_0() { return &___roomId_0; } inline void set_roomId_0(int32_t value) { ___roomId_0 = value; } inline static int32_t get_offset_of_roomName_1() { return static_cast(offsetof(MarryInfo_t4130861350, ___roomName_1)); } inline String_t* get_roomName_1() const { return ___roomName_1; } inline String_t** get_address_of_roomName_1() { return &___roomName_1; } inline void set_roomName_1(String_t* value) { ___roomName_1 = value; Il2CppCodeGenWriteBarrier((&___roomName_1), value); } inline static int32_t get_offset_of_roomState_2() { return static_cast(offsetof(MarryInfo_t4130861350, ___roomState_2)); } inline int32_t get_roomState_2() const { return ___roomState_2; } inline int32_t* get_address_of_roomState_2() { return &___roomState_2; } inline void set_roomState_2(int32_t value) { ___roomState_2 = value; } inline static int32_t get_offset_of_pwd_3() { return static_cast(offsetof(MarryInfo_t4130861350, ___pwd_3)); } inline int32_t get_pwd_3() const { return ___pwd_3; } inline int32_t* get_address_of_pwd_3() { return &___pwd_3; } inline void set_pwd_3(int32_t value) { ___pwd_3 = value; } inline static int32_t get_offset_of_createTime_4() { return static_cast(offsetof(MarryInfo_t4130861350, ___createTime_4)); } inline int32_t get_createTime_4() const { return ___createTime_4; } inline int32_t* get_address_of_createTime_4() { return &___createTime_4; } inline void set_createTime_4(int32_t value) { ___createTime_4 = value; } inline static int32_t get_offset_of_leftTime_5() { return static_cast(offsetof(MarryInfo_t4130861350, ___leftTime_5)); } inline int32_t get_leftTime_5() const { return ___leftTime_5; } inline int32_t* get_address_of_leftTime_5() { return &___leftTime_5; } inline void set_leftTime_5(int32_t value) { ___leftTime_5 = value; } inline static int32_t get_offset_of_lookCur_6() { return static_cast(offsetof(MarryInfo_t4130861350, ___lookCur_6)); } inline int32_t get_lookCur_6() const { return ___lookCur_6; } inline int32_t* get_address_of_lookCur_6() { return &___lookCur_6; } inline void set_lookCur_6(int32_t value) { ___lookCur_6 = value; } inline static int32_t get_offset_of_lookMax_7() { return static_cast(offsetof(MarryInfo_t4130861350, ___lookMax_7)); } inline int32_t get_lookMax_7() const { return ___lookMax_7; } inline int32_t* get_address_of_lookMax_7() { return &___lookMax_7; } inline void set_lookMax_7(int32_t value) { ___lookMax_7 = value; } inline static int32_t get_offset_of_userId1_8() { return static_cast(offsetof(MarryInfo_t4130861350, ___userId1_8)); } inline int64_t get_userId1_8() const { return ___userId1_8; } inline int64_t* get_address_of_userId1_8() { return &___userId1_8; } inline void set_userId1_8(int64_t value) { ___userId1_8 = value; } inline static int32_t get_offset_of_userName1_9() { return static_cast(offsetof(MarryInfo_t4130861350, ___userName1_9)); } inline String_t* get_userName1_9() const { return ___userName1_9; } inline String_t** get_address_of_userName1_9() { return &___userName1_9; } inline void set_userName1_9(String_t* value) { ___userName1_9 = value; Il2CppCodeGenWriteBarrier((&___userName1_9), value); } inline static int32_t get_offset_of_sex1_10() { return static_cast(offsetof(MarryInfo_t4130861350, ___sex1_10)); } inline int32_t get_sex1_10() const { return ___sex1_10; } inline int32_t* get_address_of_sex1_10() { return &___sex1_10; } inline void set_sex1_10(int32_t value) { ___sex1_10 = value; } inline static int32_t get_offset_of_userPhoto1_11() { return static_cast(offsetof(MarryInfo_t4130861350, ___userPhoto1_11)); } inline int64_t get_userPhoto1_11() const { return ___userPhoto1_11; } inline int64_t* get_address_of_userPhoto1_11() { return &___userPhoto1_11; } inline void set_userPhoto1_11(int64_t value) { ___userPhoto1_11 = value; } inline static int32_t get_offset_of_vip1_12() { return static_cast(offsetof(MarryInfo_t4130861350, ___vip1_12)); } inline int32_t get_vip1_12() const { return ___vip1_12; } inline int32_t* get_address_of_vip1_12() { return &___vip1_12; } inline void set_vip1_12(int32_t value) { ___vip1_12 = value; } inline static int32_t get_offset_of_headBox1_13() { return static_cast(offsetof(MarryInfo_t4130861350, ___headBox1_13)); } inline int32_t get_headBox1_13() const { return ___headBox1_13; } inline int32_t* get_address_of_headBox1_13() { return &___headBox1_13; } inline void set_headBox1_13(int32_t value) { ___headBox1_13 = value; } inline static int32_t get_offset_of_userId2_14() { return static_cast(offsetof(MarryInfo_t4130861350, ___userId2_14)); } inline int64_t get_userId2_14() const { return ___userId2_14; } inline int64_t* get_address_of_userId2_14() { return &___userId2_14; } inline void set_userId2_14(int64_t value) { ___userId2_14 = value; } inline static int32_t get_offset_of_userName2_15() { return static_cast(offsetof(MarryInfo_t4130861350, ___userName2_15)); } inline String_t* get_userName2_15() const { return ___userName2_15; } inline String_t** get_address_of_userName2_15() { return &___userName2_15; } inline void set_userName2_15(String_t* value) { ___userName2_15 = value; Il2CppCodeGenWriteBarrier((&___userName2_15), value); } inline static int32_t get_offset_of_sex2_16() { return static_cast(offsetof(MarryInfo_t4130861350, ___sex2_16)); } inline int32_t get_sex2_16() const { return ___sex2_16; } inline int32_t* get_address_of_sex2_16() { return &___sex2_16; } inline void set_sex2_16(int32_t value) { ___sex2_16 = value; } inline static int32_t get_offset_of_userPhoto2_17() { return static_cast(offsetof(MarryInfo_t4130861350, ___userPhoto2_17)); } inline int64_t get_userPhoto2_17() const { return ___userPhoto2_17; } inline int64_t* get_address_of_userPhoto2_17() { return &___userPhoto2_17; } inline void set_userPhoto2_17(int64_t value) { ___userPhoto2_17 = value; } inline static int32_t get_offset_of_vip2_18() { return static_cast(offsetof(MarryInfo_t4130861350, ___vip2_18)); } inline int32_t get_vip2_18() const { return ___vip2_18; } inline int32_t* get_address_of_vip2_18() { return &___vip2_18; } inline void set_vip2_18(int32_t value) { ___vip2_18 = value; } inline static int32_t get_offset_of_headBox2_19() { return static_cast(offsetof(MarryInfo_t4130861350, ___headBox2_19)); } inline int32_t get_headBox2_19() const { return ___headBox2_19; } inline int32_t* get_address_of_headBox2_19() { return &___headBox2_19; } inline void set_headBox2_19(int32_t value) { ___headBox2_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Net.Protocol.SMsgMarryList/MarryInfo struct MarryInfo_t4130861350_marshaled_pinvoke { int32_t ___roomId_0; char* ___roomName_1; int32_t ___roomState_2; int32_t ___pwd_3; int32_t ___createTime_4; int32_t ___leftTime_5; int32_t ___lookCur_6; int32_t ___lookMax_7; int64_t ___userId1_8; char* ___userName1_9; int32_t ___sex1_10; int64_t ___userPhoto1_11; int32_t ___vip1_12; int32_t ___headBox1_13; int64_t ___userId2_14; char* ___userName2_15; int32_t ___sex2_16; int64_t ___userPhoto2_17; int32_t ___vip2_18; int32_t ___headBox2_19; }; // Native definition for COM marshalling of DMCore.Net.Protocol.SMsgMarryList/MarryInfo struct MarryInfo_t4130861350_marshaled_com { int32_t ___roomId_0; Il2CppChar* ___roomName_1; int32_t ___roomState_2; int32_t ___pwd_3; int32_t ___createTime_4; int32_t ___leftTime_5; int32_t ___lookCur_6; int32_t ___lookMax_7; int64_t ___userId1_8; Il2CppChar* ___userName1_9; int32_t ___sex1_10; int64_t ___userPhoto1_11; int32_t ___vip1_12; int32_t ___headBox1_13; int64_t ___userId2_14; Il2CppChar* ___userName2_15; int32_t ___sex2_16; int64_t ___userPhoto2_17; int32_t ___vip2_18; int32_t ___headBox2_19; }; #endif // MARRYINFO_T4130861350_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 SMSGRELINK_T1870060133_H #define SMSGRELINK_T1870060133_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRelink struct SMsgRelink_t1870060133 : public INetMsgBaseS2C_t126919271 { public: // System.Int32 DMCore.Net.Protocol.SMsgRelink::m_SceneType int32_t ___m_SceneType_0; public: inline static int32_t get_offset_of_m_SceneType_0() { return static_cast(offsetof(SMsgRelink_t1870060133, ___m_SceneType_0)); } inline int32_t get_m_SceneType_0() const { return ___m_SceneType_0; } inline int32_t* get_address_of_m_SceneType_0() { return &___m_SceneType_0; } inline void set_m_SceneType_0(int32_t value) { ___m_SceneType_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGRELINK_T1870060133_H #ifndef SMSGCREATEROLERESULT_T2078496042_H #define SMSGCREATEROLERESULT_T2078496042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgCreateRoleResult struct SMsgCreateRoleResult_t2078496042 : public INetMsgBaseS2C_t126919271 { public: // System.Byte DMCore.Net.Protocol.SMsgCreateRoleResult::result uint8_t ___result_0; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(SMsgCreateRoleResult_t2078496042, ___result_0)); } inline uint8_t get_result_0() const { return ___result_0; } inline uint8_t* get_address_of_result_0() { return &___result_0; } inline void set_result_0(uint8_t value) { ___result_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGCREATEROLERESULT_T2078496042_H #ifndef SMSGSYSTEMINFO_T1115622735_H #define SMSGSYSTEMINFO_T1115622735_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgSystemInfo struct SMsgSystemInfo_t1115622735 : public INetMsgBaseS2C_t126919271 { public: // System.Int16 DMCore.Net.Protocol.SMsgSystemInfo::m_InfoType int16_t ___m_InfoType_0; // System.Int16 DMCore.Net.Protocol.SMsgSystemInfo::m_SubType int16_t ___m_SubType_1; // System.String DMCore.Net.Protocol.SMsgSystemInfo::m_InfoContent String_t* ___m_InfoContent_2; // System.Byte DMCore.Net.Protocol.SMsgSystemInfo::m_ParamCount uint8_t ___m_ParamCount_3; // System.String[] DMCore.Net.Protocol.SMsgSystemInfo::m_Params StringU5BU5D_t1281789340* ___m_Params_4; public: inline static int32_t get_offset_of_m_InfoType_0() { return static_cast(offsetof(SMsgSystemInfo_t1115622735, ___m_InfoType_0)); } inline int16_t get_m_InfoType_0() const { return ___m_InfoType_0; } inline int16_t* get_address_of_m_InfoType_0() { return &___m_InfoType_0; } inline void set_m_InfoType_0(int16_t value) { ___m_InfoType_0 = value; } inline static int32_t get_offset_of_m_SubType_1() { return static_cast(offsetof(SMsgSystemInfo_t1115622735, ___m_SubType_1)); } inline int16_t get_m_SubType_1() const { return ___m_SubType_1; } inline int16_t* get_address_of_m_SubType_1() { return &___m_SubType_1; } inline void set_m_SubType_1(int16_t value) { ___m_SubType_1 = value; } inline static int32_t get_offset_of_m_InfoContent_2() { return static_cast(offsetof(SMsgSystemInfo_t1115622735, ___m_InfoContent_2)); } inline String_t* get_m_InfoContent_2() const { return ___m_InfoContent_2; } inline String_t** get_address_of_m_InfoContent_2() { return &___m_InfoContent_2; } inline void set_m_InfoContent_2(String_t* value) { ___m_InfoContent_2 = value; Il2CppCodeGenWriteBarrier((&___m_InfoContent_2), value); } inline static int32_t get_offset_of_m_ParamCount_3() { return static_cast(offsetof(SMsgSystemInfo_t1115622735, ___m_ParamCount_3)); } inline uint8_t get_m_ParamCount_3() const { return ___m_ParamCount_3; } inline uint8_t* get_address_of_m_ParamCount_3() { return &___m_ParamCount_3; } inline void set_m_ParamCount_3(uint8_t value) { ___m_ParamCount_3 = value; } inline static int32_t get_offset_of_m_Params_4() { return static_cast(offsetof(SMsgSystemInfo_t1115622735, ___m_Params_4)); } inline StringU5BU5D_t1281789340* get_m_Params_4() const { return ___m_Params_4; } inline StringU5BU5D_t1281789340** get_address_of_m_Params_4() { return &___m_Params_4; } inline void set_m_Params_4(StringU5BU5D_t1281789340* value) { ___m_Params_4 = value; Il2CppCodeGenWriteBarrier((&___m_Params_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGSYSTEMINFO_T1115622735_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 SMSGREGISTER_T14177495_H #define SMSGREGISTER_T14177495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.SMsgRegister struct SMsgRegister_t14177495 : public INetMsgBaseS2C_t126919271 { public: // System.Byte DMCore.Net.Protocol.SMsgRegister::result uint8_t ___result_0; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(SMsgRegister_t14177495, ___result_0)); } inline uint8_t get_result_0() const { return ___result_0; } inline uint8_t* get_address_of_result_0() { return &___result_0; } inline void set_result_0(uint8_t value) { ___result_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMSGREGISTER_T14177495_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 ALLIGN_T2109363938_H #define ALLIGN_T2109363938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMPanelCliper/Allign struct Allign_t2109363938 { public: // System.Int32 DMPanelCliper/Allign::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Allign_t2109363938, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALLIGN_T2109363938_H #ifndef ENUMCHATCHANNEL_T162432249_H #define ENUMCHATCHANNEL_T162432249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatChannel struct enumChatChannel_t162432249 { public: // System.Int32 DMCore.Logic.enumChatChannel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatChannel_t162432249, ___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 // ENUMCHATCHANNEL_T162432249_H #ifndef ADTYPEENUM_T3686086406_H #define ADTYPEENUM_T3686086406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ADTypeEnum struct ADTypeEnum_t3686086406 { public: // System.Int32 DMCore.Logic.ADTypeEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ADTypeEnum_t3686086406, ___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 // ADTYPEENUM_T3686086406_H #ifndef ENUMINVITETYPE_T639247486_H #define ENUMINVITETYPE_T639247486_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPlayerInviteTable/enumInviteType struct enumInviteType_t639247486 { public: // System.Int32 DMCore.Logic.CPlayerInviteTable/enumInviteType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumInviteType_t639247486, ___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 // ENUMINVITETYPE_T639247486_H #ifndef ENUMTASKTYPE_T1584418477_H #define ENUMTASKTYPE_T1584418477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumTaskType struct enumTaskType_t1584418477 { public: // System.Int32 DMCore.Logic.enumTaskType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumTaskType_t1584418477, ___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 // ENUMTASKTYPE_T1584418477_H #ifndef ENUMFRIENDTYPE_T1622600705_H #define ENUMFRIENDTYPE_T1622600705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFriendType struct enumFriendType_t1622600705 { public: // System.Int32 DMCore.Logic.enumFriendType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFriendType_t1622600705, ___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 // ENUMFRIENDTYPE_T1622600705_H #ifndef TRIGGER_T148524997_H #define TRIGGER_T148524997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIButtonMessage/Trigger struct Trigger_t148524997 { public: // System.Int32 UIButtonMessage/Trigger::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Trigger_t148524997, ___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 // TRIGGER_T148524997_H #ifndef ENUMFRIENDPAGE_T2158881769_H #define ENUMFRIENDPAGE_T2158881769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFriendPage struct enumFriendPage_t2158881769 { public: // System.Int32 DMCore.Logic.enumFriendPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFriendPage_t2158881769, ___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 // ENUMFRIENDPAGE_T2158881769_H #ifndef ENUMSCROLLTYPE_T1664141194_H #define ENUMSCROLLTYPE_T1664141194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMScrollWnd/enumScrollType struct enumScrollType_t1664141194 { public: // System.Int32 DMScrollWnd/enumScrollType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumScrollType_t1664141194, ___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 // ENUMSCROLLTYPE_T1664141194_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 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 ENUMMESSAGETYPE_T3386295787_H #define ENUMMESSAGETYPE_T3386295787_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumMessageType struct enumMessageType_t3386295787 { public: // System.Int32 DMCore.Logic.enumMessageType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMessageType_t3386295787, ___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 // ENUMMESSAGETYPE_T3386295787_H #ifndef ENUMCHECKSTATE_T3223680495_H #define ENUMCHECKSTATE_T3223680495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic/enumCheckState struct enumCheckState_t3223680495 { public: // System.Int32 DMCore.Logic.logicActivityPic/enumCheckState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCheckState_t3223680495, ___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 // ENUMCHECKSTATE_T3223680495_H #ifndef ENUMIDOLSHOWPAGE_T3773857292_H #define ENUMIDOLSHOWPAGE_T3773857292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumIdolShowPage struct enumIdolShowPage_t3773857292 { public: // System.Int32 DMCore.Logic.enumIdolShowPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumIdolShowPage_t3773857292, ___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 // ENUMIDOLSHOWPAGE_T3773857292_H #ifndef ENUMLOADINGSTEP_T1895104456_H #define ENUMLOADINGSTEP_T1895104456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // enumLoadingStep struct enumLoadingStep_t1895104456 { public: // System.Int32 enumLoadingStep::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumLoadingStep_t1895104456, ___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 // ENUMLOADINGSTEP_T1895104456_H #ifndef ENUMMEMBERLEVEL_T3960553378_H #define ENUMMEMBERLEVEL_T3960553378_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // enumMemberLevel struct enumMemberLevel_t3960553378 { public: // System.Int32 enumMemberLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMemberLevel_t3960553378, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMEMBERLEVEL_T3960553378_H #ifndef ENUMMODELPOS_T2221482726_H #define ENUMMODELPOS_T2221482726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EnumModelPos struct EnumModelPos_t2221482726 { public: // System.Int32 EnumModelPos::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumModelPos_t2221482726, ___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 // ENUMMODELPOS_T2221482726_H #ifndef ENUMSTORYPOS_T1659475026_H #define ENUMSTORYPOS_T1659475026_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EnumStoryPos struct EnumStoryPos_t1659475026 { public: // System.Int32 EnumStoryPos::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumStoryPos_t1659475026, ___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 // ENUMSTORYPOS_T1659475026_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 ENUMVOICEINPUTTIP_T3699879595_H #define ENUMVOICEINPUTTIP_T3699879595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // enumVoiceInputTip struct enumVoiceInputTip_t3699879595 { public: // System.Int32 enumVoiceInputTip::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumVoiceInputTip_t3699879595, ___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 // ENUMVOICEINPUTTIP_T3699879595_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 TURNPAGETYPE_T1287705162_H #define TURNPAGETYPE_T1287705162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TurnPageType struct TurnPageType_t1287705162 { public: // System.Int32 TurnPageType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TurnPageType_t1287705162, ___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 // TURNPAGETYPE_T1287705162_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 FASHIONENUM_T2507184923_H #define FASHIONENUM_T2507184923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionEnum struct FashionEnum_t2507184923 { public: // System.Int32 FashionEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FashionEnum_t2507184923, ___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 // FASHIONENUM_T2507184923_H #ifndef ENUMGIFTREWARD_T1621229793_H #define ENUMGIFTREWARD_T1621229793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EnumGiftReward struct EnumGiftReward_t1621229793 { public: // System.Int32 EnumGiftReward::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumGiftReward_t1621229793, ___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 // ENUMGIFTREWARD_T1621229793_H #ifndef ENUMNETSTATE_T3055192963_H #define ENUMNETSTATE_T3055192963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.enumNetState struct enumNetState_t3055192963 { public: // System.Int32 DMCore.Net.enumNetState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumNetState_t3055192963, ___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 // ENUMNETSTATE_T3055192963_H #ifndef ENUMS2C_T789110255_H #define ENUMS2C_T789110255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.enumS2C struct enumS2C_t789110255 { public: // System.Int16 DMCore.Net.Protocol.enumS2C::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumS2C_t789110255, ___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 // ENUMS2C_T789110255_H #ifndef HIDEFLAGS_T4250555765_H #define HIDEFLAGS_T4250555765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HideFlags struct HideFlags_t4250555765 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HideFlags_t4250555765, ___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 // HIDEFLAGS_T4250555765_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 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 ENUMLOTTERYCOSTTYPE_T1237510699_H #define ENUMLOTTERYCOSTTYPE_T1237510699_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/enumLotteryCostType struct enumLotteryCostType_t1237510699 { public: // System.Int32 DMCore.Logic.CLotteryNew/enumLotteryCostType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumLotteryCostType_t1237510699, ___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 // ENUMLOTTERYCOSTTYPE_T1237510699_H #ifndef SHADOWCASTINGMODE_T2280965600_H #define SHADOWCASTINGMODE_T2280965600_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.ShadowCastingMode struct ShadowCastingMode_t2280965600 { public: // System.Int32 UnityEngine.Rendering.ShadowCastingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ShadowCastingMode_t2280965600, ___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 // SHADOWCASTINGMODE_T2280965600_H #ifndef LIGHTPROBEUSAGE_T800497123_H #define LIGHTPROBEUSAGE_T800497123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.LightProbeUsage struct LightProbeUsage_t800497123 { public: // System.Int32 UnityEngine.Rendering.LightProbeUsage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LightProbeUsage_t800497123, ___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 // LIGHTPROBEUSAGE_T800497123_H #ifndef REFLECTIONPROBEUSAGE_T3366161812_H #define REFLECTIONPROBEUSAGE_T3366161812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.ReflectionProbeUsage struct ReflectionProbeUsage_t3366161812 { public: // System.Int32 UnityEngine.Rendering.ReflectionProbeUsage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReflectionProbeUsage_t3366161812, ___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 // REFLECTIONPROBEUSAGE_T3366161812_H #ifndef STARTYPE_T3555294704_H #define STARTYPE_T3555294704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionStarsManager/StarType struct StarType_t3555294704 { public: // System.Int32 FashionStarsManager/StarType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StarType_t3555294704, ___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 // STARTYPE_T3555294704_H #ifndef EMOTIONPAGE_T2890556176_H #define EMOTIONPAGE_T2890556176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EmotionPage struct EmotionPage_t2890556176 { public: // System.Int32 EmotionPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EmotionPage_t2890556176, ___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 // EMOTIONPAGE_T2890556176_H #ifndef ENUMCHATCONTACTLABEL_T3805769299_H #define ENUMCHATCONTACTLABEL_T3805769299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatContactLabel struct enumChatContactLabel_t3805769299 { public: // System.Int32 DMCore.Logic.enumChatContactLabel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatContactLabel_t3805769299, ___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 // ENUMCHATCONTACTLABEL_T3805769299_H #ifndef ENUM_KEY_MODE_T543454981_H #define ENUM_KEY_MODE_T543454981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_KEY_MODE struct ENUM_KEY_MODE_t543454981 { public: // System.Int32 DMCore.DanceMode.ENUM_KEY_MODE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_KEY_MODE_t543454981, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUM_KEY_MODE_T543454981_H #ifndef ENUM_PLAY_MODE_T2546141670_H #define ENUM_PLAY_MODE_T2546141670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_PLAY_MODE struct ENUM_PLAY_MODE_t2546141670 { public: // System.Int32 DMCore.DanceMode.ENUM_PLAY_MODE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_PLAY_MODE_t2546141670, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUM_PLAY_MODE_T2546141670_H #ifndef ENUMLOTTERYSTATE_T2276293360_H #define ENUMLOTTERYSTATE_T2276293360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/enumLotteryState struct enumLotteryState_t2276293360 { public: // System.Int32 DMCore.Logic.CLotteryNew/enumLotteryState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumLotteryState_t2276293360, ___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 // ENUMLOTTERYSTATE_T2276293360_H #ifndef ENUMERATOR_T1388194533_H #define ENUMERATOR_T1388194533_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/Enumerator struct Enumerator_t1388194533 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3793917952 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current PropData_t2321843210 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1388194533, ___l_0)); } inline List_1_t3793917952 * get_l_0() const { return ___l_0; } inline List_1_t3793917952 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3793917952 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1388194533, ___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_ver_2() { return static_cast(offsetof(Enumerator_t1388194533, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1388194533, ___current_3)); } inline PropData_t2321843210 get_current_3() const { return ___current_3; } inline PropData_t2321843210 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(PropData_t2321843210 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1388194533_H #ifndef ENUMC2S_T1501570991_H #define ENUMC2S_T1501570991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.enumC2S struct enumC2S_t1501570991 { public: // System.Int16 DMCore.Net.Protocol.enumC2S::value__ int16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumC2S_t1501570991, ___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 // ENUMC2S_T1501570991_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 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 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 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 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 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 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 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 CUSTOMCLIENT_T858558603_H #define CUSTOMCLIENT_T858558603_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CustomClient struct CustomClient_t858558603 { public: // System.Int32 DMCore.Net.CustomClient::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CustomClient_t858558603, ___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 // CUSTOMCLIENT_T858558603_H #ifndef ENUMCHECKSTATE_T333749984_H #define ENUMCHECKSTATE_T333749984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCheckState struct enumCheckState_t333749984 { public: // System.Int32 DMCore.Logic.enumCheckState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCheckState_t333749984, ___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 // ENUMCHECKSTATE_T333749984_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 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 METHOD_T1730494418_H #define METHOD_T1730494418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITweener/Method struct Method_t1730494418 { public: // System.Int32 UITweener/Method::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Method_t1730494418, ___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 // METHOD_T1730494418_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 CUSTOMSERVER_T3388599715_H #define CUSTOMSERVER_T3388599715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CustomServer struct CustomServer_t3388599715 { public: // System.Int32 DMCore.Net.CustomServer::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CustomServer_t3388599715, ___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 // CUSTOMSERVER_T3388599715_H #ifndef SOCKETOPTIONNAME_T403346465_H #define SOCKETOPTIONNAME_T403346465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionName struct SocketOptionName_t403346465 { public: // System.Int32 System.Net.Sockets.SocketOptionName::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionName_t403346465, ___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 // SOCKETOPTIONNAME_T403346465_H #ifndef SOCKETOPTIONLEVEL_T201167901_H #define SOCKETOPTIONLEVEL_T201167901_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionLevel struct SocketOptionLevel_t201167901 { public: // System.Int32 System.Net.Sockets.SocketOptionLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionLevel_t201167901, ___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 // SOCKETOPTIONLEVEL_T201167901_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 ENUMSYSTEMNOTICETYPE_T345767898_H #define ENUMSYSTEMNOTICETYPE_T345767898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumSystemNoticeType struct enumSystemNoticeType_t345767898 { public: // System.Int32 DMCore.Logic.enumSystemNoticeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSystemNoticeType_t345767898, ___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 // ENUMSYSTEMNOTICETYPE_T345767898_H #ifndef ENUMCURRENCYTYPE_T416187939_H #define ENUMCURRENCYTYPE_T416187939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCurrencyType struct enumCurrencyType_t416187939 { public: // System.Int32 DMCore.Logic.enumCurrencyType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCurrencyType_t416187939, ___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 // ENUMCURRENCYTYPE_T416187939_H #ifndef ENUMSYSTEMINFOTYPE_T133779951_H #define ENUMSYSTEMINFOTYPE_T133779951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.enumSystemInfoType struct enumSystemInfoType_t133779951 { public: // System.Int32 DMCore.Net.enumSystemInfoType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSystemInfoType_t133779951, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSYSTEMINFOTYPE_T133779951_H #ifndef RAYCASTHIT_T1056001966_H #define RAYCASTHIT_T1056001966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RaycastHit struct RaycastHit_t1056001966 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t3722313464 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t3722313464 ___m_Normal_1; // System.Int32 UnityEngine.RaycastHit::m_FaceID int32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_t2156229523 ___m_UV_4; // UnityEngine.Collider UnityEngine.RaycastHit::m_Collider Collider_t1773347010 * ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Point_0)); } inline Vector3_t3722313464 get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t3722313464 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t3722313464 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Normal_1)); } inline Vector3_t3722313464 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t3722313464 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t3722313464 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_FaceID_2)); } inline int32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline int32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(int32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_UV_4)); } inline Vector2_t2156229523 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_t2156229523 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_t2156229523 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Collider_5)); } inline Collider_t1773347010 * get_m_Collider_5() const { return ___m_Collider_5; } inline Collider_t1773347010 ** get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(Collider_t1773347010 * value) { ___m_Collider_5 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_pinvoke { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; // Native definition for COM marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_com { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; #endif // RAYCASTHIT_T1056001966_H #ifndef 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 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 MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_2; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_3; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_4; // System.Int32 System.IO.MemoryStream::length int32_t ___length_5; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_6; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_7; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_8; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_9; // System.Int32 System.IO.MemoryStream::position int32_t ___position_10; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_11; public: inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_allowGetBuffer_3() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_3)); } inline bool get_allowGetBuffer_3() const { return ___allowGetBuffer_3; } inline bool* get_address_of_allowGetBuffer_3() { return &___allowGetBuffer_3; } inline void set_allowGetBuffer_3(bool value) { ___allowGetBuffer_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_4)); } inline int32_t get_capacity_4() const { return ___capacity_4; } inline int32_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int32_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_length_5() { return static_cast(offsetof(MemoryStream_t94973147, ___length_5)); } inline int32_t get_length_5() const { return ___length_5; } inline int32_t* get_address_of_length_5() { return &___length_5; } inline void set_length_5(int32_t value) { ___length_5 = value; } inline static int32_t get_offset_of_internalBuffer_6() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_6)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_6() const { return ___internalBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_6() { return &___internalBuffer_6; } inline void set_internalBuffer_6(ByteU5BU5D_t4116647657* value) { ___internalBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_6), value); } inline static int32_t get_offset_of_initialIndex_7() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_7)); } inline int32_t get_initialIndex_7() const { return ___initialIndex_7; } inline int32_t* get_address_of_initialIndex_7() { return &___initialIndex_7; } inline void set_initialIndex_7(int32_t value) { ___initialIndex_7 = value; } inline static int32_t get_offset_of_expandable_8() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_8)); } inline bool get_expandable_8() const { return ___expandable_8; } inline bool* get_address_of_expandable_8() { return &___expandable_8; } inline void set_expandable_8(bool value) { ___expandable_8 = value; } inline static int32_t get_offset_of_streamClosed_9() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_9)); } inline bool get_streamClosed_9() const { return ___streamClosed_9; } inline bool* get_address_of_streamClosed_9() { return &___streamClosed_9; } inline void set_streamClosed_9(bool value) { ___streamClosed_9 = value; } inline static int32_t get_offset_of_position_10() { return static_cast(offsetof(MemoryStream_t94973147, ___position_10)); } inline int32_t get_position_10() const { return ___position_10; } inline int32_t* get_address_of_position_10() { return &___position_10; } inline void set_position_10(int32_t value) { ___position_10 = value; } inline static int32_t get_offset_of_dirty_bytes_11() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_11)); } inline int32_t get_dirty_bytes_11() const { return ___dirty_bytes_11; } inline int32_t* get_address_of_dirty_bytes_11() { return &___dirty_bytes_11; } inline void set_dirty_bytes_11(int32_t value) { ___dirty_bytes_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_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 STYLE_T3120619385_H #define STYLE_T3120619385_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITweener/Style struct Style_t3120619385 { public: // System.Int32 UITweener/Style::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Style_t3120619385, ___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_T3120619385_H #ifndef SOCKETTYPE_T2175930299_H #define SOCKETTYPE_T2175930299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketType struct SocketType_t2175930299 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketType_t2175930299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETTYPE_T2175930299_H #ifndef ROOMTYPE_T1191752651_H #define ROOMTYPE_T1191752651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomType struct RoomType_t1191752651 { public: // System.Int32 DMCore.Logic.CRoomMananger/RoomType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RoomType_t1191752651, ___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 // ROOMTYPE_T1191752651_H #ifndef SLIDEDIRECTION_T4105223717_H #define SLIDEDIRECTION_T4105223717_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListViewSlideOptimize/SlideDirection struct SlideDirection_t4105223717 { public: // System.Int32 DMListViewSlideOptimize/SlideDirection::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SlideDirection_t4105223717, ___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 // SLIDEDIRECTION_T4105223717_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 ITEM_NEW_TYPE_T1459219112_H #define ITEM_NEW_TYPE_T1459219112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_NEW_TYPE struct ITEM_NEW_TYPE_t1459219112 { public: // System.Int32 DMCore.Logic.ITEM_NEW_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_NEW_TYPE_t1459219112, ___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_NEW_TYPE_T1459219112_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 ENUMACTIVITYTYPE_T2524249953_H #define ENUMACTIVITYTYPE_T2524249953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumActivityType struct enumActivityType_t2524249953 { public: // System.Int32 DMCore.Logic.enumActivityType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumActivityType_t2524249953, ___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 // ENUMACTIVITYTYPE_T2524249953_H #ifndef ENUMQUERYSTATE_T190383084_H #define ENUMQUERYSTATE_T190383084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumQueryState struct enumQueryState_t190383084 { public: // System.Int32 DMCore.Logic.enumQueryState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumQueryState_t190383084, ___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 // ENUMQUERYSTATE_T190383084_H #ifndef ROOMMAINTYPE_T2481239774_H #define ROOMMAINTYPE_T2481239774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomMainType struct RoomMainType_t2481239774 { public: // System.Int32 DMCore.Logic.CRoomMananger/RoomMainType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RoomMainType_t2481239774, ___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 // ROOMMAINTYPE_T2481239774_H #ifndef TYPE_T1981123836_H #define TYPE_T1981123836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/Type struct Type_t1981123836 { public: // System.Int32 DMListView/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t1981123836, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T1981123836_H #ifndef KEYCODE_T2599294277_H #define KEYCODE_T2599294277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.KeyCode struct KeyCode_t2599294277 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyCode_t2599294277, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCODE_T2599294277_H #ifndef 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 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 ADDRESSFAMILY_T2612549059_H #define ADDRESSFAMILY_T2612549059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.AddressFamily struct AddressFamily_t2612549059 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AddressFamily_t2612549059, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADDRESSFAMILY_T2612549059_H #ifndef ALLIGN_T3271721594_H #define ALLIGN_T3271721594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/Allign struct Allign_t3271721594 { public: // System.Int32 DMListView/Allign::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Allign_t3271721594, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALLIGN_T3271721594_H #ifndef SHOWCONDITION_T3552914792_H #define SHOWCONDITION_T3552914792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/ShowCondition struct ShowCondition_t3552914792 { public: // System.Int32 DMListView/ShowCondition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ShowCondition_t3552914792, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOWCONDITION_T3552914792_H #ifndef CLIPPING_T1109313910_H #define CLIPPING_T1109313910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIDrawCall/Clipping struct Clipping_t1109313910 { public: // System.Int32 UIDrawCall/Clipping::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Clipping_t1109313910, ___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 // CLIPPING_T1109313910_H #ifndef PROTOCOLTYPE_T303635025_H #define PROTOCOLTYPE_T303635025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.ProtocolType struct ProtocolType_t303635025 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProtocolType_t303635025, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROTOCOLTYPE_T303635025_H #ifndef DEBUGINFO_T1488047028_H #define DEBUGINFO_T1488047028_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIPanel/DebugInfo struct DebugInfo_t1488047028 { public: // System.Int32 UIPanel/DebugInfo::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DebugInfo_t1488047028, ___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 // DEBUGINFO_T1488047028_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 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 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 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 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 CLOTTERYNEW_T505895158_H #define CLOTTERYNEW_T505895158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew struct CLotteryNew_t505895158 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLotteryNew::m_JackpotData Dictionary_2_t3653026924 * ___m_JackpotData_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLotteryNew::m_CumulativeReward Dictionary_2_t1077624712 * ___m_CumulativeReward_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLotteryNew::m_ShopData Dictionary_2_t3399067577 * ___m_ShopData_3; // DMCore.Logic.CLotteryNew/CLotteryResultData DMCore.Logic.CLotteryNew::m_lotteryResult CLotteryResultData_t968175401 * ___m_lotteryResult_4; // DMCore.Logic.CLotteryNew/enumLotteryCostType DMCore.Logic.CLotteryNew::m_costType int32_t ___m_costType_5; // DMCore.Logic.CLotteryNew/enumLotteryState DMCore.Logic.CLotteryNew::m_curState int32_t ___m_curState_6; public: inline static int32_t get_offset_of_m_JackpotData_1() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_JackpotData_1)); } inline Dictionary_2_t3653026924 * get_m_JackpotData_1() const { return ___m_JackpotData_1; } inline Dictionary_2_t3653026924 ** get_address_of_m_JackpotData_1() { return &___m_JackpotData_1; } inline void set_m_JackpotData_1(Dictionary_2_t3653026924 * value) { ___m_JackpotData_1 = value; Il2CppCodeGenWriteBarrier((&___m_JackpotData_1), value); } inline static int32_t get_offset_of_m_CumulativeReward_2() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_CumulativeReward_2)); } inline Dictionary_2_t1077624712 * get_m_CumulativeReward_2() const { return ___m_CumulativeReward_2; } inline Dictionary_2_t1077624712 ** get_address_of_m_CumulativeReward_2() { return &___m_CumulativeReward_2; } inline void set_m_CumulativeReward_2(Dictionary_2_t1077624712 * value) { ___m_CumulativeReward_2 = value; Il2CppCodeGenWriteBarrier((&___m_CumulativeReward_2), value); } inline static int32_t get_offset_of_m_ShopData_3() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_ShopData_3)); } inline Dictionary_2_t3399067577 * get_m_ShopData_3() const { return ___m_ShopData_3; } inline Dictionary_2_t3399067577 ** get_address_of_m_ShopData_3() { return &___m_ShopData_3; } inline void set_m_ShopData_3(Dictionary_2_t3399067577 * value) { ___m_ShopData_3 = value; Il2CppCodeGenWriteBarrier((&___m_ShopData_3), value); } inline static int32_t get_offset_of_m_lotteryResult_4() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_lotteryResult_4)); } inline CLotteryResultData_t968175401 * get_m_lotteryResult_4() const { return ___m_lotteryResult_4; } inline CLotteryResultData_t968175401 ** get_address_of_m_lotteryResult_4() { return &___m_lotteryResult_4; } inline void set_m_lotteryResult_4(CLotteryResultData_t968175401 * value) { ___m_lotteryResult_4 = value; Il2CppCodeGenWriteBarrier((&___m_lotteryResult_4), value); } inline static int32_t get_offset_of_m_costType_5() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_costType_5)); } inline int32_t get_m_costType_5() const { return ___m_costType_5; } inline int32_t* get_address_of_m_costType_5() { return &___m_costType_5; } inline void set_m_costType_5(int32_t value) { ___m_costType_5 = value; } inline static int32_t get_offset_of_m_curState_6() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_curState_6)); } inline int32_t get_m_curState_6() const { return ___m_curState_6; } inline int32_t* get_address_of_m_curState_6() { return &___m_curState_6; } inline void set_m_curState_6(int32_t value) { ___m_curState_6 = value; } }; struct CLotteryNew_t505895158_StaticFields { public: // DMCore.Logic.CLotteryNew DMCore.Logic.CLotteryNew::s_lottery CLotteryNew_t505895158 * ___s_lottery_0; public: inline static int32_t get_offset_of_s_lottery_0() { return static_cast(offsetof(CLotteryNew_t505895158_StaticFields, ___s_lottery_0)); } inline CLotteryNew_t505895158 * get_s_lottery_0() const { return ___s_lottery_0; } inline CLotteryNew_t505895158 ** get_address_of_s_lottery_0() { return &___s_lottery_0; } inline void set_s_lottery_0(CLotteryNew_t505895158 * value) { ___s_lottery_0 = value; Il2CppCodeGenWriteBarrier((&___s_lottery_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOTTERYNEW_T505895158_H #ifndef CQUESTIONMANGER_T1203513329_H #define CQUESTIONMANGER_T1203513329_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CQuestionManger struct CQuestionManger_t1203513329 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CQuestionManger::isRefresh bool ___isRefresh_0; // DMCore.Logic.enumCheckState DMCore.Logic.CQuestionManger::m_checkState int32_t ___m_checkState_1; // System.Boolean DMCore.Logic.CQuestionManger::InCD bool ___InCD_2; // System.Single DMCore.Logic.CQuestionManger::BugSubmitCDTime float ___BugSubmitCDTime_3; // System.Single DMCore.Logic.CQuestionManger::BugTimeout float ___BugTimeout_4; // System.String DMCore.Logic.CQuestionManger::SIGN_SECRET String_t* ___SIGN_SECRET_5; // System.String DMCore.Logic.CQuestionManger::Key String_t* ___Key_6; // System.String DMCore.Logic.CQuestionManger::ChennelId String_t* ___ChennelId_7; // System.String DMCore.Logic.CQuestionManger::OpenID String_t* ___OpenID_8; // System.String DMCore.Logic.CQuestionManger::GameID String_t* ___GameID_9; // System.Boolean DMCore.Logic.CQuestionManger::IsGuest bool ___IsGuest_10; // System.String DMCore.Logic.CQuestionManger::PhoneName String_t* ___PhoneName_11; // System.String DMCore.Logic.CQuestionManger::PhoneMemory String_t* ___PhoneMemory_12; // System.String DMCore.Logic.CQuestionManger::PhoneNetwork String_t* ___PhoneNetwork_13; // System.String DMCore.Logic.CQuestionManger::PhoneOS String_t* ___PhoneOS_14; // System.Int32 DMCore.Logic.CQuestionManger::CurrentSelectQuestionID int32_t ___CurrentSelectQuestionID_15; // System.Collections.Generic.List`1 DMCore.Logic.CQuestionManger::m_QuestionList List_1_t3428332534 * ___m_QuestionList_16; // System.Collections.Generic.List`1 DMCore.Logic.CQuestionManger::m_ChangeQuestionList List_1_t128053199 * ___m_ChangeQuestionList_17; public: inline static int32_t get_offset_of_isRefresh_0() { return static_cast(offsetof(CQuestionManger_t1203513329, ___isRefresh_0)); } inline bool get_isRefresh_0() const { return ___isRefresh_0; } inline bool* get_address_of_isRefresh_0() { return &___isRefresh_0; } inline void set_isRefresh_0(bool value) { ___isRefresh_0 = value; } inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(CQuestionManger_t1203513329, ___m_checkState_1)); } inline int32_t get_m_checkState_1() const { return ___m_checkState_1; } inline int32_t* get_address_of_m_checkState_1() { return &___m_checkState_1; } inline void set_m_checkState_1(int32_t value) { ___m_checkState_1 = value; } inline static int32_t get_offset_of_InCD_2() { return static_cast(offsetof(CQuestionManger_t1203513329, ___InCD_2)); } inline bool get_InCD_2() const { return ___InCD_2; } inline bool* get_address_of_InCD_2() { return &___InCD_2; } inline void set_InCD_2(bool value) { ___InCD_2 = value; } inline static int32_t get_offset_of_BugSubmitCDTime_3() { return static_cast(offsetof(CQuestionManger_t1203513329, ___BugSubmitCDTime_3)); } inline float get_BugSubmitCDTime_3() const { return ___BugSubmitCDTime_3; } inline float* get_address_of_BugSubmitCDTime_3() { return &___BugSubmitCDTime_3; } inline void set_BugSubmitCDTime_3(float value) { ___BugSubmitCDTime_3 = value; } inline static int32_t get_offset_of_BugTimeout_4() { return static_cast(offsetof(CQuestionManger_t1203513329, ___BugTimeout_4)); } inline float get_BugTimeout_4() const { return ___BugTimeout_4; } inline float* get_address_of_BugTimeout_4() { return &___BugTimeout_4; } inline void set_BugTimeout_4(float value) { ___BugTimeout_4 = value; } inline static int32_t get_offset_of_SIGN_SECRET_5() { return static_cast(offsetof(CQuestionManger_t1203513329, ___SIGN_SECRET_5)); } inline String_t* get_SIGN_SECRET_5() const { return ___SIGN_SECRET_5; } inline String_t** get_address_of_SIGN_SECRET_5() { return &___SIGN_SECRET_5; } inline void set_SIGN_SECRET_5(String_t* value) { ___SIGN_SECRET_5 = value; Il2CppCodeGenWriteBarrier((&___SIGN_SECRET_5), value); } inline static int32_t get_offset_of_Key_6() { return static_cast(offsetof(CQuestionManger_t1203513329, ___Key_6)); } inline String_t* get_Key_6() const { return ___Key_6; } inline String_t** get_address_of_Key_6() { return &___Key_6; } inline void set_Key_6(String_t* value) { ___Key_6 = value; Il2CppCodeGenWriteBarrier((&___Key_6), value); } inline static int32_t get_offset_of_ChennelId_7() { return static_cast(offsetof(CQuestionManger_t1203513329, ___ChennelId_7)); } inline String_t* get_ChennelId_7() const { return ___ChennelId_7; } inline String_t** get_address_of_ChennelId_7() { return &___ChennelId_7; } inline void set_ChennelId_7(String_t* value) { ___ChennelId_7 = value; Il2CppCodeGenWriteBarrier((&___ChennelId_7), value); } inline static int32_t get_offset_of_OpenID_8() { return static_cast(offsetof(CQuestionManger_t1203513329, ___OpenID_8)); } inline String_t* get_OpenID_8() const { return ___OpenID_8; } inline String_t** get_address_of_OpenID_8() { return &___OpenID_8; } inline void set_OpenID_8(String_t* value) { ___OpenID_8 = value; Il2CppCodeGenWriteBarrier((&___OpenID_8), value); } inline static int32_t get_offset_of_GameID_9() { return static_cast(offsetof(CQuestionManger_t1203513329, ___GameID_9)); } inline String_t* get_GameID_9() const { return ___GameID_9; } inline String_t** get_address_of_GameID_9() { return &___GameID_9; } inline void set_GameID_9(String_t* value) { ___GameID_9 = value; Il2CppCodeGenWriteBarrier((&___GameID_9), value); } inline static int32_t get_offset_of_IsGuest_10() { return static_cast(offsetof(CQuestionManger_t1203513329, ___IsGuest_10)); } inline bool get_IsGuest_10() const { return ___IsGuest_10; } inline bool* get_address_of_IsGuest_10() { return &___IsGuest_10; } inline void set_IsGuest_10(bool value) { ___IsGuest_10 = value; } inline static int32_t get_offset_of_PhoneName_11() { return static_cast(offsetof(CQuestionManger_t1203513329, ___PhoneName_11)); } inline String_t* get_PhoneName_11() const { return ___PhoneName_11; } inline String_t** get_address_of_PhoneName_11() { return &___PhoneName_11; } inline void set_PhoneName_11(String_t* value) { ___PhoneName_11 = value; Il2CppCodeGenWriteBarrier((&___PhoneName_11), value); } inline static int32_t get_offset_of_PhoneMemory_12() { return static_cast(offsetof(CQuestionManger_t1203513329, ___PhoneMemory_12)); } inline String_t* get_PhoneMemory_12() const { return ___PhoneMemory_12; } inline String_t** get_address_of_PhoneMemory_12() { return &___PhoneMemory_12; } inline void set_PhoneMemory_12(String_t* value) { ___PhoneMemory_12 = value; Il2CppCodeGenWriteBarrier((&___PhoneMemory_12), value); } inline static int32_t get_offset_of_PhoneNetwork_13() { return static_cast(offsetof(CQuestionManger_t1203513329, ___PhoneNetwork_13)); } inline String_t* get_PhoneNetwork_13() const { return ___PhoneNetwork_13; } inline String_t** get_address_of_PhoneNetwork_13() { return &___PhoneNetwork_13; } inline void set_PhoneNetwork_13(String_t* value) { ___PhoneNetwork_13 = value; Il2CppCodeGenWriteBarrier((&___PhoneNetwork_13), value); } inline static int32_t get_offset_of_PhoneOS_14() { return static_cast(offsetof(CQuestionManger_t1203513329, ___PhoneOS_14)); } inline String_t* get_PhoneOS_14() const { return ___PhoneOS_14; } inline String_t** get_address_of_PhoneOS_14() { return &___PhoneOS_14; } inline void set_PhoneOS_14(String_t* value) { ___PhoneOS_14 = value; Il2CppCodeGenWriteBarrier((&___PhoneOS_14), value); } inline static int32_t get_offset_of_CurrentSelectQuestionID_15() { return static_cast(offsetof(CQuestionManger_t1203513329, ___CurrentSelectQuestionID_15)); } inline int32_t get_CurrentSelectQuestionID_15() const { return ___CurrentSelectQuestionID_15; } inline int32_t* get_address_of_CurrentSelectQuestionID_15() { return &___CurrentSelectQuestionID_15; } inline void set_CurrentSelectQuestionID_15(int32_t value) { ___CurrentSelectQuestionID_15 = value; } inline static int32_t get_offset_of_m_QuestionList_16() { return static_cast(offsetof(CQuestionManger_t1203513329, ___m_QuestionList_16)); } inline List_1_t3428332534 * get_m_QuestionList_16() const { return ___m_QuestionList_16; } inline List_1_t3428332534 ** get_address_of_m_QuestionList_16() { return &___m_QuestionList_16; } inline void set_m_QuestionList_16(List_1_t3428332534 * value) { ___m_QuestionList_16 = value; Il2CppCodeGenWriteBarrier((&___m_QuestionList_16), value); } inline static int32_t get_offset_of_m_ChangeQuestionList_17() { return static_cast(offsetof(CQuestionManger_t1203513329, ___m_ChangeQuestionList_17)); } inline List_1_t128053199 * get_m_ChangeQuestionList_17() const { return ___m_ChangeQuestionList_17; } inline List_1_t128053199 ** get_address_of_m_ChangeQuestionList_17() { return &___m_ChangeQuestionList_17; } inline void set_m_ChangeQuestionList_17(List_1_t128053199 * value) { ___m_ChangeQuestionList_17 = value; Il2CppCodeGenWriteBarrier((&___m_ChangeQuestionList_17), value); } }; struct CQuestionManger_t1203513329_StaticFields { public: // DMCore.Logic.CQuestionManger DMCore.Logic.CQuestionManger::s_Instance CQuestionManger_t1203513329 * ___s_Instance_18; public: inline static int32_t get_offset_of_s_Instance_18() { return static_cast(offsetof(CQuestionManger_t1203513329_StaticFields, ___s_Instance_18)); } inline CQuestionManger_t1203513329 * get_s_Instance_18() const { return ___s_Instance_18; } inline CQuestionManger_t1203513329 ** get_address_of_s_Instance_18() { return &___s_Instance_18; } inline void set_s_Instance_18(CQuestionManger_t1203513329 * value) { ___s_Instance_18 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CQUESTIONMANGER_T1203513329_H #ifndef CCHATMANAGER_T1988186574_H #define CCHATMANAGER_T1988186574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChatManager struct CChatManager_t1988186574 : public RuntimeObject { public: // DMCore.Logic.privateMsgArriva DMCore.Logic.CChatManager::m_privateMsgArriva privateMsgArriva_t1101012311 * ___m_privateMsgArriva_0; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsBigPublicU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsStopServerU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsPrivateU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CChatManager::m_is_open_chat_btn_visible bool ___m_is_open_chat_btn_visible_4; // DMCore.Logic.enumChatChannel DMCore.Logic.CChatManager::m_activeChannel int32_t ___m_activeChannel_5; // DMCore.Logic.enumChatContactLabel DMCore.Logic.CChatManager::m_activeContactLabel int32_t ___m_activeContactLabel_6; // System.Int64 DMCore.Logic.CChatManager::m_privateTargetID int64_t ___m_privateTargetID_7; // System.Int32 DMCore.Logic.CChatManager::m_activeVoiceIndex int32_t ___m_activeVoiceIndex_8; // System.Int32 DMCore.Logic.CChatManager::m_lastActiveVoiceIndex int32_t ___m_lastActiveVoiceIndex_9; // System.String DMCore.Logic.CChatManager::m_ChatVoiceIdentifier String_t* ___m_ChatVoiceIdentifier_10; // System.String DMCore.Logic.CChatManager::m_ChatImageIdentifier String_t* ___m_ChatImageIdentifier_11; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedPlayVoiceAni bool ___m_IsNeedPlayVoiceAni_12; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedStopVoiceAni bool ___m_IsNeedStopVoiceAni_13; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedShowImage bool ___m_IsNeedShowImage_14; // System.Boolean DMCore.Logic.CChatManager::m_IsPrivateTargetChanged bool ___m_IsPrivateTargetChanged_15; // System.Boolean DMCore.Logic.CChatManager::m_IsVoiceIndexChanged bool ___m_IsVoiceIndexChanged_16; // DMCore.Logic.enumPersonPage DMCore.Logic.CChatManager::m_CallerPage int32_t ___m_CallerPage_17; // System.Collections.Generic.List`1 DMCore.Logic.CChatManager::m_ChatUserList List_1_t1546864881 * ___m_ChatUserList_18; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRefreshContactList bool ___m_IsNeedRefreshContactList_19; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SumChatList CChatGroup_t2712975719 * ___m_SumChatList_20; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_PublicChatList CChatGroup_t2712975719 * ___m_PublicChatList_21; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SceneChatList CChatGroup_t2712975719 * ___m_SceneChatList_22; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_GuildChatList CChatGroup_t2712975719 * ___m_GuildChatList_23; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_WorldChatList CChatGroup_t2712975719 * ___m_WorldChatList_24; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_RedBagList CChatGroup_t2712975719 * ___m_RedBagList_25; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChatManager::m_PrivateChatList Dictionary_2_t3775615503 * ___m_PrivateChatList_26; // DMCore.Logic.CChannelInfo DMCore.Logic.CChatManager::m_ChannelInfo CChannelInfo_t1750800799 * ___m_ChannelInfo_27; // System.Boolean DMCore.Logic.CChatManager::m_IsChannelDataChanged bool ___m_IsChannelDataChanged_28; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfWC int32_t ___m_lastShortcutIndexOfWC_29; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfPrivate int32_t ___m_lastShortcutIndexOfPrivate_30; // System.String DMCore.Logic.CChatManager::m_worldChannel String_t* ___m_worldChannel_31; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CChatManager::m_TaskController ITaskBase_1_t2595950535 * ___m_TaskController_32; // System.Boolean DMCore.Logic.CChatManager::m_bUpLoadAudio bool ___m_bUpLoadAudio_33; // System.Boolean DMCore.Logic.CChatManager::m_bIsJoinChannel bool ___m_bIsJoinChannel_34; // System.Int32 DMCore.Logic.CChatManager::m_curChannelNum int32_t ___m_curChannelNum_35; // System.String DMCore.Logic.CChatManager::m_publicChatText String_t* ___m_publicChatText_38; // System.Int32 DMCore.Logic.CChatManager::m_lefttime int32_t ___m_lefttime_39; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRepainMenu bool ___m_IsNeedRepainMenu_40; public: inline static int32_t get_offset_of_m_privateMsgArriva_0() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateMsgArriva_0)); } inline privateMsgArriva_t1101012311 * get_m_privateMsgArriva_0() const { return ___m_privateMsgArriva_0; } inline privateMsgArriva_t1101012311 ** get_address_of_m_privateMsgArriva_0() { return &___m_privateMsgArriva_0; } inline void set_m_privateMsgArriva_0(privateMsgArriva_t1101012311 * value) { ___m_privateMsgArriva_0 = value; Il2CppCodeGenWriteBarrier((&___m_privateMsgArriva_0), value); } inline static int32_t get_offset_of_U3CIsBigPublicU3Ek__BackingField_1() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsBigPublicU3Ek__BackingField_1)); } inline bool get_U3CIsBigPublicU3Ek__BackingField_1() const { return ___U3CIsBigPublicU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsBigPublicU3Ek__BackingField_1() { return &___U3CIsBigPublicU3Ek__BackingField_1; } inline void set_U3CIsBigPublicU3Ek__BackingField_1(bool value) { ___U3CIsBigPublicU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsStopServerU3Ek__BackingField_2() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsStopServerU3Ek__BackingField_2)); } inline bool get_U3CIsStopServerU3Ek__BackingField_2() const { return ___U3CIsStopServerU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsStopServerU3Ek__BackingField_2() { return &___U3CIsStopServerU3Ek__BackingField_2; } inline void set_U3CIsStopServerU3Ek__BackingField_2(bool value) { ___U3CIsStopServerU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsPrivateU3Ek__BackingField_3() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsPrivateU3Ek__BackingField_3)); } inline bool get_U3CIsPrivateU3Ek__BackingField_3() const { return ___U3CIsPrivateU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsPrivateU3Ek__BackingField_3() { return &___U3CIsPrivateU3Ek__BackingField_3; } inline void set_U3CIsPrivateU3Ek__BackingField_3(bool value) { ___U3CIsPrivateU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_is_open_chat_btn_visible_4() { return static_cast(offsetof(CChatManager_t1988186574, ___m_is_open_chat_btn_visible_4)); } inline bool get_m_is_open_chat_btn_visible_4() const { return ___m_is_open_chat_btn_visible_4; } inline bool* get_address_of_m_is_open_chat_btn_visible_4() { return &___m_is_open_chat_btn_visible_4; } inline void set_m_is_open_chat_btn_visible_4(bool value) { ___m_is_open_chat_btn_visible_4 = value; } inline static int32_t get_offset_of_m_activeChannel_5() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeChannel_5)); } inline int32_t get_m_activeChannel_5() const { return ___m_activeChannel_5; } inline int32_t* get_address_of_m_activeChannel_5() { return &___m_activeChannel_5; } inline void set_m_activeChannel_5(int32_t value) { ___m_activeChannel_5 = value; } inline static int32_t get_offset_of_m_activeContactLabel_6() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeContactLabel_6)); } inline int32_t get_m_activeContactLabel_6() const { return ___m_activeContactLabel_6; } inline int32_t* get_address_of_m_activeContactLabel_6() { return &___m_activeContactLabel_6; } inline void set_m_activeContactLabel_6(int32_t value) { ___m_activeContactLabel_6 = value; } inline static int32_t get_offset_of_m_privateTargetID_7() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateTargetID_7)); } inline int64_t get_m_privateTargetID_7() const { return ___m_privateTargetID_7; } inline int64_t* get_address_of_m_privateTargetID_7() { return &___m_privateTargetID_7; } inline void set_m_privateTargetID_7(int64_t value) { ___m_privateTargetID_7 = value; } inline static int32_t get_offset_of_m_activeVoiceIndex_8() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeVoiceIndex_8)); } inline int32_t get_m_activeVoiceIndex_8() const { return ___m_activeVoiceIndex_8; } inline int32_t* get_address_of_m_activeVoiceIndex_8() { return &___m_activeVoiceIndex_8; } inline void set_m_activeVoiceIndex_8(int32_t value) { ___m_activeVoiceIndex_8 = value; } inline static int32_t get_offset_of_m_lastActiveVoiceIndex_9() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastActiveVoiceIndex_9)); } inline int32_t get_m_lastActiveVoiceIndex_9() const { return ___m_lastActiveVoiceIndex_9; } inline int32_t* get_address_of_m_lastActiveVoiceIndex_9() { return &___m_lastActiveVoiceIndex_9; } inline void set_m_lastActiveVoiceIndex_9(int32_t value) { ___m_lastActiveVoiceIndex_9 = value; } inline static int32_t get_offset_of_m_ChatVoiceIdentifier_10() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatVoiceIdentifier_10)); } inline String_t* get_m_ChatVoiceIdentifier_10() const { return ___m_ChatVoiceIdentifier_10; } inline String_t** get_address_of_m_ChatVoiceIdentifier_10() { return &___m_ChatVoiceIdentifier_10; } inline void set_m_ChatVoiceIdentifier_10(String_t* value) { ___m_ChatVoiceIdentifier_10 = value; Il2CppCodeGenWriteBarrier((&___m_ChatVoiceIdentifier_10), value); } inline static int32_t get_offset_of_m_ChatImageIdentifier_11() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatImageIdentifier_11)); } inline String_t* get_m_ChatImageIdentifier_11() const { return ___m_ChatImageIdentifier_11; } inline String_t** get_address_of_m_ChatImageIdentifier_11() { return &___m_ChatImageIdentifier_11; } inline void set_m_ChatImageIdentifier_11(String_t* value) { ___m_ChatImageIdentifier_11 = value; Il2CppCodeGenWriteBarrier((&___m_ChatImageIdentifier_11), value); } inline static int32_t get_offset_of_m_IsNeedPlayVoiceAni_12() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedPlayVoiceAni_12)); } inline bool get_m_IsNeedPlayVoiceAni_12() const { return ___m_IsNeedPlayVoiceAni_12; } inline bool* get_address_of_m_IsNeedPlayVoiceAni_12() { return &___m_IsNeedPlayVoiceAni_12; } inline void set_m_IsNeedPlayVoiceAni_12(bool value) { ___m_IsNeedPlayVoiceAni_12 = value; } inline static int32_t get_offset_of_m_IsNeedStopVoiceAni_13() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedStopVoiceAni_13)); } inline bool get_m_IsNeedStopVoiceAni_13() const { return ___m_IsNeedStopVoiceAni_13; } inline bool* get_address_of_m_IsNeedStopVoiceAni_13() { return &___m_IsNeedStopVoiceAni_13; } inline void set_m_IsNeedStopVoiceAni_13(bool value) { ___m_IsNeedStopVoiceAni_13 = value; } inline static int32_t get_offset_of_m_IsNeedShowImage_14() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedShowImage_14)); } inline bool get_m_IsNeedShowImage_14() const { return ___m_IsNeedShowImage_14; } inline bool* get_address_of_m_IsNeedShowImage_14() { return &___m_IsNeedShowImage_14; } inline void set_m_IsNeedShowImage_14(bool value) { ___m_IsNeedShowImage_14 = value; } inline static int32_t get_offset_of_m_IsPrivateTargetChanged_15() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsPrivateTargetChanged_15)); } inline bool get_m_IsPrivateTargetChanged_15() const { return ___m_IsPrivateTargetChanged_15; } inline bool* get_address_of_m_IsPrivateTargetChanged_15() { return &___m_IsPrivateTargetChanged_15; } inline void set_m_IsPrivateTargetChanged_15(bool value) { ___m_IsPrivateTargetChanged_15 = value; } inline static int32_t get_offset_of_m_IsVoiceIndexChanged_16() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsVoiceIndexChanged_16)); } inline bool get_m_IsVoiceIndexChanged_16() const { return ___m_IsVoiceIndexChanged_16; } inline bool* get_address_of_m_IsVoiceIndexChanged_16() { return &___m_IsVoiceIndexChanged_16; } inline void set_m_IsVoiceIndexChanged_16(bool value) { ___m_IsVoiceIndexChanged_16 = value; } inline static int32_t get_offset_of_m_CallerPage_17() { return static_cast(offsetof(CChatManager_t1988186574, ___m_CallerPage_17)); } inline int32_t get_m_CallerPage_17() const { return ___m_CallerPage_17; } inline int32_t* get_address_of_m_CallerPage_17() { return &___m_CallerPage_17; } inline void set_m_CallerPage_17(int32_t value) { ___m_CallerPage_17 = value; } inline static int32_t get_offset_of_m_ChatUserList_18() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatUserList_18)); } inline List_1_t1546864881 * get_m_ChatUserList_18() const { return ___m_ChatUserList_18; } inline List_1_t1546864881 ** get_address_of_m_ChatUserList_18() { return &___m_ChatUserList_18; } inline void set_m_ChatUserList_18(List_1_t1546864881 * value) { ___m_ChatUserList_18 = value; Il2CppCodeGenWriteBarrier((&___m_ChatUserList_18), value); } inline static int32_t get_offset_of_m_IsNeedRefreshContactList_19() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRefreshContactList_19)); } inline bool get_m_IsNeedRefreshContactList_19() const { return ___m_IsNeedRefreshContactList_19; } inline bool* get_address_of_m_IsNeedRefreshContactList_19() { return &___m_IsNeedRefreshContactList_19; } inline void set_m_IsNeedRefreshContactList_19(bool value) { ___m_IsNeedRefreshContactList_19 = value; } inline static int32_t get_offset_of_m_SumChatList_20() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SumChatList_20)); } inline CChatGroup_t2712975719 * get_m_SumChatList_20() const { return ___m_SumChatList_20; } inline CChatGroup_t2712975719 ** get_address_of_m_SumChatList_20() { return &___m_SumChatList_20; } inline void set_m_SumChatList_20(CChatGroup_t2712975719 * value) { ___m_SumChatList_20 = value; Il2CppCodeGenWriteBarrier((&___m_SumChatList_20), value); } inline static int32_t get_offset_of_m_PublicChatList_21() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PublicChatList_21)); } inline CChatGroup_t2712975719 * get_m_PublicChatList_21() const { return ___m_PublicChatList_21; } inline CChatGroup_t2712975719 ** get_address_of_m_PublicChatList_21() { return &___m_PublicChatList_21; } inline void set_m_PublicChatList_21(CChatGroup_t2712975719 * value) { ___m_PublicChatList_21 = value; Il2CppCodeGenWriteBarrier((&___m_PublicChatList_21), value); } inline static int32_t get_offset_of_m_SceneChatList_22() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SceneChatList_22)); } inline CChatGroup_t2712975719 * get_m_SceneChatList_22() const { return ___m_SceneChatList_22; } inline CChatGroup_t2712975719 ** get_address_of_m_SceneChatList_22() { return &___m_SceneChatList_22; } inline void set_m_SceneChatList_22(CChatGroup_t2712975719 * value) { ___m_SceneChatList_22 = value; Il2CppCodeGenWriteBarrier((&___m_SceneChatList_22), value); } inline static int32_t get_offset_of_m_GuildChatList_23() { return static_cast(offsetof(CChatManager_t1988186574, ___m_GuildChatList_23)); } inline CChatGroup_t2712975719 * get_m_GuildChatList_23() const { return ___m_GuildChatList_23; } inline CChatGroup_t2712975719 ** get_address_of_m_GuildChatList_23() { return &___m_GuildChatList_23; } inline void set_m_GuildChatList_23(CChatGroup_t2712975719 * value) { ___m_GuildChatList_23 = value; Il2CppCodeGenWriteBarrier((&___m_GuildChatList_23), value); } inline static int32_t get_offset_of_m_WorldChatList_24() { return static_cast(offsetof(CChatManager_t1988186574, ___m_WorldChatList_24)); } inline CChatGroup_t2712975719 * get_m_WorldChatList_24() const { return ___m_WorldChatList_24; } inline CChatGroup_t2712975719 ** get_address_of_m_WorldChatList_24() { return &___m_WorldChatList_24; } inline void set_m_WorldChatList_24(CChatGroup_t2712975719 * value) { ___m_WorldChatList_24 = value; Il2CppCodeGenWriteBarrier((&___m_WorldChatList_24), value); } inline static int32_t get_offset_of_m_RedBagList_25() { return static_cast(offsetof(CChatManager_t1988186574, ___m_RedBagList_25)); } inline CChatGroup_t2712975719 * get_m_RedBagList_25() const { return ___m_RedBagList_25; } inline CChatGroup_t2712975719 ** get_address_of_m_RedBagList_25() { return &___m_RedBagList_25; } inline void set_m_RedBagList_25(CChatGroup_t2712975719 * value) { ___m_RedBagList_25 = value; Il2CppCodeGenWriteBarrier((&___m_RedBagList_25), value); } inline static int32_t get_offset_of_m_PrivateChatList_26() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PrivateChatList_26)); } inline Dictionary_2_t3775615503 * get_m_PrivateChatList_26() const { return ___m_PrivateChatList_26; } inline Dictionary_2_t3775615503 ** get_address_of_m_PrivateChatList_26() { return &___m_PrivateChatList_26; } inline void set_m_PrivateChatList_26(Dictionary_2_t3775615503 * value) { ___m_PrivateChatList_26 = value; Il2CppCodeGenWriteBarrier((&___m_PrivateChatList_26), value); } inline static int32_t get_offset_of_m_ChannelInfo_27() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChannelInfo_27)); } inline CChannelInfo_t1750800799 * get_m_ChannelInfo_27() const { return ___m_ChannelInfo_27; } inline CChannelInfo_t1750800799 ** get_address_of_m_ChannelInfo_27() { return &___m_ChannelInfo_27; } inline void set_m_ChannelInfo_27(CChannelInfo_t1750800799 * value) { ___m_ChannelInfo_27 = value; Il2CppCodeGenWriteBarrier((&___m_ChannelInfo_27), value); } inline static int32_t get_offset_of_m_IsChannelDataChanged_28() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsChannelDataChanged_28)); } inline bool get_m_IsChannelDataChanged_28() const { return ___m_IsChannelDataChanged_28; } inline bool* get_address_of_m_IsChannelDataChanged_28() { return &___m_IsChannelDataChanged_28; } inline void set_m_IsChannelDataChanged_28(bool value) { ___m_IsChannelDataChanged_28 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfWC_29() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfWC_29)); } inline int32_t get_m_lastShortcutIndexOfWC_29() const { return ___m_lastShortcutIndexOfWC_29; } inline int32_t* get_address_of_m_lastShortcutIndexOfWC_29() { return &___m_lastShortcutIndexOfWC_29; } inline void set_m_lastShortcutIndexOfWC_29(int32_t value) { ___m_lastShortcutIndexOfWC_29 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfPrivate_30() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfPrivate_30)); } inline int32_t get_m_lastShortcutIndexOfPrivate_30() const { return ___m_lastShortcutIndexOfPrivate_30; } inline int32_t* get_address_of_m_lastShortcutIndexOfPrivate_30() { return &___m_lastShortcutIndexOfPrivate_30; } inline void set_m_lastShortcutIndexOfPrivate_30(int32_t value) { ___m_lastShortcutIndexOfPrivate_30 = value; } inline static int32_t get_offset_of_m_worldChannel_31() { return static_cast(offsetof(CChatManager_t1988186574, ___m_worldChannel_31)); } inline String_t* get_m_worldChannel_31() const { return ___m_worldChannel_31; } inline String_t** get_address_of_m_worldChannel_31() { return &___m_worldChannel_31; } inline void set_m_worldChannel_31(String_t* value) { ___m_worldChannel_31 = value; Il2CppCodeGenWriteBarrier((&___m_worldChannel_31), value); } inline static int32_t get_offset_of_m_TaskController_32() { return static_cast(offsetof(CChatManager_t1988186574, ___m_TaskController_32)); } inline ITaskBase_1_t2595950535 * get_m_TaskController_32() const { return ___m_TaskController_32; } inline ITaskBase_1_t2595950535 ** get_address_of_m_TaskController_32() { return &___m_TaskController_32; } inline void set_m_TaskController_32(ITaskBase_1_t2595950535 * value) { ___m_TaskController_32 = value; Il2CppCodeGenWriteBarrier((&___m_TaskController_32), value); } inline static int32_t get_offset_of_m_bUpLoadAudio_33() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bUpLoadAudio_33)); } inline bool get_m_bUpLoadAudio_33() const { return ___m_bUpLoadAudio_33; } inline bool* get_address_of_m_bUpLoadAudio_33() { return &___m_bUpLoadAudio_33; } inline void set_m_bUpLoadAudio_33(bool value) { ___m_bUpLoadAudio_33 = value; } inline static int32_t get_offset_of_m_bIsJoinChannel_34() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bIsJoinChannel_34)); } inline bool get_m_bIsJoinChannel_34() const { return ___m_bIsJoinChannel_34; } inline bool* get_address_of_m_bIsJoinChannel_34() { return &___m_bIsJoinChannel_34; } inline void set_m_bIsJoinChannel_34(bool value) { ___m_bIsJoinChannel_34 = value; } inline static int32_t get_offset_of_m_curChannelNum_35() { return static_cast(offsetof(CChatManager_t1988186574, ___m_curChannelNum_35)); } inline int32_t get_m_curChannelNum_35() const { return ___m_curChannelNum_35; } inline int32_t* get_address_of_m_curChannelNum_35() { return &___m_curChannelNum_35; } inline void set_m_curChannelNum_35(int32_t value) { ___m_curChannelNum_35 = value; } inline static int32_t get_offset_of_m_publicChatText_38() { return static_cast(offsetof(CChatManager_t1988186574, ___m_publicChatText_38)); } inline String_t* get_m_publicChatText_38() const { return ___m_publicChatText_38; } inline String_t** get_address_of_m_publicChatText_38() { return &___m_publicChatText_38; } inline void set_m_publicChatText_38(String_t* value) { ___m_publicChatText_38 = value; Il2CppCodeGenWriteBarrier((&___m_publicChatText_38), value); } inline static int32_t get_offset_of_m_lefttime_39() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lefttime_39)); } inline int32_t get_m_lefttime_39() const { return ___m_lefttime_39; } inline int32_t* get_address_of_m_lefttime_39() { return &___m_lefttime_39; } inline void set_m_lefttime_39(int32_t value) { ___m_lefttime_39 = value; } inline static int32_t get_offset_of_m_IsNeedRepainMenu_40() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRepainMenu_40)); } inline bool get_m_IsNeedRepainMenu_40() const { return ___m_IsNeedRepainMenu_40; } inline bool* get_address_of_m_IsNeedRepainMenu_40() { return &___m_IsNeedRepainMenu_40; } inline void set_m_IsNeedRepainMenu_40(bool value) { ___m_IsNeedRepainMenu_40 = value; } }; struct CChatManager_t1988186574_StaticFields { public: // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::s_Instance CChatManager_t1988186574 * ___s_Instance_36; // System.String DMCore.Logic.CChatManager::s_ChatTimeFormat String_t* ___s_ChatTimeFormat_37; public: inline static int32_t get_offset_of_s_Instance_36() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_Instance_36)); } inline CChatManager_t1988186574 * get_s_Instance_36() const { return ___s_Instance_36; } inline CChatManager_t1988186574 ** get_address_of_s_Instance_36() { return &___s_Instance_36; } inline void set_s_Instance_36(CChatManager_t1988186574 * value) { ___s_Instance_36 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_36), value); } inline static int32_t get_offset_of_s_ChatTimeFormat_37() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_ChatTimeFormat_37)); } inline String_t* get_s_ChatTimeFormat_37() const { return ___s_ChatTimeFormat_37; } inline String_t** get_address_of_s_ChatTimeFormat_37() { return &___s_ChatTimeFormat_37; } inline void set_s_ChatTimeFormat_37(String_t* value) { ___s_ChatTimeFormat_37 = value; Il2CppCodeGenWriteBarrier((&___s_ChatTimeFormat_37), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHATMANAGER_T1988186574_H #ifndef SHADER_T4151988712_H #define SHADER_T4151988712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Shader struct Shader_t4151988712 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHADER_T4151988712_H #ifndef LOGICACTIVITYPIC_T3113258227_H #define LOGICACTIVITYPIC_T3113258227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic struct logicActivityPic_t3113258227 : public RuntimeObject { public: // DMCore.Logic.logicActivityPic/enumCheckState DMCore.Logic.logicActivityPic::m_checkState int32_t ___m_checkState_1; // BetterList`1 DMCore.Logic.logicActivityPic::m_listTextures BetterList_1_t3192665299 * ___m_listTextures_2; // System.Int32 DMCore.Logic.logicActivityPic::m_currentIndex int32_t ___m_currentIndex_3; // System.Int32 DMCore.Logic.logicActivityPic::m_serverCount int32_t ___m_serverCount_4; // System.Int32 DMCore.Logic.logicActivityPic::m_localCount int32_t ___m_localCount_5; // System.Boolean DMCore.Logic.logicActivityPic::m_bInited bool ___m_bInited_6; // System.Boolean DMCore.Logic.logicActivityPic::m_bJson bool ___m_bJson_7; public: inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_checkState_1)); } inline int32_t get_m_checkState_1() const { return ___m_checkState_1; } inline int32_t* get_address_of_m_checkState_1() { return &___m_checkState_1; } inline void set_m_checkState_1(int32_t value) { ___m_checkState_1 = value; } inline static int32_t get_offset_of_m_listTextures_2() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_listTextures_2)); } inline BetterList_1_t3192665299 * get_m_listTextures_2() const { return ___m_listTextures_2; } inline BetterList_1_t3192665299 ** get_address_of_m_listTextures_2() { return &___m_listTextures_2; } inline void set_m_listTextures_2(BetterList_1_t3192665299 * value) { ___m_listTextures_2 = value; Il2CppCodeGenWriteBarrier((&___m_listTextures_2), value); } inline static int32_t get_offset_of_m_currentIndex_3() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_currentIndex_3)); } inline int32_t get_m_currentIndex_3() const { return ___m_currentIndex_3; } inline int32_t* get_address_of_m_currentIndex_3() { return &___m_currentIndex_3; } inline void set_m_currentIndex_3(int32_t value) { ___m_currentIndex_3 = value; } inline static int32_t get_offset_of_m_serverCount_4() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_serverCount_4)); } inline int32_t get_m_serverCount_4() const { return ___m_serverCount_4; } inline int32_t* get_address_of_m_serverCount_4() { return &___m_serverCount_4; } inline void set_m_serverCount_4(int32_t value) { ___m_serverCount_4 = value; } inline static int32_t get_offset_of_m_localCount_5() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_localCount_5)); } inline int32_t get_m_localCount_5() const { return ___m_localCount_5; } inline int32_t* get_address_of_m_localCount_5() { return &___m_localCount_5; } inline void set_m_localCount_5(int32_t value) { ___m_localCount_5 = value; } inline static int32_t get_offset_of_m_bInited_6() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_bInited_6)); } inline bool get_m_bInited_6() const { return ___m_bInited_6; } inline bool* get_address_of_m_bInited_6() { return &___m_bInited_6; } inline void set_m_bInited_6(bool value) { ___m_bInited_6 = value; } inline static int32_t get_offset_of_m_bJson_7() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_bJson_7)); } inline bool get_m_bJson_7() const { return ___m_bJson_7; } inline bool* get_address_of_m_bJson_7() { return &___m_bJson_7; } inline void set_m_bJson_7(bool value) { ___m_bJson_7 = value; } }; struct logicActivityPic_t3113258227_StaticFields { public: // DMCore.Logic.logicActivityPic DMCore.Logic.logicActivityPic::s_Instance logicActivityPic_t3113258227 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(logicActivityPic_t3113258227_StaticFields, ___s_Instance_0)); } inline logicActivityPic_t3113258227 * get_s_Instance_0() const { return ___s_Instance_0; } inline logicActivityPic_t3113258227 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(logicActivityPic_t3113258227 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICACTIVITYPIC_T3113258227_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 CMESSAGEMANAGER_T3136027633_H #define CMESSAGEMANAGER_T3136027633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMessageManager struct CMessageManager_t3136027633 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CMessageManager::k__BackingField bool ___U3CIsSystemMsgChangedU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CMessageManager::k__BackingField bool ___U3CIsPlayerMsgChangedU3Ek__BackingField_3; // DMCore.Logic.enumMessageType DMCore.Logic.CMessageManager::k__BackingField int32_t ___U3CActiveLabelU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CMessageManager::k__BackingField int32_t ___U3CActiveIndexU3Ek__BackingField_5; // UnityEngine.GameObject DMCore.Logic.CMessageManager::k__BackingField GameObject_t1113636619 * ___U3CLastItemU3Ek__BackingField_6; // System.Boolean DMCore.Logic.CMessageManager::k__BackingField bool ___U3CMenuStateValidU3Ek__BackingField_7; // DMCore.Logic.CMessageManager/CMessageGroup DMCore.Logic.CMessageManager::m_SystemMessageData CMessageGroup_t2505338100 * ___m_SystemMessageData_8; // DMCore.Logic.CMessageManager/CMessageGroup DMCore.Logic.CMessageManager::m_PlayerMessageData CMessageGroup_t2505338100 * ___m_PlayerMessageData_9; public: inline static int32_t get_offset_of_U3CIsSystemMsgChangedU3Ek__BackingField_2() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CIsSystemMsgChangedU3Ek__BackingField_2)); } inline bool get_U3CIsSystemMsgChangedU3Ek__BackingField_2() const { return ___U3CIsSystemMsgChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsSystemMsgChangedU3Ek__BackingField_2() { return &___U3CIsSystemMsgChangedU3Ek__BackingField_2; } inline void set_U3CIsSystemMsgChangedU3Ek__BackingField_2(bool value) { ___U3CIsSystemMsgChangedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsPlayerMsgChangedU3Ek__BackingField_3() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CIsPlayerMsgChangedU3Ek__BackingField_3)); } inline bool get_U3CIsPlayerMsgChangedU3Ek__BackingField_3() const { return ___U3CIsPlayerMsgChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsPlayerMsgChangedU3Ek__BackingField_3() { return &___U3CIsPlayerMsgChangedU3Ek__BackingField_3; } inline void set_U3CIsPlayerMsgChangedU3Ek__BackingField_3(bool value) { ___U3CIsPlayerMsgChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CActiveLabelU3Ek__BackingField_4() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CActiveLabelU3Ek__BackingField_4)); } inline int32_t get_U3CActiveLabelU3Ek__BackingField_4() const { return ___U3CActiveLabelU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CActiveLabelU3Ek__BackingField_4() { return &___U3CActiveLabelU3Ek__BackingField_4; } inline void set_U3CActiveLabelU3Ek__BackingField_4(int32_t value) { ___U3CActiveLabelU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CActiveIndexU3Ek__BackingField_5() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CActiveIndexU3Ek__BackingField_5)); } inline int32_t get_U3CActiveIndexU3Ek__BackingField_5() const { return ___U3CActiveIndexU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CActiveIndexU3Ek__BackingField_5() { return &___U3CActiveIndexU3Ek__BackingField_5; } inline void set_U3CActiveIndexU3Ek__BackingField_5(int32_t value) { ___U3CActiveIndexU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CLastItemU3Ek__BackingField_6() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CLastItemU3Ek__BackingField_6)); } inline GameObject_t1113636619 * get_U3CLastItemU3Ek__BackingField_6() const { return ___U3CLastItemU3Ek__BackingField_6; } inline GameObject_t1113636619 ** get_address_of_U3CLastItemU3Ek__BackingField_6() { return &___U3CLastItemU3Ek__BackingField_6; } inline void set_U3CLastItemU3Ek__BackingField_6(GameObject_t1113636619 * value) { ___U3CLastItemU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CLastItemU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CMenuStateValidU3Ek__BackingField_7() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CMenuStateValidU3Ek__BackingField_7)); } inline bool get_U3CMenuStateValidU3Ek__BackingField_7() const { return ___U3CMenuStateValidU3Ek__BackingField_7; } inline bool* get_address_of_U3CMenuStateValidU3Ek__BackingField_7() { return &___U3CMenuStateValidU3Ek__BackingField_7; } inline void set_U3CMenuStateValidU3Ek__BackingField_7(bool value) { ___U3CMenuStateValidU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_SystemMessageData_8() { return static_cast(offsetof(CMessageManager_t3136027633, ___m_SystemMessageData_8)); } inline CMessageGroup_t2505338100 * get_m_SystemMessageData_8() const { return ___m_SystemMessageData_8; } inline CMessageGroup_t2505338100 ** get_address_of_m_SystemMessageData_8() { return &___m_SystemMessageData_8; } inline void set_m_SystemMessageData_8(CMessageGroup_t2505338100 * value) { ___m_SystemMessageData_8 = value; Il2CppCodeGenWriteBarrier((&___m_SystemMessageData_8), value); } inline static int32_t get_offset_of_m_PlayerMessageData_9() { return static_cast(offsetof(CMessageManager_t3136027633, ___m_PlayerMessageData_9)); } inline CMessageGroup_t2505338100 * get_m_PlayerMessageData_9() const { return ___m_PlayerMessageData_9; } inline CMessageGroup_t2505338100 ** get_address_of_m_PlayerMessageData_9() { return &___m_PlayerMessageData_9; } inline void set_m_PlayerMessageData_9(CMessageGroup_t2505338100 * value) { ___m_PlayerMessageData_9 = value; Il2CppCodeGenWriteBarrier((&___m_PlayerMessageData_9), value); } }; struct CMessageManager_t3136027633_StaticFields { public: // System.Int32 DMCore.Logic.CMessageManager::MESSAGE_COUNT_IN_ONE_PAGE int32_t ___MESSAGE_COUNT_IN_ONE_PAGE_0; // System.Int32 DMCore.Logic.CMessageManager::MESSAGE_MAX_COUNT int32_t ___MESSAGE_MAX_COUNT_1; // System.String DMCore.Logic.CMessageManager::DEST_DIRECTORY String_t* ___DEST_DIRECTORY_10; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_PHOTOID String_t* ___MESSAGE_DATA_KEY_PHOTOID_11; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_USERID String_t* ___MESSAGE_DATA_KEY_USERID_12; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_NAME String_t* ___MESSAGE_DATA_KEY_NAME_13; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_SEX String_t* ___MESSAGE_DATA_KEY_SEX_14; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_TIME String_t* ___MESSAGE_DATA_KEY_TIME_15; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_CHARMVALUE String_t* ___MESSAGE_DATA_KEY_CHARMVALUE_16; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_GIFTID String_t* ___MESSAGE_DATA_KEY_GIFTID_17; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_ISREADALREADY String_t* ___MESSAGE_DATA_KEY_ISREADALREADY_18; // DMCore.Logic.CMessageManager DMCore.Logic.CMessageManager::s_Instance CMessageManager_t3136027633 * ___s_Instance_19; public: inline static int32_t get_offset_of_MESSAGE_COUNT_IN_ONE_PAGE_0() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_COUNT_IN_ONE_PAGE_0)); } inline int32_t get_MESSAGE_COUNT_IN_ONE_PAGE_0() const { return ___MESSAGE_COUNT_IN_ONE_PAGE_0; } inline int32_t* get_address_of_MESSAGE_COUNT_IN_ONE_PAGE_0() { return &___MESSAGE_COUNT_IN_ONE_PAGE_0; } inline void set_MESSAGE_COUNT_IN_ONE_PAGE_0(int32_t value) { ___MESSAGE_COUNT_IN_ONE_PAGE_0 = value; } inline static int32_t get_offset_of_MESSAGE_MAX_COUNT_1() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_MAX_COUNT_1)); } inline int32_t get_MESSAGE_MAX_COUNT_1() const { return ___MESSAGE_MAX_COUNT_1; } inline int32_t* get_address_of_MESSAGE_MAX_COUNT_1() { return &___MESSAGE_MAX_COUNT_1; } inline void set_MESSAGE_MAX_COUNT_1(int32_t value) { ___MESSAGE_MAX_COUNT_1 = value; } inline static int32_t get_offset_of_DEST_DIRECTORY_10() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___DEST_DIRECTORY_10)); } inline String_t* get_DEST_DIRECTORY_10() const { return ___DEST_DIRECTORY_10; } inline String_t** get_address_of_DEST_DIRECTORY_10() { return &___DEST_DIRECTORY_10; } inline void set_DEST_DIRECTORY_10(String_t* value) { ___DEST_DIRECTORY_10 = value; Il2CppCodeGenWriteBarrier((&___DEST_DIRECTORY_10), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_PHOTOID_11() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_PHOTOID_11)); } inline String_t* get_MESSAGE_DATA_KEY_PHOTOID_11() const { return ___MESSAGE_DATA_KEY_PHOTOID_11; } inline String_t** get_address_of_MESSAGE_DATA_KEY_PHOTOID_11() { return &___MESSAGE_DATA_KEY_PHOTOID_11; } inline void set_MESSAGE_DATA_KEY_PHOTOID_11(String_t* value) { ___MESSAGE_DATA_KEY_PHOTOID_11 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_PHOTOID_11), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_USERID_12() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_USERID_12)); } inline String_t* get_MESSAGE_DATA_KEY_USERID_12() const { return ___MESSAGE_DATA_KEY_USERID_12; } inline String_t** get_address_of_MESSAGE_DATA_KEY_USERID_12() { return &___MESSAGE_DATA_KEY_USERID_12; } inline void set_MESSAGE_DATA_KEY_USERID_12(String_t* value) { ___MESSAGE_DATA_KEY_USERID_12 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_USERID_12), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_NAME_13() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_NAME_13)); } inline String_t* get_MESSAGE_DATA_KEY_NAME_13() const { return ___MESSAGE_DATA_KEY_NAME_13; } inline String_t** get_address_of_MESSAGE_DATA_KEY_NAME_13() { return &___MESSAGE_DATA_KEY_NAME_13; } inline void set_MESSAGE_DATA_KEY_NAME_13(String_t* value) { ___MESSAGE_DATA_KEY_NAME_13 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_NAME_13), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_SEX_14() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_SEX_14)); } inline String_t* get_MESSAGE_DATA_KEY_SEX_14() const { return ___MESSAGE_DATA_KEY_SEX_14; } inline String_t** get_address_of_MESSAGE_DATA_KEY_SEX_14() { return &___MESSAGE_DATA_KEY_SEX_14; } inline void set_MESSAGE_DATA_KEY_SEX_14(String_t* value) { ___MESSAGE_DATA_KEY_SEX_14 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_SEX_14), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_TIME_15() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_TIME_15)); } inline String_t* get_MESSAGE_DATA_KEY_TIME_15() const { return ___MESSAGE_DATA_KEY_TIME_15; } inline String_t** get_address_of_MESSAGE_DATA_KEY_TIME_15() { return &___MESSAGE_DATA_KEY_TIME_15; } inline void set_MESSAGE_DATA_KEY_TIME_15(String_t* value) { ___MESSAGE_DATA_KEY_TIME_15 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_TIME_15), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_CHARMVALUE_16() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_CHARMVALUE_16)); } inline String_t* get_MESSAGE_DATA_KEY_CHARMVALUE_16() const { return ___MESSAGE_DATA_KEY_CHARMVALUE_16; } inline String_t** get_address_of_MESSAGE_DATA_KEY_CHARMVALUE_16() { return &___MESSAGE_DATA_KEY_CHARMVALUE_16; } inline void set_MESSAGE_DATA_KEY_CHARMVALUE_16(String_t* value) { ___MESSAGE_DATA_KEY_CHARMVALUE_16 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_CHARMVALUE_16), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_GIFTID_17() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_GIFTID_17)); } inline String_t* get_MESSAGE_DATA_KEY_GIFTID_17() const { return ___MESSAGE_DATA_KEY_GIFTID_17; } inline String_t** get_address_of_MESSAGE_DATA_KEY_GIFTID_17() { return &___MESSAGE_DATA_KEY_GIFTID_17; } inline void set_MESSAGE_DATA_KEY_GIFTID_17(String_t* value) { ___MESSAGE_DATA_KEY_GIFTID_17 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_GIFTID_17), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_ISREADALREADY_18() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_ISREADALREADY_18)); } inline String_t* get_MESSAGE_DATA_KEY_ISREADALREADY_18() const { return ___MESSAGE_DATA_KEY_ISREADALREADY_18; } inline String_t** get_address_of_MESSAGE_DATA_KEY_ISREADALREADY_18() { return &___MESSAGE_DATA_KEY_ISREADALREADY_18; } inline void set_MESSAGE_DATA_KEY_ISREADALREADY_18(String_t* value) { ___MESSAGE_DATA_KEY_ISREADALREADY_18 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_ISREADALREADY_18), value); } inline static int32_t get_offset_of_s_Instance_19() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___s_Instance_19)); } inline CMessageManager_t3136027633 * get_s_Instance_19() const { return ___s_Instance_19; } inline CMessageManager_t3136027633 ** get_address_of_s_Instance_19() { return &___s_Instance_19; } inline void set_s_Instance_19(CMessageManager_t3136027633 * value) { ___s_Instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMESSAGEMANAGER_T3136027633_H #ifndef CTASKMANAGER_T4133723725_H #define CTASKMANAGER_T4133723725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTaskManager struct CTaskManager_t4133723725 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CTaskManager::m_CurrentSelectIndex int32_t ___m_CurrentSelectIndex_1; // System.Boolean DMCore.Logic.CTaskManager::m_bIfChanged bool ___m_bIfChanged_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CTaskManager::m_TaskDataList Dictionary_2_t2525419584 * ___m_TaskDataList_3; // System.Int32 DMCore.Logic.CTaskManager::m_nTaskNotReadCnt int32_t ___m_nTaskNotReadCnt_4; // System.Int32 DMCore.Logic.CTaskManager::m_activeMainIndex int32_t ___m_activeMainIndex_5; // System.Int32 DMCore.Logic.CTaskManager::m_lastMainIndex int32_t ___m_lastMainIndex_6; // DMCore.Logic.enumTaskType DMCore.Logic.CTaskManager::m_curTaskType int32_t ___m_curTaskType_7; // System.Int32 DMCore.Logic.CTaskManager::m_dailyActiveValue int32_t ___m_dailyActiveValue_8; // System.Int32 DMCore.Logic.CTaskManager::m_dailyActiveLevel int32_t ___m_dailyActiveLevel_9; // DMCore.Logic.CTaskDailyAward[] DMCore.Logic.CTaskManager::m_dailyAwardArr CTaskDailyAwardU5BU5D_t108279183* ___m_dailyAwardArr_10; // System.Boolean DMCore.Logic.CTaskManager::m_isWaitingResult bool ___m_isWaitingResult_11; // System.Boolean DMCore.Logic.CTaskManager::m_isDailyAwardReady bool ___m_isDailyAwardReady_12; // System.Boolean DMCore.Logic.CTaskManager::m_isNeedFreshAward bool ___m_isNeedFreshAward_13; // System.Boolean DMCore.Logic.CTaskManager::m_isNeedFreshGiftList bool ___m_isNeedFreshGiftList_14; // CDataModelInt DMCore.Logic.CTaskManager::m_selectTaskId CDataModelInt_t3463393640 * ___m_selectTaskId_15; // CDataModelBool DMCore.Logic.CTaskManager::m_isRefreshList CDataModelBool_t2269476966 * ___m_isRefreshList_16; // System.Int32 DMCore.Logic.CTaskManager::m_curChooseID int32_t ___m_curChooseID_17; public: inline static int32_t get_offset_of_m_CurrentSelectIndex_1() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_CurrentSelectIndex_1)); } inline int32_t get_m_CurrentSelectIndex_1() const { return ___m_CurrentSelectIndex_1; } inline int32_t* get_address_of_m_CurrentSelectIndex_1() { return &___m_CurrentSelectIndex_1; } inline void set_m_CurrentSelectIndex_1(int32_t value) { ___m_CurrentSelectIndex_1 = value; } inline static int32_t get_offset_of_m_bIfChanged_2() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_bIfChanged_2)); } inline bool get_m_bIfChanged_2() const { return ___m_bIfChanged_2; } inline bool* get_address_of_m_bIfChanged_2() { return &___m_bIfChanged_2; } inline void set_m_bIfChanged_2(bool value) { ___m_bIfChanged_2 = value; } inline static int32_t get_offset_of_m_TaskDataList_3() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_TaskDataList_3)); } inline Dictionary_2_t2525419584 * get_m_TaskDataList_3() const { return ___m_TaskDataList_3; } inline Dictionary_2_t2525419584 ** get_address_of_m_TaskDataList_3() { return &___m_TaskDataList_3; } inline void set_m_TaskDataList_3(Dictionary_2_t2525419584 * value) { ___m_TaskDataList_3 = value; Il2CppCodeGenWriteBarrier((&___m_TaskDataList_3), value); } inline static int32_t get_offset_of_m_nTaskNotReadCnt_4() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_nTaskNotReadCnt_4)); } inline int32_t get_m_nTaskNotReadCnt_4() const { return ___m_nTaskNotReadCnt_4; } inline int32_t* get_address_of_m_nTaskNotReadCnt_4() { return &___m_nTaskNotReadCnt_4; } inline void set_m_nTaskNotReadCnt_4(int32_t value) { ___m_nTaskNotReadCnt_4 = value; } inline static int32_t get_offset_of_m_activeMainIndex_5() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_activeMainIndex_5)); } inline int32_t get_m_activeMainIndex_5() const { return ___m_activeMainIndex_5; } inline int32_t* get_address_of_m_activeMainIndex_5() { return &___m_activeMainIndex_5; } inline void set_m_activeMainIndex_5(int32_t value) { ___m_activeMainIndex_5 = value; } inline static int32_t get_offset_of_m_lastMainIndex_6() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_lastMainIndex_6)); } inline int32_t get_m_lastMainIndex_6() const { return ___m_lastMainIndex_6; } inline int32_t* get_address_of_m_lastMainIndex_6() { return &___m_lastMainIndex_6; } inline void set_m_lastMainIndex_6(int32_t value) { ___m_lastMainIndex_6 = value; } inline static int32_t get_offset_of_m_curTaskType_7() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_curTaskType_7)); } inline int32_t get_m_curTaskType_7() const { return ___m_curTaskType_7; } inline int32_t* get_address_of_m_curTaskType_7() { return &___m_curTaskType_7; } inline void set_m_curTaskType_7(int32_t value) { ___m_curTaskType_7 = value; } inline static int32_t get_offset_of_m_dailyActiveValue_8() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_dailyActiveValue_8)); } inline int32_t get_m_dailyActiveValue_8() const { return ___m_dailyActiveValue_8; } inline int32_t* get_address_of_m_dailyActiveValue_8() { return &___m_dailyActiveValue_8; } inline void set_m_dailyActiveValue_8(int32_t value) { ___m_dailyActiveValue_8 = value; } inline static int32_t get_offset_of_m_dailyActiveLevel_9() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_dailyActiveLevel_9)); } inline int32_t get_m_dailyActiveLevel_9() const { return ___m_dailyActiveLevel_9; } inline int32_t* get_address_of_m_dailyActiveLevel_9() { return &___m_dailyActiveLevel_9; } inline void set_m_dailyActiveLevel_9(int32_t value) { ___m_dailyActiveLevel_9 = value; } inline static int32_t get_offset_of_m_dailyAwardArr_10() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_dailyAwardArr_10)); } inline CTaskDailyAwardU5BU5D_t108279183* get_m_dailyAwardArr_10() const { return ___m_dailyAwardArr_10; } inline CTaskDailyAwardU5BU5D_t108279183** get_address_of_m_dailyAwardArr_10() { return &___m_dailyAwardArr_10; } inline void set_m_dailyAwardArr_10(CTaskDailyAwardU5BU5D_t108279183* value) { ___m_dailyAwardArr_10 = value; Il2CppCodeGenWriteBarrier((&___m_dailyAwardArr_10), value); } inline static int32_t get_offset_of_m_isWaitingResult_11() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isWaitingResult_11)); } inline bool get_m_isWaitingResult_11() const { return ___m_isWaitingResult_11; } inline bool* get_address_of_m_isWaitingResult_11() { return &___m_isWaitingResult_11; } inline void set_m_isWaitingResult_11(bool value) { ___m_isWaitingResult_11 = value; } inline static int32_t get_offset_of_m_isDailyAwardReady_12() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isDailyAwardReady_12)); } inline bool get_m_isDailyAwardReady_12() const { return ___m_isDailyAwardReady_12; } inline bool* get_address_of_m_isDailyAwardReady_12() { return &___m_isDailyAwardReady_12; } inline void set_m_isDailyAwardReady_12(bool value) { ___m_isDailyAwardReady_12 = value; } inline static int32_t get_offset_of_m_isNeedFreshAward_13() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isNeedFreshAward_13)); } inline bool get_m_isNeedFreshAward_13() const { return ___m_isNeedFreshAward_13; } inline bool* get_address_of_m_isNeedFreshAward_13() { return &___m_isNeedFreshAward_13; } inline void set_m_isNeedFreshAward_13(bool value) { ___m_isNeedFreshAward_13 = value; } inline static int32_t get_offset_of_m_isNeedFreshGiftList_14() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isNeedFreshGiftList_14)); } inline bool get_m_isNeedFreshGiftList_14() const { return ___m_isNeedFreshGiftList_14; } inline bool* get_address_of_m_isNeedFreshGiftList_14() { return &___m_isNeedFreshGiftList_14; } inline void set_m_isNeedFreshGiftList_14(bool value) { ___m_isNeedFreshGiftList_14 = value; } inline static int32_t get_offset_of_m_selectTaskId_15() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_selectTaskId_15)); } inline CDataModelInt_t3463393640 * get_m_selectTaskId_15() const { return ___m_selectTaskId_15; } inline CDataModelInt_t3463393640 ** get_address_of_m_selectTaskId_15() { return &___m_selectTaskId_15; } inline void set_m_selectTaskId_15(CDataModelInt_t3463393640 * value) { ___m_selectTaskId_15 = value; Il2CppCodeGenWriteBarrier((&___m_selectTaskId_15), value); } inline static int32_t get_offset_of_m_isRefreshList_16() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isRefreshList_16)); } inline CDataModelBool_t2269476966 * get_m_isRefreshList_16() const { return ___m_isRefreshList_16; } inline CDataModelBool_t2269476966 ** get_address_of_m_isRefreshList_16() { return &___m_isRefreshList_16; } inline void set_m_isRefreshList_16(CDataModelBool_t2269476966 * value) { ___m_isRefreshList_16 = value; Il2CppCodeGenWriteBarrier((&___m_isRefreshList_16), value); } inline static int32_t get_offset_of_m_curChooseID_17() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_curChooseID_17)); } inline int32_t get_m_curChooseID_17() const { return ___m_curChooseID_17; } inline int32_t* get_address_of_m_curChooseID_17() { return &___m_curChooseID_17; } inline void set_m_curChooseID_17(int32_t value) { ___m_curChooseID_17 = value; } }; struct CTaskManager_t4133723725_StaticFields { public: // DMCore.Logic.CTaskManager DMCore.Logic.CTaskManager::s_Instance CTaskManager_t4133723725 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CTaskManager_t4133723725_StaticFields, ___s_Instance_0)); } inline CTaskManager_t4133723725 * get_s_Instance_0() const { return ___s_Instance_0; } inline CTaskManager_t4133723725 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CTaskManager_t4133723725 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTASKMANAGER_T4133723725_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 CIDOLSHOWMANAGER_T2312713117_H #define CIDOLSHOWMANAGER_T2312713117_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolShowManager struct CIdolShowManager_t2312713117 : public RuntimeObject { public: // DMCore.Logic.enumIdolShowPage DMCore.Logic.CIdolShowManager::m_ActivePage int32_t ___m_ActivePage_0; // System.Int32 DMCore.Logic.CIdolShowManager::lastWeekSelfRank int32_t ___lastWeekSelfRank_1; // System.Int32 DMCore.Logic.CIdolShowManager::MaxClothNum int32_t ___MaxClothNum_2; // System.Int32 DMCore.Logic.CIdolShowManager::MaxPraiseNum int32_t ___MaxPraiseNum_3; // System.Int32 DMCore.Logic.CIdolShowManager::MaxGiftNum int32_t ___MaxGiftNum_4; // System.Int32 DMCore.Logic.CIdolShowManager::CurrentCollectNum int32_t ___CurrentCollectNum_5; // System.Single DMCore.Logic.CIdolShowManager::OriControllorPos float ___OriControllorPos_6; // System.Int32 DMCore.Logic.CIdolShowManager::LastUnFoldIndex int32_t ___LastUnFoldIndex_7; // System.Int64 DMCore.Logic.CIdolShowManager::LastSearchId int64_t ___LastSearchId_8; // System.Int64 DMCore.Logic.CIdolShowManager::lastGiveClothId int64_t ___lastGiveClothId_9; // System.Int64 DMCore.Logic.CIdolShowManager::lastGiveGiftId int64_t ___lastGiveGiftId_10; // System.Boolean DMCore.Logic.CIdolShowManager::PopularityChanged bool ___PopularityChanged_11; // System.Collections.Generic.List`1 DMCore.Logic.CIdolShowManager::m_PopularityPlayId List_1_t913674750 * ___m_PopularityPlayId_12; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::resetCollectList DataRefreshCallBack_t1481235937 * ___resetCollectList_13; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreCollectState DataRefreshCallBack_t1481235937 * ___refreCollectState_14; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::showSerch DataRefreshCallBack_t1481235937 * ___showSerch_15; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshTop10 DataRefreshCallBack_t1481235937 * ___refreshTop10_16; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::showDetail DataRefreshCallBack_t1481235937 * ___showDetail_17; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshMyRank DataRefreshCallBack_t1481235937 * ___refreshMyRank_18; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshCollect DataRefreshCallBack_t1481235937 * ___refreshCollect_19; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshSelfPopularity DataRefreshCallBack_t1481235937 * ___refreshSelfPopularity_20; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshSelfPhotos DataRefreshCallBack_t1481235937 * ___refreshSelfPhotos_21; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::interactCallback DataRefreshCallBack_t1481235937 * ___interactCallback_22; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshNoRankData DataRefreshCallBack_t1481235937 * ___refreshNoRankData_23; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshGiftPanel DataRefreshCallBack_t1481235937 * ___refreshGiftPanel_24; // DMCore.Logic.CIdolShowManager/SendPopularLogDetail DMCore.Logic.CIdolShowManager::sendPopularLogDetail SendPopularLogDetail_t1438849614 * ___sendPopularLogDetail_25; // DMCore.Logic.CIdolShowManager/SendPopularLogDetail DMCore.Logic.CIdolShowManager::refreshSelfPopularityInfo SendPopularLogDetail_t1438849614 * ___refreshSelfPopularityInfo_26; // System.Int32 DMCore.Logic.CIdolShowManager::curHitRankSex int32_t ___curHitRankSex_27; // System.Int32 DMCore.Logic.CIdolShowManager::curNYear int32_t ___curNYear_28; // System.Int32 DMCore.Logic.CIdolShowManager::curNVolume int32_t ___curNVolume_29; // System.Int32 DMCore.Logic.CIdolShowManager::curTop10Ntype int32_t ___curTop10Ntype_30; // System.Int32 DMCore.Logic.CIdolShowManager::isTopLeftEnd int32_t ___isTopLeftEnd_31; // System.Int32 DMCore.Logic.CIdolShowManager::isTopRightEnd int32_t ___isTopRightEnd_32; // System.String DMCore.Logic.CIdolShowManager::top10Date String_t* ___top10Date_33; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolShowManager::s_listIdols Dictionary_2_t463511065 * ___s_listIdols_34; // System.Boolean DMCore.Logic.CIdolShowManager::rankListChanged bool ___rankListChanged_36; // System.Boolean DMCore.Logic.CIdolShowManager::searchTableChanged bool ___searchTableChanged_37; // System.Boolean DMCore.Logic.CIdolShowManager::m_IsTargetSelf bool ___m_IsTargetSelf_38; // System.Int64 DMCore.Logic.CIdolShowManager::m_TargetUserId int64_t ___m_TargetUserId_39; // DMCore.Logic.CIdolInfo DMCore.Logic.CIdolShowManager::selfInfo CIdolInfo_t400451087 * ___selfInfo_40; public: inline static int32_t get_offset_of_m_ActivePage_0() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_ActivePage_0)); } inline int32_t get_m_ActivePage_0() const { return ___m_ActivePage_0; } inline int32_t* get_address_of_m_ActivePage_0() { return &___m_ActivePage_0; } inline void set_m_ActivePage_0(int32_t value) { ___m_ActivePage_0 = value; } inline static int32_t get_offset_of_lastWeekSelfRank_1() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___lastWeekSelfRank_1)); } inline int32_t get_lastWeekSelfRank_1() const { return ___lastWeekSelfRank_1; } inline int32_t* get_address_of_lastWeekSelfRank_1() { return &___lastWeekSelfRank_1; } inline void set_lastWeekSelfRank_1(int32_t value) { ___lastWeekSelfRank_1 = value; } inline static int32_t get_offset_of_MaxClothNum_2() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___MaxClothNum_2)); } inline int32_t get_MaxClothNum_2() const { return ___MaxClothNum_2; } inline int32_t* get_address_of_MaxClothNum_2() { return &___MaxClothNum_2; } inline void set_MaxClothNum_2(int32_t value) { ___MaxClothNum_2 = value; } inline static int32_t get_offset_of_MaxPraiseNum_3() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___MaxPraiseNum_3)); } inline int32_t get_MaxPraiseNum_3() const { return ___MaxPraiseNum_3; } inline int32_t* get_address_of_MaxPraiseNum_3() { return &___MaxPraiseNum_3; } inline void set_MaxPraiseNum_3(int32_t value) { ___MaxPraiseNum_3 = value; } inline static int32_t get_offset_of_MaxGiftNum_4() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___MaxGiftNum_4)); } inline int32_t get_MaxGiftNum_4() const { return ___MaxGiftNum_4; } inline int32_t* get_address_of_MaxGiftNum_4() { return &___MaxGiftNum_4; } inline void set_MaxGiftNum_4(int32_t value) { ___MaxGiftNum_4 = value; } inline static int32_t get_offset_of_CurrentCollectNum_5() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___CurrentCollectNum_5)); } inline int32_t get_CurrentCollectNum_5() const { return ___CurrentCollectNum_5; } inline int32_t* get_address_of_CurrentCollectNum_5() { return &___CurrentCollectNum_5; } inline void set_CurrentCollectNum_5(int32_t value) { ___CurrentCollectNum_5 = value; } inline static int32_t get_offset_of_OriControllorPos_6() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___OriControllorPos_6)); } inline float get_OriControllorPos_6() const { return ___OriControllorPos_6; } inline float* get_address_of_OriControllorPos_6() { return &___OriControllorPos_6; } inline void set_OriControllorPos_6(float value) { ___OriControllorPos_6 = value; } inline static int32_t get_offset_of_LastUnFoldIndex_7() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___LastUnFoldIndex_7)); } inline int32_t get_LastUnFoldIndex_7() const { return ___LastUnFoldIndex_7; } inline int32_t* get_address_of_LastUnFoldIndex_7() { return &___LastUnFoldIndex_7; } inline void set_LastUnFoldIndex_7(int32_t value) { ___LastUnFoldIndex_7 = value; } inline static int32_t get_offset_of_LastSearchId_8() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___LastSearchId_8)); } inline int64_t get_LastSearchId_8() const { return ___LastSearchId_8; } inline int64_t* get_address_of_LastSearchId_8() { return &___LastSearchId_8; } inline void set_LastSearchId_8(int64_t value) { ___LastSearchId_8 = value; } inline static int32_t get_offset_of_lastGiveClothId_9() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___lastGiveClothId_9)); } inline int64_t get_lastGiveClothId_9() const { return ___lastGiveClothId_9; } inline int64_t* get_address_of_lastGiveClothId_9() { return &___lastGiveClothId_9; } inline void set_lastGiveClothId_9(int64_t value) { ___lastGiveClothId_9 = value; } inline static int32_t get_offset_of_lastGiveGiftId_10() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___lastGiveGiftId_10)); } inline int64_t get_lastGiveGiftId_10() const { return ___lastGiveGiftId_10; } inline int64_t* get_address_of_lastGiveGiftId_10() { return &___lastGiveGiftId_10; } inline void set_lastGiveGiftId_10(int64_t value) { ___lastGiveGiftId_10 = value; } inline static int32_t get_offset_of_PopularityChanged_11() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___PopularityChanged_11)); } inline bool get_PopularityChanged_11() const { return ___PopularityChanged_11; } inline bool* get_address_of_PopularityChanged_11() { return &___PopularityChanged_11; } inline void set_PopularityChanged_11(bool value) { ___PopularityChanged_11 = value; } inline static int32_t get_offset_of_m_PopularityPlayId_12() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_PopularityPlayId_12)); } inline List_1_t913674750 * get_m_PopularityPlayId_12() const { return ___m_PopularityPlayId_12; } inline List_1_t913674750 ** get_address_of_m_PopularityPlayId_12() { return &___m_PopularityPlayId_12; } inline void set_m_PopularityPlayId_12(List_1_t913674750 * value) { ___m_PopularityPlayId_12 = value; Il2CppCodeGenWriteBarrier((&___m_PopularityPlayId_12), value); } inline static int32_t get_offset_of_resetCollectList_13() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___resetCollectList_13)); } inline DataRefreshCallBack_t1481235937 * get_resetCollectList_13() const { return ___resetCollectList_13; } inline DataRefreshCallBack_t1481235937 ** get_address_of_resetCollectList_13() { return &___resetCollectList_13; } inline void set_resetCollectList_13(DataRefreshCallBack_t1481235937 * value) { ___resetCollectList_13 = value; Il2CppCodeGenWriteBarrier((&___resetCollectList_13), value); } inline static int32_t get_offset_of_refreCollectState_14() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreCollectState_14)); } inline DataRefreshCallBack_t1481235937 * get_refreCollectState_14() const { return ___refreCollectState_14; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreCollectState_14() { return &___refreCollectState_14; } inline void set_refreCollectState_14(DataRefreshCallBack_t1481235937 * value) { ___refreCollectState_14 = value; Il2CppCodeGenWriteBarrier((&___refreCollectState_14), value); } inline static int32_t get_offset_of_showSerch_15() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___showSerch_15)); } inline DataRefreshCallBack_t1481235937 * get_showSerch_15() const { return ___showSerch_15; } inline DataRefreshCallBack_t1481235937 ** get_address_of_showSerch_15() { return &___showSerch_15; } inline void set_showSerch_15(DataRefreshCallBack_t1481235937 * value) { ___showSerch_15 = value; Il2CppCodeGenWriteBarrier((&___showSerch_15), value); } inline static int32_t get_offset_of_refreshTop10_16() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshTop10_16)); } inline DataRefreshCallBack_t1481235937 * get_refreshTop10_16() const { return ___refreshTop10_16; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshTop10_16() { return &___refreshTop10_16; } inline void set_refreshTop10_16(DataRefreshCallBack_t1481235937 * value) { ___refreshTop10_16 = value; Il2CppCodeGenWriteBarrier((&___refreshTop10_16), value); } inline static int32_t get_offset_of_showDetail_17() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___showDetail_17)); } inline DataRefreshCallBack_t1481235937 * get_showDetail_17() const { return ___showDetail_17; } inline DataRefreshCallBack_t1481235937 ** get_address_of_showDetail_17() { return &___showDetail_17; } inline void set_showDetail_17(DataRefreshCallBack_t1481235937 * value) { ___showDetail_17 = value; Il2CppCodeGenWriteBarrier((&___showDetail_17), value); } inline static int32_t get_offset_of_refreshMyRank_18() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshMyRank_18)); } inline DataRefreshCallBack_t1481235937 * get_refreshMyRank_18() const { return ___refreshMyRank_18; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshMyRank_18() { return &___refreshMyRank_18; } inline void set_refreshMyRank_18(DataRefreshCallBack_t1481235937 * value) { ___refreshMyRank_18 = value; Il2CppCodeGenWriteBarrier((&___refreshMyRank_18), value); } inline static int32_t get_offset_of_refreshCollect_19() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshCollect_19)); } inline DataRefreshCallBack_t1481235937 * get_refreshCollect_19() const { return ___refreshCollect_19; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshCollect_19() { return &___refreshCollect_19; } inline void set_refreshCollect_19(DataRefreshCallBack_t1481235937 * value) { ___refreshCollect_19 = value; Il2CppCodeGenWriteBarrier((&___refreshCollect_19), value); } inline static int32_t get_offset_of_refreshSelfPopularity_20() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshSelfPopularity_20)); } inline DataRefreshCallBack_t1481235937 * get_refreshSelfPopularity_20() const { return ___refreshSelfPopularity_20; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshSelfPopularity_20() { return &___refreshSelfPopularity_20; } inline void set_refreshSelfPopularity_20(DataRefreshCallBack_t1481235937 * value) { ___refreshSelfPopularity_20 = value; Il2CppCodeGenWriteBarrier((&___refreshSelfPopularity_20), value); } inline static int32_t get_offset_of_refreshSelfPhotos_21() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshSelfPhotos_21)); } inline DataRefreshCallBack_t1481235937 * get_refreshSelfPhotos_21() const { return ___refreshSelfPhotos_21; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshSelfPhotos_21() { return &___refreshSelfPhotos_21; } inline void set_refreshSelfPhotos_21(DataRefreshCallBack_t1481235937 * value) { ___refreshSelfPhotos_21 = value; Il2CppCodeGenWriteBarrier((&___refreshSelfPhotos_21), value); } inline static int32_t get_offset_of_interactCallback_22() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___interactCallback_22)); } inline DataRefreshCallBack_t1481235937 * get_interactCallback_22() const { return ___interactCallback_22; } inline DataRefreshCallBack_t1481235937 ** get_address_of_interactCallback_22() { return &___interactCallback_22; } inline void set_interactCallback_22(DataRefreshCallBack_t1481235937 * value) { ___interactCallback_22 = value; Il2CppCodeGenWriteBarrier((&___interactCallback_22), value); } inline static int32_t get_offset_of_refreshNoRankData_23() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshNoRankData_23)); } inline DataRefreshCallBack_t1481235937 * get_refreshNoRankData_23() const { return ___refreshNoRankData_23; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshNoRankData_23() { return &___refreshNoRankData_23; } inline void set_refreshNoRankData_23(DataRefreshCallBack_t1481235937 * value) { ___refreshNoRankData_23 = value; Il2CppCodeGenWriteBarrier((&___refreshNoRankData_23), value); } inline static int32_t get_offset_of_refreshGiftPanel_24() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshGiftPanel_24)); } inline DataRefreshCallBack_t1481235937 * get_refreshGiftPanel_24() const { return ___refreshGiftPanel_24; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshGiftPanel_24() { return &___refreshGiftPanel_24; } inline void set_refreshGiftPanel_24(DataRefreshCallBack_t1481235937 * value) { ___refreshGiftPanel_24 = value; Il2CppCodeGenWriteBarrier((&___refreshGiftPanel_24), value); } inline static int32_t get_offset_of_sendPopularLogDetail_25() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___sendPopularLogDetail_25)); } inline SendPopularLogDetail_t1438849614 * get_sendPopularLogDetail_25() const { return ___sendPopularLogDetail_25; } inline SendPopularLogDetail_t1438849614 ** get_address_of_sendPopularLogDetail_25() { return &___sendPopularLogDetail_25; } inline void set_sendPopularLogDetail_25(SendPopularLogDetail_t1438849614 * value) { ___sendPopularLogDetail_25 = value; Il2CppCodeGenWriteBarrier((&___sendPopularLogDetail_25), value); } inline static int32_t get_offset_of_refreshSelfPopularityInfo_26() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshSelfPopularityInfo_26)); } inline SendPopularLogDetail_t1438849614 * get_refreshSelfPopularityInfo_26() const { return ___refreshSelfPopularityInfo_26; } inline SendPopularLogDetail_t1438849614 ** get_address_of_refreshSelfPopularityInfo_26() { return &___refreshSelfPopularityInfo_26; } inline void set_refreshSelfPopularityInfo_26(SendPopularLogDetail_t1438849614 * value) { ___refreshSelfPopularityInfo_26 = value; Il2CppCodeGenWriteBarrier((&___refreshSelfPopularityInfo_26), value); } inline static int32_t get_offset_of_curHitRankSex_27() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curHitRankSex_27)); } inline int32_t get_curHitRankSex_27() const { return ___curHitRankSex_27; } inline int32_t* get_address_of_curHitRankSex_27() { return &___curHitRankSex_27; } inline void set_curHitRankSex_27(int32_t value) { ___curHitRankSex_27 = value; } inline static int32_t get_offset_of_curNYear_28() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curNYear_28)); } inline int32_t get_curNYear_28() const { return ___curNYear_28; } inline int32_t* get_address_of_curNYear_28() { return &___curNYear_28; } inline void set_curNYear_28(int32_t value) { ___curNYear_28 = value; } inline static int32_t get_offset_of_curNVolume_29() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curNVolume_29)); } inline int32_t get_curNVolume_29() const { return ___curNVolume_29; } inline int32_t* get_address_of_curNVolume_29() { return &___curNVolume_29; } inline void set_curNVolume_29(int32_t value) { ___curNVolume_29 = value; } inline static int32_t get_offset_of_curTop10Ntype_30() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curTop10Ntype_30)); } inline int32_t get_curTop10Ntype_30() const { return ___curTop10Ntype_30; } inline int32_t* get_address_of_curTop10Ntype_30() { return &___curTop10Ntype_30; } inline void set_curTop10Ntype_30(int32_t value) { ___curTop10Ntype_30 = value; } inline static int32_t get_offset_of_isTopLeftEnd_31() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___isTopLeftEnd_31)); } inline int32_t get_isTopLeftEnd_31() const { return ___isTopLeftEnd_31; } inline int32_t* get_address_of_isTopLeftEnd_31() { return &___isTopLeftEnd_31; } inline void set_isTopLeftEnd_31(int32_t value) { ___isTopLeftEnd_31 = value; } inline static int32_t get_offset_of_isTopRightEnd_32() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___isTopRightEnd_32)); } inline int32_t get_isTopRightEnd_32() const { return ___isTopRightEnd_32; } inline int32_t* get_address_of_isTopRightEnd_32() { return &___isTopRightEnd_32; } inline void set_isTopRightEnd_32(int32_t value) { ___isTopRightEnd_32 = value; } inline static int32_t get_offset_of_top10Date_33() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___top10Date_33)); } inline String_t* get_top10Date_33() const { return ___top10Date_33; } inline String_t** get_address_of_top10Date_33() { return &___top10Date_33; } inline void set_top10Date_33(String_t* value) { ___top10Date_33 = value; Il2CppCodeGenWriteBarrier((&___top10Date_33), value); } inline static int32_t get_offset_of_s_listIdols_34() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___s_listIdols_34)); } inline Dictionary_2_t463511065 * get_s_listIdols_34() const { return ___s_listIdols_34; } inline Dictionary_2_t463511065 ** get_address_of_s_listIdols_34() { return &___s_listIdols_34; } inline void set_s_listIdols_34(Dictionary_2_t463511065 * value) { ___s_listIdols_34 = value; Il2CppCodeGenWriteBarrier((&___s_listIdols_34), value); } inline static int32_t get_offset_of_rankListChanged_36() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___rankListChanged_36)); } inline bool get_rankListChanged_36() const { return ___rankListChanged_36; } inline bool* get_address_of_rankListChanged_36() { return &___rankListChanged_36; } inline void set_rankListChanged_36(bool value) { ___rankListChanged_36 = value; } inline static int32_t get_offset_of_searchTableChanged_37() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___searchTableChanged_37)); } inline bool get_searchTableChanged_37() const { return ___searchTableChanged_37; } inline bool* get_address_of_searchTableChanged_37() { return &___searchTableChanged_37; } inline void set_searchTableChanged_37(bool value) { ___searchTableChanged_37 = value; } inline static int32_t get_offset_of_m_IsTargetSelf_38() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_IsTargetSelf_38)); } inline bool get_m_IsTargetSelf_38() const { return ___m_IsTargetSelf_38; } inline bool* get_address_of_m_IsTargetSelf_38() { return &___m_IsTargetSelf_38; } inline void set_m_IsTargetSelf_38(bool value) { ___m_IsTargetSelf_38 = value; } inline static int32_t get_offset_of_m_TargetUserId_39() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_TargetUserId_39)); } inline int64_t get_m_TargetUserId_39() const { return ___m_TargetUserId_39; } inline int64_t* get_address_of_m_TargetUserId_39() { return &___m_TargetUserId_39; } inline void set_m_TargetUserId_39(int64_t value) { ___m_TargetUserId_39 = value; } inline static int32_t get_offset_of_selfInfo_40() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___selfInfo_40)); } inline CIdolInfo_t400451087 * get_selfInfo_40() const { return ___selfInfo_40; } inline CIdolInfo_t400451087 ** get_address_of_selfInfo_40() { return &___selfInfo_40; } inline void set_selfInfo_40(CIdolInfo_t400451087 * value) { ___selfInfo_40 = value; Il2CppCodeGenWriteBarrier((&___selfInfo_40), value); } }; struct CIdolShowManager_t2312713117_StaticFields { public: // DMCore.Logic.CIdolShowManager DMCore.Logic.CIdolShowManager::s_Instance CIdolShowManager_t2312713117 * ___s_Instance_35; public: inline static int32_t get_offset_of_s_Instance_35() { return static_cast(offsetof(CIdolShowManager_t2312713117_StaticFields, ___s_Instance_35)); } inline CIdolShowManager_t2312713117 * get_s_Instance_35() const { return ___s_Instance_35; } inline CIdolShowManager_t2312713117 ** get_address_of_s_Instance_35() { return &___s_Instance_35; } inline void set_s_Instance_35(CIdolShowManager_t2312713117 * value) { ___s_Instance_35 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLSHOWMANAGER_T2312713117_H #ifndef CFRAGMENTSHOPMANAGER_T693884529_H #define CFRAGMENTSHOPMANAGER_T693884529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFragmentShopManager struct CFragmentShopManager_t693884529 : public RuntimeObject { public: // System.Action`1 DMCore.Logic.CFragmentShopManager::ChangeTabEvent Action_1_t1368688201 * ___ChangeTabEvent_1; // System.Action`1 DMCore.Logic.CFragmentShopManager::ChangeClothesEvent Action_1_t1631686707 * ___ChangeClothesEvent_2; // System.String[] DMCore.Logic.CFragmentShopManager::FRAGMENTTYPE_COIN_TYPE_CACHE_STRING StringU5BU5D_t1281789340* ___FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3; // System.String[] DMCore.Logic.CFragmentShopManager::FRAGMENT_COIN_SPRITE_STRING StringU5BU5D_t1281789340* ___FRAGMENT_COIN_SPRITE_STRING_4; // DMCore.Logic.ITEM_SHOP_TYPE DMCore.Logic.CFragmentShopManager::k__BackingField int32_t ___U3CCurrentTabU3Ek__BackingField_5; // DMCore.Logic.ITEM_NEW_TYPE DMCore.Logic.CFragmentShopManager::k__BackingField int32_t ___U3CCurrentTypeU3Ek__BackingField_6; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CFragmentShopManager::m_FragmentShopItemList Dictionary_2_t3386653540 * ___m_FragmentShopItemList_7; public: inline static int32_t get_offset_of_ChangeTabEvent_1() { return static_cast(offsetof(CFragmentShopManager_t693884529, ___ChangeTabEvent_1)); } inline Action_1_t1368688201 * get_ChangeTabEvent_1() const { return ___ChangeTabEvent_1; } inline Action_1_t1368688201 ** get_address_of_ChangeTabEvent_1() { return &___ChangeTabEvent_1; } inline void set_ChangeTabEvent_1(Action_1_t1368688201 * value) { ___ChangeTabEvent_1 = value; Il2CppCodeGenWriteBarrier((&___ChangeTabEvent_1), value); } inline static int32_t get_offset_of_ChangeClothesEvent_2() { return static_cast(offsetof(CFragmentShopManager_t693884529, ___ChangeClothesEvent_2)); } inline Action_1_t1631686707 * get_ChangeClothesEvent_2() const { return ___ChangeClothesEvent_2; } inline Action_1_t1631686707 ** get_address_of_ChangeClothesEvent_2() { return &___ChangeClothesEvent_2; } inline void set_ChangeClothesEvent_2(Action_1_t1631686707 * value) { ___ChangeClothesEvent_2 = value; Il2CppCodeGenWriteBarrier((&___ChangeClothesEvent_2), value); } inline static int32_t get_offset_of_FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3() { return static_cast(offsetof(CFragmentShopManager_t693884529, ___FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3)); } inline StringU5BU5D_t1281789340* get_FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3() const { return ___FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3; } inline StringU5BU5D_t1281789340** get_address_of_FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3() { return &___FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3; } inline void set_FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3(StringU5BU5D_t1281789340* value) { ___FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3 = value; Il2CppCodeGenWriteBarrier((&___FRAGMENTTYPE_COIN_TYPE_CACHE_STRING_3), value); } inline static int32_t get_offset_of_FRAGMENT_COIN_SPRITE_STRING_4() { return static_cast(offsetof(CFragmentShopManager_t693884529, ___FRAGMENT_COIN_SPRITE_STRING_4)); } inline StringU5BU5D_t1281789340* get_FRAGMENT_COIN_SPRITE_STRING_4() const { return ___FRAGMENT_COIN_SPRITE_STRING_4; } inline StringU5BU5D_t1281789340** get_address_of_FRAGMENT_COIN_SPRITE_STRING_4() { return &___FRAGMENT_COIN_SPRITE_STRING_4; } inline void set_FRAGMENT_COIN_SPRITE_STRING_4(StringU5BU5D_t1281789340* value) { ___FRAGMENT_COIN_SPRITE_STRING_4 = value; Il2CppCodeGenWriteBarrier((&___FRAGMENT_COIN_SPRITE_STRING_4), value); } inline static int32_t get_offset_of_U3CCurrentTabU3Ek__BackingField_5() { return static_cast(offsetof(CFragmentShopManager_t693884529, ___U3CCurrentTabU3Ek__BackingField_5)); } inline int32_t get_U3CCurrentTabU3Ek__BackingField_5() const { return ___U3CCurrentTabU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CCurrentTabU3Ek__BackingField_5() { return &___U3CCurrentTabU3Ek__BackingField_5; } inline void set_U3CCurrentTabU3Ek__BackingField_5(int32_t value) { ___U3CCurrentTabU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CCurrentTypeU3Ek__BackingField_6() { return static_cast(offsetof(CFragmentShopManager_t693884529, ___U3CCurrentTypeU3Ek__BackingField_6)); } inline int32_t get_U3CCurrentTypeU3Ek__BackingField_6() const { return ___U3CCurrentTypeU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CCurrentTypeU3Ek__BackingField_6() { return &___U3CCurrentTypeU3Ek__BackingField_6; } inline void set_U3CCurrentTypeU3Ek__BackingField_6(int32_t value) { ___U3CCurrentTypeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_m_FragmentShopItemList_7() { return static_cast(offsetof(CFragmentShopManager_t693884529, ___m_FragmentShopItemList_7)); } inline Dictionary_2_t3386653540 * get_m_FragmentShopItemList_7() const { return ___m_FragmentShopItemList_7; } inline Dictionary_2_t3386653540 ** get_address_of_m_FragmentShopItemList_7() { return &___m_FragmentShopItemList_7; } inline void set_m_FragmentShopItemList_7(Dictionary_2_t3386653540 * value) { ___m_FragmentShopItemList_7 = value; Il2CppCodeGenWriteBarrier((&___m_FragmentShopItemList_7), value); } }; struct CFragmentShopManager_t693884529_StaticFields { public: // DMCore.Logic.CFragmentShopManager DMCore.Logic.CFragmentShopManager::s_Instance CFragmentShopManager_t693884529 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CFragmentShopManager_t693884529_StaticFields, ___s_Instance_0)); } inline CFragmentShopManager_t693884529 * get_s_Instance_0() const { return ___s_Instance_0; } inline CFragmentShopManager_t693884529 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CFragmentShopManager_t693884529 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRAGMENTSHOPMANAGER_T693884529_H #ifndef CROOMMANANGER_T1058696229_H #define CROOMMANANGER_T1058696229_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger struct CRoomMananger_t1058696229 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.CRoomMananger::k__BackingField int32_t ___U3Cm_CurRoomTypeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CRoomMananger::m_onlyShowFree bool ___m_onlyShowFree_3; // System.Boolean DMCore.Logic.CRoomMananger::m_IsNeedRefreshRoomList bool ___m_IsNeedRefreshRoomList_4; // System.Boolean DMCore.Logic.CRoomMananger::m_IsNeedRefreshChallengeRoomList bool ___m_IsNeedRefreshChallengeRoomList_5; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingCreateResult bool ___m_waitingCreateResult_6; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingRoomDetail bool ___m_waitingRoomDetail_7; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingJoinDetail bool ___m_waitingJoinDetail_8; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingRoomList bool ___m_waitingRoomList_9; // System.Double DMCore.Logic.CRoomMananger::m_lastRequstTimePos double ___m_lastRequstTimePos_10; // DMCore.Logic.CRoomMananger/RoomMainType DMCore.Logic.CRoomMananger::m_current_room_main_type int32_t ___m_current_room_main_type_11; // DMCore.Logic.CRoomMananger/RoomType DMCore.Logic.CRoomMananger::m_current_room_type int32_t ___m_current_room_type_12; // System.Int32 DMCore.Logic.CRoomMananger::m_current_room_ID int32_t ___m_current_room_ID_13; // System.String DMCore.Logic.CRoomMananger::m_current_room_password String_t* ___m_current_room_password_14; // System.Int32 DMCore.Logic.CRoomMananger::m_curPage int32_t ___m_curPage_15; // DMCore.Logic.CRoomMananger/RoomDetail DMCore.Logic.CRoomMananger::m_roomDetail RoomDetail_t2805919052 * ___m_roomDetail_16; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_roomArr List_1_t3609756528 * ___m_roomArr_17; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_CurModeList List_1_t128053199 * ___m_CurModeList_18; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_AllModeList List_1_t128053199 * ___m_AllModeList_19; public: inline static int32_t get_offset_of_U3Cm_CurRoomTypeU3Ek__BackingField_2() { return static_cast(offsetof(CRoomMananger_t1058696229, ___U3Cm_CurRoomTypeU3Ek__BackingField_2)); } inline int32_t get_U3Cm_CurRoomTypeU3Ek__BackingField_2() const { return ___U3Cm_CurRoomTypeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3Cm_CurRoomTypeU3Ek__BackingField_2() { return &___U3Cm_CurRoomTypeU3Ek__BackingField_2; } inline void set_U3Cm_CurRoomTypeU3Ek__BackingField_2(int32_t value) { ___U3Cm_CurRoomTypeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_onlyShowFree_3() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_onlyShowFree_3)); } inline bool get_m_onlyShowFree_3() const { return ___m_onlyShowFree_3; } inline bool* get_address_of_m_onlyShowFree_3() { return &___m_onlyShowFree_3; } inline void set_m_onlyShowFree_3(bool value) { ___m_onlyShowFree_3 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshRoomList_4() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_IsNeedRefreshRoomList_4)); } inline bool get_m_IsNeedRefreshRoomList_4() const { return ___m_IsNeedRefreshRoomList_4; } inline bool* get_address_of_m_IsNeedRefreshRoomList_4() { return &___m_IsNeedRefreshRoomList_4; } inline void set_m_IsNeedRefreshRoomList_4(bool value) { ___m_IsNeedRefreshRoomList_4 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshChallengeRoomList_5() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_IsNeedRefreshChallengeRoomList_5)); } inline bool get_m_IsNeedRefreshChallengeRoomList_5() const { return ___m_IsNeedRefreshChallengeRoomList_5; } inline bool* get_address_of_m_IsNeedRefreshChallengeRoomList_5() { return &___m_IsNeedRefreshChallengeRoomList_5; } inline void set_m_IsNeedRefreshChallengeRoomList_5(bool value) { ___m_IsNeedRefreshChallengeRoomList_5 = value; } inline static int32_t get_offset_of_m_waitingCreateResult_6() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingCreateResult_6)); } inline bool get_m_waitingCreateResult_6() const { return ___m_waitingCreateResult_6; } inline bool* get_address_of_m_waitingCreateResult_6() { return &___m_waitingCreateResult_6; } inline void set_m_waitingCreateResult_6(bool value) { ___m_waitingCreateResult_6 = value; } inline static int32_t get_offset_of_m_waitingRoomDetail_7() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingRoomDetail_7)); } inline bool get_m_waitingRoomDetail_7() const { return ___m_waitingRoomDetail_7; } inline bool* get_address_of_m_waitingRoomDetail_7() { return &___m_waitingRoomDetail_7; } inline void set_m_waitingRoomDetail_7(bool value) { ___m_waitingRoomDetail_7 = value; } inline static int32_t get_offset_of_m_waitingJoinDetail_8() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingJoinDetail_8)); } inline bool get_m_waitingJoinDetail_8() const { return ___m_waitingJoinDetail_8; } inline bool* get_address_of_m_waitingJoinDetail_8() { return &___m_waitingJoinDetail_8; } inline void set_m_waitingJoinDetail_8(bool value) { ___m_waitingJoinDetail_8 = value; } inline static int32_t get_offset_of_m_waitingRoomList_9() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingRoomList_9)); } inline bool get_m_waitingRoomList_9() const { return ___m_waitingRoomList_9; } inline bool* get_address_of_m_waitingRoomList_9() { return &___m_waitingRoomList_9; } inline void set_m_waitingRoomList_9(bool value) { ___m_waitingRoomList_9 = value; } inline static int32_t get_offset_of_m_lastRequstTimePos_10() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_lastRequstTimePos_10)); } inline double get_m_lastRequstTimePos_10() const { return ___m_lastRequstTimePos_10; } inline double* get_address_of_m_lastRequstTimePos_10() { return &___m_lastRequstTimePos_10; } inline void set_m_lastRequstTimePos_10(double value) { ___m_lastRequstTimePos_10 = value; } inline static int32_t get_offset_of_m_current_room_main_type_11() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_main_type_11)); } inline int32_t get_m_current_room_main_type_11() const { return ___m_current_room_main_type_11; } inline int32_t* get_address_of_m_current_room_main_type_11() { return &___m_current_room_main_type_11; } inline void set_m_current_room_main_type_11(int32_t value) { ___m_current_room_main_type_11 = value; } inline static int32_t get_offset_of_m_current_room_type_12() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_type_12)); } inline int32_t get_m_current_room_type_12() const { return ___m_current_room_type_12; } inline int32_t* get_address_of_m_current_room_type_12() { return &___m_current_room_type_12; } inline void set_m_current_room_type_12(int32_t value) { ___m_current_room_type_12 = value; } inline static int32_t get_offset_of_m_current_room_ID_13() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_ID_13)); } inline int32_t get_m_current_room_ID_13() const { return ___m_current_room_ID_13; } inline int32_t* get_address_of_m_current_room_ID_13() { return &___m_current_room_ID_13; } inline void set_m_current_room_ID_13(int32_t value) { ___m_current_room_ID_13 = value; } inline static int32_t get_offset_of_m_current_room_password_14() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_password_14)); } inline String_t* get_m_current_room_password_14() const { return ___m_current_room_password_14; } inline String_t** get_address_of_m_current_room_password_14() { return &___m_current_room_password_14; } inline void set_m_current_room_password_14(String_t* value) { ___m_current_room_password_14 = value; Il2CppCodeGenWriteBarrier((&___m_current_room_password_14), value); } inline static int32_t get_offset_of_m_curPage_15() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_curPage_15)); } inline int32_t get_m_curPage_15() const { return ___m_curPage_15; } inline int32_t* get_address_of_m_curPage_15() { return &___m_curPage_15; } inline void set_m_curPage_15(int32_t value) { ___m_curPage_15 = value; } inline static int32_t get_offset_of_m_roomDetail_16() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_roomDetail_16)); } inline RoomDetail_t2805919052 * get_m_roomDetail_16() const { return ___m_roomDetail_16; } inline RoomDetail_t2805919052 ** get_address_of_m_roomDetail_16() { return &___m_roomDetail_16; } inline void set_m_roomDetail_16(RoomDetail_t2805919052 * value) { ___m_roomDetail_16 = value; Il2CppCodeGenWriteBarrier((&___m_roomDetail_16), value); } inline static int32_t get_offset_of_m_roomArr_17() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_roomArr_17)); } inline List_1_t3609756528 * get_m_roomArr_17() const { return ___m_roomArr_17; } inline List_1_t3609756528 ** get_address_of_m_roomArr_17() { return &___m_roomArr_17; } inline void set_m_roomArr_17(List_1_t3609756528 * value) { ___m_roomArr_17 = value; Il2CppCodeGenWriteBarrier((&___m_roomArr_17), value); } inline static int32_t get_offset_of_m_CurModeList_18() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_CurModeList_18)); } inline List_1_t128053199 * get_m_CurModeList_18() const { return ___m_CurModeList_18; } inline List_1_t128053199 ** get_address_of_m_CurModeList_18() { return &___m_CurModeList_18; } inline void set_m_CurModeList_18(List_1_t128053199 * value) { ___m_CurModeList_18 = value; Il2CppCodeGenWriteBarrier((&___m_CurModeList_18), value); } inline static int32_t get_offset_of_m_AllModeList_19() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_AllModeList_19)); } inline List_1_t128053199 * get_m_AllModeList_19() const { return ___m_AllModeList_19; } inline List_1_t128053199 ** get_address_of_m_AllModeList_19() { return &___m_AllModeList_19; } inline void set_m_AllModeList_19(List_1_t128053199 * value) { ___m_AllModeList_19 = value; Il2CppCodeGenWriteBarrier((&___m_AllModeList_19), value); } }; struct CRoomMananger_t1058696229_StaticFields { public: // DMCore.Logic.CRoomMananger DMCore.Logic.CRoomMananger::s_instance CRoomMananger_t1058696229 * ___s_instance_1; // System.Boolean DMCore.Logic.CRoomMananger::s_bCanInvite bool ___s_bCanInvite_20; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(CRoomMananger_t1058696229_StaticFields, ___s_instance_1)); } inline CRoomMananger_t1058696229 * get_s_instance_1() const { return ___s_instance_1; } inline CRoomMananger_t1058696229 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(CRoomMananger_t1058696229 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } inline static int32_t get_offset_of_s_bCanInvite_20() { return static_cast(offsetof(CRoomMananger_t1058696229_StaticFields, ___s_bCanInvite_20)); } inline bool get_s_bCanInvite_20() const { return ___s_bCanInvite_20; } inline bool* get_address_of_s_bCanInvite_20() { return &___s_bCanInvite_20; } inline void set_s_bCanInvite_20(bool value) { ___s_bCanInvite_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROOMMANANGER_T1058696229_H #ifndef CFRUITMACHINECTRLLOR_T592290270_H #define CFRUITMACHINECTRLLOR_T592290270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFruitMachineCtrllor struct CFruitMachineCtrllor_t592290270 : public IMonoCtrllor_t1427182583 { public: // System.Boolean DMCore.Logic.CFruitMachineCtrllor::m_bEnable bool ___m_bEnable_4; // DMCore.Logic.enumQueryState DMCore.Logic.CFruitMachineCtrllor::m_eQueryState int32_t ___m_eQueryState_5; // CDataModelBool DMCore.Logic.CFruitMachineCtrllor::m_stateOpen CDataModelBool_t2269476966 * ___m_stateOpen_6; // CDataModelBool DMCore.Logic.CFruitMachineCtrllor::m_stateClose CDataModelBool_t2269476966 * ___m_stateClose_7; // CDataModelBool DMCore.Logic.CFruitMachineCtrllor::m_bShouldFresh CDataModelBool_t2269476966 * ___m_bShouldFresh_8; // CDataModelInt DMCore.Logic.CFruitMachineCtrllor::m_tempTickID CDataModelInt_t3463393640 * ___m_tempTickID_9; // CDataModelInt DMCore.Logic.CFruitMachineCtrllor::m_ActiveTickID CDataModelInt_t3463393640 * ___m_ActiveTickID_10; // CDataModelInt DMCore.Logic.CFruitMachineCtrllor::m_fruitMachineState CDataModelInt_t3463393640 * ___m_fruitMachineState_11; // CDataModelBool DMCore.Logic.CFruitMachineCtrllor::m_fruitResultUIEnd CDataModelBool_t2269476966 * ___m_fruitResultUIEnd_12; // DMCore.Logic.CFruitMachineCtrllor/CFruitIssueResult DMCore.Logic.CFruitMachineCtrllor::m_fruitIssueResult CFruitIssueResult_t2046439586 * ___m_fruitIssueResult_13; public: inline static int32_t get_offset_of_m_bEnable_4() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_bEnable_4)); } inline bool get_m_bEnable_4() const { return ___m_bEnable_4; } inline bool* get_address_of_m_bEnable_4() { return &___m_bEnable_4; } inline void set_m_bEnable_4(bool value) { ___m_bEnable_4 = value; } inline static int32_t get_offset_of_m_eQueryState_5() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_eQueryState_5)); } inline int32_t get_m_eQueryState_5() const { return ___m_eQueryState_5; } inline int32_t* get_address_of_m_eQueryState_5() { return &___m_eQueryState_5; } inline void set_m_eQueryState_5(int32_t value) { ___m_eQueryState_5 = value; } inline static int32_t get_offset_of_m_stateOpen_6() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_stateOpen_6)); } inline CDataModelBool_t2269476966 * get_m_stateOpen_6() const { return ___m_stateOpen_6; } inline CDataModelBool_t2269476966 ** get_address_of_m_stateOpen_6() { return &___m_stateOpen_6; } inline void set_m_stateOpen_6(CDataModelBool_t2269476966 * value) { ___m_stateOpen_6 = value; Il2CppCodeGenWriteBarrier((&___m_stateOpen_6), value); } inline static int32_t get_offset_of_m_stateClose_7() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_stateClose_7)); } inline CDataModelBool_t2269476966 * get_m_stateClose_7() const { return ___m_stateClose_7; } inline CDataModelBool_t2269476966 ** get_address_of_m_stateClose_7() { return &___m_stateClose_7; } inline void set_m_stateClose_7(CDataModelBool_t2269476966 * value) { ___m_stateClose_7 = value; Il2CppCodeGenWriteBarrier((&___m_stateClose_7), value); } inline static int32_t get_offset_of_m_bShouldFresh_8() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_bShouldFresh_8)); } inline CDataModelBool_t2269476966 * get_m_bShouldFresh_8() const { return ___m_bShouldFresh_8; } inline CDataModelBool_t2269476966 ** get_address_of_m_bShouldFresh_8() { return &___m_bShouldFresh_8; } inline void set_m_bShouldFresh_8(CDataModelBool_t2269476966 * value) { ___m_bShouldFresh_8 = value; Il2CppCodeGenWriteBarrier((&___m_bShouldFresh_8), value); } inline static int32_t get_offset_of_m_tempTickID_9() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_tempTickID_9)); } inline CDataModelInt_t3463393640 * get_m_tempTickID_9() const { return ___m_tempTickID_9; } inline CDataModelInt_t3463393640 ** get_address_of_m_tempTickID_9() { return &___m_tempTickID_9; } inline void set_m_tempTickID_9(CDataModelInt_t3463393640 * value) { ___m_tempTickID_9 = value; Il2CppCodeGenWriteBarrier((&___m_tempTickID_9), value); } inline static int32_t get_offset_of_m_ActiveTickID_10() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_ActiveTickID_10)); } inline CDataModelInt_t3463393640 * get_m_ActiveTickID_10() const { return ___m_ActiveTickID_10; } inline CDataModelInt_t3463393640 ** get_address_of_m_ActiveTickID_10() { return &___m_ActiveTickID_10; } inline void set_m_ActiveTickID_10(CDataModelInt_t3463393640 * value) { ___m_ActiveTickID_10 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveTickID_10), value); } inline static int32_t get_offset_of_m_fruitMachineState_11() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_fruitMachineState_11)); } inline CDataModelInt_t3463393640 * get_m_fruitMachineState_11() const { return ___m_fruitMachineState_11; } inline CDataModelInt_t3463393640 ** get_address_of_m_fruitMachineState_11() { return &___m_fruitMachineState_11; } inline void set_m_fruitMachineState_11(CDataModelInt_t3463393640 * value) { ___m_fruitMachineState_11 = value; Il2CppCodeGenWriteBarrier((&___m_fruitMachineState_11), value); } inline static int32_t get_offset_of_m_fruitResultUIEnd_12() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_fruitResultUIEnd_12)); } inline CDataModelBool_t2269476966 * get_m_fruitResultUIEnd_12() const { return ___m_fruitResultUIEnd_12; } inline CDataModelBool_t2269476966 ** get_address_of_m_fruitResultUIEnd_12() { return &___m_fruitResultUIEnd_12; } inline void set_m_fruitResultUIEnd_12(CDataModelBool_t2269476966 * value) { ___m_fruitResultUIEnd_12 = value; Il2CppCodeGenWriteBarrier((&___m_fruitResultUIEnd_12), value); } inline static int32_t get_offset_of_m_fruitIssueResult_13() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270, ___m_fruitIssueResult_13)); } inline CFruitIssueResult_t2046439586 * get_m_fruitIssueResult_13() const { return ___m_fruitIssueResult_13; } inline CFruitIssueResult_t2046439586 ** get_address_of_m_fruitIssueResult_13() { return &___m_fruitIssueResult_13; } inline void set_m_fruitIssueResult_13(CFruitIssueResult_t2046439586 * value) { ___m_fruitIssueResult_13 = value; Il2CppCodeGenWriteBarrier((&___m_fruitIssueResult_13), value); } }; struct CFruitMachineCtrllor_t592290270_StaticFields { public: // DMCore.Logic.CFruitMachineCtrllor DMCore.Logic.CFruitMachineCtrllor::s_instance CFruitMachineCtrllor_t592290270 * ___s_instance_14; public: inline static int32_t get_offset_of_s_instance_14() { return static_cast(offsetof(CFruitMachineCtrllor_t592290270_StaticFields, ___s_instance_14)); } inline CFruitMachineCtrllor_t592290270 * get_s_instance_14() const { return ___s_instance_14; } inline CFruitMachineCtrllor_t592290270 ** get_address_of_s_instance_14() { return &___s_instance_14; } inline void set_s_instance_14(CFruitMachineCtrllor_t592290270 * value) { ___s_instance_14 = value; Il2CppCodeGenWriteBarrier((&___s_instance_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRUITMACHINECTRLLOR_T592290270_H #ifndef PROPINFO_T1912548384_H #define PROPINFO_T1912548384_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CPropDictionary/PropInfo struct PropInfo_t1912548384 : public RuntimeObject { public: // DMCore.emUnitType DMCore.Net.CPropDictionary/PropInfo::type int32_t ___type_0; // System.String DMCore.Net.CPropDictionary/PropInfo::propName String_t* ___propName_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(PropInfo_t1912548384, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_propName_1() { return static_cast(offsetof(PropInfo_t1912548384, ___propName_1)); } inline String_t* get_propName_1() const { return ___propName_1; } inline String_t** get_address_of_propName_1() { return &___propName_1; } inline void set_propName_1(String_t* value) { ___propName_1 = value; Il2CppCodeGenWriteBarrier((&___propName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPINFO_T1912548384_H #ifndef SOCKET_T1119025450_H #define SOCKET_T1119025450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket struct Socket_t1119025450 : public RuntimeObject { public: // System.Collections.Queue System.Net.Sockets.Socket::readQ Queue_t3637523393 * ___readQ_0; // System.Collections.Queue System.Net.Sockets.Socket::writeQ Queue_t3637523393 * ___writeQ_1; // System.Boolean System.Net.Sockets.Socket::islistening bool ___islistening_2; // System.Boolean System.Net.Sockets.Socket::useoverlappedIO bool ___useoverlappedIO_3; // System.Int32 System.Net.Sockets.Socket::MinListenPort int32_t ___MinListenPort_4; // System.Int32 System.Net.Sockets.Socket::MaxListenPort int32_t ___MaxListenPort_5; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_8; // System.IntPtr System.Net.Sockets.Socket::socket intptr_t ___socket_9; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::address_family int32_t ___address_family_10; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socket_type int32_t ___socket_type_11; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocol_type int32_t ___protocol_type_12; // System.Boolean System.Net.Sockets.Socket::blocking bool ___blocking_13; // System.Threading.Thread System.Net.Sockets.Socket::blocking_thread Thread_t2300836069 * ___blocking_thread_14; // System.Boolean System.Net.Sockets.Socket::isbound bool ___isbound_15; // System.Int32 System.Net.Sockets.Socket::max_bind_count int32_t ___max_bind_count_17; // System.Boolean System.Net.Sockets.Socket::connected bool ___connected_18; // System.Boolean System.Net.Sockets.Socket::closed bool ___closed_19; // System.Boolean System.Net.Sockets.Socket::disposed bool ___disposed_20; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t982345378 * ___seed_endpoint_21; public: inline static int32_t get_offset_of_readQ_0() { return static_cast(offsetof(Socket_t1119025450, ___readQ_0)); } inline Queue_t3637523393 * get_readQ_0() const { return ___readQ_0; } inline Queue_t3637523393 ** get_address_of_readQ_0() { return &___readQ_0; } inline void set_readQ_0(Queue_t3637523393 * value) { ___readQ_0 = value; Il2CppCodeGenWriteBarrier((&___readQ_0), value); } inline static int32_t get_offset_of_writeQ_1() { return static_cast(offsetof(Socket_t1119025450, ___writeQ_1)); } inline Queue_t3637523393 * get_writeQ_1() const { return ___writeQ_1; } inline Queue_t3637523393 ** get_address_of_writeQ_1() { return &___writeQ_1; } inline void set_writeQ_1(Queue_t3637523393 * value) { ___writeQ_1 = value; Il2CppCodeGenWriteBarrier((&___writeQ_1), value); } inline static int32_t get_offset_of_islistening_2() { return static_cast(offsetof(Socket_t1119025450, ___islistening_2)); } inline bool get_islistening_2() const { return ___islistening_2; } inline bool* get_address_of_islistening_2() { return &___islistening_2; } inline void set_islistening_2(bool value) { ___islistening_2 = value; } inline static int32_t get_offset_of_useoverlappedIO_3() { return static_cast(offsetof(Socket_t1119025450, ___useoverlappedIO_3)); } inline bool get_useoverlappedIO_3() const { return ___useoverlappedIO_3; } inline bool* get_address_of_useoverlappedIO_3() { return &___useoverlappedIO_3; } inline void set_useoverlappedIO_3(bool value) { ___useoverlappedIO_3 = value; } inline static int32_t get_offset_of_MinListenPort_4() { return static_cast(offsetof(Socket_t1119025450, ___MinListenPort_4)); } inline int32_t get_MinListenPort_4() const { return ___MinListenPort_4; } inline int32_t* get_address_of_MinListenPort_4() { return &___MinListenPort_4; } inline void set_MinListenPort_4(int32_t value) { ___MinListenPort_4 = value; } inline static int32_t get_offset_of_MaxListenPort_5() { return static_cast(offsetof(Socket_t1119025450, ___MaxListenPort_5)); } inline int32_t get_MaxListenPort_5() const { return ___MaxListenPort_5; } inline int32_t* get_address_of_MaxListenPort_5() { return &___MaxListenPort_5; } inline void set_MaxListenPort_5(int32_t value) { ___MaxListenPort_5 = value; } inline static int32_t get_offset_of_linger_timeout_8() { return static_cast(offsetof(Socket_t1119025450, ___linger_timeout_8)); } inline int32_t get_linger_timeout_8() const { return ___linger_timeout_8; } inline int32_t* get_address_of_linger_timeout_8() { return &___linger_timeout_8; } inline void set_linger_timeout_8(int32_t value) { ___linger_timeout_8 = value; } inline static int32_t get_offset_of_socket_9() { return static_cast(offsetof(Socket_t1119025450, ___socket_9)); } inline intptr_t get_socket_9() const { return ___socket_9; } inline intptr_t* get_address_of_socket_9() { return &___socket_9; } inline void set_socket_9(intptr_t value) { ___socket_9 = value; } inline static int32_t get_offset_of_address_family_10() { return static_cast(offsetof(Socket_t1119025450, ___address_family_10)); } inline int32_t get_address_family_10() const { return ___address_family_10; } inline int32_t* get_address_of_address_family_10() { return &___address_family_10; } inline void set_address_family_10(int32_t value) { ___address_family_10 = value; } inline static int32_t get_offset_of_socket_type_11() { return static_cast(offsetof(Socket_t1119025450, ___socket_type_11)); } inline int32_t get_socket_type_11() const { return ___socket_type_11; } inline int32_t* get_address_of_socket_type_11() { return &___socket_type_11; } inline void set_socket_type_11(int32_t value) { ___socket_type_11 = value; } inline static int32_t get_offset_of_protocol_type_12() { return static_cast(offsetof(Socket_t1119025450, ___protocol_type_12)); } inline int32_t get_protocol_type_12() const { return ___protocol_type_12; } inline int32_t* get_address_of_protocol_type_12() { return &___protocol_type_12; } inline void set_protocol_type_12(int32_t value) { ___protocol_type_12 = value; } inline static int32_t get_offset_of_blocking_13() { return static_cast(offsetof(Socket_t1119025450, ___blocking_13)); } inline bool get_blocking_13() const { return ___blocking_13; } inline bool* get_address_of_blocking_13() { return &___blocking_13; } inline void set_blocking_13(bool value) { ___blocking_13 = value; } inline static int32_t get_offset_of_blocking_thread_14() { return static_cast(offsetof(Socket_t1119025450, ___blocking_thread_14)); } inline Thread_t2300836069 * get_blocking_thread_14() const { return ___blocking_thread_14; } inline Thread_t2300836069 ** get_address_of_blocking_thread_14() { return &___blocking_thread_14; } inline void set_blocking_thread_14(Thread_t2300836069 * value) { ___blocking_thread_14 = value; Il2CppCodeGenWriteBarrier((&___blocking_thread_14), value); } inline static int32_t get_offset_of_isbound_15() { return static_cast(offsetof(Socket_t1119025450, ___isbound_15)); } inline bool get_isbound_15() const { return ___isbound_15; } inline bool* get_address_of_isbound_15() { return &___isbound_15; } inline void set_isbound_15(bool value) { ___isbound_15 = value; } inline static int32_t get_offset_of_max_bind_count_17() { return static_cast(offsetof(Socket_t1119025450, ___max_bind_count_17)); } inline int32_t get_max_bind_count_17() const { return ___max_bind_count_17; } inline int32_t* get_address_of_max_bind_count_17() { return &___max_bind_count_17; } inline void set_max_bind_count_17(int32_t value) { ___max_bind_count_17 = value; } inline static int32_t get_offset_of_connected_18() { return static_cast(offsetof(Socket_t1119025450, ___connected_18)); } inline bool get_connected_18() const { return ___connected_18; } inline bool* get_address_of_connected_18() { return &___connected_18; } inline void set_connected_18(bool value) { ___connected_18 = value; } inline static int32_t get_offset_of_closed_19() { return static_cast(offsetof(Socket_t1119025450, ___closed_19)); } inline bool get_closed_19() const { return ___closed_19; } inline bool* get_address_of_closed_19() { return &___closed_19; } inline void set_closed_19(bool value) { ___closed_19 = value; } inline static int32_t get_offset_of_disposed_20() { return static_cast(offsetof(Socket_t1119025450, ___disposed_20)); } inline bool get_disposed_20() const { return ___disposed_20; } inline bool* get_address_of_disposed_20() { return &___disposed_20; } inline void set_disposed_20(bool value) { ___disposed_20 = value; } inline static int32_t get_offset_of_seed_endpoint_21() { return static_cast(offsetof(Socket_t1119025450, ___seed_endpoint_21)); } inline EndPoint_t982345378 * get_seed_endpoint_21() const { return ___seed_endpoint_21; } inline EndPoint_t982345378 ** get_address_of_seed_endpoint_21() { return &___seed_endpoint_21; } inline void set_seed_endpoint_21(EndPoint_t982345378 * value) { ___seed_endpoint_21 = value; Il2CppCodeGenWriteBarrier((&___seed_endpoint_21), value); } }; struct Socket_t1119025450_StaticFields { public: // System.Int32 System.Net.Sockets.Socket::ipv4Supported int32_t ___ipv4Supported_6; // System.Int32 System.Net.Sockets.Socket::ipv6Supported int32_t ___ipv6Supported_7; // System.Int32 System.Net.Sockets.Socket::current_bind_count int32_t ___current_bind_count_16; // System.Reflection.MethodInfo System.Net.Sockets.Socket::check_socket_policy MethodInfo_t * ___check_socket_policy_22; public: inline static int32_t get_offset_of_ipv4Supported_6() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv4Supported_6)); } inline int32_t get_ipv4Supported_6() const { return ___ipv4Supported_6; } inline int32_t* get_address_of_ipv4Supported_6() { return &___ipv4Supported_6; } inline void set_ipv4Supported_6(int32_t value) { ___ipv4Supported_6 = value; } inline static int32_t get_offset_of_ipv6Supported_7() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv6Supported_7)); } inline int32_t get_ipv6Supported_7() const { return ___ipv6Supported_7; } inline int32_t* get_address_of_ipv6Supported_7() { return &___ipv6Supported_7; } inline void set_ipv6Supported_7(int32_t value) { ___ipv6Supported_7 = value; } inline static int32_t get_offset_of_current_bind_count_16() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___current_bind_count_16)); } inline int32_t get_current_bind_count_16() const { return ___current_bind_count_16; } inline int32_t* get_address_of_current_bind_count_16() { return &___current_bind_count_16; } inline void set_current_bind_count_16(int32_t value) { ___current_bind_count_16 = value; } inline static int32_t get_offset_of_check_socket_policy_22() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___check_socket_policy_22)); } inline MethodInfo_t * get_check_socket_policy_22() const { return ___check_socket_policy_22; } inline MethodInfo_t ** get_address_of_check_socket_policy_22() { return &___check_socket_policy_22; } inline void set_check_socket_policy_22(MethodInfo_t * value) { ___check_socket_policy_22 = value; Il2CppCodeGenWriteBarrier((&___check_socket_policy_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKET_T1119025450_H #ifndef CACTIVITYMANAGER_T1081296145_H #define CACTIVITYMANAGER_T1081296145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145 : public RuntimeObject { public: // DMCore.Logic.enumActivityType DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CactivityTypeU3Ek__BackingField_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityManager::m_dicImage Dictionary_2_t3625702484 * ___m_dicImage_5; // System.Boolean DMCore.Logic.CActivityManager::m_is_in_update bool ___m_is_in_update_6; // System.Boolean DMCore.Logic.CActivityManager::m_is_activity_list_ready bool ___m_is_activity_list_ready_7; // System.Boolean DMCore.Logic.CActivityManager::m_IsNeedRefreshAll bool ___m_IsNeedRefreshAll_8; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_activity_detail_list List_1_t25523635 * ___m_activity_detail_list_9; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_independent_activity_list List_1_t25523635 * ___m_independent_activity_list_10; // System.Int32 DMCore.Logic.CActivityManager::m_AnnouceClothCount int32_t ___m_AnnouceClothCount_11; // System.String DMCore.Logic.CActivityManager::m_AnnounceClothInfo String_t* ___m_AnnounceClothInfo_12; // System.Boolean DMCore.Logic.CActivityManager::m_AcceptAwardIng bool ___m_AcceptAwardIng_13; // System.Single DMCore.Logic.CActivityManager::AcceptAwardCDTime float ___AcceptAwardCDTime_14; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CActivityManager::m_ActivityDataDictionary Dictionary_2_t3209204262 * ___m_ActivityDataDictionary_22; public: inline static int32_t get_offset_of_U3CactivityTypeU3Ek__BackingField_4() { return static_cast(offsetof(CActivityManager_t1081296145, ___U3CactivityTypeU3Ek__BackingField_4)); } inline int32_t get_U3CactivityTypeU3Ek__BackingField_4() const { return ___U3CactivityTypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CactivityTypeU3Ek__BackingField_4() { return &___U3CactivityTypeU3Ek__BackingField_4; } inline void set_U3CactivityTypeU3Ek__BackingField_4(int32_t value) { ___U3CactivityTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_dicImage_5() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_dicImage_5)); } inline Dictionary_2_t3625702484 * get_m_dicImage_5() const { return ___m_dicImage_5; } inline Dictionary_2_t3625702484 ** get_address_of_m_dicImage_5() { return &___m_dicImage_5; } inline void set_m_dicImage_5(Dictionary_2_t3625702484 * value) { ___m_dicImage_5 = value; Il2CppCodeGenWriteBarrier((&___m_dicImage_5), value); } inline static int32_t get_offset_of_m_is_in_update_6() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_in_update_6)); } inline bool get_m_is_in_update_6() const { return ___m_is_in_update_6; } inline bool* get_address_of_m_is_in_update_6() { return &___m_is_in_update_6; } inline void set_m_is_in_update_6(bool value) { ___m_is_in_update_6 = value; } inline static int32_t get_offset_of_m_is_activity_list_ready_7() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_activity_list_ready_7)); } inline bool get_m_is_activity_list_ready_7() const { return ___m_is_activity_list_ready_7; } inline bool* get_address_of_m_is_activity_list_ready_7() { return &___m_is_activity_list_ready_7; } inline void set_m_is_activity_list_ready_7(bool value) { ___m_is_activity_list_ready_7 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshAll_8() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_IsNeedRefreshAll_8)); } inline bool get_m_IsNeedRefreshAll_8() const { return ___m_IsNeedRefreshAll_8; } inline bool* get_address_of_m_IsNeedRefreshAll_8() { return &___m_IsNeedRefreshAll_8; } inline void set_m_IsNeedRefreshAll_8(bool value) { ___m_IsNeedRefreshAll_8 = value; } inline static int32_t get_offset_of_m_activity_detail_list_9() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_activity_detail_list_9)); } inline List_1_t25523635 * get_m_activity_detail_list_9() const { return ___m_activity_detail_list_9; } inline List_1_t25523635 ** get_address_of_m_activity_detail_list_9() { return &___m_activity_detail_list_9; } inline void set_m_activity_detail_list_9(List_1_t25523635 * value) { ___m_activity_detail_list_9 = value; Il2CppCodeGenWriteBarrier((&___m_activity_detail_list_9), value); } inline static int32_t get_offset_of_m_independent_activity_list_10() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_independent_activity_list_10)); } inline List_1_t25523635 * get_m_independent_activity_list_10() const { return ___m_independent_activity_list_10; } inline List_1_t25523635 ** get_address_of_m_independent_activity_list_10() { return &___m_independent_activity_list_10; } inline void set_m_independent_activity_list_10(List_1_t25523635 * value) { ___m_independent_activity_list_10 = value; Il2CppCodeGenWriteBarrier((&___m_independent_activity_list_10), value); } inline static int32_t get_offset_of_m_AnnouceClothCount_11() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnouceClothCount_11)); } inline int32_t get_m_AnnouceClothCount_11() const { return ___m_AnnouceClothCount_11; } inline int32_t* get_address_of_m_AnnouceClothCount_11() { return &___m_AnnouceClothCount_11; } inline void set_m_AnnouceClothCount_11(int32_t value) { ___m_AnnouceClothCount_11 = value; } inline static int32_t get_offset_of_m_AnnounceClothInfo_12() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnounceClothInfo_12)); } inline String_t* get_m_AnnounceClothInfo_12() const { return ___m_AnnounceClothInfo_12; } inline String_t** get_address_of_m_AnnounceClothInfo_12() { return &___m_AnnounceClothInfo_12; } inline void set_m_AnnounceClothInfo_12(String_t* value) { ___m_AnnounceClothInfo_12 = value; Il2CppCodeGenWriteBarrier((&___m_AnnounceClothInfo_12), value); } inline static int32_t get_offset_of_m_AcceptAwardIng_13() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AcceptAwardIng_13)); } inline bool get_m_AcceptAwardIng_13() const { return ___m_AcceptAwardIng_13; } inline bool* get_address_of_m_AcceptAwardIng_13() { return &___m_AcceptAwardIng_13; } inline void set_m_AcceptAwardIng_13(bool value) { ___m_AcceptAwardIng_13 = value; } inline static int32_t get_offset_of_AcceptAwardCDTime_14() { return static_cast(offsetof(CActivityManager_t1081296145, ___AcceptAwardCDTime_14)); } inline float get_AcceptAwardCDTime_14() const { return ___AcceptAwardCDTime_14; } inline float* get_address_of_AcceptAwardCDTime_14() { return &___AcceptAwardCDTime_14; } inline void set_AcceptAwardCDTime_14(float value) { ___AcceptAwardCDTime_14 = value; } inline static int32_t get_offset_of_m_ActivityDataDictionary_22() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_ActivityDataDictionary_22)); } inline Dictionary_2_t3209204262 * get_m_ActivityDataDictionary_22() const { return ___m_ActivityDataDictionary_22; } inline Dictionary_2_t3209204262 ** get_address_of_m_ActivityDataDictionary_22() { return &___m_ActivityDataDictionary_22; } inline void set_m_ActivityDataDictionary_22(Dictionary_2_t3209204262 * value) { ___m_ActivityDataDictionary_22 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityDataDictionary_22), value); } }; struct CActivityManager_t1081296145_StaticFields { public: // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CMemberAwardListU3Ek__BackingField_0; // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CProExchangeActivityListU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CCurrentActivityNewIDU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CActivityManager::k__BackingField bool ___U3CIsActivityListChangedU3Ek__BackingField_3; // DMListView DMCore.Logic.CActivityManager::m_ActivityAwardList DMListView_t512231514 * ___m_ActivityAwardList_15; // DMListView DMCore.Logic.CActivityManager::m_ActivityAdvertiseList DMListView_t512231514 * ___m_ActivityAdvertiseList_16; // DMListView DMCore.Logic.CActivityManager::m_ActivityKeepLoginList DMListView_t512231514 * ___m_ActivityKeepLoginList_17; // System.Int32 DMCore.Logic.CActivityManager::s_target_activity int32_t ___s_target_activity_18; // System.Boolean DMCore.Logic.CActivityManager::s_has_activity_bill_show_over bool ___s_has_activity_bill_show_over_19; // System.Boolean DMCore.Logic.CActivityManager::s_NeedActiveLastSelection bool ___s_NeedActiveLastSelection_20; // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::s_intance CActivityManager_t1081296145 * ___s_intance_21; public: inline static int32_t get_offset_of_U3CMemberAwardListU3Ek__BackingField_0() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CMemberAwardListU3Ek__BackingField_0)); } inline DMListView_t512231514 * get_U3CMemberAwardListU3Ek__BackingField_0() const { return ___U3CMemberAwardListU3Ek__BackingField_0; } inline DMListView_t512231514 ** get_address_of_U3CMemberAwardListU3Ek__BackingField_0() { return &___U3CMemberAwardListU3Ek__BackingField_0; } inline void set_U3CMemberAwardListU3Ek__BackingField_0(DMListView_t512231514 * value) { ___U3CMemberAwardListU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CMemberAwardListU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CProExchangeActivityListU3Ek__BackingField_1)); } inline DMListView_t512231514 * get_U3CProExchangeActivityListU3Ek__BackingField_1() const { return ___U3CProExchangeActivityListU3Ek__BackingField_1; } inline DMListView_t512231514 ** get_address_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return &___U3CProExchangeActivityListU3Ek__BackingField_1; } inline void set_U3CProExchangeActivityListU3Ek__BackingField_1(DMListView_t512231514 * value) { ___U3CProExchangeActivityListU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CProExchangeActivityListU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CCurrentActivityNewIDU3Ek__BackingField_2)); } inline int32_t get_U3CCurrentActivityNewIDU3Ek__BackingField_2() const { return ___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return &___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline void set_U3CCurrentActivityNewIDU3Ek__BackingField_2(int32_t value) { ___U3CCurrentActivityNewIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CIsActivityListChangedU3Ek__BackingField_3)); } inline bool get_U3CIsActivityListChangedU3Ek__BackingField_3() const { return ___U3CIsActivityListChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return &___U3CIsActivityListChangedU3Ek__BackingField_3; } inline void set_U3CIsActivityListChangedU3Ek__BackingField_3(bool value) { ___U3CIsActivityListChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_ActivityAwardList_15() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAwardList_15)); } inline DMListView_t512231514 * get_m_ActivityAwardList_15() const { return ___m_ActivityAwardList_15; } inline DMListView_t512231514 ** get_address_of_m_ActivityAwardList_15() { return &___m_ActivityAwardList_15; } inline void set_m_ActivityAwardList_15(DMListView_t512231514 * value) { ___m_ActivityAwardList_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAwardList_15), value); } inline static int32_t get_offset_of_m_ActivityAdvertiseList_16() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAdvertiseList_16)); } inline DMListView_t512231514 * get_m_ActivityAdvertiseList_16() const { return ___m_ActivityAdvertiseList_16; } inline DMListView_t512231514 ** get_address_of_m_ActivityAdvertiseList_16() { return &___m_ActivityAdvertiseList_16; } inline void set_m_ActivityAdvertiseList_16(DMListView_t512231514 * value) { ___m_ActivityAdvertiseList_16 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAdvertiseList_16), value); } inline static int32_t get_offset_of_m_ActivityKeepLoginList_17() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityKeepLoginList_17)); } inline DMListView_t512231514 * get_m_ActivityKeepLoginList_17() const { return ___m_ActivityKeepLoginList_17; } inline DMListView_t512231514 ** get_address_of_m_ActivityKeepLoginList_17() { return &___m_ActivityKeepLoginList_17; } inline void set_m_ActivityKeepLoginList_17(DMListView_t512231514 * value) { ___m_ActivityKeepLoginList_17 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityKeepLoginList_17), value); } inline static int32_t get_offset_of_s_target_activity_18() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_target_activity_18)); } inline int32_t get_s_target_activity_18() const { return ___s_target_activity_18; } inline int32_t* get_address_of_s_target_activity_18() { return &___s_target_activity_18; } inline void set_s_target_activity_18(int32_t value) { ___s_target_activity_18 = value; } inline static int32_t get_offset_of_s_has_activity_bill_show_over_19() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_has_activity_bill_show_over_19)); } inline bool get_s_has_activity_bill_show_over_19() const { return ___s_has_activity_bill_show_over_19; } inline bool* get_address_of_s_has_activity_bill_show_over_19() { return &___s_has_activity_bill_show_over_19; } inline void set_s_has_activity_bill_show_over_19(bool value) { ___s_has_activity_bill_show_over_19 = value; } inline static int32_t get_offset_of_s_NeedActiveLastSelection_20() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_NeedActiveLastSelection_20)); } inline bool get_s_NeedActiveLastSelection_20() const { return ___s_NeedActiveLastSelection_20; } inline bool* get_address_of_s_NeedActiveLastSelection_20() { return &___s_NeedActiveLastSelection_20; } inline void set_s_NeedActiveLastSelection_20(bool value) { ___s_NeedActiveLastSelection_20 = value; } inline static int32_t get_offset_of_s_intance_21() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_intance_21)); } inline CActivityManager_t1081296145 * get_s_intance_21() const { return ___s_intance_21; } inline CActivityManager_t1081296145 ** get_address_of_s_intance_21() { return &___s_intance_21; } inline void set_s_intance_21(CActivityManager_t1081296145 * value) { ___s_intance_21 = value; Il2CppCodeGenWriteBarrier((&___s_intance_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYMANAGER_T1081296145_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 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 AUDIOCLIP_T3680889665_H #define AUDIOCLIP_T3680889665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioClip struct AudioClip_t3680889665 : public Object_t631007953 { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t1677636661 * ___m_PCMReaderCallback_2; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_t1059417452 * ___m_PCMSetPositionCallback_3; public: inline static int32_t get_offset_of_m_PCMReaderCallback_2() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMReaderCallback_2)); } inline PCMReaderCallback_t1677636661 * get_m_PCMReaderCallback_2() const { return ___m_PCMReaderCallback_2; } inline PCMReaderCallback_t1677636661 ** get_address_of_m_PCMReaderCallback_2() { return &___m_PCMReaderCallback_2; } inline void set_m_PCMReaderCallback_2(PCMReaderCallback_t1677636661 * value) { ___m_PCMReaderCallback_2 = value; Il2CppCodeGenWriteBarrier((&___m_PCMReaderCallback_2), value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_3() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMSetPositionCallback_3)); } inline PCMSetPositionCallback_t1059417452 * get_m_PCMSetPositionCallback_3() const { return ___m_PCMSetPositionCallback_3; } inline PCMSetPositionCallback_t1059417452 ** get_address_of_m_PCMSetPositionCallback_3() { return &___m_PCMSetPositionCallback_3; } inline void set_m_PCMSetPositionCallback_3(PCMSetPositionCallback_t1059417452 * value) { ___m_PCMSetPositionCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_PCMSetPositionCallback_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOCLIP_T3680889665_H #ifndef 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 MATERIAL_T340375123_H #define MATERIAL_T340375123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Material struct Material_t340375123 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATERIAL_T340375123_H #ifndef 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 CPLAYERINVITETABLE_T2496984219_H #define CPLAYERINVITETABLE_T2496984219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPlayerInviteTable struct CPlayerInviteTable_t2496984219 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPlayerInviteTable::s_listRequest List_1_t4093334610 * ___s_listRequest_2; // System.Boolean DMCore.Logic.CPlayerInviteTable::s_bChanged bool ___s_bChanged_3; public: inline static int32_t get_offset_of_s_listRequest_2() { return static_cast(offsetof(CPlayerInviteTable_t2496984219, ___s_listRequest_2)); } inline List_1_t4093334610 * get_s_listRequest_2() const { return ___s_listRequest_2; } inline List_1_t4093334610 ** get_address_of_s_listRequest_2() { return &___s_listRequest_2; } inline void set_s_listRequest_2(List_1_t4093334610 * value) { ___s_listRequest_2 = value; Il2CppCodeGenWriteBarrier((&___s_listRequest_2), value); } inline static int32_t get_offset_of_s_bChanged_3() { return static_cast(offsetof(CPlayerInviteTable_t2496984219, ___s_bChanged_3)); } inline bool get_s_bChanged_3() const { return ___s_bChanged_3; } inline bool* get_address_of_s_bChanged_3() { return &___s_bChanged_3; } inline void set_s_bChanged_3(bool value) { ___s_bChanged_3 = value; } }; struct CPlayerInviteTable_t2496984219_StaticFields { public: // DMCore.Logic.CPlayerInviteTable/enumInviteType DMCore.Logic.CPlayerInviteTable::k__BackingField int32_t ___U3CInviteTypeU3Ek__BackingField_0; // DMCore.Logic.CPlayerInviteTable DMCore.Logic.CPlayerInviteTable::s_Instance CPlayerInviteTable_t2496984219 * ___s_Instance_1; public: inline static int32_t get_offset_of_U3CInviteTypeU3Ek__BackingField_0() { return static_cast(offsetof(CPlayerInviteTable_t2496984219_StaticFields, ___U3CInviteTypeU3Ek__BackingField_0)); } inline int32_t get_U3CInviteTypeU3Ek__BackingField_0() const { return ___U3CInviteTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CInviteTypeU3Ek__BackingField_0() { return &___U3CInviteTypeU3Ek__BackingField_0; } inline void set_U3CInviteTypeU3Ek__BackingField_0(int32_t value) { ___U3CInviteTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CPlayerInviteTable_t2496984219_StaticFields, ___s_Instance_1)); } inline CPlayerInviteTable_t2496984219 * get_s_Instance_1() const { return ___s_Instance_1; } inline CPlayerInviteTable_t2496984219 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CPlayerInviteTable_t2496984219 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPLAYERINVITETABLE_T2496984219_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 MESH_T3648964284_H #define MESH_T3648964284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Mesh struct Mesh_t3648964284 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESH_T3648964284_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 CFRIENDMANAGER_T3708308264_H #define CFRIENDMANAGER_T3708308264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFriendManager struct CFriendManager_t3708308264 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CFriendManager::k__BackingField int32_t ___U3CCurrentPageU3Ek__BackingField_0; // System.Collections.Generic.List`1[] DMCore.Logic.CFriendManager::s_listFriends List_1U5BU5D_t326174247* ___s_listFriends_2; // System.Int32[] DMCore.Logic.CFriendManager::m_listOnLineState Int32U5BU5D_t385246372* ___m_listOnLineState_3; // System.Int32[] DMCore.Logic.CFriendManager::m_SendState Int32U5BU5D_t385246372* ___m_SendState_4; // System.Boolean[] DMCore.Logic.CFriendManager::m_RequestOverFlag BooleanU5BU5D_t2897418192* ___m_RequestOverFlag_5; // System.Boolean DMCore.Logic.CFriendManager::s_Changed bool ___s_Changed_6; // DMCore.Logic.enumFriendPage DMCore.Logic.CFriendManager::m_ActivePage int32_t ___m_ActivePage_7; // DMCore.Logic.enumFriendType DMCore.Logic.CFriendManager::m_activeFriendType int32_t ___m_activeFriendType_8; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CFriendManager::m_ApplyingReceived ITaskBase_1_t2595950535 * ___m_ApplyingReceived_9; public: inline static int32_t get_offset_of_U3CCurrentPageU3Ek__BackingField_0() { return static_cast(offsetof(CFriendManager_t3708308264, ___U3CCurrentPageU3Ek__BackingField_0)); } inline int32_t get_U3CCurrentPageU3Ek__BackingField_0() const { return ___U3CCurrentPageU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCurrentPageU3Ek__BackingField_0() { return &___U3CCurrentPageU3Ek__BackingField_0; } inline void set_U3CCurrentPageU3Ek__BackingField_0(int32_t value) { ___U3CCurrentPageU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_s_listFriends_2() { return static_cast(offsetof(CFriendManager_t3708308264, ___s_listFriends_2)); } inline List_1U5BU5D_t326174247* get_s_listFriends_2() const { return ___s_listFriends_2; } inline List_1U5BU5D_t326174247** get_address_of_s_listFriends_2() { return &___s_listFriends_2; } inline void set_s_listFriends_2(List_1U5BU5D_t326174247* value) { ___s_listFriends_2 = value; Il2CppCodeGenWriteBarrier((&___s_listFriends_2), value); } inline static int32_t get_offset_of_m_listOnLineState_3() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_listOnLineState_3)); } inline Int32U5BU5D_t385246372* get_m_listOnLineState_3() const { return ___m_listOnLineState_3; } inline Int32U5BU5D_t385246372** get_address_of_m_listOnLineState_3() { return &___m_listOnLineState_3; } inline void set_m_listOnLineState_3(Int32U5BU5D_t385246372* value) { ___m_listOnLineState_3 = value; Il2CppCodeGenWriteBarrier((&___m_listOnLineState_3), value); } inline static int32_t get_offset_of_m_SendState_4() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_SendState_4)); } inline Int32U5BU5D_t385246372* get_m_SendState_4() const { return ___m_SendState_4; } inline Int32U5BU5D_t385246372** get_address_of_m_SendState_4() { return &___m_SendState_4; } inline void set_m_SendState_4(Int32U5BU5D_t385246372* value) { ___m_SendState_4 = value; Il2CppCodeGenWriteBarrier((&___m_SendState_4), value); } inline static int32_t get_offset_of_m_RequestOverFlag_5() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_RequestOverFlag_5)); } inline BooleanU5BU5D_t2897418192* get_m_RequestOverFlag_5() const { return ___m_RequestOverFlag_5; } inline BooleanU5BU5D_t2897418192** get_address_of_m_RequestOverFlag_5() { return &___m_RequestOverFlag_5; } inline void set_m_RequestOverFlag_5(BooleanU5BU5D_t2897418192* value) { ___m_RequestOverFlag_5 = value; Il2CppCodeGenWriteBarrier((&___m_RequestOverFlag_5), value); } inline static int32_t get_offset_of_s_Changed_6() { return static_cast(offsetof(CFriendManager_t3708308264, ___s_Changed_6)); } inline bool get_s_Changed_6() const { return ___s_Changed_6; } inline bool* get_address_of_s_Changed_6() { return &___s_Changed_6; } inline void set_s_Changed_6(bool value) { ___s_Changed_6 = value; } inline static int32_t get_offset_of_m_ActivePage_7() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_ActivePage_7)); } inline int32_t get_m_ActivePage_7() const { return ___m_ActivePage_7; } inline int32_t* get_address_of_m_ActivePage_7() { return &___m_ActivePage_7; } inline void set_m_ActivePage_7(int32_t value) { ___m_ActivePage_7 = value; } inline static int32_t get_offset_of_m_activeFriendType_8() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_activeFriendType_8)); } inline int32_t get_m_activeFriendType_8() const { return ___m_activeFriendType_8; } inline int32_t* get_address_of_m_activeFriendType_8() { return &___m_activeFriendType_8; } inline void set_m_activeFriendType_8(int32_t value) { ___m_activeFriendType_8 = value; } inline static int32_t get_offset_of_m_ApplyingReceived_9() { return static_cast(offsetof(CFriendManager_t3708308264, ___m_ApplyingReceived_9)); } inline ITaskBase_1_t2595950535 * get_m_ApplyingReceived_9() const { return ___m_ApplyingReceived_9; } inline ITaskBase_1_t2595950535 ** get_address_of_m_ApplyingReceived_9() { return &___m_ApplyingReceived_9; } inline void set_m_ApplyingReceived_9(ITaskBase_1_t2595950535 * value) { ___m_ApplyingReceived_9 = value; Il2CppCodeGenWriteBarrier((&___m_ApplyingReceived_9), value); } }; struct CFriendManager_t3708308264_StaticFields { public: // DMCore.Logic.CFriendManager DMCore.Logic.CFriendManager::s_Instance CFriendManager_t3708308264 * ___s_Instance_1; // System.Int32 DMCore.Logic.CFriendManager::PAGE_SIZE int32_t ___PAGE_SIZE_10; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CFriendManager_t3708308264_StaticFields, ___s_Instance_1)); } inline CFriendManager_t3708308264 * get_s_Instance_1() const { return ___s_Instance_1; } inline CFriendManager_t3708308264 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CFriendManager_t3708308264 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_PAGE_SIZE_10() { return static_cast(offsetof(CFriendManager_t3708308264_StaticFields, ___PAGE_SIZE_10)); } inline int32_t get_PAGE_SIZE_10() const { return ___PAGE_SIZE_10; } inline int32_t* get_address_of_PAGE_SIZE_10() { return &___PAGE_SIZE_10; } inline void set_PAGE_SIZE_10(int32_t value) { ___PAGE_SIZE_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRIENDMANAGER_T3708308264_H #ifndef ACTION_1_T3123413348_H #define ACTION_1_T3123413348_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_t3123413348 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3123413348_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 CFCMCONFIG_T130793684_H #define CFCMCONFIG_T130793684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFCMConfig struct CFCMConfig_t130793684 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CFCMConfig::mOpen int32_t ___mOpen_1; // System.Int32 DMCore.Logic.CFCMConfig::mFirst int32_t ___mFirst_2; // System.Int32 DMCore.Logic.CFCMConfig::mAdult int32_t ___mAdult_3; // System.DateTime DMCore.Logic.CFCMConfig::mEndTime DateTime_t3738529785 ___mEndTime_4; // System.Boolean[] DMCore.Logic.CFCMConfig::mTipsState BooleanU5BU5D_t2897418192* ___mTipsState_5; // System.Single DMCore.Logic.CFCMConfig::mCheckCD float ___mCheckCD_6; public: inline static int32_t get_offset_of_mOpen_1() { return static_cast(offsetof(CFCMConfig_t130793684, ___mOpen_1)); } inline int32_t get_mOpen_1() const { return ___mOpen_1; } inline int32_t* get_address_of_mOpen_1() { return &___mOpen_1; } inline void set_mOpen_1(int32_t value) { ___mOpen_1 = value; } inline static int32_t get_offset_of_mFirst_2() { return static_cast(offsetof(CFCMConfig_t130793684, ___mFirst_2)); } inline int32_t get_mFirst_2() const { return ___mFirst_2; } inline int32_t* get_address_of_mFirst_2() { return &___mFirst_2; } inline void set_mFirst_2(int32_t value) { ___mFirst_2 = value; } inline static int32_t get_offset_of_mAdult_3() { return static_cast(offsetof(CFCMConfig_t130793684, ___mAdult_3)); } inline int32_t get_mAdult_3() const { return ___mAdult_3; } inline int32_t* get_address_of_mAdult_3() { return &___mAdult_3; } inline void set_mAdult_3(int32_t value) { ___mAdult_3 = value; } inline static int32_t get_offset_of_mEndTime_4() { return static_cast(offsetof(CFCMConfig_t130793684, ___mEndTime_4)); } inline DateTime_t3738529785 get_mEndTime_4() const { return ___mEndTime_4; } inline DateTime_t3738529785 * get_address_of_mEndTime_4() { return &___mEndTime_4; } inline void set_mEndTime_4(DateTime_t3738529785 value) { ___mEndTime_4 = value; } inline static int32_t get_offset_of_mTipsState_5() { return static_cast(offsetof(CFCMConfig_t130793684, ___mTipsState_5)); } inline BooleanU5BU5D_t2897418192* get_mTipsState_5() const { return ___mTipsState_5; } inline BooleanU5BU5D_t2897418192** get_address_of_mTipsState_5() { return &___mTipsState_5; } inline void set_mTipsState_5(BooleanU5BU5D_t2897418192* value) { ___mTipsState_5 = value; Il2CppCodeGenWriteBarrier((&___mTipsState_5), value); } inline static int32_t get_offset_of_mCheckCD_6() { return static_cast(offsetof(CFCMConfig_t130793684, ___mCheckCD_6)); } inline float get_mCheckCD_6() const { return ___mCheckCD_6; } inline float* get_address_of_mCheckCD_6() { return &___mCheckCD_6; } inline void set_mCheckCD_6(float value) { ___mCheckCD_6 = value; } }; struct CFCMConfig_t130793684_StaticFields { public: // DMCore.Logic.CFCMConfig DMCore.Logic.CFCMConfig::s_Instance CFCMConfig_t130793684 * ___s_Instance_0; // System.Single DMCore.Logic.CFCMConfig::MAX_CD float ___MAX_CD_7; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CFCMConfig_t130793684_StaticFields, ___s_Instance_0)); } inline CFCMConfig_t130793684 * get_s_Instance_0() const { return ___s_Instance_0; } inline CFCMConfig_t130793684 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CFCMConfig_t130793684 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } inline static int32_t get_offset_of_MAX_CD_7() { return static_cast(offsetof(CFCMConfig_t130793684_StaticFields, ___MAX_CD_7)); } inline float get_MAX_CD_7() const { return ___MAX_CD_7; } inline float* get_address_of_MAX_CD_7() { return &___MAX_CD_7; } inline void set_MAX_CD_7(float value) { ___MAX_CD_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFCMCONFIG_T130793684_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 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 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 MESHFILTER_T3523625662_H #define MESHFILTER_T3523625662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshFilter struct MeshFilter_t3523625662 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHFILTER_T3523625662_H #ifndef ACTION_1_T1569734369_H #define ACTION_1_T1569734369_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_t1569734369 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1569734369_H #ifndef _PROCDELEGATE_T1598064000_H #define _PROCDELEGATE_T1598064000_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetMainLogic/_ProcDelegate struct _ProcDelegate_t1598064000 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _PROCDELEGATE_T1598064000_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 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 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 CHANGEHANDLER_T485992566_H #define CHANGEHANDLER_T485992566_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EquipBtnList/ChangeHandler struct ChangeHandler_t485992566 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANGEHANDLER_T485992566_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 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 RENDERER_T2627027031_H #define RENDERER_T2627027031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Renderer struct Renderer_t2627027031 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERER_T2627027031_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 ONSCROLLCHANGED_T615664828_H #define ONSCROLLCHANGED_T615664828_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMScrollWnd/OnScrollChanged struct OnScrollChanged_t615664828 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSCROLLCHANGED_T615664828_H #ifndef MESHRENDERER_T587009260_H #define MESHRENDERER_T587009260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshRenderer struct MeshRenderer_t587009260 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHRENDERER_T587009260_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 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 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 AUDIOSOURCE_T3935305588_H #define AUDIOSOURCE_T3935305588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioSource struct AudioSource_t3935305588 : public Behaviour_t1437897464 { public: // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::spatializerExtension AudioSourceExtension_t3064908834 * ___spatializerExtension_2; // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::ambisonicExtension AudioSourceExtension_t3064908834 * ___ambisonicExtension_3; public: inline static int32_t get_offset_of_spatializerExtension_2() { return static_cast(offsetof(AudioSource_t3935305588, ___spatializerExtension_2)); } inline AudioSourceExtension_t3064908834 * get_spatializerExtension_2() const { return ___spatializerExtension_2; } inline AudioSourceExtension_t3064908834 ** get_address_of_spatializerExtension_2() { return &___spatializerExtension_2; } inline void set_spatializerExtension_2(AudioSourceExtension_t3064908834 * value) { ___spatializerExtension_2 = value; Il2CppCodeGenWriteBarrier((&___spatializerExtension_2), value); } inline static int32_t get_offset_of_ambisonicExtension_3() { return static_cast(offsetof(AudioSource_t3935305588, ___ambisonicExtension_3)); } inline AudioSourceExtension_t3064908834 * get_ambisonicExtension_3() const { return ___ambisonicExtension_3; } inline AudioSourceExtension_t3064908834 ** get_address_of_ambisonicExtension_3() { return &___ambisonicExtension_3; } inline void set_ambisonicExtension_3(AudioSourceExtension_t3064908834 * value) { ___ambisonicExtension_3 = value; Il2CppCodeGenWriteBarrier((&___ambisonicExtension_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOSOURCE_T3935305588_H #ifndef 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 DMLISTVIEW_T512231514_H #define DMLISTVIEW_T512231514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView struct DMListView_t512231514 : public MonoBehaviour_t3962482529 { public: // System.Boolean DMListView::isCommonItemList bool ___isCommonItemList_2; // System.Boolean DMListView::isCanRebound bool ___isCanRebound_3; // System.String DMListView::m_childPath String_t* ___m_childPath_4; // UnityEngine.GameObject DMListView::m_ReceiveTarget GameObject_t1113636619 * ___m_ReceiveTarget_5; // System.String DMListView::m_ReceiveProcName String_t* ___m_ReceiveProcName_6; // System.Action`1 DMListView::OnChange Action_1_t1569734369 * ___OnChange_7; // UnityEngine.GameObject DMListView::m_ActiveReceiver GameObject_t1113636619 * ___m_ActiveReceiver_8; // System.String DMListView::m_ActiveReceiverName String_t* ___m_ActiveReceiverName_9; // UnityEngine.GameObject DMListView::m_ClickReceiver GameObject_t1113636619 * ___m_ClickReceiver_10; // System.String DMListView::m_ClickProcName String_t* ___m_ClickProcName_11; // System.Int32 DMListView::m_PageSize int32_t ___m_PageSize_12; // System.Boolean DMListView::m_bEnableActiveMulti bool ___m_bEnableActiveMulti_13; // DMListView/Type DMListView::m_Type int32_t ___m_Type_15; // DMListView/Allign DMListView::m_Allign int32_t ___m_Allign_16; // DMProcessBar DMListView::m_ProcessBar DMProcessBar_t1457963892 * ___m_ProcessBar_17; // DMListView/ShowCondition DMListView::m_ShowCondition int32_t ___m_ShowCondition_18; // System.Boolean DMListView::m_CanMove bool ___m_CanMove_19; // System.Int32 DMListView::preloadNumb int32_t ___preloadNumb_20; // System.Int32 DMListView::totalCount int32_t ___totalCount_21; // System.Single DMListView::perItemLength float ___perItemLength_22; // System.Single DMListView::_timeCounter float ____timeCounter_23; // System.Single DMListView::slowDownSpeed float ___slowDownSpeed_24; // System.Single DMListView::speedUp float ___speedUp_25; // System.Single DMListView::reboundSpeed float ___reboundSpeed_26; // System.Single DMListView::reboundDistance float ___reboundDistance_27; // UIPanel DMListView::m_panel UIPanel_t1716472341 * ___m_panel_29; // UnityEngine.GameObject DMListView::m_controler GameObject_t1113636619 * ___m_controler_30; // System.Single DMListView::m_fStep float ___m_fStep_31; // System.Collections.Generic.List`1 DMListView::m_listChildren List_1_t777473367 * ___m_listChildren_32; // System.Single DMListView::m_fPosMin float ___m_fPosMin_33; // System.Single DMListView::m_fPosMax float ___m_fPosMax_34; // System.Int32 DMListView::m_nActiveIndex int32_t ___m_nActiveIndex_35; // System.Boolean DMListView::m_bEnableDrag bool ___m_bEnableDrag_36; // System.Boolean DMListView::m_bClkingInside bool ___m_bClkingInside_37; // UnityEngine.Vector2 DMListView::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_38; // UnityEngine.Vector2 DMListView::m_ClkPos Vector2_t2156229523 ___m_ClkPos_39; // System.Int32 DMListView::m_ClkedIndex int32_t ___m_ClkedIndex_40; // System.Single DMListView::m_fMoveTimeLabor float ___m_fMoveTimeLabor_41; // System.Single DMListView::m_fMoveSpeed float ___m_fMoveSpeed_42; // System.Boolean DMListView::m_bTargetEnable bool ___m_bTargetEnable_43; // System.Single DMListView::m_fTargetPos float ___m_fTargetPos_44; // System.Single DMListView::m_ClikingRootPos float ___m_ClikingRootPos_45; // UnityEngine.Camera DMListView::m_ownerCamera Camera_t4157153871 * ___m_ownerCamera_46; public: inline static int32_t get_offset_of_isCommonItemList_2() { return static_cast(offsetof(DMListView_t512231514, ___isCommonItemList_2)); } inline bool get_isCommonItemList_2() const { return ___isCommonItemList_2; } inline bool* get_address_of_isCommonItemList_2() { return &___isCommonItemList_2; } inline void set_isCommonItemList_2(bool value) { ___isCommonItemList_2 = value; } inline static int32_t get_offset_of_isCanRebound_3() { return static_cast(offsetof(DMListView_t512231514, ___isCanRebound_3)); } inline bool get_isCanRebound_3() const { return ___isCanRebound_3; } inline bool* get_address_of_isCanRebound_3() { return &___isCanRebound_3; } inline void set_isCanRebound_3(bool value) { ___isCanRebound_3 = value; } inline static int32_t get_offset_of_m_childPath_4() { return static_cast(offsetof(DMListView_t512231514, ___m_childPath_4)); } inline String_t* get_m_childPath_4() const { return ___m_childPath_4; } inline String_t** get_address_of_m_childPath_4() { return &___m_childPath_4; } inline void set_m_childPath_4(String_t* value) { ___m_childPath_4 = value; Il2CppCodeGenWriteBarrier((&___m_childPath_4), value); } inline static int32_t get_offset_of_m_ReceiveTarget_5() { return static_cast(offsetof(DMListView_t512231514, ___m_ReceiveTarget_5)); } inline GameObject_t1113636619 * get_m_ReceiveTarget_5() const { return ___m_ReceiveTarget_5; } inline GameObject_t1113636619 ** get_address_of_m_ReceiveTarget_5() { return &___m_ReceiveTarget_5; } inline void set_m_ReceiveTarget_5(GameObject_t1113636619 * value) { ___m_ReceiveTarget_5 = value; Il2CppCodeGenWriteBarrier((&___m_ReceiveTarget_5), value); } inline static int32_t get_offset_of_m_ReceiveProcName_6() { return static_cast(offsetof(DMListView_t512231514, ___m_ReceiveProcName_6)); } inline String_t* get_m_ReceiveProcName_6() const { return ___m_ReceiveProcName_6; } inline String_t** get_address_of_m_ReceiveProcName_6() { return &___m_ReceiveProcName_6; } inline void set_m_ReceiveProcName_6(String_t* value) { ___m_ReceiveProcName_6 = value; Il2CppCodeGenWriteBarrier((&___m_ReceiveProcName_6), value); } inline static int32_t get_offset_of_OnChange_7() { return static_cast(offsetof(DMListView_t512231514, ___OnChange_7)); } inline Action_1_t1569734369 * get_OnChange_7() const { return ___OnChange_7; } inline Action_1_t1569734369 ** get_address_of_OnChange_7() { return &___OnChange_7; } inline void set_OnChange_7(Action_1_t1569734369 * value) { ___OnChange_7 = value; Il2CppCodeGenWriteBarrier((&___OnChange_7), value); } inline static int32_t get_offset_of_m_ActiveReceiver_8() { return static_cast(offsetof(DMListView_t512231514, ___m_ActiveReceiver_8)); } inline GameObject_t1113636619 * get_m_ActiveReceiver_8() const { return ___m_ActiveReceiver_8; } inline GameObject_t1113636619 ** get_address_of_m_ActiveReceiver_8() { return &___m_ActiveReceiver_8; } inline void set_m_ActiveReceiver_8(GameObject_t1113636619 * value) { ___m_ActiveReceiver_8 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiver_8), value); } inline static int32_t get_offset_of_m_ActiveReceiverName_9() { return static_cast(offsetof(DMListView_t512231514, ___m_ActiveReceiverName_9)); } inline String_t* get_m_ActiveReceiverName_9() const { return ___m_ActiveReceiverName_9; } inline String_t** get_address_of_m_ActiveReceiverName_9() { return &___m_ActiveReceiverName_9; } inline void set_m_ActiveReceiverName_9(String_t* value) { ___m_ActiveReceiverName_9 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiverName_9), value); } inline static int32_t get_offset_of_m_ClickReceiver_10() { return static_cast(offsetof(DMListView_t512231514, ___m_ClickReceiver_10)); } inline GameObject_t1113636619 * get_m_ClickReceiver_10() const { return ___m_ClickReceiver_10; } inline GameObject_t1113636619 ** get_address_of_m_ClickReceiver_10() { return &___m_ClickReceiver_10; } inline void set_m_ClickReceiver_10(GameObject_t1113636619 * value) { ___m_ClickReceiver_10 = value; Il2CppCodeGenWriteBarrier((&___m_ClickReceiver_10), value); } inline static int32_t get_offset_of_m_ClickProcName_11() { return static_cast(offsetof(DMListView_t512231514, ___m_ClickProcName_11)); } inline String_t* get_m_ClickProcName_11() const { return ___m_ClickProcName_11; } inline String_t** get_address_of_m_ClickProcName_11() { return &___m_ClickProcName_11; } inline void set_m_ClickProcName_11(String_t* value) { ___m_ClickProcName_11 = value; Il2CppCodeGenWriteBarrier((&___m_ClickProcName_11), value); } inline static int32_t get_offset_of_m_PageSize_12() { return static_cast(offsetof(DMListView_t512231514, ___m_PageSize_12)); } inline int32_t get_m_PageSize_12() const { return ___m_PageSize_12; } inline int32_t* get_address_of_m_PageSize_12() { return &___m_PageSize_12; } inline void set_m_PageSize_12(int32_t value) { ___m_PageSize_12 = value; } inline static int32_t get_offset_of_m_bEnableActiveMulti_13() { return static_cast(offsetof(DMListView_t512231514, ___m_bEnableActiveMulti_13)); } inline bool get_m_bEnableActiveMulti_13() const { return ___m_bEnableActiveMulti_13; } inline bool* get_address_of_m_bEnableActiveMulti_13() { return &___m_bEnableActiveMulti_13; } inline void set_m_bEnableActiveMulti_13(bool value) { ___m_bEnableActiveMulti_13 = value; } inline static int32_t get_offset_of_m_Type_15() { return static_cast(offsetof(DMListView_t512231514, ___m_Type_15)); } inline int32_t get_m_Type_15() const { return ___m_Type_15; } inline int32_t* get_address_of_m_Type_15() { return &___m_Type_15; } inline void set_m_Type_15(int32_t value) { ___m_Type_15 = value; } inline static int32_t get_offset_of_m_Allign_16() { return static_cast(offsetof(DMListView_t512231514, ___m_Allign_16)); } inline int32_t get_m_Allign_16() const { return ___m_Allign_16; } inline int32_t* get_address_of_m_Allign_16() { return &___m_Allign_16; } inline void set_m_Allign_16(int32_t value) { ___m_Allign_16 = value; } inline static int32_t get_offset_of_m_ProcessBar_17() { return static_cast(offsetof(DMListView_t512231514, ___m_ProcessBar_17)); } inline DMProcessBar_t1457963892 * get_m_ProcessBar_17() const { return ___m_ProcessBar_17; } inline DMProcessBar_t1457963892 ** get_address_of_m_ProcessBar_17() { return &___m_ProcessBar_17; } inline void set_m_ProcessBar_17(DMProcessBar_t1457963892 * value) { ___m_ProcessBar_17 = value; Il2CppCodeGenWriteBarrier((&___m_ProcessBar_17), value); } inline static int32_t get_offset_of_m_ShowCondition_18() { return static_cast(offsetof(DMListView_t512231514, ___m_ShowCondition_18)); } inline int32_t get_m_ShowCondition_18() const { return ___m_ShowCondition_18; } inline int32_t* get_address_of_m_ShowCondition_18() { return &___m_ShowCondition_18; } inline void set_m_ShowCondition_18(int32_t value) { ___m_ShowCondition_18 = value; } inline static int32_t get_offset_of_m_CanMove_19() { return static_cast(offsetof(DMListView_t512231514, ___m_CanMove_19)); } inline bool get_m_CanMove_19() const { return ___m_CanMove_19; } inline bool* get_address_of_m_CanMove_19() { return &___m_CanMove_19; } inline void set_m_CanMove_19(bool value) { ___m_CanMove_19 = value; } inline static int32_t get_offset_of_preloadNumb_20() { return static_cast(offsetof(DMListView_t512231514, ___preloadNumb_20)); } inline int32_t get_preloadNumb_20() const { return ___preloadNumb_20; } inline int32_t* get_address_of_preloadNumb_20() { return &___preloadNumb_20; } inline void set_preloadNumb_20(int32_t value) { ___preloadNumb_20 = value; } inline static int32_t get_offset_of_totalCount_21() { return static_cast(offsetof(DMListView_t512231514, ___totalCount_21)); } inline int32_t get_totalCount_21() const { return ___totalCount_21; } inline int32_t* get_address_of_totalCount_21() { return &___totalCount_21; } inline void set_totalCount_21(int32_t value) { ___totalCount_21 = value; } inline static int32_t get_offset_of_perItemLength_22() { return static_cast(offsetof(DMListView_t512231514, ___perItemLength_22)); } inline float get_perItemLength_22() const { return ___perItemLength_22; } inline float* get_address_of_perItemLength_22() { return &___perItemLength_22; } inline void set_perItemLength_22(float value) { ___perItemLength_22 = value; } inline static int32_t get_offset_of__timeCounter_23() { return static_cast(offsetof(DMListView_t512231514, ____timeCounter_23)); } inline float get__timeCounter_23() const { return ____timeCounter_23; } inline float* get_address_of__timeCounter_23() { return &____timeCounter_23; } inline void set__timeCounter_23(float value) { ____timeCounter_23 = value; } inline static int32_t get_offset_of_slowDownSpeed_24() { return static_cast(offsetof(DMListView_t512231514, ___slowDownSpeed_24)); } inline float get_slowDownSpeed_24() const { return ___slowDownSpeed_24; } inline float* get_address_of_slowDownSpeed_24() { return &___slowDownSpeed_24; } inline void set_slowDownSpeed_24(float value) { ___slowDownSpeed_24 = value; } inline static int32_t get_offset_of_speedUp_25() { return static_cast(offsetof(DMListView_t512231514, ___speedUp_25)); } inline float get_speedUp_25() const { return ___speedUp_25; } inline float* get_address_of_speedUp_25() { return &___speedUp_25; } inline void set_speedUp_25(float value) { ___speedUp_25 = value; } inline static int32_t get_offset_of_reboundSpeed_26() { return static_cast(offsetof(DMListView_t512231514, ___reboundSpeed_26)); } inline float get_reboundSpeed_26() const { return ___reboundSpeed_26; } inline float* get_address_of_reboundSpeed_26() { return &___reboundSpeed_26; } inline void set_reboundSpeed_26(float value) { ___reboundSpeed_26 = value; } inline static int32_t get_offset_of_reboundDistance_27() { return static_cast(offsetof(DMListView_t512231514, ___reboundDistance_27)); } inline float get_reboundDistance_27() const { return ___reboundDistance_27; } inline float* get_address_of_reboundDistance_27() { return &___reboundDistance_27; } inline void set_reboundDistance_27(float value) { ___reboundDistance_27 = value; } inline static int32_t get_offset_of_m_panel_29() { return static_cast(offsetof(DMListView_t512231514, ___m_panel_29)); } inline UIPanel_t1716472341 * get_m_panel_29() const { return ___m_panel_29; } inline UIPanel_t1716472341 ** get_address_of_m_panel_29() { return &___m_panel_29; } inline void set_m_panel_29(UIPanel_t1716472341 * value) { ___m_panel_29 = value; Il2CppCodeGenWriteBarrier((&___m_panel_29), value); } inline static int32_t get_offset_of_m_controler_30() { return static_cast(offsetof(DMListView_t512231514, ___m_controler_30)); } inline GameObject_t1113636619 * get_m_controler_30() const { return ___m_controler_30; } inline GameObject_t1113636619 ** get_address_of_m_controler_30() { return &___m_controler_30; } inline void set_m_controler_30(GameObject_t1113636619 * value) { ___m_controler_30 = value; Il2CppCodeGenWriteBarrier((&___m_controler_30), value); } inline static int32_t get_offset_of_m_fStep_31() { return static_cast(offsetof(DMListView_t512231514, ___m_fStep_31)); } inline float get_m_fStep_31() const { return ___m_fStep_31; } inline float* get_address_of_m_fStep_31() { return &___m_fStep_31; } inline void set_m_fStep_31(float value) { ___m_fStep_31 = value; } inline static int32_t get_offset_of_m_listChildren_32() { return static_cast(offsetof(DMListView_t512231514, ___m_listChildren_32)); } inline List_1_t777473367 * get_m_listChildren_32() const { return ___m_listChildren_32; } inline List_1_t777473367 ** get_address_of_m_listChildren_32() { return &___m_listChildren_32; } inline void set_m_listChildren_32(List_1_t777473367 * value) { ___m_listChildren_32 = value; Il2CppCodeGenWriteBarrier((&___m_listChildren_32), value); } inline static int32_t get_offset_of_m_fPosMin_33() { return static_cast(offsetof(DMListView_t512231514, ___m_fPosMin_33)); } inline float get_m_fPosMin_33() const { return ___m_fPosMin_33; } inline float* get_address_of_m_fPosMin_33() { return &___m_fPosMin_33; } inline void set_m_fPosMin_33(float value) { ___m_fPosMin_33 = value; } inline static int32_t get_offset_of_m_fPosMax_34() { return static_cast(offsetof(DMListView_t512231514, ___m_fPosMax_34)); } inline float get_m_fPosMax_34() const { return ___m_fPosMax_34; } inline float* get_address_of_m_fPosMax_34() { return &___m_fPosMax_34; } inline void set_m_fPosMax_34(float value) { ___m_fPosMax_34 = value; } inline static int32_t get_offset_of_m_nActiveIndex_35() { return static_cast(offsetof(DMListView_t512231514, ___m_nActiveIndex_35)); } inline int32_t get_m_nActiveIndex_35() const { return ___m_nActiveIndex_35; } inline int32_t* get_address_of_m_nActiveIndex_35() { return &___m_nActiveIndex_35; } inline void set_m_nActiveIndex_35(int32_t value) { ___m_nActiveIndex_35 = value; } inline static int32_t get_offset_of_m_bEnableDrag_36() { return static_cast(offsetof(DMListView_t512231514, ___m_bEnableDrag_36)); } inline bool get_m_bEnableDrag_36() const { return ___m_bEnableDrag_36; } inline bool* get_address_of_m_bEnableDrag_36() { return &___m_bEnableDrag_36; } inline void set_m_bEnableDrag_36(bool value) { ___m_bEnableDrag_36 = value; } inline static int32_t get_offset_of_m_bClkingInside_37() { return static_cast(offsetof(DMListView_t512231514, ___m_bClkingInside_37)); } inline bool get_m_bClkingInside_37() const { return ___m_bClkingInside_37; } inline bool* get_address_of_m_bClkingInside_37() { return &___m_bClkingInside_37; } inline void set_m_bClkingInside_37(bool value) { ___m_bClkingInside_37 = value; } inline static int32_t get_offset_of_m_MaxOffset_38() { return static_cast(offsetof(DMListView_t512231514, ___m_MaxOffset_38)); } inline Vector2_t2156229523 get_m_MaxOffset_38() const { return ___m_MaxOffset_38; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_38() { return &___m_MaxOffset_38; } inline void set_m_MaxOffset_38(Vector2_t2156229523 value) { ___m_MaxOffset_38 = value; } inline static int32_t get_offset_of_m_ClkPos_39() { return static_cast(offsetof(DMListView_t512231514, ___m_ClkPos_39)); } inline Vector2_t2156229523 get_m_ClkPos_39() const { return ___m_ClkPos_39; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_39() { return &___m_ClkPos_39; } inline void set_m_ClkPos_39(Vector2_t2156229523 value) { ___m_ClkPos_39 = value; } inline static int32_t get_offset_of_m_ClkedIndex_40() { return static_cast(offsetof(DMListView_t512231514, ___m_ClkedIndex_40)); } inline int32_t get_m_ClkedIndex_40() const { return ___m_ClkedIndex_40; } inline int32_t* get_address_of_m_ClkedIndex_40() { return &___m_ClkedIndex_40; } inline void set_m_ClkedIndex_40(int32_t value) { ___m_ClkedIndex_40 = value; } inline static int32_t get_offset_of_m_fMoveTimeLabor_41() { return static_cast(offsetof(DMListView_t512231514, ___m_fMoveTimeLabor_41)); } inline float get_m_fMoveTimeLabor_41() const { return ___m_fMoveTimeLabor_41; } inline float* get_address_of_m_fMoveTimeLabor_41() { return &___m_fMoveTimeLabor_41; } inline void set_m_fMoveTimeLabor_41(float value) { ___m_fMoveTimeLabor_41 = value; } inline static int32_t get_offset_of_m_fMoveSpeed_42() { return static_cast(offsetof(DMListView_t512231514, ___m_fMoveSpeed_42)); } inline float get_m_fMoveSpeed_42() const { return ___m_fMoveSpeed_42; } inline float* get_address_of_m_fMoveSpeed_42() { return &___m_fMoveSpeed_42; } inline void set_m_fMoveSpeed_42(float value) { ___m_fMoveSpeed_42 = value; } inline static int32_t get_offset_of_m_bTargetEnable_43() { return static_cast(offsetof(DMListView_t512231514, ___m_bTargetEnable_43)); } inline bool get_m_bTargetEnable_43() const { return ___m_bTargetEnable_43; } inline bool* get_address_of_m_bTargetEnable_43() { return &___m_bTargetEnable_43; } inline void set_m_bTargetEnable_43(bool value) { ___m_bTargetEnable_43 = value; } inline static int32_t get_offset_of_m_fTargetPos_44() { return static_cast(offsetof(DMListView_t512231514, ___m_fTargetPos_44)); } inline float get_m_fTargetPos_44() const { return ___m_fTargetPos_44; } inline float* get_address_of_m_fTargetPos_44() { return &___m_fTargetPos_44; } inline void set_m_fTargetPos_44(float value) { ___m_fTargetPos_44 = value; } inline static int32_t get_offset_of_m_ClikingRootPos_45() { return static_cast(offsetof(DMListView_t512231514, ___m_ClikingRootPos_45)); } inline float get_m_ClikingRootPos_45() const { return ___m_ClikingRootPos_45; } inline float* get_address_of_m_ClikingRootPos_45() { return &___m_ClikingRootPos_45; } inline void set_m_ClikingRootPos_45(float value) { ___m_ClikingRootPos_45 = value; } inline static int32_t get_offset_of_m_ownerCamera_46() { return static_cast(offsetof(DMListView_t512231514, ___m_ownerCamera_46)); } inline Camera_t4157153871 * get_m_ownerCamera_46() const { return ___m_ownerCamera_46; } inline Camera_t4157153871 ** get_address_of_m_ownerCamera_46() { return &___m_ownerCamera_46; } inline void set_m_ownerCamera_46(Camera_t4157153871 * value) { ___m_ownerCamera_46 = value; Il2CppCodeGenWriteBarrier((&___m_ownerCamera_46), value); } }; struct DMListView_t512231514_StaticFields { public: // DMListView DMListView::activeDMList DMListView_t512231514 * ___activeDMList_14; // System.Single DMListView::s_fScaleCached float ___s_fScaleCached_28; public: inline static int32_t get_offset_of_activeDMList_14() { return static_cast(offsetof(DMListView_t512231514_StaticFields, ___activeDMList_14)); } inline DMListView_t512231514 * get_activeDMList_14() const { return ___activeDMList_14; } inline DMListView_t512231514 ** get_address_of_activeDMList_14() { return &___activeDMList_14; } inline void set_activeDMList_14(DMListView_t512231514 * value) { ___activeDMList_14 = value; Il2CppCodeGenWriteBarrier((&___activeDMList_14), value); } inline static int32_t get_offset_of_s_fScaleCached_28() { return static_cast(offsetof(DMListView_t512231514_StaticFields, ___s_fScaleCached_28)); } inline float get_s_fScaleCached_28() const { return ___s_fScaleCached_28; } inline float* get_address_of_s_fScaleCached_28() { return &___s_fScaleCached_28; } inline void set_s_fScaleCached_28(float value) { ___s_fScaleCached_28 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEW_T512231514_H #ifndef EQUIPBTNLIST_T3873379494_H #define EQUIPBTNLIST_T3873379494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EquipBtnList struct EquipBtnList_t3873379494 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform EquipBtnList::m_GroupUIRoot Transform_t3600365921 * ___m_GroupUIRoot_2; // UnityEngine.GameObject[] EquipBtnList::m_btnActive GameObjectU5BU5D_t3328599146* ___m_btnActive_3; // UnityEngine.GameObject[] EquipBtnList::m_btnDisactive GameObjectU5BU5D_t3328599146* ___m_btnDisactive_4; // UnityEngine.GameObject EquipBtnList::m_btnSocks GameObject_t1113636619 * ___m_btnSocks_5; // UnityEngine.GameObject EquipBtnList::m_btnDress GameObject_t1113636619 * ___m_btnDress_6; // EquipBtnList/ChangeHandler EquipBtnList::m_changeHandler ChangeHandler_t485992566 * ___m_changeHandler_7; // System.Boolean EquipBtnList::isPageInit bool ___isPageInit_8; // System.Int32 EquipBtnList::m_CurActivePage int32_t ___m_CurActivePage_9; // System.Boolean EquipBtnList::m_bChangeGroup bool ___m_bChangeGroup_10; // TurnPageType EquipBtnList::m_turnPageType int32_t ___m_turnPageType_11; // System.Single EquipBtnList::m_bChangeTimeLabor float ___m_bChangeTimeLabor_12; public: inline static int32_t get_offset_of_m_GroupUIRoot_2() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_GroupUIRoot_2)); } inline Transform_t3600365921 * get_m_GroupUIRoot_2() const { return ___m_GroupUIRoot_2; } inline Transform_t3600365921 ** get_address_of_m_GroupUIRoot_2() { return &___m_GroupUIRoot_2; } inline void set_m_GroupUIRoot_2(Transform_t3600365921 * value) { ___m_GroupUIRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_GroupUIRoot_2), value); } inline static int32_t get_offset_of_m_btnActive_3() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_btnActive_3)); } inline GameObjectU5BU5D_t3328599146* get_m_btnActive_3() const { return ___m_btnActive_3; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_btnActive_3() { return &___m_btnActive_3; } inline void set_m_btnActive_3(GameObjectU5BU5D_t3328599146* value) { ___m_btnActive_3 = value; Il2CppCodeGenWriteBarrier((&___m_btnActive_3), value); } inline static int32_t get_offset_of_m_btnDisactive_4() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_btnDisactive_4)); } inline GameObjectU5BU5D_t3328599146* get_m_btnDisactive_4() const { return ___m_btnDisactive_4; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_btnDisactive_4() { return &___m_btnDisactive_4; } inline void set_m_btnDisactive_4(GameObjectU5BU5D_t3328599146* value) { ___m_btnDisactive_4 = value; Il2CppCodeGenWriteBarrier((&___m_btnDisactive_4), value); } inline static int32_t get_offset_of_m_btnSocks_5() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_btnSocks_5)); } inline GameObject_t1113636619 * get_m_btnSocks_5() const { return ___m_btnSocks_5; } inline GameObject_t1113636619 ** get_address_of_m_btnSocks_5() { return &___m_btnSocks_5; } inline void set_m_btnSocks_5(GameObject_t1113636619 * value) { ___m_btnSocks_5 = value; Il2CppCodeGenWriteBarrier((&___m_btnSocks_5), value); } inline static int32_t get_offset_of_m_btnDress_6() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_btnDress_6)); } inline GameObject_t1113636619 * get_m_btnDress_6() const { return ___m_btnDress_6; } inline GameObject_t1113636619 ** get_address_of_m_btnDress_6() { return &___m_btnDress_6; } inline void set_m_btnDress_6(GameObject_t1113636619 * value) { ___m_btnDress_6 = value; Il2CppCodeGenWriteBarrier((&___m_btnDress_6), value); } inline static int32_t get_offset_of_m_changeHandler_7() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_changeHandler_7)); } inline ChangeHandler_t485992566 * get_m_changeHandler_7() const { return ___m_changeHandler_7; } inline ChangeHandler_t485992566 ** get_address_of_m_changeHandler_7() { return &___m_changeHandler_7; } inline void set_m_changeHandler_7(ChangeHandler_t485992566 * value) { ___m_changeHandler_7 = value; Il2CppCodeGenWriteBarrier((&___m_changeHandler_7), value); } inline static int32_t get_offset_of_isPageInit_8() { return static_cast(offsetof(EquipBtnList_t3873379494, ___isPageInit_8)); } inline bool get_isPageInit_8() const { return ___isPageInit_8; } inline bool* get_address_of_isPageInit_8() { return &___isPageInit_8; } inline void set_isPageInit_8(bool value) { ___isPageInit_8 = value; } inline static int32_t get_offset_of_m_CurActivePage_9() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_CurActivePage_9)); } inline int32_t get_m_CurActivePage_9() const { return ___m_CurActivePage_9; } inline int32_t* get_address_of_m_CurActivePage_9() { return &___m_CurActivePage_9; } inline void set_m_CurActivePage_9(int32_t value) { ___m_CurActivePage_9 = value; } inline static int32_t get_offset_of_m_bChangeGroup_10() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_bChangeGroup_10)); } inline bool get_m_bChangeGroup_10() const { return ___m_bChangeGroup_10; } inline bool* get_address_of_m_bChangeGroup_10() { return &___m_bChangeGroup_10; } inline void set_m_bChangeGroup_10(bool value) { ___m_bChangeGroup_10 = value; } inline static int32_t get_offset_of_m_turnPageType_11() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_turnPageType_11)); } inline int32_t get_m_turnPageType_11() const { return ___m_turnPageType_11; } inline int32_t* get_address_of_m_turnPageType_11() { return &___m_turnPageType_11; } inline void set_m_turnPageType_11(int32_t value) { ___m_turnPageType_11 = value; } inline static int32_t get_offset_of_m_bChangeTimeLabor_12() { return static_cast(offsetof(EquipBtnList_t3873379494, ___m_bChangeTimeLabor_12)); } inline float get_m_bChangeTimeLabor_12() const { return ___m_bChangeTimeLabor_12; } inline float* get_address_of_m_bChangeTimeLabor_12() { return &___m_bChangeTimeLabor_12; } inline void set_m_bChangeTimeLabor_12(float value) { ___m_bChangeTimeLabor_12 = value; } }; struct EquipBtnList_t3873379494_StaticFields { public: // System.Collections.Generic.Dictionary`2 EquipBtnList::<>f__switch$mapB Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapB_13; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24mapB_13() { return static_cast(offsetof(EquipBtnList_t3873379494_StaticFields, ___U3CU3Ef__switchU24mapB_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapB_13() const { return ___U3CU3Ef__switchU24mapB_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapB_13() { return &___U3CU3Ef__switchU24mapB_13; } inline void set_U3CU3Ef__switchU24mapB_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapB_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapB_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUIPBTNLIST_T3873379494_H #ifndef UIFASHIONSTAR_T2192757158_H #define UIFASHIONSTAR_T2192757158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiFashionStar struct uiFashionStar_t2192757158 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform uiFashionStar::_fashion_star_root Transform_t3600365921 * ____fashion_star_root_2; // UnityEngine.Transform uiFashionStar::_more_fashion_stars Transform_t3600365921 * ____more_fashion_stars_3; // UISprite[] uiFashionStar::_up_star_number UISpriteU5BU5D_t1415066463* ____up_star_number_4; // UILabel uiFashionStar::_combo_label_paopao UILabel_t3248798549 * ____combo_label_paopao_5; // UILabel uiFashionStar::_combo_label_classical UILabel_t3248798549 * ____combo_label_classical_6; // UILabel uiFashionStar::_combo_label_swing UILabel_t3248798549 * ____combo_label_swing_7; // System.Boolean uiFashionStar::isPageInit bool ___isPageInit_8; // System.Single uiFashionStar::_delta_show_time float ____delta_show_time_10; // System.Boolean uiFashionStar::_is_ready bool ____is_ready_11; // System.String uiFashionStar::_orignal_combo_text_paopao String_t* ____orignal_combo_text_paopao_12; // System.String uiFashionStar::_orignal_combo_text_classical String_t* ____orignal_combo_text_classical_13; // System.String uiFashionStar::_orignal_combo_text_Swing String_t* ____orignal_combo_text_Swing_14; public: inline static int32_t get_offset_of__fashion_star_root_2() { return static_cast(offsetof(uiFashionStar_t2192757158, ____fashion_star_root_2)); } inline Transform_t3600365921 * get__fashion_star_root_2() const { return ____fashion_star_root_2; } inline Transform_t3600365921 ** get_address_of__fashion_star_root_2() { return &____fashion_star_root_2; } inline void set__fashion_star_root_2(Transform_t3600365921 * value) { ____fashion_star_root_2 = value; Il2CppCodeGenWriteBarrier((&____fashion_star_root_2), value); } inline static int32_t get_offset_of__more_fashion_stars_3() { return static_cast(offsetof(uiFashionStar_t2192757158, ____more_fashion_stars_3)); } inline Transform_t3600365921 * get__more_fashion_stars_3() const { return ____more_fashion_stars_3; } inline Transform_t3600365921 ** get_address_of__more_fashion_stars_3() { return &____more_fashion_stars_3; } inline void set__more_fashion_stars_3(Transform_t3600365921 * value) { ____more_fashion_stars_3 = value; Il2CppCodeGenWriteBarrier((&____more_fashion_stars_3), value); } inline static int32_t get_offset_of__up_star_number_4() { return static_cast(offsetof(uiFashionStar_t2192757158, ____up_star_number_4)); } inline UISpriteU5BU5D_t1415066463* get__up_star_number_4() const { return ____up_star_number_4; } inline UISpriteU5BU5D_t1415066463** get_address_of__up_star_number_4() { return &____up_star_number_4; } inline void set__up_star_number_4(UISpriteU5BU5D_t1415066463* value) { ____up_star_number_4 = value; Il2CppCodeGenWriteBarrier((&____up_star_number_4), value); } inline static int32_t get_offset_of__combo_label_paopao_5() { return static_cast(offsetof(uiFashionStar_t2192757158, ____combo_label_paopao_5)); } inline UILabel_t3248798549 * get__combo_label_paopao_5() const { return ____combo_label_paopao_5; } inline UILabel_t3248798549 ** get_address_of__combo_label_paopao_5() { return &____combo_label_paopao_5; } inline void set__combo_label_paopao_5(UILabel_t3248798549 * value) { ____combo_label_paopao_5 = value; Il2CppCodeGenWriteBarrier((&____combo_label_paopao_5), value); } inline static int32_t get_offset_of__combo_label_classical_6() { return static_cast(offsetof(uiFashionStar_t2192757158, ____combo_label_classical_6)); } inline UILabel_t3248798549 * get__combo_label_classical_6() const { return ____combo_label_classical_6; } inline UILabel_t3248798549 ** get_address_of__combo_label_classical_6() { return &____combo_label_classical_6; } inline void set__combo_label_classical_6(UILabel_t3248798549 * value) { ____combo_label_classical_6 = value; Il2CppCodeGenWriteBarrier((&____combo_label_classical_6), value); } inline static int32_t get_offset_of__combo_label_swing_7() { return static_cast(offsetof(uiFashionStar_t2192757158, ____combo_label_swing_7)); } inline UILabel_t3248798549 * get__combo_label_swing_7() const { return ____combo_label_swing_7; } inline UILabel_t3248798549 ** get_address_of__combo_label_swing_7() { return &____combo_label_swing_7; } inline void set__combo_label_swing_7(UILabel_t3248798549 * value) { ____combo_label_swing_7 = value; Il2CppCodeGenWriteBarrier((&____combo_label_swing_7), value); } inline static int32_t get_offset_of_isPageInit_8() { return static_cast(offsetof(uiFashionStar_t2192757158, ___isPageInit_8)); } inline bool get_isPageInit_8() const { return ___isPageInit_8; } inline bool* get_address_of_isPageInit_8() { return &___isPageInit_8; } inline void set_isPageInit_8(bool value) { ___isPageInit_8 = value; } inline static int32_t get_offset_of__delta_show_time_10() { return static_cast(offsetof(uiFashionStar_t2192757158, ____delta_show_time_10)); } inline float get__delta_show_time_10() const { return ____delta_show_time_10; } inline float* get_address_of__delta_show_time_10() { return &____delta_show_time_10; } inline void set__delta_show_time_10(float value) { ____delta_show_time_10 = value; } inline static int32_t get_offset_of__is_ready_11() { return static_cast(offsetof(uiFashionStar_t2192757158, ____is_ready_11)); } inline bool get__is_ready_11() const { return ____is_ready_11; } inline bool* get_address_of__is_ready_11() { return &____is_ready_11; } inline void set__is_ready_11(bool value) { ____is_ready_11 = value; } inline static int32_t get_offset_of__orignal_combo_text_paopao_12() { return static_cast(offsetof(uiFashionStar_t2192757158, ____orignal_combo_text_paopao_12)); } inline String_t* get__orignal_combo_text_paopao_12() const { return ____orignal_combo_text_paopao_12; } inline String_t** get_address_of__orignal_combo_text_paopao_12() { return &____orignal_combo_text_paopao_12; } inline void set__orignal_combo_text_paopao_12(String_t* value) { ____orignal_combo_text_paopao_12 = value; Il2CppCodeGenWriteBarrier((&____orignal_combo_text_paopao_12), value); } inline static int32_t get_offset_of__orignal_combo_text_classical_13() { return static_cast(offsetof(uiFashionStar_t2192757158, ____orignal_combo_text_classical_13)); } inline String_t* get__orignal_combo_text_classical_13() const { return ____orignal_combo_text_classical_13; } inline String_t** get_address_of__orignal_combo_text_classical_13() { return &____orignal_combo_text_classical_13; } inline void set__orignal_combo_text_classical_13(String_t* value) { ____orignal_combo_text_classical_13 = value; Il2CppCodeGenWriteBarrier((&____orignal_combo_text_classical_13), value); } inline static int32_t get_offset_of__orignal_combo_text_Swing_14() { return static_cast(offsetof(uiFashionStar_t2192757158, ____orignal_combo_text_Swing_14)); } inline String_t* get__orignal_combo_text_Swing_14() const { return ____orignal_combo_text_Swing_14; } inline String_t** get_address_of__orignal_combo_text_Swing_14() { return &____orignal_combo_text_Swing_14; } inline void set__orignal_combo_text_Swing_14(String_t* value) { ____orignal_combo_text_Swing_14 = value; Il2CppCodeGenWriteBarrier((&____orignal_combo_text_Swing_14), value); } }; struct uiFashionStar_t2192757158_StaticFields { public: // uiFashionStar uiFashionStar::s_instance uiFashionStar_t2192757158 * ___s_instance_9; // DMCore.OnEventCall uiFashionStar::<>f__mg$cache0 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache0_15; public: inline static int32_t get_offset_of_s_instance_9() { return static_cast(offsetof(uiFashionStar_t2192757158_StaticFields, ___s_instance_9)); } inline uiFashionStar_t2192757158 * get_s_instance_9() const { return ___s_instance_9; } inline uiFashionStar_t2192757158 ** get_address_of_s_instance_9() { return &___s_instance_9; } inline void set_s_instance_9(uiFashionStar_t2192757158 * value) { ___s_instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_instance_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_15() { return static_cast(offsetof(uiFashionStar_t2192757158_StaticFields, ___U3CU3Ef__mgU24cache0_15)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache0_15() const { return ___U3CU3Ef__mgU24cache0_15; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache0_15() { return &___U3CU3Ef__mgU24cache0_15; } inline void set_U3CU3Ef__mgU24cache0_15(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache0_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIFASHIONSTAR_T2192757158_H #ifndef CLOGIN_T728508773_H #define CLOGIN_T728508773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLogin struct CLogin_t728508773 : public MonoBehaviour_t3962482529 { public: // logicLogin_main_page CLogin::m_logicMainPage logicLogin_main_page_t116642790 * ___m_logicMainPage_2; // UnityEngine.GameObject CLogin::m_btnLoginStart GameObject_t1113636619 * ___m_btnLoginStart_3; // UnityEngine.GameObject CLogin::m_btnLoginManager GameObject_t1113636619 * ___m_btnLoginManager_4; // CLogin/_OnRegisterAccResult CLogin::m_funcRegisterResult _OnRegisterAccResult_t3470219112 * ___m_funcRegisterResult_5; // CLogin/_OnRegisterLoginUserAccResult CLogin::m_funcLoginAcc _OnRegisterLoginUserAccResult_t314615006 * ___m_funcLoginAcc_6; // System.Boolean CLogin::m_bWaitChange bool ___m_bWaitChange_7; // System.String CLogin::m_account String_t* ___m_account_8; // System.String CLogin::m_secret String_t* ___m_secret_9; // System.String CLogin::m_gameid String_t* ___m_gameid_10; // System.String CLogin::m_openid String_t* ___m_openid_11; // System.String CLogin::m_sessionId String_t* ___m_sessionId_12; // System.String CLogin::m_whiteSign String_t* ___m_whiteSign_13; // System.Boolean CLogin::m_bSDK bool ___m_bSDK_14; // System.Boolean CLogin::m_bGuest bool ___m_bGuest_15; public: inline static int32_t get_offset_of_m_logicMainPage_2() { return static_cast(offsetof(CLogin_t728508773, ___m_logicMainPage_2)); } inline logicLogin_main_page_t116642790 * get_m_logicMainPage_2() const { return ___m_logicMainPage_2; } inline logicLogin_main_page_t116642790 ** get_address_of_m_logicMainPage_2() { return &___m_logicMainPage_2; } inline void set_m_logicMainPage_2(logicLogin_main_page_t116642790 * value) { ___m_logicMainPage_2 = value; Il2CppCodeGenWriteBarrier((&___m_logicMainPage_2), value); } inline static int32_t get_offset_of_m_btnLoginStart_3() { return static_cast(offsetof(CLogin_t728508773, ___m_btnLoginStart_3)); } inline GameObject_t1113636619 * get_m_btnLoginStart_3() const { return ___m_btnLoginStart_3; } inline GameObject_t1113636619 ** get_address_of_m_btnLoginStart_3() { return &___m_btnLoginStart_3; } inline void set_m_btnLoginStart_3(GameObject_t1113636619 * value) { ___m_btnLoginStart_3 = value; Il2CppCodeGenWriteBarrier((&___m_btnLoginStart_3), value); } inline static int32_t get_offset_of_m_btnLoginManager_4() { return static_cast(offsetof(CLogin_t728508773, ___m_btnLoginManager_4)); } inline GameObject_t1113636619 * get_m_btnLoginManager_4() const { return ___m_btnLoginManager_4; } inline GameObject_t1113636619 ** get_address_of_m_btnLoginManager_4() { return &___m_btnLoginManager_4; } inline void set_m_btnLoginManager_4(GameObject_t1113636619 * value) { ___m_btnLoginManager_4 = value; Il2CppCodeGenWriteBarrier((&___m_btnLoginManager_4), value); } inline static int32_t get_offset_of_m_funcRegisterResult_5() { return static_cast(offsetof(CLogin_t728508773, ___m_funcRegisterResult_5)); } inline _OnRegisterAccResult_t3470219112 * get_m_funcRegisterResult_5() const { return ___m_funcRegisterResult_5; } inline _OnRegisterAccResult_t3470219112 ** get_address_of_m_funcRegisterResult_5() { return &___m_funcRegisterResult_5; } inline void set_m_funcRegisterResult_5(_OnRegisterAccResult_t3470219112 * value) { ___m_funcRegisterResult_5 = value; Il2CppCodeGenWriteBarrier((&___m_funcRegisterResult_5), value); } inline static int32_t get_offset_of_m_funcLoginAcc_6() { return static_cast(offsetof(CLogin_t728508773, ___m_funcLoginAcc_6)); } inline _OnRegisterLoginUserAccResult_t314615006 * get_m_funcLoginAcc_6() const { return ___m_funcLoginAcc_6; } inline _OnRegisterLoginUserAccResult_t314615006 ** get_address_of_m_funcLoginAcc_6() { return &___m_funcLoginAcc_6; } inline void set_m_funcLoginAcc_6(_OnRegisterLoginUserAccResult_t314615006 * value) { ___m_funcLoginAcc_6 = value; Il2CppCodeGenWriteBarrier((&___m_funcLoginAcc_6), value); } inline static int32_t get_offset_of_m_bWaitChange_7() { return static_cast(offsetof(CLogin_t728508773, ___m_bWaitChange_7)); } inline bool get_m_bWaitChange_7() const { return ___m_bWaitChange_7; } inline bool* get_address_of_m_bWaitChange_7() { return &___m_bWaitChange_7; } inline void set_m_bWaitChange_7(bool value) { ___m_bWaitChange_7 = value; } inline static int32_t get_offset_of_m_account_8() { return static_cast(offsetof(CLogin_t728508773, ___m_account_8)); } inline String_t* get_m_account_8() const { return ___m_account_8; } inline String_t** get_address_of_m_account_8() { return &___m_account_8; } inline void set_m_account_8(String_t* value) { ___m_account_8 = value; Il2CppCodeGenWriteBarrier((&___m_account_8), value); } inline static int32_t get_offset_of_m_secret_9() { return static_cast(offsetof(CLogin_t728508773, ___m_secret_9)); } inline String_t* get_m_secret_9() const { return ___m_secret_9; } inline String_t** get_address_of_m_secret_9() { return &___m_secret_9; } inline void set_m_secret_9(String_t* value) { ___m_secret_9 = value; Il2CppCodeGenWriteBarrier((&___m_secret_9), value); } inline static int32_t get_offset_of_m_gameid_10() { return static_cast(offsetof(CLogin_t728508773, ___m_gameid_10)); } inline String_t* get_m_gameid_10() const { return ___m_gameid_10; } inline String_t** get_address_of_m_gameid_10() { return &___m_gameid_10; } inline void set_m_gameid_10(String_t* value) { ___m_gameid_10 = value; Il2CppCodeGenWriteBarrier((&___m_gameid_10), value); } inline static int32_t get_offset_of_m_openid_11() { return static_cast(offsetof(CLogin_t728508773, ___m_openid_11)); } inline String_t* get_m_openid_11() const { return ___m_openid_11; } inline String_t** get_address_of_m_openid_11() { return &___m_openid_11; } inline void set_m_openid_11(String_t* value) { ___m_openid_11 = value; Il2CppCodeGenWriteBarrier((&___m_openid_11), value); } inline static int32_t get_offset_of_m_sessionId_12() { return static_cast(offsetof(CLogin_t728508773, ___m_sessionId_12)); } inline String_t* get_m_sessionId_12() const { return ___m_sessionId_12; } inline String_t** get_address_of_m_sessionId_12() { return &___m_sessionId_12; } inline void set_m_sessionId_12(String_t* value) { ___m_sessionId_12 = value; Il2CppCodeGenWriteBarrier((&___m_sessionId_12), value); } inline static int32_t get_offset_of_m_whiteSign_13() { return static_cast(offsetof(CLogin_t728508773, ___m_whiteSign_13)); } inline String_t* get_m_whiteSign_13() const { return ___m_whiteSign_13; } inline String_t** get_address_of_m_whiteSign_13() { return &___m_whiteSign_13; } inline void set_m_whiteSign_13(String_t* value) { ___m_whiteSign_13 = value; Il2CppCodeGenWriteBarrier((&___m_whiteSign_13), value); } inline static int32_t get_offset_of_m_bSDK_14() { return static_cast(offsetof(CLogin_t728508773, ___m_bSDK_14)); } inline bool get_m_bSDK_14() const { return ___m_bSDK_14; } inline bool* get_address_of_m_bSDK_14() { return &___m_bSDK_14; } inline void set_m_bSDK_14(bool value) { ___m_bSDK_14 = value; } inline static int32_t get_offset_of_m_bGuest_15() { return static_cast(offsetof(CLogin_t728508773, ___m_bGuest_15)); } inline bool get_m_bGuest_15() const { return ___m_bGuest_15; } inline bool* get_address_of_m_bGuest_15() { return &___m_bGuest_15; } inline void set_m_bGuest_15(bool value) { ___m_bGuest_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOGIN_T728508773_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 IGNORETIMESCALE_T3381352907_H #define IGNORETIMESCALE_T3381352907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IgnoreTimeScale struct IgnoreTimeScale_t3381352907 : public MonoBehaviour_t3962482529 { public: // System.Single IgnoreTimeScale::mRt float ___mRt_2; // System.Single IgnoreTimeScale::mTimeStart float ___mTimeStart_3; // System.Single IgnoreTimeScale::mTimeDelta float ___mTimeDelta_4; // System.Single IgnoreTimeScale::mActual float ___mActual_5; // System.Boolean IgnoreTimeScale::mTimeStarted bool ___mTimeStarted_6; public: inline static int32_t get_offset_of_mRt_2() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mRt_2)); } inline float get_mRt_2() const { return ___mRt_2; } inline float* get_address_of_mRt_2() { return &___mRt_2; } inline void set_mRt_2(float value) { ___mRt_2 = value; } inline static int32_t get_offset_of_mTimeStart_3() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeStart_3)); } inline float get_mTimeStart_3() const { return ___mTimeStart_3; } inline float* get_address_of_mTimeStart_3() { return &___mTimeStart_3; } inline void set_mTimeStart_3(float value) { ___mTimeStart_3 = value; } inline static int32_t get_offset_of_mTimeDelta_4() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeDelta_4)); } inline float get_mTimeDelta_4() const { return ___mTimeDelta_4; } inline float* get_address_of_mTimeDelta_4() { return &___mTimeDelta_4; } inline void set_mTimeDelta_4(float value) { ___mTimeDelta_4 = value; } inline static int32_t get_offset_of_mActual_5() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mActual_5)); } inline float get_mActual_5() const { return ___mActual_5; } inline float* get_address_of_mActual_5() { return &___mActual_5; } inline void set_mActual_5(float value) { ___mActual_5 = value; } inline static int32_t get_offset_of_mTimeStarted_6() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeStarted_6)); } inline bool get_mTimeStarted_6() const { return ___mTimeStarted_6; } inline bool* get_address_of_mTimeStarted_6() { return &___mTimeStarted_6; } inline void set_mTimeStarted_6(bool value) { ___mTimeStarted_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IGNORETIMESCALE_T3381352907_H #ifndef FASHIONTAGPATHITEM_T395259518_H #define FASHIONTAGPATHITEM_T395259518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionTagPathItem struct FashionTagPathItem_t395259518 : public MonoBehaviour_t3962482529 { public: // UILabel FashionTagPathItem::m_PathName UILabel_t3248798549 * ___m_PathName_2; // UITexture FashionTagPathItem::m_texturePic UITexture_t3471168817 * ___m_texturePic_3; // System.Int32 FashionTagPathItem::cur_pathID int32_t ___cur_pathID_4; // System.Boolean FashionTagPathItem::m_bTextureDone bool ___m_bTextureDone_5; // CPathManager/PathInfo FashionTagPathItem::m_pathInfo PathInfo_t2470358406 * ___m_pathInfo_6; public: inline static int32_t get_offset_of_m_PathName_2() { return static_cast(offsetof(FashionTagPathItem_t395259518, ___m_PathName_2)); } inline UILabel_t3248798549 * get_m_PathName_2() const { return ___m_PathName_2; } inline UILabel_t3248798549 ** get_address_of_m_PathName_2() { return &___m_PathName_2; } inline void set_m_PathName_2(UILabel_t3248798549 * value) { ___m_PathName_2 = value; Il2CppCodeGenWriteBarrier((&___m_PathName_2), value); } inline static int32_t get_offset_of_m_texturePic_3() { return static_cast(offsetof(FashionTagPathItem_t395259518, ___m_texturePic_3)); } inline UITexture_t3471168817 * get_m_texturePic_3() const { return ___m_texturePic_3; } inline UITexture_t3471168817 ** get_address_of_m_texturePic_3() { return &___m_texturePic_3; } inline void set_m_texturePic_3(UITexture_t3471168817 * value) { ___m_texturePic_3 = value; Il2CppCodeGenWriteBarrier((&___m_texturePic_3), value); } inline static int32_t get_offset_of_cur_pathID_4() { return static_cast(offsetof(FashionTagPathItem_t395259518, ___cur_pathID_4)); } inline int32_t get_cur_pathID_4() const { return ___cur_pathID_4; } inline int32_t* get_address_of_cur_pathID_4() { return &___cur_pathID_4; } inline void set_cur_pathID_4(int32_t value) { ___cur_pathID_4 = value; } inline static int32_t get_offset_of_m_bTextureDone_5() { return static_cast(offsetof(FashionTagPathItem_t395259518, ___m_bTextureDone_5)); } inline bool get_m_bTextureDone_5() const { return ___m_bTextureDone_5; } inline bool* get_address_of_m_bTextureDone_5() { return &___m_bTextureDone_5; } inline void set_m_bTextureDone_5(bool value) { ___m_bTextureDone_5 = value; } inline static int32_t get_offset_of_m_pathInfo_6() { return static_cast(offsetof(FashionTagPathItem_t395259518, ___m_pathInfo_6)); } inline PathInfo_t2470358406 * get_m_pathInfo_6() const { return ___m_pathInfo_6; } inline PathInfo_t2470358406 ** get_address_of_m_pathInfo_6() { return &___m_pathInfo_6; } inline void set_m_pathInfo_6(PathInfo_t2470358406 * value) { ___m_pathInfo_6 = value; Il2CppCodeGenWriteBarrier((&___m_pathInfo_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASHIONTAGPATHITEM_T395259518_H #ifndef DMUIWIDGET_T2122599839_H #define DMUIWIDGET_T2122599839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMUIWidget struct DMUIWidget_t2122599839 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Material DMUIWidget::m_mat Material_t340375123 * ___m_mat_2; // UnityEngine.Mesh DMUIWidget::m_mesh Mesh_t3648964284 * ___m_mesh_3; // UnityEngine.MeshRenderer DMUIWidget::m_render MeshRenderer_t587009260 * ___m_render_4; // UnityEngine.MeshFilter DMUIWidget::mFilter MeshFilter_t3523625662 * ___mFilter_5; // System.String DMUIWidget::m_ShaderName String_t* ___m_ShaderName_6; // System.Boolean DMUIWidget::m_bValid bool ___m_bValid_7; // BetterList`1 DMUIWidget::m_listVertices BetterList_1_t2877333782 * ___m_listVertices_8; // BetterList`1 DMUIWidget::m_listUvs BetterList_1_t1311249841 * ___m_listUvs_9; // BetterList`1 DMUIWidget::m_listColors BetterList_1_t1710706642 * ___m_listColors_10; // BetterList`1 DMUIWidget::m_listindices BetterList_1_t2105966071 * ___m_listindices_11; // System.Int32[] DMUIWidget::m_realIndices Int32U5BU5D_t385246372* ___m_realIndices_12; public: inline static int32_t get_offset_of_m_mat_2() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_mat_2)); } inline Material_t340375123 * get_m_mat_2() const { return ___m_mat_2; } inline Material_t340375123 ** get_address_of_m_mat_2() { return &___m_mat_2; } inline void set_m_mat_2(Material_t340375123 * value) { ___m_mat_2 = value; Il2CppCodeGenWriteBarrier((&___m_mat_2), value); } inline static int32_t get_offset_of_m_mesh_3() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_mesh_3)); } inline Mesh_t3648964284 * get_m_mesh_3() const { return ___m_mesh_3; } inline Mesh_t3648964284 ** get_address_of_m_mesh_3() { return &___m_mesh_3; } inline void set_m_mesh_3(Mesh_t3648964284 * value) { ___m_mesh_3 = value; Il2CppCodeGenWriteBarrier((&___m_mesh_3), value); } inline static int32_t get_offset_of_m_render_4() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_render_4)); } inline MeshRenderer_t587009260 * get_m_render_4() const { return ___m_render_4; } inline MeshRenderer_t587009260 ** get_address_of_m_render_4() { return &___m_render_4; } inline void set_m_render_4(MeshRenderer_t587009260 * value) { ___m_render_4 = value; Il2CppCodeGenWriteBarrier((&___m_render_4), value); } inline static int32_t get_offset_of_mFilter_5() { return static_cast(offsetof(DMUIWidget_t2122599839, ___mFilter_5)); } inline MeshFilter_t3523625662 * get_mFilter_5() const { return ___mFilter_5; } inline MeshFilter_t3523625662 ** get_address_of_mFilter_5() { return &___mFilter_5; } inline void set_mFilter_5(MeshFilter_t3523625662 * value) { ___mFilter_5 = value; Il2CppCodeGenWriteBarrier((&___mFilter_5), value); } inline static int32_t get_offset_of_m_ShaderName_6() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_ShaderName_6)); } inline String_t* get_m_ShaderName_6() const { return ___m_ShaderName_6; } inline String_t** get_address_of_m_ShaderName_6() { return &___m_ShaderName_6; } inline void set_m_ShaderName_6(String_t* value) { ___m_ShaderName_6 = value; Il2CppCodeGenWriteBarrier((&___m_ShaderName_6), value); } inline static int32_t get_offset_of_m_bValid_7() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_bValid_7)); } inline bool get_m_bValid_7() const { return ___m_bValid_7; } inline bool* get_address_of_m_bValid_7() { return &___m_bValid_7; } inline void set_m_bValid_7(bool value) { ___m_bValid_7 = value; } inline static int32_t get_offset_of_m_listVertices_8() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_listVertices_8)); } inline BetterList_1_t2877333782 * get_m_listVertices_8() const { return ___m_listVertices_8; } inline BetterList_1_t2877333782 ** get_address_of_m_listVertices_8() { return &___m_listVertices_8; } inline void set_m_listVertices_8(BetterList_1_t2877333782 * value) { ___m_listVertices_8 = value; Il2CppCodeGenWriteBarrier((&___m_listVertices_8), value); } inline static int32_t get_offset_of_m_listUvs_9() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_listUvs_9)); } inline BetterList_1_t1311249841 * get_m_listUvs_9() const { return ___m_listUvs_9; } inline BetterList_1_t1311249841 ** get_address_of_m_listUvs_9() { return &___m_listUvs_9; } inline void set_m_listUvs_9(BetterList_1_t1311249841 * value) { ___m_listUvs_9 = value; Il2CppCodeGenWriteBarrier((&___m_listUvs_9), value); } inline static int32_t get_offset_of_m_listColors_10() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_listColors_10)); } inline BetterList_1_t1710706642 * get_m_listColors_10() const { return ___m_listColors_10; } inline BetterList_1_t1710706642 ** get_address_of_m_listColors_10() { return &___m_listColors_10; } inline void set_m_listColors_10(BetterList_1_t1710706642 * value) { ___m_listColors_10 = value; Il2CppCodeGenWriteBarrier((&___m_listColors_10), value); } inline static int32_t get_offset_of_m_listindices_11() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_listindices_11)); } inline BetterList_1_t2105966071 * get_m_listindices_11() const { return ___m_listindices_11; } inline BetterList_1_t2105966071 ** get_address_of_m_listindices_11() { return &___m_listindices_11; } inline void set_m_listindices_11(BetterList_1_t2105966071 * value) { ___m_listindices_11 = value; Il2CppCodeGenWriteBarrier((&___m_listindices_11), value); } inline static int32_t get_offset_of_m_realIndices_12() { return static_cast(offsetof(DMUIWidget_t2122599839, ___m_realIndices_12)); } inline Int32U5BU5D_t385246372* get_m_realIndices_12() const { return ___m_realIndices_12; } inline Int32U5BU5D_t385246372** get_address_of_m_realIndices_12() { return &___m_realIndices_12; } inline void set_m_realIndices_12(Int32U5BU5D_t385246372* value) { ___m_realIndices_12 = value; Il2CppCodeGenWriteBarrier((&___m_realIndices_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMUIWIDGET_T2122599839_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 DMPANELCLIPER_T875718257_H #define DMPANELCLIPER_T875718257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMPanelCliper struct DMPanelCliper_t875718257 : public MonoBehaviour_t3962482529 { public: // DMPanelCliper/Allign DMPanelCliper::m_Allign int32_t ___m_Allign_2; public: inline static int32_t get_offset_of_m_Allign_2() { return static_cast(offsetof(DMPanelCliper_t875718257, ___m_Allign_2)); } inline int32_t get_m_Allign_2() const { return ___m_Allign_2; } inline int32_t* get_address_of_m_Allign_2() { return &___m_Allign_2; } inline void set_m_Allign_2(int32_t value) { ___m_Allign_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMPANELCLIPER_T875718257_H #ifndef DMSCRIPTINVOKER_T2910113795_H #define DMSCRIPTINVOKER_T2910113795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMScriptInvoker struct DMScriptInvoker_t2910113795 : public MonoBehaviour_t3962482529 { public: // System.String DMScriptInvoker::m_scriptName String_t* ___m_scriptName_2; // CUIBase DMScriptInvoker::m_uiBaseVal CUIBase_t3255455658 * ___m_uiBaseVal_3; // System.Boolean DMScriptInvoker::m_bInvoked bool ___m_bInvoked_4; public: inline static int32_t get_offset_of_m_scriptName_2() { return static_cast(offsetof(DMScriptInvoker_t2910113795, ___m_scriptName_2)); } inline String_t* get_m_scriptName_2() const { return ___m_scriptName_2; } inline String_t** get_address_of_m_scriptName_2() { return &___m_scriptName_2; } inline void set_m_scriptName_2(String_t* value) { ___m_scriptName_2 = value; Il2CppCodeGenWriteBarrier((&___m_scriptName_2), value); } inline static int32_t get_offset_of_m_uiBaseVal_3() { return static_cast(offsetof(DMScriptInvoker_t2910113795, ___m_uiBaseVal_3)); } inline CUIBase_t3255455658 * get_m_uiBaseVal_3() const { return ___m_uiBaseVal_3; } inline CUIBase_t3255455658 ** get_address_of_m_uiBaseVal_3() { return &___m_uiBaseVal_3; } inline void set_m_uiBaseVal_3(CUIBase_t3255455658 * value) { ___m_uiBaseVal_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiBaseVal_3), value); } inline static int32_t get_offset_of_m_bInvoked_4() { return static_cast(offsetof(DMScriptInvoker_t2910113795, ___m_bInvoked_4)); } inline bool get_m_bInvoked_4() const { return ___m_bInvoked_4; } inline bool* get_address_of_m_bInvoked_4() { return &___m_bInvoked_4; } inline void set_m_bInvoked_4(bool value) { ___m_bInvoked_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMSCRIPTINVOKER_T2910113795_H #ifndef DMSCROLLWND_T1110969451_H #define DMSCROLLWND_T1110969451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMScrollWnd struct DMScrollWnd_t1110969451 : public MonoBehaviour_t3962482529 { public: // DMScrollWnd/enumScrollType DMScrollWnd::m_ScrollType int32_t ___m_ScrollType_2; // UnityEngine.GameObject DMScrollWnd::m_ScrollWnd GameObject_t1113636619 * ___m_ScrollWnd_3; // System.Single DMScrollWnd::m_fMin float ___m_fMin_4; // System.Single DMScrollWnd::m_fMax float ___m_fMax_5; // System.Single DMScrollWnd::m_clkLabor float ___m_clkLabor_6; // System.Single DMScrollWnd::m_fWndPos float ___m_fWndPos_7; // UIPanel DMScrollWnd::m_UIPanel UIPanel_t1716472341 * ___m_UIPanel_8; // DMScrollWnd/OnScrollChanged DMScrollWnd::m_ScrollEvt OnScrollChanged_t615664828 * ___m_ScrollEvt_9; // UnityEngine.Camera DMScrollWnd::m_ownerCamera Camera_t4157153871 * ___m_ownerCamera_10; public: inline static int32_t get_offset_of_m_ScrollType_2() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___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_ScrollWnd_3() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_ScrollWnd_3)); } inline GameObject_t1113636619 * get_m_ScrollWnd_3() const { return ___m_ScrollWnd_3; } inline GameObject_t1113636619 ** get_address_of_m_ScrollWnd_3() { return &___m_ScrollWnd_3; } inline void set_m_ScrollWnd_3(GameObject_t1113636619 * value) { ___m_ScrollWnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_ScrollWnd_3), value); } inline static int32_t get_offset_of_m_fMin_4() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_fMin_4)); } inline float get_m_fMin_4() const { return ___m_fMin_4; } inline float* get_address_of_m_fMin_4() { return &___m_fMin_4; } inline void set_m_fMin_4(float value) { ___m_fMin_4 = value; } inline static int32_t get_offset_of_m_fMax_5() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_fMax_5)); } inline float get_m_fMax_5() const { return ___m_fMax_5; } inline float* get_address_of_m_fMax_5() { return &___m_fMax_5; } inline void set_m_fMax_5(float value) { ___m_fMax_5 = value; } inline static int32_t get_offset_of_m_clkLabor_6() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_clkLabor_6)); } inline float get_m_clkLabor_6() const { return ___m_clkLabor_6; } inline float* get_address_of_m_clkLabor_6() { return &___m_clkLabor_6; } inline void set_m_clkLabor_6(float value) { ___m_clkLabor_6 = value; } inline static int32_t get_offset_of_m_fWndPos_7() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_fWndPos_7)); } inline float get_m_fWndPos_7() const { return ___m_fWndPos_7; } inline float* get_address_of_m_fWndPos_7() { return &___m_fWndPos_7; } inline void set_m_fWndPos_7(float value) { ___m_fWndPos_7 = value; } inline static int32_t get_offset_of_m_UIPanel_8() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_UIPanel_8)); } inline UIPanel_t1716472341 * get_m_UIPanel_8() const { return ___m_UIPanel_8; } inline UIPanel_t1716472341 ** get_address_of_m_UIPanel_8() { return &___m_UIPanel_8; } inline void set_m_UIPanel_8(UIPanel_t1716472341 * value) { ___m_UIPanel_8 = value; Il2CppCodeGenWriteBarrier((&___m_UIPanel_8), value); } inline static int32_t get_offset_of_m_ScrollEvt_9() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_ScrollEvt_9)); } inline OnScrollChanged_t615664828 * get_m_ScrollEvt_9() const { return ___m_ScrollEvt_9; } inline OnScrollChanged_t615664828 ** get_address_of_m_ScrollEvt_9() { return &___m_ScrollEvt_9; } inline void set_m_ScrollEvt_9(OnScrollChanged_t615664828 * value) { ___m_ScrollEvt_9 = value; Il2CppCodeGenWriteBarrier((&___m_ScrollEvt_9), value); } inline static int32_t get_offset_of_m_ownerCamera_10() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_ownerCamera_10)); } inline Camera_t4157153871 * get_m_ownerCamera_10() const { return ___m_ownerCamera_10; } inline Camera_t4157153871 ** get_address_of_m_ownerCamera_10() { return &___m_ownerCamera_10; } inline void set_m_ownerCamera_10(Camera_t4157153871 * value) { ___m_ownerCamera_10 = value; Il2CppCodeGenWriteBarrier((&___m_ownerCamera_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMSCROLLWND_T1110969451_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 DMUICONTAINER_T1502190882_H #define DMUICONTAINER_T1502190882_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMUIContainer struct DMUIContainer_t1502190882 : public MonoBehaviour_t3962482529 { public: // System.Int32 DMUIContainer::m_indexText int32_t ___m_indexText_2; // BetterList`1 DMUIContainer::m_listWidgets BetterList_1_t1183072445 * ___m_listWidgets_3; // BetterList`1 DMUIContainer::m_listWidgetsText BetterList_1_t1277620157 * ___m_listWidgetsText_4; public: inline static int32_t get_offset_of_m_indexText_2() { return static_cast(offsetof(DMUIContainer_t1502190882, ___m_indexText_2)); } inline int32_t get_m_indexText_2() const { return ___m_indexText_2; } inline int32_t* get_address_of_m_indexText_2() { return &___m_indexText_2; } inline void set_m_indexText_2(int32_t value) { ___m_indexText_2 = value; } inline static int32_t get_offset_of_m_listWidgets_3() { return static_cast(offsetof(DMUIContainer_t1502190882, ___m_listWidgets_3)); } inline BetterList_1_t1183072445 * get_m_listWidgets_3() const { return ___m_listWidgets_3; } inline BetterList_1_t1183072445 ** get_address_of_m_listWidgets_3() { return &___m_listWidgets_3; } inline void set_m_listWidgets_3(BetterList_1_t1183072445 * value) { ___m_listWidgets_3 = value; Il2CppCodeGenWriteBarrier((&___m_listWidgets_3), value); } inline static int32_t get_offset_of_m_listWidgetsText_4() { return static_cast(offsetof(DMUIContainer_t1502190882, ___m_listWidgetsText_4)); } inline BetterList_1_t1277620157 * get_m_listWidgetsText_4() const { return ___m_listWidgetsText_4; } inline BetterList_1_t1277620157 ** get_address_of_m_listWidgetsText_4() { return &___m_listWidgetsText_4; } inline void set_m_listWidgetsText_4(BetterList_1_t1277620157 * value) { ___m_listWidgetsText_4 = value; Il2CppCodeGenWriteBarrier((&___m_listWidgetsText_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMUICONTAINER_T1502190882_H #ifndef UIBUTTONMESSAGE_T952534536_H #define UIBUTTONMESSAGE_T952534536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIButtonMessage struct UIButtonMessage_t952534536 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject UIButtonMessage::target GameObject_t1113636619 * ___target_2; // System.String UIButtonMessage::functionName String_t* ___functionName_3; // UIButtonMessage/Trigger UIButtonMessage::trigger int32_t ___trigger_4; // System.Boolean UIButtonMessage::includeChildren bool ___includeChildren_5; // System.Boolean UIButtonMessage::mStarted bool ___mStarted_6; // System.Boolean UIButtonMessage::mHighlighted bool ___mHighlighted_7; public: inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(UIButtonMessage_t952534536, ___target_2)); } inline GameObject_t1113636619 * get_target_2() const { return ___target_2; } inline GameObject_t1113636619 ** get_address_of_target_2() { return &___target_2; } inline void set_target_2(GameObject_t1113636619 * value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((&___target_2), value); } inline static int32_t get_offset_of_functionName_3() { return static_cast(offsetof(UIButtonMessage_t952534536, ___functionName_3)); } inline String_t* get_functionName_3() const { return ___functionName_3; } inline String_t** get_address_of_functionName_3() { return &___functionName_3; } inline void set_functionName_3(String_t* value) { ___functionName_3 = value; Il2CppCodeGenWriteBarrier((&___functionName_3), value); } inline static int32_t get_offset_of_trigger_4() { return static_cast(offsetof(UIButtonMessage_t952534536, ___trigger_4)); } inline int32_t get_trigger_4() const { return ___trigger_4; } inline int32_t* get_address_of_trigger_4() { return &___trigger_4; } inline void set_trigger_4(int32_t value) { ___trigger_4 = value; } inline static int32_t get_offset_of_includeChildren_5() { return static_cast(offsetof(UIButtonMessage_t952534536, ___includeChildren_5)); } inline bool get_includeChildren_5() const { return ___includeChildren_5; } inline bool* get_address_of_includeChildren_5() { return &___includeChildren_5; } inline void set_includeChildren_5(bool value) { ___includeChildren_5 = value; } inline static int32_t get_offset_of_mStarted_6() { return static_cast(offsetof(UIButtonMessage_t952534536, ___mStarted_6)); } inline bool get_mStarted_6() const { return ___mStarted_6; } inline bool* get_address_of_mStarted_6() { return &___mStarted_6; } inline void set_mStarted_6(bool value) { ___mStarted_6 = value; } inline static int32_t get_offset_of_mHighlighted_7() { return static_cast(offsetof(UIButtonMessage_t952534536, ___mHighlighted_7)); } inline bool get_mHighlighted_7() const { return ___mHighlighted_7; } inline bool* get_address_of_mHighlighted_7() { return &___mHighlighted_7; } inline void set_mHighlighted_7(bool value) { ___mHighlighted_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBUTTONMESSAGE_T952534536_H #ifndef DMLISTVIEWITEM_T3648257704_H #define DMLISTVIEWITEM_T3648257704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListViewItem struct DMListViewItem_t3648257704 : public MonoBehaviour_t3962482529 { public: // System.Single DMListViewItem::m_ActiveLength float ___m_ActiveLength_2; // System.Single DMListViewItem::m_DisactiveLength float ___m_DisactiveLength_3; // System.Action`1 DMListViewItem::m_indexChanged Action_1_t3123413348 * ___m_indexChanged_4; // System.Int32 DMListViewItem::m_index int32_t ___m_index_5; // System.Boolean DMListViewItem::m_bActive bool ___m_bActive_6; public: inline static int32_t get_offset_of_m_ActiveLength_2() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_ActiveLength_2)); } inline float get_m_ActiveLength_2() const { return ___m_ActiveLength_2; } inline float* get_address_of_m_ActiveLength_2() { return &___m_ActiveLength_2; } inline void set_m_ActiveLength_2(float value) { ___m_ActiveLength_2 = value; } inline static int32_t get_offset_of_m_DisactiveLength_3() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_DisactiveLength_3)); } inline float get_m_DisactiveLength_3() const { return ___m_DisactiveLength_3; } inline float* get_address_of_m_DisactiveLength_3() { return &___m_DisactiveLength_3; } inline void set_m_DisactiveLength_3(float value) { ___m_DisactiveLength_3 = value; } inline static int32_t get_offset_of_m_indexChanged_4() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_indexChanged_4)); } inline Action_1_t3123413348 * get_m_indexChanged_4() const { return ___m_indexChanged_4; } inline Action_1_t3123413348 ** get_address_of_m_indexChanged_4() { return &___m_indexChanged_4; } inline void set_m_indexChanged_4(Action_1_t3123413348 * value) { ___m_indexChanged_4 = value; Il2CppCodeGenWriteBarrier((&___m_indexChanged_4), value); } inline static int32_t get_offset_of_m_index_5() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_index_5)); } inline int32_t get_m_index_5() const { return ___m_index_5; } inline int32_t* get_address_of_m_index_5() { return &___m_index_5; } inline void set_m_index_5(int32_t value) { ___m_index_5 = value; } inline static int32_t get_offset_of_m_bActive_6() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_bActive_6)); } inline bool get_m_bActive_6() const { return ___m_bActive_6; } inline bool* get_address_of_m_bActive_6() { return &___m_bActive_6; } inline void set_m_bActive_6(bool value) { ___m_bActive_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEWITEM_T3648257704_H #ifndef UISTRETCH_T3058335968_H #define UISTRETCH_T3058335968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIStretch struct UIStretch_t3058335968 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Camera UIStretch::uiCamera Camera_t4157153871 * ___uiCamera_2; // UIWidget UIStretch::widgetContainer UIWidget_t3538521925 * ___widgetContainer_3; // UIPanel UIStretch::panelContainer UIPanel_t1716472341 * ___panelContainer_4; // UIStretch/Style UIStretch::style int32_t ___style_5; // UnityEngine.Vector2 UIStretch::relativeSize Vector2_t2156229523 ___relativeSize_6; // UnityEngine.Transform UIStretch::mTrans Transform_t3600365921 * ___mTrans_7; // UIRoot UIStretch::mRoot UIRoot_t4022971450 * ___mRoot_8; // UnityEngine.Animation UIStretch::mAnim Animation_t3648466861 * ___mAnim_9; // UnityEngine.Rect UIStretch::mRect Rect_t2360479859 ___mRect_10; public: inline static int32_t get_offset_of_uiCamera_2() { return static_cast(offsetof(UIStretch_t3058335968, ___uiCamera_2)); } inline Camera_t4157153871 * get_uiCamera_2() const { return ___uiCamera_2; } inline Camera_t4157153871 ** get_address_of_uiCamera_2() { return &___uiCamera_2; } inline void set_uiCamera_2(Camera_t4157153871 * value) { ___uiCamera_2 = value; Il2CppCodeGenWriteBarrier((&___uiCamera_2), value); } inline static int32_t get_offset_of_widgetContainer_3() { return static_cast(offsetof(UIStretch_t3058335968, ___widgetContainer_3)); } inline UIWidget_t3538521925 * get_widgetContainer_3() const { return ___widgetContainer_3; } inline UIWidget_t3538521925 ** get_address_of_widgetContainer_3() { return &___widgetContainer_3; } inline void set_widgetContainer_3(UIWidget_t3538521925 * value) { ___widgetContainer_3 = value; Il2CppCodeGenWriteBarrier((&___widgetContainer_3), value); } inline static int32_t get_offset_of_panelContainer_4() { return static_cast(offsetof(UIStretch_t3058335968, ___panelContainer_4)); } inline UIPanel_t1716472341 * get_panelContainer_4() const { return ___panelContainer_4; } inline UIPanel_t1716472341 ** get_address_of_panelContainer_4() { return &___panelContainer_4; } inline void set_panelContainer_4(UIPanel_t1716472341 * value) { ___panelContainer_4 = value; Il2CppCodeGenWriteBarrier((&___panelContainer_4), value); } inline static int32_t get_offset_of_style_5() { return static_cast(offsetof(UIStretch_t3058335968, ___style_5)); } inline int32_t get_style_5() const { return ___style_5; } inline int32_t* get_address_of_style_5() { return &___style_5; } inline void set_style_5(int32_t value) { ___style_5 = value; } inline static int32_t get_offset_of_relativeSize_6() { return static_cast(offsetof(UIStretch_t3058335968, ___relativeSize_6)); } inline Vector2_t2156229523 get_relativeSize_6() const { return ___relativeSize_6; } inline Vector2_t2156229523 * get_address_of_relativeSize_6() { return &___relativeSize_6; } inline void set_relativeSize_6(Vector2_t2156229523 value) { ___relativeSize_6 = value; } inline static int32_t get_offset_of_mTrans_7() { return static_cast(offsetof(UIStretch_t3058335968, ___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_mRoot_8() { return static_cast(offsetof(UIStretch_t3058335968, ___mRoot_8)); } inline UIRoot_t4022971450 * get_mRoot_8() const { return ___mRoot_8; } inline UIRoot_t4022971450 ** get_address_of_mRoot_8() { return &___mRoot_8; } inline void set_mRoot_8(UIRoot_t4022971450 * value) { ___mRoot_8 = value; Il2CppCodeGenWriteBarrier((&___mRoot_8), value); } inline static int32_t get_offset_of_mAnim_9() { return static_cast(offsetof(UIStretch_t3058335968, ___mAnim_9)); } inline Animation_t3648466861 * get_mAnim_9() const { return ___mAnim_9; } inline Animation_t3648466861 ** get_address_of_mAnim_9() { return &___mAnim_9; } inline void set_mAnim_9(Animation_t3648466861 * value) { ___mAnim_9 = value; Il2CppCodeGenWriteBarrier((&___mAnim_9), value); } inline static int32_t get_offset_of_mRect_10() { return static_cast(offsetof(UIStretch_t3058335968, ___mRect_10)); } inline Rect_t2360479859 get_mRect_10() const { return ___mRect_10; } inline Rect_t2360479859 * get_address_of_mRect_10() { return &___mRect_10; } inline void set_mRect_10(Rect_t2360479859 value) { ___mRect_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISTRETCH_T3058335968_H #ifndef UIPANEL_T1716472341_H #define UIPANEL_T1716472341_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIPanel struct UIPanel_t1716472341 : public MonoBehaviour_t3962482529 { public: // System.Boolean UIPanel::showInPanelTool bool ___showInPanelTool_2; // System.Boolean UIPanel::generateNormals bool ___generateNormals_3; // System.Boolean UIPanel::depthPass bool ___depthPass_4; // System.Boolean UIPanel::widgetsAreStatic bool ___widgetsAreStatic_5; // System.Single UIPanel::mAlpha float ___mAlpha_6; // UIPanel/DebugInfo UIPanel::mDebugInfo int32_t ___mDebugInfo_7; // UIDrawCall/Clipping UIPanel::mClipping int32_t ___mClipping_8; // UnityEngine.Vector4 UIPanel::mClipRange Vector4_t3319028937 ___mClipRange_9; // UnityEngine.Vector2 UIPanel::mClipSoftness Vector2_t2156229523 ___mClipSoftness_10; // System.Collections.Specialized.OrderedDictionary UIPanel::mChildren OrderedDictionary_t2617496293 * ___mChildren_11; // BetterList`1 UIPanel::mWidgets BetterList_1_t2693542243 * ___mWidgets_12; // BetterList`1 UIPanel::mChanged BetterList_1_t3790362737 * ___mChanged_13; // BetterList`1 UIPanel::mDrawCalls BetterList_1_t448425637 * ___mDrawCalls_14; // BetterList`1 UIPanel::mVerts BetterList_1_t2877333782 * ___mVerts_15; // BetterList`1 UIPanel::mNorms BetterList_1_t2877333782 * ___mNorms_16; // BetterList`1 UIPanel::mTans BetterList_1_t2474049255 * ___mTans_17; // BetterList`1 UIPanel::mUvs BetterList_1_t1311249841 * ___mUvs_18; // BetterList`1 UIPanel::mCols BetterList_1_t1755521610 * ___mCols_19; // UnityEngine.Transform UIPanel::mTrans Transform_t3600365921 * ___mTrans_20; // UnityEngine.Camera UIPanel::mCam Camera_t4157153871 * ___mCam_21; // System.Int32 UIPanel::mLayer int32_t ___mLayer_22; // System.Boolean UIPanel::mDepthChanged bool ___mDepthChanged_23; // System.Boolean UIPanel::mRebuildAll bool ___mRebuildAll_24; // System.Boolean UIPanel::mChangedLastFrame bool ___mChangedLastFrame_25; // System.Boolean UIPanel::mWidgetsAdded bool ___mWidgetsAdded_26; // System.Single UIPanel::mUpdateTime float ___mUpdateTime_27; // System.Single UIPanel::mMatrixTime float ___mMatrixTime_28; // UnityEngine.Matrix4x4 UIPanel::mWorldToLocal Matrix4x4_t1817901843 ___mWorldToLocal_29; // UnityEngine.Vector2 UIPanel::mMin Vector2_t2156229523 ___mMin_31; // UnityEngine.Vector2 UIPanel::mMax Vector2_t2156229523 ___mMax_32; // System.Collections.Generic.List`1 UIPanel::mRemoved List_1_t777473367 * ___mRemoved_33; // UIPanel[] UIPanel::mChildPanels UIPanelU5BU5D_t1463265784* ___mChildPanels_34; // System.Boolean UIPanel::mCheckVisibility bool ___mCheckVisibility_35; // System.Single UIPanel::mCullTime float ___mCullTime_36; // System.Boolean UIPanel::mCulled bool ___mCulled_37; public: inline static int32_t get_offset_of_showInPanelTool_2() { return static_cast(offsetof(UIPanel_t1716472341, ___showInPanelTool_2)); } inline bool get_showInPanelTool_2() const { return ___showInPanelTool_2; } inline bool* get_address_of_showInPanelTool_2() { return &___showInPanelTool_2; } inline void set_showInPanelTool_2(bool value) { ___showInPanelTool_2 = value; } inline static int32_t get_offset_of_generateNormals_3() { return static_cast(offsetof(UIPanel_t1716472341, ___generateNormals_3)); } inline bool get_generateNormals_3() const { return ___generateNormals_3; } inline bool* get_address_of_generateNormals_3() { return &___generateNormals_3; } inline void set_generateNormals_3(bool value) { ___generateNormals_3 = value; } inline static int32_t get_offset_of_depthPass_4() { return static_cast(offsetof(UIPanel_t1716472341, ___depthPass_4)); } inline bool get_depthPass_4() const { return ___depthPass_4; } inline bool* get_address_of_depthPass_4() { return &___depthPass_4; } inline void set_depthPass_4(bool value) { ___depthPass_4 = value; } inline static int32_t get_offset_of_widgetsAreStatic_5() { return static_cast(offsetof(UIPanel_t1716472341, ___widgetsAreStatic_5)); } inline bool get_widgetsAreStatic_5() const { return ___widgetsAreStatic_5; } inline bool* get_address_of_widgetsAreStatic_5() { return &___widgetsAreStatic_5; } inline void set_widgetsAreStatic_5(bool value) { ___widgetsAreStatic_5 = value; } inline static int32_t get_offset_of_mAlpha_6() { return static_cast(offsetof(UIPanel_t1716472341, ___mAlpha_6)); } inline float get_mAlpha_6() const { return ___mAlpha_6; } inline float* get_address_of_mAlpha_6() { return &___mAlpha_6; } inline void set_mAlpha_6(float value) { ___mAlpha_6 = value; } inline static int32_t get_offset_of_mDebugInfo_7() { return static_cast(offsetof(UIPanel_t1716472341, ___mDebugInfo_7)); } inline int32_t get_mDebugInfo_7() const { return ___mDebugInfo_7; } inline int32_t* get_address_of_mDebugInfo_7() { return &___mDebugInfo_7; } inline void set_mDebugInfo_7(int32_t value) { ___mDebugInfo_7 = value; } inline static int32_t get_offset_of_mClipping_8() { return static_cast(offsetof(UIPanel_t1716472341, ___mClipping_8)); } inline int32_t get_mClipping_8() const { return ___mClipping_8; } inline int32_t* get_address_of_mClipping_8() { return &___mClipping_8; } inline void set_mClipping_8(int32_t value) { ___mClipping_8 = value; } inline static int32_t get_offset_of_mClipRange_9() { return static_cast(offsetof(UIPanel_t1716472341, ___mClipRange_9)); } inline Vector4_t3319028937 get_mClipRange_9() const { return ___mClipRange_9; } inline Vector4_t3319028937 * get_address_of_mClipRange_9() { return &___mClipRange_9; } inline void set_mClipRange_9(Vector4_t3319028937 value) { ___mClipRange_9 = value; } inline static int32_t get_offset_of_mClipSoftness_10() { return static_cast(offsetof(UIPanel_t1716472341, ___mClipSoftness_10)); } inline Vector2_t2156229523 get_mClipSoftness_10() const { return ___mClipSoftness_10; } inline Vector2_t2156229523 * get_address_of_mClipSoftness_10() { return &___mClipSoftness_10; } inline void set_mClipSoftness_10(Vector2_t2156229523 value) { ___mClipSoftness_10 = value; } inline static int32_t get_offset_of_mChildren_11() { return static_cast(offsetof(UIPanel_t1716472341, ___mChildren_11)); } inline OrderedDictionary_t2617496293 * get_mChildren_11() const { return ___mChildren_11; } inline OrderedDictionary_t2617496293 ** get_address_of_mChildren_11() { return &___mChildren_11; } inline void set_mChildren_11(OrderedDictionary_t2617496293 * value) { ___mChildren_11 = value; Il2CppCodeGenWriteBarrier((&___mChildren_11), value); } inline static int32_t get_offset_of_mWidgets_12() { return static_cast(offsetof(UIPanel_t1716472341, ___mWidgets_12)); } inline BetterList_1_t2693542243 * get_mWidgets_12() const { return ___mWidgets_12; } inline BetterList_1_t2693542243 ** get_address_of_mWidgets_12() { return &___mWidgets_12; } inline void set_mWidgets_12(BetterList_1_t2693542243 * value) { ___mWidgets_12 = value; Il2CppCodeGenWriteBarrier((&___mWidgets_12), value); } inline static int32_t get_offset_of_mChanged_13() { return static_cast(offsetof(UIPanel_t1716472341, ___mChanged_13)); } inline BetterList_1_t3790362737 * get_mChanged_13() const { return ___mChanged_13; } inline BetterList_1_t3790362737 ** get_address_of_mChanged_13() { return &___mChanged_13; } inline void set_mChanged_13(BetterList_1_t3790362737 * value) { ___mChanged_13 = value; Il2CppCodeGenWriteBarrier((&___mChanged_13), value); } inline static int32_t get_offset_of_mDrawCalls_14() { return static_cast(offsetof(UIPanel_t1716472341, ___mDrawCalls_14)); } inline BetterList_1_t448425637 * get_mDrawCalls_14() const { return ___mDrawCalls_14; } inline BetterList_1_t448425637 ** get_address_of_mDrawCalls_14() { return &___mDrawCalls_14; } inline void set_mDrawCalls_14(BetterList_1_t448425637 * value) { ___mDrawCalls_14 = value; Il2CppCodeGenWriteBarrier((&___mDrawCalls_14), value); } inline static int32_t get_offset_of_mVerts_15() { return static_cast(offsetof(UIPanel_t1716472341, ___mVerts_15)); } inline BetterList_1_t2877333782 * get_mVerts_15() const { return ___mVerts_15; } inline BetterList_1_t2877333782 ** get_address_of_mVerts_15() { return &___mVerts_15; } inline void set_mVerts_15(BetterList_1_t2877333782 * value) { ___mVerts_15 = value; Il2CppCodeGenWriteBarrier((&___mVerts_15), value); } inline static int32_t get_offset_of_mNorms_16() { return static_cast(offsetof(UIPanel_t1716472341, ___mNorms_16)); } inline BetterList_1_t2877333782 * get_mNorms_16() const { return ___mNorms_16; } inline BetterList_1_t2877333782 ** get_address_of_mNorms_16() { return &___mNorms_16; } inline void set_mNorms_16(BetterList_1_t2877333782 * value) { ___mNorms_16 = value; Il2CppCodeGenWriteBarrier((&___mNorms_16), value); } inline static int32_t get_offset_of_mTans_17() { return static_cast(offsetof(UIPanel_t1716472341, ___mTans_17)); } inline BetterList_1_t2474049255 * get_mTans_17() const { return ___mTans_17; } inline BetterList_1_t2474049255 ** get_address_of_mTans_17() { return &___mTans_17; } inline void set_mTans_17(BetterList_1_t2474049255 * value) { ___mTans_17 = value; Il2CppCodeGenWriteBarrier((&___mTans_17), value); } inline static int32_t get_offset_of_mUvs_18() { return static_cast(offsetof(UIPanel_t1716472341, ___mUvs_18)); } inline BetterList_1_t1311249841 * get_mUvs_18() const { return ___mUvs_18; } inline BetterList_1_t1311249841 ** get_address_of_mUvs_18() { return &___mUvs_18; } inline void set_mUvs_18(BetterList_1_t1311249841 * value) { ___mUvs_18 = value; Il2CppCodeGenWriteBarrier((&___mUvs_18), value); } inline static int32_t get_offset_of_mCols_19() { return static_cast(offsetof(UIPanel_t1716472341, ___mCols_19)); } inline BetterList_1_t1755521610 * get_mCols_19() const { return ___mCols_19; } inline BetterList_1_t1755521610 ** get_address_of_mCols_19() { return &___mCols_19; } inline void set_mCols_19(BetterList_1_t1755521610 * value) { ___mCols_19 = value; Il2CppCodeGenWriteBarrier((&___mCols_19), value); } inline static int32_t get_offset_of_mTrans_20() { return static_cast(offsetof(UIPanel_t1716472341, ___mTrans_20)); } inline Transform_t3600365921 * get_mTrans_20() const { return ___mTrans_20; } inline Transform_t3600365921 ** get_address_of_mTrans_20() { return &___mTrans_20; } inline void set_mTrans_20(Transform_t3600365921 * value) { ___mTrans_20 = value; Il2CppCodeGenWriteBarrier((&___mTrans_20), value); } inline static int32_t get_offset_of_mCam_21() { return static_cast(offsetof(UIPanel_t1716472341, ___mCam_21)); } inline Camera_t4157153871 * get_mCam_21() const { return ___mCam_21; } inline Camera_t4157153871 ** get_address_of_mCam_21() { return &___mCam_21; } inline void set_mCam_21(Camera_t4157153871 * value) { ___mCam_21 = value; Il2CppCodeGenWriteBarrier((&___mCam_21), value); } inline static int32_t get_offset_of_mLayer_22() { return static_cast(offsetof(UIPanel_t1716472341, ___mLayer_22)); } inline int32_t get_mLayer_22() const { return ___mLayer_22; } inline int32_t* get_address_of_mLayer_22() { return &___mLayer_22; } inline void set_mLayer_22(int32_t value) { ___mLayer_22 = value; } inline static int32_t get_offset_of_mDepthChanged_23() { return static_cast(offsetof(UIPanel_t1716472341, ___mDepthChanged_23)); } inline bool get_mDepthChanged_23() const { return ___mDepthChanged_23; } inline bool* get_address_of_mDepthChanged_23() { return &___mDepthChanged_23; } inline void set_mDepthChanged_23(bool value) { ___mDepthChanged_23 = value; } inline static int32_t get_offset_of_mRebuildAll_24() { return static_cast(offsetof(UIPanel_t1716472341, ___mRebuildAll_24)); } inline bool get_mRebuildAll_24() const { return ___mRebuildAll_24; } inline bool* get_address_of_mRebuildAll_24() { return &___mRebuildAll_24; } inline void set_mRebuildAll_24(bool value) { ___mRebuildAll_24 = value; } inline static int32_t get_offset_of_mChangedLastFrame_25() { return static_cast(offsetof(UIPanel_t1716472341, ___mChangedLastFrame_25)); } inline bool get_mChangedLastFrame_25() const { return ___mChangedLastFrame_25; } inline bool* get_address_of_mChangedLastFrame_25() { return &___mChangedLastFrame_25; } inline void set_mChangedLastFrame_25(bool value) { ___mChangedLastFrame_25 = value; } inline static int32_t get_offset_of_mWidgetsAdded_26() { return static_cast(offsetof(UIPanel_t1716472341, ___mWidgetsAdded_26)); } inline bool get_mWidgetsAdded_26() const { return ___mWidgetsAdded_26; } inline bool* get_address_of_mWidgetsAdded_26() { return &___mWidgetsAdded_26; } inline void set_mWidgetsAdded_26(bool value) { ___mWidgetsAdded_26 = value; } inline static int32_t get_offset_of_mUpdateTime_27() { return static_cast(offsetof(UIPanel_t1716472341, ___mUpdateTime_27)); } inline float get_mUpdateTime_27() const { return ___mUpdateTime_27; } inline float* get_address_of_mUpdateTime_27() { return &___mUpdateTime_27; } inline void set_mUpdateTime_27(float value) { ___mUpdateTime_27 = value; } inline static int32_t get_offset_of_mMatrixTime_28() { return static_cast(offsetof(UIPanel_t1716472341, ___mMatrixTime_28)); } inline float get_mMatrixTime_28() const { return ___mMatrixTime_28; } inline float* get_address_of_mMatrixTime_28() { return &___mMatrixTime_28; } inline void set_mMatrixTime_28(float value) { ___mMatrixTime_28 = value; } inline static int32_t get_offset_of_mWorldToLocal_29() { return static_cast(offsetof(UIPanel_t1716472341, ___mWorldToLocal_29)); } inline Matrix4x4_t1817901843 get_mWorldToLocal_29() const { return ___mWorldToLocal_29; } inline Matrix4x4_t1817901843 * get_address_of_mWorldToLocal_29() { return &___mWorldToLocal_29; } inline void set_mWorldToLocal_29(Matrix4x4_t1817901843 value) { ___mWorldToLocal_29 = value; } inline static int32_t get_offset_of_mMin_31() { return static_cast(offsetof(UIPanel_t1716472341, ___mMin_31)); } inline Vector2_t2156229523 get_mMin_31() const { return ___mMin_31; } inline Vector2_t2156229523 * get_address_of_mMin_31() { return &___mMin_31; } inline void set_mMin_31(Vector2_t2156229523 value) { ___mMin_31 = value; } inline static int32_t get_offset_of_mMax_32() { return static_cast(offsetof(UIPanel_t1716472341, ___mMax_32)); } inline Vector2_t2156229523 get_mMax_32() const { return ___mMax_32; } inline Vector2_t2156229523 * get_address_of_mMax_32() { return &___mMax_32; } inline void set_mMax_32(Vector2_t2156229523 value) { ___mMax_32 = value; } inline static int32_t get_offset_of_mRemoved_33() { return static_cast(offsetof(UIPanel_t1716472341, ___mRemoved_33)); } inline List_1_t777473367 * get_mRemoved_33() const { return ___mRemoved_33; } inline List_1_t777473367 ** get_address_of_mRemoved_33() { return &___mRemoved_33; } inline void set_mRemoved_33(List_1_t777473367 * value) { ___mRemoved_33 = value; Il2CppCodeGenWriteBarrier((&___mRemoved_33), value); } inline static int32_t get_offset_of_mChildPanels_34() { return static_cast(offsetof(UIPanel_t1716472341, ___mChildPanels_34)); } inline UIPanelU5BU5D_t1463265784* get_mChildPanels_34() const { return ___mChildPanels_34; } inline UIPanelU5BU5D_t1463265784** get_address_of_mChildPanels_34() { return &___mChildPanels_34; } inline void set_mChildPanels_34(UIPanelU5BU5D_t1463265784* value) { ___mChildPanels_34 = value; Il2CppCodeGenWriteBarrier((&___mChildPanels_34), value); } inline static int32_t get_offset_of_mCheckVisibility_35() { return static_cast(offsetof(UIPanel_t1716472341, ___mCheckVisibility_35)); } inline bool get_mCheckVisibility_35() const { return ___mCheckVisibility_35; } inline bool* get_address_of_mCheckVisibility_35() { return &___mCheckVisibility_35; } inline void set_mCheckVisibility_35(bool value) { ___mCheckVisibility_35 = value; } inline static int32_t get_offset_of_mCullTime_36() { return static_cast(offsetof(UIPanel_t1716472341, ___mCullTime_36)); } inline float get_mCullTime_36() const { return ___mCullTime_36; } inline float* get_address_of_mCullTime_36() { return &___mCullTime_36; } inline void set_mCullTime_36(float value) { ___mCullTime_36 = value; } inline static int32_t get_offset_of_mCulled_37() { return static_cast(offsetof(UIPanel_t1716472341, ___mCulled_37)); } inline bool get_mCulled_37() const { return ___mCulled_37; } inline bool* get_address_of_mCulled_37() { return &___mCulled_37; } inline void set_mCulled_37(bool value) { ___mCulled_37 = value; } }; struct UIPanel_t1716472341_StaticFields { public: // System.Single[] UIPanel::mTemp SingleU5BU5D_t1444911251* ___mTemp_30; // BetterList`1 UIPanel::mHierarchy BetterList_1_t1563739553 * ___mHierarchy_38; // System.Comparison`1 UIPanel::<>f__mg$cache0 Comparison_1_t3313453104 * ___U3CU3Ef__mgU24cache0_39; public: inline static int32_t get_offset_of_mTemp_30() { return static_cast(offsetof(UIPanel_t1716472341_StaticFields, ___mTemp_30)); } inline SingleU5BU5D_t1444911251* get_mTemp_30() const { return ___mTemp_30; } inline SingleU5BU5D_t1444911251** get_address_of_mTemp_30() { return &___mTemp_30; } inline void set_mTemp_30(SingleU5BU5D_t1444911251* value) { ___mTemp_30 = value; Il2CppCodeGenWriteBarrier((&___mTemp_30), value); } inline static int32_t get_offset_of_mHierarchy_38() { return static_cast(offsetof(UIPanel_t1716472341_StaticFields, ___mHierarchy_38)); } inline BetterList_1_t1563739553 * get_mHierarchy_38() const { return ___mHierarchy_38; } inline BetterList_1_t1563739553 ** get_address_of_mHierarchy_38() { return &___mHierarchy_38; } inline void set_mHierarchy_38(BetterList_1_t1563739553 * value) { ___mHierarchy_38 = value; Il2CppCodeGenWriteBarrier((&___mHierarchy_38), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_39() { return static_cast(offsetof(UIPanel_t1716472341_StaticFields, ___U3CU3Ef__mgU24cache0_39)); } inline Comparison_1_t3313453104 * get_U3CU3Ef__mgU24cache0_39() const { return ___U3CU3Ef__mgU24cache0_39; } inline Comparison_1_t3313453104 ** get_address_of_U3CU3Ef__mgU24cache0_39() { return &___U3CU3Ef__mgU24cache0_39; } inline void set_U3CU3Ef__mgU24cache0_39(Comparison_1_t3313453104 * value) { ___U3CU3Ef__mgU24cache0_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPANEL_T1716472341_H #ifndef DMPROCESSBAR_T1457963892_H #define DMPROCESSBAR_T1457963892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMProcessBar struct DMProcessBar_t1457963892 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform DMProcessBar::m_Anchor Transform_t3600365921 * ___m_Anchor_2; // UnityEngine.Vector3 DMProcessBar::m_localPosStart Vector3_t3722313464 ___m_localPosStart_3; // UnityEngine.Vector3 DMProcessBar::m_localPosEnd Vector3_t3722313464 ___m_localPosEnd_4; public: inline static int32_t get_offset_of_m_Anchor_2() { return static_cast(offsetof(DMProcessBar_t1457963892, ___m_Anchor_2)); } inline Transform_t3600365921 * get_m_Anchor_2() const { return ___m_Anchor_2; } inline Transform_t3600365921 ** get_address_of_m_Anchor_2() { return &___m_Anchor_2; } inline void set_m_Anchor_2(Transform_t3600365921 * value) { ___m_Anchor_2 = value; Il2CppCodeGenWriteBarrier((&___m_Anchor_2), value); } inline static int32_t get_offset_of_m_localPosStart_3() { return static_cast(offsetof(DMProcessBar_t1457963892, ___m_localPosStart_3)); } inline Vector3_t3722313464 get_m_localPosStart_3() const { return ___m_localPosStart_3; } inline Vector3_t3722313464 * get_address_of_m_localPosStart_3() { return &___m_localPosStart_3; } inline void set_m_localPosStart_3(Vector3_t3722313464 value) { ___m_localPosStart_3 = value; } inline static int32_t get_offset_of_m_localPosEnd_4() { return static_cast(offsetof(DMProcessBar_t1457963892, ___m_localPosEnd_4)); } inline Vector3_t3722313464 get_m_localPosEnd_4() const { return ___m_localPosEnd_4; } inline Vector3_t3722313464 * get_address_of_m_localPosEnd_4() { return &___m_localPosEnd_4; } inline void set_m_localPosEnd_4(Vector3_t3722313464 value) { ___m_localPosEnd_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMPROCESSBAR_T1457963892_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 DMLISTVIEWSLIDEOPTIMIZE_T2157965775_H #define DMLISTVIEWSLIDEOPTIMIZE_T2157965775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListViewSlideOptimize struct DMListViewSlideOptimize_t2157965775 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject DMListViewSlideOptimize::m_TriggerTarget GameObject_t1113636619 * ___m_TriggerTarget_2; // System.String DMListViewSlideOptimize::m_TriggerFunctionName String_t* ___m_TriggerFunctionName_3; // UnityEngine.Vector3 DMListViewSlideOptimize::m_ControllerPosition Vector3_t3722313464 ___m_ControllerPosition_4; // UnityEngine.Vector3 DMListViewSlideOptimize::m_ColliderCenter Vector3_t3722313464 ___m_ColliderCenter_5; // UnityEngine.Vector3 DMListViewSlideOptimize::m_ColliderSize Vector3_t3722313464 ___m_ColliderSize_6; // DMListViewSlideOptimize/SlideDirection DMListViewSlideOptimize::m_Direction int32_t ___m_Direction_7; // System.Single DMListViewSlideOptimize::m_MinimizeSlideTime float ___m_MinimizeSlideTime_8; // System.Single DMListViewSlideOptimize::m_MinimizeSlideDistance float ___m_MinimizeSlideDistance_9; // UnityEngine.GameObject DMListViewSlideOptimize::m_Controller GameObject_t1113636619 * ___m_Controller_10; // System.Boolean DMListViewSlideOptimize::m_IsPressed bool ___m_IsPressed_11; // System.Single DMListViewSlideOptimize::m_PressPos float ___m_PressPos_12; // System.Single DMListViewSlideOptimize::m_PressTime float ___m_PressTime_13; // System.Single DMListViewSlideOptimize::m_SlideDistance float ___m_SlideDistance_14; public: inline static int32_t get_offset_of_m_TriggerTarget_2() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_TriggerTarget_2)); } inline GameObject_t1113636619 * get_m_TriggerTarget_2() const { return ___m_TriggerTarget_2; } inline GameObject_t1113636619 ** get_address_of_m_TriggerTarget_2() { return &___m_TriggerTarget_2; } inline void set_m_TriggerTarget_2(GameObject_t1113636619 * value) { ___m_TriggerTarget_2 = value; Il2CppCodeGenWriteBarrier((&___m_TriggerTarget_2), value); } inline static int32_t get_offset_of_m_TriggerFunctionName_3() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_TriggerFunctionName_3)); } inline String_t* get_m_TriggerFunctionName_3() const { return ___m_TriggerFunctionName_3; } inline String_t** get_address_of_m_TriggerFunctionName_3() { return &___m_TriggerFunctionName_3; } inline void set_m_TriggerFunctionName_3(String_t* value) { ___m_TriggerFunctionName_3 = value; Il2CppCodeGenWriteBarrier((&___m_TriggerFunctionName_3), value); } inline static int32_t get_offset_of_m_ControllerPosition_4() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_ControllerPosition_4)); } inline Vector3_t3722313464 get_m_ControllerPosition_4() const { return ___m_ControllerPosition_4; } inline Vector3_t3722313464 * get_address_of_m_ControllerPosition_4() { return &___m_ControllerPosition_4; } inline void set_m_ControllerPosition_4(Vector3_t3722313464 value) { ___m_ControllerPosition_4 = value; } inline static int32_t get_offset_of_m_ColliderCenter_5() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_ColliderCenter_5)); } inline Vector3_t3722313464 get_m_ColliderCenter_5() const { return ___m_ColliderCenter_5; } inline Vector3_t3722313464 * get_address_of_m_ColliderCenter_5() { return &___m_ColliderCenter_5; } inline void set_m_ColliderCenter_5(Vector3_t3722313464 value) { ___m_ColliderCenter_5 = value; } inline static int32_t get_offset_of_m_ColliderSize_6() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_ColliderSize_6)); } inline Vector3_t3722313464 get_m_ColliderSize_6() const { return ___m_ColliderSize_6; } inline Vector3_t3722313464 * get_address_of_m_ColliderSize_6() { return &___m_ColliderSize_6; } inline void set_m_ColliderSize_6(Vector3_t3722313464 value) { ___m_ColliderSize_6 = value; } inline static int32_t get_offset_of_m_Direction_7() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_Direction_7)); } inline int32_t get_m_Direction_7() const { return ___m_Direction_7; } inline int32_t* get_address_of_m_Direction_7() { return &___m_Direction_7; } inline void set_m_Direction_7(int32_t value) { ___m_Direction_7 = value; } inline static int32_t get_offset_of_m_MinimizeSlideTime_8() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_MinimizeSlideTime_8)); } inline float get_m_MinimizeSlideTime_8() const { return ___m_MinimizeSlideTime_8; } inline float* get_address_of_m_MinimizeSlideTime_8() { return &___m_MinimizeSlideTime_8; } inline void set_m_MinimizeSlideTime_8(float value) { ___m_MinimizeSlideTime_8 = value; } inline static int32_t get_offset_of_m_MinimizeSlideDistance_9() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_MinimizeSlideDistance_9)); } inline float get_m_MinimizeSlideDistance_9() const { return ___m_MinimizeSlideDistance_9; } inline float* get_address_of_m_MinimizeSlideDistance_9() { return &___m_MinimizeSlideDistance_9; } inline void set_m_MinimizeSlideDistance_9(float value) { ___m_MinimizeSlideDistance_9 = value; } inline static int32_t get_offset_of_m_Controller_10() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_Controller_10)); } inline GameObject_t1113636619 * get_m_Controller_10() const { return ___m_Controller_10; } inline GameObject_t1113636619 ** get_address_of_m_Controller_10() { return &___m_Controller_10; } inline void set_m_Controller_10(GameObject_t1113636619 * value) { ___m_Controller_10 = value; Il2CppCodeGenWriteBarrier((&___m_Controller_10), value); } inline static int32_t get_offset_of_m_IsPressed_11() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_IsPressed_11)); } inline bool get_m_IsPressed_11() const { return ___m_IsPressed_11; } inline bool* get_address_of_m_IsPressed_11() { return &___m_IsPressed_11; } inline void set_m_IsPressed_11(bool value) { ___m_IsPressed_11 = value; } inline static int32_t get_offset_of_m_PressPos_12() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_PressPos_12)); } inline float get_m_PressPos_12() const { return ___m_PressPos_12; } inline float* get_address_of_m_PressPos_12() { return &___m_PressPos_12; } inline void set_m_PressPos_12(float value) { ___m_PressPos_12 = value; } inline static int32_t get_offset_of_m_PressTime_13() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_PressTime_13)); } inline float get_m_PressTime_13() const { return ___m_PressTime_13; } inline float* get_address_of_m_PressTime_13() { return &___m_PressTime_13; } inline void set_m_PressTime_13(float value) { ___m_PressTime_13 = value; } inline static int32_t get_offset_of_m_SlideDistance_14() { return static_cast(offsetof(DMListViewSlideOptimize_t2157965775, ___m_SlideDistance_14)); } inline float get_m_SlideDistance_14() const { return ___m_SlideDistance_14; } inline float* get_address_of_m_SlideDistance_14() { return &___m_SlideDistance_14; } inline void set_m_SlideDistance_14(float value) { ___m_SlideDistance_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEWSLIDEOPTIMIZE_T2157965775_H #ifndef UICAMERA_T1356438871_H #define UICAMERA_T1356438871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UICamera struct UICamera_t1356438871 : public MonoBehaviour_t3962482529 { public: // System.Boolean UICamera::debug bool ___debug_2; // System.Boolean UICamera::useMouse bool ___useMouse_3; // System.Boolean UICamera::useTouch bool ___useTouch_4; // System.Boolean UICamera::allowMultiTouch bool ___allowMultiTouch_5; // System.Boolean UICamera::useKeyboard bool ___useKeyboard_6; // System.Boolean UICamera::useController bool ___useController_7; // System.Boolean UICamera::stickyPress bool ___stickyPress_8; // UnityEngine.LayerMask UICamera::eventReceiverMask LayerMask_t3493934918 ___eventReceiverMask_9; // System.Boolean UICamera::clipRaycasts bool ___clipRaycasts_10; // System.Single UICamera::tooltipDelay float ___tooltipDelay_11; // System.Boolean UICamera::stickyTooltip bool ___stickyTooltip_12; // System.Single UICamera::mouseDragThreshold float ___mouseDragThreshold_13; // System.Single UICamera::mouseClickThreshold float ___mouseClickThreshold_14; // System.Single UICamera::touchDragThreshold float ___touchDragThreshold_15; // System.Single UICamera::touchClickThreshold float ___touchClickThreshold_16; // System.Single UICamera::rangeDistance float ___rangeDistance_17; // System.String UICamera::scrollAxisName String_t* ___scrollAxisName_18; // System.String UICamera::verticalAxisName String_t* ___verticalAxisName_19; // System.String UICamera::horizontalAxisName String_t* ___horizontalAxisName_20; // UnityEngine.KeyCode UICamera::submitKey0 int32_t ___submitKey0_21; // UnityEngine.KeyCode UICamera::submitKey1 int32_t ___submitKey1_22; // UnityEngine.KeyCode UICamera::cancelKey0 int32_t ___cancelKey0_23; // UnityEngine.KeyCode UICamera::cancelKey1 int32_t ___cancelKey1_24; // UnityEngine.GameObject UICamera::mTooltip GameObject_t1113636619 * ___mTooltip_44; // UnityEngine.Camera UICamera::mCam Camera_t4157153871 * ___mCam_45; // System.Single UICamera::mTooltipTime float ___mTooltipTime_46; // System.Boolean UICamera::mIsEditor bool ___mIsEditor_47; public: inline static int32_t get_offset_of_debug_2() { return static_cast(offsetof(UICamera_t1356438871, ___debug_2)); } inline bool get_debug_2() const { return ___debug_2; } inline bool* get_address_of_debug_2() { return &___debug_2; } inline void set_debug_2(bool value) { ___debug_2 = value; } inline static int32_t get_offset_of_useMouse_3() { return static_cast(offsetof(UICamera_t1356438871, ___useMouse_3)); } inline bool get_useMouse_3() const { return ___useMouse_3; } inline bool* get_address_of_useMouse_3() { return &___useMouse_3; } inline void set_useMouse_3(bool value) { ___useMouse_3 = value; } inline static int32_t get_offset_of_useTouch_4() { return static_cast(offsetof(UICamera_t1356438871, ___useTouch_4)); } inline bool get_useTouch_4() const { return ___useTouch_4; } inline bool* get_address_of_useTouch_4() { return &___useTouch_4; } inline void set_useTouch_4(bool value) { ___useTouch_4 = value; } inline static int32_t get_offset_of_allowMultiTouch_5() { return static_cast(offsetof(UICamera_t1356438871, ___allowMultiTouch_5)); } inline bool get_allowMultiTouch_5() const { return ___allowMultiTouch_5; } inline bool* get_address_of_allowMultiTouch_5() { return &___allowMultiTouch_5; } inline void set_allowMultiTouch_5(bool value) { ___allowMultiTouch_5 = value; } inline static int32_t get_offset_of_useKeyboard_6() { return static_cast(offsetof(UICamera_t1356438871, ___useKeyboard_6)); } inline bool get_useKeyboard_6() const { return ___useKeyboard_6; } inline bool* get_address_of_useKeyboard_6() { return &___useKeyboard_6; } inline void set_useKeyboard_6(bool value) { ___useKeyboard_6 = value; } inline static int32_t get_offset_of_useController_7() { return static_cast(offsetof(UICamera_t1356438871, ___useController_7)); } inline bool get_useController_7() const { return ___useController_7; } inline bool* get_address_of_useController_7() { return &___useController_7; } inline void set_useController_7(bool value) { ___useController_7 = value; } inline static int32_t get_offset_of_stickyPress_8() { return static_cast(offsetof(UICamera_t1356438871, ___stickyPress_8)); } inline bool get_stickyPress_8() const { return ___stickyPress_8; } inline bool* get_address_of_stickyPress_8() { return &___stickyPress_8; } inline void set_stickyPress_8(bool value) { ___stickyPress_8 = value; } inline static int32_t get_offset_of_eventReceiverMask_9() { return static_cast(offsetof(UICamera_t1356438871, ___eventReceiverMask_9)); } inline LayerMask_t3493934918 get_eventReceiverMask_9() const { return ___eventReceiverMask_9; } inline LayerMask_t3493934918 * get_address_of_eventReceiverMask_9() { return &___eventReceiverMask_9; } inline void set_eventReceiverMask_9(LayerMask_t3493934918 value) { ___eventReceiverMask_9 = value; } inline static int32_t get_offset_of_clipRaycasts_10() { return static_cast(offsetof(UICamera_t1356438871, ___clipRaycasts_10)); } inline bool get_clipRaycasts_10() const { return ___clipRaycasts_10; } inline bool* get_address_of_clipRaycasts_10() { return &___clipRaycasts_10; } inline void set_clipRaycasts_10(bool value) { ___clipRaycasts_10 = value; } inline static int32_t get_offset_of_tooltipDelay_11() { return static_cast(offsetof(UICamera_t1356438871, ___tooltipDelay_11)); } inline float get_tooltipDelay_11() const { return ___tooltipDelay_11; } inline float* get_address_of_tooltipDelay_11() { return &___tooltipDelay_11; } inline void set_tooltipDelay_11(float value) { ___tooltipDelay_11 = value; } inline static int32_t get_offset_of_stickyTooltip_12() { return static_cast(offsetof(UICamera_t1356438871, ___stickyTooltip_12)); } inline bool get_stickyTooltip_12() const { return ___stickyTooltip_12; } inline bool* get_address_of_stickyTooltip_12() { return &___stickyTooltip_12; } inline void set_stickyTooltip_12(bool value) { ___stickyTooltip_12 = value; } inline static int32_t get_offset_of_mouseDragThreshold_13() { return static_cast(offsetof(UICamera_t1356438871, ___mouseDragThreshold_13)); } inline float get_mouseDragThreshold_13() const { return ___mouseDragThreshold_13; } inline float* get_address_of_mouseDragThreshold_13() { return &___mouseDragThreshold_13; } inline void set_mouseDragThreshold_13(float value) { ___mouseDragThreshold_13 = value; } inline static int32_t get_offset_of_mouseClickThreshold_14() { return static_cast(offsetof(UICamera_t1356438871, ___mouseClickThreshold_14)); } inline float get_mouseClickThreshold_14() const { return ___mouseClickThreshold_14; } inline float* get_address_of_mouseClickThreshold_14() { return &___mouseClickThreshold_14; } inline void set_mouseClickThreshold_14(float value) { ___mouseClickThreshold_14 = value; } inline static int32_t get_offset_of_touchDragThreshold_15() { return static_cast(offsetof(UICamera_t1356438871, ___touchDragThreshold_15)); } inline float get_touchDragThreshold_15() const { return ___touchDragThreshold_15; } inline float* get_address_of_touchDragThreshold_15() { return &___touchDragThreshold_15; } inline void set_touchDragThreshold_15(float value) { ___touchDragThreshold_15 = value; } inline static int32_t get_offset_of_touchClickThreshold_16() { return static_cast(offsetof(UICamera_t1356438871, ___touchClickThreshold_16)); } inline float get_touchClickThreshold_16() const { return ___touchClickThreshold_16; } inline float* get_address_of_touchClickThreshold_16() { return &___touchClickThreshold_16; } inline void set_touchClickThreshold_16(float value) { ___touchClickThreshold_16 = value; } inline static int32_t get_offset_of_rangeDistance_17() { return static_cast(offsetof(UICamera_t1356438871, ___rangeDistance_17)); } inline float get_rangeDistance_17() const { return ___rangeDistance_17; } inline float* get_address_of_rangeDistance_17() { return &___rangeDistance_17; } inline void set_rangeDistance_17(float value) { ___rangeDistance_17 = value; } inline static int32_t get_offset_of_scrollAxisName_18() { return static_cast(offsetof(UICamera_t1356438871, ___scrollAxisName_18)); } inline String_t* get_scrollAxisName_18() const { return ___scrollAxisName_18; } inline String_t** get_address_of_scrollAxisName_18() { return &___scrollAxisName_18; } inline void set_scrollAxisName_18(String_t* value) { ___scrollAxisName_18 = value; Il2CppCodeGenWriteBarrier((&___scrollAxisName_18), value); } inline static int32_t get_offset_of_verticalAxisName_19() { return static_cast(offsetof(UICamera_t1356438871, ___verticalAxisName_19)); } inline String_t* get_verticalAxisName_19() const { return ___verticalAxisName_19; } inline String_t** get_address_of_verticalAxisName_19() { return &___verticalAxisName_19; } inline void set_verticalAxisName_19(String_t* value) { ___verticalAxisName_19 = value; Il2CppCodeGenWriteBarrier((&___verticalAxisName_19), value); } inline static int32_t get_offset_of_horizontalAxisName_20() { return static_cast(offsetof(UICamera_t1356438871, ___horizontalAxisName_20)); } inline String_t* get_horizontalAxisName_20() const { return ___horizontalAxisName_20; } inline String_t** get_address_of_horizontalAxisName_20() { return &___horizontalAxisName_20; } inline void set_horizontalAxisName_20(String_t* value) { ___horizontalAxisName_20 = value; Il2CppCodeGenWriteBarrier((&___horizontalAxisName_20), value); } inline static int32_t get_offset_of_submitKey0_21() { return static_cast(offsetof(UICamera_t1356438871, ___submitKey0_21)); } inline int32_t get_submitKey0_21() const { return ___submitKey0_21; } inline int32_t* get_address_of_submitKey0_21() { return &___submitKey0_21; } inline void set_submitKey0_21(int32_t value) { ___submitKey0_21 = value; } inline static int32_t get_offset_of_submitKey1_22() { return static_cast(offsetof(UICamera_t1356438871, ___submitKey1_22)); } inline int32_t get_submitKey1_22() const { return ___submitKey1_22; } inline int32_t* get_address_of_submitKey1_22() { return &___submitKey1_22; } inline void set_submitKey1_22(int32_t value) { ___submitKey1_22 = value; } inline static int32_t get_offset_of_cancelKey0_23() { return static_cast(offsetof(UICamera_t1356438871, ___cancelKey0_23)); } inline int32_t get_cancelKey0_23() const { return ___cancelKey0_23; } inline int32_t* get_address_of_cancelKey0_23() { return &___cancelKey0_23; } inline void set_cancelKey0_23(int32_t value) { ___cancelKey0_23 = value; } inline static int32_t get_offset_of_cancelKey1_24() { return static_cast(offsetof(UICamera_t1356438871, ___cancelKey1_24)); } inline int32_t get_cancelKey1_24() const { return ___cancelKey1_24; } inline int32_t* get_address_of_cancelKey1_24() { return &___cancelKey1_24; } inline void set_cancelKey1_24(int32_t value) { ___cancelKey1_24 = value; } inline static int32_t get_offset_of_mTooltip_44() { return static_cast(offsetof(UICamera_t1356438871, ___mTooltip_44)); } inline GameObject_t1113636619 * get_mTooltip_44() const { return ___mTooltip_44; } inline GameObject_t1113636619 ** get_address_of_mTooltip_44() { return &___mTooltip_44; } inline void set_mTooltip_44(GameObject_t1113636619 * value) { ___mTooltip_44 = value; Il2CppCodeGenWriteBarrier((&___mTooltip_44), value); } inline static int32_t get_offset_of_mCam_45() { return static_cast(offsetof(UICamera_t1356438871, ___mCam_45)); } inline Camera_t4157153871 * get_mCam_45() const { return ___mCam_45; } inline Camera_t4157153871 ** get_address_of_mCam_45() { return &___mCam_45; } inline void set_mCam_45(Camera_t4157153871 * value) { ___mCam_45 = value; Il2CppCodeGenWriteBarrier((&___mCam_45), value); } inline static int32_t get_offset_of_mTooltipTime_46() { return static_cast(offsetof(UICamera_t1356438871, ___mTooltipTime_46)); } inline float get_mTooltipTime_46() const { return ___mTooltipTime_46; } inline float* get_address_of_mTooltipTime_46() { return &___mTooltipTime_46; } inline void set_mTooltipTime_46(float value) { ___mTooltipTime_46 = value; } inline static int32_t get_offset_of_mIsEditor_47() { return static_cast(offsetof(UICamera_t1356438871, ___mIsEditor_47)); } inline bool get_mIsEditor_47() const { return ___mIsEditor_47; } inline bool* get_address_of_mIsEditor_47() { return &___mIsEditor_47; } inline void set_mIsEditor_47(bool value) { ___mIsEditor_47 = value; } }; struct UICamera_t1356438871_StaticFields { public: // System.Action UICamera::onCustomInput Action_t1264377477 * ___onCustomInput_25; // System.Boolean UICamera::showTooltips bool ___showTooltips_26; // UnityEngine.Vector2 UICamera::lastTouchPosition Vector2_t2156229523 ___lastTouchPosition_27; // UnityEngine.RaycastHit UICamera::lastHit RaycastHit_t1056001966 ___lastHit_28; // UICamera UICamera::current UICamera_t1356438871 * ___current_29; // UnityEngine.Camera UICamera::currentCamera Camera_t4157153871 * ___currentCamera_30; // System.Int32 UICamera::currentTouchID int32_t ___currentTouchID_31; // UICamera/MouseOrTouch UICamera::currentTouch MouseOrTouch_t3052596533 * ___currentTouch_32; // System.Boolean UICamera::inputHasFocus bool ___inputHasFocus_33; // UnityEngine.GameObject UICamera::genericEventHandler GameObject_t1113636619 * ___genericEventHandler_34; // UnityEngine.GameObject UICamera::fallThrough GameObject_t1113636619 * ___fallThrough_35; // System.Collections.Generic.List`1 UICamera::mList List_1_t2828513613 * ___mList_36; // System.Collections.Generic.List`1 UICamera::mHighlighted List_1_t2833680200 * ___mHighlighted_37; // UnityEngine.GameObject UICamera::mSel GameObject_t1113636619 * ___mSel_38; // UICamera/MouseOrTouch[] UICamera::mMouse MouseOrTouchU5BU5D_t3534648920* ___mMouse_39; // UnityEngine.GameObject UICamera::mHover GameObject_t1113636619 * ___mHover_40; // UICamera/MouseOrTouch UICamera::mController MouseOrTouch_t3052596533 * ___mController_41; // System.Single UICamera::mNextEvent float ___mNextEvent_42; // System.Collections.Generic.Dictionary`2 UICamera::mTouches Dictionary_2_t1941309864 * ___mTouches_43; // UnityEngine.GameObject UICamera::hoveredObject GameObject_t1113636619 * ___hoveredObject_48; // System.Comparison`1 UICamera::<>f__am$cache0 Comparison_1_t830933145 * ___U3CU3Ef__amU24cache0_49; // System.Comparison`1 UICamera::<>f__mg$cache0 Comparison_1_t1131370050 * ___U3CU3Ef__mgU24cache0_50; public: inline static int32_t get_offset_of_onCustomInput_25() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___onCustomInput_25)); } inline Action_t1264377477 * get_onCustomInput_25() const { return ___onCustomInput_25; } inline Action_t1264377477 ** get_address_of_onCustomInput_25() { return &___onCustomInput_25; } inline void set_onCustomInput_25(Action_t1264377477 * value) { ___onCustomInput_25 = value; Il2CppCodeGenWriteBarrier((&___onCustomInput_25), value); } inline static int32_t get_offset_of_showTooltips_26() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___showTooltips_26)); } inline bool get_showTooltips_26() const { return ___showTooltips_26; } inline bool* get_address_of_showTooltips_26() { return &___showTooltips_26; } inline void set_showTooltips_26(bool value) { ___showTooltips_26 = value; } inline static int32_t get_offset_of_lastTouchPosition_27() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___lastTouchPosition_27)); } inline Vector2_t2156229523 get_lastTouchPosition_27() const { return ___lastTouchPosition_27; } inline Vector2_t2156229523 * get_address_of_lastTouchPosition_27() { return &___lastTouchPosition_27; } inline void set_lastTouchPosition_27(Vector2_t2156229523 value) { ___lastTouchPosition_27 = value; } inline static int32_t get_offset_of_lastHit_28() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___lastHit_28)); } inline RaycastHit_t1056001966 get_lastHit_28() const { return ___lastHit_28; } inline RaycastHit_t1056001966 * get_address_of_lastHit_28() { return &___lastHit_28; } inline void set_lastHit_28(RaycastHit_t1056001966 value) { ___lastHit_28 = value; } inline static int32_t get_offset_of_current_29() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___current_29)); } inline UICamera_t1356438871 * get_current_29() const { return ___current_29; } inline UICamera_t1356438871 ** get_address_of_current_29() { return &___current_29; } inline void set_current_29(UICamera_t1356438871 * value) { ___current_29 = value; Il2CppCodeGenWriteBarrier((&___current_29), value); } inline static int32_t get_offset_of_currentCamera_30() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentCamera_30)); } inline Camera_t4157153871 * get_currentCamera_30() const { return ___currentCamera_30; } inline Camera_t4157153871 ** get_address_of_currentCamera_30() { return &___currentCamera_30; } inline void set_currentCamera_30(Camera_t4157153871 * value) { ___currentCamera_30 = value; Il2CppCodeGenWriteBarrier((&___currentCamera_30), value); } inline static int32_t get_offset_of_currentTouchID_31() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentTouchID_31)); } inline int32_t get_currentTouchID_31() const { return ___currentTouchID_31; } inline int32_t* get_address_of_currentTouchID_31() { return &___currentTouchID_31; } inline void set_currentTouchID_31(int32_t value) { ___currentTouchID_31 = value; } inline static int32_t get_offset_of_currentTouch_32() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentTouch_32)); } inline MouseOrTouch_t3052596533 * get_currentTouch_32() const { return ___currentTouch_32; } inline MouseOrTouch_t3052596533 ** get_address_of_currentTouch_32() { return &___currentTouch_32; } inline void set_currentTouch_32(MouseOrTouch_t3052596533 * value) { ___currentTouch_32 = value; Il2CppCodeGenWriteBarrier((&___currentTouch_32), value); } inline static int32_t get_offset_of_inputHasFocus_33() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___inputHasFocus_33)); } inline bool get_inputHasFocus_33() const { return ___inputHasFocus_33; } inline bool* get_address_of_inputHasFocus_33() { return &___inputHasFocus_33; } inline void set_inputHasFocus_33(bool value) { ___inputHasFocus_33 = value; } inline static int32_t get_offset_of_genericEventHandler_34() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___genericEventHandler_34)); } inline GameObject_t1113636619 * get_genericEventHandler_34() const { return ___genericEventHandler_34; } inline GameObject_t1113636619 ** get_address_of_genericEventHandler_34() { return &___genericEventHandler_34; } inline void set_genericEventHandler_34(GameObject_t1113636619 * value) { ___genericEventHandler_34 = value; Il2CppCodeGenWriteBarrier((&___genericEventHandler_34), value); } inline static int32_t get_offset_of_fallThrough_35() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___fallThrough_35)); } inline GameObject_t1113636619 * get_fallThrough_35() const { return ___fallThrough_35; } inline GameObject_t1113636619 ** get_address_of_fallThrough_35() { return &___fallThrough_35; } inline void set_fallThrough_35(GameObject_t1113636619 * value) { ___fallThrough_35 = value; Il2CppCodeGenWriteBarrier((&___fallThrough_35), value); } inline static int32_t get_offset_of_mList_36() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mList_36)); } inline List_1_t2828513613 * get_mList_36() const { return ___mList_36; } inline List_1_t2828513613 ** get_address_of_mList_36() { return &___mList_36; } inline void set_mList_36(List_1_t2828513613 * value) { ___mList_36 = value; Il2CppCodeGenWriteBarrier((&___mList_36), value); } inline static int32_t get_offset_of_mHighlighted_37() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mHighlighted_37)); } inline List_1_t2833680200 * get_mHighlighted_37() const { return ___mHighlighted_37; } inline List_1_t2833680200 ** get_address_of_mHighlighted_37() { return &___mHighlighted_37; } inline void set_mHighlighted_37(List_1_t2833680200 * value) { ___mHighlighted_37 = value; Il2CppCodeGenWriteBarrier((&___mHighlighted_37), value); } inline static int32_t get_offset_of_mSel_38() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mSel_38)); } inline GameObject_t1113636619 * get_mSel_38() const { return ___mSel_38; } inline GameObject_t1113636619 ** get_address_of_mSel_38() { return &___mSel_38; } inline void set_mSel_38(GameObject_t1113636619 * value) { ___mSel_38 = value; Il2CppCodeGenWriteBarrier((&___mSel_38), value); } inline static int32_t get_offset_of_mMouse_39() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mMouse_39)); } inline MouseOrTouchU5BU5D_t3534648920* get_mMouse_39() const { return ___mMouse_39; } inline MouseOrTouchU5BU5D_t3534648920** get_address_of_mMouse_39() { return &___mMouse_39; } inline void set_mMouse_39(MouseOrTouchU5BU5D_t3534648920* value) { ___mMouse_39 = value; Il2CppCodeGenWriteBarrier((&___mMouse_39), value); } inline static int32_t get_offset_of_mHover_40() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mHover_40)); } inline GameObject_t1113636619 * get_mHover_40() const { return ___mHover_40; } inline GameObject_t1113636619 ** get_address_of_mHover_40() { return &___mHover_40; } inline void set_mHover_40(GameObject_t1113636619 * value) { ___mHover_40 = value; Il2CppCodeGenWriteBarrier((&___mHover_40), value); } inline static int32_t get_offset_of_mController_41() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mController_41)); } inline MouseOrTouch_t3052596533 * get_mController_41() const { return ___mController_41; } inline MouseOrTouch_t3052596533 ** get_address_of_mController_41() { return &___mController_41; } inline void set_mController_41(MouseOrTouch_t3052596533 * value) { ___mController_41 = value; Il2CppCodeGenWriteBarrier((&___mController_41), value); } inline static int32_t get_offset_of_mNextEvent_42() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mNextEvent_42)); } inline float get_mNextEvent_42() const { return ___mNextEvent_42; } inline float* get_address_of_mNextEvent_42() { return &___mNextEvent_42; } inline void set_mNextEvent_42(float value) { ___mNextEvent_42 = value; } inline static int32_t get_offset_of_mTouches_43() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mTouches_43)); } inline Dictionary_2_t1941309864 * get_mTouches_43() const { return ___mTouches_43; } inline Dictionary_2_t1941309864 ** get_address_of_mTouches_43() { return &___mTouches_43; } inline void set_mTouches_43(Dictionary_2_t1941309864 * value) { ___mTouches_43 = value; Il2CppCodeGenWriteBarrier((&___mTouches_43), value); } inline static int32_t get_offset_of_hoveredObject_48() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___hoveredObject_48)); } inline GameObject_t1113636619 * get_hoveredObject_48() const { return ___hoveredObject_48; } inline GameObject_t1113636619 ** get_address_of_hoveredObject_48() { return &___hoveredObject_48; } inline void set_hoveredObject_48(GameObject_t1113636619 * value) { ___hoveredObject_48 = value; Il2CppCodeGenWriteBarrier((&___hoveredObject_48), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_49() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___U3CU3Ef__amU24cache0_49)); } inline Comparison_1_t830933145 * get_U3CU3Ef__amU24cache0_49() const { return ___U3CU3Ef__amU24cache0_49; } inline Comparison_1_t830933145 ** get_address_of_U3CU3Ef__amU24cache0_49() { return &___U3CU3Ef__amU24cache0_49; } inline void set_U3CU3Ef__amU24cache0_49(Comparison_1_t830933145 * value) { ___U3CU3Ef__amU24cache0_49 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_49), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_50() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___U3CU3Ef__mgU24cache0_50)); } inline Comparison_1_t1131370050 * get_U3CU3Ef__mgU24cache0_50() const { return ___U3CU3Ef__mgU24cache0_50; } inline Comparison_1_t1131370050 ** get_address_of_U3CU3Ef__mgU24cache0_50() { return &___U3CU3Ef__mgU24cache0_50; } inline void set_U3CU3Ef__mgU24cache0_50(Comparison_1_t1131370050 * value) { ___U3CU3Ef__mgU24cache0_50 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_50), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICAMERA_T1356438871_H #ifndef 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 #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 UITWEENER_T260334902_H #define UITWEENER_T260334902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITweener struct UITweener_t260334902 : public IgnoreTimeScale_t3381352907 { public: // System.Action`1 UITweener::onFinished Action_1_t432802497 * ___onFinished_7; // UITweener/Method UITweener::method int32_t ___method_8; // UITweener/Style UITweener::style int32_t ___style_9; // UnityEngine.AnimationCurve UITweener::animationCurve AnimationCurve_t3046754366 * ___animationCurve_10; // System.Boolean UITweener::ignoreTimeScale bool ___ignoreTimeScale_11; // System.Single UITweener::delay float ___delay_12; // System.Single UITweener::duration float ___duration_13; // System.Boolean UITweener::steeperCurves bool ___steeperCurves_14; // System.Int32 UITweener::tweenGroup int32_t ___tweenGroup_15; // UnityEngine.GameObject UITweener::eventReceiver GameObject_t1113636619 * ___eventReceiver_16; // System.String UITweener::callWhenFinished String_t* ___callWhenFinished_17; // System.Boolean UITweener::mStarted bool ___mStarted_18; // System.Single UITweener::mStartTime float ___mStartTime_19; // System.Single UITweener::mDuration float ___mDuration_20; // System.Single UITweener::mAmountPerDelta float ___mAmountPerDelta_21; // System.Single UITweener::mFactor float ___mFactor_22; public: inline static int32_t get_offset_of_onFinished_7() { return static_cast(offsetof(UITweener_t260334902, ___onFinished_7)); } inline Action_1_t432802497 * get_onFinished_7() const { return ___onFinished_7; } inline Action_1_t432802497 ** get_address_of_onFinished_7() { return &___onFinished_7; } inline void set_onFinished_7(Action_1_t432802497 * value) { ___onFinished_7 = value; Il2CppCodeGenWriteBarrier((&___onFinished_7), value); } inline static int32_t get_offset_of_method_8() { return static_cast(offsetof(UITweener_t260334902, ___method_8)); } inline int32_t get_method_8() const { return ___method_8; } inline int32_t* get_address_of_method_8() { return &___method_8; } inline void set_method_8(int32_t value) { ___method_8 = value; } inline static int32_t get_offset_of_style_9() { return static_cast(offsetof(UITweener_t260334902, ___style_9)); } inline int32_t get_style_9() const { return ___style_9; } inline int32_t* get_address_of_style_9() { return &___style_9; } inline void set_style_9(int32_t value) { ___style_9 = value; } inline static int32_t get_offset_of_animationCurve_10() { return static_cast(offsetof(UITweener_t260334902, ___animationCurve_10)); } inline AnimationCurve_t3046754366 * get_animationCurve_10() const { return ___animationCurve_10; } inline AnimationCurve_t3046754366 ** get_address_of_animationCurve_10() { return &___animationCurve_10; } inline void set_animationCurve_10(AnimationCurve_t3046754366 * value) { ___animationCurve_10 = value; Il2CppCodeGenWriteBarrier((&___animationCurve_10), value); } inline static int32_t get_offset_of_ignoreTimeScale_11() { return static_cast(offsetof(UITweener_t260334902, ___ignoreTimeScale_11)); } inline bool get_ignoreTimeScale_11() const { return ___ignoreTimeScale_11; } inline bool* get_address_of_ignoreTimeScale_11() { return &___ignoreTimeScale_11; } inline void set_ignoreTimeScale_11(bool value) { ___ignoreTimeScale_11 = value; } inline static int32_t get_offset_of_delay_12() { return static_cast(offsetof(UITweener_t260334902, ___delay_12)); } inline float get_delay_12() const { return ___delay_12; } inline float* get_address_of_delay_12() { return &___delay_12; } inline void set_delay_12(float value) { ___delay_12 = value; } inline static int32_t get_offset_of_duration_13() { return static_cast(offsetof(UITweener_t260334902, ___duration_13)); } inline float get_duration_13() const { return ___duration_13; } inline float* get_address_of_duration_13() { return &___duration_13; } inline void set_duration_13(float value) { ___duration_13 = value; } inline static int32_t get_offset_of_steeperCurves_14() { return static_cast(offsetof(UITweener_t260334902, ___steeperCurves_14)); } inline bool get_steeperCurves_14() const { return ___steeperCurves_14; } inline bool* get_address_of_steeperCurves_14() { return &___steeperCurves_14; } inline void set_steeperCurves_14(bool value) { ___steeperCurves_14 = value; } inline static int32_t get_offset_of_tweenGroup_15() { return static_cast(offsetof(UITweener_t260334902, ___tweenGroup_15)); } inline int32_t get_tweenGroup_15() const { return ___tweenGroup_15; } inline int32_t* get_address_of_tweenGroup_15() { return &___tweenGroup_15; } inline void set_tweenGroup_15(int32_t value) { ___tweenGroup_15 = value; } inline static int32_t get_offset_of_eventReceiver_16() { return static_cast(offsetof(UITweener_t260334902, ___eventReceiver_16)); } inline GameObject_t1113636619 * get_eventReceiver_16() const { return ___eventReceiver_16; } inline GameObject_t1113636619 ** get_address_of_eventReceiver_16() { return &___eventReceiver_16; } inline void set_eventReceiver_16(GameObject_t1113636619 * value) { ___eventReceiver_16 = value; Il2CppCodeGenWriteBarrier((&___eventReceiver_16), value); } inline static int32_t get_offset_of_callWhenFinished_17() { return static_cast(offsetof(UITweener_t260334902, ___callWhenFinished_17)); } inline String_t* get_callWhenFinished_17() const { return ___callWhenFinished_17; } inline String_t** get_address_of_callWhenFinished_17() { return &___callWhenFinished_17; } inline void set_callWhenFinished_17(String_t* value) { ___callWhenFinished_17 = value; Il2CppCodeGenWriteBarrier((&___callWhenFinished_17), value); } inline static int32_t get_offset_of_mStarted_18() { return static_cast(offsetof(UITweener_t260334902, ___mStarted_18)); } inline bool get_mStarted_18() const { return ___mStarted_18; } inline bool* get_address_of_mStarted_18() { return &___mStarted_18; } inline void set_mStarted_18(bool value) { ___mStarted_18 = value; } inline static int32_t get_offset_of_mStartTime_19() { return static_cast(offsetof(UITweener_t260334902, ___mStartTime_19)); } inline float get_mStartTime_19() const { return ___mStartTime_19; } inline float* get_address_of_mStartTime_19() { return &___mStartTime_19; } inline void set_mStartTime_19(float value) { ___mStartTime_19 = value; } inline static int32_t get_offset_of_mDuration_20() { return static_cast(offsetof(UITweener_t260334902, ___mDuration_20)); } inline float get_mDuration_20() const { return ___mDuration_20; } inline float* get_address_of_mDuration_20() { return &___mDuration_20; } inline void set_mDuration_20(float value) { ___mDuration_20 = value; } inline static int32_t get_offset_of_mAmountPerDelta_21() { return static_cast(offsetof(UITweener_t260334902, ___mAmountPerDelta_21)); } inline float get_mAmountPerDelta_21() const { return ___mAmountPerDelta_21; } inline float* get_address_of_mAmountPerDelta_21() { return &___mAmountPerDelta_21; } inline void set_mAmountPerDelta_21(float value) { ___mAmountPerDelta_21 = value; } inline static int32_t get_offset_of_mFactor_22() { return static_cast(offsetof(UITweener_t260334902, ___mFactor_22)); } inline float get_mFactor_22() const { return ___mFactor_22; } inline float* get_address_of_mFactor_22() { return &___mFactor_22; } inline void set_mFactor_22(float value) { ___mFactor_22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UITWEENER_T260334902_H #ifndef TWEENCOLOR_T2112002648_H #define TWEENCOLOR_T2112002648_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TweenColor struct TweenColor_t2112002648 : public UITweener_t260334902 { public: // UnityEngine.Color TweenColor::from Color_t2555686324 ___from_23; // UnityEngine.Color TweenColor::to Color_t2555686324 ___to_24; // UIWidget TweenColor::mWidget UIWidget_t3538521925 * ___mWidget_25; // UnityEngine.Material TweenColor::mMat Material_t340375123 * ___mMat_26; // UnityEngine.Light TweenColor::mLight Light_t3756812086 * ___mLight_27; public: inline static int32_t get_offset_of_from_23() { return static_cast(offsetof(TweenColor_t2112002648, ___from_23)); } inline Color_t2555686324 get_from_23() const { return ___from_23; } inline Color_t2555686324 * get_address_of_from_23() { return &___from_23; } inline void set_from_23(Color_t2555686324 value) { ___from_23 = value; } inline static int32_t get_offset_of_to_24() { return static_cast(offsetof(TweenColor_t2112002648, ___to_24)); } inline Color_t2555686324 get_to_24() const { return ___to_24; } inline Color_t2555686324 * get_address_of_to_24() { return &___to_24; } inline void set_to_24(Color_t2555686324 value) { ___to_24 = value; } inline static int32_t get_offset_of_mWidget_25() { return static_cast(offsetof(TweenColor_t2112002648, ___mWidget_25)); } inline UIWidget_t3538521925 * get_mWidget_25() const { return ___mWidget_25; } inline UIWidget_t3538521925 ** get_address_of_mWidget_25() { return &___mWidget_25; } inline void set_mWidget_25(UIWidget_t3538521925 * value) { ___mWidget_25 = value; Il2CppCodeGenWriteBarrier((&___mWidget_25), value); } inline static int32_t get_offset_of_mMat_26() { return static_cast(offsetof(TweenColor_t2112002648, ___mMat_26)); } inline Material_t340375123 * get_mMat_26() const { return ___mMat_26; } inline Material_t340375123 ** get_address_of_mMat_26() { return &___mMat_26; } inline void set_mMat_26(Material_t340375123 * value) { ___mMat_26 = value; Il2CppCodeGenWriteBarrier((&___mMat_26), value); } inline static int32_t get_offset_of_mLight_27() { return static_cast(offsetof(TweenColor_t2112002648, ___mLight_27)); } inline Light_t3756812086 * get_mLight_27() const { return ___mLight_27; } inline Light_t3756812086 ** get_address_of_mLight_27() { return &___mLight_27; } inline void set_mLight_27(Light_t3756812086 * value) { ___mLight_27 = value; Il2CppCodeGenWriteBarrier((&___mLight_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCOLOR_T2112002648_H // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // DMCore.Net.CNetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2947363969 : public RuntimeArray { public: ALIGN_FIELD (8) _ProcDelegate_t1598064000 * m_Items[1]; public: inline _ProcDelegate_t1598064000 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline _ProcDelegate_t1598064000 ** 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, _ProcDelegate_t1598064000 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline _ProcDelegate_t1598064000 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline _ProcDelegate_t1598064000 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, _ProcDelegate_t1598064000 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // DMCore.Net.Protocol.SMsgMarryList/MarryInfo[] struct MarryInfoU5BU5D_t2945537923 : public RuntimeArray { public: ALIGN_FIELD (8) MarryInfo_t4130861350 m_Items[1]; public: inline MarryInfo_t4130861350 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MarryInfo_t4130861350 * 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, MarryInfo_t4130861350 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline MarryInfo_t4130861350 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MarryInfo_t4130861350 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MarryInfo_t4130861350 value) { 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.UInt64[] struct UInt64U5BU5D_t1659327989 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo[] struct MemberInfoU5BU5D_t3990892796 : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t2747020385 m_Items[1]; public: inline MemberInfo_t2747020385 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_t2747020385 * 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, MemberInfo_t2747020385 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline MemberInfo_t2747020385 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t2747020385 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t2747020385 value) { m_Items[index] = value; } }; // DMCore.Net.Protocol.SMsgRoomList/RoomInfo[] struct RoomInfoU5BU5D_t2555657096 : public RuntimeArray { public: ALIGN_FIELD (8) RoomInfo_t2040040389 m_Items[1]; public: inline RoomInfo_t2040040389 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RoomInfo_t2040040389 * 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, RoomInfo_t2040040389 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RoomInfo_t2040040389 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RoomInfo_t2040040389 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RoomInfo_t2040040389 value) { 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; } }; // 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.Color[] struct ColorU5BU5D_t941916413 : public RuntimeArray { public: ALIGN_FIELD (8) Color_t2555686324 m_Items[1]; public: inline Color_t2555686324 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_t2555686324 * 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, Color_t2555686324 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_t2555686324 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_t2555686324 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_t2555686324 value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_t2156229523 m_Items[1]; public: inline Vector2_t2156229523 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_t2156229523 * 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, Vector2_t2156229523 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_t2156229523 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t2156229523 value) { m_Items[index] = value; } }; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773 : public RuntimeArray { public: ALIGN_FIELD (8) Color32_t2600501292 m_Items[1]; public: inline Color32_t2600501292 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_t2600501292 * 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, Color32_t2600501292 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_t2600501292 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_t2600501292 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t2600501292 value) { m_Items[index] = value; } }; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146 : public RuntimeArray { public: ALIGN_FIELD (8) GameObject_t1113636619 * m_Items[1]; public: inline GameObject_t1113636619 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GameObject_t1113636619 ** 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, GameObject_t1113636619 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline GameObject_t1113636619 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GameObject_t1113636619 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GameObject_t1113636619 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1388194533 List_1_GetEnumerator_m3995760255_gshared (List_1_t3793917952 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR PropData_t2321843210 Enumerator_get_Current_m467852011_gshared (Enumerator_t1388194533 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2048964861_gshared (Enumerator_t1388194533 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3341358949_gshared (List_1_t3793917952 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m916496649_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t BetterList_1_get_Item_m318494546_gshared (BetterList_1_t289316694 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3689618584_gshared (BetterList_1_t289316694 * __this, uint8_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2496795138_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1__ctor_m3670635350_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_Clear_m2711926805_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m2167432147_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t2825281267 * LinkedList_1_get_First_m1512309353_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedListNode`1::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m3891174027_gshared (LinkedListNode_1_t2825281267 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_RemoveFirst_m2082760208_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // 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.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.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m470245444_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2142368520_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3007748546_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m1416767016_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m411961606_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, 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.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); // 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 BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m2801707268_gshared (BetterList_1_t289316694 * __this, int32_t p0, const RuntimeMethod* method); // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t289316694 * BetterList_1_Create_m4035107615_gshared (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3558601324_gshared (BetterList_1_t289316694 * __this, BetterList_1_t289316694 * p0, int32_t p1, const RuntimeMethod* method); // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m1968001449_gshared (BetterList_1_t289316694 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m4150690803_gshared (BetterList_1_t289316694 * __this, BetterList_1_t289316694 * p0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BetterList_1_ToArray_m3387226773_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1941866975_gshared (BetterList_1_t289316694 * __this, int32_t p0, uint8_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m888956288_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m186164705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1190038158_gshared (List_1_t3793917952 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2374373096_gshared (List_1_t3793917952 * __this, PropData_t2321843210 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2891000519_gshared (List_1_t2796238276 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2929273381_gshared (List_1_t2796238276 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m276543929_gshared (List_1_t2796238276 * __this, avatarData_t1324163534 p0, 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.List`1::set_Item(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_set_Item_m1979164443_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.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 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.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2159083576_gshared (Action_1_t1569734369 * __this, float p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Insert_m814893238_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3401007060_gshared (Action_1_t3123413348 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1906904972_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1521034418_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m18895326_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m163271134_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m3090907367_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m2079784661_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1110557353_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m966181545_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2923267548_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3880922309_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* BetterList_1_ToArray_m1446268266_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ColorU5BU5D_t941916413* BetterList_1_ToArray_m2485675029_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector2U5BU5D_t1457185986* BetterList_1_ToArray_m2725107919_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Color32U5BU5D_t3850468773* BetterList_1_ToArray_m2060401211_gshared (BetterList_1_t1755521610 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Item_m629431924_gshared (BetterList_1_t2105966071 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, 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); // 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.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2382293057_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m107019914_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m212974362_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.INetLink::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetLink__ctor_m495627144 (INetLink_t2717826932 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetLink_IOS::FitfunNetLink(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_FitfunNetLink_m3023003221 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___port1, const RuntimeMethod* method); // DMCore.Net.ILinkListener DMCore.Net.INetLink::GetListener() extern "C" IL2CPP_METHOD_ATTR ILinkListener_t2747206916 * INetLink_GetListener_m831413518 (INetLink_t2717826932 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetLink_IOS::FitfunNetClose() extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_FitfunNetClose_m1939436043 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m1959325926 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void DMCore.Net.CNetLink_IOS::FitfunNetSend(System.String) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_FitfunNetSend_m2391699424 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetReceiver::OnGetStream(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnGetStream_m361994846 (CNetReceiver_t1076104922 * __this, ByteU5BU5D_t4116647657* ___var0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method); // System.Void DMCore.Net.INetListener::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetListener__ctor_m3325403427 (INetListener_t2122847788 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CCustomNetMsgHooker::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCustomNetMsgHooker__ctor_m3128157556 (CCustomNetMsgHooker_t1749009394 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadLock::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadLock__ctor_m2708615033 (CThreadLock_t3315856551 * __this, 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); // DMCore.Net.CNetService DMCore.CRoot::GetNetService() extern "C" IL2CPP_METHOD_ATTR CNetService_t1201271315 * CRoot_GetNetService_m2764581604 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::RegisterListener(DMCore.Net.INetListener) extern "C" IL2CPP_METHOD_ATTR void CNetService_RegisterListener_m710671564 (CNetService_t1201271315 * __this, INetListener_t2122847788 * ___listener0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic/_ProcDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void _ProcDelegate__ctor_m1629218376 (_ProcDelegate_t1598064000 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // DMCore.Net.enumNetState DMCore.Net.CNetMainLogic::GetNetState() extern "C" IL2CPP_METHOD_ATTR int32_t CNetMainLogic_GetNetState_m3393450786 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::SetNetState(DMCore.Net.enumNetState) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SetNetState_m3776391945 (CNetMainLogic_t857650587 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::Close() extern "C" IL2CPP_METHOD_ATTR void CNetService_Close_m340185834 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Thread.CThreadLock::Lock() extern "C" IL2CPP_METHOD_ATTR bool CThreadLock_Lock_m3448296176 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadLock::UnLock() extern "C" IL2CPP_METHOD_ATTR void CThreadLock_UnLock_m2922388906 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::Link(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetService_Link_m4067152399 (CNetService_t1201271315 * __this, String_t* ___serverIP0, int32_t ___port1, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgAccRegister::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgAccRegister__ctor_m2577831727 (CMsgAccRegister_t524064186 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetService::SendMsgStruct(DMCore.Net.Protocol.INetMsgBaseC2S) extern "C" IL2CPP_METHOD_ATTR bool CNetService_SendMsgStruct_m258771320 (CNetService_t1201271315 * __this, INetMsgBaseC2S_t1364238951 * ___msg0, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgAcc::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgAcc__ctor_m2865205831 (CMsgAcc_t1490163161 * __this, const RuntimeMethod* method); // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogAuto(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogAuto_m2403746865 (CLogHelp_t779629444 * __this, String_t* ___strLog0, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgLedouAcc_Guest::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLedouAcc_Guest__ctor_m132666762 (CMsgLedouAcc_Guest_t2051627822 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgLedouAcc::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLedouAcc__ctor_m2966501763 (CMsgLedouAcc_t436276660 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.CRoot::GetSceneService() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * CRoot_GetSceneService_m2061443921 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * CSceneService_GetMainRole_m3386793463 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_m2842000469 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::set_IsServerStateRoleReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_set_IsServerStateRoleReady_m851306534 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgBeginGame::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgBeginGame__ctor_m94989919 (CMsgBeginGame_t955386178 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgClientStageReady::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgClientStageReady__ctor_m1794267723 (CMsgClientStageReady_t250050675 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgCustom::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgCustom__ctor_m1994577366 (CMsgCustom_t3704829624 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::LogServerMsg(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_LogServerMsg_m2814940035 (RuntimeObject * __this /* static, unused */, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic/_ProcDelegate::Invoke(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void _ProcDelegate_Invoke_m3624462606 (_ProcDelegate_t1598064000 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method); // System.Void UserGuideManager::Clear() extern "C" IL2CPP_METHOD_ATTR void UserGuideManager_Clear_m794292940 (UserGuideManager_t2771698115 * __this, 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.Void DMCore.Logic.CUserGuideHelp::ResetGuide() extern "C" IL2CPP_METHOD_ATTR void CUserGuideHelp_ResetGuide_m884760427 (CUserGuideHelp_t3161639665 * __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.Void DMCore.Logic.CWndController::Clear() extern "C" IL2CPP_METHOD_ATTR void CWndController_Clear_m205881840 (CWndController_t749709641 * __this, 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); // System.Void DMCore.Logic.CPropertySiteManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropertySiteManager_ClearAll_m1638832565 (CPropertySiteManager_t1418377639 * __this, 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); // System.Void DMCore.Logic.shopModel::Destroy() extern "C" IL2CPP_METHOD_ATTR void shopModel_Destroy_m4039108249 (shopModel_t101745799 * __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.Void DMCore.Framework.Scene.CSceneService::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CSceneService_ClearAll_m4168302338 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimSystem DMCore.IHelp::GetMovieSystem() extern "C" IL2CPP_METHOD_ATTR CAnimSystem_t3541144328 * IHelp_GetMovieSystem_m2219992042 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::DelSequenceAll() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_DelSequenceAll_m761186596 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Resume() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Resume_m1815678583 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetManager_Clear_m436820286 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::Reset() extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Reset_m2019494392 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CurrencyGetManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CurrencyGetManager_Clear_m2831317763 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Net.CPropDictionary::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropDictionary_ClearAll_m3476409798 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CFriendManager DMCore.Logic.CFriendManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFriendManager_t3708308264 * CFriendManager_GetInstance_m2674556143 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CFriendManager::DelFriendAll() extern "C" IL2CPP_METHOD_ATTR void CFriendManager_DelFriendAll_m3255159523 (CFriendManager_t3708308264 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolShowManager DMCore.Logic.CIdolShowManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolShowManager_t2312713117 * CIdolShowManager_GetInstance_m2867202331 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolShowManager::DelIdolAll() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_DelIdolAll_m1486794324 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // DMCore.Logic.CPlayerSearchTable DMCore.Logic.CPlayerSearchTable::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPlayerSearchTable_t1089245632 * CPlayerSearchTable_GetInstance_m2025896924 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPlayerSearchTable::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable_ClearAll_m3778071409 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method); // DMCore.Logic.CPlayerInviteTable DMCore.Logic.CPlayerInviteTable::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPlayerInviteTable_t2496984219 * CPlayerInviteTable_GetInstance_m1907975491 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPlayerInviteTable::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_ClearAll_m3583706556 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method); // DMCore.Logic.CTaskManager DMCore.Logic.CTaskManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTaskManager_t4133723725 * CTaskManager_GetInstance_m1133311262 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CTaskManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CTaskManager_ClearAll_m2233263089 (CTaskManager_t4133723725 * __this, const RuntimeMethod* method); // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CItemManager_t2289463753 * CItemManager_GetInstance_m3712629561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CItemManager_ClearAll_m2640904153 (CItemManager_t2289463753 * __this, const RuntimeMethod* method); // DMCore.Logic.CPropManager DMCore.Logic.CPropManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropManager_t2238730194 * CPropManager_GetInstance_m2519469083 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropManager_ClearAll_m82350292 (CPropManager_t2238730194 * __this, const RuntimeMethod* method); // DMCore.Logic.CPropItemPool DMCore.Logic.CPropItemPool::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropItemPool_t1526587231 * CPropItemPool_GetInstance_m2026732197 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropItemPool::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropItemPool_ClearAll_m2554950648 (CPropItemPool_t1526587231 * __this, const RuntimeMethod* method); // DMCore.Logic.CPropEquipManager DMCore.Logic.CPropEquipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropEquipManager_t729741778 * CPropEquipManager_GetInstance_m2283608790 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_ClearAll_m3847309925 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method); // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveManager_t3058433014 * CPveManager_GetInstance_m1165268867 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPveManager_ClearAll_m3442547735 (CPveManager_t3058433014 * __this, 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::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CShopManager_ClearAll_m3301313013 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // DMCore.Logic.CMessageManager DMCore.Logic.CMessageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMessageManager_t3136027633 * CMessageManager_GetInstance_m450821822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CMessageManager_ClearAll_m346587241 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPhotoManager_t704993275 * CPhotoManager_GetInstance_m953076413 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPhotoManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_ClearAll_m2434027800 (CPhotoManager_t704993275 * __this, 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.Boolean DMCore.Logic.CGuildManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_ClearAll_m852546515 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // DMCore.Logic.CSpeaker DMCore.Logic.CSpeaker::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSpeaker_t978472097 * CSpeaker_GetInstance_m2212004304 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CSpeaker::ClearPublicMessageQueue() extern "C" IL2CPP_METHOD_ATTR void CSpeaker_ClearPublicMessageQueue_m1529745867 (CSpeaker_t978472097 * __this, const RuntimeMethod* method); // DMCore.CEventManager DMCore.CRoot::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * CRoot_GetEventManager_m2015848526 (CRoot_t1043641654 * __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::Stop() extern "C" IL2CPP_METHOD_ATTR void ISoundManager_Stop_m197884707 (ISoundManager_t434164892 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::ForceClearAll() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_ForceClearAll_m1157505743 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Time::set_timeScale(System.Single) extern "C" IL2CPP_METHOD_ATTR void Time_set_timeScale_m1127545364 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // DMCore.Framework.Plugin.CUserInfoApi DMCore.Framework.Plugin.CUserInfoApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUserInfoApi_t815375937 * CUserInfoApi_GetInstance_m3878964368 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CUserInfoApi::SetUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_SetUserID_m3268017512 (CUserInfoApi_t815375937 * __this, int64_t ___usrID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CUserInfoApi::SetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_SetRoleName_m1547178051 (CUserInfoApi_t815375937 * __this, String_t* ___roleName0, const RuntimeMethod* method); // System.Void DMCore.Net.cbPackage::ResetRequestState() extern "C" IL2CPP_METHOD_ATTR void cbPackage_ResetRequestState_m1475200536 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CMonoCtrllorManager::ResetAll() extern "C" IL2CPP_METHOD_ATTR void CMonoCtrllorManager_ResetAll_m2971383811 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.logicActivityPic DMCore.Logic.logicActivityPic::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicActivityPic_t3113258227 * logicActivityPic_GetInstance_m2809592046 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic::Reset() extern "C" IL2CPP_METHOD_ATTR void logicActivityPic_Reset_m3692368178 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method); // DMCore.Logic.CShopCartManager DMCore.Logic.CShopCartManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopCartManager_t2478140686 * CShopCartManager_GetInstance_m4201379927 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::ClearList() extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_ClearList_m181621995 (CShopCartManager_t2478140686 * __this, const RuntimeMethod* method); // DMCore.Logic.CChangeGameManager DMCore.Logic.CChangeGameManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChangeGameManager_t2081989347 * CChangeGameManager_GetInstance_m1986096856 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CChangeGameManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CChangeGameManager_Clear_m3406024486 (CChangeGameManager_t2081989347 * __this, const RuntimeMethod* method); // DMCore.Logic.CWishFountainMgr DMCore.Logic.CWishFountainMgr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWishFountainMgr_t2594140948 * CWishFountainMgr_GetInstance_m525250956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CWishFountainMgr::ClearData() extern "C" IL2CPP_METHOD_ATTR void CWishFountainMgr_ClearData_m3405781753 (CWishFountainMgr_t2594140948 * __this, const RuntimeMethod* method); // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChatManager_t1988186574 * CChatManager_GetInstance_m3267979394 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CChatManager::ClearData() extern "C" IL2CPP_METHOD_ATTR void CChatManager_ClearData_m700221300 (CChatManager_t1988186574 * __this, const RuntimeMethod* method); // DMCore.Logic.CFragmentShopManager DMCore.Logic.CFragmentShopManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFragmentShopManager_t693884529 * CFragmentShopManager_GetInstance_m1043734401 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CFragmentShopManager::ClearData() extern "C" IL2CPP_METHOD_ATTR void CFragmentShopManager_ClearData_m3995257590 (CFragmentShopManager_t693884529 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::ClearAllCachedServerTable() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_ClearAllCachedServerTable_m1343631862 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::DestroyAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyAll_m3746588077 (CSceneService_t551449725 * __this, bool ___bDestroyMainRole0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLevelManager_t3077608201 * CLevelManager_GetInstance_m3233027795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Level.CLevelManager::IsLevel(System.String) extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_IsLevel_m3139716542 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // System.Void DMCore.IHelp::DoLoadLevel(System.String,System.Action) extern "C" IL2CPP_METHOD_ATTR void IHelp_DoLoadLevel_m4092529488 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, Action_t1264377477 * ___gabageCollect1, 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.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Component::BroadcastMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_BroadcastMessage_m2662892479 (Component_t1923634451 * __this, String_t* p0, int32_t p1, 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.Void DMCore.Logic.CServerChoice::set_IsFirstTimeLinked(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CServerChoice_set_IsFirstTimeLinked_m3807245168 (CServerChoice_t1594647161 * __this, bool ___value0, 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); // DMCore.CMsgBoxControl DMCore.CMsgBoxControl::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgBoxControl_t806533544 * CMsgBoxControl_GetInstance_m4085806233 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.OnMsgBoxClkCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack__ctor_m2163616605 (OnMsgBoxClkCallBack_t3229751541 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::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.Void SDKProxyManager::CollectGameStart(System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_CollectGameStart_m3908341061 (RuntimeObject * __this /* static, unused */, String_t* ___eventId0, String_t* ___startUpType1, String_t* ___errorCode2, String_t* ___errorInfo3, String_t* ___url4, String_t* ___extraParams5, String_t* ___isMainLand6, const RuntimeMethod* method); // DMCore.CMsgManager DMCore.CMsgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgManager_t455955613 * CMsgManager_GetInstance_m3446755799 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHintUseTextHelp(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHintUseTextHelp_m3781284520 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, const RuntimeMethod* method); // 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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCLogin_t728508773_m2746113055(__this, method) (( CLogin_t728508773 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void CLogin::OnLoginAccResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLogin_OnLoginAccResult_m1260657308 (CLogin_t728508773 * __this, bool ___bSuccess0, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgLogin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLogin__ctor_m1104442204 (CMsgLogin_t1892686458 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogDrawAuto(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogDrawAuto_m4288732155 (CLogHelp_t779629444 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgLoginLobby::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLoginLobby__ctor_m1740644394 (CMsgLoginLobby_t3466726137 * __this, 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::GetDeviceId() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetDeviceId_m3798722598 (CSystemTool_t575361936 * __this, 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); // 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 DMCore.Framework.Plugin.CFitfunApiPlugin::GetChannelId() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_GetChannelId_m1906671540 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemTool::GetMobileModel() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetMobileModel_m752262772 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Plugin.CSystemTool::GetMobilePlatform() extern "C" IL2CPP_METHOD_ATTR int32_t CSystemTool_GetMobilePlatform_m3120679726 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemTool::GetNetType() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetNetType_m517615747 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemTool::GetOSVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetOSVersion_m3545277412 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemTool::GetProviderName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetProviderName_m158099627 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemTool::getMac() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_getMac_m3551318662 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // User DMCore.Logic.CKDDeviceService::GetUserInfo() extern "C" IL2CPP_METHOD_ATTR User_t2909415622 * CKDDeviceService_GetUserInfo_m127745633 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPhotoManager::SetUsrPhotoUrl(System.Int64,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_SetUsrPhotoUrl_m1669232359 (CPhotoManager_t704993275 * __this, int64_t ___usrID0, String_t* ___url1, bool ___autoLoad2, const RuntimeMethod* method); // DMCore.Logic.CFCMConfig DMCore.Logic.CFCMConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFCMConfig_t130793684 * CFCMConfig_GetInstance_m2188646222 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CFCMConfig::GetAdultFlag() extern "C" IL2CPP_METHOD_ATTR int32_t CFCMConfig_GetAdultFlag_m393605062 (CFCMConfig_t130793684 * __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.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, 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.Void GameFriend.SDKEventManager::SendLoginResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginResult_m3955800188 (RuntimeObject * __this /* static, unused */, bool ___success0, const RuntimeMethod* method); // CQualifyingManager CQualifyingManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQualifyingManager_t954001806 * CQualifyingManager_GetInstance_m1430111945 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CQualifyingManager::RefreshNeedToReturnToLobby() extern "C" IL2CPP_METHOD_ATTR void CQualifyingManager_RefreshNeedToReturnToLobby_m2545469350 (CQualifyingManager_t954001806 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetNeedPlayEnterRoomAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetNeedPlayEnterRoomAnim_m3225743564 (ISceneRole_t2394225724 * __this, bool ___b0, const RuntimeMethod* method); // System.Int32 UnityEngine.PlayerPrefs::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PlayerPrefs_GetInt_m1299643124 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendCreateRoleResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendCreateRoleResult_m2773874863 (RuntimeObject * __this /* static, unused */, bool ___success0, 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 DMCore.Framework.Scene.CProperty::Append(DMCore.Framework.Scene.CProperty) extern "C" IL2CPP_METHOD_ATTR void CProperty_Append_m396754954 (CProperty_t963755051 * __this, CProperty_t963755051 * ___other0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProperty__ctor_m1842622200 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::DeserialStream(System.Byte[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CProperty_DeserialStream_m3774636950 (CProperty_t963755051 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetCount_m4271154150 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_Log_m386290467 (CLogHelp_t779629444 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // DMCore.Framework.Scene.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.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); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::CreateGameObj(System.String,DMCore.Framework.Scene.enumSceneObjType) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_CreateGameObj_m958236987 (CSceneService_t551449725 * __this, String_t* ___strName0, int32_t ___type1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CSceneService::m_laborNeedJudge() extern "C" IL2CPP_METHOD_ATTR bool CSceneService_m_laborNeedJudge_m202520281 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetModelID_m3286778194 (ISceneBaseObj_t858622483 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetServerType(DMCore.Framework.Scene.ServerSceneObjType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetServerType_m3318423344 (ISceneBaseObj_t858622483 * __this, int16_t ___type0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetSubType(DMCore.Framework.Scene.ServerSceneSubType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetSubType_m2147549751 (ISceneBaseObj_t858622483 * __this, int16_t ___subType0, const RuntimeMethod* method); // 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.Void CQualifyingManager::RequestPlayerQualifyingData(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CQualifyingManager_RequestPlayerQualifyingData_m916205930 (CQualifyingManager_t954001806 * __this, int64_t ___userId0, const RuntimeMethod* method); // System.Void CQualifyingManager::RefreshRoleInfo() extern "C" IL2CPP_METHOD_ATTR void CQualifyingManager_RefreshRoleInfo_m2522254089 (CQualifyingManager_t954001806 * __this, const RuntimeMethod* method); // DMCore.Logic.CTitleManager DMCore.Logic.CTitleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTitleManager_t3025273230 * CTitleManager_GetInstance_m3413488441 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CTitleManager::AddTitleAnim(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CTitleManager_AddTitleAnim_m3972355658 (CTitleManager_t3025273230 * __this, int32_t ___titleId0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyRoleObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyRoleObj_m3016152155 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // DMCore.Framework.Misc.CLogHelp DMCore.CRoot::GetLogService() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * CRoot_GetLogService_m687714144 (CRoot_t1043641654 * __this, 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.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogFile(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogFile_m4227814860 (CLogHelp_t779629444 * __this, String_t* ___strVal0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Framework.Scene.CProperty::ToUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CProperty_ToUserProperty_m397835239 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropManager::FreshPropItem(System.Int32,DMCore.CDataProperty) extern "C" IL2CPP_METHOD_ATTR void CPropManager_FreshPropItem_m1807856006 (CPropManager_t2238730194 * __this, int32_t ___serverId0, CDataProperty_t2806246268 * ___property1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CItemManager::ChangeItemProperty(System.Int32,DMCore.CDataProperty) extern "C" IL2CPP_METHOD_ATTR bool CItemManager_ChangeItemProperty_m2287137100 (CItemManager_t2289463753 * __this, int32_t ___nItemServerID0, CDataProperty_t2806246268 * ___prop1, const RuntimeMethod* method); // DMCore.Logic.CFragmentManager DMCore.Logic.CFragmentManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFragmentManager_t4020029771 * CFragmentManager_GetInstance_m784900893 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CFragmentManager::set_IsNeedRefreshAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CFragmentManager_set_IsNeedRefreshAll_m3308324721 (CFragmentManager_t4020029771 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CActivityManager_t1081296145 * CActivityManager_GetInstance_m2243292784 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityManager::set_IsNeedRefreshAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CActivityManager_set_IsNeedRefreshAll_m3263996115 (CActivityManager_t1081296145 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::SetSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetSceneID_m2003638378 (CSceneService_t551449725 * __this, int32_t ___ID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::SetRoleNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetRoleNum_m2792841694 (CSceneService_t551449725 * __this, int32_t ___Num0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::SetLaborNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetLaborNum_m3875193949 (CSceneService_t551449725 * __this, int32_t ___Num0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::SetRoomLvType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetRoomLvType_m2267626095 (CSceneService_t551449725 * __this, int32_t ___roomLvType0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::SetRoomMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CSceneService_SetRoomMainType_m1665182892 (CSceneService_t551449725 * __this, int32_t ___roomMainType0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3995760255(__this, method) (( Enumerator_t1388194533 (*) (List_1_t3793917952 *, const RuntimeMethod*))List_1_GetEnumerator_m3995760255_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m467852011(__this, method) (( PropData_t2321843210 (*) (Enumerator_t1388194533 *, const RuntimeMethod*))Enumerator_get_Current_m467852011_gshared)(__this, method) // System.Void DMCore.Net.CPropDictionary::Push(DMCore.emUnitType,System.String) extern "C" IL2CPP_METHOD_ATTR void CPropDictionary_Push_m1406080517 (RuntimeObject * __this /* static, unused */, int32_t ___unitType0, String_t* ___name1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2048964861(__this, method) (( bool (*) (Enumerator_t1388194533 *, const RuntimeMethod*))Enumerator_MoveNext_m2048964861_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3341358949(__this, method) (( void (*) (List_1_t3793917952 *, const RuntimeMethod*))List_1_Clear_m3341358949_gshared)(__this, method) // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.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); // 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); // 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 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisAudioSource_t3935305588_m1977431131(__this, method) (( AudioSource_t3935305588 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UnityEngine.AudioSource::Stop() extern "C" IL2CPP_METHOD_ATTR void AudioSource_Stop_m2682712816 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::OnStoryPlayStart() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnStoryPlayStart_m449533615 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::OnStoryPlayEnd() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnStoryPlayEnd_m2871940693 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method); // System.Void CLogin::OnServerCallRegAvatar() extern "C" IL2CPP_METHOD_ATTR void CLogin_OnServerCallRegAvatar_m3593600835 (CLogin_t728508773 * __this, const RuntimeMethod* method); // DMCore.CAccManager DMCore.CRoot::GetAccManager() extern "C" IL2CPP_METHOD_ATTR CAccManager_t1454736772 * CRoot_GetAccManager_m510313156 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // 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); // System.Boolean DMCore.CAccManager::Save() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_Save_m839917893 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // DMCore.Net.CNetMainLogic DMCore.CRoot::GetNetControl() extern "C" IL2CPP_METHOD_ATTR CNetMainLogic_t857650587 * CRoot_GetNetControl_m305351655 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::SetUserACC(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SetUserACC_m1345299655 (CNetMainLogic_t857650587 * __this, String_t* ___account0, String_t* ___scret1, const RuntimeMethod* method); // System.Void CLogin::OnRegisterAccResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLogin_OnRegisterAccResult_m1066848269 (CLogin_t728508773 * __this, bool ___bSuccess0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // DMCore.Framework.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,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m3374553046 (CTextHelp_t3119637808 * __this, String_t* ___val0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_ToInt_m1396402449 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t ___nDefaultVal1, const RuntimeMethod* method); // DMCore.Logic.CFruitMachineCtrllor DMCore.Logic.CFruitMachineCtrllor::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFruitMachineCtrllor_t592290270 * CFruitMachineCtrllor_GetInstance_m2472498613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CFruitMachineCtrllor::GetResultName(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CFruitMachineCtrllor_GetResultName_m2555868484 (CFruitMachineCtrllor_t592290270 * __this, int32_t ___resultID0, int32_t ___goldCount1, 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); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m372251958 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // System.String System.String::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 UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::IsContainBit(System.Int16,System.Int16) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_IsContainBit_m3739371850 (RuntimeObject * __this /* static, unused */, int16_t ___srcType0, int16_t ___dstBitValue1, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHint_m1231354654 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, const RuntimeMethod* method); // System.Void DMCore.Logic.CChatManager::AddSystemInfo(DMCore.Logic.enumSystemNoticeType,System.String) extern "C" IL2CPP_METHOD_ATTR void CChatManager_AddSystemInfo_m1503114868 (CChatManager_t1988186574 * __this, int32_t ___type0, String_t* ___content1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageBox(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageBox_m686064934 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___appendDesc1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_ToInt_m2884988184 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t* ___nResult1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CurrencyGetManager::CheckCurrencyState(DMCore.Logic.enumCurrencyType,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR bool CurrencyGetManager_CheckCurrencyState_m3080792614 (RuntimeObject * __this /* static, unused */, int32_t ___currencyType0, int32_t ___needCount1, String_t* ___tipContent2, const RuntimeMethod* method); // DMCore.Logic.CSystemBroadCast DMCore.Logic.CSystemBroadCast::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemBroadCast_t3934508125 * CSystemBroadCast_GetInstance_m1023529546 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CSystemBroadCast::Push(System.String,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CSystemBroadCast_Push_m2778302097 (CSystemBroadCast_t3934508125 * __this, String_t* ___text0, int16_t ___subType1, const RuntimeMethod* method); // System.Void DMCore.Net.CCustomNetMsgHooker::OnCallBackCustomMsg(DMCore.Net.Protocol.SMsgCustom) extern "C" IL2CPP_METHOD_ATTR void CCustomNetMsgHooker_OnCallBackCustomMsg_m3029798170 (CCustomNetMsgHooker_t1749009394 * __this, SMsgCustom_t3704812008 * ___customMsg0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CTextHelp::IfErrorCodeNeedQuit(System.String) extern "C" IL2CPP_METHOD_ATTR bool CTextHelp_IfErrorCodeNeedQuit_m3258269056 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::Push(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_Push_m272952420 (CMsgBoxControl_t806533544 * __this, int32_t ___type0, String_t* ___text1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, CDataArray_t4068198041 * ___userData3, const RuntimeMethod* method); // DMCore.Logic.CRoomMananger DMCore.Logic.CRoomMananger::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoomMananger_t1058696229 * CRoomMananger_GetInstance_m3659614095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::OnFreshRoomList(DMCore.Net.Protocol.SMsgRoomList) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_OnFreshRoomList_m208019921 (CRoomMananger_t1058696229 * __this, SMsgRoomList_t2683647042 * ___msg0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m434619803(__this, method) (( void (*) (List_1_t2987599347 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void MarryListItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarryListItemData__ctor_m3461134453 (MarryListItemData_t1515524605 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2075070127(__this, p0, method) (( void (*) (List_1_t2987599347 *, MarryListItemData_t1515524605 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Logic.CMarryListManager DMCore.Logic.CMarryListManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMarryListManager_t2185299657 * CMarryListManager_GetInstance_m3326671777 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CMarryListManager::InitMarryData(MarryListItemData,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CMarryListManager_InitMarryData_m726272071 (CMarryListManager_t2185299657 * __this, MarryListItemData_t1515524605 * ___myData0, List_1_t2987599347 * ___otherData1, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::OnCreateResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_OnCreateResult_m2993668178 (CRoomMananger_t1058696229 * __this, int32_t ___result0, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::OnEntryResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_OnEntryResult_m1611564475 (CRoomMananger_t1058696229 * __this, int32_t ___result0, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::OnRoomInfo(DMCore.Net.Protocol.SMsgRoomInfo) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_OnRoomInfo_m2583947332 (CRoomMananger_t1058696229 * __this, SMsgRoomInfo_t1167204382 * ___roomInfo0, const RuntimeMethod* method); // DMCore.Logic.CChangeNameManager DMCore.Logic.CChangeNameManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChangeNameManager_t2068867582 * CChangeNameManager_GetInstance_m85489895 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CChangeNameManager::ResponseCheckNameUnique(DMCore.Net.Protocol.SMsgCheckNameResult) extern "C" IL2CPP_METHOD_ATTR void CChangeNameManager_ResponseCheckNameUnique_m3573084065 (CChangeNameManager_t2068867582 * __this, SMsgCheckNameResult_t1053169107 * ___msg0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m916496649(__this, method) (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1__ctor_m916496649_gshared)(__this, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m318494546(__this, p0, method) (( uint8_t (*) (BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m318494546_gshared)(__this, p0, method) // System.Boolean DMCore.Net.Help::IsEndFlag(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Help_IsEndFlag_m727407284 (RuntimeObject * __this /* static, unused */, uint8_t ___cValue0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3689618584(__this, p0, method) (( void (*) (BetterList_1_t289316694 *, uint8_t, const RuntimeMethod*))BetterList_1_Add_m3689618584_gshared)(__this, p0, method) // System.Void DMCore.Net.CNetReceiver::ParseMessage() extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_ParseMessage_m1278601957 (CNetReceiver_t1076104922 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m2496795138(__this, method) (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1_Clear_m2496795138_gshared)(__this, method) // System.Void DMCore.Net.Help::FormatReceiveNetStream(BetterList`1&,BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_FormatReceiveNetStream_m2064661201 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVar0, BetterList_1_t289316694 * ___inVar1, int32_t ___nStartIndex2, int32_t ___nLen3, const RuntimeMethod* method); // DMCore.Net.Protocol.INetMsgBaseS2C DMCore.Net.Protocol.INetMsgBaseS2C::DeserialFromServer(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR INetMsgBaseS2C_t126919271 * INetMsgBaseS2C_DeserialFromServer_m3877426234 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::DispatchMessage(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetService_DispatchMessage_m4289082544 (CNetService_t1201271315 * __this, INetMsgBaseS2C_t126919271 * ___msgFromS0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogError(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogError_m609093992 (CLogHelp_t779629444 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetReceiver::OnReceiveMsg(BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnReceiveMsg_m1573803191 (CNetReceiver_t1076104922 * __this, BetterList_1_t289316694 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataProperty__ctor_m4247268200 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // DMCore.CGameSetting DMCore.CGameSetting::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGameSetting_t2678036671 * CGameSetting_GetInstance_m804447900 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.CGameSetting::GetString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CGameSetting_GetString_m806431762 (CGameSetting_t2678036671 * __this, String_t* ___configKey0, String_t* ___defaultValue1, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetServerConfig::CheckLinkConfig(System.Xml.XmlNodeList) extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_CheckLinkConfig_m251908310 (CNetServerConfig_t202072970 * __this, XmlNodeList_t2551693786 * ___children0, const RuntimeMethod* method); // System.Void DMCore.CGameSetting::ResetValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CGameSetting_ResetValue_m3589507437 (CGameSetting_t2678036671 * __this, String_t* ___configKey0, String_t* ___newValue1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_DeserialFromXml_m1844093992 (CDataProperty_t2806246268 * __this, XmlElement_t561603118 * ___element0, const RuntimeMethod* method); // System.Void UnityEngine.Resources::UnloadAsset(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Resources_UnloadAsset_m4120664229 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void DMCore.Net.CNetServerConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig__ctor_m3381213502 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 DMCore.CDataProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetCount_m3325234687 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.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 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.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m1524948975 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m1879965761 (CDataProperty_t2806246268 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m837145387 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !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.Boolean DMCore.CDataProperty::Exist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CDataProperty_Exist_m372773481 (CDataProperty_t2806246268 * __this, String_t* ___key0, const RuntimeMethod* method); // System.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.String DMCore.Net.CNetServerConfig::ReplaceServerURL(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_ReplaceServerURL_m4059194231 (RuntimeObject * __this /* static, unused */, String_t* ___oldURL0, String_t* ___newURL1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2276455407(__this, method) (( int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, 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.Boolean DMCore.Logic.CServerChoice::Exist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CServerChoice_Exist_m639540555 (CServerChoice_t1594647161 * __this, String_t* ___configKey0, const RuntimeMethod* method); // System.String DMCore.Logic.CServerChoice::GetConfigInfo(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CServerChoice_GetConfigInfo_m1458867364 (CServerChoice_t1594647161 * __this, String_t* ___configKey0, String_t* ___defaultVal1, const RuntimeMethod* method); // DMCore.Framework.Plugin.CPluginConfig DMCore.Framework.Plugin.CPluginConfig::getInstance() extern "C" IL2CPP_METHOD_ATTR CPluginConfig_t32997114 * CPluginConfig_getInstance_m1696391661 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CPluginConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPluginConfig_GetConfigString_m4093530641 (CPluginConfig_t32997114 * __this, String_t* ___key0, String_t* ___defaultVal1, 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.Int32 DMCore.Logic.CServerChoice::GetConfigInfo(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CServerChoice_GetConfigInfo_m3776838067 (CServerChoice_t1594647161 * __this, String_t* ___configKey0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Plugin.CPluginConfig::GetConfigInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPluginConfig_GetConfigInt_m2273657834 (CPluginConfig_t32997114 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Net.ILinkListener::.ctor() extern "C" IL2CPP_METHOD_ATTR void ILinkListener__ctor_m2854064247 (ILinkListener_t2747206916 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m1813535711(__this, method) (( void (*) (LinkedList_1_t3261532576 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m541725837(__this, method) (( void (*) (List_1_t3594922530 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, 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 DMCore.Net.INetLink::SetListener(DMCore.Net.ILinkListener) extern "C" IL2CPP_METHOD_ATTR void INetLink_SetListener_m4203753615 (INetLink_t2717826932 * __this, ILinkListener_t2747206916 * ___pListener0, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetService::_OnPickLink() extern "C" IL2CPP_METHOD_ATTR bool CNetService__OnPickLink_m1389177975 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::_OnPickGet() extern "C" IL2CPP_METHOD_ATTR void CNetService__OnPickGet_m1782648884 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetService::_OnPickSend() extern "C" IL2CPP_METHOD_ATTR void CNetService__OnPickSend_m1839943552 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m395364543(__this, p0, method) (( INetListener_t2122847788 * (*) (List_1_t3594922530 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2293357092(__this, method) (( int32_t (*) (List_1_t3594922530 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::Clear() #define LinkedList_1_Clear_m3669462242(__this, method) (( void (*) (LinkedList_1_t3261532576 *, const RuntimeMethod*))LinkedList_1_Clear_m2711926805_gshared)(__this, method) // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m3545464969(__this, method) (( int32_t (*) (LinkedList_1_t3261532576 *, 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_m3326379170(__this, method) (( LinkedListNode_1_t4167061670 * (*) (LinkedList_1_t3261532576 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m3183208910(__this, method) (( INetMsgBaseS2C_t126919271 * (*) (LinkedListNode_1_t4167061670 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m1182622119(__this, method) (( void (*) (LinkedList_1_t3261532576 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // BetterList`1 netSendingCache::BeginPopMsg() extern "C" IL2CPP_METHOD_ATTR BetterList_1_t3223218359 * netSendingCache_BeginPopMsg_m1857426800 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveManager::IsPveMode() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsPveMode_m3137815888 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3966717211(__this, p0, method) (( CDataArray_t4068198041 * (*) (BetterList_1_t3223218359 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Boolean DMCore.Logic.CPveManager::AsSimulatorMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR bool CPveManager_AsSimulatorMsg_m2552342401 (CPveManager_t3058433014 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetMainLogic::SendCustomMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_SendCustomMsg_m3660603244 (CNetMainLogic_t857650587 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method); // System.Void netSendingCache::EndPopMsg() extern "C" IL2CPP_METHOD_ATTR void netSendingCache_EndPopMsg_m1048125316 (RuntimeObject * __this /* static, unused */, 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.Boolean DMCore.Net.CNetServerConfig::IsValidProxy() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IsValidProxy_m4030729817 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetLink_IOS::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS__ctor_m3304151748 (CNetLink_IOS_t2636358992 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetLink::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetLink__ctor_m2107516412 (CNetLink_t2605986831 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) #define LinkedList_1_AddLast_m3362005149(__this, p0, method) (( LinkedListNode_1_t4167061670 * (*) (LinkedList_1_t3261532576 *, INetMsgBaseS2C_t126919271 *, const RuntimeMethod*))LinkedList_1_AddLast_m3177585097_gshared)(__this, p0, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m215098149(__this, method) (( Enumerator_t1189199111 (*) (List_1_t3594922530 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m4104502214(__this, method) (( INetListener_t2122847788 * (*) (Enumerator_t1189199111 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2153923718(__this, method) (( bool (*) (Enumerator_t1189199111 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m2679825681(__this, method) (( void (*) (Enumerator_t1189199111 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1830268421(__this, p0, method) (( void (*) (List_1_t3594922530 *, INetListener_t2122847788 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3107540926(__this, p0, method) (( bool (*) (List_1_t3594922530 *, INetListener_t2122847788 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1028957725(__this, method) (( void (*) (List_1_t3594922530 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Boolean DMCore.Net.CNetService::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CNetService_IsValid_m2417795324 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::LogClientMsg(DMCore.Net.Protocol.INetMsgBaseC2S) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_LogClientMsg_m3806030874 (RuntimeObject * __this /* static, unused */, INetMsgBaseC2S_t1364238951 * ___msg0, const RuntimeMethod* method); // System.Void DMCore.Net.Help::FormatSendNetStream(BetterList`1&,BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_FormatSendNetStream_m2320532187 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVar0, BetterList_1_t289316694 * ___inVar1, int32_t ___nStartIndex2, int32_t ___nLen3, const RuntimeMethod* method); // System.Boolean DMCore.Net.INetLink::Send(BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool INetLink_Send_m3168269077 (INetLink_t2717826932 * __this, BetterList_1_t289316694 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nSendLen2, const RuntimeMethod* method); // System.Void DMCore.Net.CPropDictionary/PropInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PropInfo__ctor_m2180213712 (PropInfo_t1912548384 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2366321706(__this, p0, method) (( void (*) (List_1_t3384623126 *, PropInfo_t1912548384 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2205018422(__this, method) (( int32_t (*) (List_1_t3384623126 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, 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 System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1891376302(__this, method) (( void (*) (List_1_t3384623126 *, const RuntimeMethod*))List_1_Clear_m3697625829_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) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3262011838(__this, p0, method) (( PropInfo_t1912548384 * (*) (List_1_t3384623126 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, 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 DMCore.Net.CPropDictionary::FindIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CPropDictionary_FindIndex_m902844385 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m760527218(__this, method) (( void (*) (List_1_t3384623126 *, const RuntimeMethod*))List_1__ctor_m2321703786_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.Byte[] System.BitConverter::GetBytes(System.Int16) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m658425501 (RuntimeObject * __this /* static, unused */, int16_t p0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1040762521 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int64) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m4144088731 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Char) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1603262885 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Min_m18103608 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.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.Char) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m1972177952 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_m2376388426 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m1089563119 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m2597008633 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Int64 System.BitConverter::ToInt64(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t BitConverter_ToInt64_m349022421 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Char System.BitConverter::ToChar(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar BitConverter_ToChar_m1348346703 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, 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); // System.Byte[] DMCore.Net.Help::GetCurEncryptKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Help_GetCurEncryptKey_m3141923178 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.UInt32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m2890086663 (RuntimeObject * __this /* static, unused */, uint32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Resize(System.Int32) #define BetterList_1_Resize_m2801707268(__this, p0, method) (( void (*) (BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))BetterList_1_Resize_m2801707268_gshared)(__this, p0, method) // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Boolean DMCore.Net.NetEncrypt::Encrypt(BetterList`1&,BetterList`1,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Encrypt_m1681803018 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, ByteU5BU5D_t4116647657* ___Key2, const RuntimeMethod* method); // BetterList`1 BetterList`1::Create(T[]) #define BetterList_1_Create_m4035107615(__this /* static, unused */, p0, method) (( BetterList_1_t289316694 * (*) (RuntimeObject * /* static, unused */, ByteU5BU5D_t4116647657*, const RuntimeMethod*))BetterList_1_Create_m4035107615_gshared)(__this /* static, unused */, p0, method) // System.Void BetterList`1::Insert(BetterList`1,System.Int32) #define BetterList_1_Insert_m3558601324(__this, p0, p1, method) (( void (*) (BetterList_1_t289316694 *, BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))BetterList_1_Insert_m3558601324_gshared)(__this, p0, p1, method) // System.UInt32 System.BitConverter::ToUInt32(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t BitConverter_ToUInt32_m3737646381 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) #define BetterList_1_RemoveRange_m1968001449(__this, p0, p1, method) (( void (*) (BetterList_1_t289316694 *, int32_t, int32_t, const RuntimeMethod*))BetterList_1_RemoveRange_m1968001449_gshared)(__this, p0, p1, method) // System.Void BetterList`1::Append(BetterList`1) #define BetterList_1_Append_m4150690803(__this, p0, method) (( void (*) (BetterList_1_t289316694 *, BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1_Append_m4150690803_gshared)(__this, p0, method) // System.Boolean DMCore.Net.NetEncrypt::Decrypt(BetterList`1&,BetterList`1,System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Decrypt_m181430004 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, int32_t ___DataLen2, ByteU5BU5D_t4116647657* ___Key3, const RuntimeMethod* method); // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m3387226773(__this, method) (( ByteU5BU5D_t4116647657* (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1_ToArray_m3387226773_gshared)(__this, method) // System.Void DMCore.Net.Help::SetCurEncryptKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Help_SetCurEncryptKey_m2299868864 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // System.Boolean DMCore.Net.NetEncrypt::Decrypt(BetterList`1&,BetterList`1,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Decrypt_m2361955494 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, ByteU5BU5D_t4116647657* ___Key2, const RuntimeMethod* method); // System.Void DMCore.Net.CNetReceiver::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetReceiver__ctor_m1335029303 (CNetReceiver_t1076104922 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m2729927670 (Socket_t1119025450 * __this, int32_t p0, int32_t p1, ByteU5BU5D_t4116647657* p2, const RuntimeMethod* method); // System.UInt32[] DMCore.Net.NetEncrypt::ToUInt32Array(BetterList`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_ToUInt32Array_m2908021063 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 * ___Data0, bool ___IncludeLength1, const RuntimeMethod* method); // System.UInt32[] DMCore.Net.NetEncrypt::ToUInt32Array(System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_ToUInt32Array_m3359155898 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___Data0, bool ___IncludeLength1, const RuntimeMethod* method); // System.UInt32[] DMCore.Net.NetEncrypt::Encrypt(System.UInt32[],System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_Encrypt_m4143094030 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___v0, UInt32U5BU5D_t2770800703* ___k1, const RuntimeMethod* method); // System.Void DMCore.Net.NetEncrypt::ToByteArray(BetterList`1&,System.UInt32[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetEncrypt_ToByteArray_m2785072633 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, UInt32U5BU5D_t2770800703* ___Data1, bool ___IncludeLength2, const RuntimeMethod* method); // System.UInt32[] DMCore.Net.NetEncrypt::ToUInt32Array(BetterList`1,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_ToUInt32Array_m2733639333 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 * ___Data0, int32_t ___Len1, bool ___IncludeLength2, const RuntimeMethod* method); // System.UInt32[] DMCore.Net.NetEncrypt::Decrypt(System.UInt32[],System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_Decrypt_m3358454097 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___v0, UInt32U5BU5D_t2770800703* ___k1, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * p0, int32_t p1, const RuntimeMethod* method); // System.UInt32 DMCore.Framework.Misc.CMathHelp::MoveLeftTick(System.UInt32,System.UInt16) extern "C" IL2CPP_METHOD_ATTR uint32_t CMathHelp_MoveLeftTick_m1349339315 (RuntimeObject * __this /* static, unused */, uint32_t ___Value0, uint16_t ___tick1, const RuntimeMethod* method); // System.Void DMGameInterface::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_Log_m316805229 (RuntimeObject * __this /* static, unused */, String_t* ___logText0, const RuntimeMethod* method); // System.Void BetterList`1::set_Item(System.Int32,T) #define BetterList_1_set_Item_m1941866975(__this, p0, p1, method) (( void (*) (BetterList_1_t289316694 *, int32_t, uint8_t, const RuntimeMethod*))BetterList_1_set_Item_m1941866975_gshared)(__this, p0, p1, method) // System.Void DMCore.Net.Protocol.INetMsgBaseC2S::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetMsgBaseC2S__ctor_m3184864657 (INetMsgBaseC2S_t1364238951 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.INetMsgBaseC2S::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void INetMsgBaseC2S_Serial_m1089134723 (INetMsgBaseC2S_t1364238951 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method); // System.Void DMCore.Net.Help::Push(BetterList`1&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m1820883614 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, int32_t ___value1, const RuntimeMethod* method); // System.Void DMCore.Net.Help::Push(BetterList`1&,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m1039748984 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, String_t* ___value1, int32_t ___maxChar2, const RuntimeMethod* method); // System.Void DMCore.Net.Help::Push(BetterList`1&,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m3394861728 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, int64_t ___value1, const RuntimeMethod* method); // 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); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m888956288(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m888956288_gshared)(__this, p0, method) // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::GetPlayModeFromDanceMode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_GetPlayModeFromDanceMode_m4037169974 (RuntimeObject * __this /* static, unused */, int32_t ___danceMode0, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_KEY_MODE DMCore.DanceMode.CDanceModeManager::GetKeyModeFromDanceMode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_GetKeyModeFromDanceMode_m2008900806 (RuntimeObject * __this /* static, unused */, int32_t ___danceMode0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m186164705(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m186164705_gshared)(__this, method) // System.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.Int16 DMCore.Net.Protocol.INetMsgBaseC2S::GetMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t INetMsgBaseC2S_GetMsgID_m3000528370 (INetMsgBaseC2S_t1364238951 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgCustom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCustom__ctor_m1594121669 (SMsgCustom_t3704812008 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgAcc::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgAcc__ctor_m2865517687 (SMsgAcc_t1490162633 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgLogin::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgLogin__ctor_m1126562732 (SMsgLogin_t1892669098 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgLoginLobby::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgLoginLobby__ctor_m1593090490 (SMsgLoginLobby_t3451342249 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgErrorCode::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgErrorCode__ctor_m2142109151 (SMsgErrorCode_t1676145453 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgRoleAvatar::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRoleAvatar__ctor_m1983474459 (SMsgRoleAvatar_t1100533262 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgPropertyTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgPropertyTable__ctor_m3997471990 (SMsgPropertyTable_t1715258501 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgEntryScene::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgEntryScene__ctor_m3070705195 (SMsgEntryScene_t3683309046 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgSceneProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgSceneProperty__ctor_m142244997 (SMsgSceneProperty_t2338986832 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgAddObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgAddObj__ctor_m338848252 (SMsgAddObj_t71644132 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgRemoveObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRemoveObj__ctor_m2655646546 (SMsgRemoveObj_t2019973777 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgChangeProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgChangeProperty__ctor_m1437605511 (SMsgChangeProperty_t1788627945 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgFirstLogin::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgFirstLogin__ctor_m4279294337 (SMsgFirstLogin_t2265509403 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgCreateRoleResult::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCreateRoleResult__ctor_m2822065302 (SMsgCreateRoleResult_t2078496042 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgRegister::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRegister__ctor_m3701541419 (SMsgRegister_t14177495 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgItemPropertyChange::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgItemPropertyChange__ctor_m555399358 (SMsgItemPropertyChange_t2752012750 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgRelink::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRelink__ctor_m647792969 (SMsgRelink_t1870060133 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgSystemInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgSystemInfo__ctor_m1713377458 (SMsgSystemInfo_t1115622735 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgRoomList::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRoomList__ctor_m3691771560 (SMsgRoomList_t2683647042 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgMarryList::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgMarryList__ctor_m2052432472 (SMsgMarryList_t435354856 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgCreateRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCreateRoom__ctor_m4240475619 (SMsgCreateRoom_t3471542759 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgEntryRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgEntryRoom__ctor_m2047994832 (SMsgEntryRoom_t3749249927 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgEntryMARRYRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgEntryMARRYRoom__ctor_m2342228900 (SMsgEntryMARRYRoom_t2505765830 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgRoomInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRoomInfo__ctor_m3818389394 (SMsgRoomInfo_t1167204382 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgActivationCode::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgActivationCode__ctor_m146368284 (SMsgActivationCode_t2083116766 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.SMsgCheckNameResult::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCheckNameResult__ctor_m1051937182 (SMsgCheckNameResult_t1053169107 * __this, const RuntimeMethod* method); // DMCore.Net.Protocol.INetMsgBaseS2C DMCore.Net.Protocol.INetMsgBaseS2C::Create_S2C(System.Int16) extern "C" IL2CPP_METHOD_ATTR INetMsgBaseS2C_t126919271 * INetMsgBaseS2C_Create_S2C_m2196048798 (RuntimeObject * __this /* static, unused */, int16_t ___msgID0, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.INetMsgBaseS2C::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetMsgBaseS2C__ctor_m469931231 (INetMsgBaseS2C_t126919271 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m2119081309 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, uint8_t* ___val2, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m844832638 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int64_t* ___val2, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m1588559183 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int32_t* ___val2, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m507744042 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, String_t** ___val2, 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::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Clear_m1422959473 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // 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); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1190038158(__this, method) (( void (*) (List_1_t3793917952 *, const RuntimeMethod*))List_1__ctor_m1190038158_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2374373096(__this, p0, method) (( void (*) (List_1_t3793917952 *, PropData_t2321843210 , const RuntimeMethod*))List_1_Add_m2374373096_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2891000519(__this, method) (( void (*) (List_1_t2796238276 *, const RuntimeMethod*))List_1__ctor_m2891000519_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2929273381(__this, method) (( void (*) (List_1_t2796238276 *, const RuntimeMethod*))List_1_Clear_m2929273381_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m276543929(__this, p0, method) (( void (*) (List_1_t2796238276 *, avatarData_t1324163534 , const RuntimeMethod*))List_1_Add_m276543929_gshared)(__this, p0, method) // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.String&,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m1722225834 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, String_t** ___val2, int32_t ___FixedCharLen3, 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); // 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.OnEventCall::Invoke(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnEventCall_Invoke_m916811391 (OnEventCall_t3758354630 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method); // System.Void DMCore.OnMsgBoxClkCallBack::Invoke(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack_Invoke_m472867406 (OnMsgBoxClkCallBack_t3229751541 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method); // System.Void DMCore.UNIQUE_ID::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UNIQUE_ID__ctor_m443017424 (UNIQUE_ID_t1074083407 * __this, int32_t ___foo0, int32_t ___bar1, const RuntimeMethod* method); // System.Void CGameFuncAdapter::OnInitEnvironment() extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnInitEnvironment_m1980186220 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 CGameFuncAdapter::GetCurMusicBpm() extern "C" IL2CPP_METHOD_ATTR int32_t CGameFuncAdapter_GetCurMusicBpm_m2140196174 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 CGameFuncAdapter::GetCurComboStep() extern "C" IL2CPP_METHOD_ATTR int32_t CGameFuncAdapter_GetCurComboStep_m2720144715 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CGameFuncAdapter::PlayAudio(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_PlayAudio_m2071343842 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.Void CGameFuncAdapter::PlayAudioClip(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_PlayAudioClip_m2627292588 (RuntimeObject * __this /* static, unused */, AudioClip_t3680889665 * ___audioClip0, const RuntimeMethod* method); // System.Boolean CGameFuncAdapter::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CGameFuncAdapter_IsHighQuality_m3603971840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Camera CGameFuncAdapter::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * CGameFuncAdapter_GetUICamera_m580732996 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CGameFuncAdapter::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_Log_m1038543871 (RuntimeObject * __this /* static, unused */, String_t* ___logText0, const RuntimeMethod* method); // System.Void CGameFuncAdapter::AddRootChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_AddRootChild_m2376160336 (RuntimeObject * __this /* static, unused */, ILogicBase_t2190831891 * ___child0, const RuntimeMethod* method); // System.Void CGameFuncAdapter::OnLevelChange(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnLevelChange_m2211879296 (RuntimeObject * __this /* static, unused */, String_t* ___nextLevelName0, bool ___bAsync1, const RuntimeMethod* method); // System.Void CGameFuncAdapter::OnLevelLoadBefore(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnLevelLoadBefore_m3041654731 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, const RuntimeMethod* method); // System.Void CGameFuncAdapter::OnLevelLoadEnd(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnLevelLoadEnd_m272814675 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, bool ___bSuccess1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2885667311(__this, method) (( void (*) (List_1_t777473367 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // System.Void DMListView::TrySetDisactiveDMList() extern "C" IL2CPP_METHOD_ATTR void DMListView_TrySetDisactiveDMList_m1549469326 (DMListView_t512231514 * __this, const RuntimeMethod* method); // UnityEngine.GameObject DMListView::GetChildItemOrg() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * DMListView_GetChildItemOrg_m2951491515 (DMListView_t512231514 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678(__this, method) (( DMListViewItem_t3648257704 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // UnityEngine.GameObject DMListView::GetChildItemOrg(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * DMListView_GetChildItemOrg_m994870179 (DMListView_t512231514 * __this, String_t* ___forcePath0, const RuntimeMethod* method); // UnityEngine.Object DMMiscInterface::CreateObject(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMMiscInterface_CreateObject_m625712904 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void DMListView::SetEnumInfo(DMListView/Type,DMListView/Allign,DMListView/ShowCondition) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetEnumInfo_m1954223702 (DMListView_t512231514 * __this, int32_t ___type0, int32_t ___allign1, int32_t ___condition2, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, method) (( UIPanel_t1716472341 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Single DMListView::GetLocalScaleX() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetLocalScaleX_m1256179270 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Single DMListView::GetLocalScaleY() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetLocalScaleY_m3212494406 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m3707688467 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::NameToLayer(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t LayerMask_NameToLayer_m2359665122 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::set_layer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GameObject_set_layer_m3294992795 (GameObject_t1113636619 * __this, int32_t p0, const RuntimeMethod* method); // 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); // 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 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_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector4 UIPanel::get_clipRange() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 UIPanel_get_clipRange_m1219521389 (UIPanel_t1716472341 * __this, 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::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisUIStretch_t3058335968_m4195069126(__this, method) (( UIStretch_t3058335968 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_m3970636864 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // System.Void UIPanel::set_clipRange(UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void UIPanel_set_clipRange_m2606321132 (UIPanel_t1716472341 * __this, Vector4_t3319028937 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void DMListView::OnInitSubUI() extern "C" IL2CPP_METHOD_ATTR void DMListView_OnInitSubUI_m2161848775 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::MoveToPos(System.Single) extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToPos_m1082553601 (DMListView_t512231514 * __this, float ___pos0, const RuntimeMethod* method); // System.Int32 DMListView::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t DMListView_GetCount_m1758119318 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::MoveToBegin() extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToBegin_m2199787501 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::MoveToEnd() extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToEnd_m2211644321 (DMListView_t512231514 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3022113929(__this, p0, method) (( Transform_t3600365921 * (*) (List_1_t777473367 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(__this, method) (( DMListViewItem_t3648257704 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Single DMListViewItem::GetLength() extern "C" IL2CPP_METHOD_ATTR float DMListViewItem_GetLength_m1635247155 (DMListViewItem_t3648257704 * __this, 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.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 DMListView::Reset() extern "C" IL2CPP_METHOD_ATTR void DMListView_Reset_m902922481 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::OnSendPosChanged() extern "C" IL2CPP_METHOD_ATTR void DMListView_OnSendPosChanged_m3597349457 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::SetActive(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetActive_m3341878478 (DMListView_t512231514 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // UnityEngine.Transform DMListView::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * DMListView_GetChild_m2593465524 (DMListView_t512231514 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Void DMListViewItem::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_SetActive_m4045419108 (DMListViewItem_t3648257704 * __this, bool ___b0, 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 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 DMListView::ReCalculate() extern "C" IL2CPP_METHOD_ATTR void DMListView_ReCalculate_m4152387914 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m2007918179(__this, method) (( Enumerator_t2666717244 (*) (List_1_t777473367 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m1805519187(__this, method) (( Transform_t3600365921 * (*) (Enumerator_t2666717244 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Int32 DMListViewItem::GetIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMListViewItem_GetIndex_m1373550525 (DMListViewItem_t3648257704 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1189914609(__this, method) (( bool (*) (Enumerator_t2666717244 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m1405104490(__this, method) (( void (*) (Enumerator_t2666717244 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3787308655(__this, method) (( int32_t (*) (List_1_t777473367 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMListView::SetCount(System.Int32,System.String[]) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetCount_m1953644949 (DMListView_t512231514 * __this, int32_t ___nCount0, StringU5BU5D_t1281789340* ___CustomItemName1, const RuntimeMethod* method); // System.Void DMListView::SetCount(System.Int32,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetCount_m664444560 (DMListView_t512231514 * __this, int32_t ___nCount0, String_t* ___ChildResPath1, StringU5BU5D_t1281789340* ___CustomItemName2, const RuntimeMethod* method); // System.Void DMListView::DeleteAll() extern "C" IL2CPP_METHOD_ATTR void DMListView_DeleteAll_m488542252 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::Increase(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DMListView_Increase_m2926389094 (DMListView_t512231514 * __this, int32_t ___AddCount0, String_t* ___ChildResPath1, const RuntimeMethod* method); // System.Void DMListView::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_Remove_m2211400149 (DMListView_t512231514 * __this, int32_t ___removeCount0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void DMListView::GenerateItemList(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DMListView_GenerateItemList_m3343036406 (DMListView_t512231514 * __this, int32_t ____count0, String_t* ___ChildResPath1, const RuntimeMethod* method); // UnityEngine.Object DMMiscInterface::InstantiateAndTranslate(UnityEngine.Object,System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMMiscInterface_InstantiateAndTranslate_m49106157 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, String_t* ___path1, const RuntimeMethod* method); // System.Void DMListViewItem::SetIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_SetIndex_m3846161515 (DMListViewItem_t3648257704 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4073477735(__this, p0, method) (( void (*) (List_1_t777473367 *, Transform_t3600365921 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, 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 DMListView::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_RemoveRange_m662338434 (DMListView_t512231514 * __this, int32_t ___indexStart0, int32_t ___removeCount1, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m2288369078 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, bool p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) #define List_1_set_Item_m3812226211(__this, p0, p1, method) (( void (*) (List_1_t777473367 *, int32_t, Transform_t3600365921 *, const RuntimeMethod*))List_1_set_Item_m1979164443_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) #define List_1_RemoveRange_m164090222(__this, p0, p1, method) (( void (*) (List_1_t777473367 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m2428828636_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3082658015(__this, method) (( void (*) (List_1_t777473367 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m1187184528(__this, p0, method) (( void (*) (List_1_t777473367 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, 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.Boolean DMListView::OnDrag() extern "C" IL2CPP_METHOD_ATTR bool DMListView_OnDrag_m1023914942 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Boolean DMListView::OnDragMoving() extern "C" IL2CPP_METHOD_ATTR bool DMListView_OnDragMoving_m4139357318 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Boolean DMListView::OnDragMovingEnd() extern "C" IL2CPP_METHOD_ATTR bool DMListView_OnDragMovingEnd_m2634819953 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Boolean DMListView::IsFinishDrag() extern "C" IL2CPP_METHOD_ATTR bool DMListView_IsFinishDrag_m3919437558 (DMListView_t512231514 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 DMListView::_GetCenterPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMListView__GetCenterPosition_m2779225491 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_width(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_width_m2963421158 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_height(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_height_m1625569324 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_width_m345039817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_center(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void Rect_set_center_m691239672 (Rect_t2360479859 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool Rect_Contains_m3188543637 (Rect_t2360479859 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_y() extern "C" IL2CPP_METHOD_ATTR float Rect_get_y_m1501338330 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_x() extern "C" IL2CPP_METHOD_ATTR float Rect_get_x_m3839990490 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void 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); // UnityEngine.Vector3 UnityEngine.Vector3::get_down() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_down_m3781355428 (RuntimeObject * __this /* static, unused */, 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); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Addition_m779775034 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_up_m3584168373 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_left() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_left_m2428419009 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_right() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_right_m1913784872 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.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); // UnityEngine.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Single DMListView::_GetScale() extern "C" IL2CPP_METHOD_ATTR float DMListView__GetScale_m1795864796 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeSinceLevelLoad() extern "C" IL2CPP_METHOD_ATTR float Time_get_timeSinceLevelLoad_m2224611026 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMListView::AutoLayout() extern "C" IL2CPP_METHOD_ATTR void DMListView_AutoLayout_m202397155 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Int32 DMListView::CalcClkItem(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR int32_t DMListView_CalcClkItem_m3001268840 (DMListView_t512231514 * __this, Vector2_t2156229523 ___pos0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m2303255133 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, Vector2_t2156229523 p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m2159083576(__this, p0, method) (( void (*) (Action_1_t1569734369 *, float, const RuntimeMethod*))Action_1_Invoke_m2159083576_gshared)(__this, p0, method) // System.Void DMProcessBar::SetStep(System.Single) extern "C" IL2CPP_METHOD_ATTR void DMProcessBar_SetStep_m3198228411 (DMProcessBar_t1457963892 * __this, float ___fStep0, 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.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m4216972(__this, p0, method) (( bool (*) (List_1_t777473367 *, Transform_t3600365921 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) #define List_1_Insert_m174776639(__this, p0, p1, method) (( void (*) (List_1_t777473367 *, int32_t, Transform_t3600365921 *, const RuntimeMethod*))List_1_Insert_m814893238_gshared)(__this, p0, p1, method) // System.Single DMListView::GetNGUIScaleX() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetNGUIScaleX_m2653203837 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMListView::GetNGUIScaleY() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetNGUIScaleY_m4219287778 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Min_m1073399594 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // UIRoot DMListView::GetUIRoot() extern "C" IL2CPP_METHOD_ATTR UIRoot_t4022971450 * DMListView_GetUIRoot_m3468008106 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UIRoot::get_activeHeight() extern "C" IL2CPP_METHOD_ATTR int32_t UIRoot_get_activeHeight_m4207044870 (UIRoot_t4022971450 * __this, const RuntimeMethod* 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) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisCamera_t4157153871_m2650170333(__this, method) (( Camera_t4157153871 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Int32 UnityEngine.GameObject::get_layer() extern "C" IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m4158800245 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // UnityEngine.Camera NGUITools::FindCameraForLayer(System.Int32) extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * NGUITools_FindCameraForLayer_m709671062 (RuntimeObject * __this /* static, unused */, int32_t ___layer0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_WorldToScreenPoint_m3726311023 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m3401007060(__this, p0, method) (( void (*) (Action_1_t3123413348 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m3401007060_gshared)(__this, p0, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543(__this, method) (( BoxCollider_t1640800422 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void UnityEngine.Collider::set_isTrigger(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Collider_set_isTrigger_m1770557358 (Collider_t1773347010 * __this, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.BoxCollider::set_center(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void BoxCollider_set_center_m1086194996 (BoxCollider_t1640800422 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.BoxCollider::set_size(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void BoxCollider_set_size_m3618428148 (BoxCollider_t1640800422 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(__this, method) (( UIButtonMessage_t952534536 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Input::get_mousePosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Input_get_mousePosition_m1616496925 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String CMiscFuncAdapter::GetEmotionIndexFromName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscFuncAdapter_GetEmotionIndexFromName_m708801804 (RuntimeObject * __this /* static, unused */, String_t* ___emotionName0, const RuntimeMethod* method); // System.Int32 CMiscFuncAdapter::GetByteCount(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscFuncAdapter_GetByteCount_m3286593080 (RuntimeObject * __this /* static, unused */, String_t* ___originalStr0, const RuntimeMethod* method); // System.String CMiscFuncAdapter::ClampStringByteCount(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscFuncAdapter_ClampStringByteCount_m2642021048 (RuntimeObject * __this /* static, unused */, String_t* ___originalStr0, int32_t ___maxByteCount1, const RuntimeMethod* method); // System.String CMiscFuncAdapter::GetColorValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscFuncAdapter_GetColorValue_m1338086121 (RuntimeObject * __this /* static, unused */, String_t* ___colorKey0, const RuntimeMethod* method); // System.String CMiscFuncAdapter::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* CMiscFuncAdapter_GetUserRootPath_m823417864 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Object CMiscFuncAdapter::CreateObject(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscFuncAdapter_CreateObject_m1648999377 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // UnityEngine.Object CMiscFuncAdapter::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscFuncAdapter_Instantiate_m1318617200 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // UnityEngine.Object CMiscFuncAdapter::InstantiateAndTranslate(UnityEngine.Object,System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscFuncAdapter_InstantiateAndTranslate_m1581567019 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, String_t* ___path1, const RuntimeMethod* method); // System.Void CMiscFuncAdapter::InvokMonoScript(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR void CMiscFuncAdapter_InvokMonoScript_m1025486448 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transf0, String_t* ___scriptName1, const RuntimeMethod* method); // System.String CMiscFuncAdapter::GetPagePrefabName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscFuncAdapter_GetPagePrefabName_m2842072087 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___typeName1, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Shader::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * Shader_Find_m2092206247 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // UnityEngine.Shader CMiscFuncAdapter::FindShader(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * CMiscFuncAdapter_FindShader_m407977469 (RuntimeObject * __this /* static, unused */, String_t* ___shaderName0, const RuntimeMethod* method); // System.Single DMPanelCliper::GetLocalScaleX() extern "C" IL2CPP_METHOD_ATTR float DMPanelCliper_GetLocalScaleX_m2333481273 (DMPanelCliper_t875718257 * __this, const RuntimeMethod* method); // System.Single DMPanelCliper::GetLocalScaleY() extern "C" IL2CPP_METHOD_ATTR float DMPanelCliper_GetLocalScaleY_m767397332 (DMPanelCliper_t875718257 * __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); // UnityEngine.Object CResourceFuncAdapter::CreateResource(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CResourceFuncAdapter_CreateResource_m254949838 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.String CResourceFuncAdapter::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CResourceFuncAdapter_GetLocalizePath_m462596334 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.String CResourceFuncAdapter::GetCurrentLanguage() extern "C" IL2CPP_METHOD_ATTR String_t* CResourceFuncAdapter_GetCurrentLanguage_m3446027307 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CResourceFuncAdapter::OnInitDynamicPkgResource() extern "C" IL2CPP_METHOD_ATTR void CResourceFuncAdapter_OnInitDynamicPkgResource_m2557679393 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsEnable_m3745268461 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetPropertyInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetPropertyInt_m2347299858 (ISceneBaseObj_t858622483 * __this, String_t* ___propName0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_PlayAnimClip_m3190763634 (ISceneBaseObj_t858622483 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Update_m3853008051 (ILogicBase_t2190831891 * __this, float ___fTimeDelta0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetAttachTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetAttachTransform_m3676277535 (ISceneRole_t2394225724 * __this, Transform_t3600365921 * ___attachedTransform0, const RuntimeMethod* method); // System.Object CSceneFuncAdapter::GetRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CSceneFuncAdapter_GetRole_m2394221381 (RuntimeObject * __this /* static, unused */, int32_t ___index0, const RuntimeMethod* method); // System.Void DMRole::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void DMRole__ctor_m2006706340 (DMRole_t4013730376 * __this, RuntimeObject * ___target0, const RuntimeMethod* method); // UnityEngine.Transform CSceneFuncAdapter::GetRoleRoot(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneFuncAdapter_GetRoleRoot_m2128729708 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___item0, const RuntimeMethod* method); // System.Object CSceneFuncAdapter::FindGameObj(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CSceneFuncAdapter_FindGameObj_m3174693064 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___gameObj0, const RuntimeMethod* method); // UnityEngine.Transform CSceneFuncAdapter::TryGetBoneTransform(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneFuncAdapter_TryGetBoneTransform_m2862974950 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transVal0, String_t* ___boneName1, const RuntimeMethod* method); // System.Void DMScriptInvoker::InvokScript() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_InvokScript_m4028438573 (DMScriptInvoker_t2910113795 * __this, 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 CUIHelp::Delete(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIHelp_Delete_m1199867293 (RuntimeObject * __this /* static, unused */, int32_t ___ui_id0, const RuntimeMethod* method); // 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); // 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.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); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetNGUIScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetNGUIScaleX_m498796709 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetNGUIScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetNGUIScaleY_m498796708 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 DMScrollWnd::_GetCenterPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMScrollWnd__GetCenterPosition_m3428407435 (DMScrollWnd_t1110969451 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CInputHelp::CheckMouseContains(UnityEngine.Rect,UnityEngine.Vector2&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CInputHelp_CheckMouseContains_m3590806569 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 ___rtArea0, Vector2_t2156229523 * ___pos1, int32_t* ___ifFirst2, const RuntimeMethod* method); // System.Void DMScrollWnd/OnScrollChanged::Invoke(System.Single) extern "C" IL2CPP_METHOD_ATTR void OnScrollChanged_Invoke_m3212061888 (OnScrollChanged_t615664828 * __this, float ___fStep0, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Framework.Misc.CMiscHelp::GetLocalPositionReal(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CMiscHelp_GetLocalPositionReal_m274090882 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m524577119(__this, method) (( void (*) (List_1_t1780083345 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Text.Encoding System.Text.Encoding::get_Unicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Unicode_m811213576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1804579295(__this, method) (( int32_t (*) (List_1_t1780083345 *, 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_m3586392279(__this, p0, method) (( DMSerialData_t308008603 * (*) (List_1_t1780083345 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMSerial/DMSerialData::Check(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMSerialData_Check_m796453980 (DMSerialData_t308008603 * __this, String_t* ___keyVal0, const RuntimeMethod* method); // DMSerial/DMSerialData DMSerial::GetItem(System.String) extern "C" IL2CPP_METHOD_ATTR DMSerialData_t308008603 * DMSerial_GetItem_m257682392 (DMSerial_t3962411756 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Boolean DMSerial::ExistNonEnglishCharactor(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMSerial_ExistNonEnglishCharactor_m2622341739 (RuntimeObject * __this /* static, unused */, String_t* ___originalStr0, 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.Void BetterList`1::.ctor() #define BetterList_1__ctor_m2919029653(__this, method) (( void (*) (BetterList_1_t1183072445 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m3501524265(__this, method) (( void (*) (BetterList_1_t1277620157 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m1185325029(__this, method) (( void (*) (BetterList_1_t1183072445 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m3011469937(__this, method) (( void (*) (BetterList_1_t1277620157 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3962570992(__this, p0, method) (( stWidgetData_t2028052127 * (*) (BetterList_1_t1183072445 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void DMCore.ILogicBase::Paint() extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Paint_m452003795 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m92306504(__this, p0, method) (( DMUIWidget_t2122599839 * (*) (BetterList_1_t1277620157 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void DMUIWidget::Hide() extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_Hide_m805457217 (DMUIWidget_t2122599839 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) extern "C" IL2CPP_METHOD_ATTR void Object_set_hideFlags_m1648752846 (Object_t631007953 * __this, int32_t p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisDMUIWidget_t2122599839_m536220922(__this, method) (( DMUIWidget_t2122599839 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3146868858(__this, p0, method) (( void (*) (BetterList_1_t1277620157 *, DMUIWidget_t2122599839 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Void DMUIWidget::Set(UnityEngine.Material,BetterList`1,BetterList`1,BetterList`1,BetterList`1) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_Set_m1044415337 (DMUIWidget_t2122599839 * __this, Material_t340375123 * ___mat0, BetterList_1_t2877333782 * ___vertices1, BetterList_1_t1311249841 * ___uvs2, BetterList_1_t1755521610 * ___colors3, BetterList_1_t2105966071 * ___indices4, const RuntimeMethod* method); // System.Void DMUIWidget::ShaderName(System.String) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_ShaderName_m3282168184 (DMUIWidget_t2122599839 * __this, String_t* ___shaderName0, const RuntimeMethod* method); // System.Void DMUIContainer/stWidgetData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stWidgetData__ctor_m4193404696 (stWidgetData_t2028052127 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m58161104(__this, p0, method) (( void (*) (BetterList_1_t1183072445 *, stWidgetData_t2028052127 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Void DMUIWidget::GetMeshVertices(BetterList`1&,BetterList`1&,BetterList`1&,BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_GetMeshVertices_m2115047074 (DMUIWidget_t2122599839 * __this, BetterList_1_t2877333782 ** ___vertices0, BetterList_1_t1311249841 ** ___uvs1, BetterList_1_t1710706642 ** ___colors2, BetterList_1_t2105966071 ** ___indices3, const RuntimeMethod* method); // System.Void DMUIWidget::Set(UnityEngine.Texture2D,BetterList`1,BetterList`1,BetterList`1,BetterList`1) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_Set_m2973411652 (DMUIWidget_t2122599839 * __this, Texture2D_t3840446185 * ___texture0, BetterList_1_t2877333782 * ___vertices1, BetterList_1_t1311249841 * ___uvs2, BetterList_1_t1710706642 * ___colors3, BetterList_1_t2105966071 * ___indices4, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m18895326(__this, method) (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))BetterList_1__ctor_m18895326_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m163271134(__this, method) (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))BetterList_1__ctor_m163271134_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m3090907367(__this, method) (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))BetterList_1__ctor_m3090907367_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m2079784661(__this, method) (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))BetterList_1__ctor_m2079784661_gshared)(__this, method) // System.Void NGUITools::DestroyImmediate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void NGUITools_DestroyImmediate_m216964623 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::Clear() extern "C" IL2CPP_METHOD_ATTR void Mesh_Clear_m2630385472 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_enabled_m1727253150 (Renderer_t2627027031 * __this, bool p0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m1110557353(__this, method) (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))BetterList_1_Clear_m1110557353_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m966181545(__this, method) (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))BetterList_1_Clear_m966181545_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m2923267548(__this, method) (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))BetterList_1_Clear_m2923267548_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m3880922309(__this, method) (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))BetterList_1_Clear_m3880922309_gshared)(__this, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisMeshFilter_t3523625662_m3102725183(__this, method) (( MeshFilter_t3523625662 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisMeshFilter_t3523625662_m262607486(__this, method) (( MeshFilter_t3523625662 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439(__this, method) (( MeshRenderer_t587009260 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisMeshRenderer_t587009260_m2704270113(__this, method) (( MeshRenderer_t587009260 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void UnityEngine.Renderer::set_shadowCastingMode(UnityEngine.Rendering.ShadowCastingMode) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_shadowCastingMode_m987547713 (Renderer_t2627027031 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_lightProbeUsage(UnityEngine.Rendering.LightProbeUsage) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_lightProbeUsage_m858788046 (Renderer_t2627027031 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_reflectionProbeUsage(UnityEngine.Rendering.ReflectionProbeUsage) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_reflectionProbeUsage_m784866423 (Renderer_t2627027031 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_receiveShadows(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_receiveShadows_m108599289 (Renderer_t2627027031 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.Shader DMCore.Framework.Misc.CShaderHelp::FindShader(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * CShaderHelp_FindShader_m3868927619 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m1662457592 (Material_t340375123 * __this, Shader_t4151988712 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_m2374163090 (Renderer_t2627027031 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void Material_set_mainTexture_m544811714 (Material_t340375123 * __this, Texture_t3661962703 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::.ctor() extern "C" IL2CPP_METHOD_ATTR void Mesh__ctor_m2533762929 (Mesh_t3648964284 * __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 UnityEngine.Mesh::RecalculateBounds() extern "C" IL2CPP_METHOD_ATTR void Mesh_RecalculateBounds_m39931642 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::MarkDynamic() extern "C" IL2CPP_METHOD_ATTR void Mesh_MarkDynamic_m813264685 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MeshFilter::set_mesh(UnityEngine.Mesh) extern "C" IL2CPP_METHOD_ATTR void MeshFilter_set_mesh_m1415871686 (MeshFilter_t3523625662 * __this, Mesh_t3648964284 * p0, const RuntimeMethod* method); // System.Boolean DMUIWidget::TryReBuildIndices(BetterList`1) extern "C" IL2CPP_METHOD_ATTR bool DMUIWidget_TryReBuildIndices_m195720261 (DMUIWidget_t2122599839 * __this, BetterList_1_t2105966071 * ___indices0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m1446268266(__this, method) (( Vector3U5BU5D_t1718750761* (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))BetterList_1_ToArray_m1446268266_gshared)(__this, method) // System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_vertices_m2084450642 (Mesh_t3648964284 * __this, Vector3U5BU5D_t1718750761* p0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m2485675029(__this, method) (( ColorU5BU5D_t941916413* (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))BetterList_1_ToArray_m2485675029_gshared)(__this, method) // System.Void UnityEngine.Mesh::set_colors(UnityEngine.Color[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_colors_m2218481242 (Mesh_t3648964284 * __this, ColorU5BU5D_t941916413* p0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m2725107919(__this, method) (( Vector2U5BU5D_t1457185986* (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))BetterList_1_ToArray_m2725107919_gshared)(__this, method) // System.Void UnityEngine.Mesh::set_uv(UnityEngine.Vector2[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_uv_m1258646872 (Mesh_t3648964284 * __this, Vector2U5BU5D_t1457185986* p0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_triangles(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_triangles_m255556250 (Mesh_t3648964284 * __this, Int32U5BU5D_t385246372* p0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m2060401211(__this, method) (( Color32U5BU5D_t3850468773* (*) (BetterList_1_t1755521610 *, const RuntimeMethod*))BetterList_1_ToArray_m2060401211_gshared)(__this, method) // System.Void UnityEngine.Mesh::set_colors32(UnityEngine.Color32[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_colors32_m645370667 (Mesh_t3648964284 * __this, Color32U5BU5D_t3850468773* p0, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m629431924(__this, p0, method) (( int32_t (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m629431924_gshared)(__this, p0, 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); // 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.Int32 DMCore.Logic.CShopManager::get_SubType() extern "C" IL2CPP_METHOD_ATTR int32_t CShopManager_get_SubType_m2767904395 (CShopManager_t754298620 * __this, 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.Int32 DMCore.Logic.CMyPackageManager::get_SubType() extern "C" IL2CPP_METHOD_ATTR int32_t CMyPackageManager_get_SubType_m1800568071 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Void EquipBtnList::ChangePage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_ChangePage_m3144168871 (EquipBtnList_t3873379494 * __this, int32_t ___nPageIndex0, const RuntimeMethod* method); // System.Void EquipBtnList::ChangeBtnGroup(TurnPageType) extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_ChangeBtnGroup_m1363187265 (EquipBtnList_t3873379494 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void EquipBtnList::OnChangeGroupAnim() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_OnChangeGroupAnim_m3419280292 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method); // System.Void EquipBtnList::Update() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_Update_m1169223705 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method); // System.Void EquipBtnList/ChangeHandler::Invoke(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler_Invoke_m500373035 (ChangeHandler_t485992566 * __this, int32_t ___nPageIndex0, bool ___bInit1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCollider_t1773347010_m69509314(__this, method) (( Collider_t1773347010 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, 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); // UnityEngine.Color UnityEngine.Color::get_grey() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_grey_m3440705476 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // TweenColor TweenColor::Begin(UnityEngine.GameObject,System.Single,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR TweenColor_t2112002648 * TweenColor_Begin_m3907232889 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, float ___duration1, Color_t2555686324 ___color2, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_white_m332174077 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Lerp_m1004423579 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Void FashionInfo::set_Id(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FashionInfo_set_Id_m1815662826 (FashionInfo_t4031689189 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void FashionInfo::set_Active(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionInfo_set_Active_m313017122 (FashionInfo_t4031689189 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 FashionInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t FashionInfo_get_Id_m697688786 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CShopConfig::GetQualityLevelIcon(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopConfig_GetQualityLevelIcon_m3028294132 (CShopConfig_t202154353 * __this, int32_t ___Id0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CShopConfig::GetFashionStarValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CShopConfig_GetFashionStarValue_m917168571 (CShopConfig_t202154353 * __this, int32_t ___id0, const RuntimeMethod* method); // System.String FashionInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* FashionInfo_get_Name_m1351023477 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method); // System.String FashionInfo::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* FashionInfo_get_Desc_m2734929571 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method); // System.Boolean FashionInfo::get_Active() extern "C" IL2CPP_METHOD_ATTR bool FashionInfo_get_Active_m2635181132 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method); // System.String System.Boolean::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m2664721875 (bool* __this, const RuntimeMethod* method); // System.Void FashionStarsManager::set_CurrentFashionStar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_CurrentFashionStar_m939831440 (FashionStarsManager_t4100381698 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void FashionStarsManager::set_IsShowingEffect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_IsShowingEffect_m2295144091 (FashionStarsManager_t4100381698 * __this, bool ___value0, const RuntimeMethod* method); // System.Void FashionStarsManager::set_IsInitialized(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_IsInitialized_m3758437532 (FashionStarsManager_t4100381698 * __this, bool ___value0, const RuntimeMethod* method); // System.Void FashionStarsManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager__ctor_m1641051994 (FashionStarsManager_t4100381698 * __this, const RuntimeMethod* method); // System.Void FashionStarsManager::SetFashionStar(System.Int32,UILabel) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_SetFashionStar_m2966179462 (FashionStarsManager_t4100381698 * __this, int32_t ___fashion_value0, UILabel_t3248798549 * ___obj1, 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.Int32 FashionStarsManager::get_CurrentFashionStar() extern "C" IL2CPP_METHOD_ATTR int32_t FashionStarsManager_get_CurrentFashionStar_m2219741528 (FashionStarsManager_t4100381698 * __this, const RuntimeMethod* method); // FashionStarsManager FashionStarsManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR FashionStarsManager_t4100381698 * FashionStarsManager_GetInstance_m1993448017 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void FashionStarsManager::DoChangedFashionStarAnimation(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_DoChangedFashionStarAnimation_m266867415 (FashionStarsManager_t4100381698 * __this, int32_t ___new_fashion_value0, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetUICamera_m3997251255 (ICameraBase_t3615533728 * __this, 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); // UnityEngine.GameObject DMCore.Logic.CWndController::CreateDelayBindWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CWndController_CreateDelayBindWnd_m1486584967 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisuiFashionStar_t2192757158_m1635510198(__this, method) (( uiFashionStar_t2192757158 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void uiFashionStar::Init(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiFashionStar_Init_m1112540666 (uiFashionStar_t2192757158 * __this, int32_t ___old_stars0, int32_t ___new_stars1, const RuntimeMethod* method); // System.Void FashionStarsManager::set_MainPageFashionChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_MainPageFashionChanged_m3148601828 (FashionStarsManager_t4100381698 * __this, bool ___value0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(__this /* static, unused */, ___local0, ___path1, method) (( UILabel_t3248798549 * (*) (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_TisUITexture_t3471168817_m413142640(__this /* static, unused */, ___local0, ___path1, method) (( UITexture_t3471168817 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.String CPathManager/PathInfo::get_PicPath() extern "C" IL2CPP_METHOD_ATTR String_t* PathInfo_get_PicPath_m2883702561 (PathInfo_t2470358406 * __this, const RuntimeMethod* method); // System.Boolean FashionTagPathItem::LoadImage(System.String) extern "C" IL2CPP_METHOD_ATTR bool FashionTagPathItem_LoadImage_m2162328927 (FashionTagPathItem_t395259518 * __this, String_t* ___path0, 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 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.Int32 CPathManager/PathInfo::get_UIPath() extern "C" IL2CPP_METHOD_ATTR int32_t PathInfo_get_UIPath_m3722988333 (PathInfo_t2470358406 * __this, const RuntimeMethod* method); // System.String CPathManager/PathInfo::get_PathName() extern "C" IL2CPP_METHOD_ATTR String_t* PathInfo_get_PathName_m4087559325 (PathInfo_t2470358406 * __this, 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.Boolean DMCore.Logic.CWndController::IsExist(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsExist_m1254965977 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew DMCore.Logic.CLotteryNew::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLotteryNew_t505895158 * CLotteryNew_GetInstance_m538648445 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::set_costType(DMCore.Logic.CLotteryNew/enumLotteryCostType) extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_set_costType_m2141920599 (CLotteryNew_t505895158 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew/enumLotteryCostType DMCore.Logic.CLotteryNew::get_costType() extern "C" IL2CPP_METHOD_ATTR int32_t CLotteryNew_get_costType_m21035751 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::RequestJackpotData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_RequestJackpotData_m2056247073 (CLotteryNew_t505895158 * __this, int32_t ___type0, 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() extern "C" IL2CPP_METHOD_ATTR void CHandBookCtr_ShowPage_m1279426974 (CHandBookCtr_t4285066741 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.ITextBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITextBase__ctor_m91730659 (ITextBase_t660344599 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4247274435(__this, method) (( void (*) (Dictionary_2_t736164020 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Framework.ITextBase::PushTask(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_PushTask_m2878137237 (ITextBase_t660344599 * __this, String_t* ___rowConfigPath0, int32_t ___userData1, const RuntimeMethod* method); // System.Void FashionThemeCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void FashionThemeCfg__ctor_m1058112482 (FashionThemeCfg_t420161380 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m926144416 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2461861952(__this, p0, p1, method) (( void (*) (Dictionary_2_t736164020 *, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2381334882(__this, p0, method) (( bool (*) (Dictionary_2_t736164020 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m98595422(__this, p0, method) (( String_t* (*) (Dictionary_2_t736164020 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3357594170(__this, method) (( void (*) (Dictionary_2_t736164020 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void FreshGiftManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void FreshGiftManager__ctor_m2431699177 (FreshGiftManager_t2414011906 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CProperty::GetWideStr(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CProperty_GetWideStr_m2042428682 (CProperty_t963755051 * __this, String_t* ___propname0, String_t* ___strDefault1, const RuntimeMethod* method); // System.DateTime FreshGiftManager::GetDateTimeByTimeStr(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FreshGiftManager_GetDateTimeByTimeStr_m4058295168 (FreshGiftManager_t2414011906 * __this, String_t* ___str0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_UtcNow_m1393945741 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_op_Subtraction_m3579235380 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Days() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Days_m2243259430 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2030998145 (DateTime_t3738529785 * __this, int32_t p0, int32_t p1, int32_t p2, int32_t p3, int32_t p4, int32_t p5, int32_t p6, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m662659148 (RuntimeObject * __this /* static, unused */, String_t* p0, 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.Void System.DateTime::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m516789325 (DateTime_t3738529785 * __this, int64_t p0, 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); // System.String LitJson.JsonData::ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_ToJson_m692076605 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Void SDKProxyManager::Send(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Send_m2772845412 (RuntimeObject * __this /* static, unused */, String_t* ___strJson0, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonData__ctor_m1915385334 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.String SDKProxyManager::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SDKProxyManager_Get_m623790032 (RuntimeObject * __this /* static, unused */, String_t* ___key0, const RuntimeMethod* method); // System.Void SDKProxyManager::Set(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Set_m209121070 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // LitJson.JsonData GameFriend.SDKEventManager::CreateJsonRoot(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * SDKEventManager_CreateJsonRoot_m3997786708 (RuntimeObject * __this /* static, unused */, String_t* ___evtName0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SendDataCollection(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendDataCollection_m1140083305 (RuntimeObject * __this /* static, unused */, String_t* ___sendText0, const RuntimeMethod* method); // DMCore.Logic.CQuestionManger DMCore.Logic.CQuestionManger::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQuestionManger_t1203513329 * CQuestionManger_GetInstance_m3075316649 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m3913182454 (RuntimeObject * __this /* static, unused */, int32_t ___data0, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::op_Implicit(System.Int64) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_op_Implicit_m3106941080 (RuntimeObject * __this /* static, unused */, int64_t ___data0, 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); // 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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.CNetLink_IOS::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS__ctor_m3304151748 (CNetLink_IOS_t2636358992 * __this, const RuntimeMethod* method) { { INetLink__ctor_m495627144(__this, /*hidden argument*/NULL); __this->set_m_linked_2((bool)0); return; } } extern "C" void DEFAULT_CALL FitfunNetLink(char*, int32_t); // System.Void DMCore.Net.CNetLink_IOS::FitfunNetLink(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_FitfunNetLink_m3023003221 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___port1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, int32_t); // Marshaling of parameter '___value0' to native representation char* ____value0_marshaled = NULL; ____value0_marshaled = il2cpp_codegen_marshal_string(___value0); // Native function invocation reinterpret_cast(FitfunNetLink)(____value0_marshaled, ___port1); // Marshaling cleanup of parameter '___value0' native representation il2cpp_codegen_marshal_free(____value0_marshaled); ____value0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitfunNetSend(char*); // System.Void DMCore.Net.CNetLink_IOS::FitfunNetSend(System.String) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_FitfunNetSend_m2391699424 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___value0' to native representation char* ____value0_marshaled = NULL; ____value0_marshaled = il2cpp_codegen_marshal_string(___value0); // Native function invocation reinterpret_cast(FitfunNetSend)(____value0_marshaled); // Marshaling cleanup of parameter '___value0' native representation il2cpp_codegen_marshal_free(____value0_marshaled); ____value0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitfunNetClose(); // System.Void DMCore.Net.CNetLink_IOS::FitfunNetClose() extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_FitfunNetClose_m1939436043 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitfunNetClose)(); } // System.Boolean DMCore.Net.CNetLink_IOS::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CNetLink_IOS_IsValid_m1172837392 (CNetLink_IOS_t2636358992 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_linked_2(); return L_0; } } // System.Boolean DMCore.Net.CNetLink_IOS::Init(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CNetLink_IOS_Init_m3922612092 (CNetLink_IOS_t2636358992 * __this, String_t* ___serverIP0, int32_t ___port1, const RuntimeMethod* method) { { __this->set_m_linked_2((bool)0); String_t* L_0 = ___serverIP0; int32_t L_1 = ___port1; CNetLink_IOS_FitfunNetLink_m3023003221(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Net.CNetLink_IOS::OnLinkResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_OnLinkResult_m1224621348 (CNetLink_IOS_t2636358992 * __this, bool ___bLinkSuccess0, const RuntimeMethod* method) { { bool L_0 = ___bLinkSuccess0; __this->set_m_linked_2(L_0); ILinkListener_t2747206916 * L_1 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0033; } } { bool L_2 = ___bLinkSuccess0; if (!L_2) { goto IL_0028; } } { ILinkListener_t2747206916 * L_3 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker0::Invoke(4 /* System.Void DMCore.Net.ILinkListener::OnLinkSuccess() */, L_3); goto IL_0033; } IL_0028: { ILinkListener_t2747206916 * L_4 = INetLink_GetListener_m831413518(__this, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Net.ILinkListener::OnLinkFailed() */, L_4); } IL_0033: { return; } } // System.Void DMCore.Net.CNetLink_IOS::Close() extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_Close_m4075954725 (CNetLink_IOS_t2636358992 * __this, const RuntimeMethod* method) { { CNetLink_IOS_FitfunNetClose_m1939436043(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Net.CNetLink_IOS::Send(System.IO.MemoryStream,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CNetLink_IOS_Send_m3182390149 (CNetLink_IOS_t2636358992 * __this, MemoryStream_t94973147 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nSendLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetLink_IOS_Send_m3182390149_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_m_linked_2(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { MemoryStream_t94973147 * L_1 = ___buffer0; NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_1); int32_t L_3 = ___nStartIndex1; int32_t L_4 = ___nSendLen2; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_5 = Convert_ToBase64String_m1959325926(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; CNetLink_IOS_FitfunNetSend_m2391699424(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Net.CNetLink_IOS::OnReceive(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_OnReceive_m1247248206 (CNetLink_IOS_t2636358992 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (!L_0) { goto IL_001f; } } { ByteU5BU5D_t4116647657* L_1 = ___buffer0; NullCheck(L_1); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_001f; } } { CNetReceiver_t1076104922 * L_2 = ((INetLink_t2717826932 *)__this)->get_m_Receiver_0(); ByteU5BU5D_t4116647657* L_3 = ___buffer0; ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_2); CNetReceiver_OnGetStream_m361994846(L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), /*hidden argument*/NULL); } IL_001f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.CNetMainLogic::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic__ctor_m1702524262 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic__ctor_m1702524262_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { INetListener__ctor_m3325403427(__this, /*hidden argument*/NULL); CCustomNetMsgHooker_t1749009394 * L_0 = (CCustomNetMsgHooker_t1749009394 *)il2cpp_codegen_object_new(CCustomNetMsgHooker_t1749009394_il2cpp_TypeInfo_var); CCustomNetMsgHooker__ctor_m3128157556(L_0, /*hidden argument*/NULL); __this->set_m_msgHooker_4(L_0); __this->set_m_bUserClose_7((bool)0); CThreadLock_t3315856551 * L_1 = (CThreadLock_t3315856551 *)il2cpp_codegen_object_new(CThreadLock_t3315856551_il2cpp_TypeInfo_var); CThreadLock__ctor_m2708615033(L_1, /*hidden argument*/NULL); __this->set_m_NetStateLock_3(L_1); __this->set_m_NetState_2((-1)); __this->set_m_port_6(0); 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); CNetService_t1201271315 * L_3 = CRoot_GetNetService_m2764581604(L_2, /*hidden argument*/NULL); NullCheck(L_3); CNetService_RegisterListener_m710671564(L_3, __this, /*hidden argument*/NULL); __this->set_m_AllProcPtrs_1(((_ProcDelegateU5BU5D_t2947363969*)SZArrayNew(_ProcDelegateU5BU5D_t2947363969_il2cpp_TypeInfo_var, (uint32_t)((int32_t)181)))); V_0 = 0; goto IL_0065; } IL_0058: { _ProcDelegateU5BU5D_t2947363969* L_4 = __this->get_m_AllProcPtrs_1(); int32_t L_5 = V_0; NullCheck(L_4); ArrayElementTypeCheck (L_4, NULL); (L_4)->SetAt(static_cast(L_5), (_ProcDelegate_t1598064000 *)NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0065: { int32_t L_7 = V_0; _ProcDelegateU5BU5D_t2947363969* L_8 = __this->get_m_AllProcPtrs_1(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0058; } } { _ProcDelegateU5BU5D_t2947363969* L_9 = __this->get_m_AllProcPtrs_1(); intptr_t L_10 = (intptr_t)CNetMainLogic_OnSMsgSceneProperty_m1270033660_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_11 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_11, __this, L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(8), (_ProcDelegate_t1598064000 *)L_11); _ProcDelegateU5BU5D_t2947363969* L_12 = __this->get_m_AllProcPtrs_1(); intptr_t L_13 = (intptr_t)CNetMainLogic_OnSMsgAcc_m2510022359_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_14 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_14, __this, L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(2), (_ProcDelegate_t1598064000 *)L_14); _ProcDelegateU5BU5D_t2947363969* L_15 = __this->get_m_AllProcPtrs_1(); intptr_t L_16 = (intptr_t)CNetMainLogic_OnSMsgServerLogin_m2329806617_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_17 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_17, __this, L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(3), (_ProcDelegate_t1598064000 *)L_17); _ProcDelegateU5BU5D_t2947363969* L_18 = __this->get_m_AllProcPtrs_1(); intptr_t L_19 = (intptr_t)CNetMainLogic_OnSMsgErrorCode_m321187508_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_20 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_20, __this, L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (_ProcDelegate_t1598064000 *)L_20); _ProcDelegateU5BU5D_t2947363969* L_21 = __this->get_m_AllProcPtrs_1(); intptr_t L_22 = (intptr_t)CNetMainLogic_OnSMsgLoginLobby_m4085730474_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_23 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_23, __this, L_22, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(4), (_ProcDelegate_t1598064000 *)L_23); _ProcDelegateU5BU5D_t2947363969* L_24 = __this->get_m_AllProcPtrs_1(); intptr_t L_25 = (intptr_t)CNetMainLogic_OnSMsgSceneAddObj_m171707251_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_26 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_26, __this, L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(((int32_t)9)), (_ProcDelegate_t1598064000 *)L_26); _ProcDelegateU5BU5D_t2947363969* L_27 = __this->get_m_AllProcPtrs_1(); intptr_t L_28 = (intptr_t)CNetMainLogic_OnSMsgSceneRemoveObj_m644369897_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_29 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_29, __this, L_28, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(((int32_t)10)), (_ProcDelegate_t1598064000 *)L_29); _ProcDelegateU5BU5D_t2947363969* L_30 = __this->get_m_AllProcPtrs_1(); intptr_t L_31 = (intptr_t)CNetMainLogic_OnSMsgSceneEnterScene_m1159379495_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_32 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_32, __this, L_31, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(6), (_ProcDelegate_t1598064000 *)L_32); _ProcDelegateU5BU5D_t2947363969* L_33 = __this->get_m_AllProcPtrs_1(); intptr_t L_34 = (intptr_t)CNetMainLogic_OnSMsgPropertyTable_m3286990952_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_35 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_35, __this, L_34, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(7), (_ProcDelegate_t1598064000 *)L_35); _ProcDelegateU5BU5D_t2947363969* L_36 = __this->get_m_AllProcPtrs_1(); intptr_t L_37 = (intptr_t)CNetMainLogic_OnSMsgChangeProperty_m1157397811_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_38 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_38, __this, L_37, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(((int32_t)13)), (_ProcDelegate_t1598064000 *)L_38); _ProcDelegateU5BU5D_t2947363969* L_39 = __this->get_m_AllProcPtrs_1(); intptr_t L_40 = (intptr_t)CNetMainLogic_OnSMsgFirstLogin_m1582945983_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_41 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_41, __this, L_40, /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_41); (L_39)->SetAt(static_cast(((int32_t)14)), (_ProcDelegate_t1598064000 *)L_41); _ProcDelegateU5BU5D_t2947363969* L_42 = __this->get_m_AllProcPtrs_1(); intptr_t L_43 = (intptr_t)CNetMainLogic_OnSMsgChangeItemProperty_m818503310_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_44 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_44, __this, L_43, /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(((int32_t)17)), (_ProcDelegate_t1598064000 *)L_44); _ProcDelegateU5BU5D_t2947363969* L_45 = __this->get_m_AllProcPtrs_1(); intptr_t L_46 = (intptr_t)CNetMainLogic_OnSMsgCreateRoleResult_m2001262401_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_47 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_47, __this, L_46, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_47); (L_45)->SetAt(static_cast(((int32_t)15)), (_ProcDelegate_t1598064000 *)L_47); _ProcDelegateU5BU5D_t2947363969* L_48 = __this->get_m_AllProcPtrs_1(); intptr_t L_49 = (intptr_t)CNetMainLogic_OnSMsgRegister_m3255495922_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_50 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_50, __this, L_49, /*hidden argument*/NULL); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_50); (L_48)->SetAt(static_cast(1), (_ProcDelegate_t1598064000 *)L_50); _ProcDelegateU5BU5D_t2947363969* L_51 = __this->get_m_AllProcPtrs_1(); intptr_t L_52 = (intptr_t)CNetMainLogic_OnSMsgCustomMsg_m1507708776_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_53 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_53, __this, L_52, /*hidden argument*/NULL); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_53); (L_51)->SetAt(static_cast(((int32_t)12)), (_ProcDelegate_t1598064000 *)L_53); _ProcDelegateU5BU5D_t2947363969* L_54 = __this->get_m_AllProcPtrs_1(); intptr_t L_55 = (intptr_t)CNetMainLogic_OnSMsgRelink_m2098193648_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_56 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_56, __this, L_55, /*hidden argument*/NULL); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_56); (L_54)->SetAt(static_cast(((int32_t)18)), (_ProcDelegate_t1598064000 *)L_56); _ProcDelegateU5BU5D_t2947363969* L_57 = __this->get_m_AllProcPtrs_1(); intptr_t L_58 = (intptr_t)CNetMainLogic_OnSMsgSystemInfo_m2422113598_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_59 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_59, __this, L_58, /*hidden argument*/NULL); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_59); (L_57)->SetAt(static_cast(((int32_t)19)), (_ProcDelegate_t1598064000 *)L_59); _ProcDelegateU5BU5D_t2947363969* L_60 = __this->get_m_AllProcPtrs_1(); intptr_t L_61 = (intptr_t)CNetMainLogic_OnSMsgActivationCode_m1658053085_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_62 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_62, __this, L_61, /*hidden argument*/NULL); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_62); (L_60)->SetAt(static_cast(((int32_t)20)), (_ProcDelegate_t1598064000 *)L_62); _ProcDelegateU5BU5D_t2947363969* L_63 = __this->get_m_AllProcPtrs_1(); intptr_t L_64 = (intptr_t)CNetMainLogic_OnSMsgRoomList_m2369147895_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_65 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_65, __this, L_64, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(((int32_t)170)), (_ProcDelegate_t1598064000 *)L_65); _ProcDelegateU5BU5D_t2947363969* L_66 = __this->get_m_AllProcPtrs_1(); intptr_t L_67 = (intptr_t)CNetMainLogic_OnSMsgMarryList_m757589505_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_68 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_68, __this, L_67, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(((int32_t)174)), (_ProcDelegate_t1598064000 *)L_68); _ProcDelegateU5BU5D_t2947363969* L_69 = __this->get_m_AllProcPtrs_1(); intptr_t L_70 = (intptr_t)CNetMainLogic_OnSMsgMarryRoom_m4209474032_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_71 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_71, __this, L_70, /*hidden argument*/NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(((int32_t)175)), (_ProcDelegate_t1598064000 *)L_71); _ProcDelegateU5BU5D_t2947363969* L_72 = __this->get_m_AllProcPtrs_1(); intptr_t L_73 = (intptr_t)CNetMainLogic_OnSMsgCreateRoom_m314111798_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_74 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_74, __this, L_73, /*hidden argument*/NULL); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_74); (L_72)->SetAt(static_cast(((int32_t)171)), (_ProcDelegate_t1598064000 *)L_74); _ProcDelegateU5BU5D_t2947363969* L_75 = __this->get_m_AllProcPtrs_1(); intptr_t L_76 = (intptr_t)CNetMainLogic_OnSMsgEntryRoom_m3931699722_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_77 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_77, __this, L_76, /*hidden argument*/NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(((int32_t)172)), (_ProcDelegate_t1598064000 *)L_77); _ProcDelegateU5BU5D_t2947363969* L_78 = __this->get_m_AllProcPtrs_1(); intptr_t L_79 = (intptr_t)CNetMainLogic_OnSMsgRoomInfo_m4105576226_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_80 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_80, __this, L_79, /*hidden argument*/NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(((int32_t)173)), (_ProcDelegate_t1598064000 *)L_80); _ProcDelegateU5BU5D_t2947363969* L_81 = __this->get_m_AllProcPtrs_1(); intptr_t L_82 = (intptr_t)CNetMainLogic_OnSMsgChangeName_m2606803136_RuntimeMethod_var; _ProcDelegate_t1598064000 * L_83 = (_ProcDelegate_t1598064000 *)il2cpp_codegen_object_new(_ProcDelegate_t1598064000_il2cpp_TypeInfo_var); _ProcDelegate__ctor_m1629218376(L_83, __this, L_82, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAt(static_cast(((int32_t)180)), (_ProcDelegate_t1598064000 *)L_83); return; } } // System.Void DMCore.Net.CNetMainLogic::Close() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_Close_m1894979583 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_Close_m1894979583_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0013; } } { __this->set_m_bUserClose_7((bool)1); } IL_0013: { CNetMainLogic_SetNetState_m3776391945(__this, (-1), /*hidden argument*/NULL); 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); CNetService_t1201271315 * L_2 = CRoot_GetNetService_m2764581604(L_1, /*hidden argument*/NULL); NullCheck(L_2); CNetService_Close_m340185834(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::SetNetState(DMCore.Net.enumNetState) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SetNetState_m3776391945 (CNetMainLogic_t857650587 * __this, int32_t ___state0, const RuntimeMethod* method) { { CThreadLock_t3315856551 * L_0 = __this->get_m_NetStateLock_3(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); int32_t L_1 = ___state0; __this->set_m_NetState_2(L_1); CThreadLock_t3315856551 * L_2 = __this->get_m_NetStateLock_3(); NullCheck(L_2); CThreadLock_UnLock_m2922388906(L_2, /*hidden argument*/NULL); return; } } // DMCore.Net.enumNetState DMCore.Net.CNetMainLogic::GetNetState() extern "C" IL2CPP_METHOD_ATTR int32_t CNetMainLogic_GetNetState_m3393450786 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (-1); CThreadLock_t3315856551 * L_0 = __this->get_m_NetStateLock_3(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_NetState_2(); V_0 = L_1; CThreadLock_t3315856551 * L_2 = __this->get_m_NetStateLock_3(); NullCheck(L_2); CThreadLock_UnLock_m2922388906(L_2, /*hidden argument*/NULL); int32_t L_3 = V_0; return (int32_t)(L_3); } } // System.Boolean DMCore.Net.CNetMainLogic::IsLinkAlive() extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_IsLinkAlive_m3133294896 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((((int32_t)1) > ((int32_t)L_0))) { goto IL_0012; } } { G_B3_0 = 1; goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { return (bool)G_B3_0; } } // System.Boolean DMCore.Net.CNetMainLogic::IsLinkValid() extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_IsLinkValid_m2754980014 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)(-1)))) { 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 DMCore.Net.CNetMainLogic::Link(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_Link_m2159146401 (CNetMainLogic_t857650587 * __this, String_t* ___ip0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_Link_m2159146401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((((int32_t)(-1)) >= ((int32_t)L_0))) { goto IL_000d; } } { return; } IL_000d: { String_t* L_1 = ___ip0; __this->set_m_ip_5(L_1); int32_t L_2 = ___port1; __this->set_m_port_6(L_2); CNetMainLogic_SetNetState_m3776391945(__this, 0, /*hidden argument*/NULL); 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); CNetService_t1201271315 * L_4 = CRoot_GetNetService_m2764581604(L_3, /*hidden argument*/NULL); String_t* L_5 = __this->get_m_ip_5(); int32_t L_6 = __this->get_m_port_6(); NullCheck(L_4); CNetService_Link_m4067152399(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Net.CNetMainLogic::Relink() extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_Relink_m3816801773 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_Relink_m3816801773_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_m_ip_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CNetService_t1201271315 * L_3 = CRoot_GetNetService_m2764581604(L_2, /*hidden argument*/NULL); NullCheck(L_3); CNetService_Close_m340185834(L_3, /*hidden argument*/NULL); CNetMainLogic_SetNetState_m3776391945(__this, 0, /*hidden argument*/NULL); CRoot_t1043641654 * L_4 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CNetService_t1201271315 * L_5 = CRoot_GetNetService_m2764581604(L_4, /*hidden argument*/NULL); String_t* L_6 = __this->get_m_ip_5(); int32_t L_7 = __this->get_m_port_6(); NullCheck(L_5); CNetService_Link_m4067152399(L_5, L_6, L_7, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Net.CNetMainLogic::Register(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_Register_m257854853 (CNetMainLogic_t857650587 * __this, String_t* ___account0, String_t* ___scret1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_Register_m257854853_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgAccRegister_t524064186 * V_0 = NULL; { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0022; } } { String_t* L_1 = ___account0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { String_t* L_3 = ___scret1; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0023; } } IL_0022: { return; } IL_0023: { CMsgAccRegister_t524064186 * L_5 = (CMsgAccRegister_t524064186 *)il2cpp_codegen_object_new(CMsgAccRegister_t524064186_il2cpp_TypeInfo_var); CMsgAccRegister__ctor_m2577831727(L_5, /*hidden argument*/NULL); V_0 = L_5; CMsgAccRegister_t524064186 * L_6 = V_0; String_t* L_7 = ___account0; NullCheck(L_6); L_6->set_account_0(L_7); CMsgAccRegister_t524064186 * L_8 = V_0; String_t* L_9 = ___scret1; NullCheck(L_8); L_8->set_secrte_1(L_9); CNetMainLogic_SetNetState_m3776391945(__this, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_10 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CNetService_t1201271315 * L_11 = CRoot_GetNetService_m2764581604(L_10, /*hidden argument*/NULL); CMsgAccRegister_t524064186 * L_12 = V_0; NullCheck(L_11); CNetService_SendMsgStruct_m258771320(L_11, L_12, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::SetUserACC(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SetUserACC_m1345299655 (CNetMainLogic_t857650587 * __this, String_t* ___account0, String_t* ___scret1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_SetUserACC_m1345299655_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgAcc_t1490163161 * V_0 = NULL; { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0018; } } { int32_t L_1 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_004f; } } IL_0018: { CNetMainLogic_SetNetState_m3776391945(__this, 4, /*hidden argument*/NULL); CMsgAcc_t1490163161 * L_2 = (CMsgAcc_t1490163161 *)il2cpp_codegen_object_new(CMsgAcc_t1490163161_il2cpp_TypeInfo_var); CMsgAcc__ctor_m2865205831(L_2, /*hidden argument*/NULL); V_0 = L_2; CMsgAcc_t1490163161 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_4 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_CURRENT_PROTOCOL_VERSION_10(); NullCheck(L_3); L_3->set_version_0(L_4); CMsgAcc_t1490163161 * L_5 = V_0; String_t* L_6 = ___account0; NullCheck(L_5); L_5->set_account_1(L_6); CMsgAcc_t1490163161 * L_7 = V_0; String_t* L_8 = ___scret1; NullCheck(L_7); L_7->set_secrte_2(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); CNetService_t1201271315 * L_10 = CRoot_GetNetService_m2764581604(L_9, /*hidden argument*/NULL); CMsgAcc_t1490163161 * L_11 = V_0; NullCheck(L_10); CNetService_SendMsgStruct_m258771320(L_10, L_11, /*hidden argument*/NULL); } IL_004f: { return; } } // System.Void DMCore.Net.CNetMainLogic::LoginLedou(System.String,System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_LoginLedou_m1612959414 (CNetMainLogic_t857650587 * __this, String_t* ___gameId0, String_t* ___openId1, String_t* ___sessionId2, String_t* ___whiteSign3, bool ___bGuest4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_LoginLedou_m1612959414_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgLedouAcc_Guest_t2051627822 * V_0 = NULL; CMsgLedouAcc_t436276660 * V_1 = NULL; { CLogHelp_t779629444 * L_0 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3329262664); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral3329262664); StringU5BU5D_t1281789340* L_2 = L_1; String_t* L_3 = ___gameId0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(1), (String_t*)L_3); StringU5BU5D_t1281789340* L_4 = L_2; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3452614532); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614532); StringU5BU5D_t1281789340* L_5 = L_4; String_t* L_6 = ___openId1; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(3), (String_t*)L_6); StringU5BU5D_t1281789340* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614532); (L_7)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614532); StringU5BU5D_t1281789340* L_8 = L_7; String_t* L_9 = ___sessionId2; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(5), (String_t*)L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m1809518182(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_0); CLogHelp_LogAuto_m2403746865(L_0, L_10, /*hidden argument*/NULL); int32_t L_11 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0051; } } { int32_t L_12 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)3)))) { goto IL_00e2; } } IL_0051: { CNetMainLogic_SetNetState_m3776391945(__this, 4, /*hidden argument*/NULL); bool L_13 = ___bGuest4; if (!L_13) { goto IL_00a3; } } { CMsgLedouAcc_Guest_t2051627822 * L_14 = (CMsgLedouAcc_Guest_t2051627822 *)il2cpp_codegen_object_new(CMsgLedouAcc_Guest_t2051627822_il2cpp_TypeInfo_var); CMsgLedouAcc_Guest__ctor_m132666762(L_14, /*hidden argument*/NULL); V_0 = L_14; CMsgLedouAcc_Guest_t2051627822 * L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_16 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_CURRENT_PROTOCOL_VERSION_10(); NullCheck(L_15); L_15->set_version_0(L_16); CMsgLedouAcc_Guest_t2051627822 * L_17 = V_0; String_t* L_18 = ___gameId0; NullCheck(L_17); L_17->set_gameId_2(L_18); CMsgLedouAcc_Guest_t2051627822 * L_19 = V_0; String_t* L_20 = ___openId1; NullCheck(L_19); L_19->set_openId_1(L_20); CMsgLedouAcc_Guest_t2051627822 * L_21 = V_0; String_t* L_22 = ___sessionId2; NullCheck(L_21); L_21->set_sessionId_3(L_22); CMsgLedouAcc_Guest_t2051627822 * L_23 = V_0; String_t* L_24 = ___whiteSign3; NullCheck(L_23); L_23->set_whiteSign_4(L_24); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_25 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CNetService_t1201271315 * L_26 = CRoot_GetNetService_m2764581604(L_25, /*hidden argument*/NULL); CMsgLedouAcc_Guest_t2051627822 * L_27 = V_0; NullCheck(L_26); CNetService_SendMsgStruct_m258771320(L_26, L_27, /*hidden argument*/NULL); goto IL_00e2; } IL_00a3: { CMsgLedouAcc_t436276660 * L_28 = (CMsgLedouAcc_t436276660 *)il2cpp_codegen_object_new(CMsgLedouAcc_t436276660_il2cpp_TypeInfo_var); CMsgLedouAcc__ctor_m2966501763(L_28, /*hidden argument*/NULL); V_1 = L_28; CMsgLedouAcc_t436276660 * L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_30 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_CURRENT_PROTOCOL_VERSION_10(); NullCheck(L_29); L_29->set_version_0(L_30); CMsgLedouAcc_t436276660 * L_31 = V_1; String_t* L_32 = ___gameId0; NullCheck(L_31); L_31->set_gameId_2(L_32); CMsgLedouAcc_t436276660 * L_33 = V_1; String_t* L_34 = ___openId1; NullCheck(L_33); L_33->set_openId_1(L_34); CMsgLedouAcc_t436276660 * L_35 = V_1; String_t* L_36 = ___sessionId2; NullCheck(L_35); L_35->set_sessionId_3(L_36); CMsgLedouAcc_t436276660 * L_37 = V_1; String_t* L_38 = ___whiteSign3; NullCheck(L_37); L_37->set_whiteSign_4(L_38); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_39 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); CNetService_t1201271315 * L_40 = CRoot_GetNetService_m2764581604(L_39, /*hidden argument*/NULL); CMsgLedouAcc_t436276660 * L_41 = V_1; NullCheck(L_40); CNetService_SendMsgStruct_m258771320(L_40, L_41, /*hidden argument*/NULL); } IL_00e2: { return; } } // System.Boolean DMCore.Net.CNetMainLogic::RegisterRole(DMCore.Net.Protocol.CMsgCreateRole) extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_RegisterRole_m705801834 (CNetMainLogic_t857650587 * __this, CMsgCreateRole_t3471207702 * ___roleInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_RegisterRole_m705801834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)9))))) { goto IL_0058; } } { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)10), /*hidden argument*/NULL); CMsgCreateRole_t3471207702 * L_1 = ___roleInfo0; 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); CSceneService_t551449725 * L_3 = CRoot_GetSceneService_m2061443921(L_2, /*hidden argument*/NULL); NullCheck(L_3); CMainRole_t4200562839 * L_4 = CSceneService_GetMainRole_m3386793463(L_3, /*hidden argument*/NULL); NullCheck(L_4); int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_4); NullCheck(L_1); L_1->set_UserID_0(L_5); PlayerPrefs_SetInt_m2842000469(NULL /*static, unused*/, _stringLiteral2302103130, 1, /*hidden argument*/NULL); PlayerPrefs_SetInt_m2842000469(NULL /*static, unused*/, _stringLiteral2454930166, 1, /*hidden argument*/NULL); CRoot_t1043641654 * L_6 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CNetService_t1201271315 * L_7 = CRoot_GetNetService_m2764581604(L_6, /*hidden argument*/NULL); CMsgCreateRole_t3471207702 * L_8 = ___roleInfo0; NullCheck(L_7); CNetService_SendMsgStruct_m258771320(L_7, L_8, /*hidden argument*/NULL); return (bool)1; } IL_0058: { return (bool)0; } } // System.Void DMCore.Net.CNetMainLogic::OnServerRoleReady(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnServerRoleReady_m72347558 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnServerRoleReady_m72347558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); CNetMainLogic_set_IsServerStateRoleReady_m851306534(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Net.CNetMainLogic::get_IsServerStateRoleReady() extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_get_IsServerStateRoleReady_m1842527493 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_get_IsServerStateRoleReady_m1842527493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); bool L_0 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CIsServerStateRoleReadyU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Net.CNetMainLogic::set_IsServerStateRoleReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_set_IsServerStateRoleReady_m851306534 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_set_IsServerStateRoleReady_m851306534_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_U3CIsServerStateRoleReadyU3Ek__BackingField_0(L_0); return; } } // System.Boolean DMCore.Net.CNetMainLogic::SendBeginGame() extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_SendBeginGame_m3241372359 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_SendBeginGame_m3241372359_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgBeginGame_t955386178 * V_0 = NULL; { int32_t L_0 = CNetMainLogic_GetNetState_m3393450786(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)12))))) { goto IL_0048; } } { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)13), /*hidden argument*/NULL); CMsgBeginGame_t955386178 * L_1 = (CMsgBeginGame_t955386178 *)il2cpp_codegen_object_new(CMsgBeginGame_t955386178_il2cpp_TypeInfo_var); CMsgBeginGame__ctor_m94989919(L_1, /*hidden argument*/NULL); V_0 = L_1; CMsgBeginGame_t955386178 * L_2 = V_0; 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); CSceneService_t551449725 * L_4 = CRoot_GetSceneService_m2061443921(L_3, /*hidden argument*/NULL); NullCheck(L_4); CMainRole_t4200562839 * L_5 = CSceneService_GetMainRole_m3386793463(L_4, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_5); NullCheck(L_2); L_2->set_UserID_0(L_6); CRoot_t1043641654 * L_7 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CNetService_t1201271315 * L_8 = CRoot_GetNetService_m2764581604(L_7, /*hidden argument*/NULL); CMsgBeginGame_t955386178 * L_9 = V_0; NullCheck(L_8); CNetService_SendMsgStruct_m258771320(L_8, L_9, /*hidden argument*/NULL); return (bool)1; } IL_0048: { return (bool)0; } } // System.Void DMCore.Net.CNetMainLogic::SendStageReady() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SendStageReady_m1650450502 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_SendStageReady_m1650450502_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgClientStageReady_t250050675 * V_0 = NULL; { CMsgClientStageReady_t250050675 * L_0 = (CMsgClientStageReady_t250050675 *)il2cpp_codegen_object_new(CMsgClientStageReady_t250050675_il2cpp_TypeInfo_var); CMsgClientStageReady__ctor_m1794267723(L_0, /*hidden argument*/NULL); V_0 = L_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); CNetService_t1201271315 * L_2 = CRoot_GetNetService_m2764581604(L_1, /*hidden argument*/NULL); CMsgClientStageReady_t250050675 * L_3 = V_0; NullCheck(L_2); CNetService_SendMsgStruct_m258771320(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Net.CNetMainLogic::SendCustomMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR bool CNetMainLogic_SendCustomMsg_m3660603244 (CNetMainLogic_t857650587 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_SendCustomMsg_m3660603244_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgCustom_t3704829624 * V_0 = NULL; { CMsgCustom_t3704829624 * L_0 = (CMsgCustom_t3704829624 *)il2cpp_codegen_object_new(CMsgCustom_t3704829624_il2cpp_TypeInfo_var); CMsgCustom__ctor_m1994577366(L_0, /*hidden argument*/NULL); V_0 = L_0; CMsgCustom_t3704829624 * L_1 = V_0; CDataArray_t4068198041 * L_2 = ___msg0; NullCheck(L_1); L_1->set_dataArray_0(L_2); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CNetService_t1201271315 * L_4 = CRoot_GetNetService_m2764581604(L_3, /*hidden argument*/NULL); CMsgCustom_t3704829624 * L_5 = V_0; NullCheck(L_4); bool L_6 = CNetService_SendMsgStruct_m258771320(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void DMCore.Net.CNetMainLogic::OnReceiverMsg(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnReceiverMsg_m1134167901 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnReceiverMsg_m1134167901_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; _ProcDelegate_t1598064000 * V_1 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { INetMsgBaseS2C_t126919271 * L_1 = ___msg0; NullCheck(L_1); int16_t L_2 = VirtFuncInvoker0< int16_t >::Invoke(4 /* DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.INetMsgBaseS2C::GetS2CMsgID() */, L_1); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) > ((int32_t)L_3))) { goto IL_0023; } } { _ProcDelegateU5BU5D_t2947363969* L_4 = __this->get_m_AllProcPtrs_1(); NullCheck(L_4); int32_t L_5 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) >= ((int32_t)L_5))) { goto IL_0024; } } IL_0023: { return; } IL_0024: { _ProcDelegateU5BU5D_t2947363969* L_6 = __this->get_m_AllProcPtrs_1(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; _ProcDelegate_t1598064000 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_1 = L_9; _ProcDelegate_t1598064000 * L_10 = V_1; if (!L_10) { goto IL_0040; } } { INetMsgBaseS2C_t126919271 * L_11 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_LogServerMsg_m2814940035(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); _ProcDelegate_t1598064000 * L_12 = V_1; INetMsgBaseS2C_t126919271 * L_13 = ___msg0; NullCheck(L_12); _ProcDelegate_Invoke_m3624462606(L_12, L_13, /*hidden argument*/NULL); } IL_0040: { return; } } // System.Void DMCore.Net.CNetMainLogic::ClearAllCachedServerTable() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_ClearAllCachedServerTable_m1343631862 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_ClearAllCachedServerTable_m1343631862_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); CNetMainLogic_set_IsServerStateRoleReady_m851306534(NULL /*static, unused*/, (bool)0, /*hidden argument*/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(); NullCheck(L_0); UserGuideManager_Clear_m794292940(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); CUserGuideHelp_t3161639665 * L_1 = CUserGuideHelp_GetInstance_m275027335(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CUserGuideHelp_ResetGuide_m884760427(L_1, /*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_Clear_m205881840(L_2, /*hidden argument*/NULL); CPropertySiteManager_t1418377639 * L_3 = CPropertySiteManager_GetInstance_m1855189225(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CPropertySiteManager_ClearAll_m1638832565(L_3, /*hidden argument*/NULL); shopModel_t101745799 * L_4 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); shopModel_Destroy_m4039108249(L_4, /*hidden argument*/NULL); CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CSceneService_ClearAll_m4168302338(L_5, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_6 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CAnimSystem_DelSequenceAll_m761186596(L_6, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_7 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CAnimSystem_Resume_m1815678583(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CPetManager_Clear_m436820286(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); ILogicBase_Reset_m2019494392(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyGetManager_Clear_m2831317763(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); CPropDictionary_ClearAll_m3476409798(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFriendManager_t3708308264_il2cpp_TypeInfo_var); CFriendManager_t3708308264 * L_10 = CFriendManager_GetInstance_m2674556143(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CFriendManager_DelFriendAll_m3255159523(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var); CIdolShowManager_t2312713117 * L_11 = CIdolShowManager_GetInstance_m2867202331(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CIdolShowManager_DelIdolAll_m1486794324(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var); CPlayerSearchTable_t1089245632 * L_12 = CPlayerSearchTable_GetInstance_m2025896924(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CPlayerSearchTable_ClearAll_m3778071409(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var); CPlayerInviteTable_t2496984219 * L_13 = CPlayerInviteTable_GetInstance_m1907975491(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CPlayerInviteTable_ClearAll_m3583706556(L_13, /*hidden argument*/NULL); CTaskManager_t4133723725 * L_14 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CTaskManager_ClearAll_m2233263089(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_15 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CItemManager_ClearAll_m2640904153(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_16 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CPropManager_ClearAll_m82350292(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_17 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CPropItemPool_ClearAll_m2554950648(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_18 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CPropEquipManager_ClearAll_m3847309925(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_19 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CPveManager_ClearAll_m3442547735(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_20 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CShopManager_ClearAll_m3301313013(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_21 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CMessageManager_ClearAll_m346587241(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager_t704993275 * L_22 = CPhotoManager_GetInstance_m953076413(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CPhotoManager_ClearAll_m2434027800(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_23 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CGuildManager_ClearAll_m852546515(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSpeaker_t978472097_il2cpp_TypeInfo_var); CSpeaker_t978472097 * L_24 = CSpeaker_GetInstance_m2212004304(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); CSpeaker_ClearPublicMessageQueue_m1529745867(L_24, /*hidden argument*/NULL); CRoot_t1043641654 * L_25 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CEventManager_t474365641 * L_26 = CRoot_GetEventManager_m2015848526(L_25, /*hidden argument*/NULL); NullCheck(L_26); ILogicBase_Reset_m2019494392(L_26, /*hidden argument*/NULL); ISoundManager_t434164892 * L_27 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); ISoundManager_Stop_m197884707(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_ForceClearAll_m1157505743(NULL /*static, unused*/, /*hidden argument*/NULL); Time_set_timeScale_m1127545364(NULL /*static, unused*/, (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi_t815375937 * L_28 = CUserInfoApi_GetInstance_m3878964368(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); CUserInfoApi_SetUserID_m3268017512(L_28, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); CUserInfoApi_t815375937 * L_29 = CUserInfoApi_GetInstance_m3878964368(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); CUserInfoApi_SetRoleName_m1547178051(L_29, L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(cbPackage_t1110821539_il2cpp_TypeInfo_var); cbPackage_ResetRequestState_m1475200536(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMonoCtrllorManager_t57721319_il2cpp_TypeInfo_var); CMonoCtrllorManager_ResetAll_m2971383811(NULL /*static, unused*/, /*hidden argument*/NULL); logicActivityPic_t3113258227 * L_31 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); logicActivityPic_Reset_m3692368178(L_31, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_32 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); CShopCartManager_ClearList_m181621995(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_33 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); CChangeGameManager_Clear_m3406024486(L_33, /*hidden argument*/NULL); CWishFountainMgr_t2594140948 * L_34 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); CWishFountainMgr_ClearData_m3405781753(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_35 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); CChatManager_ClearData_m700221300(L_35, /*hidden argument*/NULL); CFragmentShopManager_t693884529 * L_36 = CFragmentShopManager_GetInstance_m1043734401(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); CFragmentShopManager_ClearData_m3995257590(L_36, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnMsgBoxNeedQuit(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnMsgBoxNeedQuit_m3235656639 (RuntimeObject * __this /* static, unused */, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnMsgBoxNeedQuit_m3235656639_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); CNetMainLogic_ClearAllCachedServerTable_m1343631862(NULL /*static, unused*/, /*hidden argument*/NULL); CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSceneService_DestroyAll_m3746588077(L_0, (bool)1, /*hidden argument*/NULL); 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); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearCache() */, L_1); CLevelManager_t3077608201 * L_2 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CLevelManager_IsLevel_m3139716542(L_2, _stringLiteral2707269980, /*hidden argument*/NULL); if (L_3) { goto IL_0039; } } { IHelp_DoLoadLevel_m4092529488(NULL /*static, unused*/, _stringLiteral2707269980, (Action_t1264377477 *)NULL, /*hidden argument*/NULL); } IL_0039: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnActivationCodeInvalid(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnActivationCodeInvalid_m2036931250 (RuntimeObject * __this /* static, unused */, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Net.CNetMainLogic::OnMsgBoxRelink(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnMsgBoxRelink_m2290389045 (RuntimeObject * __this /* static, unused */, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnMsgBoxRelink_m2290389045_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { Camera_t4157153871 * L_3 = V_0; NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); NullCheck(L_4); Component_BroadcastMessage_m2662892479(L_4, _stringLiteral484613486, 1, /*hidden argument*/NULL); } IL_0023: { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); CNetMainLogic_ClearAllCachedServerTable_m1343631862(NULL /*static, unused*/, /*hidden argument*/NULL); IHelp_DoLoadLevel_m4092529488(NULL /*static, unused*/, _stringLiteral2707269980, (Action_t1264377477 *)NULL, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnLinkSuccess() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnLinkSuccess_m2383431560 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { { CNetMainLogic_SetNetState_m3776391945(__this, 1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnLinkUnConnected() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnLinkUnConnected_m1043157740 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnLinkUnConnected_m1043157740_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; CMsgBoxControl_t806533544 * G_B3_2 = NULL; String_t* G_B2_0 = NULL; int32_t G_B2_1 = 0; CMsgBoxControl_t806533544 * G_B2_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; CMsgBoxControl_t806533544 * G_B9_2 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; CMsgBoxControl_t806533544 * G_B8_2 = NULL; { CNetMainLogic_SetNetState_m3776391945(__this, (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); CUserGuideHelp_t3161639665 * L_0 = CUserGuideHelp_GetInstance_m275027335(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CUserGuideHelp_ResetGuide_m884760427(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_1 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CServerChoice_set_IsFirstTimeLinked_m3807245168(L_1, (bool)1, /*hidden argument*/NULL); int32_t L_2 = CNetService_GetNetWorkMode_m3797172386(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_2) { goto IL_0059; } } { CMsgBoxControl_t806533544 * L_3 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_4 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_11(); G_B2_0 = _stringLiteral1308985112; G_B2_1 = 0; G_B2_2 = L_3; if (L_4) { G_B3_0 = _stringLiteral1308985112; G_B3_1 = 0; G_B3_2 = L_3; goto IL_0049; } } { intptr_t L_5 = (intptr_t)CNetMainLogic_OnMsgBoxNeedQuit_m3235656639_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_6 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_6, NULL, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_11(L_6); G_B3_0 = G_B2_0; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_7 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_11(); NullCheck(G_B3_2); CMsgBoxControl_PushUseTextHelp_m571022018(G_B3_2, G_B3_1, G_B3_0, L_7, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); goto IL_00f7; } IL_0059: { bool L_8 = __this->get_m_bUserClose_7(); if (L_8) { goto IL_00f7; } } { CLevelManager_t3077608201 * L_9 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CLevelManager_IsLevel_m3139716542(L_9, _stringLiteral2707269980, /*hidden argument*/NULL); if (L_10) { goto IL_00e7; } } { CLevelManager_t3077608201 * L_11 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = CLevelManager_IsLevel_m3139716542(L_11, _stringLiteral2686215183, /*hidden argument*/NULL); if (L_12) { goto IL_00e7; } } { 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(); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SDKProxyManager_CollectGameStart_m3908341061(NULL /*static, unused*/, _stringLiteral1105275285, _stringLiteral3452614543, L_13, L_14, L_15, L_16, _stringLiteral3452614543, /*hidden argument*/NULL); CMsgBoxControl_t806533544 * L_17 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_18 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_12(); G_B8_0 = _stringLiteral1301205916; G_B8_1 = 0; G_B8_2 = L_17; if (L_18) { G_B9_0 = _stringLiteral1301205916; G_B9_1 = 0; G_B9_2 = L_17; goto IL_00d7; } } { intptr_t L_19 = (intptr_t)CNetMainLogic_OnMsgBoxRelink_m2290389045_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_20 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_20, NULL, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_12(L_20); G_B9_0 = G_B8_0; G_B9_1 = G_B8_1; G_B9_2 = G_B8_2; } IL_00d7: { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_21 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_12(); NullCheck(G_B9_2); CMsgBoxControl_PushUseTextHelp_m571022018(G_B9_2, G_B9_1, G_B9_0, L_21, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); goto IL_00f7; } IL_00e7: { CMsgManager_t455955613 * L_22 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CMsgManager_PushHintUseTextHelp_m3781284520(L_22, _stringLiteral3338263551, (bool)1, /*hidden argument*/NULL); } IL_00f7: { __this->set_m_bUserClose_7((bool)0); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgAcc(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgAcc_m2510022359 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgAcc_m2510022359_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgAcc_t1490162633 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; CLogin_t728508773 * V_2 = NULL; bool V_3 = false; CMsgLogin_t1892686458 * V_4 = NULL; CLogin_t728508773 * G_B3_0 = NULL; int32_t G_B6_0 = 0; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgAcc_t1490162633 *)CastclassClass((RuntimeObject*)L_0, SMsgAcc_t1490162633_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_1 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral917982364, /*hidden argument*/NULL); V_1 = L_1; GameObject_t1113636619 * L_2 = V_1; 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_0029; } } { GameObject_t1113636619 * L_4 = V_1; NullCheck(L_4); CLogin_t728508773 * L_5 = GameObject_GetComponent_TisCLogin_t728508773_m2746113055(L_4, /*hidden argument*/GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var); G_B3_0 = L_5; goto IL_002a; } IL_0029: { G_B3_0 = ((CLogin_t728508773 *)(NULL)); } IL_002a: { V_2 = G_B3_0; SMsgAcc_t1490162633 * L_6 = V_0; NullCheck(L_6); uint8_t L_7 = L_6->get_result_0(); if (L_7) { goto IL_003c; } } { G_B6_0 = 1; goto IL_003d; } IL_003c: { G_B6_0 = 0; } IL_003d: { V_3 = (bool)G_B6_0; bool L_8 = V_3; if (!L_8) { goto IL_0083; } } { CNetMainLogic_SetNetState_m3776391945(__this, 5, /*hidden argument*/NULL); CLogin_t728508773 * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005e; } } { CLogin_t728508773 * L_11 = V_2; bool L_12 = V_3; NullCheck(L_11); CLogin_OnLoginAccResult_m1260657308(L_11, L_12, /*hidden argument*/NULL); } IL_005e: { CMsgLogin_t1892686458 * L_13 = (CMsgLogin_t1892686458 *)il2cpp_codegen_object_new(CMsgLogin_t1892686458_il2cpp_TypeInfo_var); CMsgLogin__ctor_m1104442204(L_13, /*hidden argument*/NULL); V_4 = L_13; CNetMainLogic_SetNetState_m3776391945(__this, 6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_14 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CNetService_t1201271315 * L_15 = CRoot_GetNetService_m2764581604(L_14, /*hidden argument*/NULL); CMsgLogin_t1892686458 * L_16 = V_4; NullCheck(L_15); CNetService_SendMsgStruct_m258771320(L_15, L_16, /*hidden argument*/NULL); goto IL_009d; } IL_0083: { CNetMainLogic_SetNetState_m3776391945(__this, 1, /*hidden argument*/NULL); CLogin_t728508773 * 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_009d; } } { CLogin_t728508773 * L_19 = V_2; bool L_20 = V_3; NullCheck(L_19); CLogin_OnLoginAccResult_m1260657308(L_19, L_20, /*hidden argument*/NULL); } IL_009d: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgServerLogin(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgServerLogin_m2329806617 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgServerLogin_m2329806617_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgLogin_t1892669098 * V_0 = NULL; CMsgLoginLobby_t3466726137 * V_1 = NULL; User_t2909415622 * V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgLogin_t1892669098 *)CastclassClass((RuntimeObject*)L_0, SMsgLogin_t1892669098_il2cpp_TypeInfo_var)); SMsgLogin_t1892669098 * L_1 = V_0; NullCheck(L_1); uint8_t L_2 = L_1->get_result_0(); if (L_2) { goto IL_0302; } } { CNetMainLogic_SetNetState_m3776391945(__this, 7, /*hidden argument*/NULL); 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); CSceneService_t551449725 * L_4 = CRoot_GetSceneService_m2061443921(L_3, /*hidden argument*/NULL); NullCheck(L_4); CMainRole_t4200562839 * L_5 = CSceneService_GetMainRole_m3386793463(L_4, /*hidden argument*/NULL); SMsgLogin_t1892669098 * L_6 = V_0; NullCheck(L_6); int64_t L_7 = L_6->get_userID_1(); NullCheck(L_5); VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_5, L_7); SMsgLogin_t1892669098 * L_8 = V_0; NullCheck(L_8); int64_t L_9 = L_8->get_userID_1(); if ((((int64_t)L_9) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_005f; } } { CLogHelp_t779629444 * L_10 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgLogin_t1892669098 * L_11 = V_0; NullCheck(L_11); int64_t L_12 = L_11->get_userID_1(); int64_t L_13 = L_12; RuntimeObject * L_14 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3466546279, L_14, /*hidden argument*/NULL); NullCheck(L_10); CLogHelp_LogDrawAuto_m4288732155(L_10, L_15, /*hidden argument*/NULL); } IL_005f: { IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi_t815375937 * L_16 = CUserInfoApi_GetInstance_m3878964368(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgLogin_t1892669098 * L_17 = V_0; NullCheck(L_17); int64_t L_18 = L_17->get_userID_1(); NullCheck(L_16); CUserInfoApi_SetUserID_m3268017512(L_16, L_18, /*hidden argument*/NULL); CMsgLoginLobby_t3466726137 * L_19 = (CMsgLoginLobby_t3466726137 *)il2cpp_codegen_object_new(CMsgLoginLobby_t3466726137_il2cpp_TypeInfo_var); CMsgLoginLobby__ctor_m1740644394(L_19, /*hidden argument*/NULL); V_1 = L_19; CMsgLoginLobby_t3466726137 * L_20 = V_1; SMsgLogin_t1892669098 * L_21 = V_0; NullCheck(L_21); int64_t L_22 = L_21->get_userID_1(); NullCheck(L_20); L_20->set_UserID_0(L_22); CMsgLoginLobby_t3466726137 * L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_24 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = CSystemTool_GetDeviceId_m3798722598(L_24, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_DevicesId_4(L_25); CMsgLoginLobby_t3466726137 * L_26 = V_1; CSystemTool_t575361936 * L_27 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28 = CSystemTool_GetAppVersion_m2910533976(L_27, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_GameVersion_3(L_28); CMsgLoginLobby_t3466726137 * L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_30 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31 = CFitfunApiPlugin_GetChannelId_m1906671540(L_30, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_LedouChannelId_2(L_31); CMsgLoginLobby_t3466726137 * L_32 = V_1; CSystemTool_t575361936 * L_33 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_34 = CSystemTool_GetMobileModel_m752262772(L_33, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_MobileModel_6(L_34); CMsgLoginLobby_t3466726137 * L_35 = V_1; CSystemTool_t575361936 * L_36 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37 = CSystemTool_GetMobilePlatform_m3120679726(L_36, /*hidden argument*/NULL); NullCheck(L_35); L_35->set_MobilePlatform_1(L_37); CMsgLoginLobby_t3466726137 * L_38 = V_1; CSystemTool_t575361936 * L_39 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); String_t* L_40 = CSystemTool_GetNetType_m517615747(L_39, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_NetType_8(L_40); CMsgLoginLobby_t3466726137 * L_41 = V_1; CSystemTool_t575361936 * L_42 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43 = CSystemTool_GetOSVersion_m3545277412(L_42, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_OSVersion_5(L_43); CMsgLoginLobby_t3466726137 * L_44 = V_1; CSystemTool_t575361936 * L_45 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_45); String_t* L_46 = CSystemTool_GetProviderName_m158099627(L_45, /*hidden argument*/NULL); NullCheck(L_44); L_44->set_ServiceProvider_7(L_46); CMsgLoginLobby_t3466726137 * L_47 = V_1; CSystemTool_t575361936 * L_48 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_48); String_t* L_49 = CSystemTool_getMac_m3551318662(L_48, /*hidden argument*/NULL); NullCheck(L_47); L_47->set_strMac_9(L_49); CMsgLoginLobby_t3466726137 * L_50 = V_1; NullCheck(L_50); L_50->set_PorUid_10(_stringLiteral796344415); CMsgLoginLobby_t3466726137 * L_51 = V_1; NullCheck(L_51); L_51->set_Uid_11(_stringLiteral1576675731); CMsgLoginLobby_t3466726137 * L_52 = V_1; NullCheck(L_52); L_52->set_ChannelCode_12(_stringLiteral2357007047); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); User_t2909415622 * L_53 = CKDDeviceService_GetUserInfo_m127745633(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_53; User_t2909415622 * L_54 = V_2; if (!L_54) { goto IL_0182; } } { User_t2909415622 * L_55 = V_2; NullCheck(L_55); String_t* L_56 = L_55->get_nickname_1(); 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_0182; } } { CMsgLoginLobby_t3466726137 * L_58 = V_1; User_t2909415622 * L_59 = V_2; NullCheck(L_59); String_t* L_60 = L_59->get_nickname_1(); NullCheck(L_58); L_58->set_NickName_14(L_60); CMsgLoginLobby_t3466726137 * L_61 = V_1; User_t2909415622 * L_62 = V_2; NullCheck(L_62); String_t* L_63 = L_62->get_avatar_2(); NullCheck(L_61); L_61->set_PhotoUrl_15(L_63); IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager_t704993275 * L_64 = CPhotoManager_GetInstance_m953076413(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgLogin_t1892669098 * L_65 = V_0; NullCheck(L_65); int64_t L_66 = L_65->get_userID_1(); User_t2909415622 * L_67 = V_2; NullCheck(L_67); String_t* L_68 = L_67->get_avatar_2(); NullCheck(L_64); CPhotoManager_SetUsrPhotoUrl_m1669232359(L_64, L_66, L_68, (bool)1, /*hidden argument*/NULL); goto IL_01ae; } IL_0182: { CMsgLoginLobby_t3466726137 * L_69 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_69); L_69->set_NickName_14(L_70); CMsgLoginLobby_t3466726137 * L_71 = V_1; String_t* L_72 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_71); L_71->set_PhotoUrl_15(L_72); IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager_t704993275 * L_73 = CPhotoManager_GetInstance_m953076413(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgLogin_t1892669098 * L_74 = V_0; NullCheck(L_74); int64_t L_75 = L_74->get_userID_1(); String_t* L_76 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_73); CPhotoManager_SetUsrPhotoUrl_m1669232359(L_73, L_75, L_76, (bool)1, /*hidden argument*/NULL); } IL_01ae: { CMsgLoginLobby_t3466726137 * L_77 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CFCMConfig_t130793684_il2cpp_TypeInfo_var); CFCMConfig_t130793684 * L_78 = CFCMConfig_GetInstance_m2188646222(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); int32_t L_79 = CFCMConfig_GetAdultFlag_m393605062(L_78, /*hidden argument*/NULL); V_3 = L_79; String_t* L_80 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_77); L_77->set_Audit_13(L_80); ObjectU5BU5D_t2843939325* L_81 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24))); NullCheck(L_81); ArrayElementTypeCheck (L_81, _stringLiteral1859382620); (L_81)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1859382620); ObjectU5BU5D_t2843939325* L_82 = L_81; CMsgLoginLobby_t3466726137 * L_83 = V_1; NullCheck(L_83); String_t* L_84 = L_83->get_DevicesId_4(); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_84); (L_82)->SetAt(static_cast(1), (RuntimeObject *)L_84); ObjectU5BU5D_t2843939325* L_85 = L_82; NullCheck(L_85); ArrayElementTypeCheck (L_85, _stringLiteral3159843089); (L_85)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3159843089); ObjectU5BU5D_t2843939325* L_86 = L_85; CMsgLoginLobby_t3466726137 * L_87 = V_1; NullCheck(L_87); String_t* L_88 = L_87->get_GameVersion_3(); NullCheck(L_86); ArrayElementTypeCheck (L_86, L_88); (L_86)->SetAt(static_cast(3), (RuntimeObject *)L_88); ObjectU5BU5D_t2843939325* L_89 = L_86; NullCheck(L_89); ArrayElementTypeCheck (L_89, _stringLiteral663849622); (L_89)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral663849622); ObjectU5BU5D_t2843939325* L_90 = L_89; CMsgLoginLobby_t3466726137 * L_91 = V_1; NullCheck(L_91); String_t* L_92 = L_91->get_LedouChannelId_2(); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_92); (L_90)->SetAt(static_cast(5), (RuntimeObject *)L_92); ObjectU5BU5D_t2843939325* L_93 = L_90; NullCheck(L_93); ArrayElementTypeCheck (L_93, _stringLiteral1615778684); (L_93)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral1615778684); ObjectU5BU5D_t2843939325* L_94 = L_93; CMsgLoginLobby_t3466726137 * L_95 = V_1; NullCheck(L_95); String_t* L_96 = L_95->get_MobileModel_6(); NullCheck(L_94); ArrayElementTypeCheck (L_94, L_96); (L_94)->SetAt(static_cast(7), (RuntimeObject *)L_96); ObjectU5BU5D_t2843939325* L_97 = L_94; NullCheck(L_97); ArrayElementTypeCheck (L_97, _stringLiteral660222576); (L_97)->SetAt(static_cast(8), (RuntimeObject *)_stringLiteral660222576); ObjectU5BU5D_t2843939325* L_98 = L_97; CMsgLoginLobby_t3466726137 * L_99 = V_1; NullCheck(L_99); int32_t L_100 = L_99->get_MobilePlatform_1(); int32_t L_101 = L_100; RuntimeObject * L_102 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_101); NullCheck(L_98); ArrayElementTypeCheck (L_98, L_102); (L_98)->SetAt(static_cast(((int32_t)9)), (RuntimeObject *)L_102); ObjectU5BU5D_t2843939325* L_103 = L_98; NullCheck(L_103); ArrayElementTypeCheck (L_103, _stringLiteral1359610530); (L_103)->SetAt(static_cast(((int32_t)10)), (RuntimeObject *)_stringLiteral1359610530); ObjectU5BU5D_t2843939325* L_104 = L_103; CMsgLoginLobby_t3466726137 * L_105 = V_1; NullCheck(L_105); String_t* L_106 = L_105->get_NetType_8(); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_106); (L_104)->SetAt(static_cast(((int32_t)11)), (RuntimeObject *)L_106); ObjectU5BU5D_t2843939325* L_107 = L_104; NullCheck(L_107); ArrayElementTypeCheck (L_107, _stringLiteral2273829614); (L_107)->SetAt(static_cast(((int32_t)12)), (RuntimeObject *)_stringLiteral2273829614); ObjectU5BU5D_t2843939325* L_108 = L_107; CMsgLoginLobby_t3466726137 * L_109 = V_1; NullCheck(L_109); String_t* L_110 = L_109->get_OSVersion_5(); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_110); (L_108)->SetAt(static_cast(((int32_t)13)), (RuntimeObject *)L_110); ObjectU5BU5D_t2843939325* L_111 = L_108; NullCheck(L_111); ArrayElementTypeCheck (L_111, _stringLiteral1317347431); (L_111)->SetAt(static_cast(((int32_t)14)), (RuntimeObject *)_stringLiteral1317347431); ObjectU5BU5D_t2843939325* L_112 = L_111; CMsgLoginLobby_t3466726137 * L_113 = V_1; NullCheck(L_113); String_t* L_114 = L_113->get_ServiceProvider_7(); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_114); (L_112)->SetAt(static_cast(((int32_t)15)), (RuntimeObject *)L_114); ObjectU5BU5D_t2843939325* L_115 = L_112; NullCheck(L_115); ArrayElementTypeCheck (L_115, _stringLiteral1346521465); (L_115)->SetAt(static_cast(((int32_t)16)), (RuntimeObject *)_stringLiteral1346521465); ObjectU5BU5D_t2843939325* L_116 = L_115; CMsgLoginLobby_t3466726137 * L_117 = V_1; NullCheck(L_117); String_t* L_118 = L_117->get_PorUid_10(); NullCheck(L_116); ArrayElementTypeCheck (L_116, L_118); (L_116)->SetAt(static_cast(((int32_t)17)), (RuntimeObject *)L_118); ObjectU5BU5D_t2843939325* L_119 = L_116; NullCheck(L_119); ArrayElementTypeCheck (L_119, _stringLiteral3536622847); (L_119)->SetAt(static_cast(((int32_t)18)), (RuntimeObject *)_stringLiteral3536622847); ObjectU5BU5D_t2843939325* L_120 = L_119; CMsgLoginLobby_t3466726137 * L_121 = V_1; NullCheck(L_121); String_t* L_122 = L_121->get_Uid_11(); NullCheck(L_120); ArrayElementTypeCheck (L_120, L_122); (L_120)->SetAt(static_cast(((int32_t)19)), (RuntimeObject *)L_122); ObjectU5BU5D_t2843939325* L_123 = L_120; NullCheck(L_123); ArrayElementTypeCheck (L_123, _stringLiteral1940351270); (L_123)->SetAt(static_cast(((int32_t)20)), (RuntimeObject *)_stringLiteral1940351270); ObjectU5BU5D_t2843939325* L_124 = L_123; CMsgLoginLobby_t3466726137 * L_125 = V_1; NullCheck(L_125); String_t* L_126 = L_125->get_ChannelCode_12(); NullCheck(L_124); ArrayElementTypeCheck (L_124, L_126); (L_124)->SetAt(static_cast(((int32_t)21)), (RuntimeObject *)L_126); ObjectU5BU5D_t2843939325* L_127 = L_124; NullCheck(L_127); ArrayElementTypeCheck (L_127, _stringLiteral4108825613); (L_127)->SetAt(static_cast(((int32_t)22)), (RuntimeObject *)_stringLiteral4108825613); ObjectU5BU5D_t2843939325* L_128 = L_127; CMsgLoginLobby_t3466726137 * L_129 = V_1; NullCheck(L_129); String_t* L_130 = L_129->get_Audit_13(); NullCheck(L_128); ArrayElementTypeCheck (L_128, L_130); (L_128)->SetAt(static_cast(((int32_t)23)), (RuntimeObject *)L_130); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_131 = String_Concat_m2971454694(NULL /*static, unused*/, L_128, /*hidden argument*/NULL); V_4 = L_131; String_t* L_132 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_132, /*hidden argument*/NULL); CMsgLoginLobby_t3466726137 * L_133 = V_1; NullCheck(L_133); String_t* L_134 = L_133->get_Audit_13(); String_t* L_135 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2810519883, L_134, /*hidden argument*/NULL); V_5 = L_135; CLogHelp_t779629444 * L_136 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_137 = V_5; NullCheck(L_136); CLogHelp_LogAuto_m2403746865(L_136, L_137, /*hidden argument*/NULL); CNetMainLogic_SetNetState_m3776391945(__this, 8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_138 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_138); CNetService_t1201271315 * L_139 = CRoot_GetNetService_m2764581604(L_138, /*hidden argument*/NULL); CMsgLoginLobby_t3466726137 * L_140 = V_1; NullCheck(L_139); CNetService_SendMsgStruct_m258771320(L_139, L_140, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendLoginResult_m3955800188(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); goto IL_030f; } IL_0302: { CNetMainLogic_SetNetState_m3776391945(__this, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendLoginResult_m3955800188(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); } IL_030f: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgLoginLobby(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgLoginLobby_m4085730474 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgLoginLobby_m4085730474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CQualifyingManager_t954001806 * L_0 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = L_0->get_IsQualifyingGame_15(); if (!L_1) { goto IL_0019; } } { CQualifyingManager_t954001806 * L_2 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CQualifyingManager_RefreshNeedToReturnToLobby_m2545469350(L_2, /*hidden argument*/NULL); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1471007674, /*hidden argument*/NULL); CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)12), /*hidden argument*/NULL); 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(); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SDKProxyManager_CollectGameStart_m3908341061(NULL /*static, unused*/, _stringLiteral3451565962, _stringLiteral3452614543, L_3, L_4, L_5, L_6, _stringLiteral3452614543, /*hidden argument*/NULL); CMainRole_t4200562839 * L_7 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); ISceneRole_SetNeedPlayEnterRoomAnim_m3225743564(L_7, (bool)1, /*hidden argument*/NULL); int32_t L_8 = PlayerPrefs_GetInt_m1299643124(NULL /*static, unused*/, _stringLiteral2302103130, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0075; } } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendCreateRoleResult_m2773874863(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); } IL_0075: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgSceneProperty(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgSceneProperty_m1270033660 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgSceneProperty_m1270033660_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgSceneProperty_t2338986832 * V_0 = NULL; int32_t V_1 = 0; CProperty_t963755051 * V_2 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgSceneProperty_t2338986832 *)CastclassClass((RuntimeObject*)L_0, SMsgSceneProperty_t2338986832_il2cpp_TypeInfo_var)); SMsgSceneProperty_t2338986832 * L_1 = V_0; NullCheck(L_1); CProperty_t963755051 * L_2 = L_1->get_m_PropPtr_1(); if (!L_2) { goto IL_0031; } } { 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); CSceneService_t551449725 * L_4 = CRoot_GetSceneService_m2061443921(L_3, /*hidden argument*/NULL); NullCheck(L_4); CProperty_t963755051 * L_5 = CSceneService_GetSceneNetProperty_m2882939145(L_4, /*hidden argument*/NULL); SMsgSceneProperty_t2338986832 * L_6 = V_0; NullCheck(L_6); CProperty_t963755051 * L_7 = L_6->get_m_PropPtr_1(); NullCheck(L_5); CProperty_Append_m396754954(L_5, L_7, /*hidden argument*/NULL); goto IL_0067; } IL_0031: { SMsgSceneProperty_t2338986832 * L_8 = V_0; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = L_8->get_m_PropBuf_0(); if (!L_9) { goto IL_0067; } } { V_1 = 0; CProperty_t963755051 * L_10 = (CProperty_t963755051 *)il2cpp_codegen_object_new(CProperty_t963755051_il2cpp_TypeInfo_var); CProperty__ctor_m1842622200(L_10, /*hidden argument*/NULL); V_2 = L_10; CProperty_t963755051 * L_11 = V_2; SMsgSceneProperty_t2338986832 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = L_12->get_m_PropBuf_0(); NullCheck(L_11); CProperty_DeserialStream_m3774636950(L_11, L_13, (&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_14 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CSceneService_t551449725 * L_15 = CRoot_GetSceneService_m2061443921(L_14, /*hidden argument*/NULL); NullCheck(L_15); CProperty_t963755051 * L_16 = CSceneService_GetSceneNetProperty_m2882939145(L_15, /*hidden argument*/NULL); CProperty_t963755051 * L_17 = V_2; NullCheck(L_16); CProperty_Append_m396754954(L_16, L_17, /*hidden argument*/NULL); } IL_0067: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgSceneAddObj(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgSceneAddObj_m171707251 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgSceneAddObj_m171707251_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgAddObj_t71644132 * V_0 = NULL; ISceneBaseObj_t858622483 * V_1 = NULL; CMainRole_t4200562839 * V_2 = NULL; CProperty_t963755051 * V_3 = NULL; int32_t V_4 = 0; int16_t V_5 = 0; int16_t V_6 = 0; bool V_7 = false; bool V_8 = false; int32_t V_9 = 0; int32_t G_B19_0 = 0; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgAddObj_t71644132 *)CastclassClass((RuntimeObject*)L_0, SMsgAddObj_t71644132_il2cpp_TypeInfo_var)); V_1 = (ISceneBaseObj_t858622483 *)NULL; CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_1; CMainRole_t4200562839 * L_2 = V_2; NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); SMsgAddObj_t71644132 * L_4 = V_0; NullCheck(L_4); int64_t L_5 = L_4->get_ObjectId_0(); if ((!(((uint64_t)L_3) == ((uint64_t)L_5)))) { goto IL_0022; } } { CMainRole_t4200562839 * L_6 = V_2; V_1 = L_6; } IL_0022: { SMsgAddObj_t71644132 * L_7 = V_0; NullCheck(L_7); CProperty_t963755051 * L_8 = L_7->get__attachedProp_4(); V_3 = L_8; CProperty_t963755051 * L_9 = V_3; if (!L_9) { goto IL_003b; } } { CProperty_t963755051 * L_10 = V_3; NullCheck(L_10); int32_t L_11 = CProperty_GetCount_m4271154150(L_10, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_11))) { goto IL_0071; } } IL_003b: { SMsgAddObj_t71644132 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = L_12->get_m_PropBuf_3(); if (L_13) { goto IL_005a; } } { CLogHelp_t779629444 * L_14 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CLogHelp_Log_m386290467(L_14, _stringLiteral2289839653, /*hidden argument*/NULL); goto IL_0071; } IL_005a: { V_4 = 0; CProperty_t963755051 * L_15 = (CProperty_t963755051 *)il2cpp_codegen_object_new(CProperty_t963755051_il2cpp_TypeInfo_var); CProperty__ctor_m1842622200(L_15, /*hidden argument*/NULL); V_3 = L_15; CProperty_t963755051 * L_16 = V_3; SMsgAddObj_t71644132 * L_17 = V_0; NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = L_17->get_m_PropBuf_3(); NullCheck(L_16); CProperty_DeserialStream_m3774636950(L_16, L_18, (&V_4), /*hidden argument*/NULL); } IL_0071: { SMsgAddObj_t71644132 * L_19 = V_0; NullCheck(L_19); int16_t L_20 = L_19->get_nType_1(); V_5 = L_20; CProperty_t963755051 * L_21 = V_3; NullCheck(L_21); int32_t L_22 = CProperty_GetInt_m2680341236(L_21, _stringLiteral936054542, 0, /*hidden argument*/NULL); V_6 = (((int16_t)((int16_t)L_22))); CMainRole_t4200562839 * L_23 = V_2; NullCheck(L_23); int64_t L_24 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_23); SMsgAddObj_t71644132 * L_25 = V_0; NullCheck(L_25); int64_t L_26 = L_25->get_ObjectId_0(); if ((((int64_t)L_24) == ((int64_t)L_26))) { goto IL_00d7; } } { CSceneService_t551449725 * L_27 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); CProperty_t963755051 * L_28 = CSceneService_GetSceneNetProperty_m2882939145(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29 = CProperty_GetInt_m2680341236(L_28, _stringLiteral816700875, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)6)))) { goto IL_00d7; } } { int16_t L_30 = V_5; if ((!(((uint32_t)L_30) == ((uint32_t)4)))) { goto IL_00d7; } } { SMsgAddObj_t71644132 * L_31 = V_0; NullCheck(L_31); int64_t L_32 = L_31->get_ObjectId_0(); int64_t L_33 = L_32; RuntimeObject * L_34 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_33); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1015581140, L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); return; } IL_00d7: { ISceneBaseObj_t858622483 * L_36 = V_1; if (L_36) { goto IL_01ac; } } { CSceneService_t551449725 * L_37 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgAddObj_t71644132 * L_38 = V_0; NullCheck(L_38); int64_t L_39 = L_38->get_ObjectId_0(); NullCheck(L_37); ISceneBaseObj_t858622483 * L_40 = CSceneService_GetSceneBaseObj_m1922388889(L_37, L_39, /*hidden argument*/NULL); V_1 = L_40; ISceneBaseObj_t858622483 * L_41 = V_1; if (!L_41) { goto IL_0125; } } { SMsgAddObj_t71644132 * L_42 = V_0; NullCheck(L_42); int64_t L_43 = L_42->get_ObjectId_0(); if ((((int64_t)L_43) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0125; } } { CLogHelp_t779629444 * L_44 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgAddObj_t71644132 * L_45 = V_0; NullCheck(L_45); int64_t L_46 = L_45->get_ObjectId_0(); int64_t L_47 = L_46; RuntimeObject * L_48 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_47); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral900617284, L_48, /*hidden argument*/NULL); NullCheck(L_44); CLogHelp_LogAuto_m2403746865(L_44, L_49, /*hidden argument*/NULL); goto IL_01a0; } IL_0125: { int16_t L_50 = V_5; if ((!(((uint32_t)L_50) == ((uint32_t)4)))) { goto IL_013b; } } { int16_t L_51 = V_6; if ((((int32_t)L_51) == ((int32_t)1))) { goto IL_013b; } } { G_B19_0 = 1; goto IL_013c; } IL_013b: { G_B19_0 = 0; } IL_013c: { V_7 = (bool)G_B19_0; bool L_52 = V_7; if (!L_52) { goto IL_016b; } } { CSceneService_t551449725 * L_53 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_53); ISceneBaseObj_t858622483 * L_55 = CSceneService_CreateGameObj_m958236987(L_53, L_54, 5, /*hidden argument*/NULL); V_1 = L_55; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_56 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); CSceneService_t551449725 * L_57 = CRoot_GetSceneService_m2061443921(L_56, /*hidden argument*/NULL); NullCheck(L_57); CSceneService_m_laborNeedJudge_m202520281(L_57, /*hidden argument*/NULL); goto IL_01a0; } IL_016b: { CSceneService_t551449725 * L_58 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_58); ISceneBaseObj_t858622483 * L_60 = CSceneService_CreateGameObj_m958236987(L_58, L_59, 1, /*hidden argument*/NULL); V_1 = 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); bool L_63 = CSceneService_m_laborNeedJudge_m202520281(L_62, /*hidden argument*/NULL); V_8 = L_63; bool L_64 = V_8; if (!L_64) { goto IL_01a0; } } { ISceneBaseObj_t858622483 * L_65 = V_1; NullCheck(((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_65, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneRole_SetNeedPlayEnterRoomAnim_m3225743564(((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_65, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); } IL_01a0: { ISceneBaseObj_t858622483 * L_66 = V_1; SMsgAddObj_t71644132 * L_67 = V_0; NullCheck(L_67); int64_t L_68 = L_67->get_ObjectId_0(); NullCheck(L_66); VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_66, L_68); } IL_01ac: { ISceneBaseObj_t858622483 * L_69 = V_1; SMsgAddObj_t71644132 * L_70 = V_0; NullCheck(L_70); int32_t L_71 = L_70->get_nModelId_2(); NullCheck(L_69); ISceneBaseObj_SetModelID_m3286778194(L_69, L_71, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_72 = V_1; int16_t L_73 = V_5; NullCheck(L_72); ISceneBaseObj_SetServerType_m3318423344(L_72, L_73, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_74 = V_1; int16_t L_75 = V_6; NullCheck(L_74); ISceneBaseObj_SetSubType_m2147549751(L_74, L_75, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_76 = V_1; NullCheck(L_76); CProperty_t963755051 * L_77 = ISceneBaseObj_GetNetProperty_m1709069404(L_76, /*hidden argument*/NULL); CProperty_t963755051 * L_78 = V_3; NullCheck(L_77); CProperty_Append_m396754954(L_77, L_78, /*hidden argument*/NULL); CQualifyingManager_t954001806 * L_79 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgAddObj_t71644132 * L_80 = V_0; NullCheck(L_80); int64_t L_81 = L_80->get_ObjectId_0(); NullCheck(L_79); CQualifyingManager_RequestPlayerQualifyingData_m916205930(L_79, L_81, /*hidden argument*/NULL); CQualifyingManager_t954001806 * L_82 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_82); bool L_83 = L_82->get_IsQualifyingGame_15(); if (!L_83) { goto IL_01fd; } } { CQualifyingManager_t954001806 * L_84 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_84); CQualifyingManager_RefreshRoleInfo_m2522254089(L_84, /*hidden argument*/NULL); } IL_01fd: { CLevelManager_t3077608201 * L_85 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); bool L_86 = CLevelManager_IsLevel_m3139716542(L_85, _stringLiteral2570825119, /*hidden argument*/NULL); if (L_86) { goto IL_0236; } } { CLevelManager_t3077608201 * L_87 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_87); bool L_88 = CLevelManager_IsLevel_m3139716542(L_87, _stringLiteral2601265189, /*hidden argument*/NULL); if (!L_88) { goto IL_0256; } } { ISceneBaseObj_t858622483 * L_89 = V_1; NullCheck(L_89); int64_t L_90 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_89); CMainRole_t4200562839 * L_91 = V_2; NullCheck(L_91); int64_t L_92 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_91); if ((((int64_t)L_90) == ((int64_t)L_92))) { goto IL_0256; } } IL_0236: { ISceneBaseObj_t858622483 * L_93 = V_1; NullCheck(L_93); CProperty_t963755051 * L_94 = ISceneBaseObj_GetNetProperty_m1709069404(L_93, /*hidden argument*/NULL); NullCheck(L_94); int32_t L_95 = CProperty_GetInt_m2680341236(L_94, _stringLiteral3963994475, 0, /*hidden argument*/NULL); V_9 = L_95; IL2CPP_RUNTIME_CLASS_INIT(CTitleManager_t3025273230_il2cpp_TypeInfo_var); CTitleManager_t3025273230 * L_96 = CTitleManager_GetInstance_m3413488441(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_97 = V_9; NullCheck(L_96); CTitleManager_AddTitleAnim_m3972355658(L_96, L_97, /*hidden argument*/NULL); } IL_0256: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgSceneRemoveObj(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgSceneRemoveObj_m644369897 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgSceneRemoveObj_m644369897_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); INetMsgBaseS2C_t126919271 * L_1 = ___msg0; NullCheck(((SMsgRemoveObj_t2019973777 *)CastclassClass((RuntimeObject*)L_1, SMsgRemoveObj_t2019973777_il2cpp_TypeInfo_var))); int64_t L_2 = ((SMsgRemoveObj_t2019973777 *)CastclassClass((RuntimeObject*)L_1, SMsgRemoveObj_t2019973777_il2cpp_TypeInfo_var))->get_ObjectId_0(); NullCheck(L_0); CSceneService_DestroyRoleObj_m3016152155(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgChangeProperty(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgChangeProperty_m1157397811 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgChangeProperty_m1157397811_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgChangeProperty_t1788627945 * V_0 = NULL; ISceneBaseObj_t858622483 * V_1 = NULL; int32_t V_2 = 0; CProperty_t963755051 * V_3 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgChangeProperty_t1788627945 *)CastclassClass((RuntimeObject*)L_0, SMsgChangeProperty_t1788627945_il2cpp_TypeInfo_var)); CSceneService_t551449725 * L_1 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgChangeProperty_t1788627945 * L_2 = V_0; NullCheck(L_2); int64_t L_3 = L_2->get_ObjectId_0(); NullCheck(L_1); ISceneBaseObj_t858622483 * L_4 = CSceneService_GetSceneBaseObj_m1922388889(L_1, L_3, /*hidden argument*/NULL); V_1 = L_4; ISceneBaseObj_t858622483 * L_5 = V_1; if (!L_5) { goto IL_0071; } } { SMsgChangeProperty_t1788627945 * L_6 = V_0; NullCheck(L_6); CProperty_t963755051 * L_7 = L_6->get_m_PropPtr_2(); if (!L_7) { goto IL_003f; } } { ISceneBaseObj_t858622483 * L_8 = V_1; NullCheck(L_8); CProperty_t963755051 * L_9 = ISceneBaseObj_GetNetProperty_m1709069404(L_8, /*hidden argument*/NULL); SMsgChangeProperty_t1788627945 * L_10 = V_0; NullCheck(L_10); CProperty_t963755051 * L_11 = L_10->get_m_PropPtr_2(); NullCheck(L_9); CProperty_Append_m396754954(L_9, L_11, /*hidden argument*/NULL); goto IL_006c; } IL_003f: { SMsgChangeProperty_t1788627945 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = L_12->get_m_PropBuf_1(); if (!L_13) { goto IL_006c; } } { V_2 = 0; CProperty_t963755051 * L_14 = (CProperty_t963755051 *)il2cpp_codegen_object_new(CProperty_t963755051_il2cpp_TypeInfo_var); CProperty__ctor_m1842622200(L_14, /*hidden argument*/NULL); V_3 = L_14; CProperty_t963755051 * L_15 = V_3; SMsgChangeProperty_t1788627945 * L_16 = V_0; NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = L_16->get_m_PropBuf_1(); NullCheck(L_15); CProperty_DeserialStream_m3774636950(L_15, L_17, (&V_2), /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_18 = V_1; NullCheck(L_18); CProperty_t963755051 * L_19 = ISceneBaseObj_GetNetProperty_m1709069404(L_18, /*hidden argument*/NULL); CProperty_t963755051 * L_20 = V_3; NullCheck(L_19); CProperty_Append_m396754954(L_19, L_20, /*hidden argument*/NULL); } IL_006c: { goto IL_009b; } IL_0071: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_21 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CLogHelp_t779629444 * L_22 = CRoot_GetLogService_m687714144(L_21, /*hidden argument*/NULL); SMsgChangeProperty_t1788627945 * L_23 = V_0; NullCheck(L_23); int64_t* L_24 = L_23->get_address_of_ObjectId_0(); String_t* L_25 = Int64_ToString_m2986581816(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3684522865, L_25, /*hidden argument*/NULL); NullCheck(L_22); CLogHelp_LogFile_m4227814860(L_22, L_26, /*hidden argument*/NULL); } IL_009b: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgChangeItemProperty(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgChangeItemProperty_m818503310 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgChangeItemProperty_m818503310_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgItemPropertyChange_t2752012750 * V_0 = NULL; int32_t V_1 = 0; CProperty_t963755051 * V_2 = NULL; CDataProperty_t2806246268 * V_3 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgItemPropertyChange_t2752012750 *)CastclassClass((RuntimeObject*)L_0, SMsgItemPropertyChange_t2752012750_il2cpp_TypeInfo_var)); V_1 = 0; CProperty_t963755051 * L_1 = (CProperty_t963755051 *)il2cpp_codegen_object_new(CProperty_t963755051_il2cpp_TypeInfo_var); CProperty__ctor_m1842622200(L_1, /*hidden argument*/NULL); V_2 = L_1; CProperty_t963755051 * L_2 = V_2; SMsgItemPropertyChange_t2752012750 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = L_3->get_m_PropBuf_1(); NullCheck(L_2); CProperty_DeserialStream_m3774636950(L_2, L_4, (&V_1), /*hidden argument*/NULL); CProperty_t963755051 * L_5 = V_2; NullCheck(L_5); CDataProperty_t2806246268 * L_6 = CProperty_ToUserProperty_m397835239(L_5, /*hidden argument*/NULL); V_3 = L_6; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_7 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgItemPropertyChange_t2752012750 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_m_nItemServerID_0(); CDataProperty_t2806246268 * L_10 = V_3; NullCheck(L_7); CPropManager_FreshPropItem_m1807856006(L_7, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_11 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgItemPropertyChange_t2752012750 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->get_m_nItemServerID_0(); CDataProperty_t2806246268 * L_14 = V_3; NullCheck(L_11); CItemManager_ChangeItemProperty_m2287137100(L_11, L_13, L_14, /*hidden argument*/NULL); CFragmentManager_t4020029771 * L_15 = CFragmentManager_GetInstance_m784900893(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CFragmentManager_set_IsNeedRefreshAll_m3308324721(L_15, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_16 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CActivityManager_set_IsNeedRefreshAll_m3263996115(L_16, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgSceneEnterScene(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgSceneEnterScene_m1159379495 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgSceneEnterScene_m1159379495_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgEntryScene_t3683309046 * V_0 = NULL; CSceneService_t551449725 * V_1 = NULL; { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)14), /*hidden argument*/NULL); INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgEntryScene_t3683309046 *)CastclassClass((RuntimeObject*)L_0, SMsgEntryScene_t3683309046_il2cpp_TypeInfo_var)); 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); CSceneService_t551449725 * L_2 = CRoot_GetSceneService_m2061443921(L_1, /*hidden argument*/NULL); V_1 = L_2; CSceneService_t551449725 * L_3 = V_1; if (!L_3) { goto IL_005c; } } { CSceneService_t551449725 * L_4 = V_1; SMsgEntryScene_t3683309046 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_nSceneModel_1(); NullCheck(L_4); CSceneService_SetSceneID_m2003638378(L_4, L_6, /*hidden argument*/NULL); CSceneService_t551449725 * L_7 = V_1; SMsgEntryScene_t3683309046 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_nEntryPlayersNum_4(); NullCheck(L_7); CSceneService_SetRoleNum_m2792841694(L_7, L_9, /*hidden argument*/NULL); CSceneService_t551449725 * L_10 = V_1; SMsgEntryScene_t3683309046 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = L_11->get_nEntryPlayersNum_4(); NullCheck(L_10); CSceneService_SetLaborNum_m3875193949(L_10, L_12, /*hidden argument*/NULL); CSceneService_t551449725 * L_13 = V_1; SMsgEntryScene_t3683309046 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = L_14->get_nRoomLvType_2(); NullCheck(L_13); CSceneService_SetRoomLvType_m2267626095(L_13, L_15, /*hidden argument*/NULL); CSceneService_t551449725 * L_16 = V_1; SMsgEntryScene_t3683309046 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->get_nRoomMainType_3(); NullCheck(L_16); CSceneService_SetRoomMainType_m1665182892(L_16, L_18, /*hidden argument*/NULL); } IL_005c: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgPropertyTable(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgPropertyTable_m3286990952 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgPropertyTable_m3286990952_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgPropertyTable_t1715258501 * V_0 = NULL; Enumerator_t1388194533 V_1; memset(&V_1, 0, sizeof(V_1)); PropData_t2321843210 V_2; memset(&V_2, 0, sizeof(V_2)); PropData_t2321843210 V_3; memset(&V_3, 0, sizeof(V_3)); { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgPropertyTable_t1715258501 *)CastclassClass((RuntimeObject*)L_0, SMsgPropertyTable_t1715258501_il2cpp_TypeInfo_var)); SMsgPropertyTable_t1715258501 * L_1 = V_0; NullCheck(L_1); List_1_t3793917952 * L_2 = L_1->get_propArray_1(); if (!L_2) { goto IL_005d; } } { SMsgPropertyTable_t1715258501 * L_3 = V_0; NullCheck(L_3); List_1_t3793917952 * L_4 = L_3->get_propArray_1(); NullCheck(L_4); Enumerator_t1388194533 L_5 = List_1_GetEnumerator_m3995760255(L_4, /*hidden argument*/List_1_GetEnumerator_m3995760255_RuntimeMethod_var); V_1 = L_5; goto IL_0046; } IL_0023: { PropData_t2321843210 L_6 = Enumerator_get_Current_m467852011((&V_1), /*hidden argument*/Enumerator_get_Current_m467852011_RuntimeMethod_var); V_2 = L_6; int32_t L_7 = (&V_2)->get_propType_1(); PropData_t2321843210 L_8 = Enumerator_get_Current_m467852011((&V_1), /*hidden argument*/Enumerator_get_Current_m467852011_RuntimeMethod_var); V_3 = L_8; String_t* L_9 = (&V_3)->get_propName_0(); IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); CPropDictionary_Push_m1406080517(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); } IL_0046: { bool L_10 = Enumerator_MoveNext_m2048964861((&V_1), /*hidden argument*/Enumerator_MoveNext_m2048964861_RuntimeMethod_var); if (L_10) { goto IL_0023; } } { SMsgPropertyTable_t1715258501 * L_11 = V_0; NullCheck(L_11); List_1_t3793917952 * L_12 = L_11->get_propArray_1(); NullCheck(L_12); List_1_Clear_m3341358949(L_12, /*hidden argument*/List_1_Clear_m3341358949_RuntimeMethod_var); } IL_005d: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgFirstLogin(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgFirstLogin_m1582945983 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgFirstLogin_m1582945983_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; AudioSource_t3935305588 * V_4 = NULL; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002d; } } { CLogHelp_t779629444 * L_3 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1576304227, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_3); CLogHelp_LogDrawAuto_m4288732155(L_3, L_4, /*hidden argument*/NULL); return; } IL_002d: { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral1597722606, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_8, (bool)0, /*hidden argument*/NULL); Camera_t4157153871 * L_9 = V_0; NullCheck(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(L_9, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral607772596, /*hidden argument*/NULL); V_2 = L_11; Transform_t3600365921 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_007d; } } { CLogHelp_t779629444 * L_14 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral889723620, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_14); CLogHelp_LogDrawAuto_m4288732155(L_14, L_15, /*hidden argument*/NULL); return; } IL_007d: { GameObject_t1113636619 * L_16 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral4166462976, /*hidden argument*/NULL); V_3 = L_16; GameObject_t1113636619 * L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_17, (bool)0, /*hidden argument*/NULL); Camera_t4157153871 * L_18 = V_0; NullCheck(L_18); AudioSource_t3935305588 * L_19 = Component_GetComponent_TisAudioSource_t3935305588_m1977431131(L_18, /*hidden argument*/Component_GetComponent_TisAudioSource_t3935305588_m1977431131_RuntimeMethod_var); V_4 = L_19; AudioSource_t3935305588 * L_20 = V_4; 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_00ab; } } { AudioSource_t3935305588 * L_22 = V_4; NullCheck(L_22); AudioSource_Stop_m2682712816(L_22, /*hidden argument*/NULL); } IL_00ab: { CNetMainLogic_OnStoryPlayStart_m449533615(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnStoryPlayStart() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnStoryPlayStart_m449533615 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { { CNetMainLogic_OnStoryPlayEnd_m2871940693(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnStoryPlayEnd() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnStoryPlayEnd_m2871940693 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnStoryPlayEnd_m2871940693_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; CLogin_t728508773 * V_1 = NULL; CLogin_t728508773 * G_B3_0 = NULL; { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)9), /*hidden argument*/NULL); GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral917982364, /*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_002a; } } { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); CLogin_t728508773 * L_4 = GameObject_GetComponent_TisCLogin_t728508773_m2746113055(L_3, /*hidden argument*/GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var); G_B3_0 = L_4; goto IL_002b; } IL_002a: { G_B3_0 = ((CLogin_t728508773 *)(NULL)); } IL_002b: { V_1 = G_B3_0; CLogin_t728508773 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0053; } } { CLogHelp_t779629444 * L_7 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1060846178, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_7); CLogHelp_LogDrawAuto_m4288732155(L_7, L_8, /*hidden argument*/NULL); return; } IL_0053: { CLogin_t728508773 * 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_0065; } } { CLogin_t728508773 * L_11 = V_1; NullCheck(L_11); CLogin_OnServerCallRegAvatar_m3593600835(L_11, /*hidden argument*/NULL); } IL_0065: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgRegister(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgRegister_m3255495922 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgRegister_m3255495922_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgRegister_t14177495 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; CLogin_t728508773 * V_4 = NULL; GameObject_t1113636619 * V_5 = NULL; CLogin_t728508773 * V_6 = NULL; CLogin_t728508773 * G_B4_0 = NULL; CLogin_t728508773 * G_B10_0 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgRegister_t14177495 *)CastclassClass((RuntimeObject*)L_0, SMsgRegister_t14177495_il2cpp_TypeInfo_var)); SMsgRegister_t14177495 * L_1 = V_0; NullCheck(L_1); uint8_t L_2 = L_1->get_result_0(); if (L_2) { goto IL_0098; } } { CNetMainLogic_SetNetState_m3776391945(__this, 3, /*hidden argument*/NULL); 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(); V_1 = L_3; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = 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); CAccManager_t1454736772 * L_6 = CRoot_GetAccManager_m510313156(L_5, /*hidden argument*/NULL); NullCheck(L_6); CAccManager_GetCurAcc_m814789783(L_6, (&V_1), (&V_2), /*hidden argument*/NULL); CRoot_t1043641654 * L_7 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CAccManager_t1454736772 * L_8 = CRoot_GetAccManager_m510313156(L_7, /*hidden argument*/NULL); NullCheck(L_8); CAccManager_Save_m839917893(L_8, /*hidden argument*/NULL); CRoot_t1043641654 * L_9 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CNetMainLogic_t857650587 * L_10 = CRoot_GetNetControl_m305351655(L_9, /*hidden argument*/NULL); String_t* L_11 = V_1; String_t* L_12 = V_2; NullCheck(L_10); CNetMainLogic_SetUserACC_m1345299655(L_10, L_11, L_12, /*hidden argument*/NULL); GameObject_t1113636619 * L_13 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral917982364, /*hidden argument*/NULL); V_3 = L_13; GameObject_t1113636619 * L_14 = V_3; 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_007b; } } { GameObject_t1113636619 * L_16 = V_3; NullCheck(L_16); CLogin_t728508773 * L_17 = GameObject_GetComponent_TisCLogin_t728508773_m2746113055(L_16, /*hidden argument*/GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var); G_B4_0 = L_17; goto IL_007c; } IL_007b: { G_B4_0 = ((CLogin_t728508773 *)(NULL)); } IL_007c: { V_4 = G_B4_0; CLogin_t728508773 * L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0093; } } { CLogin_t728508773 * L_20 = V_4; NullCheck(L_20); CLogin_OnRegisterAccResult_m1066848269(L_20, (bool)1, /*hidden argument*/NULL); } IL_0093: { goto IL_00dc; } IL_0098: { CNetMainLogic_SetNetState_m3776391945(__this, 1, /*hidden argument*/NULL); GameObject_t1113636619 * L_21 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral917982364, /*hidden argument*/NULL); V_5 = L_21; GameObject_t1113636619 * 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_00c4; } } { GameObject_t1113636619 * L_24 = V_5; NullCheck(L_24); CLogin_t728508773 * L_25 = GameObject_GetComponent_TisCLogin_t728508773_m2746113055(L_24, /*hidden argument*/GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var); G_B10_0 = L_25; goto IL_00c5; } IL_00c4: { G_B10_0 = ((CLogin_t728508773 *)(NULL)); } IL_00c5: { V_6 = G_B10_0; CLogin_t728508773 * L_26 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00dc; } } { CLogin_t728508773 * L_28 = V_6; NullCheck(L_28); CLogin_OnRegisterAccResult_m1066848269(L_28, (bool)0, /*hidden argument*/NULL); } IL_00dc: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgCreateRoleResult(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgCreateRoleResult_m2001262401 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgCreateRoleResult_m2001262401_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgCreateRoleResult_t2078496042 * V_0 = NULL; bool V_1 = false; int32_t G_B3_0 = 0; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgCreateRoleResult_t2078496042 *)CastclassClass((RuntimeObject*)L_0, SMsgCreateRoleResult_t2078496042_il2cpp_TypeInfo_var)); SMsgCreateRoleResult_t2078496042 * L_1 = V_0; NullCheck(L_1); uint8_t L_2 = L_1->get_result_0(); if (L_2) { goto IL_0018; } } { G_B3_0 = 1; goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { V_1 = (bool)G_B3_0; bool L_3 = V_1; if (!L_3) { goto IL_002d; } } { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)11), /*hidden argument*/NULL); goto IL_003b; } IL_002d: { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)9), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendCreateRoleResult_m2773874863(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); } IL_003b: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgRelink(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgRelink_m2098193648 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgRelink_m2098193648_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgRelink_t1870060133 * V_0 = NULL; int32_t V_1 = 0; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgRelink_t1870060133 *)CastclassClass((RuntimeObject*)L_0, SMsgRelink_t1870060133_il2cpp_TypeInfo_var)); SMsgRelink_t1870060133 * L_1 = V_0; NullCheck(L_1); int32_t L_2 = L_1->get_m_SceneType_0(); V_1 = L_2; int32_t L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0022; } } { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)14), /*hidden argument*/NULL); goto IL_002a; } IL_0022: { CNetMainLogic_SetNetState_m3776391945(__this, ((int32_t)12), /*hidden argument*/NULL); } IL_002a: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgSystemInfo(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgSystemInfo_m2422113598 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgSystemInfo_m2422113598_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgSystemInfo_t1115622735 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; StringU5BU5D_t1281789340* V_7 = NULL; int32_t V_8 = 0; String_t* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 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); { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgSystemInfo_t1115622735 *)CastclassClass((RuntimeObject*)L_0, SMsgSystemInfo_t1115622735_il2cpp_TypeInfo_var)); SMsgSystemInfo_t1115622735 * L_1 = V_0; if (L_1) { goto IL_000e; } } { return; } IL_000e: { SMsgSystemInfo_t1115622735 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = L_2->get_m_InfoContent_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, _stringLiteral3504280267, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_005c; } } { SMsgSystemInfo_t1115622735 * L_5 = V_0; NullCheck(L_5); StringU5BU5D_t1281789340* L_6 = L_5->get_m_Params_4(); NullCheck(L_6); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)1))) { goto IL_005c; } } { SMsgSystemInfo_t1115622735 * L_7 = V_0; NullCheck(L_7); StringU5BU5D_t1281789340* L_8 = L_7->get_m_Params_4(); NullCheck(L_8); int32_t L_9 = 1; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3824153652, L_10, /*hidden argument*/NULL); V_1 = L_11; SMsgSystemInfo_t1115622735 * L_12 = V_0; NullCheck(L_12); StringU5BU5D_t1281789340* L_13 = L_12->get_m_Params_4(); CTextHelp_t3119637808 * L_14 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_15 = V_1; NullCheck(L_14); String_t* L_16 = CTextHelp_GetText_m3374553046(L_14, L_15, _stringLiteral345825936, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(1), (String_t*)L_16); } IL_005c: { SMsgSystemInfo_t1115622735 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = L_17->get_m_InfoContent_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, _stringLiteral1186641144, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00be; } } { SMsgSystemInfo_t1115622735 * L_20 = V_0; NullCheck(L_20); StringU5BU5D_t1281789340* L_21 = L_20->get_m_Params_4(); NullCheck(L_21); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))) <= ((int32_t)2))) { goto IL_00be; } } { SMsgSystemInfo_t1115622735 * L_22 = V_0; NullCheck(L_22); StringU5BU5D_t1281789340* L_23 = L_22->get_m_Params_4(); NullCheck(L_23); int32_t L_24 = 1; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_26 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_25, 0, /*hidden argument*/NULL); V_2 = L_26; SMsgSystemInfo_t1115622735 * L_27 = V_0; NullCheck(L_27); StringU5BU5D_t1281789340* L_28 = L_27->get_m_Params_4(); NullCheck(L_28); int32_t L_29 = 2; String_t* L_30 = (L_28)->GetAt(static_cast(L_29)); int32_t L_31 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_30, 0, /*hidden argument*/NULL); V_3 = L_31; IL2CPP_RUNTIME_CLASS_INIT(CFruitMachineCtrllor_t592290270_il2cpp_TypeInfo_var); CFruitMachineCtrllor_t592290270 * L_32 = CFruitMachineCtrllor_GetInstance_m2472498613(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_33 = V_2; int32_t L_34 = V_3; NullCheck(L_32); CFruitMachineCtrllor_GetResultName_m2555868484(L_32, L_33, L_34, /*hidden argument*/NULL); SMsgSystemInfo_t1115622735 * L_35 = V_0; NullCheck(L_35); StringU5BU5D_t1281789340* L_36 = L_35->get_m_Params_4(); CFruitMachineCtrllor_t592290270 * L_37 = CFruitMachineCtrllor_GetInstance_m2472498613(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_38 = V_2; int32_t L_39 = V_3; NullCheck(L_37); String_t* L_40 = CFruitMachineCtrllor_GetResultName_m2555868484(L_37, L_38, L_39, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_40); (L_36)->SetAt(static_cast(1), (String_t*)L_40); } IL_00be: { SMsgSystemInfo_t1115622735 * L_41 = V_0; NullCheck(L_41); String_t* L_42 = L_41->get_m_InfoContent_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, _stringLiteral3142956280, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0101; } } { SMsgSystemInfo_t1115622735 * L_44 = V_0; NullCheck(L_44); StringU5BU5D_t1281789340* L_45 = L_44->get_m_Params_4(); NullCheck(L_45); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))) <= ((int32_t)1))) { goto IL_0101; } } { SMsgSystemInfo_t1115622735 * L_46 = V_0; NullCheck(L_46); StringU5BU5D_t1281789340* L_47 = L_46->get_m_Params_4(); CShopConfig_t202154353 * L_48 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgSystemInfo_t1115622735 * L_49 = V_0; NullCheck(L_49); StringU5BU5D_t1281789340* L_50 = L_49->get_m_Params_4(); NullCheck(L_50); int32_t L_51 = 1; String_t* L_52 = (L_50)->GetAt(static_cast(L_51)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_53 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_52, 0, /*hidden argument*/NULL); NullCheck(L_48); String_t* L_54 = CShopConfig_GetName_m2272590700(L_48, L_53, /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_54); (L_47)->SetAt(static_cast(1), (String_t*)L_54); } IL_0101: { CTextHelp_t3119637808 * L_55 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgSystemInfo_t1115622735 * L_56 = V_0; NullCheck(L_56); String_t* L_57 = L_56->get_m_InfoContent_2(); NullCheck(L_55); String_t* L_58 = CTextHelp_GetText_m372251958(L_55, L_57, /*hidden argument*/NULL); V_4 = L_58; String_t* L_59 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); if (L_60) { goto IL_01cf; } } { SMsgSystemInfo_t1115622735 * L_61 = V_0; NullCheck(L_61); StringU5BU5D_t1281789340* L_62 = L_61->get_m_Params_4(); if (!L_62) { goto IL_01cf; } } IL_012a: try { // begin try (depth: 1) String_t* L_63 = V_4; SMsgSystemInfo_t1115622735 * L_64 = V_0; NullCheck(L_64); StringU5BU5D_t1281789340* L_65 = L_64->get_m_Params_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Format_m630303134(NULL /*static, unused*/, L_63, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)L_65, /*hidden argument*/NULL); V_4 = L_66; goto IL_01cf; } // 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_013e; throw e; } CATCH_013e: { // begin catch(System.Object) { SMsgSystemInfo_t1115622735 * L_67 = V_0; NullCheck(L_67); String_t* L_68 = L_67->get_m_InfoContent_2(); V_4 = L_68; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_5 = L_69; SMsgSystemInfo_t1115622735 * L_70 = V_0; NullCheck(L_70); StringU5BU5D_t1281789340* L_71 = L_70->get_m_Params_4(); V_7 = L_71; V_8 = 0; goto IL_017b; } IL_015e: { StringU5BU5D_t1281789340* L_72 = V_7; int32_t L_73 = V_8; NullCheck(L_72); int32_t L_74 = L_73; String_t* L_75 = (L_72)->GetAt(static_cast(L_74)); V_6 = L_75; String_t* L_76 = V_5; String_t* L_77 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_78 = String_Concat_m3755062657(NULL /*static, unused*/, L_76, _stringLiteral3452614528, L_77, /*hidden argument*/NULL); V_5 = L_78; int32_t L_79 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); } IL_017b: { int32_t L_80 = V_8; StringU5BU5D_t1281789340* L_81 = V_7; NullCheck(L_81); if ((((int32_t)L_80) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_81)->max_length))))))) { goto IL_015e; } } IL_0186: { ObjectU5BU5D_t2843939325* L_82 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); SMsgSystemInfo_t1115622735 * L_83 = V_0; NullCheck(L_83); int16_t L_84 = L_83->get_m_InfoType_0(); int16_t L_85 = L_84; RuntimeObject * L_86 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_85); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_86); (L_82)->SetAt(static_cast(0), (RuntimeObject *)L_86); ObjectU5BU5D_t2843939325* L_87 = L_82; SMsgSystemInfo_t1115622735 * L_88 = V_0; NullCheck(L_88); int16_t L_89 = L_88->get_m_SubType_1(); int16_t L_90 = L_89; RuntimeObject * L_91 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_90); NullCheck(L_87); ArrayElementTypeCheck (L_87, L_91); (L_87)->SetAt(static_cast(1), (RuntimeObject *)L_91); ObjectU5BU5D_t2843939325* L_92 = L_87; SMsgSystemInfo_t1115622735 * L_93 = V_0; NullCheck(L_93); String_t* L_94 = L_93->get_m_InfoContent_2(); NullCheck(L_92); ArrayElementTypeCheck (L_92, L_94); (L_92)->SetAt(static_cast(2), (RuntimeObject *)L_94); ObjectU5BU5D_t2843939325* L_95 = L_92; String_t* L_96 = V_4; NullCheck(L_95); ArrayElementTypeCheck (L_95, L_96); (L_95)->SetAt(static_cast(3), (RuntimeObject *)L_96); ObjectU5BU5D_t2843939325* L_97 = L_95; String_t* L_98 = V_5; NullCheck(L_97); ArrayElementTypeCheck (L_97, L_98); (L_97)->SetAt(static_cast(4), (RuntimeObject *)L_98); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_99 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral329982230, L_97, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_99, /*hidden argument*/NULL); goto IL_01cf; } } // end catch (depth: 1) IL_01cf: { SMsgSystemInfo_t1115622735 * L_100 = V_0; NullCheck(L_100); int16_t L_101 = L_100->get_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_102 = CMiscHelp_IsContainBit_m3739371850(NULL /*static, unused*/, L_101, (int16_t)2, /*hidden argument*/NULL); if (!L_102) { goto IL_01ed; } } { CMsgManager_t455955613 * L_103 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_104 = V_4; NullCheck(L_103); CMsgManager_PushHint_m1231354654(L_103, L_104, (bool)0, /*hidden argument*/NULL); } IL_01ed: { SMsgSystemInfo_t1115622735 * L_105 = V_0; NullCheck(L_105); int16_t L_106 = L_105->get_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_107 = CMiscHelp_IsContainBit_m3739371850(NULL /*static, unused*/, L_106, (int16_t)4, /*hidden argument*/NULL); if (!L_107) { goto IL_020b; } } { IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_108 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_109 = V_4; NullCheck(L_108); CChatManager_AddSystemInfo_m1503114868(L_108, 0, L_109, /*hidden argument*/NULL); } IL_020b: { SMsgSystemInfo_t1115622735 * L_110 = V_0; NullCheck(L_110); int16_t L_111 = L_110->get_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_112 = CMiscHelp_IsContainBit_m3739371850(NULL /*static, unused*/, L_111, (int16_t)8, /*hidden argument*/NULL); if (!L_112) { goto IL_021c; } } IL_021c: { SMsgSystemInfo_t1115622735 * L_113 = V_0; NullCheck(L_113); int16_t L_114 = L_113->get_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_115 = CMiscHelp_IsContainBit_m3739371850(NULL /*static, unused*/, L_114, (int16_t)((int32_t)16), /*hidden argument*/NULL); if (!L_115) { goto IL_02c0; } } { SMsgSystemInfo_t1115622735 * L_116 = V_0; NullCheck(L_116); String_t* L_117 = L_116->get_m_InfoContent_2(); V_9 = L_117; V_10 = 4; String_t* L_118 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); String_t* L_119 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_GOLD_NOT_ENOUGH_8(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_120 = String_op_Equality_m920492651(NULL /*static, unused*/, L_118, L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_0252; } } { V_10 = 0; goto IL_027f; } IL_0252: { String_t* L_121 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); String_t* L_122 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_DIAMOND_NOT_ENOUGH_9(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_123 = String_op_Equality_m920492651(NULL /*static, unused*/, L_121, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_026b; } } { V_10 = 1; goto IL_027f; } IL_026b: { String_t* L_124 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); String_t* L_125 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_ENERGY_NOT_ENOUGH_10(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_126 = String_op_Equality_m920492651(NULL /*static, unused*/, L_124, L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_027f; } } { V_10 = 2; } IL_027f: { int32_t L_127 = V_10; if ((!(((uint32_t)L_127) == ((uint32_t)4)))) { goto IL_0295; } } { String_t* L_128 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 0, L_128, (OnMsgBoxClkCallBack_t3229751541 *)NULL, /*hidden argument*/NULL); goto IL_02c0; } IL_0295: { V_11 = 0; SMsgSystemInfo_t1115622735 * L_129 = V_0; NullCheck(L_129); uint8_t L_130 = L_129->get_m_ParamCount_3(); if ((((int32_t)L_130) <= ((int32_t)0))) { goto IL_02b4; } } { SMsgSystemInfo_t1115622735 * L_131 = V_0; NullCheck(L_131); StringU5BU5D_t1281789340* L_132 = L_131->get_m_Params_4(); NullCheck(L_132); int32_t L_133 = 0; String_t* L_134 = (L_132)->GetAt(static_cast(L_133)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_134, (&V_11), /*hidden argument*/NULL); } IL_02b4: { int32_t L_135 = V_10; int32_t L_136 = V_11; String_t* L_137 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyGetManager_CheckCurrencyState_m3080792614(NULL /*static, unused*/, L_135, L_136, L_137, /*hidden argument*/NULL); } IL_02c0: { SMsgSystemInfo_t1115622735 * L_138 = V_0; NullCheck(L_138); int16_t L_139 = L_138->get_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_140 = CMiscHelp_IsContainBit_m3739371850(NULL /*static, unused*/, L_139, (int16_t)((int32_t)64), /*hidden argument*/NULL); if (!L_140) { goto IL_02e4; } } { CSystemBroadCast_t3934508125 * L_141 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_142 = V_4; SMsgSystemInfo_t1115622735 * L_143 = V_0; NullCheck(L_143); int16_t L_144 = L_143->get_m_SubType_1(); NullCheck(L_141); CSystemBroadCast_Push_m2778302097(L_141, L_142, L_144, /*hidden argument*/NULL); } IL_02e4: { SMsgSystemInfo_t1115622735 * L_145 = V_0; NullCheck(L_145); int16_t L_146 = L_145->get_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_147 = CMiscHelp_IsContainBit_m3739371850(NULL /*static, unused*/, L_146, (int16_t)((int32_t)32), /*hidden argument*/NULL); if (!L_147) { goto IL_02f6; } } IL_02f6: { SMsgSystemInfo_t1115622735 * L_148 = V_0; NullCheck(L_148); int16_t L_149 = L_148->get_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_150 = CMiscHelp_IsContainBit_m3739371850(NULL /*static, unused*/, L_149, (int16_t)((int32_t)128), /*hidden argument*/NULL); if (!L_150) { goto IL_030b; } } IL_030b: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgActivationCode(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgActivationCode_m1658053085 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgActivationCode_m1658053085_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; CLogin_t728508773 * V_2 = NULL; CLogin_t728508773 * G_B5_0 = NULL; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { Camera_t4157153871 * L_3 = V_0; NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); NullCheck(L_4); Component_BroadcastMessage_m2662892479(L_4, _stringLiteral2159247756, 1, /*hidden argument*/NULL); } IL_0023: { GameObject_t1113636619 * L_5 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral917982364, /*hidden argument*/NULL); V_1 = L_5; GameObject_t1113636619 * 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_0045; } } { GameObject_t1113636619 * L_8 = V_1; NullCheck(L_8); CLogin_t728508773 * L_9 = GameObject_GetComponent_TisCLogin_t728508773_m2746113055(L_8, /*hidden argument*/GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var); G_B5_0 = L_9; goto IL_0046; } IL_0045: { G_B5_0 = ((CLogin_t728508773 *)(NULL)); } IL_0046: { V_2 = G_B5_0; CLogin_t728508773 * L_10 = V_2; 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_005a; } } { CLogin_t728508773 * L_12 = V_2; NullCheck(L_12); CLogin_OnLoginAccResult_m1260657308(L_12, (bool)0, /*hidden argument*/NULL); } IL_005a: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgCustomMsg(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgCustomMsg_m1507708776 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgCustomMsg_m1507708776_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgCustom_t3704812008 * V_0 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgCustom_t3704812008 *)CastclassClass((RuntimeObject*)L_0, SMsgCustom_t3704812008_il2cpp_TypeInfo_var)); CCustomNetMsgHooker_t1749009394 * L_1 = __this->get_m_msgHooker_4(); SMsgCustom_t3704812008 * L_2 = V_0; NullCheck(L_1); CCustomNetMsgHooker_OnCallBackCustomMsg_m3029798170(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgErrorCode(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgErrorCode_m321187508 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgErrorCode_m321187508_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgErrorCode_t1676145453 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; CMsgBoxControl_t806533544 * G_B6_2 = NULL; String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; CMsgBoxControl_t806533544 * G_B5_2 = NULL; String_t* G_B11_0 = NULL; int32_t G_B11_1 = 0; String_t* G_B10_0 = NULL; int32_t G_B10_1 = 0; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgErrorCode_t1676145453 *)CastclassClass((RuntimeObject*)L_0, SMsgErrorCode_t1676145453_il2cpp_TypeInfo_var)); SMsgErrorCode_t1676145453 * L_1 = V_0; NullCheck(L_1); int32_t* L_2 = L_1->get_address_of_errorcode_0(); String_t* L_3 = Int32_ToString_m141394615(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3851303975, L_3, /*hidden argument*/NULL); V_1 = 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); CLogHelp_t779629444 * L_6 = CRoot_GetLogService_m687714144(L_5, /*hidden argument*/NULL); String_t* L_7 = V_1; NullCheck(L_6); CLogHelp_Log_m386290467(L_6, L_7, /*hidden argument*/NULL); CRoot_t1043641654 * L_8 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CLogHelp_t779629444 * L_9 = CRoot_GetLogService_m687714144(L_8, /*hidden argument*/NULL); String_t* L_10 = V_1; NullCheck(L_9); CLogHelp_LogFile_m4227814860(L_9, L_10, /*hidden argument*/NULL); SMsgErrorCode_t1676145453 * L_11 = V_0; NullCheck(L_11); int32_t* L_12 = L_11->get_address_of_errorcode_0(); String_t* L_13 = Int32_ToString_m141394615(L_12, /*hidden argument*/NULL); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4127685713, L_13, /*hidden argument*/NULL); V_2 = L_14; CTextHelp_t3119637808 * L_15 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = V_2; SMsgErrorCode_t1676145453 * L_17 = V_0; NullCheck(L_17); int32_t* L_18 = L_17->get_address_of_errorcode_0(); String_t* L_19 = Int32_ToString_m141394615(L_18, /*hidden argument*/NULL); String_t* L_20 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral642518100, L_19, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_21 = CTextHelp_GetText_m3374553046(L_15, L_16, L_20, /*hidden argument*/NULL); V_3 = L_21; SMsgErrorCode_t1676145453 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get_errorcode_0(); if ((((int32_t)L_23) <= ((int32_t)((int32_t)51001)))) { goto IL_00d6; } } { SMsgErrorCode_t1676145453 * L_24 = V_0; NullCheck(L_24); int32_t L_25 = L_24->get_errorcode_0(); if ((((int32_t)L_25) <= ((int32_t)((int32_t)51110)))) { goto IL_00d6; } } { SMsgErrorCode_t1676145453 * L_26 = V_0; NullCheck(L_26); int32_t* L_27 = L_26->get_address_of_errorcode_0(); String_t* L_28 = Int32_ToString_m141394615(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_30 = V_3; String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SDKProxyManager_CollectGameStart_m3908341061(NULL /*static, unused*/, L_28, _stringLiteral3452614543, L_29, L_30, L_31, L_32, _stringLiteral3452614543, /*hidden argument*/NULL); } IL_00d6: { CTextHelp_t3119637808 * L_33 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_34 = V_2; NullCheck(L_33); bool L_35 = CTextHelp_IfErrorCodeNeedQuit_m3258269056(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0115; } } { CMsgBoxControl_t806533544 * L_36 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_38 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_13(); G_B5_0 = L_37; G_B5_1 = 0; G_B5_2 = L_36; if (L_38) { G_B6_0 = L_37; G_B6_1 = 0; G_B6_2 = L_36; goto IL_0105; } } { intptr_t L_39 = (intptr_t)CNetMainLogic_OnMsgBoxNeedQuit_m3235656639_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_40 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_40, NULL, L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_13(L_40); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0105: { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_41 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_13(); NullCheck(G_B6_2); CMsgBoxControl_Push_m272952420(G_B6_2, G_B6_1, G_B6_0, L_41, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); goto IL_016a; } IL_0115: { SMsgErrorCode_t1676145453 * L_42 = V_0; NullCheck(L_42); int32_t L_43 = L_42->get_errorcode_0(); if ((((int32_t)L_43) == ((int32_t)((int32_t)10010)))) { goto IL_0135; } } { SMsgErrorCode_t1676145453 * L_44 = V_0; NullCheck(L_44); int32_t L_45 = L_44->get_errorcode_0(); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)10011))))) { goto IL_015e; } } IL_0135: { String_t* L_46 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_47 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_14(); G_B10_0 = L_46; G_B10_1 = 0; if (L_47) { G_B11_0 = L_46; G_B11_1 = 0; goto IL_014f; } } { intptr_t L_48 = (intptr_t)CNetMainLogic_OnActivationCodeInvalid_m2036931250_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_49 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_49, NULL, L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_14(L_49); G_B11_0 = G_B10_0; G_B11_1 = G_B10_1; } IL_014f: { IL2CPP_RUNTIME_CLASS_INIT(CNetMainLogic_t857650587_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_50 = ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, G_B11_1, G_B11_0, L_50, /*hidden argument*/NULL); goto IL_016a; } IL_015e: { CMsgManager_t455955613 * L_51 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_52 = V_3; NullCheck(L_51); CMsgManager_PushHint_m1231354654(L_51, L_52, (bool)0, /*hidden argument*/NULL); } IL_016a: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgRoomList(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgRoomList_m2369147895 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgRoomList_m2369147895_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgRoomList_t2683647042 * V_0 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgRoomList_t2683647042 *)CastclassClass((RuntimeObject*)L_0, SMsgRoomList_t2683647042_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_1 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgRoomList_t2683647042 * L_2 = V_0; NullCheck(L_1); CRoomMananger_OnFreshRoomList_m208019921(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgMarryList(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgMarryList_m757589505 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgMarryList_m757589505_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgMarryList_t435354856 * V_0 = NULL; MarryListItemData_t1515524605 * V_1 = NULL; int64_t V_2 = 0; List_1_t2987599347 * V_3 = NULL; int32_t V_4 = 0; MarryListItemData_t1515524605 * V_5 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgMarryList_t435354856 *)CastclassClass((RuntimeObject*)L_0, SMsgMarryList_t435354856_il2cpp_TypeInfo_var)); V_1 = (MarryListItemData_t1515524605 *)NULL; CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_1); V_2 = L_2; List_1_t2987599347 * L_3 = (List_1_t2987599347 *)il2cpp_codegen_object_new(List_1_t2987599347_il2cpp_TypeInfo_var); List_1__ctor_m434619803(L_3, /*hidden argument*/List_1__ctor_m434619803_RuntimeMethod_var); V_3 = L_3; V_4 = 0; goto IL_0304; } IL_0022: { MarryListItemData_t1515524605 * L_4 = (MarryListItemData_t1515524605 *)il2cpp_codegen_object_new(MarryListItemData_t1515524605_il2cpp_TypeInfo_var); MarryListItemData__ctor_m3461134453(L_4, /*hidden argument*/NULL); V_5 = L_4; MarryListItemData_t1515524605 * L_5 = V_5; SMsgMarryList_t435354856 * L_6 = V_0; NullCheck(L_6); MarryInfoU5BU5D_t2945537923* L_7 = L_6->get_arrMarryInfo_4(); int32_t L_8 = V_4; NullCheck(L_7); int32_t L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_roomId_0(); NullCheck(L_5); L_5->set_roomId_0(L_9); MarryListItemData_t1515524605 * L_10 = V_5; NullCheck(L_10); L_10->set_roomNo_1(0); MarryListItemData_t1515524605 * L_11 = V_5; SMsgMarryList_t435354856 * L_12 = V_0; NullCheck(L_12); MarryInfoU5BU5D_t2945537923* L_13 = L_12->get_arrMarryInfo_4(); int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->get_roomState_2(); NullCheck(L_11); L_11->set_roomState_2(L_15); MarryListItemData_t1515524605 * L_16 = V_5; SMsgMarryList_t435354856 * L_17 = V_0; NullCheck(L_17); MarryInfoU5BU5D_t2945537923* L_18 = L_17->get_arrMarryInfo_4(); int32_t L_19 = V_4; NullCheck(L_18); int32_t L_20 = ((L_18)->GetAddressAt(static_cast(L_19)))->get_leftTime_5(); NullCheck(L_16); L_16->set_time_4(L_20); MarryListItemData_t1515524605 * L_21 = V_5; SMsgMarryList_t435354856 * L_22 = V_0; NullCheck(L_22); MarryInfoU5BU5D_t2945537923* L_23 = L_22->get_arrMarryInfo_4(); int32_t L_24 = V_4; NullCheck(L_23); int32_t L_25 = ((L_23)->GetAddressAt(static_cast(L_24)))->get_createTime_4(); NullCheck(L_21); L_21->set_createTime_3(L_25); MarryListItemData_t1515524605 * L_26 = V_5; SMsgMarryList_t435354856 * L_27 = V_0; NullCheck(L_27); MarryInfoU5BU5D_t2945537923* L_28 = L_27->get_arrMarryInfo_4(); int32_t L_29 = V_4; NullCheck(L_28); int32_t L_30 = ((L_28)->GetAddressAt(static_cast(L_29)))->get_lookCur_6(); NullCheck(L_26); L_26->set_lookNumCur_18(L_30); MarryListItemData_t1515524605 * L_31 = V_5; SMsgMarryList_t435354856 * L_32 = V_0; NullCheck(L_32); MarryInfoU5BU5D_t2945537923* L_33 = L_32->get_arrMarryInfo_4(); int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = ((L_33)->GetAddressAt(static_cast(L_34)))->get_lookMax_7(); NullCheck(L_31); L_31->set_lookNumMax_17(L_35); MarryListItemData_t1515524605 * L_36 = V_5; SMsgMarryList_t435354856 * L_37 = V_0; NullCheck(L_37); MarryInfoU5BU5D_t2945537923* L_38 = L_37->get_arrMarryInfo_4(); int32_t L_39 = V_4; NullCheck(L_38); int64_t L_40 = ((L_38)->GetAddressAt(static_cast(L_39)))->get_userId1_8(); NullCheck(L_36); L_36->set_userId1_5(L_40); MarryListItemData_t1515524605 * L_41 = V_5; SMsgMarryList_t435354856 * L_42 = V_0; NullCheck(L_42); MarryInfoU5BU5D_t2945537923* L_43 = L_42->get_arrMarryInfo_4(); int32_t L_44 = V_4; NullCheck(L_43); String_t* L_45 = ((L_43)->GetAddressAt(static_cast(L_44)))->get_userName1_9(); NullCheck(L_41); L_41->set_userName1_7(L_45); MarryListItemData_t1515524605 * L_46 = V_5; SMsgMarryList_t435354856 * L_47 = V_0; NullCheck(L_47); MarryInfoU5BU5D_t2945537923* L_48 = L_47->get_arrMarryInfo_4(); int32_t L_49 = V_4; NullCheck(L_48); int64_t L_50 = ((L_48)->GetAddressAt(static_cast(L_49)))->get_userPhoto1_11(); NullCheck(L_46); L_46->set_userPhoto1_9(L_50); MarryListItemData_t1515524605 * L_51 = V_5; SMsgMarryList_t435354856 * L_52 = V_0; NullCheck(L_52); MarryInfoU5BU5D_t2945537923* L_53 = L_52->get_arrMarryInfo_4(); int32_t L_54 = V_4; NullCheck(L_53); int32_t L_55 = ((L_53)->GetAddressAt(static_cast(L_54)))->get_vip1_12(); NullCheck(L_51); L_51->set_userVip1_15(L_55); MarryListItemData_t1515524605 * L_56 = V_5; SMsgMarryList_t435354856 * L_57 = V_0; NullCheck(L_57); MarryInfoU5BU5D_t2945537923* L_58 = L_57->get_arrMarryInfo_4(); int32_t L_59 = V_4; NullCheck(L_58); int32_t L_60 = ((L_58)->GetAddressAt(static_cast(L_59)))->get_sex1_10(); NullCheck(L_56); L_56->set_sex1_11(L_60); MarryListItemData_t1515524605 * L_61 = V_5; SMsgMarryList_t435354856 * L_62 = V_0; NullCheck(L_62); MarryInfoU5BU5D_t2945537923* L_63 = L_62->get_arrMarryInfo_4(); int32_t L_64 = V_4; NullCheck(L_63); int32_t L_65 = ((L_63)->GetAddressAt(static_cast(L_64)))->get_headBox1_13(); NullCheck(L_61); L_61->set_headBox1_13(L_65); MarryListItemData_t1515524605 * L_66 = V_5; SMsgMarryList_t435354856 * L_67 = V_0; NullCheck(L_67); MarryInfoU5BU5D_t2945537923* L_68 = L_67->get_arrMarryInfo_4(); int32_t L_69 = V_4; NullCheck(L_68); int64_t L_70 = ((L_68)->GetAddressAt(static_cast(L_69)))->get_userId2_14(); NullCheck(L_66); L_66->set_userId2_6(L_70); MarryListItemData_t1515524605 * L_71 = V_5; SMsgMarryList_t435354856 * L_72 = V_0; NullCheck(L_72); MarryInfoU5BU5D_t2945537923* L_73 = L_72->get_arrMarryInfo_4(); int32_t L_74 = V_4; NullCheck(L_73); String_t* L_75 = ((L_73)->GetAddressAt(static_cast(L_74)))->get_userName2_15(); NullCheck(L_71); L_71->set_userName2_8(L_75); MarryListItemData_t1515524605 * L_76 = V_5; SMsgMarryList_t435354856 * L_77 = V_0; NullCheck(L_77); MarryInfoU5BU5D_t2945537923* L_78 = L_77->get_arrMarryInfo_4(); int32_t L_79 = V_4; NullCheck(L_78); int64_t L_80 = ((L_78)->GetAddressAt(static_cast(L_79)))->get_userPhoto2_17(); NullCheck(L_76); L_76->set_userPhoto2_10(L_80); MarryListItemData_t1515524605 * L_81 = V_5; SMsgMarryList_t435354856 * L_82 = V_0; NullCheck(L_82); MarryInfoU5BU5D_t2945537923* L_83 = L_82->get_arrMarryInfo_4(); int32_t L_84 = V_4; NullCheck(L_83); int32_t L_85 = ((L_83)->GetAddressAt(static_cast(L_84)))->get_vip2_18(); NullCheck(L_81); L_81->set_userVip2_16(L_85); MarryListItemData_t1515524605 * L_86 = V_5; SMsgMarryList_t435354856 * L_87 = V_0; NullCheck(L_87); MarryInfoU5BU5D_t2945537923* L_88 = L_87->get_arrMarryInfo_4(); int32_t L_89 = V_4; NullCheck(L_88); int32_t L_90 = ((L_88)->GetAddressAt(static_cast(L_89)))->get_sex2_16(); NullCheck(L_86); L_86->set_sex2_12(L_90); MarryListItemData_t1515524605 * L_91 = V_5; SMsgMarryList_t435354856 * L_92 = V_0; NullCheck(L_92); MarryInfoU5BU5D_t2945537923* L_93 = L_92->get_arrMarryInfo_4(); int32_t L_94 = V_4; NullCheck(L_93); int32_t L_95 = ((L_93)->GetAddressAt(static_cast(L_94)))->get_headBox2_19(); NullCheck(L_91); L_91->set_headBox2_14(L_95); int64_t L_96 = V_2; MarryListItemData_t1515524605 * L_97 = V_5; NullCheck(L_97); int64_t L_98 = L_97->get_userId1_5(); if ((((int64_t)L_96) == ((int64_t)L_98))) { goto IL_020d; } } { int64_t L_99 = V_2; MarryListItemData_t1515524605 * L_100 = V_5; NullCheck(L_100); int64_t L_101 = L_100->get_userId2_6(); if ((!(((uint64_t)L_99) == ((uint64_t)L_101)))) { goto IL_0215; } } IL_020d: { MarryListItemData_t1515524605 * L_102 = V_5; V_1 = L_102; goto IL_021d; } IL_0215: { List_1_t2987599347 * L_103 = V_3; MarryListItemData_t1515524605 * L_104 = V_5; NullCheck(L_103); List_1_Add_m2075070127(L_103, L_104, /*hidden argument*/List_1_Add_m2075070127_RuntimeMethod_var); } IL_021d: { MarryListItemData_t1515524605 * L_105 = V_5; SMsgMarryList_t435354856 * L_106 = V_0; NullCheck(L_106); MarryInfoU5BU5D_t2945537923* L_107 = L_106->get_arrMarryInfo_4(); int32_t L_108 = V_4; NullCheck(L_107); int32_t L_109 = ((L_107)->GetAddressAt(static_cast(L_108)))->get_roomId_0(); NullCheck(L_105); L_105->set_roomId_0(L_109); MarryListItemData_t1515524605 * L_110 = V_5; SMsgMarryList_t435354856 * L_111 = V_0; NullCheck(L_111); MarryInfoU5BU5D_t2945537923* L_112 = L_111->get_arrMarryInfo_4(); int32_t L_113 = V_4; NullCheck(L_112); int32_t L_114 = ((L_112)->GetAddressAt(static_cast(L_113)))->get_roomId_0(); NullCheck(L_110); L_110->set_roomId_0(L_114); MarryListItemData_t1515524605 * L_115 = V_5; SMsgMarryList_t435354856 * L_116 = V_0; NullCheck(L_116); MarryInfoU5BU5D_t2945537923* L_117 = L_116->get_arrMarryInfo_4(); int32_t L_118 = V_4; NullCheck(L_117); int32_t L_119 = ((L_117)->GetAddressAt(static_cast(L_118)))->get_roomId_0(); NullCheck(L_115); L_115->set_roomId_0(L_119); MarryListItemData_t1515524605 * L_120 = V_5; SMsgMarryList_t435354856 * L_121 = V_0; NullCheck(L_121); MarryInfoU5BU5D_t2945537923* L_122 = L_121->get_arrMarryInfo_4(); int32_t L_123 = V_4; NullCheck(L_122); int32_t L_124 = ((L_122)->GetAddressAt(static_cast(L_123)))->get_roomId_0(); NullCheck(L_120); L_120->set_roomId_0(L_124); MarryListItemData_t1515524605 * L_125 = V_5; SMsgMarryList_t435354856 * L_126 = V_0; NullCheck(L_126); MarryInfoU5BU5D_t2945537923* L_127 = L_126->get_arrMarryInfo_4(); int32_t L_128 = V_4; NullCheck(L_127); int32_t L_129 = ((L_127)->GetAddressAt(static_cast(L_128)))->get_roomId_0(); NullCheck(L_125); L_125->set_roomId_0(L_129); MarryListItemData_t1515524605 * L_130 = V_5; SMsgMarryList_t435354856 * L_131 = V_0; NullCheck(L_131); MarryInfoU5BU5D_t2945537923* L_132 = L_131->get_arrMarryInfo_4(); int32_t L_133 = V_4; NullCheck(L_132); int32_t L_134 = ((L_132)->GetAddressAt(static_cast(L_133)))->get_roomId_0(); NullCheck(L_130); L_130->set_roomId_0(L_134); MarryListItemData_t1515524605 * L_135 = V_5; SMsgMarryList_t435354856 * L_136 = V_0; NullCheck(L_136); MarryInfoU5BU5D_t2945537923* L_137 = L_136->get_arrMarryInfo_4(); int32_t L_138 = V_4; NullCheck(L_137); int32_t L_139 = ((L_137)->GetAddressAt(static_cast(L_138)))->get_roomId_0(); NullCheck(L_135); L_135->set_roomId_0(L_139); MarryListItemData_t1515524605 * L_140 = V_5; SMsgMarryList_t435354856 * L_141 = V_0; NullCheck(L_141); MarryInfoU5BU5D_t2945537923* L_142 = L_141->get_arrMarryInfo_4(); int32_t L_143 = V_4; NullCheck(L_142); int32_t L_144 = ((L_142)->GetAddressAt(static_cast(L_143)))->get_roomId_0(); NullCheck(L_140); L_140->set_roomId_0(L_144); MarryListItemData_t1515524605 * L_145 = V_5; SMsgMarryList_t435354856 * L_146 = V_0; NullCheck(L_146); MarryInfoU5BU5D_t2945537923* L_147 = L_146->get_arrMarryInfo_4(); int32_t L_148 = V_4; NullCheck(L_147); int32_t L_149 = ((L_147)->GetAddressAt(static_cast(L_148)))->get_roomId_0(); NullCheck(L_145); L_145->set_roomId_0(L_149); int32_t L_150 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)1)); } IL_0304: { int32_t L_151 = V_4; SMsgMarryList_t435354856 * L_152 = V_0; NullCheck(L_152); int32_t L_153 = L_152->get_nRoomNum_2(); if ((((int32_t)L_151) < ((int32_t)L_153))) { goto IL_0022; } } { CMarryListManager_t2185299657 * L_154 = CMarryListManager_GetInstance_m3326671777(NULL /*static, unused*/, /*hidden argument*/NULL); MarryListItemData_t1515524605 * L_155 = V_1; List_1_t2987599347 * L_156 = V_3; NullCheck(L_154); CMarryListManager_InitMarryData_m726272071(L_154, L_155, L_156, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgMarryRoom(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgMarryRoom_m4209474032 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgMarryRoom_m4209474032_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgEntryMARRYRoom_t2505765830 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgEntryMARRYRoom_t2505765830 *)CastclassClass((RuntimeObject*)L_0, SMsgEntryMARRYRoom_t2505765830_il2cpp_TypeInfo_var)); SMsgEntryMARRYRoom_t2505765830 * L_1 = V_0; NullCheck(L_1); int32_t L_2 = L_1->get_nResult_0(); V_1 = L_2; int32_t L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)8)))) { goto IL_0031; } } { CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CTextHelp_GetText_m372251958(L_4, _stringLiteral2259498740, /*hidden argument*/NULL); V_2 = L_5; CMsgManager_t455955613 * L_6 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = V_2; NullCheck(L_6); CMsgManager_PushHint_m1231354654(L_6, L_7, (bool)1, /*hidden argument*/NULL); } IL_0031: { return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgCreateRoom(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgCreateRoom_m314111798 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgCreateRoom_m314111798_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgCreateRoom_t3471542759 * V_0 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgCreateRoom_t3471542759 *)CastclassClass((RuntimeObject*)L_0, SMsgCreateRoom_t3471542759_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_1 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgCreateRoom_t3471542759 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_nResult_0(); NullCheck(L_1); CRoomMananger_OnCreateResult_m2993668178(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgEntryRoom(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgEntryRoom_m3931699722 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgEntryRoom_m3931699722_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgEntryRoom_t3749249927 * V_0 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgEntryRoom_t3749249927 *)CastclassClass((RuntimeObject*)L_0, SMsgEntryRoom_t3749249927_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_1 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgEntryRoom_t3749249927 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_nResult_0(); NullCheck(L_1); CRoomMananger_OnEntryResult_m1611564475(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgRoomInfo(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgRoomInfo_m4105576226 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgRoomInfo_m4105576226_MetadataUsageId); s_Il2CppMethodInitialized = true; } SMsgRoomInfo_t1167204382 * V_0 = NULL; { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; V_0 = ((SMsgRoomInfo_t1167204382 *)CastclassClass((RuntimeObject*)L_0, SMsgRoomInfo_t1167204382_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_1 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); SMsgRoomInfo_t1167204382 * L_2 = V_0; NullCheck(L_1); CRoomMananger_OnRoomInfo_m2583947332(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::OnSMsgChangeName(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_OnSMsgChangeName_m2606803136 (CNetMainLogic_t857650587 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic_OnSMsgChangeName_m2606803136_MetadataUsageId); s_Il2CppMethodInitialized = true; } { INetMsgBaseS2C_t126919271 * L_0 = ___msg0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CChangeNameManager_t2068867582_il2cpp_TypeInfo_var); CChangeNameManager_t2068867582 * L_1 = CChangeNameManager_GetInstance_m85489895(NULL /*static, unused*/, /*hidden argument*/NULL); INetMsgBaseS2C_t126919271 * L_2 = ___msg0; NullCheck(L_1); CChangeNameManager_ResponseCheckNameUnique_m3573084065(L_1, ((SMsgCheckNameResult_t1053169107 *)CastclassClass((RuntimeObject*)L_2, SMsgCheckNameResult_t1053169107_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetMainLogic::.cctor() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic__cctor_m815845201 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetMainLogic__cctor_m815845201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_GOLD_NOT_ENOUGH_8(_stringLiteral3894576998); ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_DIAMOND_NOT_ENOUGH_9(_stringLiteral3834158648); ((CNetMainLogic_t857650587_StaticFields*)il2cpp_codegen_static_fields_for(CNetMainLogic_t857650587_il2cpp_TypeInfo_var))->set_ENERGY_NOT_ENOUGH_10(_stringLiteral3189944913); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.CNetMainLogic/_ProcDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void _ProcDelegate__ctor_m1629218376 (_ProcDelegate_t1598064000 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Net.CNetMainLogic/_ProcDelegate::Invoke(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void _ProcDelegate_Invoke_m3624462606 (_ProcDelegate_t1598064000 * __this, INetMsgBaseS2C_t126919271 * ___msg0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { _ProcDelegate_Invoke_m3624462606((_ProcDelegate_t1598064000 *)__this->get_prev_9(), ___msg0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, INetMsgBaseS2C_t126919271 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___msg0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, INetMsgBaseS2C_t126919271 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___msg0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< INetMsgBaseS2C_t126919271 * >::Invoke(targetMethod, targetThis, ___msg0); else GenericVirtActionInvoker1< INetMsgBaseS2C_t126919271 * >::Invoke(targetMethod, targetThis, ___msg0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< INetMsgBaseS2C_t126919271 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___msg0); else VirtActionInvoker1< INetMsgBaseS2C_t126919271 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___msg0); } } else { typedef void (*FunctionPointerType) (void*, INetMsgBaseS2C_t126919271 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___msg0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___msg0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___msg0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___msg0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___msg0); } } else { typedef void (*FunctionPointerType) (INetMsgBaseS2C_t126919271 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___msg0, targetMethod); } } } } // System.IAsyncResult DMCore.Net.CNetMainLogic/_ProcDelegate::BeginInvoke(DMCore.Net.Protocol.INetMsgBaseS2C,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* _ProcDelegate_BeginInvoke_m1849838169 (_ProcDelegate_t1598064000 * __this, INetMsgBaseS2C_t126919271 * ___msg0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___msg0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Net.CNetMainLogic/_ProcDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void _ProcDelegate_EndInvoke_m358605197 (_ProcDelegate_t1598064000 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.CNetReceiver::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetReceiver__ctor_m1335029303 (CNetReceiver_t1076104922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver__ctor_m1335029303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_0, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_recivBuff_0(L_0); BetterList_1_t289316694 * L_1 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_1, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_TempBuf_1(L_1); return; } } // System.Void DMCore.Net.CNetReceiver::OnGetStream(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnGetStream_m361994846 (CNetReceiver_t1076104922 * __this, ByteU5BU5D_t4116647657* ___var0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver_OnGetStream_m361994846_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; uint8_t V_3 = 0x0; bool V_4 = false; int32_t G_B5_0 = 0; { int32_t L_0 = ___nLen2; if ((((int32_t)0) < ((int32_t)L_0))) { goto IL_0008; } } { return; } IL_0008: { BetterList_1_t289316694 * L_1 = __this->get_m_recivBuff_0(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); if (L_2) { goto IL_001e; } } { G_B5_0 = 0; goto IL_003b; } IL_001e: { BetterList_1_t289316694 * L_3 = __this->get_m_recivBuff_0(); BetterList_1_t289316694 * L_4 = __this->get_m_recivBuff_0(); NullCheck(L_4); int32_t L_5 = L_4->get_size_1(); NullCheck(L_3); uint8_t L_6 = BetterList_1_get_Item_m318494546(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/BetterList_1_get_Item_m318494546_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_7 = Help_IsEndFlag_m727407284(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_7)); } IL_003b: { V_0 = (bool)G_B5_0; V_1 = (bool)0; int32_t L_8 = ___nStartIndex1; V_2 = L_8; goto IL_007c; } IL_0045: { ByteU5BU5D_t4116647657* L_9 = ___var0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; BetterList_1_t289316694 * L_13 = __this->get_m_recivBuff_0(); uint8_t L_14 = V_3; NullCheck(L_13); BetterList_1_Add_m3689618584(L_13, L_14, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); uint8_t L_15 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_16 = Help_IsEndFlag_m727407284(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_4 = L_16; bool L_17 = V_4; if (!L_17) { goto IL_0075; } } { bool L_18 = V_0; if (!L_18) { goto IL_0075; } } { V_1 = (bool)1; int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_0083; } IL_0075: { bool L_20 = V_4; V_0 = L_20; int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007c: { int32_t L_22 = V_2; int32_t L_23 = ___nLen2; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0045; } } IL_0083: { bool L_24 = V_1; if (!L_24) { goto IL_009f; } } { CNetReceiver_ParseMessage_m1278601957(__this, /*hidden argument*/NULL); int32_t L_25 = V_2; int32_t L_26 = ___nLen2; if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_009f; } } { ByteU5BU5D_t4116647657* L_27 = ___var0; int32_t L_28 = V_2; int32_t L_29 = ___nLen2; CNetReceiver_OnGetStream_m361994846(__this, L_27, L_28, L_29, /*hidden argument*/NULL); } IL_009f: { return; } } // System.Void DMCore.Net.CNetReceiver::OnReceiveMsg(BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_OnReceiveMsg_m1573803191 (CNetReceiver_t1076104922 * __this, BetterList_1_t289316694 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver_OnReceiveMsg_m1573803191_MetadataUsageId); s_Il2CppMethodInitialized = true; } INetMsgBaseS2C_t126919271 * V_0 = NULL; { BetterList_1_t289316694 * L_0 = __this->get_m_TempBuf_1(); NullCheck(L_0); BetterList_1_Clear_m2496795138(L_0, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); BetterList_1_t289316694 ** L_1 = __this->get_address_of_m_TempBuf_1(); BetterList_1_t289316694 * L_2 = ___buffer0; int32_t L_3 = ___nStartIndex1; int32_t L_4 = ___nLen2; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_FormatReceiveNetStream_m2064661201(NULL /*static, unused*/, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 * L_5 = __this->get_m_TempBuf_1(); NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = L_5->get_buffer_0(); if (!L_6) { goto IL_0072; } } { BetterList_1_t289316694 * L_7 = __this->get_m_TempBuf_1(); NullCheck(L_7); int32_t L_8 = L_7->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0072; } } { BetterList_1_t289316694 * L_9 = __this->get_m_TempBuf_1(); NullCheck(L_9); ByteU5BU5D_t4116647657* L_10 = L_9->get_buffer_0(); BetterList_1_t289316694 * L_11 = __this->get_m_TempBuf_1(); NullCheck(L_11); int32_t L_12 = L_11->get_size_1(); INetMsgBaseS2C_t126919271 * L_13 = INetMsgBaseS2C_DeserialFromServer_m3877426234(NULL /*static, unused*/, L_10, 0, L_12, /*hidden argument*/NULL); V_0 = L_13; INetMsgBaseS2C_t126919271 * L_14 = V_0; if (!L_14) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_15 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CNetService_t1201271315 * L_16 = CRoot_GetNetService_m2764581604(L_15, /*hidden argument*/NULL); INetMsgBaseS2C_t126919271 * L_17 = V_0; NullCheck(L_16); CNetService_DispatchMessage_m4289082544(L_16, L_17, /*hidden argument*/NULL); } IL_006d: { goto IL_0081; } IL_0072: { CLogHelp_t779629444 * L_18 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CLogHelp_LogError_m609093992(L_18, _stringLiteral497383065, /*hidden argument*/NULL); } IL_0081: { return; } } // System.Void DMCore.Net.CNetReceiver::ParseMessage() extern "C" IL2CPP_METHOD_ATTR void CNetReceiver_ParseMessage_m1278601957 (CNetReceiver_t1076104922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetReceiver_ParseMessage_m1278601957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 * L_0 = __this->get_m_recivBuff_0(); BetterList_1_t289316694 * L_1 = __this->get_m_recivBuff_0(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); CNetReceiver_OnReceiveMsg_m1573803191(__this, L_0, 0, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 * L_3 = __this->get_m_recivBuff_0(); NullCheck(L_3); BetterList_1_Clear_m2496795138(L_3, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.CNetServerConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig__ctor_m3381213502 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig__ctor_m3381213502_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TextAsset_t3022178571 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; bool V_3 = false; XmlElement_t561603118 * V_4 = NULL; XmlNodeList_t2551693786 * V_5 = NULL; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; String_t* V_8 = NULL; Exception_t * V_9 = NULL; String_t* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B4_0 = NULL; XmlNodeList_t2551693786 * G_B8_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_propProxy_2((CDataProperty_t2806246268 *)NULL); CDataProperty_t2806246268 * L_0 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_0, /*hidden argument*/NULL); __this->set_m_prop_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(CGameSetting_t2678036671_il2cpp_TypeInfo_var); CGameSetting_t2678036671 * L_1 = CGameSetting_GetInstance_m804447900(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = CGameSetting_GetString_m806431762(L_1, _stringLiteral3201354471, _stringLiteral3406492408, /*hidden argument*/NULL); __this->set_m_Setting_3(L_2); 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(); V_0 = L_3; V_0 = _stringLiteral1017091031; String_t* L_4 = V_0; Object_t631007953 * L_5 = Resources_Load_m3880010804(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_5, TextAsset_t3022178571_il2cpp_TypeInfo_var)); XmlDocument_t2837193595 * L_6 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_6, /*hidden argument*/NULL); V_2 = L_6; V_3 = (bool)0; } IL_0052: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlDocument_t2837193595 * L_7 = V_2; TextAsset_t3022178571 * L_8 = V_1; NullCheck(L_8); String_t* L_9 = TextAsset_get_text_m2027878391(L_8, /*hidden argument*/NULL); NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_7, L_9); XmlDocument_t2837193595 * L_10 = V_2; if (!L_10) { goto IL_0074; } } IL_0064: { 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_B4_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_12, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0075; } IL_0074: { G_B4_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0075: { V_4 = G_B4_0; XmlElement_t561603118 * L_13 = V_4; if (!L_13) { goto IL_014a; } } IL_007e: { XmlElement_t561603118 * L_14 = V_4; if (!L_14) { goto IL_0091; } } IL_0085: { XmlElement_t561603118 * L_15 = V_4; NullCheck(L_15); XmlNodeList_t2551693786 * L_16 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_15); G_B8_0 = L_16; goto IL_0092; } IL_0091: { G_B8_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0092: { V_5 = G_B8_0; XmlNodeList_t2551693786 * L_17 = V_5; if (!L_17) { goto IL_00a7; } } IL_009b: { XmlNodeList_t2551693786 * L_18 = V_5; NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_18); if (L_19) { goto IL_00ac; } } IL_00a7: { IL2CPP_LEAVE(0x18D, FINALLY_0172); } IL_00ac: { XmlNodeList_t2551693786 * L_20 = V_5; bool L_21 = CNetServerConfig_CheckLinkConfig_m251908310(__this, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00de; } } IL_00b9: { String_t* L_22 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00de; } } IL_00c9: { IL2CPP_RUNTIME_CLASS_INIT(CGameSetting_t2678036671_il2cpp_TypeInfo_var); CGameSetting_t2678036671 * L_24 = CGameSetting_GetInstance_m804447900(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_25 = __this->get_m_Setting_3(); NullCheck(L_24); CGameSetting_ResetValue_m3589507437(L_24, _stringLiteral3201354471, L_25, /*hidden argument*/NULL); } IL_00de: { V_6 = 0; goto IL_013c; } IL_00e6: { XmlNodeList_t2551693786 * L_26 = V_5; int32_t L_27 = V_6; NullCheck(L_26); XmlNode_t3767805227 * L_28 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_26, L_27); V_7 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_28, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_29 = V_7; if (L_29) { goto IL_0102; } } IL_00fd: { goto IL_0136; } IL_0102: { XmlElement_t561603118 * L_30 = V_7; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_30, _stringLiteral62725243); V_8 = L_31; String_t* L_32 = V_8; String_t* L_33 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_34 = String_Compare_m3735043349(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_0136; } } IL_0122: { CDataProperty_t2806246268 * L_35 = __this->get_m_prop_1(); XmlElement_t561603118 * L_36 = V_7; NullCheck(L_35); CDataProperty_DeserialFromXml_m1844093992(L_35, L_36, /*hidden argument*/NULL); V_3 = (bool)1; goto IL_014a; } IL_0136: { int32_t L_37 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_013c: { int32_t L_38 = V_6; XmlNodeList_t2551693786 * L_39 = V_5; NullCheck(L_39); int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_39); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_00e6; } } IL_014a: { IL2CPP_LEAVE(0x17D, FINALLY_0172); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_014f; throw e; } CATCH_014f: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); Exception_t * L_41 = V_9; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_41); V_10 = L_42; String_t* L_43 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); CLogHelp_t779629444 * L_44 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_45 = V_10; NullCheck(L_44); CLogHelp_LogFile_m4227814860(L_44, L_45, /*hidden argument*/NULL); IL2CPP_LEAVE(0x17D, FINALLY_0172); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0172; } FINALLY_0172: { // begin finally (depth: 1) TextAsset_t3022178571 * L_46 = V_1; Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); V_1 = (TextAsset_t3022178571 *)NULL; V_2 = (XmlDocument_t2837193595 *)NULL; IL2CPP_END_FINALLY(370) } // end finally (depth: 1) IL2CPP_CLEANUP(370) { IL2CPP_JUMP_TBL(0x18D, IL_018d) IL2CPP_JUMP_TBL(0x17D, IL_017d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_017d: { bool L_47 = V_3; if (L_47) { goto IL_018d; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2113405506, /*hidden argument*/NULL); } IL_018d: { return; } } // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_GetInstance_m1865421617_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Instance_4(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_1 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_1; } IL_0010: { CNetServerConfig_t202072970 * L_2 = (CNetServerConfig_t202072970 *)il2cpp_codegen_object_new(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig__ctor_m3381213502(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->set_s_Instance_4(L_2); CNetServerConfig_t202072970 * L_3 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_3; } } // System.Boolean DMCore.Net.CNetServerConfig::IfAsQaVersion999() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IfAsQaVersion999_m4231909141 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_IfAsQaVersion999_m4231909141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_0 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); if (L_0) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_1 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = CSystemTool_GetAppVersion_m2910533976(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->set_s_Version_0(L_2); String_t* L_3 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_5 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); NullCheck(L_5); String_t* L_6 = String_Replace_m3726209165(L_5, ((int32_t)95), ((int32_t)46), /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = String_Trim_m923598732(L_6, /*hidden argument*/NULL); ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->set_s_Version_0(L_7); } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_8 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0065; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_10 = ((CNetServerConfig_t202072970_StaticFields*)il2cpp_codegen_static_fields_for(CNetServerConfig_t202072970_il2cpp_TypeInfo_var))->get_s_Version_0(); NullCheck(L_10); bool L_11 = String_StartsWith_m1759067526(L_10, _stringLiteral1151411956, /*hidden argument*/NULL); if (!L_11) { goto IL_0065; } } { return (bool)1; } IL_0065: { return (bool)0; } } // System.Boolean DMCore.Net.CNetServerConfig::IsValidProxy() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IsValidProxy_m4030729817 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { CDataProperty_t2806246268 * L_0 = __this->get_m_propProxy_2(); if (!L_0) { goto IL_001b; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_propProxy_2(); NullCheck(L_1); int32_t L_2 = CDataProperty_GetCount_m3325234687(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } IL_001b: { G_B4_0 = 0; goto IL_0022; } IL_0021: { G_B4_0 = 1; } IL_0022: { return (bool)G_B4_0; } } // System.String DMCore.Net.CNetServerConfig::ReplaceServerURL(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_ReplaceServerURL_m4059194231 (RuntimeObject * __this /* static, unused */, String_t* ___oldURL0, String_t* ___newURL1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_ReplaceServerURL_m4059194231_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; String_t* L_1 = ___oldURL0; bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { String_t* L_3 = ___newURL1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001e; } } IL_001c: { String_t* L_5 = V_0; return L_5; } IL_001e: { V_1 = 0; String_t* L_6 = ___oldURL0; NullCheck(L_6); bool L_7 = String_StartsWith_m1759067526(L_6, _stringLiteral1973861653, /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } { NullCheck(_stringLiteral289727540); int32_t L_8 = String_get_Length_m3847582255(_stringLiteral289727540, /*hidden argument*/NULL); V_1 = L_8; goto IL_007b; } IL_0040: { String_t* L_9 = ___oldURL0; NullCheck(L_9); bool L_10 = String_StartsWith_m1759067526(L_9, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_10) { goto IL_0060; } } { NullCheck(_stringLiteral3099255805); int32_t L_11 = String_get_Length_m3847582255(_stringLiteral3099255805, /*hidden argument*/NULL); V_1 = L_11; goto IL_007b; } IL_0060: { String_t* L_12 = ___oldURL0; NullCheck(L_12); bool L_13 = String_StartsWith_m1759067526(L_12, _stringLiteral228733076, /*hidden argument*/NULL); if (!L_13) { goto IL_007b; } } { NullCheck(_stringLiteral1447160011); int32_t L_14 = String_get_Length_m3847582255(_stringLiteral1447160011, /*hidden argument*/NULL); V_1 = L_14; } IL_007b: { int32_t L_15 = V_1; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_009e; } } { String_t* L_16 = ___oldURL0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = String_IndexOf_m2466398549(L_16, ((int32_t)47), L_17, /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = ___oldURL0; String_t* L_20 = ___oldURL0; int32_t L_21 = V_1; int32_t L_22 = V_2; int32_t L_23 = V_1; NullCheck(L_20); String_t* L_24 = String_Substring_m1610150815(L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); String_t* L_25 = ___newURL1; NullCheck(L_19); String_t* L_26 = String_Replace_m1273907647(L_19, L_24, L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_009e: { String_t* L_27 = V_0; return L_27; } } // System.String DMCore.Net.CNetServerConfig::RemoveSpecialChar(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_RemoveSpecialChar_m1360360370 (RuntimeObject * __this /* static, unused */, String_t* ___original0, Il2CppChar ___exceptChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_RemoveSpecialChar_m1360360370_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___original0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_0011: { String_t* L_3 = ___original0; Il2CppChar L_4 = ___exceptChar1; NullCheck(L_3); int32_t L_5 = String_IndexOf_m363431711(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0022; } } { String_t* L_7 = ___original0; return L_7; } IL_0022: { String_t* L_8 = ___original0; int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = String_Remove_m1524948975(L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void DMCore.Net.CNetServerConfig::SetURLProxy(System.String[]) extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig_SetURLProxy_m2449108802 (CNetServerConfig_t202072970 * __this, StringU5BU5D_t1281789340* ___proxyAll0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_SetURLProxy_m2449108802_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; List_1_t3319525431 * V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; String_t* V_9 = NULL; List_1_t3319525431 * V_10 = NULL; bool V_11 = false; String_t* V_12 = NULL; int32_t V_13 = 0; String_t* V_14 = NULL; bool V_15 = false; bool V_16 = false; bool V_17 = false; int32_t V_18 = 0; String_t* V_19 = NULL; String_t* V_20 = NULL; { __this->set_m_propProxy_2((CDataProperty_t2806246268 *)NULL); StringU5BU5D_t1281789340* L_0 = ___proxyAll0; if (!L_0) { goto IL_001f; } } { StringU5BU5D_t1281789340* L_1 = ___proxyAll0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((int32_t)7))) { goto IL_0020; } } { StringU5BU5D_t1281789340* L_2 = ___proxyAll0; NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)8))) { goto IL_0020; } } IL_001f: { return; } IL_0020: { V_0 = 0; goto IL_0057; } IL_0027: { StringU5BU5D_t1281789340* L_3 = ___proxyAll0; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0053; } } { StringU5BU5D_t1281789340* L_9 = ___proxyAll0; int32_t L_10 = V_0; StringU5BU5D_t1281789340* L_11 = ___proxyAll0; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; String_t* L_14 = (L_11)->GetAt(static_cast(L_13)); int32_t L_15 = V_1; NullCheck(L_14); String_t* L_16 = String_Remove_m1524948975(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_16); (L_9)->SetAt(static_cast(L_10), (String_t*)L_16); StringU5BU5D_t1281789340* L_17 = ___proxyAll0; int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0053; } } { return; } IL_0053: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0057: { int32_t L_23 = V_0; StringU5BU5D_t1281789340* L_24 = ___proxyAll0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0027; } } { StringU5BU5D_t1281789340* L_25 = ___proxyAll0; NullCheck(L_25); int32_t L_26 = 2; String_t* L_27 = (L_25)->GetAt(static_cast(L_26)); V_2 = L_27; StringU5BU5D_t1281789340* L_28 = ___proxyAll0; NullCheck(L_28); int32_t L_29 = 3; String_t* L_30 = (L_28)->GetAt(static_cast(L_29)); V_3 = L_30; StringU5BU5D_t1281789340* L_31 = ___proxyAll0; NullCheck(L_31); int32_t L_32 = 4; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); V_4 = L_33; CDataProperty_t2806246268 * L_34 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_34, /*hidden argument*/NULL); __this->set_m_propProxy_2(L_34); CDataProperty_t2806246268 * L_35 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_36 = ___proxyAll0; NullCheck(L_36); int32_t L_37 = 0; String_t* L_38 = (L_36)->GetAt(static_cast(L_37)); NullCheck(L_35); CDataProperty_Add_m1879965761(L_35, _stringLiteral1857640747, L_38, /*hidden argument*/NULL); V_5 = ((int32_t)2001); StringU5BU5D_t1281789340* L_39 = ___proxyAll0; NullCheck(L_39); int32_t L_40 = 1; String_t* L_41 = (L_39)->GetAt(static_cast(L_40)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_41, (&V_5), /*hidden argument*/NULL); CDataProperty_t2806246268 * L_42 = __this->get_m_propProxy_2(); int32_t L_43 = V_5; NullCheck(L_42); CDataProperty_Add_m837145387(L_42, _stringLiteral1641314981, L_43, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_44 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_45 = ___proxyAll0; NullCheck(L_45); int32_t L_46 = 5; String_t* L_47 = (L_45)->GetAt(static_cast(L_46)); NullCheck(L_44); CDataProperty_Add_m1879965761(L_44, _stringLiteral1857640735, L_47, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_48 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_49 = ___proxyAll0; NullCheck(L_49); int32_t L_50 = 6; String_t* L_51 = (L_49)->GetAt(static_cast(L_50)); NullCheck(L_48); CDataProperty_Add_m1879965761(L_48, _stringLiteral78670843, L_51, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_52 = ___proxyAll0; NullCheck(L_52); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length))))) == ((uint32_t)8)))) { goto IL_00f1; } } { CDataProperty_t2806246268 * L_53 = __this->get_m_propProxy_2(); StringU5BU5D_t1281789340* L_54 = ___proxyAll0; NullCheck(L_54); int32_t L_55 = 7; String_t* L_56 = (L_54)->GetAt(static_cast(L_55)); NullCheck(L_53); CDataProperty_Add_m1879965761(L_53, _stringLiteral3222463383, L_56, /*hidden argument*/NULL); } IL_00f1: { List_1_t3319525431 * L_57 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_57, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_6 = L_57; List_1_t3319525431 * L_58 = V_6; NullCheck(L_58); List_1_Add_m1685793073(L_58, _stringLiteral3278377697, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_59 = V_6; NullCheck(L_59); List_1_Add_m1685793073(L_59, _stringLiteral671283288, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_60 = V_6; NullCheck(L_60); List_1_Add_m1685793073(L_60, _stringLiteral1159150451, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_61 = V_6; NullCheck(L_61); List_1_Add_m1685793073(L_61, _stringLiteral201333861, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); V_7 = 0; goto IL_0188; } IL_0130: { List_1_t3319525431 * L_62 = V_6; int32_t L_63 = V_7; NullCheck(L_62); String_t* L_64 = List_1_get_Item_m3729392029(L_62, L_63, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); V_8 = L_64; CDataProperty_t2806246268 * L_65 = __this->get_m_prop_1(); String_t* L_66 = V_8; NullCheck(L_65); bool L_67 = CDataProperty_Exist_m372773481(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0182; } } { String_t* L_68 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_70 = CNetServerConfig_GetConfigString_m1508055105(__this, L_68, L_69, /*hidden argument*/NULL); String_t* L_71 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_72 = CNetServerConfig_ReplaceServerURL_m4059194231(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); V_9 = L_72; String_t* L_73 = V_9; bool L_74 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0173; } } { goto IL_0182; } IL_0173: { CDataProperty_t2806246268 * L_75 = __this->get_m_propProxy_2(); String_t* L_76 = V_8; String_t* L_77 = V_9; NullCheck(L_75); CDataProperty_Add_m1879965761(L_75, L_76, L_77, /*hidden argument*/NULL); } IL_0182: { int32_t L_78 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_0188: { int32_t L_79 = V_7; List_1_t3319525431 * L_80 = V_6; NullCheck(L_80); int32_t L_81 = List_1_get_Count_m2276455407(L_80, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_79) < ((int32_t)L_81))) { goto IL_0130; } } { List_1_t3319525431 * L_82 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_82, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_10 = L_82; List_1_t3319525431 * L_83 = V_10; NullCheck(L_83); List_1_Add_m1685793073(L_83, _stringLiteral4058231383, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_84 = V_10; NullCheck(L_84); List_1_Add_m1685793073(L_84, _stringLiteral547868706, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_85 = V_10; NullCheck(L_85); List_1_Add_m1685793073(L_85, _stringLiteral3487531289, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_86 = V_10; NullCheck(L_86); List_1_Add_m1685793073(L_86, _stringLiteral3244639834, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); String_t* L_87 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_88 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); if (L_88) { goto IL_0376; } } { V_11 = (bool)0; String_t* L_89 = V_3; V_12 = L_89; String_t* L_90 = V_12; NullCheck(L_90); int32_t L_91 = String_IndexOf_m363431711(L_90, ((int32_t)59), /*hidden argument*/NULL); V_13 = L_91; int32_t L_92 = V_13; if ((((int32_t)0) >= ((int32_t)L_92))) { goto IL_01fd; } } { String_t* L_93 = V_12; int32_t L_94 = V_13; NullCheck(L_93); String_t* L_95 = String_Substring_m1610150815(L_93, 0, L_94, /*hidden argument*/NULL); V_12 = L_95; } IL_01fd: { String_t* L_96 = V_3; NullCheck(L_96); String_t* L_97 = String_ToLower_m2029374922(L_96, /*hidden argument*/NULL); V_14 = L_97; V_15 = (bool)0; V_16 = (bool)0; V_17 = (bool)0; String_t* L_98 = V_14; NullCheck(L_98); bool L_99 = String_StartsWith_m1759067526(L_98, _stringLiteral1973861653, /*hidden argument*/NULL); if (!L_99) { goto IL_0227; } } { V_15 = (bool)1; goto IL_0254; } IL_0227: { String_t* L_100 = V_14; NullCheck(L_100); bool L_101 = String_StartsWith_m1759067526(L_100, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_101) { goto IL_0240; } } { V_16 = (bool)1; goto IL_0254; } IL_0240: { String_t* L_102 = V_14; NullCheck(L_102); bool L_103 = String_StartsWith_m1759067526(L_102, _stringLiteral228733076, /*hidden argument*/NULL); if (!L_103) { goto IL_0254; } } { V_17 = (bool)1; } IL_0254: { bool L_104 = V_15; if (L_104) { goto IL_0269; } } { bool L_105 = V_16; if (L_105) { goto IL_0269; } } { bool L_106 = V_17; if (!L_106) { goto IL_02dc; } } IL_0269: { V_11 = (bool)1; bool L_107 = V_15; if (!L_107) { goto IL_028b; } } { String_t* L_108 = V_12; String_t* L_109 = V_12; NullCheck(L_109); int32_t L_110 = String_get_Length_m3847582255(L_109, /*hidden argument*/NULL); NullCheck(L_108); String_t* L_111 = String_Substring_m1610150815(L_108, 8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)8)), /*hidden argument*/NULL); V_12 = L_111; goto IL_02bd; } IL_028b: { bool L_112 = V_16; if (!L_112) { goto IL_02aa; } } { String_t* L_113 = V_12; String_t* L_114 = V_12; NullCheck(L_114); int32_t L_115 = String_get_Length_m3847582255(L_114, /*hidden argument*/NULL); NullCheck(L_113); String_t* L_116 = String_Substring_m1610150815(L_113, 7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)7)), /*hidden argument*/NULL); V_12 = L_116; goto IL_02bd; } IL_02aa: { String_t* L_117 = V_12; String_t* L_118 = V_12; NullCheck(L_118); int32_t L_119 = String_get_Length_m3847582255(L_118, /*hidden argument*/NULL); NullCheck(L_117); String_t* L_120 = String_Substring_m1610150815(L_117, 6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)6)), /*hidden argument*/NULL); V_12 = L_120; } IL_02bd: { String_t* L_121 = V_12; NullCheck(L_121); int32_t L_122 = String_IndexOf_m363431711(L_121, ((int32_t)47), /*hidden argument*/NULL); V_13 = L_122; int32_t L_123 = V_13; if ((((int32_t)0) >= ((int32_t)L_123))) { goto IL_02dc; } } { String_t* L_124 = V_12; int32_t L_125 = V_13; NullCheck(L_124); String_t* L_126 = String_Substring_m1610150815(L_124, 0, L_125, /*hidden argument*/NULL); V_12 = L_126; } IL_02dc: { V_18 = 0; goto IL_0368; } IL_02e4: { List_1_t3319525431 * L_127 = V_10; int32_t L_128 = V_18; NullCheck(L_127); String_t* L_129 = List_1_get_Item_m3729392029(L_127, L_128, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); V_19 = L_129; CDataProperty_t2806246268 * L_130 = __this->get_m_prop_1(); String_t* L_131 = V_19; NullCheck(L_130); bool L_132 = CDataProperty_Exist_m372773481(L_130, L_131, /*hidden argument*/NULL); if (!L_132) { goto IL_0362; } } { String_t* L_133 = V_19; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_134 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral547868706, L_133, /*hidden argument*/NULL); if (L_134) { goto IL_032c; } } { bool L_135 = V_11; if (!L_135) { goto IL_032c; } } { CDataProperty_t2806246268 * L_136 = __this->get_m_propProxy_2(); String_t* L_137 = V_19; String_t* L_138 = V_3; NullCheck(L_136); CDataProperty_Add_m1879965761(L_136, L_137, L_138, /*hidden argument*/NULL); goto IL_0362; } IL_032c: { String_t* L_139 = V_19; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_140 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_141 = CNetServerConfig_GetConfigString_m1508055105(__this, L_139, L_140, /*hidden argument*/NULL); String_t* L_142 = V_12; IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); String_t* L_143 = CNetServerConfig_ReplaceServerURL_m4059194231(NULL /*static, unused*/, L_141, L_142, /*hidden argument*/NULL); V_20 = L_143; String_t* L_144 = V_20; bool L_145 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_0353; } } { goto IL_0362; } IL_0353: { CDataProperty_t2806246268 * L_146 = __this->get_m_propProxy_2(); String_t* L_147 = V_19; String_t* L_148 = V_20; NullCheck(L_146); CDataProperty_Add_m1879965761(L_146, L_147, L_148, /*hidden argument*/NULL); } IL_0362: { int32_t L_149 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); } IL_0368: { int32_t L_150 = V_18; List_1_t3319525431 * L_151 = V_10; NullCheck(L_151); int32_t L_152 = List_1_get_Count_m2276455407(L_151, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_150) < ((int32_t)L_152))) { goto IL_02e4; } } IL_0376: { return; } } // System.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_GetConfigString_m1508055105_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataProperty_t2806246268 * L_0 = __this->get_m_propProxy_2(); if (!L_0) { goto IL_002a; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_propProxy_2(); String_t* L_2 = ___key0; NullCheck(L_1); bool L_3 = CDataProperty_Exist_m372773481(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { CDataProperty_t2806246268 * L_4 = __this->get_m_propProxy_2(); String_t* L_5 = ___key0; String_t* L_6 = ___defaultVal1; NullCheck(L_4); String_t* L_7 = CDataProperty_GetWideStr_m3656006276(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_8 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = ___key0; NullCheck(L_8); bool L_10 = CServerChoice_Exist_m639540555(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_11 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = ___key0; String_t* L_13 = ___defaultVal1; NullCheck(L_11); String_t* L_14 = CServerChoice_GetConfigInfo_m1458867364(L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0047: { IL2CPP_RUNTIME_CLASS_INIT(CPluginConfig_t32997114_il2cpp_TypeInfo_var); CPluginConfig_t32997114 * L_15 = CPluginConfig_getInstance_m1696391661(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = ___key0; CDataProperty_t2806246268 * L_17 = __this->get_m_prop_1(); String_t* L_18 = ___key0; String_t* L_19 = ___defaultVal1; NullCheck(L_17); String_t* L_20 = CDataProperty_GetWideStr_m3656006276(L_17, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_21 = CPluginConfig_GetConfigString_m4093530641(L_15, L_16, L_20, /*hidden argument*/NULL); return L_21; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_GetConfigInt_m1392106542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataProperty_t2806246268 * L_0 = __this->get_m_propProxy_2(); if (!L_0) { goto IL_002a; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_propProxy_2(); String_t* L_2 = ___key0; NullCheck(L_1); bool L_3 = CDataProperty_Exist_m372773481(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { CDataProperty_t2806246268 * L_4 = __this->get_m_propProxy_2(); String_t* L_5 = ___key0; int32_t L_6 = ___defaultVal1; NullCheck(L_4); int32_t L_7 = CDataProperty_GetInt_m1935343217(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_8 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = ___key0; NullCheck(L_8); bool L_10 = CServerChoice_Exist_m639540555(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_11 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = ___key0; int32_t L_13 = ___defaultVal1; NullCheck(L_11); int32_t L_14 = CServerChoice_GetConfigInfo_m3776838067(L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0047: { IL2CPP_RUNTIME_CLASS_INIT(CPluginConfig_t32997114_il2cpp_TypeInfo_var); CPluginConfig_t32997114 * L_15 = CPluginConfig_getInstance_m1696391661(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = ___key0; CDataProperty_t2806246268 * L_17 = __this->get_m_prop_1(); String_t* L_18 = ___key0; int32_t L_19 = ___defaultVal1; NullCheck(L_17); int32_t L_20 = CDataProperty_GetInt_m1935343217(L_17, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_21 = CPluginConfig_GetConfigInt_m2273657834(L_15, L_16, L_20, /*hidden argument*/NULL); return L_21; } } // System.String DMCore.Net.CNetServerConfig::GetCurSetting() extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetCurSetting_m2790215808 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Setting_3(); return L_0; } } // System.Boolean DMCore.Net.CNetServerConfig::CheckLinkConfig(System.Xml.XmlNodeList) extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_CheckLinkConfig_m251908310 (CNetServerConfig_t202072970 * __this, XmlNodeList_t2551693786 * ___children0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetServerConfig_CheckLinkConfig_m251908310_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; String_t* V_3 = NULL; XmlElement_t561603118 * V_4 = NULL; CNetServerConfig_t202072970 * G_B14_0 = NULL; CNetServerConfig_t202072970 * G_B13_0 = NULL; String_t* G_B15_0 = NULL; CNetServerConfig_t202072970 * G_B15_1 = NULL; { V_0 = (bool)0; XmlNodeList_t2551693786 * L_0 = ___children0; if (!L_0) { goto IL_0013; } } { XmlNodeList_t2551693786 * L_1 = ___children0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_1); if (L_2) { goto IL_0015; } } IL_0013: { bool L_3 = V_0; return L_3; } IL_0015: { String_t* L_4 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0078; } } { V_1 = 0; goto IL_006c; } IL_002c: { XmlNodeList_t2551693786 * L_6 = ___children0; int32_t L_7 = V_1; NullCheck(L_6); XmlNode_t3767805227 * L_8 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_6, L_7); V_2 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_9 = V_2; if (L_9) { goto IL_0044; } } { goto IL_0068; } IL_0044: { XmlElement_t561603118 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_10, _stringLiteral62725243); V_3 = L_11; String_t* L_12 = V_3; String_t* L_13 = __this->get_m_Setting_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_14 = String_Compare_m3735043349(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0068; } } { V_0 = (bool)1; goto IL_0078; } IL_0068: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_006c: { int32_t L_16 = V_1; XmlNodeList_t2551693786 * L_17 = ___children0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_002c; } } IL_0078: { bool L_19 = V_0; if (L_19) { goto IL_00af; } } { XmlNodeList_t2551693786 * L_20 = ___children0; NullCheck(L_20); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_20, 0); V_4 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_22 = V_4; G_B13_0 = __this; if (!L_22) { G_B14_0 = __this; goto IL_00a5; } } { XmlElement_t561603118 * L_23 = V_4; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_23, _stringLiteral62725243); G_B15_0 = L_24; G_B15_1 = G_B13_0; goto IL_00aa; } IL_00a5: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B15_0 = L_25; G_B15_1 = G_B14_0; } IL_00aa: { NullCheck(G_B15_1); G_B15_1->set_m_Setting_3(G_B15_0); } IL_00af: { bool L_26 = V_0; return L_26; } } // System.Void DMCore.Net.CNetServerConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CNetServerConfig__cctor_m135881162 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.CNetService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNetService__ctor_m3721915101 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService__ctor_m3721915101_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILinkListener__ctor_m2854064247(__this, /*hidden argument*/NULL); CThreadLock_t3315856551 * L_0 = (CThreadLock_t3315856551 *)il2cpp_codegen_object_new(CThreadLock_t3315856551_il2cpp_TypeInfo_var); CThreadLock__ctor_m2708615033(L_0, /*hidden argument*/NULL); __this->set_m_Lock_8(L_0); __this->set_m_LinkStateOld_6((-1)); __this->set_m_LinkStateNow_7((-1)); BetterList_1_t289316694 * L_1 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_1, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_varOutBuffer_2(L_1); BetterList_1_t289316694 * L_2 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_2, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); __this->set_m_varStructBuffer_3(L_2); CThreadLock_t3315856551 * L_3 = (CThreadLock_t3315856551 *)il2cpp_codegen_object_new(CThreadLock_t3315856551_il2cpp_TypeInfo_var); CThreadLock__ctor_m2708615033(L_3, /*hidden argument*/NULL); __this->set_m_MsgListLock_5(L_3); LinkedList_1_t3261532576 * L_4 = (LinkedList_1_t3261532576 *)il2cpp_codegen_object_new(LinkedList_1_t3261532576_il2cpp_TypeInfo_var); LinkedList_1__ctor_m1813535711(L_4, /*hidden argument*/LinkedList_1__ctor_m1813535711_RuntimeMethod_var); __this->set_m_msgFromServer_4(L_4); List_1_t3594922530 * L_5 = (List_1_t3594922530 *)il2cpp_codegen_object_new(List_1_t3594922530_il2cpp_TypeInfo_var); List_1__ctor_m541725837(L_5, /*hidden argument*/List_1__ctor_m541725837_RuntimeMethod_var); __this->set_m_listeners_1(L_5); return; } } // DMCore.Net.enumNetWorkMode DMCore.Net.CNetService::GetNetWorkMode() extern "C" IL2CPP_METHOD_ATTR int32_t CNetService_GetNetWorkMode_m3797172386 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = Application_get_internetReachability_m432100819(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001d; } case 1: { goto IL_0021; } case 2: { goto IL_001f; } } } { goto IL_0023; } IL_001d: { return (int32_t)(0); } IL_001f: { return (int32_t)(1); } IL_0021: { return (int32_t)(2); } IL_0023: { return (int32_t)(0); } } // System.Void DMCore.Net.CNetService::Close() extern "C" IL2CPP_METHOD_ATTR void CNetService_Close_m340185834 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { { CThreadLock_t3315856551 * L_0 = __this->get_m_Lock_8(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); __this->set_m_LinkStateOld_6((-1)); __this->set_m_LinkStateNow_7((-1)); CThreadLock_t3315856551 * L_1 = __this->get_m_Lock_8(); NullCheck(L_1); CThreadLock_UnLock_m2922388906(L_1, /*hidden argument*/NULL); INetLink_t2717826932 * L_2 = __this->get_m_pNetLink_0(); if (!L_2) { goto IL_0047; } } { INetLink_t2717826932 * L_3 = __this->get_m_pNetLink_0(); NullCheck(L_3); INetLink_SetListener_m4203753615(L_3, (ILinkListener_t2747206916 *)NULL, /*hidden argument*/NULL); INetLink_t2717826932 * L_4 = __this->get_m_pNetLink_0(); NullCheck(L_4); VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetLink::Close() */, L_4); } IL_0047: { return; } } // System.Void DMCore.Net.CNetService::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CNetService_OnUpdate_m3222267551 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { { bool L_0 = CNetService__OnPickLink_m1389177975(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { CNetService__OnPickGet_m1782648884(__this, /*hidden argument*/NULL); CNetService__OnPickSend_m1839943552(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Net.CNetService::_OnPickLink() extern "C" IL2CPP_METHOD_ATTR bool CNetService__OnPickLink_m1389177975 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService__OnPickLink_m1389177975_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; int32_t G_B4_0 = 0; { V_0 = (bool)1; V_1 = (bool)0; CThreadLock_t3315856551 * L_0 = __this->get_m_Lock_8(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_LinkStateNow_7(); int32_t L_2 = __this->get_m_LinkStateOld_6(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0042; } } { int32_t L_3 = __this->get_m_LinkStateNow_7(); __this->set_m_LinkStateOld_6(L_3); int32_t L_4 = __this->get_m_LinkStateOld_6(); if (!L_4) { goto IL_003e; } } { G_B4_0 = 1; goto IL_003f; } IL_003e: { G_B4_0 = 0; } IL_003f: { V_0 = (bool)G_B4_0; V_1 = (bool)1; } IL_0042: { CThreadLock_t3315856551 * L_5 = __this->get_m_Lock_8(); NullCheck(L_5); CThreadLock_UnLock_m2922388906(L_5, /*hidden argument*/NULL); bool L_6 = V_1; if (!L_6) { goto IL_00d7; } } { V_2 = 0; goto IL_009c; } IL_005a: { List_1_t3594922530 * L_7 = __this->get_m_listeners_1(); int32_t L_8 = V_2; NullCheck(L_7); INetListener_t2122847788 * L_9 = List_1_get_Item_m395364543(L_7, L_8, /*hidden argument*/List_1_get_Item_m395364543_RuntimeMethod_var); if (!L_9) { goto IL_0098; } } { bool L_10 = V_0; if (!L_10) { goto IL_0087; } } { List_1_t3594922530 * L_11 = __this->get_m_listeners_1(); int32_t L_12 = V_2; NullCheck(L_11); INetListener_t2122847788 * L_13 = List_1_get_Item_m395364543(L_11, L_12, /*hidden argument*/List_1_get_Item_m395364543_RuntimeMethod_var); NullCheck(L_13); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Net.INetListener::OnLinkSuccess() */, L_13); goto IL_0098; } IL_0087: { List_1_t3594922530 * L_14 = __this->get_m_listeners_1(); int32_t L_15 = V_2; NullCheck(L_14); INetListener_t2122847788 * L_16 = List_1_get_Item_m395364543(L_14, L_15, /*hidden argument*/List_1_get_Item_m395364543_RuntimeMethod_var); NullCheck(L_16); VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetListener::OnLinkUnConnected() */, L_16); } IL_0098: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_009c: { int32_t L_18 = V_2; List_1_t3594922530 * L_19 = __this->get_m_listeners_1(); NullCheck(L_19); int32_t L_20 = List_1_get_Count_m2293357092(L_19, /*hidden argument*/List_1_get_Count_m2293357092_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_005a; } } { bool L_21 = V_0; if (L_21) { goto IL_00d5; } } { CThreadLock_t3315856551 * L_22 = __this->get_m_MsgListLock_5(); NullCheck(L_22); CThreadLock_Lock_m3448296176(L_22, /*hidden argument*/NULL); LinkedList_1_t3261532576 * L_23 = __this->get_m_msgFromServer_4(); NullCheck(L_23); LinkedList_1_Clear_m3669462242(L_23, /*hidden argument*/LinkedList_1_Clear_m3669462242_RuntimeMethod_var); CThreadLock_t3315856551 * L_24 = __this->get_m_MsgListLock_5(); NullCheck(L_24); CThreadLock_UnLock_m2922388906(L_24, /*hidden argument*/NULL); } IL_00d5: { return (bool)1; } IL_00d7: { return (bool)0; } } // System.Void DMCore.Net.CNetService::_OnPickGet() extern "C" IL2CPP_METHOD_ATTR void CNetService__OnPickGet_m1782648884 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService__OnPickGet_m1782648884_MetadataUsageId); s_Il2CppMethodInitialized = true; } INetMsgBaseS2C_t126919271 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (INetMsgBaseS2C_t126919271 *)NULL; CThreadLock_t3315856551 * L_0 = __this->get_m_MsgListLock_5(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); LinkedList_1_t3261532576 * L_1 = __this->get_m_msgFromServer_4(); NullCheck(L_1); int32_t L_2 = LinkedList_1_get_Count_m3545464969(L_1, /*hidden argument*/LinkedList_1_get_Count_m3545464969_RuntimeMethod_var); if (!L_2) { goto IL_003a; } } { LinkedList_1_t3261532576 * L_3 = __this->get_m_msgFromServer_4(); NullCheck(L_3); LinkedListNode_1_t4167061670 * L_4 = LinkedList_1_get_First_m3326379170(L_3, /*hidden argument*/LinkedList_1_get_First_m3326379170_RuntimeMethod_var); NullCheck(L_4); INetMsgBaseS2C_t126919271 * L_5 = LinkedListNode_1_get_Value_m3183208910(L_4, /*hidden argument*/LinkedListNode_1_get_Value_m3183208910_RuntimeMethod_var); V_0 = L_5; LinkedList_1_t3261532576 * L_6 = __this->get_m_msgFromServer_4(); NullCheck(L_6); LinkedList_1_RemoveFirst_m1182622119(L_6, /*hidden argument*/LinkedList_1_RemoveFirst_m1182622119_RuntimeMethod_var); } IL_003a: { CThreadLock_t3315856551 * L_7 = __this->get_m_MsgListLock_5(); NullCheck(L_7); CThreadLock_UnLock_m2922388906(L_7, /*hidden argument*/NULL); INetMsgBaseS2C_t126919271 * L_8 = V_0; if (!L_8) { goto IL_008a; } } { V_1 = 0; goto IL_0079; } IL_0052: { List_1_t3594922530 * L_9 = __this->get_m_listeners_1(); int32_t L_10 = V_1; NullCheck(L_9); INetListener_t2122847788 * L_11 = List_1_get_Item_m395364543(L_9, L_10, /*hidden argument*/List_1_get_Item_m395364543_RuntimeMethod_var); if (!L_11) { goto IL_0075; } } { List_1_t3594922530 * L_12 = __this->get_m_listeners_1(); int32_t L_13 = V_1; NullCheck(L_12); INetListener_t2122847788 * L_14 = List_1_get_Item_m395364543(L_12, L_13, /*hidden argument*/List_1_get_Item_m395364543_RuntimeMethod_var); INetMsgBaseS2C_t126919271 * L_15 = V_0; NullCheck(L_14); VirtActionInvoker1< INetMsgBaseS2C_t126919271 * >::Invoke(4 /* System.Void DMCore.Net.INetListener::OnReceiverMsg(DMCore.Net.Protocol.INetMsgBaseS2C) */, L_14, L_15); } IL_0075: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0079: { int32_t L_17 = V_1; List_1_t3594922530 * L_18 = __this->get_m_listeners_1(); NullCheck(L_18); int32_t L_19 = List_1_get_Count_m2293357092(L_18, /*hidden argument*/List_1_get_Count_m2293357092_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0052; } } IL_008a: { return; } } // System.Void DMCore.Net.CNetService::_OnPickSend() extern "C" IL2CPP_METHOD_ATTR void CNetService__OnPickSend_m1839943552 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService__OnPickSend_m1839943552_MetadataUsageId); s_Il2CppMethodInitialized = true; } BetterList_1_t3223218359 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * 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(netSendingCache_t1115576376_il2cpp_TypeInfo_var); BetterList_1_t3223218359 * L_0 = netSendingCache_BeginPopMsg_m1857426800(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_1 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CPveManager_IsPveMode_m3137815888(L_1, /*hidden argument*/NULL); V_1 = L_2; V_2 = 0; goto IL_004f; } IL_0018: { bool L_3 = V_1; if (!L_3) { goto IL_0034; } } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_4 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); BetterList_1_t3223218359 * L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_5); CDataArray_t4068198041 * L_7 = BetterList_1_get_Item_m3966717211(L_5, L_6, /*hidden argument*/BetterList_1_get_Item_m3966717211_RuntimeMethod_var); NullCheck(L_4); bool L_8 = CPveManager_AsSimulatorMsg_m2552342401(L_4, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_004b; } } IL_0034: { 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); CNetMainLogic_t857650587 * L_10 = CRoot_GetNetControl_m305351655(L_9, /*hidden argument*/NULL); BetterList_1_t3223218359 * L_11 = V_0; int32_t L_12 = V_2; NullCheck(L_11); CDataArray_t4068198041 * L_13 = BetterList_1_get_Item_m3966717211(L_11, L_12, /*hidden argument*/BetterList_1_get_Item_m3966717211_RuntimeMethod_var); NullCheck(L_10); CNetMainLogic_SendCustomMsg_m3660603244(L_10, L_13, /*hidden argument*/NULL); } IL_004b: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004f: { int32_t L_15 = V_2; BetterList_1_t3223218359 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = L_16->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0018; } } IL_005b: { IL2CPP_LEAVE(0x77, FINALLY_0071); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0060; throw e; } CATCH_0060: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); Exception_t * L_18 = V_3; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); IL2CPP_LEAVE(0x77, FINALLY_0071); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: { // begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(netSendingCache_t1115576376_il2cpp_TypeInfo_var); netSendingCache_EndPopMsg_m1048125316(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_END_FINALLY(113) } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x77, IL_0077) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0077: { return; } } // DMCore.Net.CNetLink_IOS DMCore.Net.CNetService::GetLinkedPtr() extern "C" IL2CPP_METHOD_ATTR CNetLink_IOS_t2636358992 * CNetService_GetLinkedPtr_m3362794274 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_GetLinkedPtr_m3362794274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { INetLink_t2717826932 * L_0 = __this->get_m_pNetLink_0(); return ((CNetLink_IOS_t2636358992 *)CastclassClass((RuntimeObject*)L_0, CNetLink_IOS_t2636358992_il2cpp_TypeInfo_var)); } } // System.Void DMCore.Net.CNetService::Link(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNetService_Link_m4067152399 (CNetService_t1201271315 * __this, String_t* ___serverIP0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_Link_m4067152399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { INetLink_t2717826932 * L_0 = __this->get_m_pNetLink_0(); if (L_0) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_1 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CNetServerConfig_IsValidProxy_m4030729817(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002a; } } { CNetLink_IOS_t2636358992 * L_3 = (CNetLink_IOS_t2636358992 *)il2cpp_codegen_object_new(CNetLink_IOS_t2636358992_il2cpp_TypeInfo_var); CNetLink_IOS__ctor_m3304151748(L_3, /*hidden argument*/NULL); __this->set_m_pNetLink_0(L_3); goto IL_0035; } IL_002a: { CNetLink_t2605986831 * L_4 = (CNetLink_t2605986831 *)il2cpp_codegen_object_new(CNetLink_t2605986831_il2cpp_TypeInfo_var); CNetLink__ctor_m2107516412(L_4, /*hidden argument*/NULL); __this->set_m_pNetLink_0(L_4); } IL_0035: { INetLink_t2717826932 * L_5 = __this->get_m_pNetLink_0(); NullCheck(L_5); INetLink_SetListener_m4203753615(L_5, __this, /*hidden argument*/NULL); INetLink_t2717826932 * L_6 = __this->get_m_pNetLink_0(); String_t* L_7 = ___serverIP0; int32_t L_8 = ___port1; NullCheck(L_6); VirtFuncInvoker2< bool, String_t*, int32_t >::Invoke(5 /* System.Boolean DMCore.Net.INetLink::Init(System.String,System.Int32) */, L_6, L_7, L_8); return; } } // System.Boolean DMCore.Net.CNetService::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CNetService_IsValid_m2417795324 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { INetLink_t2717826932 * L_0 = __this->get_m_pNetLink_0(); if (!L_0) { goto IL_0021; } } { INetLink_t2717826932 * L_1 = __this->get_m_pNetLink_0(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean DMCore.Net.INetLink::IsValid() */, L_1); if (!L_2) { goto IL_0021; } } { G_B4_0 = 1; goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { return (bool)G_B4_0; } } // System.Void DMCore.Net.CNetService::SendCustomMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CNetService_SendCustomMsg_m4016654433 (CNetService_t1201271315 * __this, CDataArray_t4068198041 * ___dr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_SendCustomMsg_m4016654433_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgCustom_t3704829624 * V_0 = NULL; { CMsgCustom_t3704829624 * L_0 = (CMsgCustom_t3704829624 *)il2cpp_codegen_object_new(CMsgCustom_t3704829624_il2cpp_TypeInfo_var); CMsgCustom__ctor_m1994577366(L_0, /*hidden argument*/NULL); V_0 = L_0; CMsgCustom_t3704829624 * L_1 = V_0; CDataArray_t4068198041 * L_2 = ___dr0; NullCheck(L_1); L_1->set_dataArray_0(L_2); CMsgCustom_t3704829624 * L_3 = V_0; CNetService_SendMsgStruct_m258771320(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetService::DispatchMessage(DMCore.Net.Protocol.INetMsgBaseS2C) extern "C" IL2CPP_METHOD_ATTR void CNetService_DispatchMessage_m4289082544 (CNetService_t1201271315 * __this, INetMsgBaseS2C_t126919271 * ___msgFromS0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_DispatchMessage_m4289082544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { INetMsgBaseS2C_t126919271 * L_0 = ___msgFromS0; if (!L_0) { goto IL_002a; } } { CThreadLock_t3315856551 * L_1 = __this->get_m_MsgListLock_5(); NullCheck(L_1); CThreadLock_Lock_m3448296176(L_1, /*hidden argument*/NULL); LinkedList_1_t3261532576 * L_2 = __this->get_m_msgFromServer_4(); INetMsgBaseS2C_t126919271 * L_3 = ___msgFromS0; NullCheck(L_2); LinkedList_1_AddLast_m3362005149(L_2, L_3, /*hidden argument*/LinkedList_1_AddLast_m3362005149_RuntimeMethod_var); CThreadLock_t3315856551 * L_4 = __this->get_m_MsgListLock_5(); NullCheck(L_4); CThreadLock_UnLock_m2922388906(L_4, /*hidden argument*/NULL); } IL_002a: { return; } } // System.Void DMCore.Net.CNetService::RegisterListener(DMCore.Net.INetListener) extern "C" IL2CPP_METHOD_ATTR void CNetService_RegisterListener_m710671564 (CNetService_t1201271315 * __this, INetListener_t2122847788 * ___listener0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_RegisterListener_m710671564_MetadataUsageId); s_Il2CppMethodInitialized = true; } INetListener_t2122847788 * V_0 = NULL; Enumerator_t1189199111 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { INetListener_t2122847788 * L_0 = ___listener0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { List_1_t3594922530 * L_1 = __this->get_m_listeners_1(); NullCheck(L_1); Enumerator_t1189199111 L_2 = List_1_GetEnumerator_m215098149(L_1, /*hidden argument*/List_1_GetEnumerator_m215098149_RuntimeMethod_var); V_1 = L_2; } IL_0013: try { // begin try (depth: 1) { goto IL_002c; } IL_0018: { INetListener_t2122847788 * L_3 = Enumerator_get_Current_m4104502214((&V_1), /*hidden argument*/Enumerator_get_Current_m4104502214_RuntimeMethod_var); V_0 = L_3; INetListener_t2122847788 * L_4 = V_0; INetListener_t2122847788 * L_5 = ___listener0; if ((!(((RuntimeObject*)(INetListener_t2122847788 *)L_4) == ((RuntimeObject*)(INetListener_t2122847788 *)L_5)))) { goto IL_002c; } } IL_0027: { IL2CPP_LEAVE(0x57, FINALLY_003d); } IL_002c: { bool L_6 = Enumerator_MoveNext_m2153923718((&V_1), /*hidden argument*/Enumerator_MoveNext_m2153923718_RuntimeMethod_var); if (L_6) { goto IL_0018; } } IL_0038: { IL2CPP_LEAVE(0x4B, FINALLY_003d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) Enumerator_Dispose_m2679825681((&V_1), /*hidden argument*/Enumerator_Dispose_m2679825681_RuntimeMethod_var); IL2CPP_END_FINALLY(61) } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { List_1_t3594922530 * L_7 = __this->get_m_listeners_1(); INetListener_t2122847788 * L_8 = ___listener0; NullCheck(L_7); List_1_Add_m1830268421(L_7, L_8, /*hidden argument*/List_1_Add_m1830268421_RuntimeMethod_var); } IL_0057: { return; } } // System.Void DMCore.Net.CNetService::UnregisterListener(DMCore.Net.INetListener) extern "C" IL2CPP_METHOD_ATTR void CNetService_UnregisterListener_m437494297 (CNetService_t1201271315 * __this, INetListener_t2122847788 * ___listener0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_UnregisterListener_m437494297_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3594922530 * L_0 = __this->get_m_listeners_1(); INetListener_t2122847788 * L_1 = ___listener0; NullCheck(L_0); List_1_Remove_m3107540926(L_0, L_1, /*hidden argument*/List_1_Remove_m3107540926_RuntimeMethod_var); return; } } // System.Void DMCore.Net.CNetService::UnRegisterAll() extern "C" IL2CPP_METHOD_ATTR void CNetService_UnRegisterAll_m3316444750 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_UnRegisterAll_m3316444750_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3594922530 * L_0 = __this->get_m_listeners_1(); NullCheck(L_0); List_1_Clear_m1028957725(L_0, /*hidden argument*/List_1_Clear_m1028957725_RuntimeMethod_var); return; } } // System.Void DMCore.Net.CNetService::OnLinkSuccess() extern "C" IL2CPP_METHOD_ATTR void CNetService_OnLinkSuccess_m333595880 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { { CThreadLock_t3315856551 * L_0 = __this->get_m_Lock_8(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); __this->set_m_LinkStateNow_7(1); __this->set_m_LinkStateOld_6((-1)); CThreadLock_t3315856551 * L_1 = __this->get_m_Lock_8(); NullCheck(L_1); CThreadLock_UnLock_m2922388906(L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.CNetService::OnLinkFailed() extern "C" IL2CPP_METHOD_ATTR void CNetService_OnLinkFailed_m424402670 (CNetService_t1201271315 * __this, const RuntimeMethod* method) { { CThreadLock_t3315856551 * L_0 = __this->get_m_Lock_8(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); __this->set_m_LinkStateNow_7(0); __this->set_m_LinkStateOld_6((-1)); CThreadLock_t3315856551 * L_1 = __this->get_m_Lock_8(); NullCheck(L_1); CThreadLock_UnLock_m2922388906(L_1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Net.CNetService::SendMsgStruct(DMCore.Net.Protocol.INetMsgBaseC2S) extern "C" IL2CPP_METHOD_ATTR bool CNetService_SendMsgStruct_m258771320 (CNetService_t1201271315 * __this, INetMsgBaseC2S_t1364238951 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNetService_SendMsgStruct_m258771320_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { INetLink_t2717826932 * L_0 = __this->get_m_pNetLink_0(); if (L_0) { goto IL_0027; } } { CLogHelp_t779629444 * L_1 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral815528217, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_1); CLogHelp_LogDrawAuto_m4288732155(L_1, L_2, /*hidden argument*/NULL); return (bool)0; } IL_0027: { int32_t L_3 = CNetService_GetNetWorkMode_m3797172386(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_3) { goto IL_008b; } } { V_0 = 0; goto IL_005e; } IL_0038: { List_1_t3594922530 * L_4 = __this->get_m_listeners_1(); int32_t L_5 = V_0; NullCheck(L_4); INetListener_t2122847788 * L_6 = List_1_get_Item_m395364543(L_4, L_5, /*hidden argument*/List_1_get_Item_m395364543_RuntimeMethod_var); if (!L_6) { goto IL_005a; } } { List_1_t3594922530 * L_7 = __this->get_m_listeners_1(); int32_t L_8 = V_0; NullCheck(L_7); INetListener_t2122847788 * L_9 = List_1_get_Item_m395364543(L_7, L_8, /*hidden argument*/List_1_get_Item_m395364543_RuntimeMethod_var); NullCheck(L_9); VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Net.INetListener::OnLinkUnConnected() */, L_9); } IL_005a: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_005e: { int32_t L_11 = V_0; List_1_t3594922530 * L_12 = __this->get_m_listeners_1(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m2293357092(L_12, /*hidden argument*/List_1_get_Count_m2293357092_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0038; } } { CLogHelp_t779629444 * L_14 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3330502293, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_14); CLogHelp_LogDrawAuto_m4288732155(L_14, L_15, /*hidden argument*/NULL); return (bool)0; } IL_008b: { INetMsgBaseC2S_t1364238951 * L_16 = ___msg0; if (!L_16) { goto IL_010c; } } { bool L_17 = CNetService_IsValid_m2417795324(__this, /*hidden argument*/NULL); if (!L_17) { goto IL_010c; } } { INetMsgBaseC2S_t1364238951 * L_18 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_LogClientMsg_m3806030874(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); BetterList_1_t289316694 * L_19 = __this->get_m_varStructBuffer_3(); NullCheck(L_19); BetterList_1_Clear_m2496795138(L_19, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); BetterList_1_t289316694 * L_20 = __this->get_m_varOutBuffer_2(); NullCheck(L_20); BetterList_1_Clear_m2496795138(L_20, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); INetMsgBaseC2S_t1364238951 * L_21 = ___msg0; BetterList_1_t289316694 ** L_22 = __this->get_address_of_m_varStructBuffer_3(); NullCheck(L_21); VirtActionInvoker1< BetterList_1_t289316694 ** >::Invoke(5 /* System.Void DMCore.Net.Protocol.INetMsgBaseC2S::Serial(BetterList`1&) */, L_21, L_22); BetterList_1_t289316694 ** L_23 = __this->get_address_of_m_varOutBuffer_2(); BetterList_1_t289316694 * L_24 = __this->get_m_varStructBuffer_3(); BetterList_1_t289316694 * L_25 = __this->get_m_varStructBuffer_3(); NullCheck(L_25); int32_t L_26 = L_25->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_FormatSendNetStream_m2320532187(NULL /*static, unused*/, L_23, L_24, 0, L_26, /*hidden argument*/NULL); INetLink_t2717826932 * L_27 = __this->get_m_pNetLink_0(); BetterList_1_t289316694 * L_28 = __this->get_m_varOutBuffer_2(); BetterList_1_t289316694 * L_29 = __this->get_m_varOutBuffer_2(); NullCheck(L_29); int32_t L_30 = L_29->get_size_1(); NullCheck(L_27); INetLink_Send_m3168269077(L_27, L_28, 0, L_30, /*hidden argument*/NULL); BetterList_1_t289316694 * L_31 = __this->get_m_varOutBuffer_2(); NullCheck(L_31); BetterList_1_Clear_m2496795138(L_31, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); return (bool)1; } IL_010c: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.CPropDictionary::Push(DMCore.emUnitType,System.String) extern "C" IL2CPP_METHOD_ATTR void CPropDictionary_Push_m1406080517 (RuntimeObject * __this /* static, unused */, int32_t ___unitType0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary_Push_m1406080517_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropInfo_t1912548384 * V_0 = NULL; { PropInfo_t1912548384 * L_0 = (PropInfo_t1912548384 *)il2cpp_codegen_object_new(PropInfo_t1912548384_il2cpp_TypeInfo_var); PropInfo__ctor_m2180213712(L_0, /*hidden argument*/NULL); V_0 = L_0; PropInfo_t1912548384 * L_1 = V_0; int32_t L_2 = ___unitType0; NullCheck(L_1); L_1->set_type_0(L_2); PropInfo_t1912548384 * L_3 = V_0; String_t* L_4 = ___name1; NullCheck(L_3); L_3->set_propName_1(L_4); IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); List_1_t3384623126 * L_5 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); PropInfo_t1912548384 * L_6 = V_0; NullCheck(L_5); List_1_Add_m2366321706(L_5, L_6, /*hidden argument*/List_1_Add_m2366321706_RuntimeMethod_var); String_t* L_7 = ___name1; if (!L_7) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_8 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propDic_1(); String_t* L_9 = ___name1; List_1_t3384623126 * L_10 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m2205018422(L_10, /*hidden argument*/List_1_get_Count_m2205018422_RuntimeMethod_var); NullCheck(L_8); Dictionary_2_set_Item_m3800595820(L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/Dictionary_2_set_Item_m3800595820_RuntimeMethod_var); } IL_003c: { return; } } // System.Void DMCore.Net.CPropDictionary::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropDictionary_ClearAll_m3476409798 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary_ClearAll_m3476409798_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); List_1_t3384623126 * L_0 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); NullCheck(L_0); List_1_Clear_m1891376302(L_0, /*hidden argument*/List_1_Clear_m1891376302_RuntimeMethod_var); Dictionary_2_t2736202052 * L_1 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propDic_1(); NullCheck(L_1); Dictionary_2_Clear_m311915619(L_1, /*hidden argument*/Dictionary_2_Clear_m311915619_RuntimeMethod_var); return; } } // DMCore.emUnitType DMCore.Net.CPropDictionary::GetType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropDictionary_GetType_m2451184835 (RuntimeObject * __this /* static, unused */, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary_GetType_m2451184835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); List_1_t3384623126 * L_0 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2205018422(L_0, /*hidden argument*/List_1_get_Count_m2205018422_RuntimeMethod_var); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0017; } } { int32_t L_3 = ___nIndex0; if ((((int32_t)0) <= ((int32_t)L_3))) { goto IL_001d; } } IL_0017: { return (int32_t)(((int32_t)200)); } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); List_1_t3384623126 * L_4 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); int32_t L_5 = ___nIndex0; NullCheck(L_4); PropInfo_t1912548384 * L_6 = List_1_get_Item_m3262011838(L_4, L_5, /*hidden argument*/List_1_get_Item_m3262011838_RuntimeMethod_var); NullCheck(L_6); int32_t L_7 = L_6->get_type_0(); return L_7; } } // System.String DMCore.Net.CPropDictionary::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropDictionary_GetName_m4069362438 (RuntimeObject * __this /* static, unused */, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary_GetName_m4069362438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); List_1_t3384623126 * L_0 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2205018422(L_0, /*hidden argument*/List_1_get_Count_m2205018422_RuntimeMethod_var); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0017; } } { int32_t L_3 = ___nIndex0; if ((((int32_t)0) <= ((int32_t)L_3))) { goto IL_0019; } } IL_0017: { return (String_t*)NULL; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); List_1_t3384623126 * L_4 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); int32_t L_5 = ___nIndex0; NullCheck(L_4); PropInfo_t1912548384 * L_6 = List_1_get_Item_m3262011838(L_4, L_5, /*hidden argument*/List_1_get_Item_m3262011838_RuntimeMethod_var); NullCheck(L_6); String_t* L_7 = L_6->get_propName_1(); return L_7; } } // System.Int32 DMCore.Net.CPropDictionary::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPropDictionary_GetCount_m3332480744 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary_GetCount_m3332480744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); List_1_t3384623126 * L_0 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propAll_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2205018422(L_0, /*hidden argument*/List_1_get_Count_m2205018422_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Net.CPropDictionary::FindIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CPropDictionary_FindIndex_m902844385 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary_FindIndex_m902844385_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (L_0) { goto IL_0008; } } { return (-1); } IL_0008: { V_0 = (-1); IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_1 = ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->get_propDic_1(); String_t* L_2 = ___name0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m1013208020(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (L_3) { goto IL_001e; } } { return (-1); } IL_001e: { int32_t L_4 = V_0; return L_4; } } // System.Boolean DMCore.Net.CPropDictionary::FindIndex(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CPropDictionary_FindIndex_m3693675310 (RuntimeObject * __this /* static, unused */, String_t* ___name0, int32_t* ___nIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary_FindIndex_m3693675310_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_1 = CPropDictionary_FindIndex_m902844385(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0010; } } { return (bool)0; } IL_0010: { int32_t* L_3 = ___nIndex1; int32_t L_4 = V_0; *((int32_t*)(L_3)) = (int32_t)L_4; return (bool)1; } } // System.Void DMCore.Net.CPropDictionary::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPropDictionary__cctor_m2309443324 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropDictionary__cctor_m2309443324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3384623126 * L_0 = (List_1_t3384623126 *)il2cpp_codegen_object_new(List_1_t3384623126_il2cpp_TypeInfo_var); List_1__ctor_m760527218(L_0, /*hidden argument*/List_1__ctor_m760527218_RuntimeMethod_var); ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->set_propAll_0(L_0); Dictionary_2_t2736202052 * L_1 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_1, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); ((CPropDictionary_t1184658084_StaticFields*)il2cpp_codegen_static_fields_for(CPropDictionary_t1184658084_il2cpp_TypeInfo_var))->set_propDic_1(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 // System.Void DMCore.Net.CPropDictionary/PropInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PropInfo__ctor_m2180213712 (PropInfo_t1912548384 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropInfo__ctor_m2180213712_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_type_0(((int32_t)200)); 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_propName_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Help::.ctor() extern "C" IL2CPP_METHOD_ATTR void Help__ctor_m2527181442 (Help_t3634822582 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Push_m40794890_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; BetterList_1_t289316694 * L_1 = *((BetterList_1_t289316694 **)L_0); uint8_t L_2 = ___value1; NullCheck(L_1); BetterList_1_Add_m3689618584(L_1, L_2, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Push_m1438546594_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; uint8_t V_1 = 0x0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { int16_t L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = BitConverter_GetBytes_m658425501(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; V_2 = L_2; V_3 = 0; goto IL_0020; } IL_0010: { ByteU5BU5D_t4116647657* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; BetterList_1_t289316694 ** L_7 = ___buffer0; BetterList_1_t289316694 * L_8 = *((BetterList_1_t289316694 **)L_7); uint8_t L_9 = V_1; NullCheck(L_8); BetterList_1_Add_m3689618584(L_8, L_9, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0020: { int32_t L_11 = V_3; ByteU5BU5D_t4116647657* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0010; } } { return; } } // System.Void DMCore.Net.Help::Push(BetterList`1&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m1820883614 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Push_m1820883614_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; uint8_t V_1 = 0x0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = BitConverter_GetBytes_m1040762521(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; V_2 = L_2; V_3 = 0; goto IL_0020; } IL_0010: { ByteU5BU5D_t4116647657* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; BetterList_1_t289316694 ** L_7 = ___buffer0; BetterList_1_t289316694 * L_8 = *((BetterList_1_t289316694 **)L_7); uint8_t L_9 = V_1; NullCheck(L_8); BetterList_1_Add_m3689618584(L_8, L_9, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0020: { int32_t L_11 = V_3; ByteU5BU5D_t4116647657* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0010; } } { return; } } // System.Void DMCore.Net.Help::Push(BetterList`1&,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m3394861728 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, int64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Push_m3394861728_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; uint8_t V_1 = 0x0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { int64_t L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = BitConverter_GetBytes_m4144088731(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; V_2 = L_2; V_3 = 0; goto IL_0020; } IL_0010: { ByteU5BU5D_t4116647657* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; BetterList_1_t289316694 ** L_7 = ___buffer0; BetterList_1_t289316694 * L_8 = *((BetterList_1_t289316694 **)L_7); uint8_t L_9 = V_1; NullCheck(L_8); BetterList_1_Add_m3689618584(L_8, L_9, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0020: { int32_t L_11 = V_3; ByteU5BU5D_t4116647657* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0010; } } { return; } } // System.Void DMCore.Net.Help::Push(BetterList`1&,System.Char) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m1972177952 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, Il2CppChar ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Push_m1972177952_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; uint8_t V_1 = 0x0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { Il2CppChar L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = BitConverter_GetBytes_m1603262885(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; V_2 = L_2; V_3 = 0; goto IL_0020; } IL_0010: { ByteU5BU5D_t4116647657* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; BetterList_1_t289316694 ** L_7 = ___buffer0; BetterList_1_t289316694 * L_8 = *((BetterList_1_t289316694 **)L_7); uint8_t L_9 = V_1; NullCheck(L_8); BetterList_1_Add_m3689618584(L_8, L_9, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0020: { int32_t L_11 = V_3; ByteU5BU5D_t4116647657* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0010; } } { return; } } // System.Void DMCore.Net.Help::Push(BetterList`1&,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_Push_m1039748984 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___buffer0, String_t* ___value1, int32_t ___maxChar2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Push_m1039748984_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int16_t V_4 = 0; { String_t* L_0 = ___value1; NullCheck(L_0); CharU5BU5D_t3528271667* L_1 = String_ToCharArray_m1492846834(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___maxChar2; CharU5BU5D_t3528271667* L_3 = V_0; NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_4 = Mathf_Min_m18103608(NULL /*static, unused*/, L_2, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); V_1 = L_4; BetterList_1_t289316694 ** L_5 = ___buffer0; int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1438546594(NULL /*static, unused*/, L_5, (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)), (int32_t)2))))), /*hidden argument*/NULL); V_2 = 0; goto IL_0033; } IL_0024: { CharU5BU5D_t3528271667* L_7 = V_0; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; BetterList_1_t289316694 ** L_11 = ___buffer0; Il2CppChar L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1972177952(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0033: { int32_t L_14 = V_2; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0024; } } { V_4 = (int16_t)0; BetterList_1_t289316694 ** L_16 = ___buffer0; int16_t L_17 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1438546594(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m2119081309 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, uint8_t* ___val2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer0; NullCheck(L_0); int32_t* L_1 = ___nIndex1; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) <= ((int32_t)(*((int32_t*)L_1))))) { goto IL_0012; } } { int32_t* L_2 = ___nIndex1; if ((((int32_t)0) <= ((int32_t)(*((int32_t*)L_2))))) { goto IL_001a; } } IL_0012: { int32_t* L_3 = ___nIndex1; int32_t* L_4 = ___nIndex1; *((int32_t*)(L_3)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_4)), (int32_t)1)); return (bool)0; } IL_001a: { uint8_t* L_5 = ___val2; ByteU5BU5D_t4116647657* L_6 = ___buffer0; int32_t* L_7 = ___nIndex1; NullCheck(L_6); int32_t L_8 = (*((int32_t*)L_7)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); *((int8_t*)(L_5)) = (int8_t)L_9; int32_t* L_10 = ___nIndex1; int32_t* L_11 = ___nIndex1; *((int32_t*)(L_10)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_11)), (int32_t)1)); return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Pop_m3956053017_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)1; } IL_0002: try { // begin try (depth: 1) int16_t* L_0 = ___val2; ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int16_t L_3 = BitConverter_ToInt16_m2376388426(NULL /*static, unused*/, L_1, (*((int32_t*)L_2)), /*hidden argument*/NULL); *((int16_t*)(L_0)) = (int16_t)L_3; goto IL_0019; } // 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_0011; throw e; } CATCH_0011: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0019; } // end catch (depth: 1) IL_0019: { int32_t* L_4 = ___nIndex1; int32_t* L_5 = ___nIndex1; *((int32_t*)(L_4)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_5)), (int32_t)2)); bool L_6 = V_0; return L_6; } } // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m1588559183 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Pop_m1588559183_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)1; } IL_0002: try { // begin try (depth: 1) int32_t* L_0 = ___val2; ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int32_t L_3 = BitConverter_ToInt32_m1089563119(NULL /*static, unused*/, L_1, (*((int32_t*)L_2)), /*hidden argument*/NULL); *((int32_t*)(L_0)) = (int32_t)L_3; goto IL_0019; } // 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_0011; throw e; } CATCH_0011: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0019; } // end catch (depth: 1) IL_0019: { int32_t* L_4 = ___nIndex1; int32_t* L_5 = ___nIndex1; *((int32_t*)(L_4)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_5)), (int32_t)4)); bool L_6 = V_0; return L_6; } } // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m2983622353 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, float* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Pop_m2983622353_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)1; } IL_0002: try { // begin try (depth: 1) float* L_0 = ___val2; ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); float L_3 = BitConverter_ToSingle_m2597008633(NULL /*static, unused*/, L_1, (*((int32_t*)L_2)), /*hidden argument*/NULL); *((float*)(L_0)) = (float)L_3; goto IL_0019; } // 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_0011; throw e; } CATCH_0011: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0019; } // end catch (depth: 1) IL_0019: { int32_t* L_4 = ___nIndex1; int32_t* L_5 = ___nIndex1; *((int32_t*)(L_4)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_5)), (int32_t)4)); bool L_6 = V_0; return L_6; } } // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m844832638 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int64_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Pop_m844832638_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)1; } IL_0002: try { // begin try (depth: 1) int64_t* L_0 = ___val2; ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int64_t L_3 = BitConverter_ToInt64_m349022421(NULL /*static, unused*/, L_1, (*((int32_t*)L_2)), /*hidden argument*/NULL); *((int64_t*)(L_0)) = (int64_t)L_3; goto IL_0019; } // 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_0011; throw e; } CATCH_0011: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0019; } // end catch (depth: 1) IL_0019: { int32_t* L_4 = ___nIndex1; int32_t* L_5 = ___nIndex1; *((int32_t*)(L_4)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_5)), (int32_t)8)); bool L_6 = V_0; return L_6; } } // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.String&,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m1722225834 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, String_t** ___val2, int32_t ___FixedCharLen3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Pop_m1722225834_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; 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 = ___val2; String_t* L_1 = *((String_t**)L_0); if (L_1) { goto IL_000e; } } { String_t** L_2 = ___val2; 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(); *((RuntimeObject **)(L_2)) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)L_3); } IL_000e: { V_0 = (bool)1; int32_t* L_4 = ___nIndex1; V_1 = (*((int32_t*)L_4)); V_2 = 0; goto IL_005d; } IL_001a: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); if (L_8) { goto IL_0031; } } IL_0022: { ByteU5BU5D_t4116647657* L_9 = ___buffer0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if (L_12) { goto IL_0031; } } IL_002c: { goto IL_0064; } IL_0031: { ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); Il2CppChar L_15 = BitConverter_ToChar_m1348346703(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)2)); String_t** L_17 = ___val2; String_t** L_18 = ___val2; String_t* L_19 = *((String_t**)L_18); Il2CppChar L_20 = V_3; Il2CppChar L_21 = L_20; RuntimeObject * L_22 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, L_19, L_22, /*hidden argument*/NULL); *((RuntimeObject **)(L_17)) = (RuntimeObject *)L_23; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_17), (RuntimeObject *)L_23); goto IL_0059; } } // 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_0051; throw e; } CATCH_0051: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0064; } // end catch (depth: 1) IL_0059: { int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_005d: { int32_t L_25 = V_2; int32_t L_26 = ___FixedCharLen3; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_001a; } } IL_0064: { int32_t* L_27 = ___nIndex1; int32_t* L_28 = ___nIndex1; int32_t L_29 = ___FixedCharLen3; *((int32_t*)(L_27)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_28)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_29)))); bool L_30 = V_0; return L_30; } } // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m507744042 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, String_t** ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_Pop_m507744042_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int16_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; 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 = ___val2; 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(); *((RuntimeObject **)(L_0)) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)L_1); V_0 = (bool)1; V_1 = (int16_t)0; ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t* L_3 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_4 = Help_Pop_m3956053017(NULL /*static, unused*/, L_2, L_3, (&V_1), /*hidden argument*/NULL); if (L_4) { goto IL_001b; } } { return (bool)0; } IL_001b: { int32_t* L_5 = ___nIndex1; V_2 = (*((int32_t*)L_5)); int16_t L_6 = V_1; V_3 = ((int32_t)((int32_t)L_6/(int32_t)2)); V_4 = 0; goto IL_0071; } IL_002a: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_7 = ___buffer0; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); if (L_10) { goto IL_0041; } } IL_0032: { ByteU5BU5D_t4116647657* L_11 = ___buffer0; int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if (L_14) { goto IL_0041; } } IL_003c: { goto IL_0079; } IL_0041: { ByteU5BU5D_t4116647657* L_15 = ___buffer0; int32_t L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); Il2CppChar L_17 = BitConverter_ToChar_m1348346703(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2)); String_t** L_19 = ___val2; String_t** L_20 = ___val2; String_t* L_21 = *((String_t**)L_20); Il2CppChar L_22 = V_5; Il2CppChar L_23 = L_22; RuntimeObject * L_24 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, L_21, L_24, /*hidden argument*/NULL); *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_25; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_25); goto IL_006b; } } // 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_0063; throw e; } CATCH_0063: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0079; } // end catch (depth: 1) IL_006b: { int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0071: { int32_t L_27 = V_4; int32_t L_28 = V_3; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_002a; } } IL_0079: { int32_t* L_29 = ___nIndex1; int32_t* L_30 = ___nIndex1; int16_t L_31 = V_1; *((int32_t*)(L_29)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_30)), (int32_t)L_31)); bool L_32 = V_0; return L_32; } } // System.Boolean DMCore.Net.Help::IsEndFlag(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Help_IsEndFlag_m727407284 (RuntimeObject * __this /* static, unused */, uint8_t ___cValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_IsEndFlag_m727407284_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(SerialDef_t1272345629_il2cpp_TypeInfo_var); uint8_t L_0 = ((SerialDef_t1272345629_StaticFields*)il2cpp_codegen_static_fields_for(SerialDef_t1272345629_il2cpp_TypeInfo_var))->get_SOCKED_END_MARK_1(); uint8_t L_1 = ___cValue0; 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 DMCore.Net.Help::FormatSendNetStream(BetterList`1&,BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_FormatSendNetStream_m2320532187 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVar0, BetterList_1_t289316694 * ___inVar1, int32_t ___nStartIndex2, int32_t ___nLen3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_FormatSendNetStream_m2320532187_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; uint32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; uint8_t V_4 = 0x0; BetterList_1_t289316694 * V_5 = NULL; uint32_t V_6 = 0; ByteU5BU5D_t4116647657* V_7 = NULL; int32_t V_8 = 0; uint8_t V_9 = 0x0; { BetterList_1_t289316694 * L_0 = ___inVar1; if (!L_0) { goto IL_0014; } } { BetterList_1_t289316694 ** L_1 = ___outVar0; BetterList_1_t289316694 * L_2 = *((BetterList_1_t289316694 **)L_1); if (!L_2) { goto IL_0014; } } { int32_t L_3 = ___nLen3; if ((((int32_t)0) < ((int32_t)L_3))) { goto IL_0015; } } IL_0014: { return; } IL_0015: { BetterList_1_t289316694 ** L_4 = ___outVar0; BetterList_1_t289316694 * L_5 = *((BetterList_1_t289316694 **)L_4); NullCheck(L_5); BetterList_1_Clear_m2496795138(L_5, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_6 = Help_GetCurEncryptKey_m3141923178(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_6; ByteU5BU5D_t4116647657* L_7 = V_0; if (!L_7) { goto IL_0030; } } { ByteU5BU5D_t4116647657* L_8 = V_0; NullCheck(L_8); if ((((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) { goto IL_00c8; } } IL_0030: { V_1 = 0; uint32_t L_9 = V_1; V_1 = ((~L_9)); uint32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); uint32_t L_11 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_staticEncrptLabor_2(); V_1 = ((int32_t)((int32_t)L_10^(int32_t)L_11)); uint32_t L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_13 = BitConverter_GetBytes_m2890086663(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_2 = L_13; BetterList_1_t289316694 * L_14 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); int32_t L_15 = ___nLen3; NullCheck(L_14); BetterList_1_Resize_m2801707268(L_14, ((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_15)), /*hidden argument*/BetterList_1_Resize_m2801707268_RuntimeMethod_var); ByteU5BU5D_t4116647657* L_16 = V_2; BetterList_1_t289316694 * L_17 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = L_17->get_buffer_0(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_18, 4, /*hidden argument*/NULL); BetterList_1_t289316694 * L_19 = ___inVar1; NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = L_19->get_buffer_0(); int32_t L_21 = ___nStartIndex2; BetterList_1_t289316694 * L_22 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = L_22->get_buffer_0(); int32_t L_24 = ___nLen3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_23, 4, L_24, /*hidden argument*/NULL); V_3 = 0; goto IL_00b3; } IL_0081: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_25 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); int32_t L_26 = V_3; NullCheck(L_25); uint8_t L_27 = BetterList_1_get_Item_m318494546(L_25, L_26, /*hidden argument*/BetterList_1_get_Item_m318494546_RuntimeMethod_var); V_4 = L_27; BetterList_1_t289316694 ** L_28 = ___outVar0; BetterList_1_t289316694 * L_29 = *((BetterList_1_t289316694 **)L_28); uint8_t L_30 = V_4; NullCheck(L_29); BetterList_1_Add_m3689618584(L_29, L_30, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); uint8_t L_31 = V_4; bool L_32 = Help_IsEndFlag_m727407284(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00af; } } { BetterList_1_t289316694 ** L_33 = ___outVar0; BetterList_1_t289316694 * L_34 = *((BetterList_1_t289316694 **)L_33); IL2CPP_RUNTIME_CLASS_INIT(SerialDef_t1272345629_il2cpp_TypeInfo_var); uint8_t L_35 = ((SerialDef_t1272345629_StaticFields*)il2cpp_codegen_static_fields_for(SerialDef_t1272345629_il2cpp_TypeInfo_var))->get_SOCKET_ZERO_0(); NullCheck(L_34); BetterList_1_Add_m3689618584(L_34, L_35, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); } IL_00af: { int32_t L_36 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b3: { int32_t L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_38 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); NullCheck(L_38); int32_t L_39 = L_38->get_size_1(); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_0081; } } { goto IL_018c; } IL_00c8: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_40 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); NullCheck(L_40); BetterList_1_Clear_m2496795138(L_40, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); BetterList_1_t289316694 * L_41 = ___inVar1; ByteU5BU5D_t4116647657* L_42 = V_0; NetEncrypt_Encrypt_m1681803018(NULL /*static, unused*/, (((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_address_of_s_sendBuffer_0()), L_41, L_42, /*hidden argument*/NULL); BetterList_1_t289316694 * L_43 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_43, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); V_5 = L_43; ByteU5BU5D_t4116647657* L_44 = V_0; BetterList_1_t289316694 * L_45 = BetterList_1_Create_m4035107615(NULL /*static, unused*/, L_44, /*hidden argument*/BetterList_1_Create_m4035107615_RuntimeMethod_var); uint32_t L_46 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_staticEncrptLabor_2(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_47 = BitConverter_GetBytes_m2890086663(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); NetEncrypt_Encrypt_m1681803018(NULL /*static, unused*/, (&V_5), L_45, L_47, /*hidden argument*/NULL); BetterList_1_t289316694 * L_48 = V_5; NullCheck(L_48); int32_t L_49 = L_48->get_size_1(); V_6 = L_49; uint32_t L_50 = V_6; V_6 = ((~L_50)); uint32_t L_51 = V_6; uint32_t L_52 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_staticEncrptLabor_2(); V_6 = ((int32_t)((int32_t)L_51^(int32_t)L_52)); uint32_t L_53 = V_6; ByteU5BU5D_t4116647657* L_54 = BitConverter_GetBytes_m2890086663(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); V_7 = L_54; BetterList_1_t289316694 * L_55 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); BetterList_1_t289316694 * L_56 = V_5; NullCheck(L_55); BetterList_1_Insert_m3558601324(L_55, L_56, 0, /*hidden argument*/BetterList_1_Insert_m3558601324_RuntimeMethod_var); BetterList_1_t289316694 * L_57 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); ByteU5BU5D_t4116647657* L_58 = V_7; BetterList_1_t289316694 * L_59 = BetterList_1_Create_m4035107615(NULL /*static, unused*/, L_58, /*hidden argument*/BetterList_1_Create_m4035107615_RuntimeMethod_var); NullCheck(L_57); BetterList_1_Insert_m3558601324(L_57, L_59, 0, /*hidden argument*/BetterList_1_Insert_m3558601324_RuntimeMethod_var); V_8 = 0; goto IL_017b; } IL_0146: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_60 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); int32_t L_61 = V_8; NullCheck(L_60); uint8_t L_62 = BetterList_1_get_Item_m318494546(L_60, L_61, /*hidden argument*/BetterList_1_get_Item_m318494546_RuntimeMethod_var); V_9 = L_62; BetterList_1_t289316694 ** L_63 = ___outVar0; BetterList_1_t289316694 * L_64 = *((BetterList_1_t289316694 **)L_63); uint8_t L_65 = V_9; NullCheck(L_64); BetterList_1_Add_m3689618584(L_64, L_65, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); uint8_t L_66 = V_9; bool L_67 = Help_IsEndFlag_m727407284(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0175; } } { BetterList_1_t289316694 ** L_68 = ___outVar0; BetterList_1_t289316694 * L_69 = *((BetterList_1_t289316694 **)L_68); IL2CPP_RUNTIME_CLASS_INIT(SerialDef_t1272345629_il2cpp_TypeInfo_var); uint8_t L_70 = ((SerialDef_t1272345629_StaticFields*)il2cpp_codegen_static_fields_for(SerialDef_t1272345629_il2cpp_TypeInfo_var))->get_SOCKET_ZERO_0(); NullCheck(L_69); BetterList_1_Add_m3689618584(L_69, L_70, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); } IL_0175: { int32_t L_71 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_017b: { int32_t L_72 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_73 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_sendBuffer_0(); NullCheck(L_73); int32_t L_74 = L_73->get_size_1(); if ((((int32_t)L_72) < ((int32_t)L_74))) { goto IL_0146; } } IL_018c: { BetterList_1_t289316694 ** L_75 = ___outVar0; BetterList_1_t289316694 * L_76 = *((BetterList_1_t289316694 **)L_75); IL2CPP_RUNTIME_CLASS_INIT(SerialDef_t1272345629_il2cpp_TypeInfo_var); uint8_t L_77 = ((SerialDef_t1272345629_StaticFields*)il2cpp_codegen_static_fields_for(SerialDef_t1272345629_il2cpp_TypeInfo_var))->get_SOCKED_END_MARK_1(); NullCheck(L_76); BetterList_1_Add_m3689618584(L_76, L_77, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); BetterList_1_t289316694 ** L_78 = ___outVar0; BetterList_1_t289316694 * L_79 = *((BetterList_1_t289316694 **)L_78); uint8_t L_80 = ((SerialDef_t1272345629_StaticFields*)il2cpp_codegen_static_fields_for(SerialDef_t1272345629_il2cpp_TypeInfo_var))->get_SOCKED_END_MARK_1(); NullCheck(L_79); BetterList_1_Add_m3689618584(L_79, L_80, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); return; } } // System.Void DMCore.Net.Help::FormatReceiveNetStream(BetterList`1&,BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Help_FormatReceiveNetStream_m2064661201 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVar0, BetterList_1_t289316694 * ___inVar1, int32_t ___nStartIndex2, int32_t ___nLen3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_FormatReceiveNetStream_m2064661201_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; uint32_t V_2 = 0; int32_t V_3 = 0; BetterList_1_t289316694 * V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; { BetterList_1_t289316694 ** L_0 = ___outVar0; BetterList_1_t289316694 * L_1 = *((BetterList_1_t289316694 **)L_0); if (!L_1) { goto IL_0014; } } { BetterList_1_t289316694 * L_2 = ___inVar1; if (!L_2) { goto IL_0014; } } { int32_t L_3 = ___nLen3; if ((((int32_t)0) < ((int32_t)L_3))) { goto IL_0015; } } IL_0014: { return; } IL_0015: { BetterList_1_t289316694 ** L_4 = ___outVar0; BetterList_1_t289316694 * L_5 = *((BetterList_1_t289316694 **)L_4); NullCheck(L_5); BetterList_1_Clear_m2496795138(L_5, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_6 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); NullCheck(L_6); BetterList_1_Clear_m2496795138(L_6, /*hidden argument*/BetterList_1_Clear_m2496795138_RuntimeMethod_var); V_0 = 0; goto IL_0055; } IL_002d: { BetterList_1_t289316694 * L_7 = ___inVar1; int32_t L_8 = ___nStartIndex2; int32_t L_9 = V_0; NullCheck(L_7); uint8_t L_10 = BetterList_1_get_Item_m318494546(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/BetterList_1_get_Item_m318494546_RuntimeMethod_var); V_1 = L_10; uint8_t L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_12 = Help_IsEndFlag_m727407284(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0046; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0046: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_14 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); uint8_t L_15 = V_1; NullCheck(L_14); BetterList_1_Add_m3689618584(L_14, L_15, /*hidden argument*/BetterList_1_Add_m3689618584_RuntimeMethod_var); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0055: { int32_t L_17 = V_0; int32_t L_18 = ___nLen3; if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)2))))) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_19 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); NullCheck(L_19); int32_t L_20 = L_19->get_size_1(); if ((((int32_t)4) >= ((int32_t)L_20))) { goto IL_0118; } } { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_21 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); NullCheck(L_21); ByteU5BU5D_t4116647657* L_22 = L_21->get_buffer_0(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); uint32_t L_23 = BitConverter_ToUInt32_m3737646381(NULL /*static, unused*/, L_22, 0, /*hidden argument*/NULL); V_2 = L_23; uint32_t L_24 = V_2; uint32_t L_25 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_staticEncrptLabor_2(); V_2 = ((int32_t)((int32_t)L_24^(int32_t)L_25)); uint32_t L_26 = V_2; V_2 = ((~L_26)); uint32_t L_27 = V_2; V_3 = L_27; BetterList_1_t289316694 * L_28 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); NullCheck(L_28); BetterList_1_RemoveRange_m1968001449(L_28, 0, 4, /*hidden argument*/BetterList_1_RemoveRange_m1968001449_RuntimeMethod_var); int32_t L_29 = V_3; if (L_29) { goto IL_00af; } } { BetterList_1_t289316694 ** L_30 = ___outVar0; BetterList_1_t289316694 * L_31 = *((BetterList_1_t289316694 **)L_30); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_32 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); NullCheck(L_31); BetterList_1_Append_m4150690803(L_31, L_32, /*hidden argument*/BetterList_1_Append_m4150690803_RuntimeMethod_var); goto IL_0113; } IL_00af: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_33 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); NullCheck(L_33); int32_t L_34 = L_33->get_size_1(); int32_t L_35 = V_3; if ((((int32_t)L_34) >= ((int32_t)L_35))) { goto IL_00ca; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral3628765166, /*hidden argument*/NULL); return; } IL_00ca: { BetterList_1_t289316694 * L_36 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_36, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); V_4 = L_36; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_37 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); int32_t L_38 = V_3; uint32_t L_39 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_staticEncrptLabor_2(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_40 = BitConverter_GetBytes_m2890086663(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NetEncrypt_Decrypt_m181430004(NULL /*static, unused*/, (&V_4), L_37, L_38, L_40, /*hidden argument*/NULL); BetterList_1_t289316694 * L_41 = V_4; NullCheck(L_41); ByteU5BU5D_t4116647657* L_42 = BetterList_1_ToArray_m3387226773(L_41, /*hidden argument*/BetterList_1_ToArray_m3387226773_RuntimeMethod_var); V_5 = L_42; ByteU5BU5D_t4116647657* L_43 = V_5; Help_SetCurEncryptKey_m2299868864(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); BetterList_1_t289316694 * L_44 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); int32_t L_45 = V_3; NullCheck(L_44); BetterList_1_RemoveRange_m1968001449(L_44, 0, L_45, /*hidden argument*/BetterList_1_RemoveRange_m1968001449_RuntimeMethod_var); BetterList_1_t289316694 ** L_46 = ___outVar0; BetterList_1_t289316694 * L_47 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); ByteU5BU5D_t4116647657* L_48 = V_5; NetEncrypt_Decrypt_m2361955494(NULL /*static, unused*/, L_46, L_47, L_48, /*hidden argument*/NULL); } IL_0113: { goto IL_0124; } IL_0118: { BetterList_1_t289316694 ** L_49 = ___outVar0; BetterList_1_t289316694 * L_50 = *((BetterList_1_t289316694 **)L_49); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); BetterList_1_t289316694 * L_51 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_receiveBuffer_1(); NullCheck(L_50); BetterList_1_Append_m4150690803(L_50, L_51, /*hidden argument*/BetterList_1_Append_m4150690803_RuntimeMethod_var); } IL_0124: { return; } } // System.Byte[] DMCore.Net.Help::GetCurEncryptKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Help_GetCurEncryptKey_m3141923178 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_GetCurEncryptKey_m3141923178_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { V_0 = (ByteU5BU5D_t4116647657*)NULL; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); CThreadLock_t3315856551 * L_0 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_LockKey_3(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); if (!L_1) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); NullCheck(L_2); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); NullCheck(L_3); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))); ByteU5BU5D_t4116647657* L_4 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); ByteU5BU5D_t4116647657* L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); NullCheck(L_6); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); CThreadLock_t3315856551 * L_7 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_LockKey_3(); NullCheck(L_7); CThreadLock_UnLock_m2922388906(L_7, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_0; return L_8; } } // System.Void DMCore.Net.Help::SetCurEncryptKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Help_SetCurEncryptKey_m2299868864 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help_SetCurEncryptKey_m2299868864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); CThreadLock_t3315856551 * L_0 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_LockKey_3(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___buffer0; if (!L_1) { goto IL_0019; } } { ByteU5BU5D_t4116647657* L_2 = ___buffer0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0024; } } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->set_s_curEncryptKey_4((ByteU5BU5D_t4116647657*)NULL); goto IL_0058; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); if (!L_3) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_4 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = ___buffer0; NullCheck(L_5); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_004a; } } IL_003d: { ByteU5BU5D_t4116647657* L_6 = ___buffer0; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->set_s_curEncryptKey_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))); } IL_004a: { ByteU5BU5D_t4116647657* L_7 = ___buffer0; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_8 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_curEncryptKey_4(); ByteU5BU5D_t4116647657* L_9 = ___buffer0; NullCheck(L_9); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, (RuntimeArray *)(RuntimeArray *)L_8, (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), /*hidden argument*/NULL); } IL_0058: { IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); CThreadLock_t3315856551 * L_10 = ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->get_s_LockKey_3(); NullCheck(L_10); CThreadLock_UnLock_m2922388906(L_10, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.Help::.cctor() extern "C" IL2CPP_METHOD_ATTR void Help__cctor_m3864503098 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Help__cctor_m3864503098_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_0, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->set_s_sendBuffer_0(L_0); BetterList_1_t289316694 * L_1 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_1, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->set_s_receiveBuffer_1(L_1); ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->set_s_staticEncrptLabor_2(((int32_t)-289608004)); CThreadLock_t3315856551 * L_2 = (CThreadLock_t3315856551 *)il2cpp_codegen_object_new(CThreadLock_t3315856551_il2cpp_TypeInfo_var); CThreadLock__ctor_m2708615033(L_2, /*hidden argument*/NULL); ((Help_t3634822582_StaticFields*)il2cpp_codegen_static_fields_for(Help_t3634822582_il2cpp_TypeInfo_var))->set_s_LockKey_3(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.ILinkListener::.ctor() extern "C" IL2CPP_METHOD_ATTR void ILinkListener__ctor_m2854064247 (ILinkListener_t2747206916 * __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.Net.INetLink::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetLink__ctor_m495627144 (INetLink_t2717826932 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (INetLink__ctor_m495627144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CNetReceiver_t1076104922 * L_0 = (CNetReceiver_t1076104922 *)il2cpp_codegen_object_new(CNetReceiver_t1076104922_il2cpp_TypeInfo_var); CNetReceiver__ctor_m1335029303(L_0, /*hidden argument*/NULL); __this->set_m_Receiver_0(L_0); __this->set_m_Listener_1((ILinkListener_t2747206916 *)NULL); return; } } // System.Boolean DMCore.Net.INetLink::Send(BetterList`1,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool INetLink_Send_m3168269077 (INetLink_t2717826932 * __this, BetterList_1_t289316694 * ___buffer0, int32_t ___nStartIndex1, int32_t ___nSendLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (INetLink_Send_m3168269077_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemoryStream_t94973147 * V_0 = NULL; { BetterList_1_t289316694 * L_0 = ___buffer0; if (!L_0) { goto IL_000d; } } { int32_t L_1 = ___nSendLen2; if ((((int32_t)0) < ((int32_t)L_1))) { goto IL_000f; } } IL_000d: { return (bool)0; } IL_000f: { MemoryStream_t94973147 * L_2 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_2, /*hidden argument*/NULL); V_0 = L_2; MemoryStream_t94973147 * L_3 = V_0; BetterList_1_t289316694 * L_4 = ___buffer0; NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = BetterList_1_ToArray_m3387226773(L_4, /*hidden argument*/BetterList_1_ToArray_m3387226773_RuntimeMethod_var); int32_t L_6 = ___nStartIndex1; int32_t L_7 = ___nSendLen2; NullCheck(L_3); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_3, L_5, L_6, L_7); MemoryStream_t94973147 * L_8 = V_0; int32_t L_9 = ___nSendLen2; bool L_10 = VirtFuncInvoker3< bool, MemoryStream_t94973147 *, int32_t, int32_t >::Invoke(7 /* System.Boolean DMCore.Net.INetLink::Send(System.IO.MemoryStream,System.Int32,System.Int32) */, __this, L_8, 0, L_9); return L_10; } } // System.Void DMCore.Net.INetLink::SetListener(DMCore.Net.ILinkListener) extern "C" IL2CPP_METHOD_ATTR void INetLink_SetListener_m4203753615 (INetLink_t2717826932 * __this, ILinkListener_t2747206916 * ___pListener0, const RuntimeMethod* method) { { ILinkListener_t2747206916 * L_0 = ___pListener0; __this->set_m_Listener_1(L_0); return; } } // DMCore.Net.ILinkListener DMCore.Net.INetLink::GetListener() extern "C" IL2CPP_METHOD_ATTR ILinkListener_t2747206916 * INetLink_GetListener_m831413518 (INetLink_t2717826932 * __this, const RuntimeMethod* method) { { ILinkListener_t2747206916 * L_0 = __this->get_m_Listener_1(); return L_0; } } // System.Void DMCore.Net.INetLink::SetKeepAlive(System.Net.Sockets.Socket,System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void INetLink_SetKeepAlive_m261764816 (RuntimeObject * __this /* static, unused */, Socket_t1119025450 * ___socket0, uint64_t ___keepAliveTime1, uint64_t ___intervalTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (INetLink_SetKeepAlive_m261764816_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; UInt64U5BU5D_t1659327989* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { V_0 = 4; int32_t L_0 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_0)))); V_2 = ((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)3)); V_4 = 8; UInt64U5BU5D_t1659327989* L_1 = V_2; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint64_t)(((int64_t)((int64_t)1)))); UInt64U5BU5D_t1659327989* L_2 = V_2; uint64_t L_3 = ___keepAliveTime1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint64_t)L_3); UInt64U5BU5D_t1659327989* L_4 = V_2; uint64_t L_5 = ___intervalTime2; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (uint64_t)L_5); V_3 = 0; goto IL_009b; } IL_0029: { ByteU5BU5D_t4116647657* L_6 = V_1; int32_t L_7 = V_3; int32_t L_8 = V_0; UInt64U5BU5D_t1659327989* L_9 = V_2; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; int64_t L_12 = (L_9)->GetAt(static_cast(L_11)); int32_t L_13 = V_0; int32_t L_14 = V_4; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)L_8)), (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_12>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), (int32_t)L_14))&(int32_t)((int32_t)63)))))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_15 = V_1; int32_t L_16 = V_3; int32_t L_17 = V_0; UInt64U5BU5D_t1659327989* L_18 = V_2; int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = L_19; int64_t L_21 = (L_18)->GetAt(static_cast(L_20)); int32_t L_22 = V_0; int32_t L_23 = V_4; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)L_17)), (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_21>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)2)), (int32_t)L_23))&(int32_t)((int32_t)63)))))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_24 = V_1; int32_t L_25 = V_3; int32_t L_26 = V_0; UInt64U5BU5D_t1659327989* L_27 = V_2; int32_t L_28 = V_3; NullCheck(L_27); int32_t L_29 = L_28; int64_t L_30 = (L_27)->GetAt(static_cast(L_29)); int32_t L_31 = V_0; int32_t L_32 = V_4; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)L_26)), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_30>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)3)), (int32_t)L_32))&(int32_t)((int32_t)63)))))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_33 = V_1; int32_t L_34 = V_3; int32_t L_35 = V_0; UInt64U5BU5D_t1659327989* L_36 = V_2; int32_t L_37 = V_3; NullCheck(L_36); int32_t L_38 = L_37; int64_t L_39 = (L_36)->GetAt(static_cast(L_38)); int32_t L_40 = V_0; int32_t L_41 = V_4; NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)L_35))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_39>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)4)), (int32_t)L_41))&(int32_t)((int32_t)63)))))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); int32_t L_42 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_009b: { int32_t L_43 = V_3; UInt64U5BU5D_t1659327989* L_44 = V_2; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))) { goto IL_0029; } } { Socket_t1119025450 * L_45 = ___socket0; ByteU5BU5D_t4116647657* L_46 = V_1; NullCheck(L_45); Socket_SetSocketOption_m2729927670(L_45, ((int32_t)65535), 8, L_46, /*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.Net.INetListener::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetListener__ctor_m3325403427 (INetListener_t2122847788 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.INetListener::OnLinkSuccess() extern "C" IL2CPP_METHOD_ATTR void INetListener_OnLinkSuccess_m1118588827 (INetListener_t2122847788 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Net.INetListener::OnLinkUnConnected() extern "C" IL2CPP_METHOD_ATTR void INetListener_OnLinkUnConnected_m1292465537 (INetListener_t2122847788 * __this, 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.Boolean DMCore.Net.NetEncrypt::Encrypt(BetterList`1&,BetterList`1,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Encrypt_m1681803018 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, ByteU5BU5D_t4116647657* ___Key2, const RuntimeMethod* method) { { BetterList_1_t289316694 * L_0 = ___Data1; if (!L_0) { goto IL_0011; } } { BetterList_1_t289316694 * L_1 = ___Data1; NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); if (L_2) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { BetterList_1_t289316694 ** L_3 = ___outVal0; BetterList_1_t289316694 * L_4 = ___Data1; UInt32U5BU5D_t2770800703* L_5 = NetEncrypt_ToUInt32Array_m2908021063(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = ___Key2; UInt32U5BU5D_t2770800703* L_7 = NetEncrypt_ToUInt32Array_m3359155898(NULL /*static, unused*/, L_6, (bool)0, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_8 = NetEncrypt_Encrypt_m4143094030(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); NetEncrypt_ToByteArray_m2785072633(NULL /*static, unused*/, L_3, L_8, (bool)0, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean DMCore.Net.NetEncrypt::Decrypt(BetterList`1&,BetterList`1,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Decrypt_m2361955494 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, ByteU5BU5D_t4116647657* ___Key2, const RuntimeMethod* method) { { BetterList_1_t289316694 ** L_0 = ___outVal0; BetterList_1_t289316694 * L_1 = ___Data1; BetterList_1_t289316694 * L_2 = ___Data1; NullCheck(L_2); int32_t L_3 = L_2->get_size_1(); ByteU5BU5D_t4116647657* L_4 = ___Key2; bool L_5 = NetEncrypt_Decrypt_m181430004(NULL /*static, unused*/, L_0, L_1, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean DMCore.Net.NetEncrypt::Decrypt(BetterList`1&,BetterList`1,System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NetEncrypt_Decrypt_m181430004 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, BetterList_1_t289316694 * ___Data1, int32_t ___DataLen2, ByteU5BU5D_t4116647657* ___Key3, const RuntimeMethod* method) { { BetterList_1_t289316694 * L_0 = ___Data1; if (!L_0) { goto IL_0018; } } { BetterList_1_t289316694 * L_1 = ___Data1; NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ___DataLen2; if ((((int32_t)0) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { BetterList_1_t289316694 ** L_4 = ___outVal0; BetterList_1_t289316694 * L_5 = ___Data1; int32_t L_6 = ___DataLen2; UInt32U5BU5D_t2770800703* L_7 = NetEncrypt_ToUInt32Array_m2733639333(NULL /*static, unused*/, L_5, L_6, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = ___Key3; UInt32U5BU5D_t2770800703* L_9 = NetEncrypt_ToUInt32Array_m3359155898(NULL /*static, unused*/, L_8, (bool)0, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_10 = NetEncrypt_Decrypt_m3358454097(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); NetEncrypt_ToByteArray_m2785072633(NULL /*static, unused*/, L_4, L_10, (bool)1, /*hidden argument*/NULL); return (bool)1; } } // System.UInt32[] DMCore.Net.NetEncrypt::Encrypt(System.UInt32[],System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_Encrypt_m4143094030 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___v0, UInt32U5BU5D_t2770800703* ___k1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetEncrypt_Encrypt_m4143094030_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UInt32U5BU5D_t2770800703* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint32_t V_9 = 0; uint32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; uint32_t V_14 = 0; uint32_t V_15 = 0; uint32_t V_16 = 0; uint32_t V_17 = 0; uint32_t V_18 = 0; uint32_t V_19 = 0; { UInt32U5BU5D_t2770800703* L_0 = ___v0; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)1)); int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)1))) { goto IL_000f; } } { UInt32U5BU5D_t2770800703* L_2 = ___v0; return L_2; } IL_000f: { UInt32U5BU5D_t2770800703* L_3 = ___k1; NullCheck(L_3); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) >= ((int32_t)4))) { goto IL_002a; } } { V_1 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)4)); UInt32U5BU5D_t2770800703* L_4 = ___k1; UInt32U5BU5D_t2770800703* L_5 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_4); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_6 = V_1; ___k1 = L_6; } IL_002a: { UInt32U5BU5D_t2770800703* L_7 = ___v0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_2 = L_10; UInt32U5BU5D_t2770800703* L_11 = ___v0; NullCheck(L_11); int32_t L_12 = 0; uint32_t L_13 = (L_11)->GetAt(static_cast(L_12)); V_3 = L_13; V_4 = ((int32_t)-1640531527); V_5 = 0; int32_t L_14 = V_0; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)((int32_t)((int32_t)((int32_t)52)/(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)))))); goto IL_0124; } IL_004b: { uint32_t L_15 = V_5; uint32_t L_16 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); uint32_t L_17 = V_5; V_6 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_17>>2))&(int32_t)3)); V_7 = 0; goto IL_00c4; } IL_0062: { UInt32U5BU5D_t2770800703* L_18 = ___v0; int32_t L_19 = V_7; NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); uint32_t L_21 = (L_18)->GetAt(static_cast(L_20)); V_3 = L_21; uint32_t L_22 = V_3; uint32_t L_23 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_22, (uint16_t)2, /*hidden argument*/NULL); V_9 = L_23; uint32_t L_24 = V_2; uint32_t L_25 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_24, (uint16_t)4, /*hidden argument*/NULL); V_10 = L_25; UInt32U5BU5D_t2770800703* L_26 = ___k1; int32_t L_27 = V_7; uint32_t L_28 = V_6; if ((int64_t)(((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_27&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_28)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),NetEncrypt_Encrypt_m4143094030_RuntimeMethod_var); NullCheck(L_26); intptr_t L_29 = (((intptr_t)((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_27&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_28))))))); uint32_t L_30 = (L_26)->GetAt(static_cast(L_29)); V_11 = L_30; uint32_t L_31 = V_5; uint32_t L_32 = V_3; uint32_t L_33 = V_11; uint32_t L_34 = V_2; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_31^(int32_t)L_32)), (int32_t)((int32_t)((int32_t)L_33^(int32_t)L_34)))); uint32_t L_35 = V_2; uint32_t L_36 = V_9; uint32_t L_37 = V_3; uint32_t L_38 = V_10; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_35>>5))^(int32_t)L_36)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_37>>3))^(int32_t)L_38)))); uint32_t L_39 = V_12; uint32_t L_40 = V_11; V_13 = ((int32_t)((int32_t)L_39^(int32_t)L_40)); UInt32U5BU5D_t2770800703* L_41 = ___v0; int32_t L_42 = V_7; NullCheck(L_41); uint32_t* L_43 = ((L_41)->GetAddressAt(static_cast(L_42))); uint32_t L_44 = V_13; int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_43)), (int32_t)L_44)); V_14 = L_45; *((int32_t*)(L_43)) = (int32_t)L_45; uint32_t L_46 = V_14; V_2 = L_46; int32_t L_47 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00c4: { int32_t L_48 = V_7; int32_t L_49 = V_0; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0062; } } { UInt32U5BU5D_t2770800703* L_50 = ___v0; NullCheck(L_50); int32_t L_51 = 0; uint32_t L_52 = (L_50)->GetAt(static_cast(L_51)); V_3 = L_52; uint32_t L_53 = V_3; uint32_t L_54 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_53, (uint16_t)2, /*hidden argument*/NULL); V_15 = L_54; uint32_t L_55 = V_2; uint32_t L_56 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_55, (uint16_t)4, /*hidden argument*/NULL); V_16 = L_56; UInt32U5BU5D_t2770800703* L_57 = ___k1; int32_t L_58 = V_7; uint32_t L_59 = V_6; if ((int64_t)(((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_58&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_59)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),NetEncrypt_Encrypt_m4143094030_RuntimeMethod_var); NullCheck(L_57); intptr_t L_60 = (((intptr_t)((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_58&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_59))))))); uint32_t L_61 = (L_57)->GetAt(static_cast(L_60)); V_17 = L_61; uint32_t L_62 = V_5; uint32_t L_63 = V_3; uint32_t L_64 = V_17; uint32_t L_65 = V_2; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_62^(int32_t)L_63)), (int32_t)((int32_t)((int32_t)L_64^(int32_t)L_65)))); uint32_t L_66 = V_2; uint32_t L_67 = V_15; uint32_t L_68 = V_3; uint32_t L_69 = V_16; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_66>>5))^(int32_t)L_67)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_68>>3))^(int32_t)L_69)))); uint32_t L_70 = V_18; uint32_t L_71 = V_17; V_19 = ((int32_t)((int32_t)L_70^(int32_t)L_71)); UInt32U5BU5D_t2770800703* L_72 = ___v0; int32_t L_73 = V_0; NullCheck(L_72); uint32_t* L_74 = ((L_72)->GetAddressAt(static_cast(L_73))); uint32_t L_75 = V_19; int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_74)), (int32_t)L_75)); V_14 = L_76; *((int32_t*)(L_74)) = (int32_t)L_76; uint32_t L_77 = V_14; V_2 = L_77; } IL_0124: { int32_t L_78 = V_8; int32_t L_79 = L_78; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)1)); if ((((int32_t)L_79) > ((int32_t)0))) { goto IL_004b; } } { UInt32U5BU5D_t2770800703* L_80 = ___v0; return L_80; } } // System.UInt32[] DMCore.Net.NetEncrypt::Decrypt(System.UInt32[],System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_Decrypt_m3358454097 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___v0, UInt32U5BU5D_t2770800703* ___k1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetEncrypt_Decrypt_m3358454097_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UInt32U5BU5D_t2770800703* V_1 = NULL; UInt32U5BU5D_t2770800703* V_2 = NULL; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; uint32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; uint32_t V_14 = 0; Exception_t * V_15 = 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) { UInt32U5BU5D_t2770800703* L_0 = ___v0; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)1)); int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)1))) { goto IL_0014; } } IL_000d: { UInt32U5BU5D_t2770800703* L_2 = ___v0; V_1 = L_2; goto IL_0144; } IL_0014: { UInt32U5BU5D_t2770800703* L_3 = ___k1; NullCheck(L_3); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) >= ((int32_t)4))) { goto IL_002f; } } IL_001d: { V_2 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)4)); UInt32U5BU5D_t2770800703* L_4 = ___k1; UInt32U5BU5D_t2770800703* L_5 = V_2; NullCheck((RuntimeArray *)(RuntimeArray *)L_4); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_6 = V_2; ___k1 = L_6; } IL_002f: { UInt32U5BU5D_t2770800703* L_7 = ___v0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; UInt32U5BU5D_t2770800703* L_11 = ___v0; NullCheck(L_11); int32_t L_12 = 0; uint32_t L_13 = (L_11)->GetAt(static_cast(L_12)); V_4 = L_13; V_5 = ((int32_t)-1640531527); int32_t L_14 = V_0; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)((int32_t)((int32_t)((int32_t)52)/(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)))))); int32_t L_15 = V_9; uint32_t L_16 = V_5; V_6 = (((int32_t)((uint32_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_15))), (int64_t)(((int64_t)((uint64_t)L_16)))))))); goto IL_0119; } IL_0058: { uint32_t L_17 = V_6; V_7 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_17>>2))&(int32_t)3)); int32_t L_18 = V_0; V_8 = L_18; goto IL_00be; } IL_0068: { UInt32U5BU5D_t2770800703* L_19 = ___v0; int32_t L_20 = V_8; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_3 = L_22; uint32_t L_23 = V_4; uint32_t L_24 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_23, (uint16_t)2, /*hidden argument*/NULL); V_10 = L_24; uint32_t L_25 = V_3; uint32_t L_26 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_25, (uint16_t)4, /*hidden argument*/NULL); V_11 = L_26; UInt32U5BU5D_t2770800703* L_27 = ___v0; int32_t L_28 = V_8; NullCheck(L_27); uint32_t* L_29 = ((L_27)->GetAddressAt(static_cast(L_28))); uint32_t L_30 = V_3; uint32_t L_31 = V_10; uint32_t L_32 = V_4; uint32_t L_33 = V_11; uint32_t L_34 = V_6; uint32_t L_35 = V_4; UInt32U5BU5D_t2770800703* L_36 = ___k1; int32_t L_37 = V_8; uint32_t L_38 = V_7; if ((int64_t)(((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_37&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_38)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),NetEncrypt_Decrypt_m3358454097_RuntimeMethod_var); NullCheck(L_36); intptr_t L_39 = (((intptr_t)((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_37&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_38))))))); uint32_t L_40 = (L_36)->GetAt(static_cast(L_39)); uint32_t L_41 = V_3; int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_29)), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_30>>5))^(int32_t)L_31)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_32>>3))^(int32_t)L_33))))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_34^(int32_t)L_35)), (int32_t)((int32_t)((int32_t)L_40^(int32_t)L_41)))))))); V_12 = L_42; *((int32_t*)(L_29)) = (int32_t)L_42; uint32_t L_43 = V_12; V_4 = L_43; int32_t L_44 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); } IL_00be: { int32_t L_45 = V_8; if ((((int32_t)L_45) > ((int32_t)0))) { goto IL_0068; } } IL_00c6: { UInt32U5BU5D_t2770800703* L_46 = ___v0; int32_t L_47 = V_0; NullCheck(L_46); int32_t L_48 = L_47; uint32_t L_49 = (L_46)->GetAt(static_cast(L_48)); V_3 = L_49; uint32_t L_50 = V_4; uint32_t L_51 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_50, (uint16_t)2, /*hidden argument*/NULL); V_13 = L_51; uint32_t L_52 = V_3; uint32_t L_53 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_52, (uint16_t)4, /*hidden argument*/NULL); V_14 = L_53; UInt32U5BU5D_t2770800703* L_54 = ___v0; NullCheck(L_54); uint32_t* L_55 = ((L_54)->GetAddressAt(static_cast(0))); uint32_t L_56 = V_3; uint32_t L_57 = V_13; uint32_t L_58 = V_4; uint32_t L_59 = V_14; uint32_t L_60 = V_6; uint32_t L_61 = V_4; UInt32U5BU5D_t2770800703* L_62 = ___k1; int32_t L_63 = V_8; uint32_t L_64 = V_7; if ((int64_t)(((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_63&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_64)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),NetEncrypt_Decrypt_m3358454097_RuntimeMethod_var); NullCheck(L_62); intptr_t L_65 = (((intptr_t)((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_63&(int32_t)3)))))^(int64_t)(((int64_t)((uint64_t)L_64))))))); uint32_t L_66 = (L_62)->GetAt(static_cast(L_65)); uint32_t L_67 = V_3; int32_t L_68 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_55)), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_56>>5))^(int32_t)L_57)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_58>>3))^(int32_t)L_59))))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_60^(int32_t)L_61)), (int32_t)((int32_t)((int32_t)L_66^(int32_t)L_67)))))))); V_12 = L_68; *((int32_t*)(L_55)) = (int32_t)L_68; uint32_t L_69 = V_12; V_4 = L_69; uint32_t L_70 = V_6; uint32_t L_71 = V_5; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)); } IL_0119: { uint32_t L_72 = V_6; if (L_72) { goto IL_0058; } } IL_0120: { goto IL_0142; } } // 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_0125; throw e; } CATCH_0125: { // begin catch(System.Exception) V_15 = ((Exception_t *)__exception_local); Exception_t * L_73 = V_15; NullCheck(L_73); String_t* L_74 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_73); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_75 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3533155994, L_74, /*hidden argument*/NULL); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); goto IL_0142; } // end catch (depth: 1) IL_0142: { UInt32U5BU5D_t2770800703* L_76 = ___v0; return L_76; } IL_0144: { UInt32U5BU5D_t2770800703* L_77 = V_1; return L_77; } } // System.UInt32[] DMCore.Net.NetEncrypt::ToUInt32Array(System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_ToUInt32Array_m3359155898 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___Data0, bool ___IncludeLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetEncrypt_ToUInt32Array_m3359155898_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; UInt32U5BU5D_t2770800703* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint16_t V_4 = 0; int32_t G_B3_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___Data0; NullCheck(L_0); if (((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))&(int32_t)3))) { goto IL_0014; } } { ByteU5BU5D_t4116647657* L_1 = ___Data0; NullCheck(L_1); G_B3_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))/(int32_t)4)); goto IL_001b; } IL_0014: { ByteU5BU5D_t4116647657* L_2 = ___Data0; NullCheck(L_2); G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))/(int32_t)4)), (int32_t)1)); } IL_001b: { V_0 = G_B3_0; bool L_3 = ___IncludeLength1; if (!L_3) { goto IL_0038; } } { uint32_t L_4 = V_0; V_1 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))))); UInt32U5BU5D_t2770800703* L_5 = V_1; uint32_t L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = ___Data0; NullCheck(L_7); NullCheck(L_5); (L_5)->SetAt(static_cast((((uintptr_t)L_6))), (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))); goto IL_0040; } IL_0038: { uint32_t L_8 = V_0; V_1 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_8)))); } IL_0040: { ByteU5BU5D_t4116647657* L_9 = ___Data0; NullCheck(L_9); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))); V_2 = 0; goto IL_0076; } IL_004b: { uint32_t L_10 = V_2; V_3 = ((int32_t)((uint32_t)L_10>>2)); uint32_t L_11 = V_2; uint32_t L_12 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, ((int32_t)((int32_t)L_11&(int32_t)3)), (uint16_t)3, /*hidden argument*/NULL); V_4 = (uint16_t)(((int32_t)((uint16_t)L_12))); UInt32U5BU5D_t2770800703* L_13 = V_1; uint32_t L_14 = V_3; NullCheck(L_13); uint32_t* L_15 = ((L_13)->GetAddressAt(static_cast((((uintptr_t)L_14))))); ByteU5BU5D_t4116647657* L_16 = ___Data0; uint32_t L_17 = V_2; NullCheck(L_16); uintptr_t L_18 = (((uintptr_t)L_17)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); uint16_t L_20 = V_4; uint32_t L_21 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); *((int32_t*)(L_15)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_15))|(int32_t)L_21)); uint32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0076: { uint32_t L_23 = V_2; uint32_t L_24 = V_0; if ((!(((uint32_t)L_23) >= ((uint32_t)L_24)))) { goto IL_004b; } } { UInt32U5BU5D_t2770800703* L_25 = V_1; return L_25; } } // System.UInt32[] DMCore.Net.NetEncrypt::ToUInt32Array(BetterList`1,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_ToUInt32Array_m2733639333 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 * ___Data0, int32_t ___Len1, bool ___IncludeLength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetEncrypt_ToUInt32Array_m2733639333_MetadataUsageId); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t2770800703* V_0 = NULL; int32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint16_t V_6 = 0; uint32_t V_7 = 0; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B4_0 = 0; { V_0 = (UInt32U5BU5D_t2770800703*)NULL; } IL_0002: try { // begin try (depth: 1) { int32_t L_0 = ___Len1; BetterList_1_t289316694 * L_1 = ___Data0; NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_Min_m18103608(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if (((int32_t)((int32_t)L_4&(int32_t)3))) { goto IL_001f; } } IL_0017: { int32_t L_5 = V_1; G_B4_0 = ((int32_t)((int32_t)L_5>>(int32_t)2)); goto IL_0024; } IL_001f: { int32_t L_6 = V_1; G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_6>>(int32_t)2)), (int32_t)1)); } IL_0024: { V_2 = G_B4_0; bool L_7 = ___IncludeLength2; if (!L_7) { goto IL_003f; } } IL_002b: { uint32_t L_8 = V_2; V_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))))); UInt32U5BU5D_t2770800703* L_9 = V_0; uint32_t L_10 = V_2; int32_t L_11 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast((((uintptr_t)L_10))), (uint32_t)L_11); goto IL_0047; } IL_003f: { uint32_t L_12 = V_2; V_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_12)))); } IL_0047: { int32_t L_13 = V_1; V_2 = L_13; V_3 = 0; goto IL_008a; } IL_0050: { uint32_t L_14 = V_3; V_4 = ((int32_t)((uint32_t)L_14>>2)); UInt32U5BU5D_t2770800703* L_15 = V_0; uint32_t L_16 = V_4; NullCheck(L_15); uintptr_t L_17 = (((uintptr_t)L_16)); uint32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_5 = L_18; uint32_t L_19 = V_3; uint32_t L_20 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, ((int32_t)((int32_t)L_19&(int32_t)3)), (uint16_t)3, /*hidden argument*/NULL); V_6 = (uint16_t)(((int32_t)((uint16_t)L_20))); BetterList_1_t289316694 * L_21 = ___Data0; uint32_t L_22 = V_3; NullCheck(L_21); uint8_t L_23 = BetterList_1_get_Item_m318494546(L_21, L_22, /*hidden argument*/BetterList_1_get_Item_m318494546_RuntimeMethod_var); uint16_t L_24 = V_6; uint32_t L_25 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); V_7 = L_25; uint32_t L_26 = V_5; uint32_t L_27 = V_7; V_5 = ((int32_t)((int32_t)L_26|(int32_t)L_27)); UInt32U5BU5D_t2770800703* L_28 = V_0; uint32_t L_29 = V_4; uint32_t L_30 = V_5; NullCheck(L_28); (L_28)->SetAt(static_cast((((uintptr_t)L_29))), (uint32_t)L_30); uint32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_008a: { uint32_t L_32 = V_3; uint32_t L_33 = V_2; if ((!(((uint32_t)L_32) >= ((uint32_t)L_33)))) { goto IL_0050; } } IL_0091: { goto IL_00b3; } } // 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_0096; throw e; } CATCH_0096: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); Exception_t * L_34 = V_8; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1398913939, L_35, /*hidden argument*/NULL); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); goto IL_00b3; } // end catch (depth: 1) IL_00b3: { UInt32U5BU5D_t2770800703* L_37 = V_0; return L_37; } } // System.UInt32[] DMCore.Net.NetEncrypt::ToUInt32Array(BetterList`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR UInt32U5BU5D_t2770800703* NetEncrypt_ToUInt32Array_m2908021063 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 * ___Data0, bool ___IncludeLength1, const RuntimeMethod* method) { { BetterList_1_t289316694 * L_0 = ___Data0; BetterList_1_t289316694 * L_1 = ___Data0; NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); bool L_3 = ___IncludeLength1; UInt32U5BU5D_t2770800703* L_4 = NetEncrypt_ToUInt32Array_m2733639333(NULL /*static, unused*/, L_0, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void DMCore.Net.NetEncrypt::ToByteArray(BetterList`1&,System.UInt32[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetEncrypt_ToByteArray_m2785072633 (RuntimeObject * __this /* static, unused */, BetterList_1_t289316694 ** ___outVal0, UInt32U5BU5D_t2770800703* ___Data1, bool ___IncludeLength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetEncrypt_ToByteArray_m2785072633_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint16_t V_2 = 0; int32_t V_3 = 0; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B3_0 = 0; IL_0000: try { // begin try (depth: 1) { bool L_0 = ___IncludeLength2; if (!L_0) { goto IL_0012; } } IL_0006: { UInt32U5BU5D_t2770800703* L_1 = ___Data1; UInt32U5BU5D_t2770800703* L_2 = ___Data1; NullCheck(L_2); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1)); uint32_t L_4 = (L_1)->GetAt(static_cast(L_3)); G_B3_0 = ((int32_t)(L_4)); goto IL_0017; } IL_0012: { UInt32U5BU5D_t2770800703* L_5 = ___Data1; NullCheck(L_5); G_B3_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))<<(int32_t)2)); } IL_0017: { V_0 = G_B3_0; int32_t L_6 = V_0; if ((((int32_t)0) <= ((int32_t)L_6))) { goto IL_0040; } } IL_001f: { String_t* L_7 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral47721094, L_7, /*hidden argument*/NULL); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); goto IL_00c8; } IL_0040: { int32_t L_9 = V_0; if ((((int32_t)((int32_t)2097152)) >= ((int32_t)L_9))) { goto IL_006c; } } IL_004b: { String_t* L_10 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2294535207, L_10, /*hidden argument*/NULL); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); goto IL_00c8; } IL_006c: { BetterList_1_t289316694 ** L_12 = ___outVal0; BetterList_1_t289316694 * L_13 = *((BetterList_1_t289316694 **)L_12); int32_t L_14 = V_0; NullCheck(L_13); BetterList_1_Resize_m2801707268(L_13, L_14, /*hidden argument*/BetterList_1_Resize_m2801707268_RuntimeMethod_var); V_1 = 0; goto IL_009f; } IL_007b: { int32_t L_15 = V_1; uint32_t L_16 = CMathHelp_MoveLeftTick_m1349339315(NULL /*static, unused*/, ((int32_t)((int32_t)L_15&(int32_t)3)), (uint16_t)3, /*hidden argument*/NULL); V_2 = (uint16_t)(((int32_t)((uint16_t)L_16))); int32_t L_17 = V_1; V_3 = ((int32_t)((int32_t)L_17>>(int32_t)2)); BetterList_1_t289316694 ** L_18 = ___outVal0; BetterList_1_t289316694 * L_19 = *((BetterList_1_t289316694 **)L_18); int32_t L_20 = V_1; UInt32U5BU5D_t2770800703* L_21 = ___Data1; int32_t L_22 = V_3; NullCheck(L_21); int32_t L_23 = L_22; uint32_t L_24 = (L_21)->GetAt(static_cast(L_23)); uint16_t L_25 = V_2; NullCheck(L_19); BetterList_1_set_Item_m1941866975(L_19, L_20, (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_24>>((int32_t)((int32_t)L_25&(int32_t)((int32_t)31)))))))), /*hidden argument*/BetterList_1_set_Item_m1941866975_RuntimeMethod_var); int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_009f: { int32_t L_27 = V_1; int32_t L_28 = V_0; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_007b; } } IL_00a6: { goto IL_00c8; } } // 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_00ab; throw e; } CATCH_00ab: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); Exception_t * L_29 = V_4; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral819318224, L_30, /*hidden argument*/NULL); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); goto IL_00c8; } // end catch (depth: 1) IL_00c8: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgAcc::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgAcc__ctor_m2865205831 (CMsgAcc_t1490163161 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgAcc::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgAcc_GetC2SMsgID_m1788895696 (CMsgAcc_t1490163161 * __this, const RuntimeMethod* method) { { return (int16_t)(2); } } // System.Void DMCore.Net.Protocol.CMsgAcc::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgAcc_Serial_m3051735009 (CMsgAcc_t1490163161 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgAcc_Serial_m3051735009_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; String_t* L_4 = __this->get_account_1(); Help_Push_m1039748984(NULL /*static, unused*/, L_3, L_4, ((int32_t)128), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; String_t* L_6 = __this->get_secrte_2(); Help_Push_m1039748984(NULL /*static, unused*/, L_5, L_6, ((int32_t)32), /*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.Net.Protocol.CMsgAccRegister::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgAccRegister__ctor_m2577831727 (CMsgAccRegister_t524064186 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgAccRegister::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgAccRegister_GetC2SMsgID_m3671256482 (CMsgAccRegister_t524064186 * __this, const RuntimeMethod* method) { { return (int16_t)(1); } } // System.Void DMCore.Net.Protocol.CMsgAccRegister::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgAccRegister_Serial_m137564771 (CMsgAccRegister_t524064186 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgAccRegister_Serial_m137564771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; String_t* L_2 = __this->get_account_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1039748984(NULL /*static, unused*/, L_1, L_2, ((int32_t)128), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; String_t* L_4 = __this->get_secrte_1(); Help_Push_m1039748984(NULL /*static, unused*/, L_3, L_4, ((int32_t)32), /*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.Net.Protocol.CMsgActivationCode::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgActivationCode__ctor_m692835289 (CMsgActivationCode_t2067586702 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgActivationCode::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgActivationCode_GetC2SMsgID_m2006914395 (CMsgActivationCode_t2067586702 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)18)); } } // System.Void DMCore.Net.Protocol.CMsgActivationCode::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgActivationCode_Serial_m2375772939 (CMsgActivationCode_t2067586702 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgActivationCode_Serial_m2375772939_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; String_t* L_2 = __this->get_activationCode_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1039748984(NULL /*static, unused*/, L_1, L_2, ((int32_t)32), /*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.Net.Protocol.CMsgBeatHeart::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgBeatHeart__ctor_m668524362 (CMsgBeatHeart_t1177153467 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgBeatHeart::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgBeatHeart_GetC2SMsgID_m502464969 (CMsgBeatHeart_t1177153467 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)12)); } } // System.Void DMCore.Net.Protocol.CMsgBeatHeart::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgBeatHeart_Serial_m1944495978 (CMsgBeatHeart_t1177153467 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgBeginGame::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgBeginGame__ctor_m94989919 (CMsgBeginGame_t955386178 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgBeginGame::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgBeginGame_GetC2SMsgID_m1515467043 (CMsgBeginGame_t955386178 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)9)); } } // System.Void DMCore.Net.Protocol.CMsgBeginGame::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgBeginGame_Serial_m3388329071 (CMsgBeginGame_t955386178 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgBeginGame_Serial_m3388329071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int64_t L_2 = __this->get_UserID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m3394861728(NULL /*static, unused*/, L_1, L_2, /*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.Net.Protocol.CMsgCheckName::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgCheckName__ctor_m3384928315 (CMsgCheckName_t3454396508 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgCheckName::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgCheckName_GetC2SMsgID_m2059847225 (CMsgCheckName_t3454396508 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)21)); } } // System.Void DMCore.Net.Protocol.CMsgCheckName::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgCheckName_Serial_m2946129856 (CMsgCheckName_t3454396508 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgCheckName_Serial_m2946129856_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; String_t* L_2 = __this->get__newName_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1039748984(NULL /*static, unused*/, L_1, L_2, ((int32_t)32), /*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.Net.Protocol.CMsgClientStageReady::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgClientStageReady__ctor_m1794267723 (CMsgClientStageReady_t250050675 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgClientStageReady::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgClientStageReady_GetC2SMsgID_m2089687743 (CMsgClientStageReady_t250050675 * __this, const RuntimeMethod* method) { { return (int16_t)(7); } } // System.Void DMCore.Net.Protocol.CMsgClientStageReady::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgClientStageReady_Serial_m2560326223 (CMsgClientStageReady_t250050675 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgCreateRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgCreateRole__ctor_m2909116395 (CMsgCreateRole_t3471207702 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgCreateRole::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgCreateRole_GetC2SMsgID_m2563151209 (CMsgCreateRole_t3471207702 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)10)); } } // System.Void DMCore.Net.Protocol.CMsgCreateRole::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgCreateRole_Serial_m4187993398 (CMsgCreateRole_t3471207702 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgCreateRole_Serial_m4187993398_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int64_t L_2 = __this->get_UserID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m3394861728(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int16_t L_4 = __this->get_Sex_1(); Help_Push_m1438546594(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; int32_t L_6 = __this->get_MobilePlatform_3(); Help_Push_m1820883614(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_7 = ___buffer0; int32_t L_8 = __this->get_Character_12(); Help_Push_m1820883614(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; String_t* L_10 = __this->get_Name_2(); Help_Push_m1039748984(NULL /*static, unused*/, L_9, L_10, ((int32_t)32), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_11 = ___buffer0; String_t* L_12 = __this->get_LedouChannelId_4(); String_t* L_13 = __this->get_LedouChannelId_4(); NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_11, L_12, L_14, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_15 = ___buffer0; String_t* L_16 = __this->get_GameVersion_5(); String_t* L_17 = __this->get_GameVersion_5(); NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_15, L_16, L_18, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_19 = ___buffer0; String_t* L_20 = __this->get_DevicesId_6(); String_t* L_21 = __this->get_DevicesId_6(); NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_19, L_20, L_22, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_23 = ___buffer0; String_t* L_24 = __this->get_OSVersion_7(); String_t* L_25 = __this->get_OSVersion_7(); NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_23, L_24, L_26, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_27 = ___buffer0; String_t* L_28 = __this->get_MobileModel_8(); String_t* L_29 = __this->get_MobileModel_8(); NullCheck(L_29); int32_t L_30 = String_get_Length_m3847582255(L_29, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_27, L_28, L_30, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_31 = ___buffer0; String_t* L_32 = __this->get_ServiceProvider_9(); String_t* L_33 = __this->get_ServiceProvider_9(); NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_31, L_32, L_34, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_35 = ___buffer0; String_t* L_36 = __this->get_NetType_10(); String_t* L_37 = __this->get_NetType_10(); NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_35, L_36, L_38, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_39 = ___buffer0; String_t* L_40 = __this->get_Fashions_11(); String_t* L_41 = __this->get_Fashions_11(); NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_39, L_40, L_42, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_43 = ___buffer0; String_t* L_44 = __this->get_strMac_13(); String_t* L_45 = __this->get_strMac_13(); NullCheck(L_45); int32_t L_46 = String_get_Length_m3847582255(L_45, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_43, L_44, L_46, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_47 = ___buffer0; String_t* L_48 = __this->get_Uid_15(); String_t* L_49 = __this->get_Uid_15(); NullCheck(L_49); int32_t L_50 = String_get_Length_m3847582255(L_49, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_47, L_48, L_50, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_51 = ___buffer0; String_t* L_52 = __this->get_PorUid_14(); String_t* L_53 = __this->get_PorUid_14(); NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_51, L_52, L_54, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_55 = ___buffer0; String_t* L_56 = __this->get_ChannelCode_16(); String_t* L_57 = __this->get_ChannelCode_16(); NullCheck(L_57); int32_t L_58 = String_get_Length_m3847582255(L_57, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_55, L_56, L_58, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_59 = ___buffer0; String_t* L_60 = __this->get_Audit_17(); String_t* L_61 = __this->get_Audit_17(); NullCheck(L_61); int32_t L_62 = String_get_Length_m3847582255(L_61, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_59, L_60, L_62, /*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.Net.Protocol.CMsgCreateRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgCreateRoom__ctor_m2339209232 (CMsgCreateRoom_t3470683415 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgCreateRoom::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgCreateRoom_GetC2SMsgID_m4206870181 (CMsgCreateRoom_t3470683415 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)15)); } } // System.Void DMCore.Net.Protocol.CMsgCreateRoom::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgCreateRoom_Serial_m2788553443 (CMsgCreateRoom_t3470683415 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgCreateRoom_Serial_m2788553443_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_nSceneModel_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int32_t L_4 = __this->get_nRoomMainType_1(); Help_Push_m1820883614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; int32_t L_6 = __this->get_nRoomType_2(); Help_Push_m1820883614(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_7 = ___buffer0; int32_t L_8 = __this->get_nGuildPass_3(); Help_Push_m1820883614(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; int32_t L_10 = __this->get_nItemID_4(); Help_Push_m1820883614(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_11 = ___buffer0; String_t* L_12 = __this->get_roomName_5(); String_t* L_13 = __this->get_roomName_5(); NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_11, L_12, L_14, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_15 = ___buffer0; String_t* L_16 = __this->get_password_6(); String_t* L_17 = __this->get_password_6(); NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_15, L_16, L_18, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgCustom::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgCustom__ctor_m1994577366 (CMsgCustom_t3704829624 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgCustom::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgCustom_GetC2SMsgID_m1250722065 (CMsgCustom_t3704829624 * __this, const RuntimeMethod* method) { { return (int16_t)(8); } } // System.Void DMCore.Net.Protocol.CMsgCustom::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgCustom_Serial_m2726351502 (CMsgCustom_t3704829624 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_1 = __this->get_dataArray_0(); if (!L_1) { goto IL_001f; } } { CDataArray_t4068198041 * L_2 = __this->get_dataArray_0(); BetterList_1_t289316694 ** L_3 = ___buffer0; NullCheck(L_2); CDataArray_ToStream_m3562718577(L_2, L_3, /*hidden argument*/NULL); } IL_001f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgEntryGame::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgEntryGame__ctor_m821136715 (CMsgEntryGame_t3280175441 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgEntryGame::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgEntryGame_GetC2SMsgID_m1825670016 (CMsgEntryGame_t3280175441 * __this, const RuntimeMethod* method) { { return (int16_t)(5); } } // System.Void DMCore.Net.Protocol.CMsgEntryGame::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgEntryGame_Serial_m3002772375 (CMsgEntryGame_t3280175441 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgEntryGame_Serial_m3002772375_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int64_t L_2 = __this->get_UserID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m3394861728(NULL /*static, unused*/, L_1, L_2, /*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.Net.Protocol.CMsgEntryMarryRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgEntryMarryRoom__ctor_m3181115464 (CMsgEntryMarryRoom_t1647901718 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgEntryMarryRoom__ctor_m3181115464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_password_6(L_0); INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgEntryMarryRoom::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgEntryMarryRoom_GetC2SMsgID_m3136975863 (CMsgEntryMarryRoom_t1647901718 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)20)); } } // System.Void DMCore.Net.Protocol.CMsgEntryMarryRoom::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgEntryMarryRoom_Serial_m2026800002 (CMsgEntryMarryRoom_t1647901718 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgEntryMarryRoom_Serial_m2026800002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_nEntryType_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int32_t L_4 = __this->get_nRoomMainType_1(); Help_Push_m1820883614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; int32_t L_6 = __this->get_nRoomType_2(); Help_Push_m1820883614(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_7 = ___buffer0; int32_t L_8 = __this->get_nRoomId_3(); Help_Push_m1820883614(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; int32_t L_10 = __this->get_nGuildPass_4(); Help_Push_m1820883614(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_11 = ___buffer0; int32_t L_12 = __this->get_count_5(); Help_Push_m1820883614(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_13 = ___buffer0; String_t* L_14 = __this->get_password_6(); String_t* L_15 = __this->get_password_6(); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_13, L_14, L_16, /*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.Net.Protocol.CMsgEntryRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgEntryRoom__ctor_m2897931794 (CMsgEntryRoom_t3749823927 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgEntryRoom__ctor_m2897931794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_modeId_7(L_0); INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgEntryRoom::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgEntryRoom_GetC2SMsgID_m973096890 (CMsgEntryRoom_t3749823927 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)16)); } } // System.Void DMCore.Net.Protocol.CMsgEntryRoom::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgEntryRoom_Serial_m3772257923 (CMsgEntryRoom_t3749823927 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgEntryRoom_Serial_m3772257923_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_nEntryType_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int32_t L_4 = __this->get_nRoomMainType_1(); Help_Push_m1820883614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; int32_t L_6 = __this->get_nRoomType_2(); Help_Push_m1820883614(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_7 = ___buffer0; int32_t L_8 = __this->get_nRoomId_3(); Help_Push_m1820883614(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; int32_t L_10 = __this->get_nGuildPass_4(); Help_Push_m1820883614(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_11 = ___buffer0; int32_t L_12 = __this->get_num_5(); Help_Push_m1820883614(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_13 = ___buffer0; String_t* L_14 = __this->get_password_6(); String_t* L_15 = __this->get_password_6(); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_13, L_14, L_16, /*hidden argument*/NULL); List_1_t128053199 * L_17 = __this->get_modeId_7(); if (!L_17) { goto IL_00bb; } } { V_0 = 0; goto IL_00aa; } IL_0078: { BetterList_1_t289316694 ** L_18 = ___buffer0; List_1_t128053199 * L_19 = __this->get_modeId_7(); int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = List_1_get_Item_m888956288(L_19, L_20, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_22 = CDanceModeManager_GetPlayModeFromDanceMode_m4037169974(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_18, L_22, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_23 = ___buffer0; List_1_t128053199 * L_24 = __this->get_modeId_7(); int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = List_1_get_Item_m888956288(L_24, L_25, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); int32_t L_27 = CDanceModeManager_GetKeyModeFromDanceMode_m2008900806(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); Help_Push_m1820883614(NULL /*static, unused*/, L_23, L_27, /*hidden argument*/NULL); int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00aa: { int32_t L_29 = V_0; List_1_t128053199 * L_30 = __this->get_modeId_7(); NullCheck(L_30); int32_t L_31 = List_1_get_Count_m186164705(L_30, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_0078; } } IL_00bb: { int32_t L_32 = __this->get_nRoomMainType_1(); if ((!(((uint32_t)L_32) == ((uint32_t)6)))) { goto IL_00d3; } } { BetterList_1_t289316694 ** L_33 = ___buffer0; int32_t L_34 = __this->get_sceneID_8(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); } IL_00d3: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgKp_Friends::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgKp_Friends__ctor_m2196205691 (CMsgKp_Friends_t2009458117 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgKp_Friends::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgKp_Friends_GetC2SMsgID_m767579950 (CMsgKp_Friends_t2009458117 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)24)); } } // System.Void DMCore.Net.Protocol.CMsgKp_Friends::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgKp_Friends_Serial_m1019123335 (CMsgKp_Friends_t2009458117 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgKp_Friends_Serial_m1019123335_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); List_1_t128053199 * L_1 = __this->get_listFriendID_0(); if (!L_1) { goto IL_0022; } } { List_1_t128053199 * L_2 = __this->get_listFriendID_0(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m186164705(L_2, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); G_B3_0 = L_3; goto IL_0023; } IL_0022: { G_B3_0 = 0; } IL_0023: { V_0 = G_B3_0; BetterList_1_t289316694 ** L_4 = ___buffer0; int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); V_1 = 0; goto IL_0048; } IL_0032: { BetterList_1_t289316694 ** L_6 = ___buffer0; List_1_t128053199 * L_7 = __this->get_listFriendID_0(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = List_1_get_Item_m888956288(L_7, L_8, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0048: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgLedouAcc::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLedouAcc__ctor_m2966501763 (CMsgLedouAcc_t436276660 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgLedouAcc::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgLedouAcc_GetC2SMsgID_m2212815473 (CMsgLedouAcc_t436276660 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)13)); } } // System.Void DMCore.Net.Protocol.CMsgLedouAcc::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgLedouAcc_Serial_m577729524 (CMsgLedouAcc_t436276660 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgLedouAcc_Serial_m577729524_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; String_t* L_4 = __this->get_openId_1(); Help_Push_m1039748984(NULL /*static, unused*/, L_3, L_4, ((int32_t)64), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; String_t* L_6 = __this->get_gameId_2(); Help_Push_m1039748984(NULL /*static, unused*/, L_5, L_6, ((int32_t)16), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_7 = ___buffer0; String_t* L_8 = __this->get_sessionId_3(); Help_Push_m1039748984(NULL /*static, unused*/, L_7, L_8, ((int32_t)64), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; String_t* L_10 = __this->get_whiteSign_4(); Help_Push_m1039748984(NULL /*static, unused*/, L_9, L_10, ((int32_t)128), /*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.Net.Protocol.CMsgLedouAcc_Guest::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLedouAcc_Guest__ctor_m132666762 (CMsgLedouAcc_Guest_t2051627822 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgLedouAcc_Guest::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgLedouAcc_Guest_GetC2SMsgID_m1615592291 (CMsgLedouAcc_Guest_t2051627822 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)22)); } } // System.Void DMCore.Net.Protocol.CMsgLedouAcc_Guest::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgLedouAcc_Guest_Serial_m4049021828 (CMsgLedouAcc_Guest_t2051627822 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgLedouAcc_Guest_Serial_m4049021828_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; String_t* L_4 = __this->get_openId_1(); Help_Push_m1039748984(NULL /*static, unused*/, L_3, L_4, ((int32_t)64), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; String_t* L_6 = __this->get_gameId_2(); Help_Push_m1039748984(NULL /*static, unused*/, L_5, L_6, ((int32_t)16), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_7 = ___buffer0; String_t* L_8 = __this->get_sessionId_3(); Help_Push_m1039748984(NULL /*static, unused*/, L_7, L_8, ((int32_t)64), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; String_t* L_10 = __this->get_whiteSign_4(); Help_Push_m1039748984(NULL /*static, unused*/, L_9, L_10, ((int32_t)128), /*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.Net.Protocol.CMsgLogin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLogin__ctor_m1104442204 (CMsgLogin_t1892686458 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgLogin::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgLogin_GetC2SMsgID_m976391509 (CMsgLogin_t1892686458 * __this, const RuntimeMethod* method) { { return (int16_t)(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 DMCore.Net.Protocol.CMsgLoginLobby::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgLoginLobby__ctor_m1740644394 (CMsgLoginLobby_t3466726137 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgLoginLobby__ctor_m1740644394_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_NickName_14(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_PhotoUrl_15(L_1); INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgLoginLobby::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgLoginLobby_GetC2SMsgID_m3914943166 (CMsgLoginLobby_t3466726137 * __this, const RuntimeMethod* method) { { return (int16_t)(4); } } // System.Void DMCore.Net.Protocol.CMsgLoginLobby::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgLoginLobby_Serial_m1707978225 (CMsgLoginLobby_t3466726137 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgLoginLobby_Serial_m1707978225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int64_t L_2 = __this->get_UserID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m3394861728(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int32_t L_4 = __this->get_MobilePlatform_1(); Help_Push_m1820883614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; String_t* L_6 = __this->get_LedouChannelId_2(); String_t* L_7 = __this->get_LedouChannelId_2(); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_5, L_6, L_8, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; String_t* L_10 = __this->get_GameVersion_3(); String_t* L_11 = __this->get_GameVersion_3(); NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_9, L_10, L_12, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_13 = ___buffer0; String_t* L_14 = __this->get_DevicesId_4(); String_t* L_15 = __this->get_DevicesId_4(); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_13, L_14, L_16, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_17 = ___buffer0; String_t* L_18 = __this->get_OSVersion_5(); String_t* L_19 = __this->get_OSVersion_5(); NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_17, L_18, L_20, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_21 = ___buffer0; String_t* L_22 = __this->get_MobileModel_6(); String_t* L_23 = __this->get_MobileModel_6(); NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_21, L_22, L_24, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_25 = ___buffer0; String_t* L_26 = __this->get_ServiceProvider_7(); String_t* L_27 = __this->get_ServiceProvider_7(); NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_25, L_26, L_28, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_29 = ___buffer0; String_t* L_30 = __this->get_NetType_8(); String_t* L_31 = __this->get_NetType_8(); NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_29, L_30, L_32, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_33 = ___buffer0; String_t* L_34 = __this->get_strMac_9(); String_t* L_35 = __this->get_strMac_9(); NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_33, L_34, L_36, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_37 = ___buffer0; String_t* L_38 = __this->get_Uid_11(); String_t* L_39 = __this->get_Uid_11(); NullCheck(L_39); int32_t L_40 = String_get_Length_m3847582255(L_39, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_37, L_38, L_40, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_41 = ___buffer0; String_t* L_42 = __this->get_PorUid_10(); String_t* L_43 = __this->get_PorUid_10(); NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_41, L_42, L_44, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_45 = ___buffer0; String_t* L_46 = __this->get_ChannelCode_12(); String_t* L_47 = __this->get_ChannelCode_12(); NullCheck(L_47); int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_45, L_46, L_48, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_49 = ___buffer0; String_t* L_50 = __this->get_Audit_13(); String_t* L_51 = __this->get_Audit_13(); NullCheck(L_51); int32_t L_52 = String_get_Length_m3847582255(L_51, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_49, L_50, L_52, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_53 = ___buffer0; String_t* L_54 = __this->get_NickName_14(); String_t* L_55 = __this->get_NickName_14(); NullCheck(L_55); int32_t L_56 = String_get_Length_m3847582255(L_55, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_53, L_54, L_56, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_57 = ___buffer0; String_t* L_58 = __this->get_PhotoUrl_15(); String_t* L_59 = __this->get_PhotoUrl_15(); NullCheck(L_59); int32_t L_60 = String_get_Length_m3847582255(L_59, /*hidden argument*/NULL); Help_Push_m1039748984(NULL /*static, unused*/, L_57, L_58, L_60, /*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.Net.Protocol.CMsgRelink::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgRelink__ctor_m509773113 (CMsgRelink_t1870076565 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgRelink::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgRelink_GetC2SMsgID_m3139258734 (CMsgRelink_t1870076565 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)11)); } } // System.Void DMCore.Net.Protocol.CMsgRelink::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgRelink_Serial_m3346336646 (CMsgRelink_t1870076565 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgRelink_Serial_m3346336646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int64_t L_2 = __this->get_UserID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m3394861728(NULL /*static, unused*/, L_1, L_2, /*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.Net.Protocol.CMsgRequestMarryList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgRequestMarryList__ctor_m3860103298 (CMsgRequestMarryList_t3979900726 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgRequestMarryList::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgRequestMarryList_GetC2SMsgID_m2140559621 (CMsgRequestMarryList_t3979900726 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)19)); } } // System.Void DMCore.Net.Protocol.CMsgRequestMarryList::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgRequestMarryList_Serial_m861697553 (CMsgRequestMarryList_t3979900726 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgRequestMarryList_Serial_m861697553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_nSelectType_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int32_t L_4 = __this->get_nPage_1(); Help_Push_m1820883614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgRequestRoomList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgRequestRoomList__ctor_m4240109676 (CMsgRequestRoomList_t720108623 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgRequestRoomList__ctor_m4240109676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_modeId_6(L_0); INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgRequestRoomList::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgRequestRoomList_GetC2SMsgID_m3029445891 (CMsgRequestRoomList_t720108623 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)14)); } } // System.Void DMCore.Net.Protocol.CMsgRequestRoomList::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgRequestRoomList_Serial_m4053089562 (CMsgRequestRoomList_t720108623 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgRequestRoomList_Serial_m4053089562_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { V_0 = _stringLiteral3082919578; BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_nSelectFlag_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int32_t L_4 = __this->get_nRoomMainType_1(); Help_Push_m1820883614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; int32_t L_6 = __this->get_nRoomType_2(); Help_Push_m1820883614(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_7 = ___buffer0; int32_t L_8 = __this->get_nSceneModel_3(); Help_Push_m1820883614(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_9 = ___buffer0; int32_t L_10 = __this->get_nPage_4(); Help_Push_m1820883614(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_11 = ___buffer0; int32_t L_12 = __this->get_num_5(); Help_Push_m1820883614(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); String_t* L_13 = V_0; ObjectU5BU5D_t2843939325* L_14 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_15 = __this->get_nSelectFlag_0(); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_14; int32_t L_19 = __this->get_nRoomType_2(); int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(1), (RuntimeObject *)L_21); ObjectU5BU5D_t2843939325* L_22 = L_18; int32_t L_23 = __this->get_nPage_4(); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(2), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = L_22; int32_t L_27 = __this->get_num_5(); int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_29); (L_26)->SetAt(static_cast(3), (RuntimeObject *)L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Format_m630303134(NULL /*static, unused*/, L_13, L_26, /*hidden argument*/NULL); V_1 = L_30; List_1_t128053199 * L_31 = __this->get_modeId_6(); if (!L_31) { goto IL_0126; } } { V_2 = 0; goto IL_0115; } IL_00ac: { String_t* L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m3937257545(NULL /*static, unused*/, L_32, _stringLiteral2405457962, /*hidden argument*/NULL); V_1 = L_33; BetterList_1_t289316694 ** L_34 = ___buffer0; List_1_t128053199 * L_35 = __this->get_modeId_6(); int32_t L_36 = V_2; NullCheck(L_35); int32_t L_37 = List_1_get_Item_m888956288(L_35, L_36, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_34, ((int32_t)((int32_t)L_37%(int32_t)((int32_t)100))), /*hidden argument*/NULL); BetterList_1_t289316694 ** L_38 = ___buffer0; List_1_t128053199 * L_39 = __this->get_modeId_6(); int32_t L_40 = V_2; NullCheck(L_39); int32_t L_41 = List_1_get_Item_m888956288(L_39, L_40, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); Help_Push_m1820883614(NULL /*static, unused*/, L_38, ((int32_t)((int32_t)L_41/(int32_t)((int32_t)100))), /*hidden argument*/NULL); String_t* L_42 = V_1; List_1_t128053199 * L_43 = __this->get_modeId_6(); int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = List_1_get_Item_m888956288(L_43, L_44, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); int32_t L_46 = ((int32_t)((int32_t)L_45%(int32_t)((int32_t)100))); RuntimeObject * L_47 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_46); List_1_t128053199 * L_48 = __this->get_modeId_6(); int32_t L_49 = V_2; NullCheck(L_48); int32_t L_50 = List_1_get_Item_m888956288(L_48, L_49, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); int32_t L_51 = ((int32_t)((int32_t)L_50/(int32_t)((int32_t)100))); RuntimeObject * L_52 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_51); String_t* L_53 = String_Format_m2556382932(NULL /*static, unused*/, L_42, L_47, L_52, /*hidden argument*/NULL); V_1 = L_53; int32_t L_54 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_0115: { int32_t L_55 = V_2; List_1_t128053199 * L_56 = __this->get_modeId_6(); NullCheck(L_56); int32_t L_57 = List_1_get_Count_m186164705(L_56, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_55) < ((int32_t)L_57))) { goto IL_00ac; } } IL_0126: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.CMsgSearchRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgSearchRoom__ctor_m2648341572 (CMsgSearchRoom_t224341451 * __this, const RuntimeMethod* method) { { INetMsgBaseC2S__ctor_m3184864657(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.CMsgSearchRoom::GetC2SMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t CMsgSearchRoom_GetC2SMsgID_m2534659721 (CMsgSearchRoom_t224341451 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)17)); } } // System.Void DMCore.Net.Protocol.CMsgSearchRoom::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void CMsgSearchRoom_Serial_m2458406078 (CMsgSearchRoom_t224341451 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMsgSearchRoom_Serial_m2458406078_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; INetMsgBaseC2S_Serial_m1089134723(__this, L_0, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_1 = ___buffer0; int32_t L_2 = __this->get_nRoomId_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1820883614(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_3 = ___buffer0; int32_t L_4 = __this->get_nRoomType_1(); Help_Push_m1820883614(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); BetterList_1_t289316694 ** L_5 = ___buffer0; int32_t L_6 = __this->get_nRoomMainType_2(); Help_Push_m1820883614(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.INetMsgBaseC2S::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetMsgBaseC2S__ctor_m3184864657 (INetMsgBaseC2S_t1364238951 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int16 DMCore.Net.Protocol.INetMsgBaseC2S::GetMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t INetMsgBaseC2S_GetMsgID_m3000528370 (INetMsgBaseC2S_t1364238951 * __this, const RuntimeMethod* method) { { int16_t L_0 = VirtFuncInvoker0< int16_t >::Invoke(4 /* DMCore.Net.Protocol.enumC2S DMCore.Net.Protocol.INetMsgBaseC2S::GetC2SMsgID() */, __this); return L_0; } } // System.Void DMCore.Net.Protocol.INetMsgBaseC2S::Serial(BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void INetMsgBaseC2S_Serial_m1089134723 (INetMsgBaseC2S_t1364238951 * __this, BetterList_1_t289316694 ** ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (INetMsgBaseC2S_Serial_m1089134723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t289316694 ** L_0 = ___buffer0; int16_t L_1 = INetMsgBaseC2S_GetMsgID_m3000528370(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Push_m1438546594(NULL /*static, unused*/, L_0, L_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 DMCore.Net.Protocol.INetMsgBaseS2C::.ctor() extern "C" IL2CPP_METHOD_ATTR void INetMsgBaseS2C__ctor_m469931231 (INetMsgBaseS2C_t126919271 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.INetMsgBaseS2C DMCore.Net.Protocol.INetMsgBaseS2C::Create_S2C(System.Int16) extern "C" IL2CPP_METHOD_ATTR INetMsgBaseS2C_t126919271 * INetMsgBaseS2C_Create_S2C_m2196048798 (RuntimeObject * __this /* static, unused */, int16_t ___msgID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (INetMsgBaseS2C_Create_S2C_m2196048798_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { int16_t L_0 = ___msgID0; V_0 = L_0; int16_t L_1 = V_0; switch (L_1) { case 0: { goto IL_00b1; } case 1: { goto IL_00ed; } case 2: { goto IL_009f; } case 3: { goto IL_00a5; } case 4: { goto IL_00ab; } case 5: { goto IL_00b7; } case 6: { goto IL_00c3; } case 7: { goto IL_00bd; } case 8: { goto IL_00c9; } case 9: { goto IL_00cf; } case 10: { goto IL_00d5; } case 11: { goto IL_005c; } case 12: { goto IL_0099; } case 13: { goto IL_00db; } case 14: { goto IL_00e1; } case 15: { goto IL_00e7; } case 16: { goto IL_005c; } case 17: { goto IL_00f3; } case 18: { goto IL_00f9; } case 19: { goto IL_00ff; } case 20: { goto IL_0129; } } } IL_005c: { int16_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)170)))) { case 0: { goto IL_0105; } case 1: { goto IL_0111; } case 2: { goto IL_0117; } case 3: { goto IL_0123; } case 4: { goto IL_010b; } case 5: { goto IL_011d; } case 6: { goto IL_0135; } case 7: { goto IL_0135; } case 8: { goto IL_0135; } case 9: { goto IL_0135; } case 10: { goto IL_012f; } } } { goto IL_0135; } IL_0099: { SMsgCustom_t3704812008 * L_3 = (SMsgCustom_t3704812008 *)il2cpp_codegen_object_new(SMsgCustom_t3704812008_il2cpp_TypeInfo_var); SMsgCustom__ctor_m1594121669(L_3, /*hidden argument*/NULL); return L_3; } IL_009f: { SMsgAcc_t1490162633 * L_4 = (SMsgAcc_t1490162633 *)il2cpp_codegen_object_new(SMsgAcc_t1490162633_il2cpp_TypeInfo_var); SMsgAcc__ctor_m2865517687(L_4, /*hidden argument*/NULL); return L_4; } IL_00a5: { SMsgLogin_t1892669098 * L_5 = (SMsgLogin_t1892669098 *)il2cpp_codegen_object_new(SMsgLogin_t1892669098_il2cpp_TypeInfo_var); SMsgLogin__ctor_m1126562732(L_5, /*hidden argument*/NULL); return L_5; } IL_00ab: { SMsgLoginLobby_t3451342249 * L_6 = (SMsgLoginLobby_t3451342249 *)il2cpp_codegen_object_new(SMsgLoginLobby_t3451342249_il2cpp_TypeInfo_var); SMsgLoginLobby__ctor_m1593090490(L_6, /*hidden argument*/NULL); return L_6; } IL_00b1: { SMsgErrorCode_t1676145453 * L_7 = (SMsgErrorCode_t1676145453 *)il2cpp_codegen_object_new(SMsgErrorCode_t1676145453_il2cpp_TypeInfo_var); SMsgErrorCode__ctor_m2142109151(L_7, /*hidden argument*/NULL); return L_7; } IL_00b7: { SMsgRoleAvatar_t1100533262 * L_8 = (SMsgRoleAvatar_t1100533262 *)il2cpp_codegen_object_new(SMsgRoleAvatar_t1100533262_il2cpp_TypeInfo_var); SMsgRoleAvatar__ctor_m1983474459(L_8, /*hidden argument*/NULL); return L_8; } IL_00bd: { SMsgPropertyTable_t1715258501 * L_9 = (SMsgPropertyTable_t1715258501 *)il2cpp_codegen_object_new(SMsgPropertyTable_t1715258501_il2cpp_TypeInfo_var); SMsgPropertyTable__ctor_m3997471990(L_9, /*hidden argument*/NULL); return L_9; } IL_00c3: { SMsgEntryScene_t3683309046 * L_10 = (SMsgEntryScene_t3683309046 *)il2cpp_codegen_object_new(SMsgEntryScene_t3683309046_il2cpp_TypeInfo_var); SMsgEntryScene__ctor_m3070705195(L_10, /*hidden argument*/NULL); return L_10; } IL_00c9: { SMsgSceneProperty_t2338986832 * L_11 = (SMsgSceneProperty_t2338986832 *)il2cpp_codegen_object_new(SMsgSceneProperty_t2338986832_il2cpp_TypeInfo_var); SMsgSceneProperty__ctor_m142244997(L_11, /*hidden argument*/NULL); return L_11; } IL_00cf: { SMsgAddObj_t71644132 * L_12 = (SMsgAddObj_t71644132 *)il2cpp_codegen_object_new(SMsgAddObj_t71644132_il2cpp_TypeInfo_var); SMsgAddObj__ctor_m338848252(L_12, /*hidden argument*/NULL); return L_12; } IL_00d5: { SMsgRemoveObj_t2019973777 * L_13 = (SMsgRemoveObj_t2019973777 *)il2cpp_codegen_object_new(SMsgRemoveObj_t2019973777_il2cpp_TypeInfo_var); SMsgRemoveObj__ctor_m2655646546(L_13, /*hidden argument*/NULL); return L_13; } IL_00db: { SMsgChangeProperty_t1788627945 * L_14 = (SMsgChangeProperty_t1788627945 *)il2cpp_codegen_object_new(SMsgChangeProperty_t1788627945_il2cpp_TypeInfo_var); SMsgChangeProperty__ctor_m1437605511(L_14, /*hidden argument*/NULL); return L_14; } IL_00e1: { SMsgFirstLogin_t2265509403 * L_15 = (SMsgFirstLogin_t2265509403 *)il2cpp_codegen_object_new(SMsgFirstLogin_t2265509403_il2cpp_TypeInfo_var); SMsgFirstLogin__ctor_m4279294337(L_15, /*hidden argument*/NULL); return L_15; } IL_00e7: { SMsgCreateRoleResult_t2078496042 * L_16 = (SMsgCreateRoleResult_t2078496042 *)il2cpp_codegen_object_new(SMsgCreateRoleResult_t2078496042_il2cpp_TypeInfo_var); SMsgCreateRoleResult__ctor_m2822065302(L_16, /*hidden argument*/NULL); return L_16; } IL_00ed: { SMsgRegister_t14177495 * L_17 = (SMsgRegister_t14177495 *)il2cpp_codegen_object_new(SMsgRegister_t14177495_il2cpp_TypeInfo_var); SMsgRegister__ctor_m3701541419(L_17, /*hidden argument*/NULL); return L_17; } IL_00f3: { SMsgItemPropertyChange_t2752012750 * L_18 = (SMsgItemPropertyChange_t2752012750 *)il2cpp_codegen_object_new(SMsgItemPropertyChange_t2752012750_il2cpp_TypeInfo_var); SMsgItemPropertyChange__ctor_m555399358(L_18, /*hidden argument*/NULL); return L_18; } IL_00f9: { SMsgRelink_t1870060133 * L_19 = (SMsgRelink_t1870060133 *)il2cpp_codegen_object_new(SMsgRelink_t1870060133_il2cpp_TypeInfo_var); SMsgRelink__ctor_m647792969(L_19, /*hidden argument*/NULL); return L_19; } IL_00ff: { SMsgSystemInfo_t1115622735 * L_20 = (SMsgSystemInfo_t1115622735 *)il2cpp_codegen_object_new(SMsgSystemInfo_t1115622735_il2cpp_TypeInfo_var); SMsgSystemInfo__ctor_m1713377458(L_20, /*hidden argument*/NULL); return L_20; } IL_0105: { SMsgRoomList_t2683647042 * L_21 = (SMsgRoomList_t2683647042 *)il2cpp_codegen_object_new(SMsgRoomList_t2683647042_il2cpp_TypeInfo_var); SMsgRoomList__ctor_m3691771560(L_21, /*hidden argument*/NULL); return L_21; } IL_010b: { SMsgMarryList_t435354856 * L_22 = (SMsgMarryList_t435354856 *)il2cpp_codegen_object_new(SMsgMarryList_t435354856_il2cpp_TypeInfo_var); SMsgMarryList__ctor_m2052432472(L_22, /*hidden argument*/NULL); return L_22; } IL_0111: { SMsgCreateRoom_t3471542759 * L_23 = (SMsgCreateRoom_t3471542759 *)il2cpp_codegen_object_new(SMsgCreateRoom_t3471542759_il2cpp_TypeInfo_var); SMsgCreateRoom__ctor_m4240475619(L_23, /*hidden argument*/NULL); return L_23; } IL_0117: { SMsgEntryRoom_t3749249927 * L_24 = (SMsgEntryRoom_t3749249927 *)il2cpp_codegen_object_new(SMsgEntryRoom_t3749249927_il2cpp_TypeInfo_var); SMsgEntryRoom__ctor_m2047994832(L_24, /*hidden argument*/NULL); return L_24; } IL_011d: { SMsgEntryMARRYRoom_t2505765830 * L_25 = (SMsgEntryMARRYRoom_t2505765830 *)il2cpp_codegen_object_new(SMsgEntryMARRYRoom_t2505765830_il2cpp_TypeInfo_var); SMsgEntryMARRYRoom__ctor_m2342228900(L_25, /*hidden argument*/NULL); return L_25; } IL_0123: { SMsgRoomInfo_t1167204382 * L_26 = (SMsgRoomInfo_t1167204382 *)il2cpp_codegen_object_new(SMsgRoomInfo_t1167204382_il2cpp_TypeInfo_var); SMsgRoomInfo__ctor_m3818389394(L_26, /*hidden argument*/NULL); return L_26; } IL_0129: { SMsgActivationCode_t2083116766 * L_27 = (SMsgActivationCode_t2083116766 *)il2cpp_codegen_object_new(SMsgActivationCode_t2083116766_il2cpp_TypeInfo_var); SMsgActivationCode__ctor_m146368284(L_27, /*hidden argument*/NULL); return L_27; } IL_012f: { SMsgCheckNameResult_t1053169107 * L_28 = (SMsgCheckNameResult_t1053169107 *)il2cpp_codegen_object_new(SMsgCheckNameResult_t1053169107_il2cpp_TypeInfo_var); SMsgCheckNameResult__ctor_m1051937182(L_28, /*hidden argument*/NULL); return L_28; } IL_0135: { return (INetMsgBaseS2C_t126919271 *)NULL; } } // System.Int16 DMCore.Net.Protocol.INetMsgBaseS2C::GetMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t INetMsgBaseS2C_GetMsgID_m1553117394 (INetMsgBaseS2C_t126919271 * __this, const RuntimeMethod* method) { { int16_t L_0 = VirtFuncInvoker0< int16_t >::Invoke(4 /* DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.INetMsgBaseS2C::GetS2CMsgID() */, __this); return L_0; } } // DMCore.Net.Protocol.INetMsgBaseS2C DMCore.Net.Protocol.INetMsgBaseS2C::DeserialFromServer(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR INetMsgBaseS2C_t126919271 * INetMsgBaseS2C_DeserialFromServer_m3877426234 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (INetMsgBaseS2C_DeserialFromServer_m3877426234_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; INetMsgBaseS2C_t126919271 * V_1 = NULL; { V_0 = (int16_t)0; ByteU5BU5D_t4116647657* L_0 = ___buffer0; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m3956053017(NULL /*static, unused*/, L_0, (&___nStart1), (&V_0), /*hidden argument*/NULL); int16_t L_1 = V_0; INetMsgBaseS2C_t126919271 * L_2 = INetMsgBaseS2C_Create_S2C_m2196048798(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_1 = L_2; INetMsgBaseS2C_t126919271 * L_3 = V_1; if (!L_3) { goto IL_0023; } } { INetMsgBaseS2C_t126919271 * L_4 = V_1; ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t L_6 = ___nStart1; int32_t L_7 = ___len2; NullCheck(L_4); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(5 /* System.Void DMCore.Net.Protocol.INetMsgBaseS2C::Deserial(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, L_6, L_7); } IL_0023: { INetMsgBaseS2C_t126919271 * L_8 = V_1; return L_8; } } // System.Void DMCore.Net.Protocol.INetMsgBaseS2C::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void INetMsgBaseS2C_Deserial_m4009628411 (INetMsgBaseS2C_t126919271 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgAcc::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgAcc__ctor_m2865517687 (SMsgAcc_t1490162633 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgAcc::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgAcc_GetS2CMsgID_m2370064361 (SMsgAcc_t1490162633 * __this, const RuntimeMethod* method) { { return (int16_t)(2); } } // System.Void DMCore.Net.Protocol.SMsgAcc::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgAcc_Deserial_m3891771643 (SMsgAcc_t1490162633 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgAcc_Deserial_m3891771643_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; uint8_t* L_1 = __this->get_address_of_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m2119081309(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgActivationCode::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgActivationCode__ctor_m146368284 (SMsgActivationCode_t2083116766 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgActivationCode::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgActivationCode_GetS2CMsgID_m4250709481 (SMsgActivationCode_t2083116766 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)20)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgAddObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgAddObj__ctor_m338848252 (SMsgAddObj_t71644132 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgAddObj::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgAddObj_GetS2CMsgID_m895885704 (SMsgAddObj_t71644132 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)9)); } } // System.Void DMCore.Net.Protocol.SMsgAddObj::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgAddObj_Deserial_m2203636548 (SMsgAddObj_t71644132 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgAddObj_Deserial_m2203636548_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___nStart1; V_0 = L_0; ByteU5BU5D_t4116647657* L_1 = ___buffer0; int64_t* L_2 = __this->get_address_of_ObjectId_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m844832638(NULL /*static, unused*/, L_1, (&___nStart1), L_2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = ___buffer0; int16_t* L_4 = __this->get_address_of_nType_1(); Help_Pop_m3956053017(NULL /*static, unused*/, L_3, (&___nStart1), L_4, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t* L_6 = __this->get_address_of_nModelId_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_5, (&___nStart1), L_6, /*hidden argument*/NULL); int32_t L_7 = ___len2; int32_t L_8 = ___nStart1; int32_t L_9 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)))); int32_t L_10 = V_1; if ((((int32_t)0) >= ((int32_t)L_10))) { goto IL_006c; } } { int32_t L_11 = V_1; __this->set_m_PropBuf_3(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_11))); V_2 = 0; goto IL_0060; } IL_004f: { ByteU5BU5D_t4116647657* L_12 = __this->get_m_PropBuf_3(); int32_t L_13 = V_2; ByteU5BU5D_t4116647657* L_14 = ___buffer0; int32_t L_15 = V_2; int32_t L_16 = ___nStart1; NullCheck(L_14); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (uint8_t)L_18); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0060: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_004f; } } { goto IL_0073; } IL_006c: { __this->set_m_PropBuf_3((ByteU5BU5D_t4116647657*)NULL); } IL_0073: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgChangeProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgChangeProperty__ctor_m1437605511 (SMsgChangeProperty_t1788627945 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgChangeProperty::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgChangeProperty_GetS2CMsgID_m3367194373 (SMsgChangeProperty_t1788627945 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)13)); } } // System.Void DMCore.Net.Protocol.SMsgChangeProperty::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgChangeProperty_Deserial_m629443146 (SMsgChangeProperty_t1788627945 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgChangeProperty_Deserial_m629443146_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___nStart1; V_0 = L_0; ByteU5BU5D_t4116647657* L_1 = ___buffer0; int64_t* L_2 = __this->get_address_of_ObjectId_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m844832638(NULL /*static, unused*/, L_1, (&___nStart1), L_2, /*hidden argument*/NULL); int32_t L_3 = ___len2; int32_t L_4 = ___nStart1; int32_t L_5 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)))); int32_t L_6 = V_1; if ((((int32_t)0) >= ((int32_t)L_6))) { goto IL_004e; } } { int32_t L_7 = V_1; __this->set_m_PropBuf_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_7))); V_2 = 0; goto IL_0042; } IL_0031: { ByteU5BU5D_t4116647657* L_8 = __this->get_m_PropBuf_1(); int32_t L_9 = V_2; ByteU5BU5D_t4116647657* L_10 = ___buffer0; int32_t L_11 = V_2; int32_t L_12 = ___nStart1; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (uint8_t)L_14); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0042: { int32_t L_16 = V_2; int32_t L_17 = V_1; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0031; } } { goto IL_0055; } IL_004e: { __this->set_m_PropBuf_1((ByteU5BU5D_t4116647657*)NULL); } IL_0055: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgCheckNameResult::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCheckNameResult__ctor_m1051937182 (SMsgCheckNameResult_t1053169107 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgCheckNameResult::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgCheckNameResult_GetS2CMsgID_m1251159830 (SMsgCheckNameResult_t1053169107 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)180)); } } // System.Void DMCore.Net.Protocol.SMsgCheckNameResult::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgCheckNameResult_Deserial_m3445579494 (SMsgCheckNameResult_t1053169107 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgCheckNameResult_Deserial_m3445579494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; uint8_t* L_1 = __this->get_address_of_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m2119081309(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); uint8_t L_2 = __this->get_result_0(); if (!L_2) { goto IL_001b; } } { return; } IL_001b: { ByteU5BU5D_t4116647657* L_3 = ___buffer0; String_t** L_4 = __this->get_address_of_new_name_1(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m507744042(NULL /*static, unused*/, L_3, (&___nStart1), L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgCreateRoleResult::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCreateRoleResult__ctor_m2822065302 (SMsgCreateRoleResult_t2078496042 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgCreateRoleResult::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgCreateRoleResult_GetS2CMsgID_m2684491102 (SMsgCreateRoleResult_t2078496042 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)15)); } } // System.Void DMCore.Net.Protocol.SMsgCreateRoleResult::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgCreateRoleResult_Deserial_m3306598254 (SMsgCreateRoleResult_t2078496042 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgCreateRoleResult_Deserial_m3306598254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; uint8_t* L_1 = __this->get_address_of_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m2119081309(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgCreateRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCreateRoom__ctor_m4240475619 (SMsgCreateRoom_t3471542759 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgCreateRoom::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgCreateRoom_GetS2CMsgID_m2524984544 (SMsgCreateRoom_t3471542759 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)171)); } } // System.Void DMCore.Net.Protocol.SMsgCreateRoom::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgCreateRoom_Deserial_m1465236830 (SMsgCreateRoom_t3471542759 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgCreateRoom_Deserial_m1465236830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = __this->get_address_of_nResult_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgCustom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgCustom__ctor_m1594121669 (SMsgCustom_t3704812008 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgCustom__ctor_m1594121669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); __this->set_dataArray_0(L_0); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgCustom::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgCustom_GetS2CMsgID_m803730591 (SMsgCustom_t3704812008 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)12)); } } // System.Void DMCore.Net.Protocol.SMsgCustom::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgCustom_Deserial_m2276503117 (SMsgCustom_t3704812008 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgCustom_Deserial_m2276503117_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataArray_t4068198041 * L_0 = __this->get_dataArray_0(); if (L_0) { goto IL_001b; } } { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); __this->set_dataArray_0(L_1); goto IL_0026; } IL_001b: { CDataArray_t4068198041 * L_2 = __this->get_dataArray_0(); NullCheck(L_2); CDataArray_Clear_m1422959473(L_2, /*hidden argument*/NULL); } IL_0026: { CDataArray_t4068198041 * L_3 = __this->get_dataArray_0(); ByteU5BU5D_t4116647657* L_4 = ___buffer0; int32_t L_5 = ___nStart1; int32_t L_6 = ___len2; NullCheck(L_3); CDataArray_ParseFromStream_m105641815(L_3, L_4, L_5, L_6, /*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.Net.Protocol.SMsgEntryMARRYRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgEntryMARRYRoom__ctor_m2342228900 (SMsgEntryMARRYRoom_t2505765830 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgEntryMARRYRoom::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgEntryMARRYRoom_GetS2CMsgID_m1174586364 (SMsgEntryMARRYRoom_t2505765830 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)175)); } } // System.Void DMCore.Net.Protocol.SMsgEntryMARRYRoom::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgEntryMARRYRoom_Deserial_m3984033741 (SMsgEntryMARRYRoom_t2505765830 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgEntryMARRYRoom_Deserial_m3984033741_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = __this->get_address_of_nResult_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgEntryRoom::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgEntryRoom__ctor_m2047994832 (SMsgEntryRoom_t3749249927 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgEntryRoom::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgEntryRoom_GetS2CMsgID_m2323480066 (SMsgEntryRoom_t3749249927 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)172)); } } // System.Void DMCore.Net.Protocol.SMsgEntryRoom::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgEntryRoom_Deserial_m3533165040 (SMsgEntryRoom_t3749249927 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgEntryRoom_Deserial_m3533165040_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = __this->get_address_of_nResult_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgEntryScene::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgEntryScene__ctor_m3070705195 (SMsgEntryScene_t3683309046 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgEntryScene::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgEntryScene_GetS2CMsgID_m517003556 (SMsgEntryScene_t3683309046 * __this, const RuntimeMethod* method) { { return (int16_t)(6); } } // System.Void DMCore.Net.Protocol.SMsgEntryScene::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgEntryScene_Deserial_m621642803 (SMsgEntryScene_t3683309046 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgEntryScene_Deserial_m621642803_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int64_t* L_1 = __this->get_address_of_userID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m844832638(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t* L_3 = __this->get_address_of_nSceneModel_1(); Help_Pop_m1588559183(NULL /*static, unused*/, L_2, (&___nStart1), L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___buffer0; int32_t* L_5 = __this->get_address_of_nRoomLvType_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_4, (&___nStart1), L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = ___buffer0; int32_t* L_7 = __this->get_address_of_nRoomMainType_3(); Help_Pop_m1588559183(NULL /*static, unused*/, L_6, (&___nStart1), L_7, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = ___buffer0; int32_t* L_9 = __this->get_address_of_nEntryPlayersNum_4(); Help_Pop_m1588559183(NULL /*static, unused*/, L_8, (&___nStart1), L_9, /*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.Net.Protocol.SMsgErrorCode::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgErrorCode__ctor_m2142109151 (SMsgErrorCode_t1676145453 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgErrorCode::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgErrorCode_GetS2CMsgID_m2828692907 (SMsgErrorCode_t1676145453 * __this, const RuntimeMethod* method) { { return (int16_t)(0); } } // System.Void DMCore.Net.Protocol.SMsgErrorCode::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgErrorCode_Deserial_m549747318 (SMsgErrorCode_t1676145453 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgErrorCode_Deserial_m549747318_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = __this->get_address_of_errorcode_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgFirstLogin::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgFirstLogin__ctor_m4279294337 (SMsgFirstLogin_t2265509403 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgFirstLogin::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgFirstLogin_GetS2CMsgID_m1591137902 (SMsgFirstLogin_t2265509403 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)14)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgItemPropertyChange::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgItemPropertyChange__ctor_m555399358 (SMsgItemPropertyChange_t2752012750 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgItemPropertyChange::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgItemPropertyChange_GetS2CMsgID_m3653928690 (SMsgItemPropertyChange_t2752012750 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)17)); } } // System.Void DMCore.Net.Protocol.SMsgItemPropertyChange::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgItemPropertyChange_Deserial_m2723982282 (SMsgItemPropertyChange_t2752012750 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgItemPropertyChange_Deserial_m2723982282_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___nStart1; V_0 = L_0; ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = __this->get_address_of_m_nItemServerID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_1, (&___nStart1), L_2, /*hidden argument*/NULL); int32_t L_3 = ___len2; int32_t L_4 = ___nStart1; int32_t L_5 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)))); int32_t L_6 = V_1; if ((((int32_t)0) >= ((int32_t)L_6))) { goto IL_004e; } } { int32_t L_7 = V_1; __this->set_m_PropBuf_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_7))); V_2 = 0; goto IL_0042; } IL_0031: { ByteU5BU5D_t4116647657* L_8 = __this->get_m_PropBuf_1(); int32_t L_9 = V_2; ByteU5BU5D_t4116647657* L_10 = ___buffer0; int32_t L_11 = V_2; int32_t L_12 = ___nStart1; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (uint8_t)L_14); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0042: { int32_t L_16 = V_2; int32_t L_17 = V_1; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0031; } } { goto IL_0055; } IL_004e: { __this->set_m_PropBuf_1((ByteU5BU5D_t4116647657*)NULL); } IL_0055: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgLogin::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgLogin__ctor_m1126562732 (SMsgLogin_t1892669098 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgLogin::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgLogin_GetS2CMsgID_m1706774672 (SMsgLogin_t1892669098 * __this, const RuntimeMethod* method) { { return (int16_t)(3); } } // System.Void DMCore.Net.Protocol.SMsgLogin::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgLogin_Deserial_m2847388410 (SMsgLogin_t1892669098 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgLogin_Deserial_m2847388410_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; uint8_t* L_1 = __this->get_address_of_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m2119081309(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int64_t* L_3 = __this->get_address_of_userID_1(); Help_Pop_m844832638(NULL /*static, unused*/, L_2, (&___nStart1), L_3, /*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.Net.Protocol.SMsgLoginLobby::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgLoginLobby__ctor_m1593090490 (SMsgLoginLobby_t3451342249 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgLoginLobby::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgLoginLobby_GetS2CMsgID_m4156514029 (SMsgLoginLobby_t3451342249 * __this, const RuntimeMethod* method) { { return (int16_t)(4); } } // System.Void DMCore.Net.Protocol.SMsgLoginLobby::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgLoginLobby_Deserial_m2974751784 (SMsgLoginLobby_t3451342249 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgMarryList::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgMarryList__ctor_m2052432472 (SMsgMarryList_t435354856 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgMarryList::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgMarryList_GetS2CMsgID_m3989929748 (SMsgMarryList_t435354856 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)174)); } } // System.Void DMCore.Net.Protocol.SMsgMarryList::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgMarryList_Deserial_m3713817448 (SMsgMarryList_t435354856 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgMarryList_Deserial_m3713817448_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = __this->get_address_of_nTotalPage_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t* L_3 = __this->get_address_of_nCurPage_1(); Help_Pop_m1588559183(NULL /*static, unused*/, L_2, (&___nStart1), L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___buffer0; int32_t* L_5 = __this->get_address_of_nRoomNum_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_4, (&___nStart1), L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = ___buffer0; int32_t* L_7 = __this->get_address_of_nParamNum_3(); Help_Pop_m1588559183(NULL /*static, unused*/, L_6, (&___nStart1), L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get_nRoomNum_2(); __this->set_arrMarryInfo_4(((MarryInfoU5BU5D_t2945537923*)SZArrayNew(MarryInfoU5BU5D_t2945537923_il2cpp_TypeInfo_var, (uint32_t)L_8))); int32_t L_9 = __this->get_nRoomNum_2(); if (L_9) { goto IL_0059; } } { return; } IL_0059: { V_0 = 0; goto IL_026c; } IL_0060: { ByteU5BU5D_t4116647657* L_10 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_11 = __this->get_arrMarryInfo_4(); int32_t L_12 = V_0; NullCheck(L_11); int32_t* L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_address_of_roomId_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_10, (&___nStart1), L_13, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_14 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_15 = __this->get_arrMarryInfo_4(); int32_t L_16 = V_0; NullCheck(L_15); String_t** L_17 = ((L_15)->GetAddressAt(static_cast(L_16)))->get_address_of_roomName_1(); Help_Pop_m507744042(NULL /*static, unused*/, L_14, (&___nStart1), L_17, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_18 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_19 = __this->get_arrMarryInfo_4(); int32_t L_20 = V_0; NullCheck(L_19); int32_t* L_21 = ((L_19)->GetAddressAt(static_cast(L_20)))->get_address_of_roomState_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_18, (&___nStart1), L_21, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_22 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_23 = __this->get_arrMarryInfo_4(); int32_t L_24 = V_0; NullCheck(L_23); int32_t* L_25 = ((L_23)->GetAddressAt(static_cast(L_24)))->get_address_of_pwd_3(); Help_Pop_m1588559183(NULL /*static, unused*/, L_22, (&___nStart1), L_25, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_26 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_27 = __this->get_arrMarryInfo_4(); int32_t L_28 = V_0; NullCheck(L_27); int32_t* L_29 = ((L_27)->GetAddressAt(static_cast(L_28)))->get_address_of_createTime_4(); Help_Pop_m1588559183(NULL /*static, unused*/, L_26, (&___nStart1), L_29, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_30 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_31 = __this->get_arrMarryInfo_4(); int32_t L_32 = V_0; NullCheck(L_31); int32_t* L_33 = ((L_31)->GetAddressAt(static_cast(L_32)))->get_address_of_leftTime_5(); Help_Pop_m1588559183(NULL /*static, unused*/, L_30, (&___nStart1), L_33, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_34 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_35 = __this->get_arrMarryInfo_4(); int32_t L_36 = V_0; NullCheck(L_35); int32_t* L_37 = ((L_35)->GetAddressAt(static_cast(L_36)))->get_address_of_lookCur_6(); Help_Pop_m1588559183(NULL /*static, unused*/, L_34, (&___nStart1), L_37, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_38 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_39 = __this->get_arrMarryInfo_4(); int32_t L_40 = V_0; NullCheck(L_39); int32_t* L_41 = ((L_39)->GetAddressAt(static_cast(L_40)))->get_address_of_lookMax_7(); Help_Pop_m1588559183(NULL /*static, unused*/, L_38, (&___nStart1), L_41, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_42 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_43 = __this->get_arrMarryInfo_4(); int32_t L_44 = V_0; NullCheck(L_43); int64_t* L_45 = ((L_43)->GetAddressAt(static_cast(L_44)))->get_address_of_userId1_8(); Help_Pop_m844832638(NULL /*static, unused*/, L_42, (&___nStart1), L_45, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_46 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_47 = __this->get_arrMarryInfo_4(); int32_t L_48 = V_0; NullCheck(L_47); String_t** L_49 = ((L_47)->GetAddressAt(static_cast(L_48)))->get_address_of_userName1_9(); Help_Pop_m507744042(NULL /*static, unused*/, L_46, (&___nStart1), L_49, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_50 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_51 = __this->get_arrMarryInfo_4(); int32_t L_52 = V_0; NullCheck(L_51); int32_t* L_53 = ((L_51)->GetAddressAt(static_cast(L_52)))->get_address_of_sex1_10(); Help_Pop_m1588559183(NULL /*static, unused*/, L_50, (&___nStart1), L_53, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_54 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_55 = __this->get_arrMarryInfo_4(); int32_t L_56 = V_0; NullCheck(L_55); int64_t* L_57 = ((L_55)->GetAddressAt(static_cast(L_56)))->get_address_of_userPhoto1_11(); Help_Pop_m844832638(NULL /*static, unused*/, L_54, (&___nStart1), L_57, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_58 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_59 = __this->get_arrMarryInfo_4(); int32_t L_60 = V_0; NullCheck(L_59); int32_t* L_61 = ((L_59)->GetAddressAt(static_cast(L_60)))->get_address_of_vip1_12(); Help_Pop_m1588559183(NULL /*static, unused*/, L_58, (&___nStart1), L_61, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_62 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_63 = __this->get_arrMarryInfo_4(); int32_t L_64 = V_0; NullCheck(L_63); int32_t* L_65 = ((L_63)->GetAddressAt(static_cast(L_64)))->get_address_of_headBox1_13(); Help_Pop_m1588559183(NULL /*static, unused*/, L_62, (&___nStart1), L_65, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_66 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_67 = __this->get_arrMarryInfo_4(); int32_t L_68 = V_0; NullCheck(L_67); int64_t* L_69 = ((L_67)->GetAddressAt(static_cast(L_68)))->get_address_of_userId2_14(); Help_Pop_m844832638(NULL /*static, unused*/, L_66, (&___nStart1), L_69, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_70 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_71 = __this->get_arrMarryInfo_4(); int32_t L_72 = V_0; NullCheck(L_71); String_t** L_73 = ((L_71)->GetAddressAt(static_cast(L_72)))->get_address_of_userName2_15(); Help_Pop_m507744042(NULL /*static, unused*/, L_70, (&___nStart1), L_73, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_74 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_75 = __this->get_arrMarryInfo_4(); int32_t L_76 = V_0; NullCheck(L_75); int32_t* L_77 = ((L_75)->GetAddressAt(static_cast(L_76)))->get_address_of_sex2_16(); Help_Pop_m1588559183(NULL /*static, unused*/, L_74, (&___nStart1), L_77, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_78 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_79 = __this->get_arrMarryInfo_4(); int32_t L_80 = V_0; NullCheck(L_79); int64_t* L_81 = ((L_79)->GetAddressAt(static_cast(L_80)))->get_address_of_userPhoto2_17(); Help_Pop_m844832638(NULL /*static, unused*/, L_78, (&___nStart1), L_81, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_82 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_83 = __this->get_arrMarryInfo_4(); int32_t L_84 = V_0; NullCheck(L_83); int32_t* L_85 = ((L_83)->GetAddressAt(static_cast(L_84)))->get_address_of_vip2_18(); Help_Pop_m1588559183(NULL /*static, unused*/, L_82, (&___nStart1), L_85, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_86 = ___buffer0; MarryInfoU5BU5D_t2945537923* L_87 = __this->get_arrMarryInfo_4(); int32_t L_88 = V_0; NullCheck(L_87); int32_t* L_89 = ((L_87)->GetAddressAt(static_cast(L_88)))->get_address_of_headBox2_19(); Help_Pop_m1588559183(NULL /*static, unused*/, L_86, (&___nStart1), L_89, /*hidden argument*/NULL); int32_t L_90 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); } IL_026c: { int32_t L_91 = V_0; int32_t L_92 = __this->get_nRoomNum_2(); if ((((int32_t)L_91) < ((int32_t)L_92))) { goto IL_0060; } } { 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 // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgMarryList/MarryInfo extern "C" void MarryInfo_t4130861350_marshal_pinvoke(const MarryInfo_t4130861350& unmarshaled, MarryInfo_t4130861350_marshaled_pinvoke& marshaled) { marshaled.___roomId_0 = unmarshaled.get_roomId_0(); marshaled.___roomName_1 = il2cpp_codegen_marshal_string(unmarshaled.get_roomName_1()); marshaled.___roomState_2 = unmarshaled.get_roomState_2(); marshaled.___pwd_3 = unmarshaled.get_pwd_3(); marshaled.___createTime_4 = unmarshaled.get_createTime_4(); marshaled.___leftTime_5 = unmarshaled.get_leftTime_5(); marshaled.___lookCur_6 = unmarshaled.get_lookCur_6(); marshaled.___lookMax_7 = unmarshaled.get_lookMax_7(); marshaled.___userId1_8 = unmarshaled.get_userId1_8(); marshaled.___userName1_9 = il2cpp_codegen_marshal_string(unmarshaled.get_userName1_9()); marshaled.___sex1_10 = unmarshaled.get_sex1_10(); marshaled.___userPhoto1_11 = unmarshaled.get_userPhoto1_11(); marshaled.___vip1_12 = unmarshaled.get_vip1_12(); marshaled.___headBox1_13 = unmarshaled.get_headBox1_13(); marshaled.___userId2_14 = unmarshaled.get_userId2_14(); marshaled.___userName2_15 = il2cpp_codegen_marshal_string(unmarshaled.get_userName2_15()); marshaled.___sex2_16 = unmarshaled.get_sex2_16(); marshaled.___userPhoto2_17 = unmarshaled.get_userPhoto2_17(); marshaled.___vip2_18 = unmarshaled.get_vip2_18(); marshaled.___headBox2_19 = unmarshaled.get_headBox2_19(); } extern "C" void MarryInfo_t4130861350_marshal_pinvoke_back(const MarryInfo_t4130861350_marshaled_pinvoke& marshaled, MarryInfo_t4130861350& unmarshaled) { int32_t unmarshaled_roomId_temp_0 = 0; unmarshaled_roomId_temp_0 = marshaled.___roomId_0; unmarshaled.set_roomId_0(unmarshaled_roomId_temp_0); unmarshaled.set_roomName_1(il2cpp_codegen_marshal_string_result(marshaled.___roomName_1)); int32_t unmarshaled_roomState_temp_2 = 0; unmarshaled_roomState_temp_2 = marshaled.___roomState_2; unmarshaled.set_roomState_2(unmarshaled_roomState_temp_2); int32_t unmarshaled_pwd_temp_3 = 0; unmarshaled_pwd_temp_3 = marshaled.___pwd_3; unmarshaled.set_pwd_3(unmarshaled_pwd_temp_3); int32_t unmarshaled_createTime_temp_4 = 0; unmarshaled_createTime_temp_4 = marshaled.___createTime_4; unmarshaled.set_createTime_4(unmarshaled_createTime_temp_4); int32_t unmarshaled_leftTime_temp_5 = 0; unmarshaled_leftTime_temp_5 = marshaled.___leftTime_5; unmarshaled.set_leftTime_5(unmarshaled_leftTime_temp_5); int32_t unmarshaled_lookCur_temp_6 = 0; unmarshaled_lookCur_temp_6 = marshaled.___lookCur_6; unmarshaled.set_lookCur_6(unmarshaled_lookCur_temp_6); int32_t unmarshaled_lookMax_temp_7 = 0; unmarshaled_lookMax_temp_7 = marshaled.___lookMax_7; unmarshaled.set_lookMax_7(unmarshaled_lookMax_temp_7); int64_t unmarshaled_userId1_temp_8 = 0; unmarshaled_userId1_temp_8 = marshaled.___userId1_8; unmarshaled.set_userId1_8(unmarshaled_userId1_temp_8); unmarshaled.set_userName1_9(il2cpp_codegen_marshal_string_result(marshaled.___userName1_9)); int32_t unmarshaled_sex1_temp_10 = 0; unmarshaled_sex1_temp_10 = marshaled.___sex1_10; unmarshaled.set_sex1_10(unmarshaled_sex1_temp_10); int64_t unmarshaled_userPhoto1_temp_11 = 0; unmarshaled_userPhoto1_temp_11 = marshaled.___userPhoto1_11; unmarshaled.set_userPhoto1_11(unmarshaled_userPhoto1_temp_11); int32_t unmarshaled_vip1_temp_12 = 0; unmarshaled_vip1_temp_12 = marshaled.___vip1_12; unmarshaled.set_vip1_12(unmarshaled_vip1_temp_12); int32_t unmarshaled_headBox1_temp_13 = 0; unmarshaled_headBox1_temp_13 = marshaled.___headBox1_13; unmarshaled.set_headBox1_13(unmarshaled_headBox1_temp_13); int64_t unmarshaled_userId2_temp_14 = 0; unmarshaled_userId2_temp_14 = marshaled.___userId2_14; unmarshaled.set_userId2_14(unmarshaled_userId2_temp_14); unmarshaled.set_userName2_15(il2cpp_codegen_marshal_string_result(marshaled.___userName2_15)); int32_t unmarshaled_sex2_temp_16 = 0; unmarshaled_sex2_temp_16 = marshaled.___sex2_16; unmarshaled.set_sex2_16(unmarshaled_sex2_temp_16); int64_t unmarshaled_userPhoto2_temp_17 = 0; unmarshaled_userPhoto2_temp_17 = marshaled.___userPhoto2_17; unmarshaled.set_userPhoto2_17(unmarshaled_userPhoto2_temp_17); int32_t unmarshaled_vip2_temp_18 = 0; unmarshaled_vip2_temp_18 = marshaled.___vip2_18; unmarshaled.set_vip2_18(unmarshaled_vip2_temp_18); int32_t unmarshaled_headBox2_temp_19 = 0; unmarshaled_headBox2_temp_19 = marshaled.___headBox2_19; unmarshaled.set_headBox2_19(unmarshaled_headBox2_temp_19); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgMarryList/MarryInfo extern "C" void MarryInfo_t4130861350_marshal_pinvoke_cleanup(MarryInfo_t4130861350_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___roomName_1); marshaled.___roomName_1 = NULL; il2cpp_codegen_marshal_free(marshaled.___userName1_9); marshaled.___userName1_9 = NULL; il2cpp_codegen_marshal_free(marshaled.___userName2_15); marshaled.___userName2_15 = NULL; } // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgMarryList/MarryInfo extern "C" void MarryInfo_t4130861350_marshal_com(const MarryInfo_t4130861350& unmarshaled, MarryInfo_t4130861350_marshaled_com& marshaled) { marshaled.___roomId_0 = unmarshaled.get_roomId_0(); marshaled.___roomName_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_roomName_1()); marshaled.___roomState_2 = unmarshaled.get_roomState_2(); marshaled.___pwd_3 = unmarshaled.get_pwd_3(); marshaled.___createTime_4 = unmarshaled.get_createTime_4(); marshaled.___leftTime_5 = unmarshaled.get_leftTime_5(); marshaled.___lookCur_6 = unmarshaled.get_lookCur_6(); marshaled.___lookMax_7 = unmarshaled.get_lookMax_7(); marshaled.___userId1_8 = unmarshaled.get_userId1_8(); marshaled.___userName1_9 = il2cpp_codegen_marshal_bstring(unmarshaled.get_userName1_9()); marshaled.___sex1_10 = unmarshaled.get_sex1_10(); marshaled.___userPhoto1_11 = unmarshaled.get_userPhoto1_11(); marshaled.___vip1_12 = unmarshaled.get_vip1_12(); marshaled.___headBox1_13 = unmarshaled.get_headBox1_13(); marshaled.___userId2_14 = unmarshaled.get_userId2_14(); marshaled.___userName2_15 = il2cpp_codegen_marshal_bstring(unmarshaled.get_userName2_15()); marshaled.___sex2_16 = unmarshaled.get_sex2_16(); marshaled.___userPhoto2_17 = unmarshaled.get_userPhoto2_17(); marshaled.___vip2_18 = unmarshaled.get_vip2_18(); marshaled.___headBox2_19 = unmarshaled.get_headBox2_19(); } extern "C" void MarryInfo_t4130861350_marshal_com_back(const MarryInfo_t4130861350_marshaled_com& marshaled, MarryInfo_t4130861350& unmarshaled) { int32_t unmarshaled_roomId_temp_0 = 0; unmarshaled_roomId_temp_0 = marshaled.___roomId_0; unmarshaled.set_roomId_0(unmarshaled_roomId_temp_0); unmarshaled.set_roomName_1(il2cpp_codegen_marshal_bstring_result(marshaled.___roomName_1)); int32_t unmarshaled_roomState_temp_2 = 0; unmarshaled_roomState_temp_2 = marshaled.___roomState_2; unmarshaled.set_roomState_2(unmarshaled_roomState_temp_2); int32_t unmarshaled_pwd_temp_3 = 0; unmarshaled_pwd_temp_3 = marshaled.___pwd_3; unmarshaled.set_pwd_3(unmarshaled_pwd_temp_3); int32_t unmarshaled_createTime_temp_4 = 0; unmarshaled_createTime_temp_4 = marshaled.___createTime_4; unmarshaled.set_createTime_4(unmarshaled_createTime_temp_4); int32_t unmarshaled_leftTime_temp_5 = 0; unmarshaled_leftTime_temp_5 = marshaled.___leftTime_5; unmarshaled.set_leftTime_5(unmarshaled_leftTime_temp_5); int32_t unmarshaled_lookCur_temp_6 = 0; unmarshaled_lookCur_temp_6 = marshaled.___lookCur_6; unmarshaled.set_lookCur_6(unmarshaled_lookCur_temp_6); int32_t unmarshaled_lookMax_temp_7 = 0; unmarshaled_lookMax_temp_7 = marshaled.___lookMax_7; unmarshaled.set_lookMax_7(unmarshaled_lookMax_temp_7); int64_t unmarshaled_userId1_temp_8 = 0; unmarshaled_userId1_temp_8 = marshaled.___userId1_8; unmarshaled.set_userId1_8(unmarshaled_userId1_temp_8); unmarshaled.set_userName1_9(il2cpp_codegen_marshal_bstring_result(marshaled.___userName1_9)); int32_t unmarshaled_sex1_temp_10 = 0; unmarshaled_sex1_temp_10 = marshaled.___sex1_10; unmarshaled.set_sex1_10(unmarshaled_sex1_temp_10); int64_t unmarshaled_userPhoto1_temp_11 = 0; unmarshaled_userPhoto1_temp_11 = marshaled.___userPhoto1_11; unmarshaled.set_userPhoto1_11(unmarshaled_userPhoto1_temp_11); int32_t unmarshaled_vip1_temp_12 = 0; unmarshaled_vip1_temp_12 = marshaled.___vip1_12; unmarshaled.set_vip1_12(unmarshaled_vip1_temp_12); int32_t unmarshaled_headBox1_temp_13 = 0; unmarshaled_headBox1_temp_13 = marshaled.___headBox1_13; unmarshaled.set_headBox1_13(unmarshaled_headBox1_temp_13); int64_t unmarshaled_userId2_temp_14 = 0; unmarshaled_userId2_temp_14 = marshaled.___userId2_14; unmarshaled.set_userId2_14(unmarshaled_userId2_temp_14); unmarshaled.set_userName2_15(il2cpp_codegen_marshal_bstring_result(marshaled.___userName2_15)); int32_t unmarshaled_sex2_temp_16 = 0; unmarshaled_sex2_temp_16 = marshaled.___sex2_16; unmarshaled.set_sex2_16(unmarshaled_sex2_temp_16); int64_t unmarshaled_userPhoto2_temp_17 = 0; unmarshaled_userPhoto2_temp_17 = marshaled.___userPhoto2_17; unmarshaled.set_userPhoto2_17(unmarshaled_userPhoto2_temp_17); int32_t unmarshaled_vip2_temp_18 = 0; unmarshaled_vip2_temp_18 = marshaled.___vip2_18; unmarshaled.set_vip2_18(unmarshaled_vip2_temp_18); int32_t unmarshaled_headBox2_temp_19 = 0; unmarshaled_headBox2_temp_19 = marshaled.___headBox2_19; unmarshaled.set_headBox2_19(unmarshaled_headBox2_temp_19); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgMarryList/MarryInfo extern "C" void MarryInfo_t4130861350_marshal_com_cleanup(MarryInfo_t4130861350_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___roomName_1); marshaled.___roomName_1 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___userName1_9); marshaled.___userName1_9 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___userName2_15); marshaled.___userName2_15 = 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 DMCore.Net.Protocol.SMsgPropertyTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgPropertyTable__ctor_m3997471990 (SMsgPropertyTable_t1715258501 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgPropertyTable::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgPropertyTable_GetS2CMsgID_m3823206903 (SMsgPropertyTable_t1715258501 * __this, const RuntimeMethod* method) { { return (int16_t)(7); } } // System.Void DMCore.Net.Protocol.SMsgPropertyTable::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgPropertyTable_Deserial_m3183588282 (SMsgPropertyTable_t1715258501 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgPropertyTable_Deserial_m3183588282_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PropData_t2321843210 V_1; memset(&V_1, 0, sizeof(V_1)); uint8_t V_2 = 0x0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int16_t* L_1 = __this->get_address_of_nCount_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m3956053017(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); List_1_t3793917952 * L_2 = __this->get_propArray_1(); if (L_2) { goto IL_002a; } } { List_1_t3793917952 * L_3 = (List_1_t3793917952 *)il2cpp_codegen_object_new(List_1_t3793917952_il2cpp_TypeInfo_var); List_1__ctor_m1190038158(L_3, /*hidden argument*/List_1__ctor_m1190038158_RuntimeMethod_var); __this->set_propArray_1(L_3); goto IL_0035; } IL_002a: { List_1_t3793917952 * L_4 = __this->get_propArray_1(); NullCheck(L_4); List_1_Clear_m3341358949(L_4, /*hidden argument*/List_1_Clear_m3341358949_RuntimeMethod_var); } IL_0035: { V_0 = 0; goto IL_0079; } IL_003c: { il2cpp_codegen_initobj((&V_1), sizeof(PropData_t2321843210 )); V_2 = (uint8_t)0; ByteU5BU5D_t4116647657* L_5 = ___buffer0; String_t** L_6 = (&V_1)->get_address_of_propName_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m507744042(NULL /*static, unused*/, L_5, (&___nStart1), L_6, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = ___buffer0; Help_Pop_m2119081309(NULL /*static, unused*/, L_7, (&___nStart1), (&V_2), /*hidden argument*/NULL); uint8_t L_8 = V_2; (&V_1)->set_propType_1(L_8); List_1_t3793917952 * L_9 = __this->get_propArray_1(); PropData_t2321843210 L_10 = V_1; NullCheck(L_9); List_1_Add_m2374373096(L_9, L_10, /*hidden argument*/List_1_Add_m2374373096_RuntimeMethod_var); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0079: { int32_t L_12 = V_0; int16_t L_13 = __this->get_nCount_0(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_003c; } } { 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 // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgPropertyTable/PropData extern "C" void PropData_t2321843210_marshal_pinvoke(const PropData_t2321843210& unmarshaled, PropData_t2321843210_marshaled_pinvoke& marshaled) { marshaled.___propName_0 = il2cpp_codegen_marshal_string(unmarshaled.get_propName_0()); marshaled.___propType_1 = unmarshaled.get_propType_1(); } extern "C" void PropData_t2321843210_marshal_pinvoke_back(const PropData_t2321843210_marshaled_pinvoke& marshaled, PropData_t2321843210& unmarshaled) { unmarshaled.set_propName_0(il2cpp_codegen_marshal_string_result(marshaled.___propName_0)); int32_t unmarshaled_propType_temp_1 = 0; unmarshaled_propType_temp_1 = marshaled.___propType_1; unmarshaled.set_propType_1(unmarshaled_propType_temp_1); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgPropertyTable/PropData extern "C" void PropData_t2321843210_marshal_pinvoke_cleanup(PropData_t2321843210_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___propName_0); marshaled.___propName_0 = NULL; } // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgPropertyTable/PropData extern "C" void PropData_t2321843210_marshal_com(const PropData_t2321843210& unmarshaled, PropData_t2321843210_marshaled_com& marshaled) { marshaled.___propName_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_propName_0()); marshaled.___propType_1 = unmarshaled.get_propType_1(); } extern "C" void PropData_t2321843210_marshal_com_back(const PropData_t2321843210_marshaled_com& marshaled, PropData_t2321843210& unmarshaled) { unmarshaled.set_propName_0(il2cpp_codegen_marshal_bstring_result(marshaled.___propName_0)); int32_t unmarshaled_propType_temp_1 = 0; unmarshaled_propType_temp_1 = marshaled.___propType_1; unmarshaled.set_propType_1(unmarshaled_propType_temp_1); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgPropertyTable/PropData extern "C" void PropData_t2321843210_marshal_com_cleanup(PropData_t2321843210_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___propName_0); marshaled.___propName_0 = 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 DMCore.Net.Protocol.SMsgRegister::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRegister__ctor_m3701541419 (SMsgRegister_t14177495 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgRegister::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgRegister_GetS2CMsgID_m2409409093 (SMsgRegister_t14177495 * __this, const RuntimeMethod* method) { { return (int16_t)(1); } } // System.Void DMCore.Net.Protocol.SMsgRegister::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgRegister_Deserial_m928074390 (SMsgRegister_t14177495 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgRegister_Deserial_m928074390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; uint8_t* L_1 = __this->get_address_of_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m2119081309(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgRelink::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRelink__ctor_m647792969 (SMsgRelink_t1870060133 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgRelink::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgRelink_GetS2CMsgID_m1246248763 (SMsgRelink_t1870060133 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)18)); } } // System.Void DMCore.Net.Protocol.SMsgRelink::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgRelink_Deserial_m3205381773 (SMsgRelink_t1870060133 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgRelink_Deserial_m3205381773_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = __this->get_address_of_m_SceneType_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgRemoveObj::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRemoveObj__ctor_m2655646546 (SMsgRemoveObj_t2019973777 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgRemoveObj::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgRemoveObj_GetS2CMsgID_m1429762049 (SMsgRemoveObj_t2019973777 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)10)); } } // System.Void DMCore.Net.Protocol.SMsgRemoveObj::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgRemoveObj_Deserial_m3513390157 (SMsgRemoveObj_t2019973777 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgRemoveObj_Deserial_m3513390157_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int64_t* L_1 = __this->get_address_of_ObjectId_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m844832638(NULL /*static, unused*/, L_0, (&___nStart1), L_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 DMCore.Net.Protocol.SMsgRoleAvatar::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRoleAvatar__ctor_m1983474459 (SMsgRoleAvatar_t1100533262 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgRoleAvatar__ctor_m1983474459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); List_1_t2796238276 * L_0 = (List_1_t2796238276 *)il2cpp_codegen_object_new(List_1_t2796238276_il2cpp_TypeInfo_var); List_1__ctor_m2891000519(L_0, /*hidden argument*/List_1__ctor_m2891000519_RuntimeMethod_var); __this->set_avatarArray_2(L_0); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgRoleAvatar::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgRoleAvatar_GetS2CMsgID_m3274720975 (SMsgRoleAvatar_t1100533262 * __this, const RuntimeMethod* method) { { return (int16_t)(5); } } // System.Void DMCore.Net.Protocol.SMsgRoleAvatar::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgRoleAvatar_Deserial_m1551825583 (SMsgRoleAvatar_t1100533262 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgRoleAvatar_Deserial_m1551825583_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; avatarData_t1324163534 V_1; memset(&V_1, 0, sizeof(V_1)); { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int64_t* L_1 = __this->get_address_of_userID_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m844832638(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t* L_3 = __this->get_address_of_equipPosNuml_1(); Help_Pop_m1588559183(NULL /*static, unused*/, L_2, (&___nStart1), L_3, /*hidden argument*/NULL); List_1_t2796238276 * L_4 = __this->get_avatarArray_2(); NullCheck(L_4); List_1_Clear_m2929273381(L_4, /*hidden argument*/List_1_Clear_m2929273381_RuntimeMethod_var); V_0 = 0; goto IL_0068; } IL_0030: { il2cpp_codegen_initobj((&V_1), sizeof(avatarData_t1324163534 )); ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t* L_6 = (&V_1)->get_address_of_avatarIndex_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_5, (&___nStart1), L_6, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = ___buffer0; int32_t* L_8 = (&V_1)->get_address_of_avatarModel_1(); Help_Pop_m1588559183(NULL /*static, unused*/, L_7, (&___nStart1), L_8, /*hidden argument*/NULL); List_1_t2796238276 * L_9 = __this->get_avatarArray_2(); avatarData_t1324163534 L_10 = V_1; NullCheck(L_9); List_1_Add_m276543929(L_9, L_10, /*hidden argument*/List_1_Add_m276543929_RuntimeMethod_var); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0068: { int32_t L_12 = V_0; int32_t L_13 = __this->get_equipPosNuml_1(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0030; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgRoomInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRoomInfo__ctor_m3818389394 (SMsgRoomInfo_t1167204382 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgRoomInfo::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgRoomInfo_GetS2CMsgID_m2005148439 (SMsgRoomInfo_t1167204382 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)173)); } } // System.Void DMCore.Net.Protocol.SMsgRoomInfo::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgRoomInfo_Deserial_m535691016 (SMsgRoomInfo_t1167204382 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgRoomInfo_Deserial_m535691016_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; uint8_t* L_1 = __this->get_address_of_nResult_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m2119081309(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); uint8_t L_2 = __this->get_nResult_0(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001c; } } { return; } IL_001c: { ByteU5BU5D_t4116647657* L_3 = ___buffer0; int64_t* L_4 = __this->get_address_of_nOwnerId_1(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m844832638(NULL /*static, unused*/, L_3, (&___nStart1), L_4, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t* L_6 = __this->get_address_of_nRoomType_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_5, (&___nStart1), L_6, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = ___buffer0; int32_t* L_8 = __this->get_address_of_nRoomId_3(); Help_Pop_m1588559183(NULL /*static, unused*/, L_7, (&___nStart1), L_8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_9 = ___buffer0; String_t** L_10 = __this->get_address_of_strRoomName_4(); Help_Pop_m1722225834(NULL /*static, unused*/, L_9, (&___nStart1), L_10, ((int32_t)32), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_11 = ___buffer0; int32_t* L_12 = __this->get_address_of_nRoomState_5(); Help_Pop_m1588559183(NULL /*static, unused*/, L_11, (&___nStart1), L_12, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t* L_14 = __this->get_address_of_nMaleNum_6(); Help_Pop_m1588559183(NULL /*static, unused*/, L_13, (&___nStart1), L_14, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = ___buffer0; int32_t* L_16 = __this->get_address_of_nFemaleNum_7(); Help_Pop_m1588559183(NULL /*static, unused*/, L_15, (&___nStart1), L_16, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_17 = ___buffer0; int32_t* L_18 = __this->get_address_of_nNeedPwd_8(); Help_Pop_m1588559183(NULL /*static, unused*/, L_17, (&___nStart1), L_18, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_19 = ___buffer0; int32_t* L_20 = __this->get_address_of_nPlayMode_9(); Help_Pop_m1588559183(NULL /*static, unused*/, L_19, (&___nStart1), L_20, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_21 = ___buffer0; int32_t* L_22 = __this->get_address_of_nMusicId_10(); Help_Pop_m1588559183(NULL /*static, unused*/, L_21, (&___nStart1), L_22, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_23 = ___buffer0; int32_t* L_24 = __this->get_address_of_nMusicLevel_11(); Help_Pop_m1588559183(NULL /*static, unused*/, L_23, (&___nStart1), L_24, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_25 = ___buffer0; int32_t* L_26 = __this->get_address_of_nRandomRange_12(); Help_Pop_m1588559183(NULL /*static, unused*/, L_25, (&___nStart1), L_26, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_27 = ___buffer0; int32_t* L_28 = __this->get_address_of_nKeyMode_13(); Help_Pop_m1588559183(NULL /*static, unused*/, L_27, (&___nStart1), L_28, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_29 = ___buffer0; int64_t* L_30 = __this->get_address_of_nMasterId_14(); Help_Pop_m844832638(NULL /*static, unused*/, L_29, (&___nStart1), L_30, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_31 = ___buffer0; int32_t* L_32 = __this->get_address_of_nRoomScene_15(); Help_Pop_m1588559183(NULL /*static, unused*/, L_31, (&___nStart1), L_32, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_33 = ___buffer0; int32_t* L_34 = __this->get_address_of_nRoomMainType_16(); Help_Pop_m1588559183(NULL /*static, unused*/, L_33, (&___nStart1), L_34, /*hidden argument*/NULL); int32_t L_35 = __this->get_nMusicLevel_11(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_35, 0, 2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_36 = ___buffer0; int32_t* L_37 = __this->get_address_of_nMemberNum_17(); Help_Pop_m1588559183(NULL /*static, unused*/, L_36, (&___nStart1), L_37, /*hidden argument*/NULL); int32_t L_38 = __this->get_nMemberNum_17(); __this->set_arrInfo_18(((MemberInfoU5BU5D_t3990892796*)SZArrayNew(MemberInfoU5BU5D_t3990892796_il2cpp_TypeInfo_var, (uint32_t)L_38))); V_0 = 0; goto IL_01e3; } IL_0143: { ByteU5BU5D_t4116647657* L_39 = ___buffer0; MemberInfoU5BU5D_t3990892796* L_40 = __this->get_arrInfo_18(); int32_t L_41 = V_0; NullCheck(L_40); int64_t* L_42 = ((L_40)->GetAddressAt(static_cast(L_41)))->get_address_of__nUserId_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m844832638(NULL /*static, unused*/, L_39, (&___nStart1), L_42, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_43 = ___buffer0; MemberInfoU5BU5D_t3990892796* L_44 = __this->get_arrInfo_18(); int32_t L_45 = V_0; NullCheck(L_44); String_t** L_46 = ((L_44)->GetAddressAt(static_cast(L_45)))->get_address_of__strNickName_1(); Help_Pop_m507744042(NULL /*static, unused*/, L_43, (&___nStart1), L_46, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_47 = ___buffer0; MemberInfoU5BU5D_t3990892796* L_48 = __this->get_arrInfo_18(); int32_t L_49 = V_0; NullCheck(L_48); int32_t* L_50 = ((L_48)->GetAddressAt(static_cast(L_49)))->get_address_of__nSex_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_47, (&___nStart1), L_50, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_51 = ___buffer0; MemberInfoU5BU5D_t3990892796* L_52 = __this->get_arrInfo_18(); int32_t L_53 = V_0; NullCheck(L_52); int32_t* L_54 = ((L_52)->GetAddressAt(static_cast(L_53)))->get_address_of__nLv_3(); Help_Pop_m1588559183(NULL /*static, unused*/, L_51, (&___nStart1), L_54, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_55 = ___buffer0; MemberInfoU5BU5D_t3990892796* L_56 = __this->get_arrInfo_18(); int32_t L_57 = V_0; NullCheck(L_56); int32_t* L_58 = ((L_56)->GetAddressAt(static_cast(L_57)))->get_address_of__nMemberLV_5(); Help_Pop_m1588559183(NULL /*static, unused*/, L_55, (&___nStart1), L_58, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_59 = ___buffer0; MemberInfoU5BU5D_t3990892796* L_60 = __this->get_arrInfo_18(); int32_t L_61 = V_0; NullCheck(L_60); int32_t* L_62 = ((L_60)->GetAddressAt(static_cast(L_61)))->get_address_of__nVipLv_4(); Help_Pop_m1588559183(NULL /*static, unused*/, L_59, (&___nStart1), L_62, /*hidden argument*/NULL); int32_t L_63 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_01e3: { int32_t L_64 = V_0; MemberInfoU5BU5D_t3990892796* L_65 = __this->get_arrInfo_18(); NullCheck(L_65); if ((((int32_t)L_64) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length))))))) { goto IL_0143; } } { 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 // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo extern "C" void MemberInfo_t2747020385_marshal_pinvoke(const MemberInfo_t2747020385& unmarshaled, MemberInfo_t2747020385_marshaled_pinvoke& marshaled) { marshaled.____nUserId_0 = unmarshaled.get__nUserId_0(); marshaled.____strNickName_1 = il2cpp_codegen_marshal_string(unmarshaled.get__strNickName_1()); marshaled.____nSex_2 = unmarshaled.get__nSex_2(); marshaled.____nLv_3 = unmarshaled.get__nLv_3(); marshaled.____nVipLv_4 = unmarshaled.get__nVipLv_4(); marshaled.____nMemberLV_5 = unmarshaled.get__nMemberLV_5(); } extern "C" void MemberInfo_t2747020385_marshal_pinvoke_back(const MemberInfo_t2747020385_marshaled_pinvoke& marshaled, MemberInfo_t2747020385& unmarshaled) { int64_t unmarshaled__nUserId_temp_0 = 0; unmarshaled__nUserId_temp_0 = marshaled.____nUserId_0; unmarshaled.set__nUserId_0(unmarshaled__nUserId_temp_0); unmarshaled.set__strNickName_1(il2cpp_codegen_marshal_string_result(marshaled.____strNickName_1)); int32_t unmarshaled__nSex_temp_2 = 0; unmarshaled__nSex_temp_2 = marshaled.____nSex_2; unmarshaled.set__nSex_2(unmarshaled__nSex_temp_2); int32_t unmarshaled__nLv_temp_3 = 0; unmarshaled__nLv_temp_3 = marshaled.____nLv_3; unmarshaled.set__nLv_3(unmarshaled__nLv_temp_3); int32_t unmarshaled__nVipLv_temp_4 = 0; unmarshaled__nVipLv_temp_4 = marshaled.____nVipLv_4; unmarshaled.set__nVipLv_4(unmarshaled__nVipLv_temp_4); int32_t unmarshaled__nMemberLV_temp_5 = 0; unmarshaled__nMemberLV_temp_5 = marshaled.____nMemberLV_5; unmarshaled.set__nMemberLV_5(unmarshaled__nMemberLV_temp_5); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo extern "C" void MemberInfo_t2747020385_marshal_pinvoke_cleanup(MemberInfo_t2747020385_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.____strNickName_1); marshaled.____strNickName_1 = NULL; } // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo extern "C" void MemberInfo_t2747020385_marshal_com(const MemberInfo_t2747020385& unmarshaled, MemberInfo_t2747020385_marshaled_com& marshaled) { marshaled.____nUserId_0 = unmarshaled.get__nUserId_0(); marshaled.____strNickName_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get__strNickName_1()); marshaled.____nSex_2 = unmarshaled.get__nSex_2(); marshaled.____nLv_3 = unmarshaled.get__nLv_3(); marshaled.____nVipLv_4 = unmarshaled.get__nVipLv_4(); marshaled.____nMemberLV_5 = unmarshaled.get__nMemberLV_5(); } extern "C" void MemberInfo_t2747020385_marshal_com_back(const MemberInfo_t2747020385_marshaled_com& marshaled, MemberInfo_t2747020385& unmarshaled) { int64_t unmarshaled__nUserId_temp_0 = 0; unmarshaled__nUserId_temp_0 = marshaled.____nUserId_0; unmarshaled.set__nUserId_0(unmarshaled__nUserId_temp_0); unmarshaled.set__strNickName_1(il2cpp_codegen_marshal_bstring_result(marshaled.____strNickName_1)); int32_t unmarshaled__nSex_temp_2 = 0; unmarshaled__nSex_temp_2 = marshaled.____nSex_2; unmarshaled.set__nSex_2(unmarshaled__nSex_temp_2); int32_t unmarshaled__nLv_temp_3 = 0; unmarshaled__nLv_temp_3 = marshaled.____nLv_3; unmarshaled.set__nLv_3(unmarshaled__nLv_temp_3); int32_t unmarshaled__nVipLv_temp_4 = 0; unmarshaled__nVipLv_temp_4 = marshaled.____nVipLv_4; unmarshaled.set__nVipLv_4(unmarshaled__nVipLv_temp_4); int32_t unmarshaled__nMemberLV_temp_5 = 0; unmarshaled__nMemberLV_temp_5 = marshaled.____nMemberLV_5; unmarshaled.set__nMemberLV_5(unmarshaled__nMemberLV_temp_5); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgRoomInfo/MemberInfo extern "C" void MemberInfo_t2747020385_marshal_com_cleanup(MemberInfo_t2747020385_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.____strNickName_1); marshaled.____strNickName_1 = 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 DMCore.Net.Protocol.SMsgRoomList::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgRoomList__ctor_m3691771560 (SMsgRoomList_t2683647042 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgRoomList::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgRoomList_GetS2CMsgID_m2242054651 (SMsgRoomList_t2683647042 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)170)); } } // System.Void DMCore.Net.Protocol.SMsgRoomList::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgRoomList_Deserial_m3880819114 (SMsgRoomList_t2683647042 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgRoomList_Deserial_m3880819114_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = __this->get_address_of_nTotalPage_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t* L_3 = __this->get_address_of_nCurPage_1(); Help_Pop_m1588559183(NULL /*static, unused*/, L_2, (&___nStart1), L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___buffer0; int32_t* L_5 = __this->get_address_of_nRoomNum_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_4, (&___nStart1), L_5, /*hidden argument*/NULL); int32_t L_6 = __this->get_nRoomNum_2(); if (L_6) { goto IL_0039; } } { return; } IL_0039: { int32_t L_7 = __this->get_nRoomNum_2(); __this->set_arrRoomInfo_3(((RoomInfoU5BU5D_t2555657096*)SZArrayNew(RoomInfoU5BU5D_t2555657096_il2cpp_TypeInfo_var, (uint32_t)L_7))); V_0 = 0; goto IL_0173; } IL_0051: { ByteU5BU5D_t4116647657* L_8 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_9 = __this->get_arrRoomInfo_3(); int32_t L_10 = V_0; NullCheck(L_9); int32_t* L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->get_address_of__nRoomId_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m1588559183(NULL /*static, unused*/, L_8, (&___nStart1), L_11, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_12 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_13 = __this->get_arrRoomInfo_3(); int32_t L_14 = V_0; NullCheck(L_13); String_t** L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->get_address_of__strRoomName_1(); Help_Pop_m507744042(NULL /*static, unused*/, L_12, (&___nStart1), L_15, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_17 = __this->get_arrRoomInfo_3(); int32_t L_18 = V_0; NullCheck(L_17); int32_t* L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->get_address_of__nRoomState_2(); Help_Pop_m1588559183(NULL /*static, unused*/, L_16, (&___nStart1), L_19, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_20 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_21 = __this->get_arrRoomInfo_3(); int32_t L_22 = V_0; NullCheck(L_21); int32_t* L_23 = ((L_21)->GetAddressAt(static_cast(L_22)))->get_address_of__nFriendNum_3(); Help_Pop_m1588559183(NULL /*static, unused*/, L_20, (&___nStart1), L_23, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_24 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_25 = __this->get_arrRoomInfo_3(); int32_t L_26 = V_0; NullCheck(L_25); int32_t* L_27 = ((L_25)->GetAddressAt(static_cast(L_26)))->get_address_of__nMaleNum_4(); Help_Pop_m1588559183(NULL /*static, unused*/, L_24, (&___nStart1), L_27, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_28 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_29 = __this->get_arrRoomInfo_3(); int32_t L_30 = V_0; NullCheck(L_29); int32_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30)))->get_address_of__nFemaleNum_5(); Help_Pop_m1588559183(NULL /*static, unused*/, L_28, (&___nStart1), L_31, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_32 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_33 = __this->get_arrRoomInfo_3(); int32_t L_34 = V_0; NullCheck(L_33); int32_t* L_35 = ((L_33)->GetAddressAt(static_cast(L_34)))->get_address_of__nIsLocked_6(); Help_Pop_m1588559183(NULL /*static, unused*/, L_32, (&___nStart1), L_35, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_36 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_37 = __this->get_arrRoomInfo_3(); int32_t L_38 = V_0; NullCheck(L_37); int32_t* L_39 = ((L_37)->GetAddressAt(static_cast(L_38)))->get_address_of__nSongLv_7(); Help_Pop_m1588559183(NULL /*static, unused*/, L_36, (&___nStart1), L_39, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_40 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_41 = __this->get_arrRoomInfo_3(); int32_t L_42 = V_0; NullCheck(L_41); int32_t* L_43 = ((L_41)->GetAddressAt(static_cast(L_42)))->get_address_of__nPlayMode_8(); Help_Pop_m1588559183(NULL /*static, unused*/, L_40, (&___nStart1), L_43, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_44 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_45 = __this->get_arrRoomInfo_3(); int32_t L_46 = V_0; NullCheck(L_45); int32_t* L_47 = ((L_45)->GetAddressAt(static_cast(L_46)))->get_address_of__nKeyMode_9(); Help_Pop_m1588559183(NULL /*static, unused*/, L_44, (&___nStart1), L_47, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_48 = ___buffer0; RoomInfoU5BU5D_t2555657096* L_49 = __this->get_arrRoomInfo_3(); int32_t L_50 = V_0; NullCheck(L_49); int32_t* L_51 = ((L_49)->GetAddressAt(static_cast(L_50)))->get_address_of__topLeftTime_10(); Help_Pop_m1588559183(NULL /*static, unused*/, L_48, (&___nStart1), L_51, /*hidden argument*/NULL); int32_t L_52 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_0173: { int32_t L_53 = V_0; int32_t L_54 = __this->get_nRoomNum_2(); if ((((int32_t)L_53) < ((int32_t)L_54))) { goto IL_0051; } } { 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 // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgRoomList/RoomInfo extern "C" void RoomInfo_t2040040389_marshal_pinvoke(const RoomInfo_t2040040389& unmarshaled, RoomInfo_t2040040389_marshaled_pinvoke& marshaled) { marshaled.____nRoomId_0 = unmarshaled.get__nRoomId_0(); marshaled.____strRoomName_1 = il2cpp_codegen_marshal_string(unmarshaled.get__strRoomName_1()); marshaled.____nRoomState_2 = unmarshaled.get__nRoomState_2(); marshaled.____nFriendNum_3 = unmarshaled.get__nFriendNum_3(); marshaled.____nMaleNum_4 = unmarshaled.get__nMaleNum_4(); marshaled.____nFemaleNum_5 = unmarshaled.get__nFemaleNum_5(); marshaled.____nIsLocked_6 = unmarshaled.get__nIsLocked_6(); marshaled.____nSongLv_7 = unmarshaled.get__nSongLv_7(); marshaled.____nPlayMode_8 = unmarshaled.get__nPlayMode_8(); marshaled.____nKeyMode_9 = unmarshaled.get__nKeyMode_9(); marshaled.____topLeftTime_10 = unmarshaled.get__topLeftTime_10(); } extern "C" void RoomInfo_t2040040389_marshal_pinvoke_back(const RoomInfo_t2040040389_marshaled_pinvoke& marshaled, RoomInfo_t2040040389& unmarshaled) { int32_t unmarshaled__nRoomId_temp_0 = 0; unmarshaled__nRoomId_temp_0 = marshaled.____nRoomId_0; unmarshaled.set__nRoomId_0(unmarshaled__nRoomId_temp_0); unmarshaled.set__strRoomName_1(il2cpp_codegen_marshal_string_result(marshaled.____strRoomName_1)); int32_t unmarshaled__nRoomState_temp_2 = 0; unmarshaled__nRoomState_temp_2 = marshaled.____nRoomState_2; unmarshaled.set__nRoomState_2(unmarshaled__nRoomState_temp_2); int32_t unmarshaled__nFriendNum_temp_3 = 0; unmarshaled__nFriendNum_temp_3 = marshaled.____nFriendNum_3; unmarshaled.set__nFriendNum_3(unmarshaled__nFriendNum_temp_3); int32_t unmarshaled__nMaleNum_temp_4 = 0; unmarshaled__nMaleNum_temp_4 = marshaled.____nMaleNum_4; unmarshaled.set__nMaleNum_4(unmarshaled__nMaleNum_temp_4); int32_t unmarshaled__nFemaleNum_temp_5 = 0; unmarshaled__nFemaleNum_temp_5 = marshaled.____nFemaleNum_5; unmarshaled.set__nFemaleNum_5(unmarshaled__nFemaleNum_temp_5); int32_t unmarshaled__nIsLocked_temp_6 = 0; unmarshaled__nIsLocked_temp_6 = marshaled.____nIsLocked_6; unmarshaled.set__nIsLocked_6(unmarshaled__nIsLocked_temp_6); int32_t unmarshaled__nSongLv_temp_7 = 0; unmarshaled__nSongLv_temp_7 = marshaled.____nSongLv_7; unmarshaled.set__nSongLv_7(unmarshaled__nSongLv_temp_7); int32_t unmarshaled__nPlayMode_temp_8 = 0; unmarshaled__nPlayMode_temp_8 = marshaled.____nPlayMode_8; unmarshaled.set__nPlayMode_8(unmarshaled__nPlayMode_temp_8); int32_t unmarshaled__nKeyMode_temp_9 = 0; unmarshaled__nKeyMode_temp_9 = marshaled.____nKeyMode_9; unmarshaled.set__nKeyMode_9(unmarshaled__nKeyMode_temp_9); int32_t unmarshaled__topLeftTime_temp_10 = 0; unmarshaled__topLeftTime_temp_10 = marshaled.____topLeftTime_10; unmarshaled.set__topLeftTime_10(unmarshaled__topLeftTime_temp_10); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgRoomList/RoomInfo extern "C" void RoomInfo_t2040040389_marshal_pinvoke_cleanup(RoomInfo_t2040040389_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.____strRoomName_1); marshaled.____strRoomName_1 = NULL; } // Conversion methods for marshalling of: DMCore.Net.Protocol.SMsgRoomList/RoomInfo extern "C" void RoomInfo_t2040040389_marshal_com(const RoomInfo_t2040040389& unmarshaled, RoomInfo_t2040040389_marshaled_com& marshaled) { marshaled.____nRoomId_0 = unmarshaled.get__nRoomId_0(); marshaled.____strRoomName_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get__strRoomName_1()); marshaled.____nRoomState_2 = unmarshaled.get__nRoomState_2(); marshaled.____nFriendNum_3 = unmarshaled.get__nFriendNum_3(); marshaled.____nMaleNum_4 = unmarshaled.get__nMaleNum_4(); marshaled.____nFemaleNum_5 = unmarshaled.get__nFemaleNum_5(); marshaled.____nIsLocked_6 = unmarshaled.get__nIsLocked_6(); marshaled.____nSongLv_7 = unmarshaled.get__nSongLv_7(); marshaled.____nPlayMode_8 = unmarshaled.get__nPlayMode_8(); marshaled.____nKeyMode_9 = unmarshaled.get__nKeyMode_9(); marshaled.____topLeftTime_10 = unmarshaled.get__topLeftTime_10(); } extern "C" void RoomInfo_t2040040389_marshal_com_back(const RoomInfo_t2040040389_marshaled_com& marshaled, RoomInfo_t2040040389& unmarshaled) { int32_t unmarshaled__nRoomId_temp_0 = 0; unmarshaled__nRoomId_temp_0 = marshaled.____nRoomId_0; unmarshaled.set__nRoomId_0(unmarshaled__nRoomId_temp_0); unmarshaled.set__strRoomName_1(il2cpp_codegen_marshal_bstring_result(marshaled.____strRoomName_1)); int32_t unmarshaled__nRoomState_temp_2 = 0; unmarshaled__nRoomState_temp_2 = marshaled.____nRoomState_2; unmarshaled.set__nRoomState_2(unmarshaled__nRoomState_temp_2); int32_t unmarshaled__nFriendNum_temp_3 = 0; unmarshaled__nFriendNum_temp_3 = marshaled.____nFriendNum_3; unmarshaled.set__nFriendNum_3(unmarshaled__nFriendNum_temp_3); int32_t unmarshaled__nMaleNum_temp_4 = 0; unmarshaled__nMaleNum_temp_4 = marshaled.____nMaleNum_4; unmarshaled.set__nMaleNum_4(unmarshaled__nMaleNum_temp_4); int32_t unmarshaled__nFemaleNum_temp_5 = 0; unmarshaled__nFemaleNum_temp_5 = marshaled.____nFemaleNum_5; unmarshaled.set__nFemaleNum_5(unmarshaled__nFemaleNum_temp_5); int32_t unmarshaled__nIsLocked_temp_6 = 0; unmarshaled__nIsLocked_temp_6 = marshaled.____nIsLocked_6; unmarshaled.set__nIsLocked_6(unmarshaled__nIsLocked_temp_6); int32_t unmarshaled__nSongLv_temp_7 = 0; unmarshaled__nSongLv_temp_7 = marshaled.____nSongLv_7; unmarshaled.set__nSongLv_7(unmarshaled__nSongLv_temp_7); int32_t unmarshaled__nPlayMode_temp_8 = 0; unmarshaled__nPlayMode_temp_8 = marshaled.____nPlayMode_8; unmarshaled.set__nPlayMode_8(unmarshaled__nPlayMode_temp_8); int32_t unmarshaled__nKeyMode_temp_9 = 0; unmarshaled__nKeyMode_temp_9 = marshaled.____nKeyMode_9; unmarshaled.set__nKeyMode_9(unmarshaled__nKeyMode_temp_9); int32_t unmarshaled__topLeftTime_temp_10 = 0; unmarshaled__topLeftTime_temp_10 = marshaled.____topLeftTime_10; unmarshaled.set__topLeftTime_10(unmarshaled__topLeftTime_temp_10); } // Conversion method for clean up from marshalling of: DMCore.Net.Protocol.SMsgRoomList/RoomInfo extern "C" void RoomInfo_t2040040389_marshal_com_cleanup(RoomInfo_t2040040389_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.____strRoomName_1); marshaled.____strRoomName_1 = 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 DMCore.Net.Protocol.SMsgSceneProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgSceneProperty__ctor_m142244997 (SMsgSceneProperty_t2338986832 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); __this->set_m_PropBuf_0((ByteU5BU5D_t4116647657*)NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgSceneProperty::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgSceneProperty_GetS2CMsgID_m686542709 (SMsgSceneProperty_t2338986832 * __this, const RuntimeMethod* method) { { return (int16_t)(8); } } // System.Void DMCore.Net.Protocol.SMsgSceneProperty::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgSceneProperty_Deserial_m2119538498 (SMsgSceneProperty_t2338986832 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgSceneProperty_Deserial_m2119538498_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___len2; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_0039; } } { int32_t L_2 = V_0; __this->set_m_PropBuf_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2))); V_1 = 0; goto IL_002d; } IL_001c: { ByteU5BU5D_t4116647657* L_3 = __this->get_m_PropBuf_0(); int32_t L_4 = V_1; ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t L_6 = V_1; int32_t L_7 = ___nStart1; NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)L_9); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_001c; } } { goto IL_0040; } IL_0039: { __this->set_m_PropBuf_0((ByteU5BU5D_t4116647657*)NULL); } IL_0040: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.Protocol.SMsgSystemInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void SMsgSystemInfo__ctor_m1713377458 (SMsgSystemInfo_t1115622735 * __this, const RuntimeMethod* method) { { INetMsgBaseS2C__ctor_m469931231(__this, /*hidden argument*/NULL); return; } } // DMCore.Net.Protocol.enumS2C DMCore.Net.Protocol.SMsgSystemInfo::GetS2CMsgID() extern "C" IL2CPP_METHOD_ATTR int16_t SMsgSystemInfo_GetS2CMsgID_m3212660335 (SMsgSystemInfo_t1115622735 * __this, const RuntimeMethod* method) { { return (int16_t)(((int32_t)19)); } } // System.Void DMCore.Net.Protocol.SMsgSystemInfo::Deserial(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SMsgSystemInfo_Deserial_m80255432 (SMsgSystemInfo_t1115622735 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SMsgSystemInfo_Deserial_m80255432_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; IDataUnit_t677250155 * V_2 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int16_t* L_1 = __this->get_address_of_m_InfoType_0(); IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m3956053017(NULL /*static, unused*/, L_0, (&___nStart1), L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int16_t* L_3 = __this->get_address_of_m_SubType_1(); Help_Pop_m3956053017(NULL /*static, unused*/, L_2, (&___nStart1), L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___buffer0; String_t** L_5 = __this->get_address_of_m_InfoContent_2(); Help_Pop_m507744042(NULL /*static, unused*/, L_4, (&___nStart1), L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = ___buffer0; uint8_t* L_7 = __this->get_address_of_m_ParamCount_3(); Help_Pop_m2119081309(NULL /*static, unused*/, L_6, (&___nStart1), L_7, /*hidden argument*/NULL); uint8_t L_8 = __this->get_m_ParamCount_3(); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_00b2; } } { uint8_t L_9 = __this->get_m_ParamCount_3(); __this->set_m_Params_4(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_9))); V_0 = 0; goto IL_00a1; } IL_0060: { ByteU5BU5D_t4116647657* L_10 = ___buffer0; int32_t L_11 = ___nStart1; int32_t L_12 = L_11; ___nStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); int32_t L_13 = L_12; uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); V_1 = L_14; int32_t L_15 = V_1; IDataUnit_t677250155 * L_16 = CDataArray_CreateUnitByType_m3127124409(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_2 = L_16; IDataUnit_t677250155 * L_17 = V_2; if (L_17) { goto IL_0085; } } { __this->set_m_ParamCount_3((uint8_t)0); __this->set_m_Params_4((StringU5BU5D_t1281789340*)NULL); return; } IL_0085: { IDataUnit_t677250155 * L_18 = V_2; ByteU5BU5D_t4116647657* L_19 = ___buffer0; NullCheck(L_18); VirtFuncInvoker2< bool, ByteU5BU5D_t4116647657*, int32_t* >::Invoke(6 /* System.Boolean DMCore.IDataUnit::FromStream(System.Byte[],System.Int32&) */, L_18, L_19, (&___nStart1)); StringU5BU5D_t1281789340* L_20 = __this->get_m_Params_4(); int32_t L_21 = V_0; IDataUnit_t677250155 * L_22 = V_2; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String DMCore.IDataUnit::GetStringData() */, L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(L_21), (String_t*)L_23); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00a1: { int32_t L_25 = V_0; uint8_t L_26 = __this->get_m_ParamCount_3(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0060; } } { goto IL_00b9; } IL_00b2: { __this->set_m_Params_4((StringU5BU5D_t1281789340*)NULL); } IL_00b9: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Net.SerialDef::.ctor() extern "C" IL2CPP_METHOD_ATTR void SerialDef__ctor_m3916534917 (SerialDef_t1272345629 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Net.SerialDef::.cctor() extern "C" IL2CPP_METHOD_ATTR void SerialDef__cctor_m3743305514 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerialDef__cctor_m3743305514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((SerialDef_t1272345629_StaticFields*)il2cpp_codegen_static_fields_for(SerialDef_t1272345629_il2cpp_TypeInfo_var))->set_SOCKED_END_MARK_1((uint8_t)((int32_t)238)); 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_OnEventCall_t3758354630 (OnEventCall_t3758354630 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, float, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(static_cast(___firstCall0), ___fTimeDelta1, ___userData2); } // 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.OnEventCall::Invoke(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnEventCall_Invoke_m916811391 (OnEventCall_t3758354630 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnEventCall_Invoke_m916811391((OnEventCall_t3758354630 *)__this->get_prev_9(), ___firstCall0, ___fTimeDelta1, ___userData2, 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 *, bool, float, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___firstCall0, ___fTimeDelta1, ___userData2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, float, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___firstCall0, ___fTimeDelta1, ___userData2, 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)) GenericInterfaceActionInvoker3< bool, float, int32_t >::Invoke(targetMethod, targetThis, ___firstCall0, ___fTimeDelta1, ___userData2); else GenericVirtActionInvoker3< bool, float, int32_t >::Invoke(targetMethod, targetThis, ___firstCall0, ___fTimeDelta1, ___userData2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< bool, float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___firstCall0, ___fTimeDelta1, ___userData2); else VirtActionInvoker3< bool, float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___firstCall0, ___fTimeDelta1, ___userData2); } } else { typedef void (*FunctionPointerType) (void*, bool, float, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___firstCall0, ___fTimeDelta1, ___userData2, targetMethod); } } } } // System.IAsyncResult DMCore.OnEventCall::BeginInvoke(System.Boolean,System.Single,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnEventCall_BeginInvoke_m925181444 (OnEventCall_t3758354630 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnEventCall_BeginInvoke_m925181444_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___firstCall0); __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___fTimeDelta1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___userData2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void DMCore.OnEventCall::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnEventCall_EndInvoke_m1137066759 (OnEventCall_t3758354630 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.OnMsgBoxClkCallBack::Invoke(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack_Invoke_m472867406 (OnMsgBoxClkCallBack_t3229751541 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnMsgBoxClkCallBack_Invoke_m472867406((OnMsgBoxClkCallBack_t3229751541 *)__this->get_prev_9(), ___bConfirmed0, ___userData1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, bool, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___bConfirmed0, ___userData1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___bConfirmed0, ___userData1, 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)) GenericInterfaceActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___bConfirmed0, ___userData1); else GenericVirtActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___bConfirmed0, ___userData1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___bConfirmed0, ___userData1); else VirtActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___bConfirmed0, ___userData1); } } else { typedef void (*FunctionPointerType) (void*, bool, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___bConfirmed0, ___userData1, targetMethod); } } } } // System.IAsyncResult DMCore.OnMsgBoxClkCallBack::BeginInvoke(System.Boolean,DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnMsgBoxClkCallBack_BeginInvoke_m1982572859 (OnMsgBoxClkCallBack_t3229751541 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnMsgBoxClkCallBack_BeginInvoke_m1982572859_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bConfirmed0); __d_args[1] = ___userData1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void DMCore.OnMsgBoxClkCallBack::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack_EndInvoke_m2286433856 (OnMsgBoxClkCallBack_t3229751541 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.UNIQUE_ID::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UNIQUE_ID__ctor_m443017424 (UNIQUE_ID_t1074083407 * __this, int32_t ___foo0, int32_t ___bar1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___foo0; __this->set_nMain_1(L_0); int32_t L_1 = ___bar1; __this->set_nSerial_2(L_1); return; } } // System.Void DMCore.UNIQUE_ID::.ctor() extern "C" IL2CPP_METHOD_ATTR void UNIQUE_ID__ctor_m3787325796 (UNIQUE_ID_t1074083407 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_nMain_1((-1)); __this->set_nSerial_2((-1)); return; } } // System.Int32 DMCore.UNIQUE_ID::GetBytesSize() extern "C" IL2CPP_METHOD_ATTR int32_t UNIQUE_ID_GetBytesSize_m2092918486 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return 8; } } // System.Void DMCore.UNIQUE_ID::.cctor() extern "C" IL2CPP_METHOD_ATTR void UNIQUE_ID__cctor_m791938771 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UNIQUE_ID__cctor_m791938771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UNIQUE_ID_t1074083407 * L_0 = (UNIQUE_ID_t1074083407 *)il2cpp_codegen_object_new(UNIQUE_ID_t1074083407_il2cpp_TypeInfo_var); UNIQUE_ID__ctor_m443017424(L_0, 0, 0, /*hidden argument*/NULL); ((UNIQUE_ID_t1074083407_StaticFields*)il2cpp_codegen_static_fields_for(UNIQUE_ID_t1074083407_il2cpp_TypeInfo_var))->set_EMPTY_ID_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 DMGameInterface::OnInitEnvironment() extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_OnInitEnvironment_m4294707918 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { CGameFuncAdapter_OnInitEnvironment_m1980186220(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Int32 DMGameInterface::GetCurMusicBpm() extern "C" IL2CPP_METHOD_ATTR int32_t DMGameInterface_GetCurMusicBpm_m2014987221 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = CGameFuncAdapter_GetCurMusicBpm_m2140196174(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Int32 DMGameInterface::GetCurComboStep() extern "C" IL2CPP_METHOD_ATTR int32_t DMGameInterface_GetCurComboStep_m400507402 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = CGameFuncAdapter_GetCurComboStep_m2720144715(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMGameInterface::PlayAudio(System.String) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_PlayAudio_m2074133160 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method) { { String_t* L_0 = ___resPath0; CGameFuncAdapter_PlayAudio_m2071343842(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMGameInterface::PlayAudioClip(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_PlayAudioClip_m3312688262 (RuntimeObject * __this /* static, unused */, AudioClip_t3680889665 * ___audioClip0, const RuntimeMethod* method) { { AudioClip_t3680889665 * L_0 = ___audioClip0; CGameFuncAdapter_PlayAudioClip_m2627292588(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Boolean DMGameInterface::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool DMGameInterface_IsHighQuality_m4008598258 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { bool L_0 = CGameFuncAdapter_IsHighQuality_m3603971840(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // UnityEngine.Camera DMGameInterface::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * DMGameInterface_GetUICamera_m1420880134 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = CGameFuncAdapter_GetUICamera_m580732996(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMGameInterface::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_Log_m316805229 (RuntimeObject * __this /* static, unused */, String_t* ___logText0, const RuntimeMethod* method) { { String_t* L_0 = ___logText0; CGameFuncAdapter_Log_m1038543871(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMGameInterface::AddRootChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_AddRootChild_m3522620366 (RuntimeObject * __this /* static, unused */, ILogicBase_t2190831891 * ___child0, const RuntimeMethod* method) { { ILogicBase_t2190831891 * L_0 = ___child0; CGameFuncAdapter_AddRootChild_m2376160336(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMGameInterface::OnLevelChange(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_OnLevelChange_m3757155238 (RuntimeObject * __this /* static, unused */, String_t* ___nextLevelName0, bool ___bAsync1, const RuntimeMethod* method) { { String_t* L_0 = ___nextLevelName0; bool L_1 = ___bAsync1; CGameFuncAdapter_OnLevelChange_m2211879296(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMGameInterface::OnLevelLoadBefore(System.String) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_OnLevelLoadBefore_m3823089653 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, const RuntimeMethod* method) { { String_t* L_0 = ___levelName0; CGameFuncAdapter_OnLevelLoadBefore_m3041654731(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMGameInterface::OnLevelLoadEnd(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_OnLevelLoadEnd_m4116940545 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, bool ___bSuccess1, const RuntimeMethod* method) { { String_t* L_0 = ___levelName0; bool L_1 = ___bSuccess1; CGameFuncAdapter_OnLevelLoadEnd_m272814675(NULL /*static, unused*/, L_0, L_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 DMListView::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMListView__ctor_m2197135916 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView__ctor_m2197135916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_isCanRebound_3((bool)1); __this->set_m_PageSize_12(2); __this->set_m_Allign_16(1); __this->set_m_ShowCondition_18(1); __this->set_preloadNumb_20(4); __this->set_slowDownSpeed_24((100.0f)); __this->set_speedUp_25((1.0f)); __this->set_reboundSpeed_26((250.0f)); __this->set_reboundDistance_27((100.0f)); List_1_t777473367 * L_0 = (List_1_t777473367 *)il2cpp_codegen_object_new(List_1_t777473367_il2cpp_TypeInfo_var); List_1__ctor_m2885667311(L_0, /*hidden argument*/List_1__ctor_m2885667311_RuntimeMethod_var); __this->set_m_listChildren_32(L_0); __this->set_m_fPosMax_34((0.0001f)); __this->set_m_nActiveIndex_35((-1)); __this->set_m_bEnableDrag_36((bool)1); 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_38(L_1); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ClkPos_39(L_2); __this->set_m_ClkedIndex_40((-1)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::TrySetDisactiveDMList() extern "C" IL2CPP_METHOD_ATTR void DMListView_TrySetDisactiveDMList_m1549469326 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_TrySetDisactiveDMList_m1549469326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); DMListView_t512231514 * L_0 = ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->get_activeDMList_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->set_activeDMList_14((DMListView_t512231514 *)NULL); } IL_0016: { return; } } // System.Void DMListView::OnDisable() extern "C" IL2CPP_METHOD_ATTR void DMListView_OnDisable_m1732940460 (DMListView_t512231514 * __this, const RuntimeMethod* method) { { DMListView_TrySetDisactiveDMList_m1549469326(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void DMListView_OnDestroy_m2411467544 (DMListView_t512231514 * __this, const RuntimeMethod* method) { { DMListView_TrySetDisactiveDMList_m1549469326(__this, /*hidden argument*/NULL); return; } } // UnityEngine.GameObject DMListView::GetControllor() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * DMListView_GetControllor_m459235101 (DMListView_t512231514 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); return L_0; } } // System.Single DMListView::GetOrgItemActiveLength() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetOrgItemActiveLength_m3978881174 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetOrgItemActiveLength_m3978881174_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; DMListViewItem_t3648257704 * V_1 = NULL; { GameObject_t1113636619 * L_0 = DMListView_GetChildItemOrg_m2951491515(__this, /*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_0019; } } { return (1.0f); } IL_0019: { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); DMListViewItem_t3648257704 * L_4 = GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678(L_3, /*hidden argument*/GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678_RuntimeMethod_var); V_1 = L_4; DMListViewItem_t3648257704 * L_5 = V_1; 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_0033; } } { DMListViewItem_t3648257704 * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_m_ActiveLength_2(); return L_8; } IL_0033: { return (1.0f); } } // System.Single DMListView::GetOrgItemDisactiveLength() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetOrgItemDisactiveLength_m2043809980 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetOrgItemDisactiveLength_m2043809980_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; DMListViewItem_t3648257704 * V_1 = NULL; { GameObject_t1113636619 * L_0 = DMListView_GetChildItemOrg_m2951491515(__this, /*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_0019; } } { return (1.0f); } IL_0019: { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); DMListViewItem_t3648257704 * L_4 = GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678(L_3, /*hidden argument*/GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678_RuntimeMethod_var); V_1 = L_4; DMListViewItem_t3648257704 * L_5 = V_1; 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_0033; } } { DMListViewItem_t3648257704 * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_m_DisactiveLength_3(); return L_8; } IL_0033: { return (1.0f); } } // UnityEngine.GameObject DMListView::GetChildItemOrg() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * DMListView_GetChildItemOrg_m2951491515 (DMListView_t512231514 * __this, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = DMListView_GetChildItemOrg_m994870179(__this, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // UnityEngine.GameObject DMListView::GetChildItemOrg(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * DMListView_GetChildItemOrg_m994870179 (DMListView_t512231514 * __this, String_t* ___forcePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetChildItemOrg_m994870179_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { V_0 = (GameObject_t1113636619 *)NULL; String_t* L_0 = ___forcePath0; 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_001e; } } { String_t* L_2 = ___forcePath0; Object_t631007953 * L_3 = DMMiscInterface_CreateObject_m625712904(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_3, GameObject_t1113636619_il2cpp_TypeInfo_var)); goto IL_003f; } IL_001e: { String_t* L_4 = __this->get_m_childPath_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003f; } } { String_t* L_6 = __this->get_m_childPath_4(); Object_t631007953 * L_7 = DMMiscInterface_CreateObject_m625712904(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_7, GameObject_t1113636619_il2cpp_TypeInfo_var)); } IL_003f: { GameObject_t1113636619 * L_8 = V_0; return L_8; } } // System.Void DMListView::SetEnumInfo(DMListView/Type,DMListView/Allign) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetEnumInfo_m2581368040 (DMListView_t512231514 * __this, int32_t ___type0, int32_t ___allign1, const RuntimeMethod* method) { { int32_t L_0 = ___type0; int32_t L_1 = ___allign1; DMListView_SetEnumInfo_m1954223702(__this, L_0, L_1, 1, /*hidden argument*/NULL); return; } } // System.Void DMListView::SetEnumInfo(DMListView/Type,DMListView/Allign,DMListView/ShowCondition) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetEnumInfo_m1954223702 (DMListView_t512231514 * __this, int32_t ___type0, int32_t ___allign1, int32_t ___condition2, const RuntimeMethod* method) { { int32_t L_0 = ___type0; __this->set_m_Type_15(L_0); int32_t L_1 = ___allign1; __this->set_m_Allign_16(L_1); int32_t L_2 = ___condition2; __this->set_m_ShowCondition_18(L_2); return; } } // System.Void DMListView::OnInitSubUI() extern "C" IL2CPP_METHOD_ATTR void DMListView_OnInitSubUI_m2161848775 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_OnInitSubUI_m2161848775_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector4_t3319028937 V_3; memset(&V_3, 0, sizeof(V_3)); Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); UIStretch_t3058335968 * V_5 = NULL; Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); UIStretch_t3058335968 * G_B9_0 = NULL; UIStretch_t3058335968 * G_B8_0 = NULL; int32_t G_B10_0 = 0; UIStretch_t3058335968 * G_B10_1 = NULL; { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); 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_0012; } } { return; } IL_0012: { __this->set_m_CanMove_19((bool)0); UIPanel_t1716472341 * L_2 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); __this->set_m_panel_29(L_2); float L_3 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); V_0 = L_3; float L_4 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); V_1 = L_4; GameObject_t1113636619 * L_5 = __this->get_m_controler_30(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_008a; } } { GameObject_t1113636619 * L_7 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_7, /*hidden argument*/NULL); __this->set_m_controler_30(L_7); GameObject_t1113636619 * L_8 = __this->get_m_controler_30(); int32_t L_9 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_8); GameObject_set_layer_m3294992795(L_8, L_9, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_controler_30(); NullCheck(L_10); Object_set_name_m291480324(L_10, _stringLiteral1561892070, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = __this->get_m_controler_30(); NullCheck(L_11); Transform_t3600365921 * L_12 = GameObject_get_transform_m1369836730(L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_parent_m786917804(L_12, L_13, /*hidden argument*/NULL); } IL_008a: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_14 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_14; int32_t L_15 = __this->get_m_Type_15(); if (L_15) { goto IL_00bc; } } { UIPanel_t1716472341 * L_16 = __this->get_m_panel_29(); NullCheck(L_16); Vector4_t3319028937 L_17 = UIPanel_get_clipRange_m1219521389(L_16, /*hidden argument*/NULL); V_3 = L_17; float L_18 = (&V_3)->get_x_1(); float L_19 = V_0; (&V_2)->set_x_1(((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))); goto IL_00d9; } IL_00bc: { UIPanel_t1716472341 * L_20 = __this->get_m_panel_29(); NullCheck(L_20); Vector4_t3319028937 L_21 = UIPanel_get_clipRange_m1219521389(L_20, /*hidden argument*/NULL); V_4 = L_21; float L_22 = (&V_4)->get_y_2(); float L_23 = V_1; (&V_2)->set_y_2(((float)il2cpp_codegen_multiply((float)L_22, (float)L_23))); } IL_00d9: { GameObject_t1113636619 * L_24 = __this->get_m_controler_30(); NullCheck(L_24); Transform_t3600365921 * L_25 = GameObject_get_transform_m1369836730(L_24, /*hidden argument*/NULL); Vector3_t3722313464 L_26 = V_2; NullCheck(L_25); Transform_set_localPosition_m4128471975(L_25, L_26, /*hidden argument*/NULL); GameObject_t1113636619 * L_27 = __this->get_m_controler_30(); NullCheck(L_27); Transform_t3600365921 * L_28 = GameObject_get_transform_m1369836730(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_29 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); Transform_set_localRotation_m19445462(L_28, L_29, /*hidden argument*/NULL); GameObject_t1113636619 * L_30 = __this->get_m_controler_30(); NullCheck(L_30); Transform_t3600365921 * L_31 = GameObject_get_transform_m1369836730(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_32 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); Transform_set_localScale_m3053443106(L_31, L_32, /*hidden argument*/NULL); GameObject_t1113636619 * L_33 = __this->get_m_controler_30(); NullCheck(L_33); UIStretch_t3058335968 * L_34 = GameObject_AddComponent_TisUIStretch_t3058335968_m4195069126(L_33, /*hidden argument*/GameObject_AddComponent_TisUIStretch_t3058335968_m4195069126_RuntimeMethod_var); V_5 = L_34; UIStretch_t3058335968 * L_35 = V_5; int32_t L_36 = __this->get_m_Allign_16(); G_B8_0 = L_35; if ((!(((uint32_t)L_36) == ((uint32_t)1)))) { G_B9_0 = L_35; goto IL_0135; } } { G_B10_0 = 5; G_B10_1 = G_B8_0; goto IL_0136; } IL_0135: { G_B10_0 = 3; G_B10_1 = G_B9_0; } IL_0136: { NullCheck(G_B10_1); G_B10_1->set_style_5(G_B10_0); UIStretch_t3058335968 * L_37 = V_5; Vector2_t2156229523 L_38; memset(&L_38, 0, sizeof(L_38)); Vector2__ctor_m3970636864((&L_38), (0.001041667f), (0.0015625f), /*hidden argument*/NULL); NullCheck(L_37); L_37->set_relativeSize_6(L_38); UIStretch_t3058335968 * L_39 = V_5; NullCheck(L_39); L_39->set_panelContainer_4((UIPanel_t1716472341 *)NULL); UIPanel_t1716472341 * L_40 = __this->get_m_panel_29(); NullCheck(L_40); Vector4_t3319028937 L_41 = UIPanel_get_clipRange_m1219521389(L_40, /*hidden argument*/NULL); V_6 = L_41; Vector4_t3319028937 * L_42 = (&V_6); float L_43 = L_42->get_x_1(); float L_44 = V_0; L_42->set_x_1(((float)il2cpp_codegen_multiply((float)L_43, (float)L_44))); Vector4_t3319028937 * L_45 = (&V_6); float L_46 = L_45->get_y_2(); float L_47 = V_1; L_45->set_y_2(((float)il2cpp_codegen_multiply((float)L_46, (float)L_47))); Vector4_t3319028937 * L_48 = (&V_6); float L_49 = L_48->get_z_3(); float L_50 = V_0; L_48->set_z_3(((float)il2cpp_codegen_multiply((float)L_49, (float)L_50))); Vector4_t3319028937 * L_51 = (&V_6); float L_52 = L_51->get_w_4(); float L_53 = V_1; L_51->set_w_4(((float)il2cpp_codegen_multiply((float)L_52, (float)L_53))); UIPanel_t1716472341 * L_54 = __this->get_m_panel_29(); Vector4_t3319028937 L_55 = V_6; NullCheck(L_54); UIPanel_set_clipRange_m2606321132(L_54, L_55, /*hidden argument*/NULL); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_56); Vector3_t3722313464 L_57 = Transform_get_localPosition_m4234289348(L_56, /*hidden argument*/NULL); V_7 = L_57; Vector3_t3722313464 * L_58 = (&V_7); float L_59 = L_58->get_x_1(); float L_60 = V_0; L_58->set_x_1(((float)il2cpp_codegen_multiply((float)L_59, (float)L_60))); Vector3_t3722313464 * L_61 = (&V_7); float L_62 = L_61->get_y_2(); float L_63 = V_1; L_61->set_y_2(((float)il2cpp_codegen_multiply((float)L_62, (float)L_63))); Transform_t3600365921 * L_64 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_65 = V_7; NullCheck(L_64); Transform_set_localPosition_m4128471975(L_64, L_65, /*hidden argument*/NULL); return; } } // System.Void DMListView::Start() extern "C" IL2CPP_METHOD_ATTR void DMListView_Start_m2777083494 (DMListView_t512231514 * __this, const RuntimeMethod* method) { { DMListView_OnInitSubUI_m2161848775(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::MoveToBegin() extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToBegin_m2199787501 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_MoveToBegin_m2199787501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); 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); if (!L_1) { goto IL_0057; } } { GameObject_t1113636619 * L_2 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_2, /*hidden argument*/NULL); __this->set_m_controler_30(L_2); GameObject_t1113636619 * L_3 = __this->get_m_controler_30(); int32_t L_4 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_3); GameObject_set_layer_m3294992795(L_3, L_4, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_controler_30(); NullCheck(L_5); Object_set_name_m291480324(L_5, _stringLiteral1561892070, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_controler_30(); NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_set_parent_m786917804(L_7, L_8, /*hidden argument*/NULL); } IL_0057: { int32_t L_9 = __this->get_m_Type_15(); if (L_9) { goto IL_0073; } } { float L_10 = __this->get_m_fPosMin_33(); DMListView_MoveToPos_m1082553601(__this, L_10, /*hidden argument*/NULL); goto IL_007f; } IL_0073: { float L_11 = __this->get_m_fPosMax_34(); DMListView_MoveToPos_m1082553601(__this, L_11, /*hidden argument*/NULL); } IL_007f: { return; } } // System.Void DMListView::MoveToEnd() extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToEnd_m2211644321 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_MoveToEnd_m2211644321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); 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); if (!L_1) { goto IL_0057; } } { GameObject_t1113636619 * L_2 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_2, /*hidden argument*/NULL); __this->set_m_controler_30(L_2); GameObject_t1113636619 * L_3 = __this->get_m_controler_30(); int32_t L_4 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_3); GameObject_set_layer_m3294992795(L_3, L_4, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_controler_30(); NullCheck(L_5); Object_set_name_m291480324(L_5, _stringLiteral1561892070, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_controler_30(); NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_set_parent_m786917804(L_7, L_8, /*hidden argument*/NULL); } IL_0057: { int32_t L_9 = __this->get_m_Type_15(); if (L_9) { goto IL_0073; } } { float L_10 = __this->get_m_fPosMax_34(); DMListView_MoveToPos_m1082553601(__this, L_10, /*hidden argument*/NULL); goto IL_007f; } IL_0073: { float L_11 = __this->get_m_fPosMin_33(); DMListView_MoveToPos_m1082553601(__this, L_11, /*hidden argument*/NULL); } IL_007f: { return; } } // System.Boolean DMListView::BeginHoldPos(System.Single&) extern "C" IL2CPP_METHOD_ATTR bool DMListView_BeginHoldPos_m1216861446 (DMListView_t512231514 * __this, float* ___posResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_BeginHoldPos_m1216861446_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)); { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); 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; } } { int32_t L_2 = DMListView_GetCount_m1758119318(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } IL_001c: { return (bool)0; } IL_001e: { int32_t L_3 = __this->get_m_Type_15(); if (L_3) { goto IL_0048; } } { float* L_4 = ___posResult0; GameObject_t1113636619 * L_5 = __this->get_m_controler_30(); NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t3722313464 L_7 = Transform_get_localPosition_m4234289348(L_6, /*hidden argument*/NULL); V_0 = L_7; float L_8 = (&V_0)->get_y_2(); *((float*)(L_4)) = (float)L_8; goto IL_0062; } IL_0048: { float* L_9 = ___posResult0; GameObject_t1113636619 * L_10 = __this->get_m_controler_30(); NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); V_1 = L_12; float L_13 = (&V_1)->get_x_1(); *((float*)(L_9)) = (float)L_13; } IL_0062: { return (bool)1; } } // System.Void DMListView::EndHoldPos(System.Single) extern "C" IL2CPP_METHOD_ATTR void DMListView_EndHoldPos_m250704664 (DMListView_t512231514 * __this, float ___pos0, const RuntimeMethod* method) { { float L_0 = ___pos0; DMListView_MoveToPos_m1082553601(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMListView::MoveToIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToIndex_m1296365812 (DMListView_t512231514 * __this, int32_t ___idx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_MoveToIndex_m1296365812_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; DMListViewItem_t3648257704 * V_2 = NULL; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); 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); if (!L_1) { goto IL_0057; } } { GameObject_t1113636619 * L_2 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_2, /*hidden argument*/NULL); __this->set_m_controler_30(L_2); GameObject_t1113636619 * L_3 = __this->get_m_controler_30(); int32_t L_4 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_3); GameObject_set_layer_m3294992795(L_3, L_4, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_controler_30(); NullCheck(L_5); Object_set_name_m291480324(L_5, _stringLiteral1561892070, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_controler_30(); NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_set_parent_m786917804(L_7, L_8, /*hidden argument*/NULL); } IL_0057: { GameObject_t1113636619 * L_9 = __this->get_m_controler_30(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0069; } } { return; } IL_0069: { int32_t L_11 = ___idx0; if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_007b; } } { DMListView_MoveToBegin_m2199787501(__this, /*hidden argument*/NULL); goto IL_012c; } IL_007b: { int32_t L_12 = ___idx0; int32_t L_13 = DMListView_GetCount_m1758119318(__this, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0092; } } { DMListView_MoveToEnd_m2211644321(__this, /*hidden argument*/NULL); goto IL_012c; } IL_0092: { V_0 = (0.0f); V_1 = 0; goto IL_00be; } IL_009f: { List_1_t777473367 * L_14 = __this->get_m_listChildren_32(); NullCheck(L_14); Transform_t3600365921 * L_15 = List_1_get_Item_m3022113929(L_14, 0, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_15); DMListViewItem_t3648257704 * L_16 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_15, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_2 = L_16; float L_17 = V_0; DMListViewItem_t3648257704 * L_18 = V_2; NullCheck(L_18); float L_19 = DMListViewItem_GetLength_m1635247155(L_18, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_17, (float)L_19)); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_00be: { int32_t L_21 = V_1; int32_t L_22 = ___idx0; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_009f; } } { V_3 = (0.0f); int32_t L_23 = __this->get_m_Type_15(); if (L_23) { goto IL_0100; } } { float L_24 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); V_4 = L_24; float L_25 = __this->get_m_fPosMin_33(); float L_26 = V_0; float L_27 = V_4; float L_28 = __this->get_m_fPosMin_33(); float L_29 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_30 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_25, (float)((float)il2cpp_codegen_multiply((float)L_26, (float)L_27)))), L_28, L_29, /*hidden argument*/NULL); V_3 = L_30; goto IL_0125; } IL_0100: { float L_31 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); V_5 = L_31; float L_32 = __this->get_m_fPosMax_34(); float L_33 = V_0; float L_34 = V_5; float L_35 = __this->get_m_fPosMin_33(); float L_36 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_37 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_32, (float)((float)il2cpp_codegen_multiply((float)L_33, (float)L_34)))), L_35, L_36, /*hidden argument*/NULL); V_3 = L_37; } IL_0125: { float L_38 = V_3; DMListView_MoveToPos_m1082553601(__this, L_38, /*hidden argument*/NULL); } IL_012c: { return; } } // System.Void DMListView::MoveToPos(System.Single) extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToPos_m1082553601 (DMListView_t512231514 * __this, float ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_MoveToPos_m1082553601_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)); { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_localPosition_m4234289348(L_1, /*hidden argument*/NULL); V_1 = L_2; float L_3 = (&V_1)->get_x_1(); GameObject_t1113636619 * L_4 = __this->get_m_controler_30(); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_localPosition_m4234289348(L_5, /*hidden argument*/NULL); V_2 = L_6; float L_7 = (&V_2)->get_y_2(); GameObject_t1113636619 * L_8 = __this->get_m_controler_30(); NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); V_3 = L_10; float L_11 = (&V_3)->get_z_3(); Vector3__ctor_m3353183577((&V_0), L_3, L_7, L_11, /*hidden argument*/NULL); int32_t L_12 = __this->get_m_Type_15(); if (L_12) { goto IL_0078; } } { float L_13 = ___pos0; float L_14 = __this->get_m_fPosMin_33(); float L_15 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_16 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_13, L_14, L_15, /*hidden argument*/NULL); (&V_0)->set_y_2(L_16); goto IL_0091; } IL_0078: { float L_17 = ___pos0; float L_18 = __this->get_m_fPosMin_33(); float L_19 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_20 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_17, L_18, L_19, /*hidden argument*/NULL); (&V_0)->set_x_1(L_20); } IL_0091: { GameObject_t1113636619 * L_21 = __this->get_m_controler_30(); NullCheck(L_21); Transform_t3600365921 * L_22 = GameObject_get_transform_m1369836730(L_21, /*hidden argument*/NULL); Vector3_t3722313464 L_23 = V_0; NullCheck(L_22); Transform_set_localPosition_m4128471975(L_22, L_23, /*hidden argument*/NULL); DMListView_Reset_m902922481(__this, /*hidden argument*/NULL); DMListView_OnSendPosChanged_m3597349457(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::MoveToNextIndex() extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToNextIndex_m4222343137 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_MoveToNextIndex_m4222343137_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)); DMListViewItem_t3648257704 * V_4 = NULL; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_localPosition_m4234289348(L_1, /*hidden argument*/NULL); V_1 = L_2; float L_3 = (&V_1)->get_x_1(); GameObject_t1113636619 * L_4 = __this->get_m_controler_30(); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_localPosition_m4234289348(L_5, /*hidden argument*/NULL); V_2 = L_6; float L_7 = (&V_2)->get_y_2(); GameObject_t1113636619 * L_8 = __this->get_m_controler_30(); NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); V_3 = L_10; float L_11 = (&V_3)->get_z_3(); Vector3__ctor_m3353183577((&V_0), L_3, L_7, L_11, /*hidden argument*/NULL); List_1_t777473367 * L_12 = __this->get_m_listChildren_32(); NullCheck(L_12); Transform_t3600365921 * L_13 = List_1_get_Item_m3022113929(L_12, 0, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_13); DMListViewItem_t3648257704 * L_14 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_13, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_4 = L_14; int32_t L_15 = __this->get_m_Type_15(); if (L_15) { goto IL_009f; } } { float L_16 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); V_6 = L_16; float L_17 = (&V_0)->get_y_2(); DMListViewItem_t3648257704 * L_18 = V_4; NullCheck(L_18); float L_19 = DMListViewItem_GetLength_m1635247155(L_18, /*hidden argument*/NULL); float L_20 = V_6; float L_21 = __this->get_m_fPosMin_33(); float L_22 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_23 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)))), L_21, L_22, /*hidden argument*/NULL); V_5 = L_23; goto IL_00cc; } IL_009f: { float L_24 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); V_7 = L_24; float L_25 = (&V_0)->get_x_1(); DMListViewItem_t3648257704 * L_26 = V_4; NullCheck(L_26); float L_27 = DMListViewItem_GetLength_m1635247155(L_26, /*hidden argument*/NULL); float L_28 = V_7; float L_29 = __this->get_m_fPosMin_33(); float L_30 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_31 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_25, (float)((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)))), L_29, L_30, /*hidden argument*/NULL); V_5 = L_31; } IL_00cc: { float L_32 = V_5; DMListView_MoveToPos_m1082553601(__this, L_32, /*hidden argument*/NULL); return; } } // System.Void DMListView::MoveToPreIndex() extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToPreIndex_m3029827699 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_MoveToPreIndex_m3029827699_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)); DMListViewItem_t3648257704 * V_4 = NULL; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_localPosition_m4234289348(L_1, /*hidden argument*/NULL); V_1 = L_2; float L_3 = (&V_1)->get_x_1(); GameObject_t1113636619 * L_4 = __this->get_m_controler_30(); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_localPosition_m4234289348(L_5, /*hidden argument*/NULL); V_2 = L_6; float L_7 = (&V_2)->get_y_2(); GameObject_t1113636619 * L_8 = __this->get_m_controler_30(); NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); V_3 = L_10; float L_11 = (&V_3)->get_z_3(); Vector3__ctor_m3353183577((&V_0), L_3, L_7, L_11, /*hidden argument*/NULL); List_1_t777473367 * L_12 = __this->get_m_listChildren_32(); NullCheck(L_12); Transform_t3600365921 * L_13 = List_1_get_Item_m3022113929(L_12, 0, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_13); DMListViewItem_t3648257704 * L_14 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_13, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_4 = L_14; int32_t L_15 = __this->get_m_Type_15(); if (L_15) { goto IL_009f; } } { float L_16 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); V_6 = L_16; float L_17 = (&V_0)->get_y_2(); DMListViewItem_t3648257704 * L_18 = V_4; NullCheck(L_18); float L_19 = DMListViewItem_GetLength_m1635247155(L_18, /*hidden argument*/NULL); float L_20 = V_6; float L_21 = __this->get_m_fPosMin_33(); float L_22 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_23 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_17, (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)))), L_21, L_22, /*hidden argument*/NULL); V_5 = L_23; goto IL_00cc; } IL_009f: { float L_24 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); V_7 = L_24; float L_25 = (&V_0)->get_x_1(); DMListViewItem_t3648257704 * L_26 = V_4; NullCheck(L_26); float L_27 = DMListViewItem_GetLength_m1635247155(L_26, /*hidden argument*/NULL); float L_28 = V_7; float L_29 = __this->get_m_fPosMin_33(); float L_30 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_31 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_25, (float)((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)))), L_29, L_30, /*hidden argument*/NULL); V_5 = L_31; } IL_00cc: { float L_32 = V_5; DMListView_MoveToPos_m1082553601(__this, L_32, /*hidden argument*/NULL); return; } } // System.Void DMListView::EnableDrag(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMListView_EnableDrag_m2679076892 (DMListView_t512231514 * __this, bool ___bEnable0, const RuntimeMethod* method) { { bool L_0 = ___bEnable0; __this->set_m_bEnableDrag_36(L_0); bool L_1 = __this->get_m_bEnableDrag_36(); if (L_1) { goto IL_0018; } } { DMListView_TrySetDisactiveDMList_m1549469326(__this, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Void DMListView::Reset() extern "C" IL2CPP_METHOD_ATTR void DMListView_Reset_m902922481 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_Reset_m902922481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bClkingInside_37((bool)0); __this->set_m_fMoveSpeed_42((0.0f)); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_38(L_0); Vector2_t2156229523 L_1 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ClkPos_39(L_1); __this->set_m_ClkedIndex_40((-1)); DMListView_SetActive_m3341878478(__this, (-1), /*hidden argument*/NULL); return; } } // System.Void DMListView::SetActive(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetActive_m3341878478 (DMListView_t512231514 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_SetActive_m3341878478_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; DMListViewItem_t3648257704 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; DMListViewItem_t3648257704 * V_3 = NULL; { GameObject_t1113636619 * L_0 = __this->get_m_controler_30(); 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); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { int32_t L_2 = __this->get_m_nActiveIndex_35(); int32_t L_3 = ___nIndex0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_002a; } } { bool L_4 = __this->get_m_bEnableActiveMulti_13(); if (L_4) { goto IL_002a; } } { return; } IL_002a: { int32_t L_5 = __this->get_m_nActiveIndex_35(); Transform_t3600365921 * L_6 = DMListView_GetChild_m2593465524(__this, 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); if (!L_8) { goto IL_0075; } } { int32_t L_9 = __this->get_m_nActiveIndex_35(); int32_t L_10 = ___nIndex0; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0075; } } { Transform_t3600365921 * L_11 = V_0; NullCheck(L_11); DMListViewItem_t3648257704 * L_12 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_11, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_1 = L_12; DMListViewItem_t3648257704 * 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); if (!L_14) { goto IL_0069; } } { DMListViewItem_t3648257704 * L_15 = V_1; NullCheck(L_15); DMListViewItem_SetActive_m4045419108(L_15, (bool)0, /*hidden argument*/NULL); } IL_0069: { Transform_t3600365921 * L_16 = V_0; NullCheck(L_16); Component_SendMessage_m1441147224(L_16, _stringLiteral3197631421, 1, /*hidden argument*/NULL); } IL_0075: { int32_t L_17 = ___nIndex0; Transform_t3600365921 * L_18 = DMListView_GetChild_m2593465524(__this, L_17, /*hidden argument*/NULL); V_2 = L_18; Transform_t3600365921 * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00af; } } { Transform_t3600365921 * L_21 = V_2; NullCheck(L_21); DMListViewItem_t3648257704 * L_22 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_21, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_3 = L_22; DMListViewItem_t3648257704 * L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00a3; } } { DMListViewItem_t3648257704 * L_25 = V_3; NullCheck(L_25); DMListViewItem_SetActive_m4045419108(L_25, (bool)1, /*hidden argument*/NULL); } IL_00a3: { Transform_t3600365921 * L_26 = V_2; NullCheck(L_26); Component_SendMessage_m1441147224(L_26, _stringLiteral1491195644, 1, /*hidden argument*/NULL); } IL_00af: { int32_t L_27 = ___nIndex0; __this->set_m_nActiveIndex_35(L_27); GameObject_t1113636619 * L_28 = __this->get_m_ActiveReceiver_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_29 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0110; } } { String_t* L_30 = __this->get_m_ActiveReceiverName_9(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_0110; } } { GameObject_t1113636619 * L_32 = __this->get_m_ActiveReceiver_8(); String_t* L_33 = __this->get_m_ActiveReceiverName_9(); Vector2_t2156229523 * L_34 = __this->get_address_of_m_ClkPos_39(); float L_35 = L_34->get_x_0(); Vector2_t2156229523 * L_36 = __this->get_address_of_m_ClkPos_39(); float L_37 = L_36->get_y_1(); int32_t L_38 = __this->get_m_nActiveIndex_35(); Vector3_t3722313464 L_39; memset(&L_39, 0, sizeof(L_39)); Vector3__ctor_m3353183577((&L_39), L_35, L_37, (((float)((float)L_38))), /*hidden argument*/NULL); Vector3_t3722313464 L_40 = L_39; RuntimeObject * L_41 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_40); NullCheck(L_32); GameObject_SendMessage_m3720186693(L_32, L_33, L_41, 1, /*hidden argument*/NULL); } IL_0110: { bool L_42 = __this->get_isCommonItemList_2(); if (L_42) { goto IL_0121; } } { DMListView_ReCalculate_m4152387914(__this, /*hidden argument*/NULL); } IL_0121: { return; } } // UnityEngine.Transform DMListView::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * DMListView_GetChild_m2593465524 (DMListView_t512231514 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetChild_m2593465524_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Enumerator_t2666717244 V_1; memset(&V_1, 0, sizeof(V_1)); Transform_t3600365921 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { List_1_t777473367 * L_0 = __this->get_m_listChildren_32(); if (!L_0) { goto IL_0012; } } { int32_t L_1 = ___nIndex0; if ((((int32_t)0) <= ((int32_t)L_1))) { goto IL_0014; } } IL_0012: { return (Transform_t3600365921 *)NULL; } IL_0014: { bool L_2 = __this->get_isCommonItemList_2(); if (!L_2) { goto IL_0085; } } { List_1_t777473367 * L_3 = __this->get_m_listChildren_32(); NullCheck(L_3); Enumerator_t2666717244 L_4 = List_1_GetEnumerator_m2007918179(L_3, /*hidden argument*/List_1_GetEnumerator_m2007918179_RuntimeMethod_var); V_1 = L_4; } IL_002b: try { // begin try (depth: 1) { goto IL_0061; } IL_0030: { Transform_t3600365921 * L_5 = Enumerator_get_Current_m1805519187((&V_1), /*hidden argument*/Enumerator_get_Current_m1805519187_RuntimeMethod_var); V_0 = L_5; Transform_t3600365921 * L_6 = V_0; NullCheck(L_6); DMListViewItem_t3648257704 * L_7 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_6, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_7, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0061; } } IL_0049: { Transform_t3600365921 * L_9 = V_0; NullCheck(L_9); DMListViewItem_t3648257704 * L_10 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_9, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); NullCheck(L_10); int32_t L_11 = DMListViewItem_GetIndex_m1373550525(L_10, /*hidden argument*/NULL); int32_t L_12 = ___nIndex0; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0061; } } IL_005a: { Transform_t3600365921 * L_13 = V_0; V_2 = L_13; IL2CPP_LEAVE(0xA7, FINALLY_0072); } IL_0061: { bool L_14 = Enumerator_MoveNext_m1189914609((&V_1), /*hidden argument*/Enumerator_MoveNext_m1189914609_RuntimeMethod_var); if (L_14) { goto IL_0030; } } IL_006d: { IL2CPP_LEAVE(0x80, FINALLY_0072); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0072; } FINALLY_0072: { // begin finally (depth: 1) Enumerator_Dispose_m1405104490((&V_1), /*hidden argument*/Enumerator_Dispose_m1405104490_RuntimeMethod_var); IL2CPP_END_FINALLY(114) } // end finally (depth: 1) IL2CPP_CLEANUP(114) { IL2CPP_JUMP_TBL(0xA7, IL_00a7) IL2CPP_JUMP_TBL(0x80, IL_0080) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0080: { goto IL_00a5; } IL_0085: { List_1_t777473367 * L_15 = __this->get_m_listChildren_32(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m3787308655(L_15, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); int32_t L_17 = ___nIndex0; if ((((int32_t)L_16) > ((int32_t)L_17))) { goto IL_0098; } } { return (Transform_t3600365921 *)NULL; } IL_0098: { List_1_t777473367 * L_18 = __this->get_m_listChildren_32(); int32_t L_19 = ___nIndex0; NullCheck(L_18); Transform_t3600365921 * L_20 = List_1_get_Item_m3022113929(L_18, L_19, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); return L_20; } IL_00a5: { return (Transform_t3600365921 *)NULL; } IL_00a7: { Transform_t3600365921 * L_21 = V_2; return L_21; } } // System.Int32 DMListView::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t DMListView_GetCount_m1758119318 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetCount_m1758119318_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; int32_t G_B9_0 = 0; { bool L_0 = __this->get_isCommonItemList_2(); if (!L_0) { goto IL_0033; } } { List_1_t777473367 * L_1 = __this->get_m_listChildren_32(); if (!L_1) { goto IL_0026; } } { List_1_t777473367 * L_2 = __this->get_m_listChildren_32(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m3787308655(L_2, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if (L_3) { goto IL_002c; } } IL_0026: { G_B5_0 = 0; goto IL_0032; } IL_002c: { int32_t L_4 = __this->get_totalCount_21(); G_B5_0 = L_4; } IL_0032: { return G_B5_0; } IL_0033: { List_1_t777473367 * L_5 = __this->get_m_listChildren_32(); if (!L_5) { goto IL_004e; } } { List_1_t777473367 * L_6 = __this->get_m_listChildren_32(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3787308655(L_6, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); G_B9_0 = L_7; goto IL_004f; } IL_004e: { G_B9_0 = 0; } IL_004f: { return G_B9_0; } } // System.Void DMListView::SetCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetCount_m3988156788 (DMListView_t512231514 * __this, int32_t ___nCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_SetCount_m3988156788_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nCount0; StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)2)); 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(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); StringU5BU5D_t1281789340* L_3 = L_1; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (String_t*)L_4); DMListView_SetCount_m1953644949(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Void DMListView::SetCount(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetCount_m1120648286 (DMListView_t512231514 * __this, int32_t ___nCount0, String_t* ___ChildResPath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_SetCount_m1120648286_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nCount0; StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)2)); String_t* L_2 = ___ChildResPath1; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); StringU5BU5D_t1281789340* L_3 = L_1; 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(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (String_t*)L_4); DMListView_SetCount_m1953644949(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Void DMListView::SetCount(System.Int32,System.String[]) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetCount_m1953644949 (DMListView_t512231514 * __this, int32_t ___nCount0, StringU5BU5D_t1281789340* ___CustomItemName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_SetCount_m1953644949_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nCount0; 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(); StringU5BU5D_t1281789340* L_2 = ___CustomItemName1; DMListView_SetCount_m664444560(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMListView::SetCount(System.Int32,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetCount_m664444560 (DMListView_t512231514 * __this, int32_t ___nCount0, String_t* ___ChildResPath1, StringU5BU5D_t1281789340* ___CustomItemName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_SetCount_m664444560_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___nCount0; if ((((int32_t)0) < ((int32_t)L_0))) { goto IL_000e; } } { DMListView_DeleteAll_m488542252(__this, /*hidden argument*/NULL); return; } IL_000e: { DMListView_OnInitSubUI_m2161848775(__this, /*hidden argument*/NULL); int32_t L_1 = DMListView_GetCount_m1758119318(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = ___nCount0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0043; } } { int32_t L_4 = V_0; int32_t L_5 = ___nCount0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___nCount0; int32_t L_7 = V_0; String_t* L_8 = ___ChildResPath1; DMListView_Increase_m2926389094(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), L_8, /*hidden argument*/NULL); goto IL_0043; } IL_003a: { int32_t L_9 = V_0; int32_t L_10 = ___nCount0; DMListView_Remove_m2211400149(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); } IL_0043: { V_1 = 0; goto IL_0079; } IL_004a: { StringU5BU5D_t1281789340* L_11 = ___CustomItemName2; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; String_t* L_14 = (L_11)->GetAt(static_cast(L_13)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005c; } } { goto IL_0075; } IL_005c: { List_1_t777473367 * L_16 = __this->get_m_listChildren_32(); int32_t L_17 = V_1; NullCheck(L_16); Transform_t3600365921 * L_18 = List_1_get_Item_m3022113929(L_16, L_17, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_18); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(L_18, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_20 = ___CustomItemName2; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_19); Object_set_name_m291480324(L_19, L_23, /*hidden argument*/NULL); } IL_0075: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0079: { int32_t L_25 = V_1; int32_t L_26 = ___nCount0; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_0089; } } { int32_t L_27 = V_1; StringU5BU5D_t1281789340* L_28 = ___CustomItemName2; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_004a; } } IL_0089: { return; } } // System.Void DMListView::GenerateItemList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_GenerateItemList_m637906825 (DMListView_t512231514 * __this, int32_t ____count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GenerateItemList_m637906825_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ____count0; 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(); DMListView_GenerateItemList_m3343036406(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMListView::GenerateItemList(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DMListView_GenerateItemList_m3343036406 (DMListView_t512231514 * __this, int32_t ____count0, String_t* ___ChildResPath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GenerateItemList_m3343036406_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; GameObject_t1113636619 * V_1 = NULL; DMListViewItem_t3648257704 * V_2 = NULL; float V_3 = 0.0f; Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); Vector4_t3319028937 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; String_t* V_7 = NULL; int32_t V_8 = 0; GameObject_t1113636619 * V_9 = NULL; DMListViewItem_t3648257704 * V_10 = NULL; String_t* G_B12_0 = NULL; { DMListView_DeleteAll_m488542252(__this, /*hidden argument*/NULL); int32_t L_0 = ____count0; __this->set_totalCount_21(L_0); DMListView_OnInitSubUI_m2161848775(__this, /*hidden argument*/NULL); V_0 = (-1.0f); String_t* L_1 = ___ChildResPath1; GameObject_t1113636619 * L_2 = DMListView_GetChildItemOrg_m994870179(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; GameObject_t1113636619 * L_3 = V_1; 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_0033; } } { V_0 = (1.0f); } IL_0033: { GameObject_t1113636619 * L_5 = V_1; NullCheck(L_5); DMListViewItem_t3648257704 * L_6 = GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678(L_5, /*hidden argument*/GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678_RuntimeMethod_var); V_2 = L_6; DMListViewItem_t3648257704 * L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004d; } } { DMListViewItem_t3648257704 * L_9 = V_2; NullCheck(L_9); float L_10 = L_9->get_m_DisactiveLength_3(); V_0 = L_10; } IL_004d: { int32_t L_11 = __this->get_m_Type_15(); if (L_11) { goto IL_0080; } } { float L_12 = V_0; float L_13 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); __this->set_perItemLength_22(((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))); UIPanel_t1716472341 * L_14 = __this->get_m_panel_29(); NullCheck(L_14); Vector4_t3319028937 L_15 = UIPanel_get_clipRange_m1219521389(L_14, /*hidden argument*/NULL); V_4 = L_15; float L_16 = (&V_4)->get_w_4(); V_3 = L_16; goto IL_00a3; } IL_0080: { float L_17 = V_0; float L_18 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); __this->set_perItemLength_22(((float)il2cpp_codegen_multiply((float)L_17, (float)L_18))); UIPanel_t1716472341 * L_19 = __this->get_m_panel_29(); NullCheck(L_19); Vector4_t3319028937 L_20 = UIPanel_get_clipRange_m1219521389(L_19, /*hidden argument*/NULL); V_5 = L_20; float L_21 = (&V_5)->get_z_3(); V_3 = L_21; } IL_00a3: { float L_22 = V_3; float L_23 = __this->get_perItemLength_22(); int32_t L_24 = __this->get_preloadNumb_20(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)((float)((float)L_22/(float)L_23))))), (int32_t)L_24)); int32_t L_25 = ____count0; int32_t L_26 = V_6; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_00c0; } } { int32_t L_27 = ____count0; V_6 = L_27; } IL_00c0: { String_t* L_28 = ___ChildResPath1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_29 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00d6; } } { String_t* L_30 = __this->get_m_childPath_4(); G_B12_0 = L_30; goto IL_00d7; } IL_00d6: { String_t* L_31 = ___ChildResPath1; G_B12_0 = L_31; } IL_00d7: { V_7 = G_B12_0; V_8 = 0; goto IL_01a6; } IL_00e1: { GameObject_t1113636619 * L_32 = V_1; String_t* L_33 = V_7; Object_t631007953 * L_34 = DMMiscInterface_InstantiateAndTranslate_m49106157(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); V_9 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_34, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_35 = V_9; String_t* L_36 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1949155672, L_36, /*hidden argument*/NULL); NullCheck(L_35); Object_set_name_m291480324(L_35, L_37, /*hidden argument*/NULL); GameObject_t1113636619 * L_38 = V_9; NullCheck(L_38); Transform_t3600365921 * L_39 = GameObject_get_transform_m1369836730(L_38, /*hidden argument*/NULL); GameObject_t1113636619 * L_40 = __this->get_m_controler_30(); NullCheck(L_40); Transform_t3600365921 * L_41 = GameObject_get_transform_m1369836730(L_40, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_parent_m786917804(L_39, L_41, /*hidden argument*/NULL); GameObject_t1113636619 * L_42 = V_9; NullCheck(L_42); Transform_t3600365921 * L_43 = GameObject_get_transform_m1369836730(L_42, /*hidden argument*/NULL); Vector3_t3722313464 L_44; memset(&L_44, 0, sizeof(L_44)); Vector3__ctor_m3353183577((&L_44), (0.0f), (0.0f), (-0.1f), /*hidden argument*/NULL); NullCheck(L_43); Transform_set_localPosition_m4128471975(L_43, L_44, /*hidden argument*/NULL); GameObject_t1113636619 * L_45 = V_9; NullCheck(L_45); Transform_t3600365921 * L_46 = GameObject_get_transform_m1369836730(L_45, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_47 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); Transform_set_localScale_m3053443106(L_46, L_47, /*hidden argument*/NULL); GameObject_t1113636619 * L_48 = V_9; NullCheck(L_48); Transform_t3600365921 * L_49 = GameObject_get_transform_m1369836730(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_50 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); Transform_set_localRotation_m19445462(L_49, L_50, /*hidden argument*/NULL); GameObject_t1113636619 * L_51 = V_9; NullCheck(L_51); DMListViewItem_t3648257704 * L_52 = GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678(L_51, /*hidden argument*/GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678_RuntimeMethod_var); V_10 = L_52; DMListViewItem_t3648257704 * L_53 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_54 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_018e; } } { int32_t L_55 = V_6; int32_t L_56 = ____count0; if ((((int32_t)L_55) > ((int32_t)L_56))) { goto IL_018e; } } { DMListViewItem_t3648257704 * L_57 = V_10; int32_t L_58 = V_8; NullCheck(L_57); DMListViewItem_SetIndex_m3846161515(L_57, L_58, /*hidden argument*/NULL); } IL_018e: { List_1_t777473367 * L_59 = __this->get_m_listChildren_32(); GameObject_t1113636619 * L_60 = V_9; NullCheck(L_60); Transform_t3600365921 * L_61 = GameObject_get_transform_m1369836730(L_60, /*hidden argument*/NULL); NullCheck(L_59); List_1_Add_m4073477735(L_59, L_61, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); int32_t L_62 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_01a6: { int32_t L_63 = V_8; int32_t L_64 = V_6; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_00e1; } } { DMListView_ReCalculate_m4152387914(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::Increase(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_Increase_m3178296927 (DMListView_t512231514 * __this, int32_t ___AddCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_Increase_m3178296927_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___AddCount0; 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(); DMListView_Increase_m2926389094(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMListView::Increase(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DMListView_Increase_m2926389094 (DMListView_t512231514 * __this, int32_t ___AddCount0, String_t* ___ChildResPath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_Increase_m2926389094_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameObject_t1113636619 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; GameObject_t1113636619 * V_4 = NULL; int32_t V_5 = 0; DMListViewItem_t3648257704 * V_6 = NULL; String_t* G_B5_0 = NULL; { List_1_t777473367 * L_0 = __this->get_m_listChildren_32(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { DMListView_OnInitSubUI_m2161848775(__this, /*hidden argument*/NULL); List_1_t777473367 * L_1 = __this->get_m_listChildren_32(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3787308655(L_1, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); V_0 = L_2; String_t* L_3 = ___ChildResPath1; GameObject_t1113636619 * L_4 = DMListView_GetChildItemOrg_m994870179(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = ___ChildResPath1; 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_003c; } } { String_t* L_7 = __this->get_m_childPath_4(); G_B5_0 = L_7; goto IL_003d; } IL_003c: { String_t* L_8 = ___ChildResPath1; G_B5_0 = L_8; } IL_003d: { V_2 = G_B5_0; V_3 = 0; goto IL_0105; } IL_0045: { GameObject_t1113636619 * L_9 = V_1; String_t* L_10 = V_2; Object_t631007953 * L_11 = DMMiscInterface_InstantiateAndTranslate_m49106157(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_4 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_11, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_12 = V_4; int32_t L_13 = V_3; int32_t L_14 = V_0; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); String_t* L_15 = Int32_ToString_m141394615((&V_5), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1949155672, L_15, /*hidden argument*/NULL); NullCheck(L_12); Object_set_name_m291480324(L_12, L_16, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = V_4; NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = __this->get_m_controler_30(); NullCheck(L_19); Transform_t3600365921 * L_20 = GameObject_get_transform_m1369836730(L_19, /*hidden argument*/NULL); NullCheck(L_18); Transform_set_parent_m786917804(L_18, L_20, /*hidden argument*/NULL); GameObject_t1113636619 * L_21 = V_4; NullCheck(L_21); Transform_t3600365921 * L_22 = GameObject_get_transform_m1369836730(L_21, /*hidden argument*/NULL); Vector3_t3722313464 L_23; memset(&L_23, 0, sizeof(L_23)); Vector3__ctor_m3353183577((&L_23), (0.0f), (0.0f), (-0.1f), /*hidden argument*/NULL); NullCheck(L_22); Transform_set_localPosition_m4128471975(L_22, L_23, /*hidden argument*/NULL); GameObject_t1113636619 * L_24 = V_4; NullCheck(L_24); Transform_t3600365921 * L_25 = GameObject_get_transform_m1369836730(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); Transform_set_localScale_m3053443106(L_25, L_26, /*hidden argument*/NULL); GameObject_t1113636619 * L_27 = V_4; NullCheck(L_27); Transform_t3600365921 * L_28 = GameObject_get_transform_m1369836730(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_29 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); Transform_set_localRotation_m19445462(L_28, L_29, /*hidden argument*/NULL); GameObject_t1113636619 * L_30 = V_4; NullCheck(L_30); DMListViewItem_t3648257704 * L_31 = GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678(L_30, /*hidden argument*/GameObject_GetComponent_TisDMListViewItem_t3648257704_m3476183678_RuntimeMethod_var); V_6 = L_31; DMListViewItem_t3648257704 * 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_00ef; } } { DMListViewItem_t3648257704 * L_34 = V_6; int32_t L_35 = V_3; int32_t L_36 = V_0; NullCheck(L_34); DMListViewItem_SetIndex_m3846161515(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)), /*hidden argument*/NULL); } IL_00ef: { List_1_t777473367 * L_37 = __this->get_m_listChildren_32(); GameObject_t1113636619 * L_38 = V_4; NullCheck(L_38); Transform_t3600365921 * L_39 = GameObject_get_transform_m1369836730(L_38, /*hidden argument*/NULL); NullCheck(L_37); List_1_Add_m4073477735(L_37, L_39, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0105: { int32_t L_41 = V_3; int32_t L_42 = ___AddCount0; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_0045; } } { DMListView_ReCalculate_m4152387914(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_Remove_m2211400149 (DMListView_t512231514 * __this, int32_t ___removeCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_Remove_m2211400149_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t777473367 * L_0 = __this->get_m_listChildren_32(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { DMListView_OnInitSubUI_m2161848775(__this, /*hidden argument*/NULL); List_1_t777473367 * L_1 = __this->get_m_listChildren_32(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3787308655(L_1, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); V_0 = L_2; int32_t L_3 = V_0; int32_t L_4 = ___removeCount0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Min_m18103608(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = Mathf_Max_m3673002171(NULL /*static, unused*/, 0, L_5, /*hidden argument*/NULL); ___removeCount0 = L_6; int32_t L_7 = ___removeCount0; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_003e; } } { int32_t L_8 = V_0; int32_t L_9 = ___removeCount0; int32_t L_10 = ___removeCount0; DMListView_RemoveRange_m662338434(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), L_10, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void DMListView::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_RemoveRange_m662338434 (DMListView_t512231514 * __this, int32_t ___indexStart0, int32_t ___removeCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_RemoveRange_m662338434_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; DMListViewItem_t3648257704 * V_4 = NULL; { List_1_t777473367 * L_0 = __this->get_m_listChildren_32(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { DMListView_OnInitSubUI_m2161848775(__this, /*hidden argument*/NULL); List_1_t777473367 * L_1 = __this->get_m_listChildren_32(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3787308655(L_1, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) < ((int32_t)L_3))) { goto IL_0026; } } { return; } IL_0026: { int32_t L_4 = ___indexStart0; int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_4, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); ___indexStart0 = L_6; int32_t L_7 = ___removeCount1; int32_t L_8 = V_0; int32_t L_9 = ___indexStart0; int32_t L_10 = Mathf_Min_m18103608(NULL /*static, unused*/, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); int32_t L_11 = Mathf_Max_m3673002171(NULL /*static, unused*/, 0, L_10, /*hidden argument*/NULL); ___removeCount1 = L_11; int32_t L_12 = ___removeCount1; if ((((int32_t)0) < ((int32_t)L_12))) { goto IL_004b; } } { return; } IL_004b: { V_1 = 0; goto IL_0097; } IL_0052: { List_1_t777473367 * L_13 = __this->get_m_listChildren_32(); int32_t L_14 = ___indexStart0; int32_t L_15 = V_1; NullCheck(L_13); Transform_t3600365921 * L_16 = List_1_get_Item_m3022113929(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); 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_0093; } } { List_1_t777473367 * L_18 = __this->get_m_listChildren_32(); int32_t L_19 = ___indexStart0; int32_t L_20 = V_1; NullCheck(L_18); Transform_t3600365921 * L_21 = List_1_get_Item_m3022113929(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_22, (bool)1, /*hidden argument*/NULL); List_1_t777473367 * L_23 = __this->get_m_listChildren_32(); int32_t L_24 = ___indexStart0; int32_t L_25 = V_1; NullCheck(L_23); List_1_set_Item_m3812226211(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (Transform_t3600365921 *)NULL, /*hidden argument*/List_1_set_Item_m3812226211_RuntimeMethod_var); } IL_0093: { int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0097: { int32_t L_27 = V_1; int32_t L_28 = ___removeCount1; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0052; } } { int32_t L_29 = V_0; int32_t L_30 = ___removeCount1; int32_t L_31 = ___indexStart0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)), (int32_t)L_31)); V_3 = 0; goto IL_00f9; } IL_00ab: { List_1_t777473367 * L_32 = __this->get_m_listChildren_32(); int32_t L_33 = ___indexStart0; int32_t L_34 = V_3; List_1_t777473367 * L_35 = __this->get_m_listChildren_32(); int32_t L_36 = ___indexStart0; int32_t L_37 = V_3; int32_t L_38 = ___removeCount1; NullCheck(L_35); Transform_t3600365921 * L_39 = List_1_get_Item_m3022113929(L_35, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)), (int32_t)L_38)), /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_32); List_1_set_Item_m3812226211(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)), L_39, /*hidden argument*/List_1_set_Item_m3812226211_RuntimeMethod_var); List_1_t777473367 * L_40 = __this->get_m_listChildren_32(); int32_t L_41 = ___indexStart0; int32_t L_42 = V_3; NullCheck(L_40); Transform_t3600365921 * L_43 = List_1_get_Item_m3022113929(L_40, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)), /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_43); DMListViewItem_t3648257704 * L_44 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_43, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_4 = L_44; DMListViewItem_t3648257704 * L_45 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_00f5; } } { DMListViewItem_t3648257704 * L_47 = V_4; int32_t L_48 = ___indexStart0; int32_t L_49 = V_3; NullCheck(L_47); DMListViewItem_SetIndex_m3846161515(L_47, ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)), /*hidden argument*/NULL); } IL_00f5: { int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00f9: { int32_t L_51 = V_3; int32_t L_52 = V_2; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_00ab; } } { List_1_t777473367 * L_53 = __this->get_m_listChildren_32(); int32_t L_54 = V_0; int32_t L_55 = ___removeCount1; int32_t L_56 = ___removeCount1; NullCheck(L_53); List_1_RemoveRange_m164090222(L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55)), L_56, /*hidden argument*/List_1_RemoveRange_m164090222_RuntimeMethod_var); DMListView_ReCalculate_m4152387914(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::DeleteAll() extern "C" IL2CPP_METHOD_ATTR void DMListView_DeleteAll_m488542252 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_DeleteAll_m488542252_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t777473367 * L_0 = __this->get_m_listChildren_32(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = 0; goto IL_0045; } IL_0013: { List_1_t777473367 * L_1 = __this->get_m_listChildren_32(); int32_t L_2 = V_0; NullCheck(L_1); Transform_t3600365921 * L_3 = List_1_get_Item_m3022113929(L_1, L_2, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); 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_0041; } } { List_1_t777473367 * L_5 = __this->get_m_listChildren_32(); int32_t L_6 = V_0; NullCheck(L_5); Transform_t3600365921 * L_7 = List_1_get_Item_m3022113929(L_5, L_6, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_8, (bool)1, /*hidden argument*/NULL); } IL_0041: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0045: { int32_t L_10 = V_0; List_1_t777473367 * L_11 = __this->get_m_listChildren_32(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m3787308655(L_11, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0013; } } { List_1_t777473367 * L_13 = __this->get_m_listChildren_32(); NullCheck(L_13); List_1_Clear_m3082658015(L_13, /*hidden argument*/List_1_Clear_m3082658015_RuntimeMethod_var); DMListView_ReCalculate_m4152387914(__this, /*hidden argument*/NULL); DMListView_Reset_m902922481(__this, /*hidden argument*/NULL); __this->set_m_nActiveIndex_35((-1)); GameObject_t1113636619 * L_14 = __this->get_m_ActiveReceiver_8(); 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_00ce; } } { String_t* L_16 = __this->get_m_ActiveReceiverName_9(); 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_00ce; } } { GameObject_t1113636619 * L_18 = __this->get_m_ActiveReceiver_8(); String_t* L_19 = __this->get_m_ActiveReceiverName_9(); Vector2_t2156229523 * L_20 = __this->get_address_of_m_ClkPos_39(); float L_21 = L_20->get_x_0(); Vector2_t2156229523 * L_22 = __this->get_address_of_m_ClkPos_39(); float L_23 = L_22->get_y_1(); int32_t L_24 = __this->get_m_nActiveIndex_35(); Vector3_t3722313464 L_25; memset(&L_25, 0, sizeof(L_25)); Vector3__ctor_m3353183577((&L_25), L_21, L_23, (((float)((float)L_24))), /*hidden argument*/NULL); Vector3_t3722313464 L_26 = L_25; RuntimeObject * L_27 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_26); NullCheck(L_18); GameObject_SendMessage_m3720186693(L_18, L_19, L_27, 1, /*hidden argument*/NULL); } IL_00ce: { return; } } // System.Boolean DMListView::Delete(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DMListView_Delete_m3652813578 (DMListView_t512231514 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_Delete_m3652813578_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; DMListViewItem_t3648257704 * V_2 = NULL; { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0018; } } { List_1_t777473367 * L_1 = __this->get_m_listChildren_32(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3787308655(L_1, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); int32_t L_3 = ___nIndex0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { int32_t L_4 = ___nIndex0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_007f; } IL_0023: { List_1_t777473367 * L_5 = __this->get_m_listChildren_32(); int32_t L_6 = V_0; NullCheck(L_5); Transform_t3600365921 * L_7 = List_1_get_Item_m3022113929(L_5, L_6, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); String_t* L_10 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1949155672, L_10, /*hidden argument*/NULL); NullCheck(L_8); Object_set_name_m291480324(L_8, L_11, /*hidden argument*/NULL); List_1_t777473367 * L_12 = __this->get_m_listChildren_32(); int32_t L_13 = V_0; NullCheck(L_12); Transform_t3600365921 * L_14 = List_1_get_Item_m3022113929(L_12, L_13, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_14); DMListViewItem_t3648257704 * L_15 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_14, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_2 = L_15; DMListViewItem_t3648257704 * L_16 = V_2; 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_007b; } } { DMListViewItem_t3648257704 * L_18 = V_2; int32_t L_19 = V_0; NullCheck(L_18); DMListViewItem_SetIndex_m3846161515(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); } IL_007b: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007f: { int32_t L_21 = V_0; List_1_t777473367 * L_22 = __this->get_m_listChildren_32(); NullCheck(L_22); int32_t L_23 = List_1_get_Count_m3787308655(L_22, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0023; } } { List_1_t777473367 * L_24 = __this->get_m_listChildren_32(); int32_t L_25 = ___nIndex0; NullCheck(L_24); Transform_t3600365921 * L_26 = List_1_get_Item_m3022113929(L_24, L_25, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_26); GameObject_t1113636619 * L_27 = Component_get_gameObject_m442555142(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_27, (bool)1, /*hidden argument*/NULL); List_1_t777473367 * L_28 = __this->get_m_listChildren_32(); int32_t L_29 = ___nIndex0; NullCheck(L_28); List_1_RemoveAt_m1187184528(L_28, L_29, /*hidden argument*/List_1_RemoveAt_m1187184528_RuntimeMethod_var); int32_t L_30 = __this->get_m_ClkedIndex_40(); int32_t L_31 = ___nIndex0; if ((!(((uint32_t)L_30) == ((uint32_t)L_31)))) { goto IL_00c6; } } { __this->set_m_ClkedIndex_40((-1)); } IL_00c6: { int32_t L_32 = __this->get_m_nActiveIndex_35(); int32_t L_33 = ___nIndex0; if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_0133; } } { __this->set_m_nActiveIndex_35((-1)); GameObject_t1113636619 * L_34 = __this->get_m_ActiveReceiver_8(); 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_0133; } } { String_t* L_36 = __this->get_m_ActiveReceiverName_9(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_0133; } } { GameObject_t1113636619 * L_38 = __this->get_m_ActiveReceiver_8(); String_t* L_39 = __this->get_m_ActiveReceiverName_9(); Vector2_t2156229523 * L_40 = __this->get_address_of_m_ClkPos_39(); float L_41 = L_40->get_x_0(); Vector2_t2156229523 * L_42 = __this->get_address_of_m_ClkPos_39(); float L_43 = L_42->get_y_1(); int32_t L_44 = __this->get_m_nActiveIndex_35(); Vector3_t3722313464 L_45; memset(&L_45, 0, sizeof(L_45)); Vector3__ctor_m3353183577((&L_45), L_41, L_43, (((float)((float)L_44))), /*hidden argument*/NULL); Vector3_t3722313464 L_46 = L_45; RuntimeObject * L_47 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_46); NullCheck(L_38); GameObject_SendMessage_m3720186693(L_38, L_39, L_47, 1, /*hidden argument*/NULL); } IL_0133: { DMListView_ReCalculate_m4152387914(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMListView::AutoLayout() extern "C" IL2CPP_METHOD_ATTR void DMListView_AutoLayout_m202397155 (DMListView_t512231514 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMListView::ReCalculate() extern "C" IL2CPP_METHOD_ATTR void DMListView_ReCalculate_m4152387914 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_ReCalculate_m4152387914_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; int32_t V_5 = 0; DMListViewItem_t3648257704 * V_6 = NULL; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); float V_8 = 0.0f; float V_9 = 0.0f; Vector4_t3319028937 V_10; memset(&V_10, 0, sizeof(V_10)); Vector4_t3319028937 V_11; memset(&V_11, 0, sizeof(V_11)); float V_12 = 0.0f; Vector4_t3319028937 V_13; memset(&V_13, 0, sizeof(V_13)); Vector4_t3319028937 V_14; memset(&V_14, 0, sizeof(V_14)); Vector3_t3722313464 V_15; memset(&V_15, 0, sizeof(V_15)); Vector4_t3319028937 V_16; memset(&V_16, 0, sizeof(V_16)); float V_17 = 0.0f; Vector4_t3319028937 V_18; memset(&V_18, 0, sizeof(V_18)); Vector4_t3319028937 V_19; memset(&V_19, 0, sizeof(V_19)); float V_20 = 0.0f; Vector4_t3319028937 V_21; memset(&V_21, 0, sizeof(V_21)); Vector4_t3319028937 V_22; memset(&V_22, 0, sizeof(V_22)); Vector3_t3722313464 V_23; memset(&V_23, 0, sizeof(V_23)); Vector4_t3319028937 V_24; memset(&V_24, 0, sizeof(V_24)); float G_B5_0 = 0.0f; { UIPanel_t1716472341 * L_0 = __this->get_m_panel_29(); 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 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); V_0 = L_2; float L_3 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = __this->get_m_Type_15(); if (L_4) { goto IL_0031; } } { float L_5 = V_1; G_B5_0 = L_5; goto IL_0032; } IL_0031: { float L_6 = V_0; G_B5_0 = L_6; } IL_0032: { V_2 = G_B5_0; V_3 = (0.0f); V_4 = (0.0f); V_5 = 0; goto IL_0101; } IL_0048: { List_1_t777473367 * L_7 = __this->get_m_listChildren_32(); int32_t L_8 = V_5; NullCheck(L_7); Transform_t3600365921 * L_9 = List_1_get_Item_m3022113929(L_7, L_8, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_9); DMListViewItem_t3648257704 * L_10 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_9, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_6 = L_10; DMListViewItem_t3648257704 * L_11 = V_6; 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_008a; } } { String_t* L_13 = Int32_ToString_m141394615((&V_5), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1861576076, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); goto IL_00fb; } IL_008a: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_15 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = L_15; DMListViewItem_t3648257704 * L_16 = V_6; NullCheck(L_16); float L_17 = DMListViewItem_GetLength_m1635247155(L_16, /*hidden argument*/NULL); V_8 = L_17; float L_18 = V_8; float L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_20 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); V_4 = L_20; int32_t L_21 = __this->get_m_Type_15(); if (L_21) { goto IL_00ce; } } { (&V_7)->set_x_1((0.0f)); float L_22 = V_3; (&V_7)->set_y_2(L_22); float L_23 = V_3; float L_24 = V_8; V_3 = ((float)il2cpp_codegen_subtract((float)L_23, (float)L_24)); goto IL_00e7; } IL_00ce: { (&V_7)->set_y_2((0.0f)); float L_25 = V_3; (&V_7)->set_x_1(L_25); float L_26 = V_3; float L_27 = V_8; V_3 = ((float)il2cpp_codegen_add((float)L_26, (float)L_27)); } IL_00e7: { List_1_t777473367 * L_28 = __this->get_m_listChildren_32(); int32_t L_29 = V_5; NullCheck(L_28); Transform_t3600365921 * L_30 = List_1_get_Item_m3022113929(L_28, L_29, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); Vector3_t3722313464 L_31 = V_7; NullCheck(L_30); Transform_set_localPosition_m4128471975(L_30, L_31, /*hidden argument*/NULL); } IL_00fb: { int32_t L_32 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0101: { int32_t L_33 = V_5; List_1_t777473367 * L_34 = __this->get_m_listChildren_32(); NullCheck(L_34); int32_t L_35 = List_1_get_Count_m3787308655(L_34, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_0048; } } { float L_36 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_37 = fabsf(L_36); V_3 = L_37; int32_t L_38 = __this->get_m_Type_15(); if (L_38) { goto IL_0252; } } { UIPanel_t1716472341 * L_39 = __this->get_m_panel_29(); NullCheck(L_39); Vector4_t3319028937 L_40 = UIPanel_get_clipRange_m1219521389(L_39, /*hidden argument*/NULL); V_10 = L_40; float L_41 = (&V_10)->get_y_2(); UIPanel_t1716472341 * L_42 = __this->get_m_panel_29(); NullCheck(L_42); Vector4_t3319028937 L_43 = UIPanel_get_clipRange_m1219521389(L_42, /*hidden argument*/NULL); V_11 = L_43; float L_44 = (&V_11)->get_w_4(); V_9 = ((float)il2cpp_codegen_subtract((float)L_41, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_44)))); UIPanel_t1716472341 * L_45 = __this->get_m_panel_29(); NullCheck(L_45); Vector4_t3319028937 L_46 = UIPanel_get_clipRange_m1219521389(L_45, /*hidden argument*/NULL); V_13 = L_46; float L_47 = (&V_13)->get_y_2(); UIPanel_t1716472341 * L_48 = __this->get_m_panel_29(); NullCheck(L_48); Vector4_t3319028937 L_49 = UIPanel_get_clipRange_m1219521389(L_48, /*hidden argument*/NULL); V_14 = L_49; float L_50 = (&V_14)->get_w_4(); V_12 = ((float)il2cpp_codegen_add((float)L_47, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_50)))); GameObject_t1113636619 * L_51 = __this->get_m_controler_30(); NullCheck(L_51); Transform_t3600365921 * L_52 = GameObject_get_transform_m1369836730(L_51, /*hidden argument*/NULL); NullCheck(L_52); Vector3_t3722313464 L_53 = Transform_get_localPosition_m4234289348(L_52, /*hidden argument*/NULL); V_15 = L_53; float L_54 = V_2; float L_55 = V_3; UIPanel_t1716472341 * L_56 = __this->get_m_panel_29(); NullCheck(L_56); Vector4_t3319028937 L_57 = UIPanel_get_clipRange_m1219521389(L_56, /*hidden argument*/NULL); V_16 = L_57; float L_58 = (&V_16)->get_w_4(); if ((!(((float)((float)il2cpp_codegen_multiply((float)L_54, (float)L_55))) < ((float)L_58)))) { goto IL_01da; } } { __this->set_m_CanMove_19((bool)0); float L_59 = V_12; __this->set_m_fPosMin_33(L_59); float L_60 = V_12; __this->set_m_fPosMax_34(L_60); float L_61 = V_12; (&V_15)->set_y_2(L_61); goto IL_023b; } IL_01da: { __this->set_m_CanMove_19((bool)1); float L_62 = V_12; __this->set_m_fPosMin_33(L_62); bool L_63 = __this->get_isCommonItemList_2(); if (L_63) { goto IL_0205; } } { float L_64 = V_9; float L_65 = V_2; float L_66 = V_3; __this->set_m_fPosMax_34(((float)il2cpp_codegen_add((float)L_64, (float)((float)il2cpp_codegen_multiply((float)L_65, (float)L_66))))); goto IL_021c; } IL_0205: { float L_67 = V_9; float L_68 = __this->get_perItemLength_22(); int32_t L_69 = __this->get_totalCount_21(); __this->set_m_fPosMax_34(((float)il2cpp_codegen_add((float)L_67, (float)((float)il2cpp_codegen_multiply((float)L_68, (float)(((float)((float)L_69)))))))); } IL_021c: { float L_70 = (&V_15)->get_y_2(); float L_71 = __this->get_m_fPosMin_33(); float L_72 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_73 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_70, L_71, L_72, /*hidden argument*/NULL); (&V_15)->set_y_2(L_73); } IL_023b: { GameObject_t1113636619 * L_74 = __this->get_m_controler_30(); NullCheck(L_74); Transform_t3600365921 * L_75 = GameObject_get_transform_m1369836730(L_74, /*hidden argument*/NULL); Vector3_t3722313464 L_76 = V_15; NullCheck(L_75); Transform_set_localPosition_m4128471975(L_75, L_76, /*hidden argument*/NULL); goto IL_037a; } IL_0252: { UIPanel_t1716472341 * L_77 = __this->get_m_panel_29(); NullCheck(L_77); Vector4_t3319028937 L_78 = UIPanel_get_clipRange_m1219521389(L_77, /*hidden argument*/NULL); V_18 = L_78; float L_79 = (&V_18)->get_x_1(); UIPanel_t1716472341 * L_80 = __this->get_m_panel_29(); NullCheck(L_80); Vector4_t3319028937 L_81 = UIPanel_get_clipRange_m1219521389(L_80, /*hidden argument*/NULL); V_19 = L_81; float L_82 = (&V_19)->get_z_3(); V_17 = ((float)il2cpp_codegen_subtract((float)L_79, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_82)))); UIPanel_t1716472341 * L_83 = __this->get_m_panel_29(); NullCheck(L_83); Vector4_t3319028937 L_84 = UIPanel_get_clipRange_m1219521389(L_83, /*hidden argument*/NULL); V_21 = L_84; float L_85 = (&V_21)->get_x_1(); UIPanel_t1716472341 * L_86 = __this->get_m_panel_29(); NullCheck(L_86); Vector4_t3319028937 L_87 = UIPanel_get_clipRange_m1219521389(L_86, /*hidden argument*/NULL); V_22 = L_87; float L_88 = (&V_22)->get_z_3(); V_20 = ((float)il2cpp_codegen_add((float)L_85, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_88)))); GameObject_t1113636619 * L_89 = __this->get_m_controler_30(); NullCheck(L_89); Transform_t3600365921 * L_90 = GameObject_get_transform_m1369836730(L_89, /*hidden argument*/NULL); NullCheck(L_90); Vector3_t3722313464 L_91 = Transform_get_localPosition_m4234289348(L_90, /*hidden argument*/NULL); V_23 = L_91; float L_92 = V_2; float L_93 = V_3; UIPanel_t1716472341 * L_94 = __this->get_m_panel_29(); NullCheck(L_94); Vector4_t3319028937 L_95 = UIPanel_get_clipRange_m1219521389(L_94, /*hidden argument*/NULL); V_24 = L_95; float L_96 = (&V_24)->get_z_3(); if ((!(((float)((float)il2cpp_codegen_multiply((float)L_92, (float)L_93))) < ((float)L_96)))) { goto IL_0307; } } { __this->set_m_CanMove_19((bool)0); float L_97 = V_17; __this->set_m_fPosMin_33(L_97); float L_98 = V_17; __this->set_m_fPosMax_34(L_98); float L_99 = V_17; (&V_23)->set_x_1(L_99); goto IL_0368; } IL_0307: { __this->set_m_CanMove_19((bool)1); bool L_100 = __this->get_isCommonItemList_2(); if (L_100) { goto IL_032a; } } { float L_101 = V_20; float L_102 = V_2; float L_103 = V_3; __this->set_m_fPosMin_33(((float)il2cpp_codegen_subtract((float)L_101, (float)((float)il2cpp_codegen_multiply((float)L_102, (float)L_103))))); goto IL_0341; } IL_032a: { float L_104 = V_20; float L_105 = __this->get_perItemLength_22(); int32_t L_106 = __this->get_totalCount_21(); __this->set_m_fPosMin_33(((float)il2cpp_codegen_subtract((float)L_104, (float)((float)il2cpp_codegen_multiply((float)L_105, (float)(((float)((float)L_106)))))))); } IL_0341: { float L_107 = V_17; __this->set_m_fPosMax_34(L_107); float L_108 = (&V_23)->get_x_1(); float L_109 = __this->get_m_fPosMin_33(); float L_110 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_111 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_108, L_109, L_110, /*hidden argument*/NULL); (&V_23)->set_x_1(L_111); } IL_0368: { GameObject_t1113636619 * L_112 = __this->get_m_controler_30(); NullCheck(L_112); Transform_t3600365921 * L_113 = GameObject_get_transform_m1369836730(L_112, /*hidden argument*/NULL); Vector3_t3722313464 L_114 = V_23; NullCheck(L_113); Transform_set_localPosition_m4128471975(L_113, L_114, /*hidden argument*/NULL); } IL_037a: { DMListView_OnSendPosChanged_m3597349457(__this, /*hidden argument*/NULL); return; } } // System.Void DMListView::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void DMListView_LateUpdate_m1208527718 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_LateUpdate_m1208527718_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; int32_t G_B11_0 = 0; GameObject_t1113636619 * G_B20_0 = NULL; GameObject_t1113636619 * G_B19_0 = NULL; int32_t G_B21_0 = 0; GameObject_t1113636619 * G_B21_1 = NULL; { UIPanel_t1716472341 * L_0 = __this->get_m_panel_29(); 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: { V_0 = (bool)0; bool L_2 = DMListView_OnDrag_m1023914942(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { bool L_3 = V_0; G_B5_0 = ((int32_t)(L_3)); goto IL_0023; } IL_0022: { G_B5_0 = 1; } IL_0023: { V_0 = (bool)G_B5_0; bool L_4 = DMListView_OnDragMoving_m4139357318(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { bool L_5 = V_0; G_B8_0 = ((int32_t)(L_5)); goto IL_0033; } IL_0032: { G_B8_0 = 1; } IL_0033: { V_0 = (bool)G_B8_0; bool L_6 = DMListView_OnDragMovingEnd_m2634819953(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0042; } } { bool L_7 = V_0; G_B11_0 = ((int32_t)(L_7)); goto IL_0043; } IL_0042: { G_B11_0 = 1; } IL_0043: { V_0 = (bool)G_B11_0; bool L_8 = V_0; if (!L_8) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, __this, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_005c; } } { DMListView_OnSendPosChanged_m3597349457(__this, /*hidden argument*/NULL); } IL_005c: { int32_t L_10 = __this->get_m_ShowCondition_18(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_00cb; } } { DMProcessBar_t1457963892 * L_11 = __this->get_m_ProcessBar_17(); 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_00cb; } } { List_1_t777473367 * L_13 = __this->get_m_listChildren_32(); NullCheck(L_13); int32_t L_14 = List_1_get_Count_m3787308655(L_13, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); V_1 = L_14; int32_t L_15 = V_1; int32_t L_16 = __this->get_m_PageSize_12(); if ((((int32_t)L_15) > ((int32_t)L_16))) { goto IL_00a7; } } { DMProcessBar_t1457963892 * L_17 = __this->get_m_ProcessBar_17(); 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); goto IL_00cb; } IL_00a7: { DMProcessBar_t1457963892 * L_19 = __this->get_m_ProcessBar_17(); NullCheck(L_19); GameObject_t1113636619 * L_20 = Component_get_gameObject_m442555142(L_19, /*hidden argument*/NULL); bool L_21 = DMListView_IsFinishDrag_m3919437558(__this, /*hidden argument*/NULL); G_B19_0 = L_20; if (!L_21) { G_B20_0 = L_20; goto IL_00c5; } } { bool L_22 = __this->get_m_bClkingInside_37(); G_B21_0 = ((int32_t)(L_22)); G_B21_1 = G_B19_0; goto IL_00c6; } IL_00c5: { G_B21_0 = 1; G_B21_1 = G_B20_0; } IL_00c6: { NullCheck(G_B21_1); GameObject_SetActive_m796801857(G_B21_1, (bool)G_B21_0, /*hidden argument*/NULL); } IL_00cb: { return; } } // System.Int32 DMListView::CalcClkItem(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR int32_t DMListView_CalcClkItem_m3001268840 (DMListView_t512231514 * __this, Vector2_t2156229523 ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_CalcClkItem_m3001268840_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Rect_t2360479859 V_3; memset(&V_3, 0, sizeof(V_3)); Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); Vector4_t3319028937 V_5; memset(&V_5, 0, sizeof(V_5)); Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); Vector4_t3319028937 V_7; memset(&V_7, 0, sizeof(V_7)); bool V_8 = false; float V_9 = 0.0f; Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; int32_t V_15 = 0; DMListViewItem_t3648257704 * V_16 = NULL; float V_17 = 0.0f; int32_t V_18 = 0; DMListViewItem_t3648257704 * V_19 = NULL; float V_20 = 0.0f; float G_B6_0 = 0.0f; float G_B10_0 = 0.0f; float G_B14_0 = 0.0f; float G_B17_0 = 0.0f; { float L_0 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); V_0 = L_0; float L_1 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); V_1 = L_1; Vector3_t3722313464 L_2 = DMListView__GetCenterPosition_m2779225491(__this, /*hidden argument*/NULL); V_2 = L_2; il2cpp_codegen_initobj((&V_3), sizeof(Rect_t2360479859 )); UIPanel_t1716472341 * L_3 = __this->get_m_panel_29(); NullCheck(L_3); Vector4_t3319028937 L_4 = UIPanel_get_clipRange_m1219521389(L_3, /*hidden argument*/NULL); V_4 = L_4; float L_5 = (&V_4)->get_z_3(); Rect_set_width_m2963421158((&V_3), L_5, /*hidden argument*/NULL); UIPanel_t1716472341 * L_6 = __this->get_m_panel_29(); NullCheck(L_6); Vector4_t3319028937 L_7 = UIPanel_get_clipRange_m1219521389(L_6, /*hidden argument*/NULL); V_5 = L_7; float L_8 = (&V_5)->get_w_4(); Rect_set_height_m1625569324((&V_3), L_8, /*hidden argument*/NULL); int32_t L_9 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_10 = (&V_2)->get_x_1(); UIPanel_t1716472341 * L_11 = __this->get_m_panel_29(); NullCheck(L_11); Vector4_t3319028937 L_12 = UIPanel_get_clipRange_m1219521389(L_11, /*hidden argument*/NULL); V_6 = L_12; float L_13 = (&V_6)->get_x_1(); int32_t L_14 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_15 = (&V_2)->get_y_2(); UIPanel_t1716472341 * L_16 = __this->get_m_panel_29(); NullCheck(L_16); Vector4_t3319028937 L_17 = UIPanel_get_clipRange_m1219521389(L_16, /*hidden argument*/NULL); V_7 = L_17; float L_18 = (&V_7)->get_y_2(); Vector2_t2156229523 L_19; memset(&L_19, 0, sizeof(L_19)); Vector2__ctor_m3970636864((&L_19), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_9))))), (float)L_10)), (float)L_13)), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_14))))), (float)L_15)), (float)L_18)), /*hidden argument*/NULL); Rect_set_center_m691239672((&V_3), L_19, /*hidden argument*/NULL); Vector2_t2156229523 L_20 = ___pos0; bool L_21 = Rect_Contains_m3188543637((&V_3), L_20, /*hidden argument*/NULL); V_8 = L_21; bool L_22 = V_8; if (L_22) { goto IL_00c4; } } { return (-1); } IL_00c4: { V_9 = (0.0f); bool L_23 = __this->get_m_CanMove_19(); if (!L_23) { goto IL_013d; } } { int32_t L_24 = __this->get_m_Type_15(); if (L_24) { goto IL_010e; } } { float L_25 = Rect_get_y_m1501338330((&V_3), /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = __this->get_m_controler_30(); NullCheck(L_26); Transform_t3600365921 * L_27 = GameObject_get_transform_m1369836730(L_26, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_localPosition_m4234289348(L_27, /*hidden argument*/NULL); V_10 = L_28; float L_29 = (&V_10)->get_y_2(); float L_30 = __this->get_m_fPosMin_33(); G_B6_0 = ((float)il2cpp_codegen_subtract((float)L_25, (float)((float)il2cpp_codegen_subtract((float)L_29, (float)L_30)))); goto IL_0136; } IL_010e: { float L_31 = Rect_get_x_m3839990490((&V_3), /*hidden argument*/NULL); GameObject_t1113636619 * L_32 = __this->get_m_controler_30(); NullCheck(L_32); Transform_t3600365921 * L_33 = GameObject_get_transform_m1369836730(L_32, /*hidden argument*/NULL); NullCheck(L_33); Vector3_t3722313464 L_34 = Transform_get_localPosition_m4234289348(L_33, /*hidden argument*/NULL); V_11 = L_34; float L_35 = (&V_11)->get_x_1(); float L_36 = __this->get_m_fPosMax_34(); G_B6_0 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_31, (float)L_35)), (float)L_36)); } IL_0136: { V_9 = G_B6_0; goto IL_015d; } IL_013d: { int32_t L_37 = __this->get_m_Type_15(); if (L_37) { goto IL_0154; } } { float L_38 = Rect_get_y_m1501338330((&V_3), /*hidden argument*/NULL); G_B10_0 = L_38; goto IL_015b; } IL_0154: { float L_39 = Rect_get_x_m3839990490((&V_3), /*hidden argument*/NULL); G_B10_0 = L_39; } IL_015b: { V_9 = G_B10_0; } IL_015d: { int32_t L_40 = __this->get_m_Type_15(); if (L_40) { goto IL_016e; } } { float L_41 = V_1; G_B14_0 = L_41; goto IL_016f; } IL_016e: { float L_42 = V_0; G_B14_0 = L_42; } IL_016f: { V_12 = G_B14_0; float L_43 = V_9; V_13 = L_43; int32_t L_44 = __this->get_m_Type_15(); if (L_44) { goto IL_018c; } } { float L_45 = (&___pos0)->get_y_1(); G_B17_0 = L_45; goto IL_0193; } IL_018c: { float L_46 = (&___pos0)->get_x_0(); G_B17_0 = L_46; } IL_0193: { V_14 = G_B17_0; bool L_47 = __this->get_isCommonItemList_2(); if (L_47) { goto IL_0201; } } { V_15 = 0; goto IL_01ea; } IL_01a8: { List_1_t777473367 * L_48 = __this->get_m_listChildren_32(); int32_t L_49 = V_15; NullCheck(L_48); Transform_t3600365921 * L_50 = List_1_get_Item_m3022113929(L_48, L_49, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_50); DMListViewItem_t3648257704 * L_51 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_50, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_16 = L_51; float L_52 = V_13; float L_53 = V_12; DMListViewItem_t3648257704 * L_54 = V_16; NullCheck(L_54); float L_55 = DMListViewItem_GetLength_m1635247155(L_54, /*hidden argument*/NULL); V_17 = ((float)il2cpp_codegen_add((float)L_52, (float)((float)il2cpp_codegen_multiply((float)L_53, (float)L_55)))); float L_56 = V_13; float L_57 = V_14; if ((!(((float)L_56) <= ((float)L_57)))) { goto IL_01e0; } } { float L_58 = V_17; float L_59 = V_14; if ((!(((float)L_58) > ((float)L_59)))) { goto IL_01e0; } } { int32_t L_60 = V_15; return L_60; } IL_01e0: { float L_61 = V_17; V_13 = L_61; int32_t L_62 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_01ea: { int32_t L_63 = V_15; List_1_t777473367 * L_64 = __this->get_m_listChildren_32(); NullCheck(L_64); int32_t L_65 = List_1_get_Count_m3787308655(L_64, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_63) < ((int32_t)L_65))) { goto IL_01a8; } } { goto IL_0274; } IL_0201: { bool L_66 = __this->get_isCommonItemList_2(); if (!L_66) { goto IL_0274; } } { V_18 = 0; goto IL_0262; } IL_0214: { List_1_t777473367 * L_67 = __this->get_m_listChildren_32(); int32_t L_68 = V_18; NullCheck(L_67); Transform_t3600365921 * L_69 = List_1_get_Item_m3022113929(L_67, L_68, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_69); DMListViewItem_t3648257704 * L_70 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_69, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_19 = L_70; float L_71 = V_9; float L_72 = V_12; DMListViewItem_t3648257704 * L_73 = V_19; NullCheck(L_73); float L_74 = DMListViewItem_GetLength_m1635247155(L_73, /*hidden argument*/NULL); DMListViewItem_t3648257704 * L_75 = V_19; NullCheck(L_75); int32_t L_76 = DMListViewItem_GetIndex_m1373550525(L_75, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_add((float)L_71, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_72, (float)L_74)), (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1))))))))); float L_77 = V_13; float L_78 = V_14; if ((!(((float)L_77) <= ((float)L_78)))) { goto IL_025c; } } { float L_79 = V_20; float L_80 = V_14; if ((!(((float)L_79) > ((float)L_80)))) { goto IL_025c; } } { DMListViewItem_t3648257704 * L_81 = V_19; NullCheck(L_81); int32_t L_82 = DMListViewItem_GetIndex_m1373550525(L_81, /*hidden argument*/NULL); return L_82; } IL_025c: { int32_t L_83 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_0262: { int32_t L_84 = V_18; List_1_t777473367 * L_85 = __this->get_m_listChildren_32(); NullCheck(L_85); int32_t L_86 = List_1_get_Count_m3787308655(L_85, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_84) < ((int32_t)L_86))) { goto IL_0214; } } IL_0274: { return (-1); } } // System.Boolean DMListView::OnDragMovingEnd() extern "C" IL2CPP_METHOD_ATTR bool DMListView_OnDragMovingEnd_m2634819953 (DMListView_t512231514 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bTargetEnable_43(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { return (bool)0; } } // System.Boolean DMListView::IsFinishDrag() extern "C" IL2CPP_METHOD_ATTR bool DMListView_IsFinishDrag_m3919437558 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_IsFinishDrag_m3919437558_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { List_1_t777473367 * L_0 = __this->get_m_listChildren_32(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3787308655(L_0, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if (!L_1) { goto IL_0035; } } { float L_2 = __this->get_m_fMoveSpeed_42(); if ((!(((float)(0.001f)) >= ((float)L_2)))) { goto IL_0032; } } { float L_3 = __this->get_m_fMoveSpeed_42(); G_B4_0 = ((((int32_t)((!(((float)(-0.001f)) <= ((float)L_3)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0033; } IL_0032: { G_B4_0 = 0; } IL_0033: { G_B6_0 = G_B4_0; goto IL_0036; } IL_0035: { G_B6_0 = 1; } IL_0036: { return (bool)G_B6_0; } } // System.Boolean DMListView::OnDragMoving() extern "C" IL2CPP_METHOD_ATTR bool DMListView_OnDragMoving_m4139357318 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_OnDragMoving_m4139357318_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; 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)); float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; int32_t V_12 = 0; DMListViewItem_t3648257704 * V_13 = NULL; float V_14 = 0.0f; float V_15 = 0.0f; float G_B30_0 = 0.0f; float G_B33_0 = 0.0f; { bool L_0 = DMListView_IsFinishDrag_m3919437558(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = __this->get_m_Type_15(); if (L_1) { goto IL_007b; } } { GameObject_t1113636619 * L_2 = __this->get_m_controler_30(); NullCheck(L_2); Transform_t3600365921 * L_3 = GameObject_get_transform_m1369836730(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_localPosition_m4234289348(L_3, /*hidden argument*/NULL); V_0 = L_4; float L_5 = (&V_0)->get_y_2(); float L_6 = __this->get_m_fPosMax_34(); if ((((float)L_5) > ((float)L_6))) { goto IL_005e; } } { GameObject_t1113636619 * L_7 = __this->get_m_controler_30(); NullCheck(L_7); Transform_t3600365921 * L_8 = GameObject_get_transform_m1369836730(L_7, /*hidden argument*/NULL); NullCheck(L_8); Vector3_t3722313464 L_9 = Transform_get_localPosition_m4234289348(L_8, /*hidden argument*/NULL); V_1 = L_9; float L_10 = (&V_1)->get_y_2(); float L_11 = __this->get_m_fPosMin_33(); if ((!(((float)L_10) < ((float)L_11)))) { goto IL_0076; } } IL_005e: { __this->set_m_fMoveTimeLabor_41((0.0f)); __this->set_m_fMoveSpeed_42((0.0f)); return (bool)0; } IL_0076: { goto IL_00d9; } IL_007b: { GameObject_t1113636619 * L_12 = __this->get_m_controler_30(); NullCheck(L_12); Transform_t3600365921 * L_13 = GameObject_get_transform_m1369836730(L_12, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t3722313464 L_14 = Transform_get_localPosition_m4234289348(L_13, /*hidden argument*/NULL); V_2 = L_14; float L_15 = (&V_2)->get_x_1(); float L_16 = __this->get_m_fPosMax_34(); if ((((float)L_15) > ((float)L_16))) { goto IL_00c1; } } { GameObject_t1113636619 * L_17 = __this->get_m_controler_30(); NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); NullCheck(L_18); Vector3_t3722313464 L_19 = Transform_get_localPosition_m4234289348(L_18, /*hidden argument*/NULL); V_3 = L_19; float L_20 = (&V_3)->get_x_1(); float L_21 = __this->get_m_fPosMin_33(); if ((!(((float)L_20) < ((float)L_21)))) { goto IL_00d9; } } IL_00c1: { __this->set_m_fMoveTimeLabor_41((0.0f)); __this->set_m_fMoveSpeed_42((0.0f)); return (bool)0; } IL_00d9: { float L_22 = __this->get__timeCounter_23(); float L_23 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__timeCounter_23(((float)il2cpp_codegen_add((float)L_22, (float)L_23))); float L_24 = __this->get__timeCounter_23(); if ((!(((float)L_24) > ((float)(0.1f))))) { goto IL_0172; } } { __this->set__timeCounter_23((0.0f)); float L_25 = __this->get_m_fMoveSpeed_42(); if ((!(((float)L_25) > ((float)(0.0f))))) { goto IL_012e; } } { float L_26 = __this->get_m_fMoveSpeed_42(); float L_27 = __this->get_slowDownSpeed_24(); __this->set_m_fMoveSpeed_42(((float)il2cpp_codegen_subtract((float)L_26, (float)L_27))); goto IL_0151; } IL_012e: { float L_28 = __this->get_m_fMoveSpeed_42(); if ((!(((float)L_28) < ((float)(0.0f))))) { goto IL_0151; } } { float L_29 = __this->get_m_fMoveSpeed_42(); float L_30 = __this->get_slowDownSpeed_24(); __this->set_m_fMoveSpeed_42(((float)il2cpp_codegen_add((float)L_29, (float)L_30))); } IL_0151: { float L_31 = __this->get_m_fMoveSpeed_42(); float L_32 = fabsf(L_31); float L_33 = __this->get_slowDownSpeed_24(); if ((!(((float)L_32) < ((float)L_33)))) { goto IL_0172; } } { __this->set_m_fMoveSpeed_42((0.0f)); } IL_0172: { float L_34 = __this->get_m_fMoveSpeed_42(); float L_35 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = ((float)il2cpp_codegen_multiply((float)L_34, (float)L_35)); GameObject_t1113636619 * L_36 = __this->get_m_controler_30(); NullCheck(L_36); Transform_t3600365921 * L_37 = GameObject_get_transform_m1369836730(L_36, /*hidden argument*/NULL); NullCheck(L_37); Vector3_t3722313464 L_38 = Transform_get_localPosition_m4234289348(L_37, /*hidden argument*/NULL); V_6 = L_38; float L_39 = (&V_6)->get_x_1(); GameObject_t1113636619 * L_40 = __this->get_m_controler_30(); NullCheck(L_40); Transform_t3600365921 * L_41 = GameObject_get_transform_m1369836730(L_40, /*hidden argument*/NULL); NullCheck(L_41); Vector3_t3722313464 L_42 = Transform_get_localPosition_m4234289348(L_41, /*hidden argument*/NULL); V_7 = L_42; float L_43 = (&V_7)->get_y_2(); GameObject_t1113636619 * L_44 = __this->get_m_controler_30(); NullCheck(L_44); Transform_t3600365921 * L_45 = GameObject_get_transform_m1369836730(L_44, /*hidden argument*/NULL); NullCheck(L_45); Vector3_t3722313464 L_46 = Transform_get_localPosition_m4234289348(L_45, /*hidden argument*/NULL); V_8 = L_46; float L_47 = (&V_8)->get_z_3(); Vector3__ctor_m3353183577((&V_5), L_39, L_43, L_47, /*hidden argument*/NULL); int32_t L_48 = __this->get_m_Type_15(); if (L_48) { goto IL_0244; } } { bool L_49 = __this->get_isCanRebound_3(); if (!L_49) { goto IL_021d; } } { float L_50 = (&V_5)->get_y_2(); float L_51 = V_4; float L_52 = __this->get_m_fPosMin_33(); float L_53 = __this->get_reboundDistance_27(); float L_54 = __this->get_m_fPosMax_34(); float L_55 = __this->get_reboundDistance_27(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_56 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_50, (float)L_51)), ((float)il2cpp_codegen_subtract((float)L_52, (float)L_53)), ((float)il2cpp_codegen_add((float)L_54, (float)L_55)), /*hidden argument*/NULL); (&V_5)->set_y_2(L_56); goto IL_023f; } IL_021d: { float L_57 = (&V_5)->get_y_2(); float L_58 = V_4; float L_59 = __this->get_m_fPosMin_33(); float L_60 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_61 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_57, (float)L_58)), L_59, L_60, /*hidden argument*/NULL); (&V_5)->set_y_2(L_61); } IL_023f: { goto IL_02a6; } IL_0244: { bool L_62 = __this->get_isCanRebound_3(); if (!L_62) { goto IL_0284; } } { float L_63 = (&V_5)->get_x_1(); float L_64 = V_4; float L_65 = __this->get_m_fPosMin_33(); float L_66 = __this->get_reboundDistance_27(); float L_67 = __this->get_m_fPosMax_34(); float L_68 = __this->get_reboundDistance_27(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_69 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_63, (float)L_64)), ((float)il2cpp_codegen_subtract((float)L_65, (float)L_66)), ((float)il2cpp_codegen_add((float)L_67, (float)L_68)), /*hidden argument*/NULL); (&V_5)->set_x_1(L_69); goto IL_02a6; } IL_0284: { float L_70 = (&V_5)->get_x_1(); float L_71 = V_4; float L_72 = __this->get_m_fPosMin_33(); float L_73 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_74 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_70, (float)L_71)), L_72, L_73, /*hidden argument*/NULL); (&V_5)->set_x_1(L_74); } IL_02a6: { float L_75 = __this->get_m_fMoveSpeed_42(); if ((!(((float)(0.001f)) >= ((float)L_75)))) { goto IL_0490; } } { float L_76 = __this->get_m_fMoveSpeed_42(); if ((!(((float)(-0.001f)) <= ((float)L_76)))) { goto IL_0490; } } { int32_t L_77 = __this->get_m_Type_15(); if (L_77) { goto IL_02dc; } } { float L_78 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); G_B30_0 = L_78; goto IL_02e2; } IL_02dc: { float L_79 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); G_B30_0 = L_79; } IL_02e2: { V_9 = G_B30_0; V_10 = (0.0f); int32_t L_80 = __this->get_m_Type_15(); if (L_80) { goto IL_0309; } } { float L_81 = (&V_5)->get_y_2(); float L_82 = __this->get_m_fPosMin_33(); G_B33_0 = ((float)il2cpp_codegen_subtract((float)L_81, (float)L_82)); goto IL_0317; } IL_0309: { float L_83 = __this->get_m_fPosMax_34(); float L_84 = (&V_5)->get_x_1(); G_B33_0 = ((float)il2cpp_codegen_subtract((float)L_83, (float)L_84)); } IL_0317: { V_11 = G_B33_0; float L_85 = V_11; float L_86 = V_9; V_11 = ((float)((float)L_85/(float)L_86)); V_12 = 0; goto IL_047e; } IL_0328: { List_1_t777473367 * L_87 = __this->get_m_listChildren_32(); int32_t L_88 = V_12; NullCheck(L_87); Transform_t3600365921 * L_89 = List_1_get_Item_m3022113929(L_87, L_88, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_89); DMListViewItem_t3648257704 * L_90 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_89, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_13 = L_90; DMListViewItem_t3648257704 * L_91 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_92 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_034e; } } { goto IL_0478; } IL_034e: { float L_93 = V_10; V_14 = L_93; float L_94 = V_10; DMListViewItem_t3648257704 * L_95 = V_13; NullCheck(L_95); float L_96 = DMListViewItem_GetLength_m1635247155(L_95, /*hidden argument*/NULL); V_10 = ((float)il2cpp_codegen_add((float)L_94, (float)L_96)); float L_97 = V_14; float L_98 = V_11; if ((!(((float)L_97) <= ((float)L_98)))) { goto IL_0478; } } { float L_99 = V_10; float L_100 = V_11; if ((!(((float)L_99) >= ((float)L_100)))) { goto IL_0478; } } { float L_101 = V_11; float L_102 = V_14; V_15 = ((float)il2cpp_codegen_subtract((float)L_101, (float)L_102)); __this->set_m_bTargetEnable_43((bool)1); DMListViewItem_t3648257704 * L_103 = V_13; NullCheck(L_103); float L_104 = DMListViewItem_GetLength_m1635247155(L_103, /*hidden argument*/NULL); float L_105 = V_15; if ((!(((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_104))) > ((float)L_105)))) { goto IL_0405; } } { int32_t L_106 = __this->get_m_Type_15(); if (L_106) { goto IL_03d1; } } { float L_107 = __this->get_m_fPosMin_33(); float L_108 = V_14; float L_109 = V_9; __this->set_m_fTargetPos_44(((float)il2cpp_codegen_add((float)L_107, (float)((float)il2cpp_codegen_multiply((float)L_108, (float)L_109))))); float L_110 = __this->get_m_fTargetPos_44(); float L_111 = __this->get_m_fPosMin_33(); float L_112 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_113 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_110, L_111, L_112, /*hidden argument*/NULL); __this->set_m_fTargetPos_44(L_113); goto IL_0400; } IL_03d1: { float L_114 = __this->get_m_fPosMax_34(); float L_115 = V_14; float L_116 = V_9; __this->set_m_fTargetPos_44(((float)il2cpp_codegen_subtract((float)L_114, (float)((float)il2cpp_codegen_multiply((float)L_115, (float)L_116))))); float L_117 = __this->get_m_fTargetPos_44(); float L_118 = __this->get_m_fPosMin_33(); float L_119 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_120 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_117, L_118, L_119, /*hidden argument*/NULL); __this->set_m_fTargetPos_44(L_120); } IL_0400: { goto IL_0473; } IL_0405: { int32_t L_121 = __this->get_m_Type_15(); if (L_121) { goto IL_0444; } } { float L_122 = __this->get_m_fPosMin_33(); float L_123 = V_10; float L_124 = V_9; __this->set_m_fTargetPos_44(((float)il2cpp_codegen_add((float)L_122, (float)((float)il2cpp_codegen_multiply((float)L_123, (float)L_124))))); float L_125 = __this->get_m_fTargetPos_44(); float L_126 = __this->get_m_fPosMin_33(); float L_127 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_128 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_125, L_126, L_127, /*hidden argument*/NULL); __this->set_m_fTargetPos_44(L_128); goto IL_0473; } IL_0444: { float L_129 = __this->get_m_fPosMax_34(); float L_130 = V_10; float L_131 = V_9; __this->set_m_fTargetPos_44(((float)il2cpp_codegen_subtract((float)L_129, (float)((float)il2cpp_codegen_multiply((float)L_130, (float)L_131))))); float L_132 = __this->get_m_fTargetPos_44(); float L_133 = __this->get_m_fPosMin_33(); float L_134 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_135 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_132, L_133, L_134, /*hidden argument*/NULL); __this->set_m_fTargetPos_44(L_135); } IL_0473: { goto IL_0490; } IL_0478: { int32_t L_136 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); } IL_047e: { int32_t L_137 = V_12; List_1_t777473367 * L_138 = __this->get_m_listChildren_32(); NullCheck(L_138); int32_t L_139 = List_1_get_Count_m3787308655(L_138, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_137) < ((int32_t)L_139))) { goto IL_0328; } } IL_0490: { GameObject_t1113636619 * L_140 = __this->get_m_controler_30(); NullCheck(L_140); Transform_t3600365921 * L_141 = GameObject_get_transform_m1369836730(L_140, /*hidden argument*/NULL); Vector3_t3722313464 L_142 = V_5; NullCheck(L_141); Transform_set_localPosition_m4128471975(L_141, L_142, /*hidden argument*/NULL); GameObject_t1113636619 * L_143 = __this->get_m_ClickReceiver_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_144 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_143, /*hidden argument*/NULL); if (!L_144) { goto IL_04cf; } } { GameObject_t1113636619 * L_145 = __this->get_m_ClickReceiver_10(); String_t* L_146 = __this->get_m_ClickProcName_11(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_147 = String_Concat_m3937257545(NULL /*static, unused*/, L_146, _stringLiteral3483484711, /*hidden argument*/NULL); NullCheck(L_145); GameObject_SendMessage_m1121218340(L_145, L_147, 1, /*hidden argument*/NULL); } IL_04cf: { return (bool)1; } } // System.Boolean DMListView::OnDrag() extern "C" IL2CPP_METHOD_ATTR bool DMListView_OnDrag_m1023914942 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_OnDrag_m1023914942_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)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Rect_t2360479859 V_5; memset(&V_5, 0, sizeof(V_5)); Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); Vector4_t3319028937 V_7; memset(&V_7, 0, sizeof(V_7)); Vector4_t3319028937 V_8; memset(&V_8, 0, sizeof(V_8)); Vector4_t3319028937 V_9; memset(&V_9, 0, sizeof(V_9)); Vector2_t2156229523 V_10; memset(&V_10, 0, sizeof(V_10)); int32_t V_11 = 0; bool V_12 = false; bool V_13 = false; Transform_t3600365921 * V_14 = NULL; bool V_15 = false; bool V_16 = false; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; Vector3_t3722313464 V_20; memset(&V_20, 0, sizeof(V_20)); Vector3_t3722313464 V_21; memset(&V_21, 0, sizeof(V_21)); float V_22 = 0.0f; float V_23 = 0.0f; Vector3_t3722313464 V_24; memset(&V_24, 0, sizeof(V_24)); Vector3_t3722313464 V_25; memset(&V_25, 0, sizeof(V_25)); Vector3_t3722313464 V_26; memset(&V_26, 0, sizeof(V_26)); Vector3_t3722313464 V_27; memset(&V_27, 0, sizeof(V_27)); float V_28 = 0.0f; float V_29 = 0.0f; int32_t G_B16_0 = 0; int32_t G_B30_0 = 0; int32_t G_B38_0 = 0; float G_B45_0 = 0.0f; DMListView_t512231514 * G_B57_0 = NULL; DMListView_t512231514 * G_B56_0 = NULL; float G_B58_0 = 0.0f; DMListView_t512231514 * G_B58_1 = NULL; Vector2_t2156229523 * G_B65_0 = NULL; Vector2_t2156229523 * G_B64_0 = NULL; float G_B66_0 = 0.0f; Vector2_t2156229523 * G_B66_1 = NULL; Vector2_t2156229523 * G_B68_0 = NULL; Vector2_t2156229523 * G_B67_0 = NULL; float G_B69_0 = 0.0f; Vector2_t2156229523 * G_B69_1 = NULL; { bool L_0 = __this->get_m_bEnableDrag_36(); if (!L_0) { goto IL_001b; } } { List_1_t777473367 * L_1 = __this->get_m_listChildren_32(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3787308655(L_1, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if (L_2) { goto IL_002f; } } IL_001b: { __this->set_m_fMoveSpeed_42((0.0f)); __this->set_m_bTargetEnable_43((bool)0); return (bool)0; } IL_002f: { int32_t L_3 = __this->get_m_Type_15(); if (L_3) { goto IL_00ef; } } { GameObject_t1113636619 * L_4 = __this->get_m_controler_30(); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_localPosition_m4234289348(L_5, /*hidden argument*/NULL); V_0 = L_6; float L_7 = (&V_0)->get_y_2(); float L_8 = __this->get_m_fPosMax_34(); if ((!(((float)L_7) > ((float)L_8)))) { goto IL_0092; } } { GameObject_t1113636619 * L_9 = __this->get_m_controler_30(); NullCheck(L_9); Transform_t3600365921 * L_10 = GameObject_get_transform_m1369836730(L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_11 = L_10; NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_13 = Vector3_get_down_m3781355428(NULL /*static, unused*/, /*hidden argument*/NULL); float L_14 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_15 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); float L_16 = __this->get_reboundSpeed_26(); Vector3_t3722313464 L_17 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); Vector3_t3722313464 L_18 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_12, L_17, /*hidden argument*/NULL); NullCheck(L_11); Transform_set_localPosition_m4128471975(L_11, L_18, /*hidden argument*/NULL); } IL_0092: { GameObject_t1113636619 * L_19 = __this->get_m_controler_30(); NullCheck(L_19); Transform_t3600365921 * L_20 = GameObject_get_transform_m1369836730(L_19, /*hidden argument*/NULL); NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_localPosition_m4234289348(L_20, /*hidden argument*/NULL); V_1 = L_21; float L_22 = (&V_1)->get_y_2(); float L_23 = __this->get_m_fPosMin_33(); if ((!(((float)L_22) < ((float)L_23)))) { goto IL_00ea; } } { GameObject_t1113636619 * L_24 = __this->get_m_controler_30(); NullCheck(L_24); Transform_t3600365921 * L_25 = GameObject_get_transform_m1369836730(L_24, /*hidden argument*/NULL); Transform_t3600365921 * L_26 = L_25; NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_localPosition_m4234289348(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_28 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); float L_29 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_30 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); float L_31 = __this->get_reboundSpeed_26(); Vector3_t3722313464 L_32 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); Vector3_t3722313464 L_33 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_27, L_32, /*hidden argument*/NULL); NullCheck(L_26); Transform_set_localPosition_m4128471975(L_26, L_33, /*hidden argument*/NULL); } IL_00ea: { goto IL_019f; } IL_00ef: { GameObject_t1113636619 * L_34 = __this->get_m_controler_30(); NullCheck(L_34); Transform_t3600365921 * L_35 = GameObject_get_transform_m1369836730(L_34, /*hidden argument*/NULL); NullCheck(L_35); Vector3_t3722313464 L_36 = Transform_get_localPosition_m4234289348(L_35, /*hidden argument*/NULL); V_2 = L_36; float L_37 = (&V_2)->get_x_1(); float L_38 = __this->get_m_fPosMax_34(); if ((!(((float)L_37) > ((float)L_38)))) { goto IL_0147; } } { GameObject_t1113636619 * L_39 = __this->get_m_controler_30(); NullCheck(L_39); Transform_t3600365921 * L_40 = GameObject_get_transform_m1369836730(L_39, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = L_40; NullCheck(L_41); Vector3_t3722313464 L_42 = Transform_get_localPosition_m4234289348(L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_43 = Vector3_get_left_m2428419009(NULL /*static, unused*/, /*hidden argument*/NULL); float L_44 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_45 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL); float L_46 = __this->get_reboundSpeed_26(); Vector3_t3722313464 L_47 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); Vector3_t3722313464 L_48 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_42, L_47, /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localPosition_m4128471975(L_41, L_48, /*hidden argument*/NULL); } IL_0147: { GameObject_t1113636619 * L_49 = __this->get_m_controler_30(); NullCheck(L_49); Transform_t3600365921 * L_50 = GameObject_get_transform_m1369836730(L_49, /*hidden argument*/NULL); NullCheck(L_50); Vector3_t3722313464 L_51 = Transform_get_localPosition_m4234289348(L_50, /*hidden argument*/NULL); V_3 = L_51; float L_52 = (&V_3)->get_x_1(); float L_53 = __this->get_m_fPosMin_33(); if ((!(((float)L_52) < ((float)L_53)))) { goto IL_019f; } } { GameObject_t1113636619 * L_54 = __this->get_m_controler_30(); NullCheck(L_54); Transform_t3600365921 * L_55 = GameObject_get_transform_m1369836730(L_54, /*hidden argument*/NULL); Transform_t3600365921 * L_56 = L_55; NullCheck(L_56); Vector3_t3722313464 L_57 = Transform_get_localPosition_m4234289348(L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_58 = Vector3_get_right_m1913784872(NULL /*static, unused*/, /*hidden argument*/NULL); float L_59 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_60 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); float L_61 = __this->get_reboundSpeed_26(); Vector3_t3722313464 L_62 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); Vector3_t3722313464 L_63 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_57, L_62, /*hidden argument*/NULL); NullCheck(L_56); Transform_set_localPosition_m4128471975(L_56, L_63, /*hidden argument*/NULL); } IL_019f: { Vector3_t3722313464 L_64 = DMListView__GetCenterPosition_m2779225491(__this, /*hidden argument*/NULL); V_4 = L_64; il2cpp_codegen_initobj((&V_5), sizeof(Rect_t2360479859 )); UIPanel_t1716472341 * L_65 = __this->get_m_panel_29(); NullCheck(L_65); Vector4_t3319028937 L_66 = UIPanel_get_clipRange_m1219521389(L_65, /*hidden argument*/NULL); V_6 = L_66; float L_67 = (&V_6)->get_z_3(); Rect_set_width_m2963421158((&V_5), L_67, /*hidden argument*/NULL); UIPanel_t1716472341 * L_68 = __this->get_m_panel_29(); NullCheck(L_68); Vector4_t3319028937 L_69 = UIPanel_get_clipRange_m1219521389(L_68, /*hidden argument*/NULL); V_7 = L_69; float L_70 = (&V_7)->get_w_4(); Rect_set_height_m1625569324((&V_5), L_70, /*hidden argument*/NULL); int32_t L_71 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_72 = (&V_4)->get_x_1(); UIPanel_t1716472341 * L_73 = __this->get_m_panel_29(); NullCheck(L_73); Vector4_t3319028937 L_74 = UIPanel_get_clipRange_m1219521389(L_73, /*hidden argument*/NULL); V_8 = L_74; float L_75 = (&V_8)->get_x_1(); int32_t L_76 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_77 = (&V_4)->get_y_2(); UIPanel_t1716472341 * L_78 = __this->get_m_panel_29(); NullCheck(L_78); Vector4_t3319028937 L_79 = UIPanel_get_clipRange_m1219521389(L_78, /*hidden argument*/NULL); V_9 = L_79; float L_80 = (&V_9)->get_y_2(); Vector2_t2156229523 L_81; memset(&L_81, 0, sizeof(L_81)); Vector2__ctor_m3970636864((&L_81), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_71))))), (float)L_72)), (float)L_75)), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_76))))), (float)L_77)), (float)L_80)), /*hidden argument*/NULL); Rect_set_center_m691239672((&V_5), L_81, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_82 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_10 = L_82; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_83 = CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)0, (&V_10), /*hidden argument*/NULL); V_11 = L_83; int32_t L_84 = V_11; if ((((int32_t)0) > ((int32_t)L_84))) { goto IL_0262; } } { G_B16_0 = 1; goto IL_0263; } IL_0262: { G_B16_0 = 0; } IL_0263: { V_12 = (bool)G_B16_0; bool L_85 = V_12; if (!L_85) { goto IL_02ee; } } { V_13 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_86 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_87 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_02e7; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_88 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); NullCheck(L_88); Transform_t3600365921 * L_89 = GameObject_get_transform_m1369836730(L_88, /*hidden argument*/NULL); V_14 = L_89; goto IL_02ca; } IL_0290: { Transform_t3600365921 * L_90 = V_14; Transform_t3600365921 * L_91 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_92 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_90, L_91, /*hidden argument*/NULL); if (L_92) { goto IL_02b9; } } { Transform_t3600365921 * L_93 = V_14; Transform_t3600365921 * L_94 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_94); Transform_t3600365921 * L_95 = Transform_get_parent_m835071599(L_94, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_96 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_93, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_02c1; } } IL_02b9: { V_13 = (bool)0; goto IL_02d7; } IL_02c1: { Transform_t3600365921 * L_97 = V_14; NullCheck(L_97); Transform_t3600365921 * L_98 = Transform_get_parent_m835071599(L_97, /*hidden argument*/NULL); V_14 = L_98; } IL_02ca: { Transform_t3600365921 * L_99 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_100 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_99, /*hidden argument*/NULL); if (L_100) { goto IL_0290; } } IL_02d7: { Transform_t3600365921 * L_101 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_102 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_02e7; } } { V_13 = (bool)1; } IL_02e7: { bool L_103 = V_13; V_12 = (bool)((((int32_t)L_103) == ((int32_t)0))? 1 : 0); } IL_02ee: { bool L_104 = V_12; if (!L_104) { goto IL_0300; } } { Vector2_t2156229523 L_105 = V_10; bool L_106 = Rect_Contains_m3188543637((&V_5), L_105, /*hidden argument*/NULL); G_B30_0 = ((int32_t)(L_106)); goto IL_0301; } IL_0300: { G_B30_0 = 0; } IL_0301: { V_15 = (bool)G_B30_0; bool L_107 = V_15; if (!L_107) { goto IL_0315; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->set_activeDMList_14(__this); goto IL_031b; } IL_0315: { DMListView_TrySetDisactiveDMList_m1549469326(__this, /*hidden argument*/NULL); } IL_031b: { bool L_108 = __this->get_m_bClkingInside_37(); if (!L_108) { goto IL_04d8; } } { bool L_109 = V_12; if (L_109) { goto IL_04d8; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_110 = DMListView__GetScale_m1795864796(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 * L_111 = __this->get_address_of_m_MaxOffset_38(); float L_112 = L_111->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_113 = fabsf(L_112); if ((!(((float)((float)il2cpp_codegen_multiply((float)(20.0f), (float)L_110))) >= ((float)L_113)))) { goto IL_036f; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_114 = DMListView__GetScale_m1795864796(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 * L_115 = __this->get_address_of_m_MaxOffset_38(); float L_116 = L_115->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_117 = fabsf(L_116); G_B38_0 = ((((int32_t)((!(((float)((float)il2cpp_codegen_multiply((float)(20.0f), (float)L_114))) >= ((float)L_117)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0370; } IL_036f: { G_B38_0 = 0; } IL_0370: { V_16 = (bool)G_B38_0; bool L_118 = V_16; if (!L_118) { goto IL_039c; } } { int32_t L_119 = __this->get_m_ClkedIndex_40(); if ((((int32_t)L_119) == ((int32_t)(-1)))) { goto IL_039c; } } { bool L_120 = DMListView_IsFinishDrag_m3919437558(__this, /*hidden argument*/NULL); if (!L_120) { goto IL_039c; } } { int32_t L_121 = __this->get_m_ClkedIndex_40(); DMListView_SetActive_m3341878478(__this, L_121, /*hidden argument*/NULL); } IL_039c: { int32_t L_122 = __this->get_m_Type_15(); if (L_122) { goto IL_03b8; } } { Vector2_t2156229523 * L_123 = __this->get_address_of_m_MaxOffset_38(); float L_124 = L_123->get_y_1(); G_B45_0 = ((-L_124)); goto IL_03c3; } IL_03b8: { Vector2_t2156229523 * L_125 = __this->get_address_of_m_MaxOffset_38(); float L_126 = L_125->get_x_0(); G_B45_0 = L_126; } IL_03c3: { V_17 = G_B45_0; __this->set_m_bTargetEnable_43((bool)0); float L_127 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_128 = __this->get_m_fMoveTimeLabor_41(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_129 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_127, (float)L_128)), (0.05f), (2.0f), /*hidden argument*/NULL); V_18 = L_129; __this->set_m_fMoveTimeLabor_41((0.0f)); float L_130 = V_17; float L_131 = V_18; IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_132 = DMListView__GetScale_m1795864796(NULL /*static, unused*/, /*hidden argument*/NULL); float L_133 = DMListView__GetScale_m1795864796(NULL /*static, unused*/, /*hidden argument*/NULL); float L_134 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)((float)L_130/(float)L_131)), ((float)il2cpp_codegen_multiply((float)(-650.0f), (float)L_132)), ((float)il2cpp_codegen_multiply((float)(650.0f), (float)L_133)), /*hidden argument*/NULL); V_19 = L_134; float L_135 = V_19; float L_136 = fabsf(L_135); float L_137 = __this->get_m_fMoveSpeed_42(); float L_138 = fabsf(L_137); if ((!(((float)L_136) > ((float)L_138)))) { goto IL_0435; } } { float L_139 = V_19; __this->set_m_fMoveSpeed_42(L_139); } IL_0435: { float L_140 = __this->get_m_fMoveSpeed_42(); float L_141 = fabsf(L_140); IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_142 = DMListView__GetScale_m1795864796(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((float)L_141) < ((float)((float)il2cpp_codegen_multiply((float)(600.0f), (float)L_142)))))) { goto IL_045b; } } { __this->set_m_fMoveSpeed_42((0.0f)); } IL_045b: { float L_143 = __this->get_m_fMoveSpeed_42(); float L_144 = __this->get_speedUp_25(); __this->set_m_fMoveSpeed_42(((float)il2cpp_codegen_multiply((float)L_143, (float)L_144))); __this->set_m_bTargetEnable_43((bool)0); __this->set_m_bClkingInside_37((bool)0); DMListView_AutoLayout_m202397155(__this, /*hidden argument*/NULL); Vector2_t2156229523 * L_145 = __this->get_address_of_m_MaxOffset_38(); L_145->set_x_0((0.0f)); Vector2_t2156229523 * L_146 = __this->get_address_of_m_MaxOffset_38(); L_146->set_y_1((0.0f)); __this->set_m_ClkedIndex_40((-1)); GameObject_t1113636619 * L_147 = __this->get_m_ReceiveTarget_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_148 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_147, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_148) { goto IL_04d6; } } { GameObject_t1113636619 * L_149 = __this->get_m_ReceiveTarget_5(); float L_150 = __this->get_m_fStep_31(); float L_151 = L_150; RuntimeObject * L_152 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_151); NullCheck(L_149); GameObject_SendMessage_m3720186693(L_149, _stringLiteral3620714913, L_152, 1, /*hidden argument*/NULL); } IL_04d6: { return (bool)1; } IL_04d8: { bool L_153 = V_12; if (!L_153) { goto IL_0845; } } { __this->set_m_bTargetEnable_43((bool)0); bool L_154 = __this->get_m_bClkingInside_37(); if (L_154) { goto IL_05e4; } } { bool L_155 = V_15; if (!L_155) { goto IL_05e4; } } { __this->set_m_bClkingInside_37((bool)1); float L_156 = (&V_10)->get_x_0(); float L_157 = (&V_10)->get_y_1(); Vector2_t2156229523 L_158; memset(&L_158, 0, sizeof(L_158)); Vector2__ctor_m3970636864((&L_158), L_156, L_157, /*hidden argument*/NULL); __this->set_m_ClkPos_39(L_158); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_159 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_38(L_159); int32_t L_160 = __this->get_m_Type_15(); G_B56_0 = __this; if (L_160) { G_B57_0 = __this; goto IL_054d; } } { GameObject_t1113636619 * L_161 = __this->get_m_controler_30(); NullCheck(L_161); Transform_t3600365921 * L_162 = GameObject_get_transform_m1369836730(L_161, /*hidden argument*/NULL); NullCheck(L_162); Vector3_t3722313464 L_163 = Transform_get_localPosition_m4234289348(L_162, /*hidden argument*/NULL); V_20 = L_163; float L_164 = (&V_20)->get_y_2(); G_B58_0 = L_164; G_B58_1 = G_B56_0; goto IL_0566; } IL_054d: { GameObject_t1113636619 * L_165 = __this->get_m_controler_30(); NullCheck(L_165); Transform_t3600365921 * L_166 = GameObject_get_transform_m1369836730(L_165, /*hidden argument*/NULL); NullCheck(L_166); Vector3_t3722313464 L_167 = Transform_get_localPosition_m4234289348(L_166, /*hidden argument*/NULL); V_21 = L_167; float L_168 = (&V_21)->get_x_1(); G_B58_0 = L_168; G_B58_1 = G_B57_0; } IL_0566: { NullCheck(G_B58_1); G_B58_1->set_m_ClikingRootPos_45(G_B58_0); Vector2_t2156229523 L_169 = __this->get_m_ClkPos_39(); int32_t L_170 = DMListView_CalcClkItem_m3001268840(__this, L_169, /*hidden argument*/NULL); __this->set_m_ClkedIndex_40(L_170); float L_171 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fMoveTimeLabor_41(L_171); GameObject_t1113636619 * L_172 = __this->get_m_ClickReceiver_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_173 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_172, /*hidden argument*/NULL); if (!L_173) { goto IL_05e2; } } { String_t* L_174 = __this->get_m_ClickProcName_11(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_175 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_174, /*hidden argument*/NULL); if (L_175) { goto IL_05e2; } } { GameObject_t1113636619 * L_176 = __this->get_m_ClickReceiver_10(); String_t* L_177 = __this->get_m_ClickProcName_11(); Vector2_t2156229523 * L_178 = __this->get_address_of_m_ClkPos_39(); float L_179 = L_178->get_x_0(); Vector2_t2156229523 * L_180 = __this->get_address_of_m_ClkPos_39(); float L_181 = L_180->get_y_1(); int32_t L_182 = __this->get_m_ClkedIndex_40(); Vector3_t3722313464 L_183; memset(&L_183, 0, sizeof(L_183)); Vector3__ctor_m3353183577((&L_183), L_179, L_181, (((float)((float)L_182))), /*hidden argument*/NULL); Vector3_t3722313464 L_184 = L_183; RuntimeObject * L_185 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_184); NullCheck(L_176); GameObject_SendMessage_m3720186693(L_176, L_177, L_185, 1, /*hidden argument*/NULL); } IL_05e2: { return (bool)1; } IL_05e4: { bool L_186 = __this->get_m_bClkingInside_37(); if (!L_186) { goto IL_0845; } } { float L_187 = (&V_10)->get_x_0(); Vector2_t2156229523 * L_188 = __this->get_address_of_m_ClkPos_39(); float L_189 = L_188->get_x_0(); V_22 = ((float)il2cpp_codegen_subtract((float)L_187, (float)L_189)); float L_190 = (&V_10)->get_y_1(); Vector2_t2156229523 * L_191 = __this->get_address_of_m_ClkPos_39(); float L_192 = L_191->get_y_1(); V_23 = ((float)il2cpp_codegen_subtract((float)L_190, (float)L_192)); Vector2_t2156229523 * L_193 = __this->get_address_of_m_MaxOffset_38(); Vector2_t2156229523 * L_194 = __this->get_address_of_m_MaxOffset_38(); float L_195 = L_194->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_196 = fabsf(L_195); float L_197 = V_22; float L_198 = fabsf(L_197); G_B64_0 = L_193; if ((!(((float)L_196) < ((float)L_198)))) { G_B65_0 = L_193; goto IL_0642; } } { float L_199 = V_22; G_B66_0 = L_199; G_B66_1 = G_B64_0; goto IL_064d; } IL_0642: { Vector2_t2156229523 * L_200 = __this->get_address_of_m_MaxOffset_38(); float L_201 = L_200->get_x_0(); G_B66_0 = L_201; G_B66_1 = G_B65_0; } IL_064d: { G_B66_1->set_x_0(G_B66_0); Vector2_t2156229523 * L_202 = __this->get_address_of_m_MaxOffset_38(); Vector2_t2156229523 * L_203 = __this->get_address_of_m_MaxOffset_38(); float L_204 = L_203->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_205 = fabsf(L_204); float L_206 = V_23; float L_207 = fabsf(L_206); G_B67_0 = L_202; if ((!(((float)L_205) < ((float)L_207)))) { G_B68_0 = L_202; goto IL_067b; } } { float L_208 = V_23; G_B69_0 = L_208; G_B69_1 = G_B67_0; goto IL_0686; } IL_067b: { Vector2_t2156229523 * L_209 = __this->get_address_of_m_MaxOffset_38(); float L_210 = L_209->get_y_1(); G_B69_0 = L_210; G_B69_1 = G_B68_0; } IL_0686: { G_B69_1->set_y_1(G_B69_0); GameObject_t1113636619 * L_211 = __this->get_m_controler_30(); NullCheck(L_211); Transform_t3600365921 * L_212 = GameObject_get_transform_m1369836730(L_211, /*hidden argument*/NULL); NullCheck(L_212); Vector3_t3722313464 L_213 = Transform_get_localPosition_m4234289348(L_212, /*hidden argument*/NULL); V_25 = L_213; float L_214 = (&V_25)->get_x_1(); GameObject_t1113636619 * L_215 = __this->get_m_controler_30(); NullCheck(L_215); Transform_t3600365921 * L_216 = GameObject_get_transform_m1369836730(L_215, /*hidden argument*/NULL); NullCheck(L_216); Vector3_t3722313464 L_217 = Transform_get_localPosition_m4234289348(L_216, /*hidden argument*/NULL); V_26 = L_217; float L_218 = (&V_26)->get_y_2(); GameObject_t1113636619 * L_219 = __this->get_m_controler_30(); NullCheck(L_219); Transform_t3600365921 * L_220 = GameObject_get_transform_m1369836730(L_219, /*hidden argument*/NULL); NullCheck(L_220); Vector3_t3722313464 L_221 = Transform_get_localPosition_m4234289348(L_220, /*hidden argument*/NULL); V_27 = L_221; float L_222 = (&V_27)->get_z_3(); Vector3__ctor_m3353183577((&V_24), L_214, L_218, L_222, /*hidden argument*/NULL); int32_t L_223 = __this->get_m_Type_15(); if (L_223) { goto IL_077f; } } { Vector2_t2156229523 * L_224 = __this->get_address_of_m_ClkPos_39(); float L_225 = L_224->get_y_1(); float L_226 = (&V_10)->get_y_1(); V_28 = ((float)il2cpp_codegen_subtract((float)L_225, (float)L_226)); float L_227 = V_28; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_228 = fabsf(L_227); if ((!(((float)(10.0f)) <= ((float)L_228)))) { goto IL_077a; } } { float L_229 = __this->get_m_ClikingRootPos_45(); float L_230 = V_28; (&V_24)->set_y_2(((float)il2cpp_codegen_add((float)L_229, (float)L_230))); bool L_231 = __this->get_isCanRebound_3(); if (!L_231) { goto IL_075b; } } { float L_232 = (&V_24)->get_y_2(); float L_233 = __this->get_m_fPosMin_33(); float L_234 = __this->get_reboundDistance_27(); float L_235 = __this->get_m_fPosMax_34(); float L_236 = __this->get_reboundDistance_27(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_237 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_232, ((float)il2cpp_codegen_subtract((float)L_233, (float)L_234)), ((float)il2cpp_codegen_add((float)L_235, (float)L_236)), /*hidden argument*/NULL); (&V_24)->set_y_2(L_237); goto IL_077a; } IL_075b: { float L_238 = (&V_24)->get_y_2(); float L_239 = __this->get_m_fPosMin_33(); float L_240 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_241 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_238, L_239, L_240, /*hidden argument*/NULL); (&V_24)->set_y_2(L_241); } IL_077a: { goto IL_0811; } IL_077f: { float L_242 = (&V_10)->get_x_0(); Vector2_t2156229523 * L_243 = __this->get_address_of_m_ClkPos_39(); float L_244 = L_243->get_x_0(); V_29 = ((float)il2cpp_codegen_subtract((float)L_242, (float)L_244)); float L_245 = V_29; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_246 = fabsf(L_245); if ((!(((float)(10.0f)) <= ((float)L_246)))) { goto IL_0811; } } { float L_247 = __this->get_m_ClikingRootPos_45(); float L_248 = V_29; (&V_24)->set_x_1(((float)il2cpp_codegen_add((float)L_247, (float)L_248))); bool L_249 = __this->get_isCanRebound_3(); if (!L_249) { goto IL_07f2; } } { float L_250 = (&V_24)->get_x_1(); float L_251 = __this->get_m_fPosMin_33(); float L_252 = __this->get_reboundDistance_27(); float L_253 = __this->get_m_fPosMax_34(); float L_254 = __this->get_reboundDistance_27(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_255 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_250, ((float)il2cpp_codegen_subtract((float)L_251, (float)L_252)), ((float)il2cpp_codegen_add((float)L_253, (float)L_254)), /*hidden argument*/NULL); (&V_24)->set_x_1(L_255); goto IL_0811; } IL_07f2: { float L_256 = (&V_24)->get_x_1(); float L_257 = __this->get_m_fPosMin_33(); float L_258 = __this->get_m_fPosMax_34(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_259 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_256, L_257, L_258, /*hidden argument*/NULL); (&V_24)->set_x_1(L_259); } IL_0811: { Vector2_t2156229523 L_260 = V_10; Vector2_t2156229523 L_261 = __this->get_m_ClkPos_39(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); bool L_262 = Vector2_op_Equality_m2303255133(NULL /*static, unused*/, L_260, L_261, /*hidden argument*/NULL); if (!L_262) { goto IL_0833; } } { __this->set_m_fMoveSpeed_42((0.0f)); goto IL_0845; } IL_0833: { GameObject_t1113636619 * L_263 = __this->get_m_controler_30(); NullCheck(L_263); Transform_t3600365921 * L_264 = GameObject_get_transform_m1369836730(L_263, /*hidden argument*/NULL); Vector3_t3722313464 L_265 = V_24; NullCheck(L_264); Transform_set_localPosition_m4128471975(L_264, L_265, /*hidden argument*/NULL); } IL_0845: { return (bool)1; } } // System.Void DMListView::OnSendPosChanged() extern "C" IL2CPP_METHOD_ATTR void DMListView_OnSendPosChanged_m3597349457 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_OnSendPosChanged_m3597349457_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; Vector4_t3319028937 V_7; memset(&V_7, 0, sizeof(V_7)); Vector4_t3319028937 V_8; memset(&V_8, 0, sizeof(V_8)); Vector4_t3319028937 V_9; memset(&V_9, 0, sizeof(V_9)); Vector4_t3319028937 V_10; memset(&V_10, 0, sizeof(V_10)); Vector4_t3319028937 V_11; memset(&V_11, 0, sizeof(V_11)); Vector4_t3319028937 V_12; memset(&V_12, 0, sizeof(V_12)); Vector4_t3319028937 V_13; memset(&V_13, 0, sizeof(V_13)); Vector4_t3319028937 V_14; memset(&V_14, 0, sizeof(V_14)); float V_15 = 0.0f; Vector3_t3722313464 V_16; memset(&V_16, 0, sizeof(V_16)); Vector3_t3722313464 V_17; memset(&V_17, 0, sizeof(V_17)); int32_t V_18 = 0; DMListViewItem_t3648257704 * V_19 = NULL; float V_20 = 0.0f; float V_21 = 0.0f; Vector3_t3722313464 V_22; memset(&V_22, 0, sizeof(V_22)); Vector3_t3722313464 V_23; memset(&V_23, 0, sizeof(V_23)); bool V_24 = false; DMListViewItem_t3648257704 * V_25 = NULL; float V_26 = 0.0f; Vector3_t3722313464 V_27; memset(&V_27, 0, sizeof(V_27)); float V_28 = 0.0f; Transform_t3600365921 * V_29 = NULL; float V_30 = 0.0f; Vector3_t3722313464 V_31; memset(&V_31, 0, sizeof(V_31)); Vector3_t3722313464 V_32; memset(&V_32, 0, sizeof(V_32)); Vector3_t3722313464 V_33; memset(&V_33, 0, sizeof(V_33)); Vector3_t3722313464 V_34; memset(&V_34, 0, sizeof(V_34)); int32_t V_35 = 0; DMListViewItem_t3648257704 * V_36 = NULL; float V_37 = 0.0f; Vector3_t3722313464 V_38; memset(&V_38, 0, sizeof(V_38)); float V_39 = 0.0f; Transform_t3600365921 * V_40 = NULL; float V_41 = 0.0f; Vector3_t3722313464 V_42; memset(&V_42, 0, sizeof(V_42)); Vector3_t3722313464 V_43; memset(&V_43, 0, sizeof(V_43)); Vector3_t3722313464 V_44; memset(&V_44, 0, sizeof(V_44)); Vector3_t3722313464 V_45; memset(&V_45, 0, sizeof(V_45)); int32_t V_46 = 0; float G_B20_0 = 0.0f; GameObject_t1113636619 * G_B33_0 = NULL; GameObject_t1113636619 * G_B32_0 = NULL; String_t* G_B34_0 = NULL; GameObject_t1113636619 * G_B34_1 = NULL; { float L_0 = __this->get_m_fPosMax_34(); float L_1 = __this->get_m_fPosMin_33(); V_0 = ((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)); float L_2 = V_0; if ((!(((float)(0.0001f)) < ((float)L_2)))) { goto IL_007c; } } { int32_t L_3 = __this->get_m_Type_15(); if (L_3) { goto IL_0050; } } { GameObject_t1113636619 * L_4 = __this->get_m_controler_30(); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_localPosition_m4234289348(L_5, /*hidden argument*/NULL); V_1 = L_6; float L_7 = (&V_1)->get_y_2(); float L_8 = __this->get_m_fPosMin_33(); float L_9 = V_0; __this->set_m_fStep_31(((float)((float)((float)il2cpp_codegen_subtract((float)L_7, (float)L_8))/(float)L_9))); goto IL_0077; } IL_0050: { GameObject_t1113636619 * L_10 = __this->get_m_controler_30(); NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); V_2 = L_12; float L_13 = (&V_2)->get_x_1(); float L_14 = __this->get_m_fPosMin_33(); float L_15 = V_0; __this->set_m_fStep_31(((float)((float)((float)il2cpp_codegen_subtract((float)L_13, (float)L_14))/(float)L_15))); } IL_0077: { goto IL_0087; } IL_007c: { __this->set_m_fStep_31((-1.0f)); } IL_0087: { GameObject_t1113636619 * L_16 = __this->get_m_ReceiveTarget_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_00c5; } } { String_t* L_18 = __this->get_m_ReceiveProcName_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00c5; } } { GameObject_t1113636619 * L_20 = __this->get_m_ReceiveTarget_5(); String_t* L_21 = __this->get_m_ReceiveProcName_6(); float L_22 = __this->get_m_fStep_31(); float L_23 = L_22; RuntimeObject * L_24 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_23); NullCheck(L_20); GameObject_SendMessage_m3720186693(L_20, L_21, L_24, 1, /*hidden argument*/NULL); } IL_00c5: { Action_1_t1569734369 * L_25 = __this->get_OnChange_7(); if (!L_25) { goto IL_00e1; } } { Action_1_t1569734369 * L_26 = __this->get_OnChange_7(); float L_27 = __this->get_m_fStep_31(); NullCheck(L_26); Action_1_Invoke_m2159083576(L_26, L_27, /*hidden argument*/Action_1_Invoke_m2159083576_RuntimeMethod_var); } IL_00e1: { DMProcessBar_t1457963892 * L_28 = __this->get_m_ProcessBar_17(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_29 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0103; } } { DMProcessBar_t1457963892 * L_30 = __this->get_m_ProcessBar_17(); float L_31 = __this->get_m_fStep_31(); NullCheck(L_30); DMProcessBar_SetStep_m3198228411(L_30, L_31, /*hidden argument*/NULL); } IL_0103: { List_1_t777473367 * L_32 = __this->get_m_listChildren_32(); NullCheck(L_32); int32_t L_33 = List_1_get_Count_m3787308655(L_32, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if (!L_33) { goto IL_060e; } } { float L_34 = DMListView_GetLocalScaleX_m1256179270(__this, /*hidden argument*/NULL); V_3 = L_34; float L_35 = DMListView_GetLocalScaleY_m3212494406(__this, /*hidden argument*/NULL); V_4 = L_35; V_5 = (0.0f); V_6 = (0.0f); int32_t L_36 = __this->get_m_Type_15(); if (L_36) { goto IL_01a2; } } { UIPanel_t1716472341 * L_37 = __this->get_m_panel_29(); NullCheck(L_37); Vector4_t3319028937 L_38 = UIPanel_get_clipRange_m1219521389(L_37, /*hidden argument*/NULL); V_7 = L_38; float L_39 = (&V_7)->get_y_2(); UIPanel_t1716472341 * L_40 = __this->get_m_panel_29(); NullCheck(L_40); Vector4_t3319028937 L_41 = UIPanel_get_clipRange_m1219521389(L_40, /*hidden argument*/NULL); V_8 = L_41; float L_42 = (&V_8)->get_w_4(); V_6 = ((float)il2cpp_codegen_add((float)L_39, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_42)))); UIPanel_t1716472341 * L_43 = __this->get_m_panel_29(); NullCheck(L_43); Vector4_t3319028937 L_44 = UIPanel_get_clipRange_m1219521389(L_43, /*hidden argument*/NULL); V_9 = L_44; float L_45 = (&V_9)->get_y_2(); UIPanel_t1716472341 * L_46 = __this->get_m_panel_29(); NullCheck(L_46); Vector4_t3319028937 L_47 = UIPanel_get_clipRange_m1219521389(L_46, /*hidden argument*/NULL); V_10 = L_47; float L_48 = (&V_10)->get_w_4(); V_5 = ((float)il2cpp_codegen_subtract((float)L_45, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_48)))); goto IL_0204; } IL_01a2: { UIPanel_t1716472341 * L_49 = __this->get_m_panel_29(); NullCheck(L_49); Vector4_t3319028937 L_50 = UIPanel_get_clipRange_m1219521389(L_49, /*hidden argument*/NULL); V_11 = L_50; float L_51 = (&V_11)->get_x_1(); UIPanel_t1716472341 * L_52 = __this->get_m_panel_29(); NullCheck(L_52); Vector4_t3319028937 L_53 = UIPanel_get_clipRange_m1219521389(L_52, /*hidden argument*/NULL); V_12 = L_53; float L_54 = (&V_12)->get_z_3(); V_5 = ((float)il2cpp_codegen_subtract((float)L_51, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_54)))); UIPanel_t1716472341 * L_55 = __this->get_m_panel_29(); NullCheck(L_55); Vector4_t3319028937 L_56 = UIPanel_get_clipRange_m1219521389(L_55, /*hidden argument*/NULL); V_13 = L_56; float L_57 = (&V_13)->get_x_1(); UIPanel_t1716472341 * L_58 = __this->get_m_panel_29(); NullCheck(L_58); Vector4_t3319028937 L_59 = UIPanel_get_clipRange_m1219521389(L_58, /*hidden argument*/NULL); V_14 = L_59; float L_60 = (&V_14)->get_z_3(); V_6 = ((float)il2cpp_codegen_add((float)L_57, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_60)))); } IL_0204: { int32_t L_61 = __this->get_m_Type_15(); if (L_61) { goto IL_022d; } } { GameObject_t1113636619 * L_62 = __this->get_m_controler_30(); NullCheck(L_62); Transform_t3600365921 * L_63 = GameObject_get_transform_m1369836730(L_62, /*hidden argument*/NULL); NullCheck(L_63); Vector3_t3722313464 L_64 = Transform_get_localPosition_m4234289348(L_63, /*hidden argument*/NULL); V_16 = L_64; float L_65 = (&V_16)->get_y_2(); G_B20_0 = L_65; goto IL_0246; } IL_022d: { GameObject_t1113636619 * L_66 = __this->get_m_controler_30(); NullCheck(L_66); Transform_t3600365921 * L_67 = GameObject_get_transform_m1369836730(L_66, /*hidden argument*/NULL); NullCheck(L_67); Vector3_t3722313464 L_68 = Transform_get_localPosition_m4234289348(L_67, /*hidden argument*/NULL); V_17 = L_68; float L_69 = (&V_17)->get_x_1(); G_B20_0 = L_69; } IL_0246: { V_15 = G_B20_0; V_18 = 0; goto IL_05fc; } IL_0250: { List_1_t777473367 * L_70 = __this->get_m_listChildren_32(); int32_t L_71 = V_18; NullCheck(L_70); Transform_t3600365921 * L_72 = List_1_get_Item_m3022113929(L_70, L_71, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_72); DMListViewItem_t3648257704 * L_73 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_72, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_19 = L_73; DMListViewItem_t3648257704 * L_74 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_75 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_0292; } } { String_t* L_76 = Int32_ToString_m141394615((&V_18), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_77 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1861576076, L_76, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); goto IL_05f6; } IL_0292: { V_20 = (0.0f); V_21 = (0.0f); int32_t L_78 = __this->get_m_Type_15(); if (L_78) { goto IL_02dc; } } { DMListViewItem_t3648257704 * L_79 = V_19; NullCheck(L_79); Transform_t3600365921 * L_80 = Component_get_transform_m3162698980(L_79, /*hidden argument*/NULL); NullCheck(L_80); Vector3_t3722313464 L_81 = Transform_get_localPosition_m4234289348(L_80, /*hidden argument*/NULL); V_22 = L_81; float L_82 = (&V_22)->get_y_2(); float L_83 = V_4; float L_84 = V_15; V_21 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)), (float)L_84)); float L_85 = V_21; DMListViewItem_t3648257704 * L_86 = V_19; NullCheck(L_86); float L_87 = DMListViewItem_GetLength_m1635247155(L_86, /*hidden argument*/NULL); float L_88 = V_4; V_20 = ((float)il2cpp_codegen_subtract((float)L_85, (float)((float)il2cpp_codegen_multiply((float)L_87, (float)L_88)))); goto IL_0306; } IL_02dc: { DMListViewItem_t3648257704 * L_89 = V_19; NullCheck(L_89); Transform_t3600365921 * L_90 = Component_get_transform_m3162698980(L_89, /*hidden argument*/NULL); NullCheck(L_90); Vector3_t3722313464 L_91 = Transform_get_localPosition_m4234289348(L_90, /*hidden argument*/NULL); V_23 = L_91; float L_92 = (&V_23)->get_x_1(); float L_93 = V_3; float L_94 = V_15; V_20 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_92, (float)L_93)), (float)L_94)); float L_95 = V_20; DMListViewItem_t3648257704 * L_96 = V_19; NullCheck(L_96); float L_97 = DMListViewItem_GetLength_m1635247155(L_96, /*hidden argument*/NULL); float L_98 = V_3; V_21 = ((float)il2cpp_codegen_add((float)L_95, (float)((float)il2cpp_codegen_multiply((float)L_97, (float)L_98)))); } IL_0306: { bool L_99 = __this->get_isCommonItemList_2(); if (L_99) { goto IL_03b1; } } { float L_100 = V_20; float L_101 = V_6; if ((((float)L_100) > ((float)L_101))) { goto IL_0323; } } { float L_102 = V_21; float L_103 = V_5; if ((!(((float)L_102) < ((float)L_103)))) { goto IL_0340; } } IL_0323: { List_1_t777473367 * L_104 = __this->get_m_listChildren_32(); int32_t L_105 = V_18; NullCheck(L_104); Transform_t3600365921 * L_106 = List_1_get_Item_m3022113929(L_104, L_105, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_106); GameObject_t1113636619 * L_107 = Component_get_gameObject_m442555142(L_106, /*hidden argument*/NULL); NullCheck(L_107); GameObject_SetActive_m796801857(L_107, (bool)0, /*hidden argument*/NULL); goto IL_03ac; } IL_0340: { List_1_t777473367 * L_108 = __this->get_m_listChildren_32(); int32_t L_109 = V_18; NullCheck(L_108); Transform_t3600365921 * L_110 = List_1_get_Item_m3022113929(L_108, L_109, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_110); GameObject_t1113636619 * L_111 = Component_get_gameObject_m442555142(L_110, /*hidden argument*/NULL); NullCheck(L_111); bool L_112 = GameObject_get_activeSelf_m1767405923(L_111, /*hidden argument*/NULL); V_24 = L_112; List_1_t777473367 * L_113 = __this->get_m_listChildren_32(); int32_t L_114 = V_18; NullCheck(L_113); Transform_t3600365921 * L_115 = List_1_get_Item_m3022113929(L_113, L_114, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_115); GameObject_t1113636619 * L_116 = Component_get_gameObject_m442555142(L_115, /*hidden argument*/NULL); NullCheck(L_116); GameObject_SetActive_m796801857(L_116, (bool)1, /*hidden argument*/NULL); bool L_117 = V_24; if (L_117) { goto IL_03ac; } } { List_1_t777473367 * L_118 = __this->get_m_listChildren_32(); int32_t L_119 = V_18; NullCheck(L_118); Transform_t3600365921 * L_120 = List_1_get_Item_m3022113929(L_118, L_119, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_120); GameObject_t1113636619 * L_121 = Component_get_gameObject_m442555142(L_120, /*hidden argument*/NULL); int32_t L_122 = __this->get_m_nActiveIndex_35(); int32_t L_123 = V_18; G_B32_0 = L_121; if ((!(((uint32_t)L_122) == ((uint32_t)L_123)))) { G_B33_0 = L_121; goto IL_03a1; } } { G_B34_0 = _stringLiteral1491195644; G_B34_1 = G_B32_0; goto IL_03a6; } IL_03a1: { G_B34_0 = _stringLiteral3197631421; G_B34_1 = G_B33_0; } IL_03a6: { NullCheck(G_B34_1); GameObject_SendMessage_m1121218340(G_B34_1, G_B34_0, 1, /*hidden argument*/NULL); } IL_03ac: { goto IL_05f6; } IL_03b1: { List_1_t777473367 * L_124 = __this->get_m_listChildren_32(); NullCheck(L_124); Transform_t3600365921 * L_125 = List_1_get_Item_m3022113929(L_124, 0, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_125); DMListViewItem_t3648257704 * L_126 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_125, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_25 = L_126; DMListViewItem_t3648257704 * L_127 = V_25; NullCheck(L_127); Transform_t3600365921 * L_128 = Component_get_transform_m3162698980(L_127, /*hidden argument*/NULL); NullCheck(L_128); Vector3_t3722313464 L_129 = Transform_get_localPosition_m4234289348(L_128, /*hidden argument*/NULL); V_27 = L_129; float L_130 = (&V_27)->get_y_2(); float L_131 = V_4; float L_132 = V_15; DMListViewItem_t3648257704 * L_133 = V_25; NullCheck(L_133); float L_134 = DMListViewItem_GetLength_m1635247155(L_133, /*hidden argument*/NULL); float L_135 = V_4; V_26 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_130, (float)L_131)), (float)L_132)), (float)((float)il2cpp_codegen_multiply((float)L_134, (float)L_135)))); float L_136 = V_6; DMListViewItem_t3648257704 * L_137 = V_25; NullCheck(L_137); float L_138 = DMListViewItem_GetLength_m1635247155(L_137, /*hidden argument*/NULL); float L_139 = V_4; V_28 = ((float)il2cpp_codegen_add((float)L_136, (float)((float)il2cpp_codegen_multiply((float)L_138, (float)L_139)))); float L_140 = V_26; float L_141 = V_28; if ((!(((float)L_140) > ((float)L_141)))) { goto IL_04d5; } } { DMListViewItem_t3648257704 * L_142 = V_25; NullCheck(L_142); Transform_t3600365921 * L_143 = Component_get_transform_m3162698980(L_142, /*hidden argument*/NULL); V_29 = L_143; List_1_t777473367 * L_144 = __this->get_m_listChildren_32(); List_1_t777473367 * L_145 = __this->get_m_listChildren_32(); NullCheck(L_145); int32_t L_146 = List_1_get_Count_m3787308655(L_145, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); NullCheck(L_144); Transform_t3600365921 * L_147 = List_1_get_Item_m3022113929(L_144, ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1)), /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_147); Vector3_t3722313464 L_148 = Transform_get_localPosition_m4234289348(L_147, /*hidden argument*/NULL); V_31 = L_148; float L_149 = (&V_31)->get_y_2(); DMListViewItem_t3648257704 * L_150 = V_25; NullCheck(L_150); float L_151 = DMListViewItem_GetLength_m1635247155(L_150, /*hidden argument*/NULL); V_30 = ((float)il2cpp_codegen_subtract((float)L_149, (float)L_151)); Transform_t3600365921 * L_152 = V_29; NullCheck(L_152); Vector3_t3722313464 L_153 = Transform_get_localPosition_m4234289348(L_152, /*hidden argument*/NULL); V_33 = L_153; float L_154 = (&V_33)->get_x_1(); float L_155 = V_30; Transform_t3600365921 * L_156 = V_29; NullCheck(L_156); Vector3_t3722313464 L_157 = Transform_get_localPosition_m4234289348(L_156, /*hidden argument*/NULL); V_34 = L_157; float L_158 = (&V_34)->get_z_3(); Vector3__ctor_m3353183577((&V_32), L_154, L_155, L_158, /*hidden argument*/NULL); float L_159 = (&V_32)->get_y_2(); DMListViewItem_t3648257704 * L_160 = V_25; NullCheck(L_160); float L_161 = DMListViewItem_GetLength_m1635247155(L_160, /*hidden argument*/NULL); int32_t L_162 = il2cpp_codegen_abs((((int32_t)((int32_t)((float)((float)L_159/(float)L_161)))))); V_35 = L_162; int32_t L_163 = V_35; int32_t L_164 = __this->get_totalCount_21(); if ((((int32_t)L_163) >= ((int32_t)L_164))) { goto IL_04d5; } } { List_1_t777473367 * L_165 = __this->get_m_listChildren_32(); Transform_t3600365921 * L_166 = V_29; NullCheck(L_165); List_1_Remove_m4216972(L_165, L_166, /*hidden argument*/List_1_Remove_m4216972_RuntimeMethod_var); Transform_t3600365921 * L_167 = V_29; Vector3_t3722313464 L_168 = V_32; NullCheck(L_167); Transform_set_localPosition_m4128471975(L_167, L_168, /*hidden argument*/NULL); List_1_t777473367 * L_169 = __this->get_m_listChildren_32(); Transform_t3600365921 * L_170 = V_29; NullCheck(L_169); List_1_Add_m4073477735(L_169, L_170, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); DMListViewItem_t3648257704 * L_171 = V_25; int32_t L_172 = V_35; NullCheck(L_171); DMListViewItem_SetIndex_m3846161515(L_171, L_172, /*hidden argument*/NULL); Transform_t3600365921 * L_173 = V_29; String_t* L_174 = Int32_ToString_m141394615((&V_35), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_175 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1949155672, L_174, /*hidden argument*/NULL); NullCheck(L_173); Object_set_name_m291480324(L_173, L_175, /*hidden argument*/NULL); } IL_04d5: { List_1_t777473367 * L_176 = __this->get_m_listChildren_32(); List_1_t777473367 * L_177 = __this->get_m_listChildren_32(); NullCheck(L_177); int32_t L_178 = List_1_get_Count_m3787308655(L_177, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); NullCheck(L_176); Transform_t3600365921 * L_179 = List_1_get_Item_m3022113929(L_176, ((int32_t)il2cpp_codegen_subtract((int32_t)L_178, (int32_t)1)), /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_179); DMListViewItem_t3648257704 * L_180 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_179, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); V_36 = L_180; DMListViewItem_t3648257704 * L_181 = V_36; NullCheck(L_181); Transform_t3600365921 * L_182 = Component_get_transform_m3162698980(L_181, /*hidden argument*/NULL); NullCheck(L_182); Vector3_t3722313464 L_183 = Transform_get_localPosition_m4234289348(L_182, /*hidden argument*/NULL); V_38 = L_183; float L_184 = (&V_38)->get_y_2(); float L_185 = V_4; float L_186 = V_15; V_37 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_184, (float)L_185)), (float)L_186)); float L_187 = V_5; DMListViewItem_t3648257704 * L_188 = V_36; NullCheck(L_188); float L_189 = DMListViewItem_GetLength_m1635247155(L_188, /*hidden argument*/NULL); float L_190 = V_4; V_39 = ((float)il2cpp_codegen_subtract((float)L_187, (float)((float)il2cpp_codegen_multiply((float)L_189, (float)L_190)))); float L_191 = V_37; float L_192 = V_39; if ((!(((float)L_191) < ((float)L_192)))) { goto IL_05f6; } } { DMListViewItem_t3648257704 * L_193 = V_36; NullCheck(L_193); Transform_t3600365921 * L_194 = Component_get_transform_m3162698980(L_193, /*hidden argument*/NULL); V_40 = L_194; List_1_t777473367 * L_195 = __this->get_m_listChildren_32(); NullCheck(L_195); Transform_t3600365921 * L_196 = List_1_get_Item_m3022113929(L_195, 0, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); NullCheck(L_196); Vector3_t3722313464 L_197 = Transform_get_localPosition_m4234289348(L_196, /*hidden argument*/NULL); V_42 = L_197; float L_198 = (&V_42)->get_y_2(); DMListViewItem_t3648257704 * L_199 = V_36; NullCheck(L_199); float L_200 = DMListViewItem_GetLength_m1635247155(L_199, /*hidden argument*/NULL); V_41 = ((float)il2cpp_codegen_add((float)L_198, (float)L_200)); Transform_t3600365921 * L_201 = V_40; NullCheck(L_201); Vector3_t3722313464 L_202 = Transform_get_localPosition_m4234289348(L_201, /*hidden argument*/NULL); V_44 = L_202; float L_203 = (&V_44)->get_x_1(); float L_204 = V_41; Transform_t3600365921 * L_205 = V_40; NullCheck(L_205); Vector3_t3722313464 L_206 = Transform_get_localPosition_m4234289348(L_205, /*hidden argument*/NULL); V_45 = L_206; float L_207 = (&V_45)->get_z_3(); Vector3__ctor_m3353183577((&V_43), L_203, L_204, L_207, /*hidden argument*/NULL); float L_208 = (&V_43)->get_y_2(); DMListViewItem_t3648257704 * L_209 = V_36; NullCheck(L_209); float L_210 = DMListViewItem_GetLength_m1635247155(L_209, /*hidden argument*/NULL); V_46 = (((int32_t)((int32_t)((float)((float)L_208/(float)L_210))))); int32_t L_211 = V_46; if ((((int32_t)L_211) > ((int32_t)0))) { goto IL_05f6; } } { int32_t L_212 = V_46; int32_t L_213 = il2cpp_codegen_abs(L_212); V_46 = L_213; int32_t L_214 = V_46; if ((((int32_t)L_214) < ((int32_t)0))) { goto IL_05f6; } } { List_1_t777473367 * L_215 = __this->get_m_listChildren_32(); Transform_t3600365921 * L_216 = V_40; NullCheck(L_215); List_1_Remove_m4216972(L_215, L_216, /*hidden argument*/List_1_Remove_m4216972_RuntimeMethod_var); Transform_t3600365921 * L_217 = V_40; Vector3_t3722313464 L_218 = V_43; NullCheck(L_217); Transform_set_localPosition_m4128471975(L_217, L_218, /*hidden argument*/NULL); List_1_t777473367 * L_219 = __this->get_m_listChildren_32(); Transform_t3600365921 * L_220 = V_40; NullCheck(L_219); List_1_Insert_m174776639(L_219, 0, L_220, /*hidden argument*/List_1_Insert_m174776639_RuntimeMethod_var); DMListViewItem_t3648257704 * L_221 = V_36; int32_t L_222 = V_46; NullCheck(L_221); DMListViewItem_SetIndex_m3846161515(L_221, L_222, /*hidden argument*/NULL); Transform_t3600365921 * L_223 = V_40; String_t* L_224 = Int32_ToString_m141394615((&V_46), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_225 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1949155672, L_224, /*hidden argument*/NULL); NullCheck(L_223); Object_set_name_m291480324(L_223, L_225, /*hidden argument*/NULL); } IL_05f6: { int32_t L_226 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)1)); } IL_05fc: { int32_t L_227 = V_18; List_1_t777473367 * L_228 = __this->get_m_listChildren_32(); NullCheck(L_228); int32_t L_229 = List_1_get_Count_m3787308655(L_228, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_227) < ((int32_t)L_229))) { goto IL_0250; } } IL_060e: { return; } } // System.Single DMListView::GetLocalScaleX() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetLocalScaleX_m1256179270 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetLocalScaleX_m1256179270_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_0 = DMListView_GetNGUIScaleX_m2653203837(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get_m_Allign_16(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_2 = DMListView_GetNGUIScaleY_m4219287778(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_2; float L_3 = V_0; float L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_5 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0020: { float L_6 = V_0; return L_6; } } // System.Single DMListView::GetLocalScaleY() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetLocalScaleY_m3212494406 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetLocalScaleY_m3212494406_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_0 = DMListView_GetNGUIScaleY_m4219287778(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get_m_Allign_16(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_2 = DMListView_GetNGUIScaleX_m2653203837(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_2; float L_3 = V_1; float L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_5 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0020: { float L_6 = V_0; return L_6; } } // System.Single DMListView::GetNGUIScaleX() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetNGUIScaleX_m2653203837 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetNGUIScaleX_m2653203837_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIRoot_t4022971450 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); UIRoot_t4022971450 * L_0 = DMListView_GetUIRoot_m3468008106(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (((float)((float)L_1))); int32_t L_2 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (((float)((float)L_2))); UIRoot_t4022971450 * 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_0040; } } { UIRoot_t4022971450 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = UIRoot_get_activeHeight_m4207044870(L_5, /*hidden argument*/NULL); V_3 = (((float)((float)L_6))); float L_7 = V_2; float L_8 = V_3; if ((!(((float)L_7) > ((float)L_8)))) { goto IL_0040; } } { float L_9 = V_3; int32_t L_10 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = ((float)((float)L_9/(float)(((float)((float)L_10))))); float L_11 = V_1; float L_12 = V_4; V_1 = ((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)); float L_13 = V_3; V_2 = L_13; } IL_0040: { float L_14 = V_1; V_5 = ((float)((float)L_14/(float)(960.0f))); float L_15 = V_5; return L_15; } } // System.Single DMListView::GetNGUIScaleY() extern "C" IL2CPP_METHOD_ATTR float DMListView_GetNGUIScaleY_m4219287778 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetNGUIScaleY_m4219287778_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIRoot_t4022971450 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); UIRoot_t4022971450 * L_0 = DMListView_GetUIRoot_m3468008106(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (((float)((float)L_1))); int32_t L_2 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (((float)((float)L_2))); UIRoot_t4022971450 * 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_0040; } } { UIRoot_t4022971450 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = UIRoot_get_activeHeight_m4207044870(L_5, /*hidden argument*/NULL); V_3 = (((float)((float)L_6))); float L_7 = V_2; float L_8 = V_3; if ((!(((float)L_7) > ((float)L_8)))) { goto IL_0040; } } { float L_9 = V_3; int32_t L_10 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = ((float)((float)L_9/(float)(((float)((float)L_10))))); float L_11 = V_1; float L_12 = V_4; V_1 = ((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)); float L_13 = V_3; V_2 = L_13; } IL_0040: { float L_14 = V_2; V_5 = ((float)((float)L_14/(float)(640.0f))); float L_15 = V_5; return L_15; } } // UIRoot DMListView::GetUIRoot() extern "C" IL2CPP_METHOD_ATTR UIRoot_t4022971450 * DMListView_GetUIRoot_m3468008106 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetUIRoot_m3468008106_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIRoot_t4022971450 * V_0 = NULL; { V_0 = (UIRoot_t4022971450 *)NULL; UIRoot_t4022971450 * L_0 = V_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_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(UIRoot_t4022971450_il2cpp_TypeInfo_var); List_1_t1200078896 * L_2 = UIRoot_get_list_m2570615288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m788055123(L_2, /*hidden argument*/List_1_get_Count_m788055123_RuntimeMethod_var); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(UIRoot_t4022971450_il2cpp_TypeInfo_var); List_1_t1200078896 * L_4 = UIRoot_get_list_m2570615288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); UIRoot_t4022971450 * L_5 = List_1_get_Item_m3029999478(L_4, 0, /*hidden argument*/List_1_get_Item_m3029999478_RuntimeMethod_var); V_0 = L_5; } IL_0029: { UIRoot_t4022971450 * L_6 = V_0; return L_6; } } // UnityEngine.Vector3 DMListView::GetLocalPositionReal(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMListView_GetLocalPositionReal_m1148188765 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView_GetLocalPositionReal_m1148188765_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Transform_t3600365921 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Transform_t3600365921 * L_1 = ___trans0; V_1 = L_1; goto IL_0021; } IL_000d: { Vector3_t3722313464 L_2 = V_0; Transform_t3600365921 * L_3 = V_1; NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_localPosition_m4234289348(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_5 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; Transform_t3600365921 * L_6 = V_1; NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_get_parent_m835071599(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0021: { Transform_t3600365921 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Transform_t3600365921 * L_10 = V_1; NullCheck(L_10); Camera_t4157153871 * L_11 = Component_GetComponent_TisCamera_t4157153871_m2650170333(L_10, /*hidden argument*/Component_GetComponent_TisCamera_t4157153871_m2650170333_RuntimeMethod_var); 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_000d; } } IL_003e: { Vector3_t3722313464 L_13 = V_0; return L_13; } } // System.Single DMListView::_GetScale() extern "C" IL2CPP_METHOD_ATTR float DMListView__GetScale_m1795864796 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView__GetScale_m1795864796_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_0 = ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->get_s_fScaleCached_28(); if ((!(((float)(0.1f)) < ((float)L_0)))) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); float L_1 = ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->get_s_fScaleCached_28(); return L_1; } IL_0015: { int32_t L_2 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_3 = floorf(((float)((float)(((float)((float)L_2)))/(float)(95.0f)))); V_0 = ((float)il2cpp_codegen_multiply((float)L_3, (float)(0.1f))); int32_t L_4 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_5 = floorf(((float)((float)(((float)((float)L_4)))/(float)(63.0f)))); V_1 = ((float)il2cpp_codegen_multiply((float)L_5, (float)(0.1f))); float L_6 = V_0; float L_7 = V_1; float L_8 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); float L_9 = Mathf_Max_m3146388979(NULL /*static, unused*/, (0.2f), L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DMListView_t512231514_il2cpp_TypeInfo_var); ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->set_s_fScaleCached_28(L_9); float L_10 = ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->get_s_fScaleCached_28(); return L_10; } } // UnityEngine.Vector3 DMListView::_GetCenterPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMListView__GetCenterPosition_m2779225491 (DMListView_t512231514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView__GetCenterPosition_m2779225491_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)); Transform_t3600365921 * V_2 = NULL; { Camera_t4157153871 * L_0 = __this->get_m_ownerCamera_46(); 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_0027; } } { GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = GameObject_get_layer_m4158800245(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Camera_t4157153871 * L_4 = NGUITools_FindCameraForLayer_m709671062(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_ownerCamera_46(L_4); } IL_0027: { Camera_t4157153871 * L_5 = __this->get_m_ownerCamera_46(); 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_008a; } } { Camera_t4157153871 * L_7 = __this->get_m_ownerCamera_46(); UIPanel_t1716472341 * L_8 = __this->get_m_panel_29(); NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_position_m36019626(L_9, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t3722313464 L_11 = Camera_WorldToScreenPoint_m3726311023(L_7, L_10, /*hidden argument*/NULL); V_0 = L_11; Vector3_t3722313464 * L_12 = (&V_0); float L_13 = L_12->get_x_1(); int32_t L_14 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); L_12->set_x_1(((float)il2cpp_codegen_subtract((float)L_13, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_14)))))))); Vector3_t3722313464 * L_15 = (&V_0); float L_16 = L_15->get_y_2(); int32_t L_17 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); L_15->set_y_2(((float)il2cpp_codegen_subtract((float)L_16, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_17)))))))); Vector3_t3722313464 L_18 = V_0; return L_18; } IL_008a: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_19 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_19; UIPanel_t1716472341 * L_20 = __this->get_m_panel_29(); NullCheck(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(L_20, /*hidden argument*/NULL); V_2 = L_21; goto IL_00b5; } IL_00a1: { Vector3_t3722313464 L_22 = V_1; Transform_t3600365921 * L_23 = V_2; NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_localPosition_m4234289348(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_25 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_1 = L_25; Transform_t3600365921 * L_26 = V_2; NullCheck(L_26); Transform_t3600365921 * L_27 = Transform_get_parent_m835071599(L_26, /*hidden argument*/NULL); V_2 = L_27; } IL_00b5: { Transform_t3600365921 * L_28 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_29 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00d2; } } { Transform_t3600365921 * L_30 = V_2; NullCheck(L_30); Camera_t4157153871 * L_31 = Component_GetComponent_TisCamera_t4157153871_m2650170333(L_30, /*hidden argument*/Component_GetComponent_TisCamera_t4157153871_m2650170333_RuntimeMethod_var); 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_00a1; } } IL_00d2: { Vector3_t3722313464 L_33 = V_1; return L_33; } } // System.Void DMListView::.cctor() extern "C" IL2CPP_METHOD_ATTR void DMListView__cctor_m2929241891 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListView__cctor_m2929241891_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DMListView_t512231514_StaticFields*)il2cpp_codegen_static_fields_for(DMListView_t512231514_il2cpp_TypeInfo_var))->set_s_fScaleCached_28((-1.0f)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMListViewItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMListViewItem__ctor_m1961946222 (DMListViewItem_t3648257704 * __this, const RuntimeMethod* method) { { __this->set_m_ActiveLength_2((100.0f)); __this->set_m_DisactiveLength_3((100.0f)); __this->set_m_index_5((-1)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMListViewItem::set_indexChanged(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_set_indexChanged_m3628212006 (DMListViewItem_t3648257704 * __this, Action_1_t3123413348 * ___value0, const RuntimeMethod* method) { { Action_1_t3123413348 * L_0 = ___value0; __this->set_m_indexChanged_4(L_0); return; } } // System.Void DMListViewItem::SetLength(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_SetLength_m532314348 (DMListViewItem_t3648257704 * __this, float ___fMin0, float ___fMax1, const RuntimeMethod* method) { { float L_0 = ___fMin0; __this->set_m_DisactiveLength_3(L_0); float L_1 = ___fMax1; __this->set_m_ActiveLength_2(L_1); return; } } // System.Single DMListViewItem::GetLength() extern "C" IL2CPP_METHOD_ATTR float DMListViewItem_GetLength_m1635247155 (DMListViewItem_t3648257704 * __this, const RuntimeMethod* method) { float G_B3_0 = 0.0f; { bool L_0 = __this->get_m_bActive_6(); if (!L_0) { goto IL_0016; } } { float L_1 = __this->get_m_ActiveLength_2(); G_B3_0 = L_1; goto IL_001c; } IL_0016: { float L_2 = __this->get_m_DisactiveLength_3(); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // System.Boolean DMListViewItem::IsActive() extern "C" IL2CPP_METHOD_ATTR bool DMListViewItem_IsActive_m2246782255 (DMListViewItem_t3648257704 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bActive_6(); return L_0; } } // System.Void DMListViewItem::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_SetActive_m4045419108 (DMListViewItem_t3648257704 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_bActive_6(L_0); return; } } // System.Void DMListViewItem::SetIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_SetIndex_m3846161515 (DMListViewItem_t3648257704 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListViewItem_SetIndex_m3846161515_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; __this->set_m_index_5(L_0); Action_1_t3123413348 * L_1 = __this->get_m_indexChanged_4(); if (!L_1) { goto IL_0023; } } { Action_1_t3123413348 * L_2 = __this->get_m_indexChanged_4(); int32_t L_3 = __this->get_m_index_5(); NullCheck(L_2); Action_1_Invoke_m3401007060(L_2, L_3, /*hidden argument*/Action_1_Invoke_m3401007060_RuntimeMethod_var); } IL_0023: { return; } } // System.Int32 DMListViewItem::GetIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMListViewItem_GetIndex_m1373550525 (DMListViewItem_t3648257704 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_index_5(); 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 DMListViewSlideOptimize::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMListViewSlideOptimize__ctor_m4095049042 (DMListViewSlideOptimize_t2157965775 * __this, const RuntimeMethod* method) { { __this->set_m_MinimizeSlideTime_8((1.0f)); __this->set_m_MinimizeSlideDistance_9((30.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMListViewSlideOptimize::SetSlideType(DMListViewSlideOptimize/SlideDirection) extern "C" IL2CPP_METHOD_ATTR void DMListViewSlideOptimize_SetSlideType_m967738697 (DMListViewSlideOptimize_t2157965775 * __this, int32_t ___dir0, const RuntimeMethod* method) { { int32_t L_0 = ___dir0; __this->set_m_Direction_7(L_0); return; } } // System.Void DMListViewSlideOptimize::Start() extern "C" IL2CPP_METHOD_ATTR void DMListViewSlideOptimize_Start_m3960205016 (DMListViewSlideOptimize_t2157965775 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListViewSlideOptimize_Start_m3960205016_MetadataUsageId); s_Il2CppMethodInitialized = true; } BoxCollider_t1640800422 * V_0 = NULL; UIButtonMessage_t952534536 * V_1 = NULL; UIButtonMessage_t952534536 * V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; { GameObject_t1113636619 * L_0 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_0, /*hidden argument*/NULL); __this->set_m_Controller_10(L_0); GameObject_t1113636619 * L_1 = __this->get_m_Controller_10(); int32_t L_2 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_1); GameObject_set_layer_m3294992795(L_1, L_2, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = __this->get_m_Controller_10(); NullCheck(L_3); Object_set_name_m291480324(L_3, _stringLiteral1989776623, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = __this->get_m_Controller_10(); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_parent_m786917804(L_5, L_6, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = __this->get_m_Controller_10(); NullCheck(L_7); Transform_t3600365921 * L_8 = GameObject_get_transform_m1369836730(L_7, /*hidden argument*/NULL); Vector3_t3722313464 L_9 = __this->get_m_ControllerPosition_4(); NullCheck(L_8); Transform_set_localPosition_m4128471975(L_8, L_9, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_Controller_10(); NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_12 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); Transform_set_localRotation_m19445462(L_11, L_12, /*hidden argument*/NULL); GameObject_t1113636619 * L_13 = __this->get_m_Controller_10(); NullCheck(L_13); Transform_t3600365921 * L_14 = GameObject_get_transform_m1369836730(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_15 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localScale_m3053443106(L_14, L_15, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = __this->get_m_Controller_10(); NullCheck(L_16); BoxCollider_t1640800422 * L_17 = GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543(L_16, /*hidden argument*/GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543_RuntimeMethod_var); V_0 = L_17; BoxCollider_t1640800422 * L_18 = V_0; NullCheck(L_18); Collider_set_isTrigger_m1770557358(L_18, (bool)1, /*hidden argument*/NULL); BoxCollider_t1640800422 * L_19 = V_0; Vector3_t3722313464 L_20 = __this->get_m_ColliderCenter_5(); NullCheck(L_19); BoxCollider_set_center_m1086194996(L_19, L_20, /*hidden argument*/NULL); BoxCollider_t1640800422 * L_21 = V_0; Vector3_t3722313464 L_22 = __this->get_m_ColliderSize_6(); NullCheck(L_21); BoxCollider_set_size_m3618428148(L_21, L_22, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = __this->get_m_Controller_10(); NullCheck(L_23); UIButtonMessage_t952534536 * L_24 = GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(L_23, /*hidden argument*/GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var); V_1 = L_24; UIButtonMessage_t952534536 * L_25 = V_1; NullCheck(L_25); L_25->set_trigger_4(3); UIButtonMessage_t952534536 * L_26 = V_1; GameObject_t1113636619 * L_27 = __this->get_m_Controller_10(); NullCheck(L_27); Transform_t3600365921 * L_28 = GameObject_get_transform_m1369836730(L_27, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_get_parent_m835071599(L_28, /*hidden argument*/NULL); NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_target_2(L_30); UIButtonMessage_t952534536 * L_31 = V_1; NullCheck(L_31); L_31->set_functionName_3(_stringLiteral953165059); GameObject_t1113636619 * L_32 = __this->get_m_Controller_10(); NullCheck(L_32); UIButtonMessage_t952534536 * L_33 = GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(L_32, /*hidden argument*/GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var); V_2 = L_33; UIButtonMessage_t952534536 * L_34 = V_2; NullCheck(L_34); L_34->set_trigger_4(4); UIButtonMessage_t952534536 * L_35 = V_2; GameObject_t1113636619 * L_36 = __this->get_m_Controller_10(); NullCheck(L_36); Transform_t3600365921 * L_37 = GameObject_get_transform_m1369836730(L_36, /*hidden argument*/NULL); NullCheck(L_37); Transform_t3600365921 * L_38 = Transform_get_parent_m835071599(L_37, /*hidden argument*/NULL); NullCheck(L_38); GameObject_t1113636619 * L_39 = Component_get_gameObject_m442555142(L_38, /*hidden argument*/NULL); NullCheck(L_35); L_35->set_target_2(L_39); UIButtonMessage_t952534536 * L_40 = V_2; NullCheck(L_40); L_40->set_functionName_3(_stringLiteral725565285); GameObject_t1113636619 * L_41 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_41, /*hidden argument*/NULL); V_3 = L_41; GameObject_t1113636619 * L_42 = V_3; int32_t L_43 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_42); GameObject_set_layer_m3294992795(L_42, L_43, /*hidden argument*/NULL); GameObject_t1113636619 * L_44 = V_3; NullCheck(L_44); Object_set_name_m291480324(L_44, _stringLiteral1746845353, /*hidden argument*/NULL); GameObject_t1113636619 * L_45 = V_3; NullCheck(L_45); Transform_t3600365921 * L_46 = GameObject_get_transform_m1369836730(L_45, /*hidden argument*/NULL); GameObject_t1113636619 * L_47 = __this->get_m_Controller_10(); NullCheck(L_47); Transform_t3600365921 * L_48 = GameObject_get_transform_m1369836730(L_47, /*hidden argument*/NULL); NullCheck(L_46); Transform_set_parent_m786917804(L_46, L_48, /*hidden argument*/NULL); GameObject_t1113636619 * L_49 = V_3; NullCheck(L_49); Transform_t3600365921 * L_50 = GameObject_get_transform_m1369836730(L_49, /*hidden argument*/NULL); Vector3_t3722313464 L_51 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_50); Transform_set_localPosition_m4128471975(L_50, L_51, /*hidden argument*/NULL); GameObject_t1113636619 * L_52 = V_3; NullCheck(L_52); Transform_t3600365921 * L_53 = GameObject_get_transform_m1369836730(L_52, /*hidden argument*/NULL); Quaternion_t2301928331 L_54 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); Transform_set_localRotation_m19445462(L_53, L_54, /*hidden argument*/NULL); GameObject_t1113636619 * L_55 = V_3; NullCheck(L_55); Transform_t3600365921 * L_56 = GameObject_get_transform_m1369836730(L_55, /*hidden argument*/NULL); Vector3_t3722313464 L_57 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); Transform_set_localScale_m3053443106(L_56, L_57, /*hidden argument*/NULL); return; } } // System.Void DMListViewSlideOptimize::Update() extern "C" IL2CPP_METHOD_ATTR void DMListViewSlideOptimize_Update_m3726607374 (DMListViewSlideOptimize_t2157965775 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListViewSlideOptimize_Update_m3726607374_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); float V_3 = 0.0f; float G_B4_0 = 0.0f; { bool L_0 = __this->get_m_IsPressed_11(); if (!L_0) { goto IL_0056; } } { int32_t L_1 = __this->get_m_Direction_7(); if (L_1) { goto IL_0028; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_2; float L_3 = (&V_1)->get_y_2(); G_B4_0 = L_3; goto IL_0035; } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_4 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_4; float L_5 = (&V_2)->get_x_1(); G_B4_0 = L_5; } IL_0035: { V_0 = G_B4_0; float L_6 = V_0; float L_7 = __this->get_m_PressPos_12(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = fabsf(((float)il2cpp_codegen_subtract((float)L_6, (float)L_7))); V_3 = L_8; float L_9 = __this->get_m_SlideDistance_14(); float L_10 = V_3; float L_11 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_m_SlideDistance_14(L_11); } IL_0056: { return; } } // System.Void DMListViewSlideOptimize::_OnPressProc() extern "C" IL2CPP_METHOD_ATTR void DMListViewSlideOptimize__OnPressProc_m1913874067 (DMListViewSlideOptimize_t2157965775 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListViewSlideOptimize__OnPressProc_m1913874067_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)); DMListViewSlideOptimize_t2157965775 * G_B2_0 = NULL; DMListViewSlideOptimize_t2157965775 * G_B1_0 = NULL; float G_B3_0 = 0.0f; DMListViewSlideOptimize_t2157965775 * G_B3_1 = NULL; { __this->set_m_IsPressed_11((bool)1); int32_t L_0 = __this->get_m_Direction_7(); G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_1 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; float L_2 = (&V_0)->get_y_2(); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0032; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; float L_4 = (&V_1)->get_x_1(); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0032: { NullCheck(G_B3_1); G_B3_1->set_m_PressPos_12(G_B3_0); float L_5 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_PressTime_13(L_5); __this->set_m_SlideDistance_14((0.0f)); return; } } // System.Void DMListViewSlideOptimize::_OnReleaseProc() extern "C" IL2CPP_METHOD_ATTR void DMListViewSlideOptimize__OnReleaseProc_m510771488 (DMListViewSlideOptimize_t2157965775 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMListViewSlideOptimize__OnReleaseProc_m510771488_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { __this->set_m_IsPressed_11((bool)0); float L_0 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; float L_1 = V_0; float L_2 = __this->get_m_PressTime_13(); float L_3 = __this->get_m_MinimizeSlideTime_8(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))) > ((float)L_3)))) { goto IL_0021; } } { return; } IL_0021: { int32_t L_4 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_5 = Mathf_Max_m3146388979(NULL /*static, unused*/, (1.0f), ((float)il2cpp_codegen_multiply((float)(((float)((float)L_4))), (float)(0.0015625f))), /*hidden argument*/NULL); V_1 = L_5; float L_6 = __this->get_m_SlideDistance_14(); float L_7 = __this->get_m_MinimizeSlideDistance_9(); float L_8 = V_1; if ((!(((float)L_6) > ((float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)))))) { goto IL_004c; } } { return; } IL_004c: { GameObject_t1113636619 * L_9 = __this->get_m_TriggerTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_006f; } } { GameObject_t1113636619 * L_11 = __this->get_m_TriggerTarget_2(); String_t* L_12 = __this->get_m_TriggerFunctionName_3(); NullCheck(L_11); GameObject_SendMessage_m1121218340(L_11, L_12, 1, /*hidden argument*/NULL); } IL_006f: { 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.String DMMiscInterface::GetEmotionIndexFromName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMMiscInterface_GetEmotionIndexFromName_m2999273179 (RuntimeObject * __this /* static, unused */, String_t* ___emotionName0, const RuntimeMethod* method) { { String_t* L_0 = ___emotionName0; String_t* L_1 = CMiscFuncAdapter_GetEmotionIndexFromName_m708801804(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 DMMiscInterface::GetByteCount(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DMMiscInterface_GetByteCount_m1166096866 (RuntimeObject * __this /* static, unused */, String_t* ___originalStr0, const RuntimeMethod* method) { { String_t* L_0 = ___originalStr0; int32_t L_1 = CMiscFuncAdapter_GetByteCount_m3286593080(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMMiscInterface::ClampStringByteCount(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DMMiscInterface_ClampStringByteCount_m1373308985 (RuntimeObject * __this /* static, unused */, String_t* ___originalStr0, int32_t ___maxByteCount1, const RuntimeMethod* method) { { String_t* L_0 = ___originalStr0; int32_t L_1 = ___maxByteCount1; String_t* L_2 = CMiscFuncAdapter_ClampStringByteCount_m2642021048(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String DMMiscInterface::GetColorValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMMiscInterface_GetColorValue_m124495244 (RuntimeObject * __this /* static, unused */, String_t* ___colorKey0, const RuntimeMethod* method) { { String_t* L_0 = ___colorKey0; String_t* L_1 = CMiscFuncAdapter_GetColorValue_m1338086121(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMMiscInterface::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* DMMiscInterface_GetUserRootPath_m2786878426 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { String_t* L_0 = CMiscFuncAdapter_GetUserRootPath_m823417864(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // UnityEngine.Object DMMiscInterface::CreateObject(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMMiscInterface_CreateObject_m625712904 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { { String_t* L_0 = ___path0; Object_t631007953 * L_1 = CMiscFuncAdapter_CreateObject_m1648999377(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Object DMMiscInterface::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMMiscInterface_Instantiate_m3737946631 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { { String_t* L_0 = ___path0; Object_t631007953 * L_1 = CMiscFuncAdapter_Instantiate_m1318617200(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Object DMMiscInterface::InstantiateAndTranslate(UnityEngine.Object,System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMMiscInterface_InstantiateAndTranslate_m49106157 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, String_t* ___path1, const RuntimeMethod* method) { { Object_t631007953 * L_0 = ___obj0; String_t* L_1 = ___path1; Object_t631007953 * L_2 = CMiscFuncAdapter_InstantiateAndTranslate_m1581567019(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMMiscInterface::InvokMonoScript(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR void DMMiscInterface_InvokMonoScript_m2165923045 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transf0, String_t* ___scriptName1, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___transf0; String_t* L_1 = ___scriptName1; CMiscFuncAdapter_InvokMonoScript_m1025486448(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String DMMiscInterface::GetPagePrefabName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMMiscInterface_GetPagePrefabName_m3015915838 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___typeName1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___typeName1; String_t* L_2 = CMiscFuncAdapter_GetPagePrefabName_m2842072087(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Shader DMMiscInterface::FindShader(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * DMMiscInterface_FindShader_m1402522140 (RuntimeObject * __this /* static, unused */, String_t* ___shaderName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMMiscInterface_FindShader_m1402522140_MetadataUsageId); s_Il2CppMethodInitialized = true; } Shader_t4151988712 * V_0 = NULL; { String_t* L_0 = ___shaderName0; Shader_t4151988712 * L_1 = Shader_Find_m2092206247(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Shader_t4151988712 * 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_0015; } } { Shader_t4151988712 * L_4 = V_0; return L_4; } IL_0015: { String_t* L_5 = ___shaderName0; Shader_t4151988712 * L_6 = CMiscFuncAdapter_FindShader_m407977469(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } } #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 DMPanelCliper::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMPanelCliper__ctor_m3405065732 (DMPanelCliper_t875718257 * __this, const RuntimeMethod* method) { { __this->set_m_Allign_2(1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMPanelCliper::SetAllignType(DMPanelCliper/Allign) extern "C" IL2CPP_METHOD_ATTR void DMPanelCliper_SetAllignType_m4065964335 (DMPanelCliper_t875718257 * __this, int32_t ___allignType0, const RuntimeMethod* method) { { int32_t L_0 = ___allignType0; __this->set_m_Allign_2(L_0); return; } } // System.Void DMPanelCliper::Start() extern "C" IL2CPP_METHOD_ATTR void DMPanelCliper_Start_m3223376288 (DMPanelCliper_t875718257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMPanelCliper_Start_m3223376288_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; UIPanel_t1716472341 * V_2 = NULL; Vector4_t3319028937 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); { float L_0 = DMPanelCliper_GetLocalScaleX_m2333481273(__this, /*hidden argument*/NULL); V_0 = L_0; float L_1 = DMPanelCliper_GetLocalScaleY_m767397332(__this, /*hidden argument*/NULL); V_1 = L_1; UIPanel_t1716472341 * L_2 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); V_2 = L_2; UIPanel_t1716472341 * L_3 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_006b; } } { UIPanel_t1716472341 * L_5 = V_2; NullCheck(L_5); Vector4_t3319028937 L_6 = UIPanel_get_clipRange_m1219521389(L_5, /*hidden argument*/NULL); V_3 = L_6; Vector4_t3319028937 * L_7 = (&V_3); float L_8 = L_7->get_x_1(); float L_9 = V_0; L_7->set_x_1(((float)il2cpp_codegen_multiply((float)L_8, (float)L_9))); Vector4_t3319028937 * L_10 = (&V_3); float L_11 = L_10->get_y_2(); float L_12 = V_1; L_10->set_y_2(((float)il2cpp_codegen_multiply((float)L_11, (float)L_12))); Vector4_t3319028937 * L_13 = (&V_3); float L_14 = L_13->get_z_3(); float L_15 = V_0; L_13->set_z_3(((float)il2cpp_codegen_multiply((float)L_14, (float)L_15))); Vector4_t3319028937 * L_16 = (&V_3); float L_17 = L_16->get_w_4(); float L_18 = V_1; L_16->set_w_4(((float)il2cpp_codegen_multiply((float)L_17, (float)L_18))); UIPanel_t1716472341 * L_19 = V_2; Vector4_t3319028937 L_20 = V_3; NullCheck(L_19); UIPanel_set_clipRange_m2606321132(L_19, L_20, /*hidden argument*/NULL); } IL_006b: { Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_21); Vector3_t3722313464 L_22 = Transform_get_localPosition_m4234289348(L_21, /*hidden argument*/NULL); V_4 = L_22; Vector3_t3722313464 * L_23 = (&V_4); float L_24 = L_23->get_x_1(); float L_25 = V_0; L_23->set_x_1(((float)il2cpp_codegen_multiply((float)L_24, (float)L_25))); Vector3_t3722313464 * L_26 = (&V_4); float L_27 = L_26->get_y_2(); float L_28 = V_1; L_26->set_y_2(((float)il2cpp_codegen_multiply((float)L_27, (float)L_28))); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_30 = V_4; NullCheck(L_29); Transform_set_localPosition_m4128471975(L_29, L_30, /*hidden argument*/NULL); return; } } // System.Single DMPanelCliper::GetLocalScaleX() extern "C" IL2CPP_METHOD_ATTR float DMPanelCliper_GetLocalScaleX_m2333481273 (DMPanelCliper_t875718257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMPanelCliper_GetLocalScaleX_m2333481273_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { int32_t L_0 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((float)((float)(((float)((float)L_0)))/(float)(960.0f))); int32_t L_1 = __this->get_m_Allign_2(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002e; } } { int32_t L_2 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = ((float)((float)(((float)((float)L_2)))/(float)(640.0f))); float L_3 = V_0; float L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_5 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_002e: { float L_6 = V_0; return L_6; } } // System.Single DMPanelCliper::GetLocalScaleY() extern "C" IL2CPP_METHOD_ATTR float DMPanelCliper_GetLocalScaleY_m767397332 (DMPanelCliper_t875718257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMPanelCliper_GetLocalScaleY_m767397332_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { int32_t L_0 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((float)((float)(((float)((float)L_0)))/(float)(640.0f))); int32_t L_1 = __this->get_m_Allign_2(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002e; } } { int32_t L_2 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = ((float)((float)(((float)((float)L_2)))/(float)(960.0f))); float L_3 = V_1; float L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_5 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_002e: { float L_6 = V_0; return L_6; } } #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 DMProcessBar::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMProcessBar__ctor_m2103233711 (DMProcessBar_t1457963892 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMProcessBar::SetStep(System.Single) extern "C" IL2CPP_METHOD_ATTR void DMProcessBar_SetStep_m3198228411 (DMProcessBar_t1457963892 * __this, float ___fStep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMProcessBar_SetStep_m3198228411_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { float L_0 = ___fStep0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_1 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_0, (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_1; Vector3_t3722313464 L_2 = __this->get_m_localPosStart_3(); Vector3_t3722313464 L_3 = __this->get_m_localPosEnd_4(); float L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_5 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; float L_6 = (&V_1)->get_x_1(); float L_7 = bankers_roundf(L_6); (&V_1)->set_x_1(L_7); float L_8 = (&V_1)->get_y_2(); float L_9 = bankers_roundf(L_8); (&V_1)->set_y_2(L_9); float L_10 = (&V_1)->get_z_3(); float L_11 = bankers_roundf(L_10); (&V_1)->set_z_3(L_11); Transform_t3600365921 * L_12 = __this->get_m_Anchor_2(); Vector3_t3722313464 L_13 = V_1; NullCheck(L_12); Transform_set_localPosition_m4128471975(L_12, L_13, /*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.Object DMResourceInterface::CreateResource(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMResourceInterface_CreateResource_m474402325 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method) { { String_t* L_0 = ___resPath0; Object_t631007953 * L_1 = CResourceFuncAdapter_CreateResource_m254949838(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMResourceInterface::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMResourceInterface_GetLocalizePath_m1576531972 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method) { { String_t* L_0 = ___resPath0; String_t* L_1 = CResourceFuncAdapter_GetLocalizePath_m462596334(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMResourceInterface::GetCurrentLanguage() extern "C" IL2CPP_METHOD_ATTR String_t* DMResourceInterface_GetCurrentLanguage_m2374284051 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { String_t* L_0 = CResourceFuncAdapter_GetCurrentLanguage_m3446027307(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMResourceInterface::OnInitDynamicPkgResource() extern "C" IL2CPP_METHOD_ATTR void DMResourceInterface_OnInitDynamicPkgResource_m1879171732 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { CResourceFuncAdapter_OnInitDynamicPkgResource_m2557679393(NULL /*static, unused*/, /*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 DMRole::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void DMRole__ctor_m2006706340 (DMRole_t4013730376 * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMRole__ctor_m2006706340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___target0; __this->set_m_role_2(((ISceneBaseObj_t858622483 *)CastclassClass((RuntimeObject*)L_0, ISceneBaseObj_t858622483_il2cpp_TypeInfo_var))); return; } } // System.Boolean DMRole::IsValid() extern "C" IL2CPP_METHOD_ATTR bool DMRole_IsValid_m2053967198 (DMRole_t4013730376 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); if (!L_0) { goto IL_0021; } } { ISceneBaseObj_t858622483 * L_1 = __this->get_m_role_2(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { G_B4_0 = 1; goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { return (bool)G_B4_0; } } // System.Boolean DMRole::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool DMRole_IsEnable_m1332010216 (DMRole_t4013730376 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); if (!L_0) { goto IL_0021; } } { ISceneBaseObj_t858622483 * L_1 = __this->get_m_role_2(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsEnable_m3745268461(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { G_B4_0 = 1; goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { return (bool)G_B4_0; } } // System.Boolean DMRole::IsMale() extern "C" IL2CPP_METHOD_ATTR bool DMRole_IsMale_m705927367 (DMRole_t4013730376 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMRole_IsMale_m705927367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B5_0 = 0; { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { ISceneBaseObj_t858622483 * L_1 = __this->get_m_role_2(); NullCheck(L_1); int32_t L_2 = ISceneBaseObj_GetPropertyInt_m2347299858(L_1, _stringLiteral4166355951, (-1), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if (L_3) { goto IL_002b; } } { G_B5_0 = 1; goto IL_002c; } IL_002b: { G_B5_0 = 0; } IL_002c: { return (bool)G_B5_0; } } // System.Int32 DMRole::GetPosIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMRole_GetPosIndex_m1014494453 (DMRole_t4013730376 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMRole_GetPosIndex_m1014494453_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { ISceneBaseObj_t858622483 * L_1 = __this->get_m_role_2(); NullCheck(L_1); int32_t L_2 = ISceneBaseObj_GetPropertyInt_m2347299858(L_1, _stringLiteral3941088982, (-1), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; return L_3; } } // System.Void DMRole::StopAnim() extern "C" IL2CPP_METHOD_ATTR void DMRole_StopAnim_m2004224727 (DMRole_t4013730376 * __this, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); if (!L_0) { goto IL_0016; } } { ISceneBaseObj_t858622483 * L_1 = __this->get_m_role_2(); NullCheck(L_1); ISceneBaseObj_StopAnim_m821603361(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void DMRole::PlayAnim(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void DMRole_PlayAnim_m4027861045 (DMRole_t4013730376 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); if (!L_0) { goto IL_0022; } } { ISceneBaseObj_t858622483 * L_1 = __this->get_m_role_2(); AnimationClip_t2318505987 * L_2 = ___clip0; String_t* L_3 = ___name1; float L_4 = ___fSpeed2; float L_5 = ___fPlayTime3; float L_6 = ___fDelay4; bool L_7 = ___bHighPriority5; float L_8 = ___fadeInTime6; NullCheck(L_1); ISceneBaseObj_PlayAnimClip_m3190763634(L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void DMRole::ForceUpdate() extern "C" IL2CPP_METHOD_ATTR void DMRole_ForceUpdate_m2354254015 (DMRole_t4013730376 * __this, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); if (!L_0) { goto IL_001b; } } { ISceneBaseObj_t858622483 * L_1 = __this->get_m_role_2(); NullCheck(L_1); ILogicBase_Update_m3853008051(L_1, (0.001f), /*hidden argument*/NULL); } IL_001b: { return; } } // System.Void DMRole::SetAttachTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void DMRole_SetAttachTransform_m3122879977 (DMRole_t4013730376 * __this, Transform_t3600365921 * ___ScenePointTrans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMRole_SetAttachTransform_m3122879977_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; { ISceneBaseObj_t858622483 * L_0 = __this->get_m_role_2(); V_0 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_0, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_1 = V_0; if (!L_1) { goto IL_0019; } } { ISceneRole_t2394225724 * L_2 = V_0; Transform_t3600365921 * L_3 = ___ScenePointTrans0; NullCheck(L_2); ISceneRole_SetAttachTransform_m3676277535(L_2, L_3, /*hidden argument*/NULL); } IL_0019: { 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 // DMRole DMSceneInterface::GetRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR DMRole_t4013730376 * DMSceneInterface_GetRole_m4009280948 (RuntimeObject * __this /* static, unused */, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMSceneInterface_GetRole_m4009280948_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { int32_t L_0 = ___index0; RuntimeObject * L_1 = CSceneFuncAdapter_GetRole_m2394221381(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_000f; } } { return (DMRole_t4013730376 *)NULL; } IL_000f: { RuntimeObject * L_3 = V_0; DMRole_t4013730376 * L_4 = (DMRole_t4013730376 *)il2cpp_codegen_object_new(DMRole_t4013730376_il2cpp_TypeInfo_var); DMRole__ctor_m2006706340(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // UnityEngine.Transform DMSceneInterface::GetRoleRoot(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * DMSceneInterface_GetRoleRoot_m826783599 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___item0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___item0; Transform_t3600365921 * L_1 = CSceneFuncAdapter_GetRoleRoot_m2128729708(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // DMRole DMSceneInterface::FindGameObj(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR DMRole_t4013730376 * DMSceneInterface_FindGameObj_m1180893485 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___gameObj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMSceneInterface_FindGameObj_m1180893485_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { GameObject_t1113636619 * L_0 = ___gameObj0; RuntimeObject * L_1 = CSceneFuncAdapter_FindGameObj_m3174693064(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_000f; } } { return (DMRole_t4013730376 *)NULL; } IL_000f: { RuntimeObject * L_3 = V_0; DMRole_t4013730376 * L_4 = (DMRole_t4013730376 *)il2cpp_codegen_object_new(DMRole_t4013730376_il2cpp_TypeInfo_var); DMRole__ctor_m2006706340(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // UnityEngine.Transform DMSceneInterface::TryGetBoneTransform(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * DMSceneInterface_TryGetBoneTransform_m2677577230 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transVal0, String_t* ___boneName1, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___transVal0; String_t* L_1 = ___boneName1; Transform_t3600365921 * L_2 = CSceneFuncAdapter_TryGetBoneTransform_m2862974950(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMScriptInvoker::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker__ctor_m4005285052 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMScriptInvoker__ctor_m4005285052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_scriptName_2(L_0); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.String DMScriptInvoker::get_ScriptName() extern "C" IL2CPP_METHOD_ATTR String_t* DMScriptInvoker_get_ScriptName_m98169035 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_scriptName_2(); return L_0; } } // System.Void DMScriptInvoker::set_ScriptName(System.String) extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_set_ScriptName_m1618051751 (DMScriptInvoker_t2910113795 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_scriptName_2(L_0); return; } } // System.Void DMScriptInvoker::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_OnPageInit_m59876058 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { { DMScriptInvoker_InvokScript_m4028438573(__this, /*hidden argument*/NULL); return; } } // System.Void DMScriptInvoker::Awake() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_Awake_m2039379508 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { { DMScriptInvoker_InvokScript_m4028438573(__this, /*hidden argument*/NULL); return; } } // System.Void DMScriptInvoker::Start() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_Start_m3661252466 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { { DMScriptInvoker_InvokScript_m4028438573(__this, /*hidden argument*/NULL); return; } } // System.Void DMScriptInvoker::OnEnable() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_OnEnable_m4102114365 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { { DMScriptInvoker_InvokScript_m4028438573(__this, /*hidden argument*/NULL); CUIBase_t3255455658 * L_0 = __this->get_m_uiBaseVal_3(); if (!L_0) { goto IL_001c; } } { CUIBase_t3255455658 * L_1 = __this->get_m_uiBaseVal_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void CUIBase::OnPageShow() */, L_1); } IL_001c: { return; } } // System.Void DMScriptInvoker::OnDisable() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_OnDisable_m2690297099 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { { CUIBase_t3255455658 * L_0 = __this->get_m_uiBaseVal_3(); if (!L_0) { goto IL_0016; } } { CUIBase_t3255455658 * L_1 = __this->get_m_uiBaseVal_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(7 /* System.Void CUIBase::OnPageHide() */, L_1); } IL_0016: { return; } } // System.Void DMScriptInvoker::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_OnDestroy_m3522727861 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMScriptInvoker_OnDestroy_m3522727861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CUIBase_t3255455658 * L_0 = __this->get_m_uiBaseVal_3(); if (!L_0) { goto IL_002d; } } { CUIBase_t3255455658 * L_1 = __this->get_m_uiBaseVal_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(8 /* System.Void CUIBase::OnDestroy() */, L_1); CUIBase_t3255455658 * L_2 = __this->get_m_uiBaseVal_3(); NullCheck(L_2); int32_t L_3 = CUIBase_get_UI_ID_m4113225531(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); CUIHelp_Delete_m1199867293(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_uiBaseVal_3((CUIBase_t3255455658 *)NULL); } IL_002d: { return; } } // System.Void DMScriptInvoker::InvokScript() extern "C" IL2CPP_METHOD_ATTR void DMScriptInvoker_InvokScript_m4028438573 (DMScriptInvoker_t2910113795 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMScriptInvoker_InvokScript_m4028438573_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bInvoked_4(); if (L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_m_scriptName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { __this->set_m_bInvoked_4((bool)1); String_t* L_3 = __this->get_m_scriptName_2(); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); CUIBase_t3255455658 * L_5 = CUIHelp_Create_m723873296(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); __this->set_m_uiBaseVal_3(L_5); CUIBase_t3255455658 * L_6 = __this->get_m_uiBaseVal_3(); if (L_6) { goto IL_005f; } } { String_t* L_7 = __this->get_m_scriptName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2479724580, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); goto IL_0081; } IL_005f: { CUIBase_t3255455658 * L_9 = __this->get_m_uiBaseVal_3(); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); String_t* L_11 = __this->get_m_scriptName_2(); NullCheck(L_9); CUIBase_Bind_m1719240495(L_9, L_10, L_11, /*hidden argument*/NULL); CUIBase_t3255455658 * L_12 = __this->get_m_uiBaseVal_3(); NullCheck(L_12); VirtActionInvoker0::Invoke(5 /* System.Void CUIBase::OnPageInit() */, L_12); } IL_0081: { 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 DMScrollWnd::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMScrollWnd__ctor_m709201393 (DMScrollWnd_t1110969451 * __this, const RuntimeMethod* method) { { __this->set_m_fMax_5((200.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMScrollWnd::SetScrollType(DMScrollWnd/enumScrollType) extern "C" IL2CPP_METHOD_ATTR void DMScrollWnd_SetScrollType_m1483858037 (DMScrollWnd_t1110969451 * __this, int32_t ___scrollType0, const RuntimeMethod* method) { { int32_t L_0 = ___scrollType0; __this->set_m_ScrollType_2(L_0); return; } } // System.Void DMScrollWnd::Start() extern "C" IL2CPP_METHOD_ATTR void DMScrollWnd_Start_m809305689 (DMScrollWnd_t1110969451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMScrollWnd_Start_m809305689_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; Vector4_t3319028937 V_3; memset(&V_3, 0, sizeof(V_3)); { UIPanel_t1716472341 * L_0 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); __this->set_m_UIPanel_8(L_0); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_1 = CAppOSHelp_GetNGUIScaleX_m498796709(NULL /*static, unused*/, /*hidden argument*/NULL); float L_2 = CAppOSHelp_GetNGUIScaleY_m498796708(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_3 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; float L_4 = V_0; V_1 = L_4; float L_5 = V_0; V_2 = L_5; UIPanel_t1716472341 * L_6 = __this->get_m_UIPanel_8(); NullCheck(L_6); Vector4_t3319028937 L_7 = UIPanel_get_clipRange_m1219521389(L_6, /*hidden argument*/NULL); V_3 = L_7; Vector4_t3319028937 * L_8 = (&V_3); float L_9 = L_8->get_x_1(); float L_10 = V_1; L_8->set_x_1(((float)il2cpp_codegen_multiply((float)L_9, (float)L_10))); Vector4_t3319028937 * L_11 = (&V_3); float L_12 = L_11->get_y_2(); float L_13 = V_2; L_11->set_y_2(((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))); Vector4_t3319028937 * L_14 = (&V_3); float L_15 = L_14->get_z_3(); float L_16 = V_1; L_14->set_z_3(((float)il2cpp_codegen_multiply((float)L_15, (float)L_16))); Vector4_t3319028937 * L_17 = (&V_3); float L_18 = L_17->get_w_4(); float L_19 = V_2; L_17->set_w_4(((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))); UIPanel_t1716472341 * L_20 = __this->get_m_UIPanel_8(); Vector4_t3319028937 L_21 = V_3; NullCheck(L_20); UIPanel_set_clipRange_m2606321132(L_20, L_21, /*hidden argument*/NULL); return; } } // System.Void DMScrollWnd::ResetScroll() extern "C" IL2CPP_METHOD_ATTR void DMScrollWnd_ResetScroll_m3132912808 (DMScrollWnd_t1110969451 * __this, const RuntimeMethod* method) { 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)); { GameObject_t1113636619 * L_0 = __this->get_m_ScrollWnd_3(); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_localPosition_m4234289348(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = __this->get_m_ScrollType_2(); if (L_3) { goto IL_0047; } } { float L_4 = __this->get_m_fMin_4(); GameObject_t1113636619 * L_5 = __this->get_m_ScrollWnd_3(); NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t3722313464 L_7 = Transform_get_localScale_m129152068(L_6, /*hidden argument*/NULL); V_1 = L_7; float L_8 = (&V_1)->get_y_2(); (&V_0)->set_y_2(((float)il2cpp_codegen_multiply((float)L_4, (float)L_8))); goto IL_006d; } IL_0047: { float L_9 = __this->get_m_fMin_4(); GameObject_t1113636619 * L_10 = __this->get_m_ScrollWnd_3(); NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localScale_m129152068(L_11, /*hidden argument*/NULL); V_2 = L_12; float L_13 = (&V_2)->get_x_1(); (&V_0)->set_x_1(((float)il2cpp_codegen_multiply((float)L_9, (float)L_13))); } IL_006d: { GameObject_t1113636619 * L_14 = __this->get_m_ScrollWnd_3(); NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); Vector3_t3722313464 L_16 = V_0; NullCheck(L_15); Transform_set_localPosition_m4128471975(L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void DMScrollWnd::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void DMScrollWnd_LateUpdate_m1390741131 (DMScrollWnd_t1110969451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMScrollWnd_LateUpdate_m1390741131_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Transform_t3600365921 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Rect_t2360479859 V_3; memset(&V_3, 0, sizeof(V_3)); Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); Vector4_t3319028937 V_5; memset(&V_5, 0, sizeof(V_5)); Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); Vector4_t3319028937 V_7; memset(&V_7, 0, sizeof(V_7)); Vector2_t2156229523 V_8; memset(&V_8, 0, sizeof(V_8)); int32_t V_9 = 0; Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); float V_12 = 0.0f; float V_13 = 0.0f; Vector3_t3722313464 V_14; memset(&V_14, 0, sizeof(V_14)); float V_15 = 0.0f; float V_16 = 0.0f; Vector3_t3722313464 V_17; memset(&V_17, 0, sizeof(V_17)); float V_18 = 0.0f; Vector3_t3722313464 V_19; memset(&V_19, 0, sizeof(V_19)); float V_20 = 0.0f; Vector3_t3722313464 V_21; memset(&V_21, 0, sizeof(V_21)); float V_22 = 0.0f; Vector3_t3722313464 V_23; memset(&V_23, 0, sizeof(V_23)); DMScrollWnd_t1110969451 * G_B15_0 = NULL; DMScrollWnd_t1110969451 * G_B14_0 = NULL; float G_B16_0 = 0.0f; DMScrollWnd_t1110969451 * G_B16_1 = NULL; DMScrollWnd_t1110969451 * G_B18_0 = NULL; DMScrollWnd_t1110969451 * G_B17_0 = NULL; float G_B19_0 = 0.0f; DMScrollWnd_t1110969451 * G_B19_1 = NULL; float G_B23_0 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_0 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0062; } } { V_0 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_2 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); NullCheck(L_2); Transform_t3600365921 * L_3 = GameObject_get_transform_m1369836730(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_0041; } IL_0022: { Transform_t3600365921 * L_4 = V_1; Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { V_0 = (bool)0; goto IL_004d; } IL_003a: { Transform_t3600365921 * L_7 = V_1; NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_get_parent_m835071599(L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_0041: { Transform_t3600365921 * 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_0022; } } IL_004d: { Transform_t3600365921 * L_11 = V_1; 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_005b; } } { V_0 = (bool)1; } IL_005b: { bool L_13 = V_0; if (!L_13) { goto IL_0062; } } { return; } IL_0062: { Vector3_t3722313464 L_14 = DMScrollWnd__GetCenterPosition_m3428407435(__this, /*hidden argument*/NULL); V_2 = L_14; il2cpp_codegen_initobj((&V_3), sizeof(Rect_t2360479859 )); UIPanel_t1716472341 * L_15 = __this->get_m_UIPanel_8(); NullCheck(L_15); Vector4_t3319028937 L_16 = UIPanel_get_clipRange_m1219521389(L_15, /*hidden argument*/NULL); V_4 = L_16; float L_17 = (&V_4)->get_z_3(); Rect_set_width_m2963421158((&V_3), L_17, /*hidden argument*/NULL); UIPanel_t1716472341 * L_18 = __this->get_m_UIPanel_8(); NullCheck(L_18); Vector4_t3319028937 L_19 = UIPanel_get_clipRange_m1219521389(L_18, /*hidden argument*/NULL); V_5 = L_19; float L_20 = (&V_5)->get_w_4(); Rect_set_height_m1625569324((&V_3), L_20, /*hidden argument*/NULL); int32_t L_21 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_22 = (&V_2)->get_x_1(); UIPanel_t1716472341 * L_23 = __this->get_m_UIPanel_8(); NullCheck(L_23); Vector4_t3319028937 L_24 = UIPanel_get_clipRange_m1219521389(L_23, /*hidden argument*/NULL); V_6 = L_24; float L_25 = (&V_6)->get_x_1(); int32_t L_26 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_27 = (&V_2)->get_y_2(); UIPanel_t1716472341 * L_28 = __this->get_m_UIPanel_8(); NullCheck(L_28); Vector4_t3319028937 L_29 = UIPanel_get_clipRange_m1219521389(L_28, /*hidden argument*/NULL); V_7 = L_29; float L_30 = (&V_7)->get_y_2(); Vector2_t2156229523 L_31; memset(&L_31, 0, sizeof(L_31)); Vector2__ctor_m3970636864((&L_31), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_21))))), (float)L_22)), (float)L_25)), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_26))))), (float)L_27)), (float)L_30)), /*hidden argument*/NULL); Rect_set_center_m691239672((&V_3), 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_8 = L_32; V_9 = 0; Rect_t2360479859 L_33 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); bool L_34 = CInputHelp_CheckMouseContains_m3590806569(NULL /*static, unused*/, L_33, (&V_8), (&V_9), /*hidden argument*/NULL); if (L_34) { goto IL_011f; } } { return; } IL_011f: { int32_t L_35 = V_9; if (!L_35) { goto IL_0193; } } { int32_t L_36 = __this->get_m_ScrollType_2(); G_B14_0 = __this; if (L_36) { G_B15_0 = __this; goto IL_013e; } } { float L_37 = (&V_8)->get_y_1(); G_B16_0 = L_37; G_B16_1 = G_B14_0; goto IL_0145; } IL_013e: { float L_38 = (&V_8)->get_x_0(); G_B16_0 = L_38; G_B16_1 = G_B15_0; } IL_0145: { NullCheck(G_B16_1); G_B16_1->set_m_clkLabor_6(G_B16_0); int32_t L_39 = __this->get_m_ScrollType_2(); G_B17_0 = __this; if (L_39) { G_B18_0 = __this; goto IL_0174; } } { GameObject_t1113636619 * L_40 = __this->get_m_ScrollWnd_3(); NullCheck(L_40); Transform_t3600365921 * L_41 = GameObject_get_transform_m1369836730(L_40, /*hidden argument*/NULL); NullCheck(L_41); Vector3_t3722313464 L_42 = Transform_get_localPosition_m4234289348(L_41, /*hidden argument*/NULL); V_10 = L_42; float L_43 = (&V_10)->get_y_2(); G_B19_0 = L_43; G_B19_1 = G_B17_0; goto IL_018d; } IL_0174: { GameObject_t1113636619 * L_44 = __this->get_m_ScrollWnd_3(); NullCheck(L_44); Transform_t3600365921 * L_45 = GameObject_get_transform_m1369836730(L_44, /*hidden argument*/NULL); NullCheck(L_45); Vector3_t3722313464 L_46 = Transform_get_localPosition_m4234289348(L_45, /*hidden argument*/NULL); V_11 = L_46; float L_47 = (&V_11)->get_x_1(); G_B19_0 = L_47; G_B19_1 = G_B18_0; } IL_018d: { NullCheck(G_B19_1); G_B19_1->set_m_fWndPos_7(G_B19_0); return; } IL_0193: { int32_t L_48 = __this->get_m_ScrollType_2(); if (L_48) { goto IL_01aa; } } { float L_49 = (&V_8)->get_y_1(); G_B23_0 = L_49; goto IL_01b1; } IL_01aa: { float L_50 = (&V_8)->get_x_0(); G_B23_0 = L_50; } IL_01b1: { V_12 = G_B23_0; float L_51 = V_12; float L_52 = __this->get_m_clkLabor_6(); V_13 = ((float)il2cpp_codegen_subtract((float)L_51, (float)L_52)); GameObject_t1113636619 * L_53 = __this->get_m_ScrollWnd_3(); NullCheck(L_53); Transform_t3600365921 * L_54 = GameObject_get_transform_m1369836730(L_53, /*hidden argument*/NULL); NullCheck(L_54); Vector3_t3722313464 L_55 = Transform_get_localPosition_m4234289348(L_54, /*hidden argument*/NULL); V_14 = L_55; V_15 = (0.0f); int32_t L_56 = __this->get_m_ScrollType_2(); if (L_56) { goto IL_0276; } } { float L_57 = __this->get_m_fMin_4(); GameObject_t1113636619 * L_58 = __this->get_m_ScrollWnd_3(); NullCheck(L_58); Transform_t3600365921 * L_59 = GameObject_get_transform_m1369836730(L_58, /*hidden argument*/NULL); NullCheck(L_59); Vector3_t3722313464 L_60 = Transform_get_localScale_m129152068(L_59, /*hidden argument*/NULL); V_17 = L_60; float L_61 = (&V_17)->get_y_2(); V_16 = ((float)il2cpp_codegen_multiply((float)L_57, (float)L_61)); float L_62 = __this->get_m_fMax_5(); GameObject_t1113636619 * L_63 = __this->get_m_ScrollWnd_3(); NullCheck(L_63); Transform_t3600365921 * L_64 = GameObject_get_transform_m1369836730(L_63, /*hidden argument*/NULL); NullCheck(L_64); Vector3_t3722313464 L_65 = Transform_get_localScale_m129152068(L_64, /*hidden argument*/NULL); V_19 = L_65; float L_66 = (&V_19)->get_y_2(); V_18 = ((float)il2cpp_codegen_multiply((float)L_62, (float)L_66)); float L_67 = __this->get_m_fWndPos_7(); float L_68 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_69 = bankers_roundf(((float)il2cpp_codegen_subtract((float)L_67, (float)L_68))); float L_70 = V_16; float L_71 = V_18; float L_72 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_69, L_70, L_71, /*hidden argument*/NULL); (&V_14)->set_y_2(L_72); float L_73 = V_18; float L_74 = V_16; if ((!(((float)(0.001f)) < ((float)((float)il2cpp_codegen_subtract((float)L_73, (float)L_74)))))) { goto IL_026a; } } { float L_75 = (&V_14)->get_y_2(); float L_76 = V_16; float L_77 = V_18; float L_78 = V_16; V_15 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_75, (float)L_76))/(float)((float)il2cpp_codegen_subtract((float)L_77, (float)L_78)))); goto IL_0271; } IL_026a: { V_15 = (0.0f); } IL_0271: { goto IL_0305; } IL_0276: { float L_79 = __this->get_m_fMin_4(); GameObject_t1113636619 * L_80 = __this->get_m_ScrollWnd_3(); NullCheck(L_80); Transform_t3600365921 * L_81 = GameObject_get_transform_m1369836730(L_80, /*hidden argument*/NULL); NullCheck(L_81); Vector3_t3722313464 L_82 = Transform_get_localScale_m129152068(L_81, /*hidden argument*/NULL); V_21 = L_82; float L_83 = (&V_21)->get_x_1(); V_20 = ((float)il2cpp_codegen_multiply((float)L_79, (float)L_83)); float L_84 = __this->get_m_fMax_5(); GameObject_t1113636619 * L_85 = __this->get_m_ScrollWnd_3(); NullCheck(L_85); Transform_t3600365921 * L_86 = GameObject_get_transform_m1369836730(L_85, /*hidden argument*/NULL); NullCheck(L_86); Vector3_t3722313464 L_87 = Transform_get_localScale_m129152068(L_86, /*hidden argument*/NULL); V_23 = L_87; float L_88 = (&V_23)->get_x_1(); V_22 = ((float)il2cpp_codegen_multiply((float)L_84, (float)L_88)); float L_89 = __this->get_m_fWndPos_7(); float L_90 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_91 = bankers_roundf(((float)il2cpp_codegen_add((float)L_89, (float)L_90))); float L_92 = V_20; float L_93 = V_22; float L_94 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_91, L_92, L_93, /*hidden argument*/NULL); (&V_14)->set_x_1(L_94); float L_95 = V_22; float L_96 = V_20; if ((!(((float)(0.001f)) < ((float)((float)il2cpp_codegen_subtract((float)L_95, (float)L_96)))))) { goto IL_02fe; } } { float L_97 = (&V_14)->get_x_1(); float L_98 = V_20; float L_99 = V_22; float L_100 = V_20; V_15 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_97, (float)L_98))/(float)((float)il2cpp_codegen_subtract((float)L_99, (float)L_100)))); goto IL_0305; } IL_02fe: { V_15 = (0.0f); } IL_0305: { GameObject_t1113636619 * L_101 = __this->get_m_ScrollWnd_3(); NullCheck(L_101); Transform_t3600365921 * L_102 = GameObject_get_transform_m1369836730(L_101, /*hidden argument*/NULL); Vector3_t3722313464 L_103 = V_14; NullCheck(L_102); Transform_set_localPosition_m4128471975(L_102, L_103, /*hidden argument*/NULL); OnScrollChanged_t615664828 * L_104 = __this->get_m_ScrollEvt_9(); if (!L_104) { goto IL_032f; } } { OnScrollChanged_t615664828 * L_105 = __this->get_m_ScrollEvt_9(); float L_106 = V_15; NullCheck(L_105); OnScrollChanged_Invoke_m3212061888(L_105, L_106, /*hidden argument*/NULL); } IL_032f: { return; } } // UnityEngine.Vector3 DMScrollWnd::_GetCenterPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMScrollWnd__GetCenterPosition_m3428407435 (DMScrollWnd_t1110969451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMScrollWnd__GetCenterPosition_m3428407435_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { Camera_t4157153871 * L_0 = __this->get_m_ownerCamera_10(); 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_0027; } } { GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = GameObject_get_layer_m4158800245(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Camera_t4157153871 * L_4 = NGUITools_FindCameraForLayer_m709671062(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_ownerCamera_10(L_4); } IL_0027: { Camera_t4157153871 * L_5 = __this->get_m_ownerCamera_10(); 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_008a; } } { Camera_t4157153871 * L_7 = __this->get_m_ownerCamera_10(); UIPanel_t1716472341 * L_8 = __this->get_m_UIPanel_8(); NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_position_m36019626(L_9, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t3722313464 L_11 = Camera_WorldToScreenPoint_m3726311023(L_7, L_10, /*hidden argument*/NULL); V_0 = L_11; Vector3_t3722313464 * L_12 = (&V_0); float L_13 = L_12->get_x_1(); int32_t L_14 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); L_12->set_x_1(((float)il2cpp_codegen_subtract((float)L_13, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_14)))))))); Vector3_t3722313464 * L_15 = (&V_0); float L_16 = L_15->get_y_2(); int32_t L_17 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); L_15->set_y_2(((float)il2cpp_codegen_subtract((float)L_16, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_17)))))))); Vector3_t3722313464 L_18 = V_0; return L_18; } IL_008a: { UIPanel_t1716472341 * L_19 = __this->get_m_UIPanel_8(); NullCheck(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Vector3_t3722313464 L_21 = CMiscHelp_GetLocalPositionReal_m274090882(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); 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 #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_OnScrollChanged_t615664828 (OnScrollChanged_t615664828 * __this, float ___fStep0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(float); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___fStep0); } // System.Void DMScrollWnd/OnScrollChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnScrollChanged__ctor_m750534920 (OnScrollChanged_t615664828 * __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 DMScrollWnd/OnScrollChanged::Invoke(System.Single) extern "C" IL2CPP_METHOD_ATTR void OnScrollChanged_Invoke_m3212061888 (OnScrollChanged_t615664828 * __this, float ___fStep0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnScrollChanged_Invoke_m3212061888((OnScrollChanged_t615664828 *)__this->get_prev_9(), ___fStep0, 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 *, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___fStep0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___fStep0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< float >::Invoke(targetMethod, targetThis, ___fStep0); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___fStep0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___fStep0); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___fStep0); } } else { typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___fStep0, targetMethod); } } } } // System.IAsyncResult DMScrollWnd/OnScrollChanged::BeginInvoke(System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnScrollChanged_BeginInvoke_m3117574069 (OnScrollChanged_t615664828 * __this, float ___fStep0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnScrollChanged_BeginInvoke_m3117574069_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___fStep0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMScrollWnd/OnScrollChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnScrollChanged_EndInvoke_m2493073206 (OnScrollChanged_t615664828 * __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 DMSerial::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMSerial__ctor_m2797874626 (DMSerial_t3962411756 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMSerial__ctor_m2797874626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1780083345 * L_0 = (List_1_t1780083345 *)il2cpp_codegen_object_new(List_1_t1780083345_il2cpp_TypeInfo_var); List_1__ctor_m524577119(L_0, /*hidden argument*/List_1__ctor_m524577119_RuntimeMethod_var); __this->set_dataList_2(L_0); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMSerial::ExistNonEnglishCharactor(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMSerial_ExistNonEnglishCharactor_m2622341739 (RuntimeObject * __this /* static, unused */, String_t* ___originalStr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMSerial_ExistNonEnglishCharactor_m2622341739_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___originalStr0; 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)0; } IL_000d: { V_0 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___originalStr0; NullCheck(L_2); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_2, L_3); V_1 = L_4; V_2 = 1; ByteU5BU5D_t4116647657* L_5 = V_1; NullCheck(L_5); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); goto IL_0039; } IL_0026: { ByteU5BU5D_t4116647657* L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_0035; } } { V_0 = (bool)1; goto IL_0040; } IL_0035: { int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); } IL_0039: { int32_t L_11 = V_2; int32_t L_12 = V_3; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0026; } } IL_0040: { bool L_13 = V_0; return L_13; } } // System.Collections.Generic.List`1 DMSerial::get_invokDataList() extern "C" IL2CPP_METHOD_ATTR List_1_t1780083345 * DMSerial_get_invokDataList_m2944883970 (DMSerial_t3962411756 * __this, const RuntimeMethod* method) { { List_1_t1780083345 * L_0 = __this->get_dataList_2(); return L_0; } } // System.Void DMSerial::set_invokDataList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void DMSerial_set_invokDataList_m937071902 (DMSerial_t3962411756 * __this, List_1_t1780083345 * ___value0, const RuntimeMethod* method) { { List_1_t1780083345 * L_0 = ___value0; __this->set_dataList_2(L_0); return; } } // DMSerial/DMSerialData DMSerial::GetItem(System.String) extern "C" IL2CPP_METHOD_ATTR DMSerialData_t308008603 * DMSerial_GetItem_m257682392 (DMSerial_t3962411756 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMSerial_GetItem_m257682392_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DMSerialData_t308008603 * V_1 = NULL; DMSerialData_t308008603 * G_B4_0 = NULL; { String_t* L_0 = ___key0; 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_002f; } } { List_1_t1780083345 * L_2 = __this->get_dataList_2(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m1804579295(L_2, /*hidden argument*/List_1_get_Count_m1804579295_RuntimeMethod_var); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_002d; } } { List_1_t1780083345 * L_4 = __this->get_dataList_2(); NullCheck(L_4); DMSerialData_t308008603 * L_5 = List_1_get_Item_m3586392279(L_4, 0, /*hidden argument*/List_1_get_Item_m3586392279_RuntimeMethod_var); G_B4_0 = L_5; goto IL_002e; } IL_002d: { G_B4_0 = ((DMSerialData_t308008603 *)(NULL)); } IL_002e: { return G_B4_0; } IL_002f: { V_0 = 0; goto IL_0055; } IL_0036: { List_1_t1780083345 * L_6 = __this->get_dataList_2(); int32_t L_7 = V_0; NullCheck(L_6); DMSerialData_t308008603 * L_8 = List_1_get_Item_m3586392279(L_6, L_7, /*hidden argument*/List_1_get_Item_m3586392279_RuntimeMethod_var); V_1 = L_8; DMSerialData_t308008603 * L_9 = V_1; String_t* L_10 = ___key0; NullCheck(L_9); bool L_11 = DMSerialData_Check_m796453980(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0051; } } { DMSerialData_t308008603 * L_12 = V_1; return L_12; } IL_0051: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0055: { int32_t L_14 = V_0; List_1_t1780083345 * L_15 = __this->get_dataList_2(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m1804579295(L_15, /*hidden argument*/List_1_get_Count_m1804579295_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0036; } } { String_t* L_17 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1524201264, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return (DMSerialData_t308008603 *)NULL; } } // 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) { DMSerialData_t308008603 * V_0 = NULL; GameObject_t1113636619 * G_B3_0 = NULL; { String_t* L_0 = ___key0; DMSerialData_t308008603 * L_1 = DMSerial_GetItem_m257682392(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; DMSerialData_t308008603 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { DMSerialData_t308008603 * L_3 = V_0; NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_target_1(); G_B3_0 = L_4; goto IL_001a; } IL_0019: { G_B3_0 = ((GameObject_t1113636619 *)(NULL)); } IL_001a: { return G_B3_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMSerial_GetTransform_m1991702254_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMSerialData_t308008603 * V_0 = NULL; Transform_t3600365921 * G_B4_0 = NULL; { String_t* L_0 = ___key0; DMSerialData_t308008603 * L_1 = DMSerial_GetItem_m257682392(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; DMSerialData_t308008603 * L_2 = V_0; if (!L_2) { goto IL_002f; } } { DMSerialData_t308008603 * L_3 = V_0; NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_target_1(); 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_002f; } } { DMSerialData_t308008603 * L_6 = V_0; NullCheck(L_6); GameObject_t1113636619 * L_7 = L_6->get_m_target_1(); NullCheck(L_7); Transform_t3600365921 * L_8 = GameObject_get_transform_m1369836730(L_7, /*hidden argument*/NULL); G_B4_0 = L_8; goto IL_0030; } IL_002f: { G_B4_0 = ((Transform_t3600365921 *)(NULL)); } IL_0030: { return 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 DMSerial/DMSerialData::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMSerialData__ctor_m2729922707 (DMSerialData_t308008603 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String DMSerial/DMSerialData::get_KeyName() extern "C" IL2CPP_METHOD_ATTR String_t* DMSerialData_get_KeyName_m2554379664 (DMSerialData_t308008603 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_keyName_0(); return L_0; } } // System.Void DMSerial/DMSerialData::set_KeyName(System.String) extern "C" IL2CPP_METHOD_ATTR void DMSerialData_set_KeyName_m439393564 (DMSerialData_t308008603 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; bool L_1 = DMSerial_ExistNonEnglishCharactor_m2622341739(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { String_t* L_2 = ___value0; __this->set_m_keyName_0(L_2); } IL_0012: { return; } } // System.Boolean DMSerial/DMSerialData::Check(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMSerialData_Check_m796453980 (DMSerialData_t308008603 * __this, String_t* ___keyVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMSerialData_Check_m796453980_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___keyVal0; String_t* L_1 = __this->get_m_keyName_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_Equals_m1744302937(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMUIContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMUIContainer__ctor_m1443376045 (DMUIContainer_t1502190882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIContainer__ctor_m1443376045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t1183072445 * L_0 = (BetterList_1_t1183072445 *)il2cpp_codegen_object_new(BetterList_1_t1183072445_il2cpp_TypeInfo_var); BetterList_1__ctor_m2919029653(L_0, /*hidden argument*/BetterList_1__ctor_m2919029653_RuntimeMethod_var); __this->set_m_listWidgets_3(L_0); BetterList_1_t1277620157 * L_1 = (BetterList_1_t1277620157 *)il2cpp_codegen_object_new(BetterList_1_t1277620157_il2cpp_TypeInfo_var); BetterList_1__ctor_m3501524265(L_1, /*hidden argument*/BetterList_1__ctor_m3501524265_RuntimeMethod_var); __this->set_m_listWidgetsText_4(L_1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMUIContainer::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void DMUIContainer_OnDestroy_m2483717393 (DMUIContainer_t1502190882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIContainer_OnDestroy_m2483717393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t1183072445 * L_0 = __this->get_m_listWidgets_3(); NullCheck(L_0); BetterList_1_Clear_m1185325029(L_0, /*hidden argument*/BetterList_1_Clear_m1185325029_RuntimeMethod_var); BetterList_1_t1277620157 * L_1 = __this->get_m_listWidgetsText_4(); NullCheck(L_1); BetterList_1_Clear_m3011469937(L_1, /*hidden argument*/BetterList_1_Clear_m3011469937_RuntimeMethod_var); return; } } // System.Void DMUIContainer::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void DMUIContainer_LateUpdate_m1272135177 (DMUIContainer_t1502190882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIContainer_LateUpdate_m1272135177_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { __this->set_m_indexText_2(0); V_0 = 0; goto IL_0024; } IL_000e: { BetterList_1_t1183072445 * L_0 = __this->get_m_listWidgets_3(); int32_t L_1 = V_0; NullCheck(L_0); stWidgetData_t2028052127 * L_2 = BetterList_1_get_Item_m3962570992(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_2); L_2->set_m_bUsed_0((bool)0); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0024: { int32_t L_4 = V_0; BetterList_1_t1183072445 * L_5 = __this->get_m_listWidgets_3(); NullCheck(L_5); int32_t L_6 = L_5->get_size_1(); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_7 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); ILogicBase_Paint_m452003795(L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get_m_indexText_2(); V_1 = L_8; goto IL_0060; } IL_004b: { BetterList_1_t1277620157 * L_9 = __this->get_m_listWidgetsText_4(); int32_t L_10 = V_1; NullCheck(L_9); DMUIWidget_t2122599839 * L_11 = BetterList_1_get_Item_m92306504(L_9, L_10, /*hidden argument*/BetterList_1_get_Item_m92306504_RuntimeMethod_var); NullCheck(L_11); DMUIWidget_Hide_m805457217(L_11, /*hidden argument*/NULL); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0060: { int32_t L_13 = V_1; BetterList_1_t1277620157 * L_14 = __this->get_m_listWidgetsText_4(); NullCheck(L_14); int32_t L_15 = L_14->get_size_1(); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_004b; } } { V_2 = 0; goto IL_00c4; } IL_0078: { BetterList_1_t1183072445 * L_16 = __this->get_m_listWidgets_3(); int32_t L_17 = V_2; NullCheck(L_16); stWidgetData_t2028052127 * L_18 = BetterList_1_get_Item_m3962570992(L_16, L_17, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_18); bool L_19 = L_18->get_m_bUsed_0(); if (L_19) { goto IL_00c0; } } { BetterList_1_t1183072445 * L_20 = __this->get_m_listWidgets_3(); int32_t L_21 = V_2; NullCheck(L_20); stWidgetData_t2028052127 * L_22 = BetterList_1_get_Item_m3962570992(L_20, L_21, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_22); DMUIWidget_t2122599839 * L_23 = L_22->get_m_widget_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00c0; } } { BetterList_1_t1183072445 * L_25 = __this->get_m_listWidgets_3(); int32_t L_26 = V_2; NullCheck(L_25); stWidgetData_t2028052127 * L_27 = BetterList_1_get_Item_m3962570992(L_25, L_26, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_27); DMUIWidget_t2122599839 * L_28 = L_27->get_m_widget_1(); NullCheck(L_28); DMUIWidget_Hide_m805457217(L_28, /*hidden argument*/NULL); } IL_00c0: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c4: { int32_t L_30 = V_2; BetterList_1_t1183072445 * L_31 = __this->get_m_listWidgets_3(); NullCheck(L_31); int32_t L_32 = L_31->get_size_1(); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_0078; } } { return; } } // System.Void DMUIContainer::PushText(UnityEngine.Material,BetterList`1,BetterList`1,BetterList`1,BetterList`1) extern "C" IL2CPP_METHOD_ATTR void DMUIContainer_PushText_m2021130755 (DMUIContainer_t1502190882 * __this, Material_t340375123 * ___mat0, BetterList_1_t2877333782 * ___vertices1, BetterList_1_t1311249841 * ___uvs2, BetterList_1_t1755521610 * ___colors3, BetterList_1_t2105966071 * ___indices4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIContainer_PushText_m2021130755_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMUIWidget_t2122599839 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; { V_0 = (DMUIWidget_t2122599839 *)NULL; int32_t L_0 = __this->get_m_indexText_2(); BetterList_1_t1277620157 * L_1 = __this->get_m_listWidgetsText_4(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); if ((((int32_t)L_0) >= ((int32_t)L_2))) { goto IL_002f; } } { BetterList_1_t1277620157 * L_3 = __this->get_m_listWidgetsText_4(); int32_t L_4 = __this->get_m_indexText_2(); NullCheck(L_3); DMUIWidget_t2122599839 * L_5 = BetterList_1_get_Item_m92306504(L_3, L_4, /*hidden argument*/BetterList_1_get_Item_m92306504_RuntimeMethod_var); V_0 = L_5; goto IL_00d7; } IL_002f: { GameObject_t1113636619 * L_6 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_6, /*hidden argument*/NULL); V_1 = L_6; GameObject_t1113636619 * L_7 = V_1; NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = V_1; NullCheck(L_8); Object_set_hideFlags_m1648752846(L_8, ((int32_t)61), /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = V_1; int32_t L_10 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_9); GameObject_set_layer_m3294992795(L_9, L_10, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = V_1; NullCheck(L_11); Transform_t3600365921 * L_12 = GameObject_get_transform_m1369836730(L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_parent_m786917804(L_12, L_13, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = V_1; BetterList_1_t1277620157 * L_15 = __this->get_m_listWidgetsText_4(); NullCheck(L_15); int32_t L_16 = L_15->get_size_1(); int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3135849707, L_18, /*hidden argument*/NULL); NullCheck(L_14); Object_set_name_m291480324(L_14, L_19, /*hidden argument*/NULL); GameObject_t1113636619 * L_20 = V_1; NullCheck(L_20); Transform_t3600365921 * L_21 = GameObject_get_transform_m1369836730(L_20, /*hidden argument*/NULL); Vector3_t3722313464 L_22; memset(&L_22, 0, sizeof(L_22)); Vector3__ctor_m3353183577((&L_22), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_21); Transform_set_localPosition_m4128471975(L_21, L_22, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = V_1; NullCheck(L_23); Transform_t3600365921 * L_24 = GameObject_get_transform_m1369836730(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_25 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); Transform_set_localScale_m3053443106(L_24, L_25, /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = V_1; NullCheck(L_26); Transform_t3600365921 * L_27 = GameObject_get_transform_m1369836730(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_28 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localRotation_m19445462(L_27, L_28, /*hidden argument*/NULL); GameObject_t1113636619 * L_29 = V_1; NullCheck(L_29); DMUIWidget_t2122599839 * L_30 = GameObject_AddComponent_TisDMUIWidget_t2122599839_m536220922(L_29, /*hidden argument*/GameObject_AddComponent_TisDMUIWidget_t2122599839_m536220922_RuntimeMethod_var); V_0 = L_30; BetterList_1_t1277620157 * L_31 = __this->get_m_listWidgetsText_4(); DMUIWidget_t2122599839 * L_32 = V_0; NullCheck(L_31); BetterList_1_Add_m3146868858(L_31, L_32, /*hidden argument*/BetterList_1_Add_m3146868858_RuntimeMethod_var); } IL_00d7: { DMUIWidget_t2122599839 * L_33 = V_0; Material_t340375123 * L_34 = ___mat0; BetterList_1_t2877333782 * L_35 = ___vertices1; BetterList_1_t1311249841 * L_36 = ___uvs2; BetterList_1_t1755521610 * L_37 = ___colors3; BetterList_1_t2105966071 * L_38 = ___indices4; NullCheck(L_33); DMUIWidget_Set_m1044415337(L_33, L_34, L_35, L_36, L_37, L_38, /*hidden argument*/NULL); int32_t L_39 = __this->get_m_indexText_2(); __this->set_m_indexText_2(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1))); return; } } // DMUIWidget DMUIContainer::GetImagePtr(UnityEngine.Texture2D,BetterList`1&,BetterList`1&,BetterList`1&,BetterList`1&) extern "C" IL2CPP_METHOD_ATTR DMUIWidget_t2122599839 * DMUIContainer_GetImagePtr_m2767098461 (DMUIContainer_t1502190882 * __this, Texture2D_t3840446185 * ___texture0, BetterList_1_t2877333782 ** ___vertices1, BetterList_1_t1311249841 ** ___uvs2, BetterList_1_t1710706642 ** ___colors3, BetterList_1_t2105966071 ** ___indices4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIContainer_GetImagePtr_m2767098461_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMUIWidget_t2122599839 * V_0 = NULL; int32_t V_1 = 0; GameObject_t1113636619 * V_2 = NULL; stWidgetData_t2028052127 * V_3 = NULL; { V_0 = (DMUIWidget_t2122599839 *)NULL; V_1 = 0; goto IL_0068; } IL_0009: { BetterList_1_t1183072445 * L_0 = __this->get_m_listWidgets_3(); int32_t L_1 = V_1; NullCheck(L_0); stWidgetData_t2028052127 * L_2 = BetterList_1_get_Item_m3962570992(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_2); Texture2D_t3840446185 * L_3 = L_2->get_m_tex2D_2(); Texture2D_t3840446185 * L_4 = ___texture0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0064; } } { BetterList_1_t1183072445 * L_6 = __this->get_m_listWidgets_3(); int32_t L_7 = V_1; NullCheck(L_6); stWidgetData_t2028052127 * L_8 = BetterList_1_get_Item_m3962570992(L_6, L_7, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_8); bool L_9 = L_8->get_m_bUsed_0(); if (L_9) { goto IL_0064; } } { BetterList_1_t1183072445 * L_10 = __this->get_m_listWidgets_3(); int32_t L_11 = V_1; NullCheck(L_10); stWidgetData_t2028052127 * L_12 = BetterList_1_get_Item_m3962570992(L_10, L_11, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_12); L_12->set_m_bUsed_0((bool)1); BetterList_1_t1183072445 * L_13 = __this->get_m_listWidgets_3(); int32_t L_14 = V_1; NullCheck(L_13); stWidgetData_t2028052127 * L_15 = BetterList_1_get_Item_m3962570992(L_13, L_14, /*hidden argument*/BetterList_1_get_Item_m3962570992_RuntimeMethod_var); NullCheck(L_15); DMUIWidget_t2122599839 * L_16 = L_15->get_m_widget_1(); V_0 = L_16; goto IL_0079; } IL_0064: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0068: { int32_t L_18 = V_1; BetterList_1_t1183072445 * L_19 = __this->get_m_listWidgets_3(); NullCheck(L_19); int32_t L_20 = L_19->get_size_1(); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0009; } } IL_0079: { DMUIWidget_t2122599839 * L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0153; } } { GameObject_t1113636619 * L_23 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_23, /*hidden argument*/NULL); V_2 = L_23; GameObject_t1113636619 * L_24 = V_2; NullCheck(L_24); GameObject_SetActive_m796801857(L_24, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_25 = V_2; NullCheck(L_25); Object_set_hideFlags_m1648752846(L_25, ((int32_t)61), /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = V_2; int32_t L_27 = LayerMask_NameToLayer_m2359665122(NULL /*static, unused*/, _stringLiteral3455170507, /*hidden argument*/NULL); NullCheck(L_26); GameObject_set_layer_m3294992795(L_26, L_27, /*hidden argument*/NULL); GameObject_t1113636619 * L_28 = V_2; NullCheck(L_28); Transform_t3600365921 * L_29 = GameObject_get_transform_m1369836730(L_28, /*hidden argument*/NULL); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_29); Transform_set_parent_m786917804(L_29, L_30, /*hidden argument*/NULL); GameObject_t1113636619 * L_31 = V_2; BetterList_1_t1183072445 * L_32 = __this->get_m_listWidgets_3(); NullCheck(L_32); int32_t L_33 = L_32->get_size_1(); int32_t L_34 = L_33; RuntimeObject * L_35 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2269873809, L_35, /*hidden argument*/NULL); NullCheck(L_31); Object_set_name_m291480324(L_31, L_36, /*hidden argument*/NULL); GameObject_t1113636619 * L_37 = V_2; NullCheck(L_37); Transform_t3600365921 * L_38 = GameObject_get_transform_m1369836730(L_37, /*hidden argument*/NULL); Vector3_t3722313464 L_39; memset(&L_39, 0, sizeof(L_39)); Vector3__ctor_m3353183577((&L_39), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_38); Transform_set_localPosition_m4128471975(L_38, L_39, /*hidden argument*/NULL); GameObject_t1113636619 * L_40 = V_2; NullCheck(L_40); Transform_t3600365921 * L_41 = GameObject_get_transform_m1369836730(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_42 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localScale_m3053443106(L_41, L_42, /*hidden argument*/NULL); GameObject_t1113636619 * L_43 = V_2; NullCheck(L_43); Transform_t3600365921 * L_44 = GameObject_get_transform_m1369836730(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_45 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); Transform_set_localRotation_m19445462(L_44, L_45, /*hidden argument*/NULL); GameObject_t1113636619 * L_46 = V_2; NullCheck(L_46); DMUIWidget_t2122599839 * L_47 = GameObject_AddComponent_TisDMUIWidget_t2122599839_m536220922(L_46, /*hidden argument*/GameObject_AddComponent_TisDMUIWidget_t2122599839_m536220922_RuntimeMethod_var); V_0 = L_47; DMUIWidget_t2122599839 * L_48 = V_0; NullCheck(L_48); DMUIWidget_ShaderName_m3282168184(L_48, _stringLiteral497495654, /*hidden argument*/NULL); stWidgetData_t2028052127 * L_49 = (stWidgetData_t2028052127 *)il2cpp_codegen_object_new(stWidgetData_t2028052127_il2cpp_TypeInfo_var); stWidgetData__ctor_m4193404696(L_49, /*hidden argument*/NULL); V_3 = L_49; stWidgetData_t2028052127 * L_50 = V_3; NullCheck(L_50); L_50->set_m_bUsed_0((bool)1); stWidgetData_t2028052127 * L_51 = V_3; Texture2D_t3840446185 * L_52 = ___texture0; NullCheck(L_51); L_51->set_m_tex2D_2(L_52); stWidgetData_t2028052127 * L_53 = V_3; DMUIWidget_t2122599839 * L_54 = V_0; NullCheck(L_53); L_53->set_m_widget_1(L_54); BetterList_1_t1183072445 * L_55 = __this->get_m_listWidgets_3(); stWidgetData_t2028052127 * L_56 = V_3; NullCheck(L_55); BetterList_1_Add_m58161104(L_55, L_56, /*hidden argument*/BetterList_1_Add_m58161104_RuntimeMethod_var); } IL_0153: { DMUIWidget_t2122599839 * L_57 = V_0; BetterList_1_t2877333782 ** L_58 = ___vertices1; BetterList_1_t1311249841 ** L_59 = ___uvs2; BetterList_1_t1710706642 ** L_60 = ___colors3; BetterList_1_t2105966071 ** L_61 = ___indices4; NullCheck(L_57); DMUIWidget_GetMeshVertices_m2115047074(L_57, L_58, L_59, L_60, L_61, /*hidden argument*/NULL); DMUIWidget_t2122599839 * L_62 = V_0; return L_62; } } // System.Void DMUIContainer::PushImage(DMUIWidget,UnityEngine.Texture2D,BetterList`1,BetterList`1,BetterList`1,BetterList`1) extern "C" IL2CPP_METHOD_ATTR void DMUIContainer_PushImage_m3539934906 (DMUIContainer_t1502190882 * __this, DMUIWidget_t2122599839 * ___target0, Texture2D_t3840446185 * ___texture1, BetterList_1_t2877333782 * ___vertices2, BetterList_1_t1311249841 * ___uvs3, BetterList_1_t1710706642 * ___colors4, BetterList_1_t2105966071 * ___indices5, const RuntimeMethod* method) { { DMUIWidget_t2122599839 * L_0 = ___target0; Texture2D_t3840446185 * L_1 = ___texture1; BetterList_1_t2877333782 * L_2 = ___vertices2; BetterList_1_t1311249841 * L_3 = ___uvs3; BetterList_1_t1710706642 * L_4 = ___colors4; BetterList_1_t2105966071 * L_5 = ___indices5; NullCheck(L_0); DMUIWidget_Set_m2973411652(L_0, L_1, L_2, L_3, L_4, L_5, /*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 DMUIContainer/stWidgetData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stWidgetData__ctor_m4193404696 (stWidgetData_t2028052127 * __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 DMUIWidget::.ctor() extern "C" IL2CPP_METHOD_ATTR void DMUIWidget__ctor_m564070727 (DMUIWidget_t2122599839 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void DMUIWidget::Awake() extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_Awake_m1651882646 (DMUIWidget_t2122599839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIWidget_Awake_m1651882646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_ShaderName_6(L_0); __this->set_m_bValid_7((bool)0); BetterList_1_t2877333782 * L_1 = (BetterList_1_t2877333782 *)il2cpp_codegen_object_new(BetterList_1_t2877333782_il2cpp_TypeInfo_var); BetterList_1__ctor_m18895326(L_1, /*hidden argument*/BetterList_1__ctor_m18895326_RuntimeMethod_var); __this->set_m_listVertices_8(L_1); BetterList_1_t1311249841 * L_2 = (BetterList_1_t1311249841 *)il2cpp_codegen_object_new(BetterList_1_t1311249841_il2cpp_TypeInfo_var); BetterList_1__ctor_m163271134(L_2, /*hidden argument*/BetterList_1__ctor_m163271134_RuntimeMethod_var); __this->set_m_listUvs_9(L_2); BetterList_1_t1710706642 * L_3 = (BetterList_1_t1710706642 *)il2cpp_codegen_object_new(BetterList_1_t1710706642_il2cpp_TypeInfo_var); BetterList_1__ctor_m3090907367(L_3, /*hidden argument*/BetterList_1__ctor_m3090907367_RuntimeMethod_var); __this->set_m_listColors_10(L_3); BetterList_1_t2105966071 * L_4 = (BetterList_1_t2105966071 *)il2cpp_codegen_object_new(BetterList_1_t2105966071_il2cpp_TypeInfo_var); BetterList_1__ctor_m2079784661(L_4, /*hidden argument*/BetterList_1__ctor_m2079784661_RuntimeMethod_var); __this->set_m_listindices_11(L_4); __this->set_m_realIndices_12((Int32U5BU5D_t385246372*)NULL); return; } } // System.Void DMUIWidget::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_OnDestroy_m1460253337 (DMUIWidget_t2122599839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIWidget_OnDestroy_m1460253337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Mesh_t3648964284 * L_0 = __this->get_m_mesh_3(); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_DestroyImmediate_m216964623(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMUIWidget::Hide() extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_Hide_m805457217 (DMUIWidget_t2122599839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIWidget_Hide_m805457217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Mesh_t3648964284 * L_0 = __this->get_m_mesh_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_002e; } } { bool L_2 = __this->get_m_bValid_7(); if (!L_2) { goto IL_002e; } } { Mesh_t3648964284 * L_3 = __this->get_m_mesh_3(); NullCheck(L_3); Mesh_Clear_m2630385472(L_3, /*hidden argument*/NULL); __this->set_m_bValid_7((bool)0); } IL_002e: { MeshRenderer_t587009260 * L_4 = __this->get_m_render_4(); 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_004b; } } { MeshRenderer_t587009260 * L_6 = __this->get_m_render_4(); NullCheck(L_6); Renderer_set_enabled_m1727253150(L_6, (bool)0, /*hidden argument*/NULL); } IL_004b: { return; } } // System.Void DMUIWidget::ShaderName(System.String) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_ShaderName_m3282168184 (DMUIWidget_t2122599839 * __this, String_t* ___shaderName0, const RuntimeMethod* method) { { String_t* L_0 = ___shaderName0; __this->set_m_ShaderName_6(L_0); return; } } // System.Void DMUIWidget::GetMeshVertices(BetterList`1&,BetterList`1&,BetterList`1&,BetterList`1&) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_GetMeshVertices_m2115047074 (DMUIWidget_t2122599839 * __this, BetterList_1_t2877333782 ** ___vertices0, BetterList_1_t1311249841 ** ___uvs1, BetterList_1_t1710706642 ** ___colors2, BetterList_1_t2105966071 ** ___indices3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIWidget_GetMeshVertices_m2115047074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t2877333782 * L_0 = __this->get_m_listVertices_8(); NullCheck(L_0); BetterList_1_Clear_m1110557353(L_0, /*hidden argument*/BetterList_1_Clear_m1110557353_RuntimeMethod_var); BetterList_1_t2877333782 ** L_1 = ___vertices0; BetterList_1_t2877333782 * L_2 = __this->get_m_listVertices_8(); *((RuntimeObject **)(L_1)) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)L_2); BetterList_1_t1311249841 * L_3 = __this->get_m_listUvs_9(); NullCheck(L_3); BetterList_1_Clear_m966181545(L_3, /*hidden argument*/BetterList_1_Clear_m966181545_RuntimeMethod_var); BetterList_1_t1311249841 ** L_4 = ___uvs1; BetterList_1_t1311249841 * L_5 = __this->get_m_listUvs_9(); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); BetterList_1_t1710706642 * L_6 = __this->get_m_listColors_10(); NullCheck(L_6); BetterList_1_Clear_m2923267548(L_6, /*hidden argument*/BetterList_1_Clear_m2923267548_RuntimeMethod_var); BetterList_1_t1710706642 ** L_7 = ___colors2; BetterList_1_t1710706642 * L_8 = __this->get_m_listColors_10(); *((RuntimeObject **)(L_7)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_7), (RuntimeObject *)L_8); BetterList_1_t2105966071 * L_9 = __this->get_m_listindices_11(); NullCheck(L_9); BetterList_1_Clear_m3880922309(L_9, /*hidden argument*/BetterList_1_Clear_m3880922309_RuntimeMethod_var); BetterList_1_t2105966071 ** L_10 = ___indices3; BetterList_1_t2105966071 * L_11 = __this->get_m_listindices_11(); *((RuntimeObject **)(L_10)) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_10), (RuntimeObject *)L_11); return; } } // System.Void DMUIWidget::Set(UnityEngine.Texture2D,BetterList`1,BetterList`1,BetterList`1,BetterList`1) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_Set_m2973411652 (DMUIWidget_t2122599839 * __this, Texture2D_t3840446185 * ___texture0, BetterList_1_t2877333782 * ___vertices1, BetterList_1_t1311249841 * ___uvs2, BetterList_1_t1710706642 * ___colors3, BetterList_1_t2105966071 * ___indices4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIWidget_Set_m2973411652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MeshFilter_t3523625662 * L_0 = __this->get_mFilter_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_0022; } } { GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); MeshFilter_t3523625662 * L_3 = GameObject_GetComponent_TisMeshFilter_t3523625662_m3102725183(L_2, /*hidden argument*/GameObject_GetComponent_TisMeshFilter_t3523625662_m3102725183_RuntimeMethod_var); __this->set_mFilter_5(L_3); } IL_0022: { MeshFilter_t3523625662 * L_4 = __this->get_mFilter_5(); 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_0044; } } { GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_6); MeshFilter_t3523625662 * L_7 = GameObject_AddComponent_TisMeshFilter_t3523625662_m262607486(L_6, /*hidden argument*/GameObject_AddComponent_TisMeshFilter_t3523625662_m262607486_RuntimeMethod_var); __this->set_mFilter_5(L_7); } IL_0044: { MeshRenderer_t587009260 * L_8 = __this->get_m_render_4(); 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_0066; } } { GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_10); MeshRenderer_t587009260 * L_11 = GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439(L_10, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439_RuntimeMethod_var); __this->set_m_render_4(L_11); } IL_0066: { MeshRenderer_t587009260 * L_12 = __this->get_m_render_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00b8; } } { GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_14); MeshRenderer_t587009260 * L_15 = GameObject_AddComponent_TisMeshRenderer_t587009260_m2704270113(L_14, /*hidden argument*/GameObject_AddComponent_TisMeshRenderer_t587009260_m2704270113_RuntimeMethod_var); __this->set_m_render_4(L_15); MeshRenderer_t587009260 * L_16 = __this->get_m_render_4(); NullCheck(L_16); Renderer_set_shadowCastingMode_m987547713(L_16, 0, /*hidden argument*/NULL); MeshRenderer_t587009260 * L_17 = __this->get_m_render_4(); NullCheck(L_17); Renderer_set_lightProbeUsage_m858788046(L_17, 0, /*hidden argument*/NULL); MeshRenderer_t587009260 * L_18 = __this->get_m_render_4(); NullCheck(L_18); Renderer_set_reflectionProbeUsage_m784866423(L_18, 0, /*hidden argument*/NULL); MeshRenderer_t587009260 * L_19 = __this->get_m_render_4(); NullCheck(L_19); Renderer_set_receiveShadows_m108599289(L_19, (bool)0, /*hidden argument*/NULL); } IL_00b8: { MeshRenderer_t587009260 * L_20 = __this->get_m_render_4(); NullCheck(L_20); Renderer_set_enabled_m1727253150(L_20, (bool)1, /*hidden argument*/NULL); Material_t340375123 * L_21 = __this->get_m_mat_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00fc; } } { String_t* L_23 = __this->get_m_ShaderName_6(); IL2CPP_RUNTIME_CLASS_INIT(CShaderHelp_t3448475262_il2cpp_TypeInfo_var); Shader_t4151988712 * L_24 = CShaderHelp_FindShader_m3868927619(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); Material_t340375123 * L_25 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m1662457592(L_25, L_24, /*hidden argument*/NULL); __this->set_m_mat_2(L_25); MeshRenderer_t587009260 * L_26 = __this->get_m_render_4(); Material_t340375123 * L_27 = __this->get_m_mat_2(); NullCheck(L_26); Renderer_set_sharedMaterial_m2374163090(L_26, L_27, /*hidden argument*/NULL); } IL_00fc: { Material_t340375123 * L_28 = __this->get_m_mat_2(); Texture2D_t3840446185 * L_29 = ___texture0; NullCheck(L_28); Material_set_mainTexture_m544811714(L_28, L_29, /*hidden argument*/NULL); Mesh_t3648964284 * L_30 = __this->get_m_mesh_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0186; } } { Mesh_t3648964284 * L_32 = (Mesh_t3648964284 *)il2cpp_codegen_object_new(Mesh_t3648964284_il2cpp_TypeInfo_var); Mesh__ctor_m2533762929(L_32, /*hidden argument*/NULL); __this->set_m_mesh_3(L_32); Mesh_t3648964284 * L_33 = __this->get_m_mesh_3(); NullCheck(L_33); Object_set_hideFlags_m1648752846(L_33, ((int32_t)52), /*hidden argument*/NULL); Mesh_t3648964284 * L_34 = __this->get_m_mesh_3(); GameObject_t1113636619 * L_35 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36 = Object_get_name_m4211327027(L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1194993862, L_36, /*hidden argument*/NULL); NullCheck(L_34); Object_set_name_m291480324(L_34, L_37, /*hidden argument*/NULL); Mesh_t3648964284 * L_38 = __this->get_m_mesh_3(); NullCheck(L_38); Mesh_RecalculateBounds_m39931642(L_38, /*hidden argument*/NULL); Mesh_t3648964284 * L_39 = __this->get_m_mesh_3(); NullCheck(L_39); Mesh_MarkDynamic_m813264685(L_39, /*hidden argument*/NULL); MeshFilter_t3523625662 * L_40 = __this->get_mFilter_5(); Mesh_t3648964284 * L_41 = __this->get_m_mesh_3(); NullCheck(L_40); MeshFilter_set_mesh_m1415871686(L_40, L_41, /*hidden argument*/NULL); BetterList_1_t2105966071 * L_42 = ___indices4; DMUIWidget_TryReBuildIndices_m195720261(__this, L_42, /*hidden argument*/NULL); goto IL_019e; } IL_0186: { BetterList_1_t2105966071 * L_43 = ___indices4; bool L_44 = DMUIWidget_TryReBuildIndices_m195720261(__this, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_019e; } } { Mesh_t3648964284 * L_45 = __this->get_m_mesh_3(); NullCheck(L_45); Mesh_Clear_m2630385472(L_45, /*hidden argument*/NULL); } IL_019e: { Mesh_t3648964284 * L_46 = __this->get_m_mesh_3(); BetterList_1_t2877333782 * L_47 = ___vertices1; NullCheck(L_47); Vector3U5BU5D_t1718750761* L_48 = BetterList_1_ToArray_m1446268266(L_47, /*hidden argument*/BetterList_1_ToArray_m1446268266_RuntimeMethod_var); NullCheck(L_46); Mesh_set_vertices_m2084450642(L_46, L_48, /*hidden argument*/NULL); Mesh_t3648964284 * L_49 = __this->get_m_mesh_3(); BetterList_1_t1710706642 * L_50 = ___colors3; NullCheck(L_50); ColorU5BU5D_t941916413* L_51 = BetterList_1_ToArray_m2485675029(L_50, /*hidden argument*/BetterList_1_ToArray_m2485675029_RuntimeMethod_var); NullCheck(L_49); Mesh_set_colors_m2218481242(L_49, L_51, /*hidden argument*/NULL); Mesh_t3648964284 * L_52 = __this->get_m_mesh_3(); BetterList_1_t1311249841 * L_53 = ___uvs2; NullCheck(L_53); Vector2U5BU5D_t1457185986* L_54 = BetterList_1_ToArray_m2725107919(L_53, /*hidden argument*/BetterList_1_ToArray_m2725107919_RuntimeMethod_var); NullCheck(L_52); Mesh_set_uv_m1258646872(L_52, L_54, /*hidden argument*/NULL); Mesh_t3648964284 * L_55 = __this->get_m_mesh_3(); Int32U5BU5D_t385246372* L_56 = __this->get_m_realIndices_12(); NullCheck(L_55); Mesh_set_triangles_m255556250(L_55, L_56, /*hidden argument*/NULL); __this->set_m_bValid_7((bool)1); return; } } // System.Void DMUIWidget::Set(UnityEngine.Material,BetterList`1,BetterList`1,BetterList`1,BetterList`1) extern "C" IL2CPP_METHOD_ATTR void DMUIWidget_Set_m1044415337 (DMUIWidget_t2122599839 * __this, Material_t340375123 * ___mat0, BetterList_1_t2877333782 * ___vertices1, BetterList_1_t1311249841 * ___uvs2, BetterList_1_t1755521610 * ___colors3, BetterList_1_t2105966071 * ___indices4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIWidget_Set_m1044415337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MeshFilter_t3523625662 * L_0 = __this->get_mFilter_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_0022; } } { GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_2); MeshFilter_t3523625662 * L_3 = GameObject_GetComponent_TisMeshFilter_t3523625662_m3102725183(L_2, /*hidden argument*/GameObject_GetComponent_TisMeshFilter_t3523625662_m3102725183_RuntimeMethod_var); __this->set_mFilter_5(L_3); } IL_0022: { MeshFilter_t3523625662 * L_4 = __this->get_mFilter_5(); 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_0044; } } { GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_6); MeshFilter_t3523625662 * L_7 = GameObject_AddComponent_TisMeshFilter_t3523625662_m262607486(L_6, /*hidden argument*/GameObject_AddComponent_TisMeshFilter_t3523625662_m262607486_RuntimeMethod_var); __this->set_mFilter_5(L_7); } IL_0044: { MeshRenderer_t587009260 * L_8 = __this->get_m_render_4(); 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_0066; } } { GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_10); MeshRenderer_t587009260 * L_11 = GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439(L_10, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439_RuntimeMethod_var); __this->set_m_render_4(L_11); } IL_0066: { MeshRenderer_t587009260 * L_12 = __this->get_m_render_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00b8; } } { GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_14); MeshRenderer_t587009260 * L_15 = GameObject_AddComponent_TisMeshRenderer_t587009260_m2704270113(L_14, /*hidden argument*/GameObject_AddComponent_TisMeshRenderer_t587009260_m2704270113_RuntimeMethod_var); __this->set_m_render_4(L_15); MeshRenderer_t587009260 * L_16 = __this->get_m_render_4(); NullCheck(L_16); Renderer_set_shadowCastingMode_m987547713(L_16, 0, /*hidden argument*/NULL); MeshRenderer_t587009260 * L_17 = __this->get_m_render_4(); NullCheck(L_17); Renderer_set_lightProbeUsage_m858788046(L_17, 0, /*hidden argument*/NULL); MeshRenderer_t587009260 * L_18 = __this->get_m_render_4(); NullCheck(L_18); Renderer_set_reflectionProbeUsage_m784866423(L_18, 0, /*hidden argument*/NULL); MeshRenderer_t587009260 * L_19 = __this->get_m_render_4(); NullCheck(L_19); Renderer_set_receiveShadows_m108599289(L_19, (bool)0, /*hidden argument*/NULL); } IL_00b8: { MeshRenderer_t587009260 * L_20 = __this->get_m_render_4(); NullCheck(L_20); Renderer_set_enabled_m1727253150(L_20, (bool)1, /*hidden argument*/NULL); MeshRenderer_t587009260 * L_21 = __this->get_m_render_4(); Material_t340375123 * L_22 = ___mat0; NullCheck(L_21); Renderer_set_sharedMaterial_m2374163090(L_21, L_22, /*hidden argument*/NULL); Mesh_t3648964284 * L_23 = __this->get_m_mesh_3(); 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_0143; } } { Mesh_t3648964284 * L_25 = (Mesh_t3648964284 *)il2cpp_codegen_object_new(Mesh_t3648964284_il2cpp_TypeInfo_var); Mesh__ctor_m2533762929(L_25, /*hidden argument*/NULL); __this->set_m_mesh_3(L_25); Mesh_t3648964284 * L_26 = __this->get_m_mesh_3(); NullCheck(L_26); Object_set_hideFlags_m1648752846(L_26, ((int32_t)52), /*hidden argument*/NULL); Mesh_t3648964284 * L_27 = __this->get_m_mesh_3(); GameObject_t1113636619 * L_28 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29 = Object_get_name_m4211327027(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1194993862, L_29, /*hidden argument*/NULL); NullCheck(L_27); Object_set_name_m291480324(L_27, L_30, /*hidden argument*/NULL); Mesh_t3648964284 * L_31 = __this->get_m_mesh_3(); NullCheck(L_31); Mesh_MarkDynamic_m813264685(L_31, /*hidden argument*/NULL); MeshFilter_t3523625662 * L_32 = __this->get_mFilter_5(); Mesh_t3648964284 * L_33 = __this->get_m_mesh_3(); NullCheck(L_32); MeshFilter_set_mesh_m1415871686(L_32, L_33, /*hidden argument*/NULL); BetterList_1_t2105966071 * L_34 = ___indices4; DMUIWidget_TryReBuildIndices_m195720261(__this, L_34, /*hidden argument*/NULL); goto IL_015b; } IL_0143: { BetterList_1_t2105966071 * L_35 = ___indices4; bool L_36 = DMUIWidget_TryReBuildIndices_m195720261(__this, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_015b; } } { Mesh_t3648964284 * L_37 = __this->get_m_mesh_3(); NullCheck(L_37); Mesh_Clear_m2630385472(L_37, /*hidden argument*/NULL); } IL_015b: { Mesh_t3648964284 * L_38 = __this->get_m_mesh_3(); BetterList_1_t2877333782 * L_39 = ___vertices1; NullCheck(L_39); Vector3U5BU5D_t1718750761* L_40 = BetterList_1_ToArray_m1446268266(L_39, /*hidden argument*/BetterList_1_ToArray_m1446268266_RuntimeMethod_var); NullCheck(L_38); Mesh_set_vertices_m2084450642(L_38, L_40, /*hidden argument*/NULL); Mesh_t3648964284 * L_41 = __this->get_m_mesh_3(); BetterList_1_t1755521610 * L_42 = ___colors3; NullCheck(L_42); Color32U5BU5D_t3850468773* L_43 = BetterList_1_ToArray_m2060401211(L_42, /*hidden argument*/BetterList_1_ToArray_m2060401211_RuntimeMethod_var); NullCheck(L_41); Mesh_set_colors32_m645370667(L_41, L_43, /*hidden argument*/NULL); Mesh_t3648964284 * L_44 = __this->get_m_mesh_3(); BetterList_1_t1311249841 * L_45 = ___uvs2; NullCheck(L_45); Vector2U5BU5D_t1457185986* L_46 = BetterList_1_ToArray_m2725107919(L_45, /*hidden argument*/BetterList_1_ToArray_m2725107919_RuntimeMethod_var); NullCheck(L_44); Mesh_set_uv_m1258646872(L_44, L_46, /*hidden argument*/NULL); Mesh_t3648964284 * L_47 = __this->get_m_mesh_3(); Int32U5BU5D_t385246372* L_48 = __this->get_m_realIndices_12(); NullCheck(L_47); Mesh_set_triangles_m255556250(L_47, L_48, /*hidden argument*/NULL); __this->set_m_bValid_7((bool)1); return; } } // System.Boolean DMUIWidget::TryReBuildIndices(BetterList`1) extern "C" IL2CPP_METHOD_ATTR bool DMUIWidget_TryReBuildIndices_m195720261 (DMUIWidget_t2122599839 * __this, BetterList_1_t2105966071 * ___indices0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DMUIWidget_TryReBuildIndices_m195720261_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (bool)1; Int32U5BU5D_t385246372* L_0 = __this->get_m_realIndices_12(); if (!L_0) { goto IL_0020; } } { Int32U5BU5D_t385246372* L_1 = __this->get_m_realIndices_12(); NullCheck(L_1); BetterList_1_t2105966071 * L_2 = ___indices0; NullCheck(L_2); int32_t L_3 = L_2->get_size_1(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((int32_t)L_3))) { goto IL_0033; } } IL_0020: { V_0 = (bool)0; BetterList_1_t2105966071 * L_4 = ___indices0; NullCheck(L_4); int32_t L_5 = L_4->get_size_1(); __this->set_m_realIndices_12(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_5))); } IL_0033: { bool L_6 = V_0; if (!L_6) { goto IL_0094; } } { V_1 = 0; goto IL_0083; } IL_0040: { bool L_7 = V_0; if (L_7) { goto IL_005a; } } { Int32U5BU5D_t385246372* L_8 = __this->get_m_realIndices_12(); int32_t L_9 = V_1; BetterList_1_t2105966071 * L_10 = ___indices0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = BetterList_1_get_Item_m629431924(L_10, L_11, /*hidden argument*/BetterList_1_get_Item_m629431924_RuntimeMethod_var); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)L_12); goto IL_007f; } IL_005a: { Int32U5BU5D_t385246372* L_13 = __this->get_m_realIndices_12(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; int32_t L_16 = (L_13)->GetAt(static_cast(L_15)); BetterList_1_t2105966071 * L_17 = ___indices0; int32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = BetterList_1_get_Item_m629431924(L_17, L_18, /*hidden argument*/BetterList_1_get_Item_m629431924_RuntimeMethod_var); if ((((int32_t)L_16) == ((int32_t)L_19))) { goto IL_007f; } } { V_0 = (bool)0; Int32U5BU5D_t385246372* L_20 = __this->get_m_realIndices_12(); int32_t L_21 = V_1; BetterList_1_t2105966071 * L_22 = ___indices0; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = BetterList_1_get_Item_m629431924(L_22, L_23, /*hidden argument*/BetterList_1_get_Item_m629431924_RuntimeMethod_var); NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (int32_t)L_24); } IL_007f: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0083: { int32_t L_26 = V_1; BetterList_1_t2105966071 * L_27 = ___indices0; NullCheck(L_27); int32_t L_28 = L_27->get_size_1(); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_0040; } } { goto IL_00ba; } IL_0094: { V_2 = 0; goto IL_00ae; } IL_009b: { Int32U5BU5D_t385246372* L_29 = __this->get_m_realIndices_12(); int32_t L_30 = V_2; BetterList_1_t2105966071 * L_31 = ___indices0; int32_t L_32 = V_2; NullCheck(L_31); int32_t L_33 = BetterList_1_get_Item_m629431924(L_31, L_32, /*hidden argument*/BetterList_1_get_Item_m629431924_RuntimeMethod_var); NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (int32_t)L_33); int32_t L_34 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00ae: { int32_t L_35 = V_2; BetterList_1_t2105966071 * L_36 = ___indices0; NullCheck(L_36); int32_t L_37 = L_36->get_size_1(); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_009b; } } IL_00ba: { bool L_38 = V_0; return (bool)((((int32_t)L_38) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void EquipBtnList::.ctor() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList__ctor_m1629103145 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void EquipBtnList::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_OnPageInit_m2221758996 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipBtnList_OnPageInit_m2221758996_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_8(); if (L_0) { goto IL_0426; } } { __this->set_isPageInit_8((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, _stringLiteral1149114758, /*hidden argument*/NULL); __this->set_m_GroupUIRoot_2(L_2); __this->set_m_btnActive_3(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); GameObjectU5BU5D_t3328599146* L_3 = __this->get_m_btnActive_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, _stringLiteral665719821, /*hidden argument*/NULL); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_6); GameObjectU5BU5D_t3328599146* L_7 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral144454333, /*hidden argument*/NULL); NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_10); GameObjectU5BU5D_t3328599146* L_11 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral2104097530, /*hidden argument*/NULL); NullCheck(L_13); GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(L_13, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(2), (GameObject_t1113636619 *)L_14); GameObjectU5BU5D_t3328599146* L_15 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_16, _stringLiteral3246474165, /*hidden argument*/NULL); NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(3), (GameObject_t1113636619 *)L_18); GameObjectU5BU5D_t3328599146* L_19 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral1857410798, /*hidden argument*/NULL); NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(4), (GameObject_t1113636619 *)L_22); GameObjectU5BU5D_t3328599146* L_23 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral3514180846, /*hidden argument*/NULL); NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_26); (L_23)->SetAt(static_cast(5), (GameObject_t1113636619 *)L_26); GameObjectU5BU5D_t3328599146* L_27 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral3494250315, /*hidden argument*/NULL); NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(6), (GameObject_t1113636619 *)L_30); GameObjectU5BU5D_t3328599146* L_31 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral92871116, /*hidden argument*/NULL); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(7), (GameObject_t1113636619 *)L_34); GameObjectU5BU5D_t3328599146* L_35 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral3348737040, /*hidden argument*/NULL); NullCheck(L_37); GameObject_t1113636619 * L_38 = Component_get_gameObject_m442555142(L_37, /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(8), (GameObject_t1113636619 *)L_38); GameObjectU5BU5D_t3328599146* L_39 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_40); Transform_t3600365921 * L_41 = Transform_Find_m1729760951(L_40, _stringLiteral2583482178, /*hidden argument*/NULL); NullCheck(L_41); GameObject_t1113636619 * L_42 = Component_get_gameObject_m442555142(L_41, /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(((int32_t)9)), (GameObject_t1113636619 *)L_42); GameObjectU5BU5D_t3328599146* L_43 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_44, _stringLiteral1951204832, /*hidden argument*/NULL); NullCheck(L_45); GameObject_t1113636619 * L_46 = Component_get_gameObject_m442555142(L_45, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(((int32_t)10)), (GameObject_t1113636619 *)L_46); GameObjectU5BU5D_t3328599146* L_47 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_48 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_48); Transform_t3600365921 * L_49 = Transform_Find_m1729760951(L_48, _stringLiteral2804039330, /*hidden argument*/NULL); NullCheck(L_49); GameObject_t1113636619 * L_50 = Component_get_gameObject_m442555142(L_49, /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_50); (L_47)->SetAt(static_cast(((int32_t)11)), (GameObject_t1113636619 *)L_50); GameObjectU5BU5D_t3328599146* L_51 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_52 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_52); Transform_t3600365921 * L_53 = Transform_Find_m1729760951(L_52, _stringLiteral1186599092, /*hidden argument*/NULL); NullCheck(L_53); GameObject_t1113636619 * L_54 = Component_get_gameObject_m442555142(L_53, /*hidden argument*/NULL); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_54); (L_51)->SetAt(static_cast(((int32_t)12)), (GameObject_t1113636619 *)L_54); GameObjectU5BU5D_t3328599146* L_55 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_56); Transform_t3600365921 * L_57 = Transform_Find_m1729760951(L_56, _stringLiteral3635287015, /*hidden argument*/NULL); NullCheck(L_57); GameObject_t1113636619 * L_58 = Component_get_gameObject_m442555142(L_57, /*hidden argument*/NULL); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_58); (L_55)->SetAt(static_cast(((int32_t)13)), (GameObject_t1113636619 *)L_58); GameObjectU5BU5D_t3328599146* L_59 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_60 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_60); Transform_t3600365921 * L_61 = Transform_Find_m1729760951(L_60, _stringLiteral1381125802, /*hidden argument*/NULL); NullCheck(L_61); GameObject_t1113636619 * L_62 = Component_get_gameObject_m442555142(L_61, /*hidden argument*/NULL); NullCheck(L_59); ArrayElementTypeCheck (L_59, L_62); (L_59)->SetAt(static_cast(((int32_t)14)), (GameObject_t1113636619 *)L_62); GameObjectU5BU5D_t3328599146* L_63 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_64 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_64); Transform_t3600365921 * L_65 = Transform_Find_m1729760951(L_64, _stringLiteral1186599092, /*hidden argument*/NULL); NullCheck(L_65); GameObject_t1113636619 * L_66 = Component_get_gameObject_m442555142(L_65, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_66); (L_63)->SetAt(static_cast(((int32_t)15)), (GameObject_t1113636619 *)L_66); __this->set_m_btnDisactive_4(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); GameObjectU5BU5D_t3328599146* L_67 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_68 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_68); Transform_t3600365921 * L_69 = Transform_Find_m1729760951(L_68, _stringLiteral2147293694, /*hidden argument*/NULL); NullCheck(L_69); GameObject_t1113636619 * L_70 = Component_get_gameObject_m442555142(L_69, /*hidden argument*/NULL); NullCheck(L_67); ArrayElementTypeCheck (L_67, L_70); (L_67)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_70); GameObjectU5BU5D_t3328599146* L_71 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_72 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_72); Transform_t3600365921 * L_73 = Transform_Find_m1729760951(L_72, _stringLiteral1626028206, /*hidden argument*/NULL); NullCheck(L_73); GameObject_t1113636619 * L_74 = Component_get_gameObject_m442555142(L_73, /*hidden argument*/NULL); NullCheck(L_71); ArrayElementTypeCheck (L_71, L_74); (L_71)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_74); GameObjectU5BU5D_t3328599146* L_75 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_76 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_76); Transform_t3600365921 * L_77 = Transform_Find_m1729760951(L_76, _stringLiteral3594060011, /*hidden argument*/NULL); NullCheck(L_77); GameObject_t1113636619 * L_78 = Component_get_gameObject_m442555142(L_77, /*hidden argument*/NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_78); (L_75)->SetAt(static_cast(2), (GameObject_t1113636619 *)L_78); GameObjectU5BU5D_t3328599146* L_79 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_80 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_80); Transform_t3600365921 * L_81 = Transform_Find_m1729760951(L_80, _stringLiteral433211814, /*hidden argument*/NULL); NullCheck(L_81); GameObject_t1113636619 * L_82 = Component_get_gameObject_m442555142(L_81, /*hidden argument*/NULL); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_82); (L_79)->SetAt(static_cast(3), (GameObject_t1113636619 *)L_82); GameObjectU5BU5D_t3328599146* L_83 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_84 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_84); Transform_t3600365921 * L_85 = Transform_Find_m1729760951(L_84, _stringLiteral3338984671, /*hidden argument*/NULL); NullCheck(L_85); GameObject_t1113636619 * L_86 = Component_get_gameObject_m442555142(L_85, /*hidden argument*/NULL); NullCheck(L_83); ArrayElementTypeCheck (L_83, L_86); (L_83)->SetAt(static_cast(4), (GameObject_t1113636619 *)L_86); GameObjectU5BU5D_t3328599146* L_87 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_88 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_88); Transform_t3600365921 * L_89 = Transform_Find_m1729760951(L_88, _stringLiteral709176031, /*hidden argument*/NULL); NullCheck(L_89); GameObject_t1113636619 * L_90 = Component_get_gameObject_m442555142(L_89, /*hidden argument*/NULL); NullCheck(L_87); ArrayElementTypeCheck (L_87, L_90); (L_87)->SetAt(static_cast(5), (GameObject_t1113636619 *)L_90); GameObjectU5BU5D_t3328599146* L_91 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_92 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_92); Transform_t3600365921 * L_93 = Transform_Find_m1729760951(L_92, _stringLiteral689245500, /*hidden argument*/NULL); NullCheck(L_93); GameObject_t1113636619 * L_94 = Component_get_gameObject_m442555142(L_93, /*hidden argument*/NULL); NullCheck(L_91); ArrayElementTypeCheck (L_91, L_94); (L_91)->SetAt(static_cast(6), (GameObject_t1113636619 *)L_94); GameObjectU5BU5D_t3328599146* L_95 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_96 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_96); Transform_t3600365921 * L_97 = Transform_Find_m1729760951(L_96, _stringLiteral1574576061, /*hidden argument*/NULL); NullCheck(L_97); GameObject_t1113636619 * L_98 = Component_get_gameObject_m442555142(L_97, /*hidden argument*/NULL); NullCheck(L_95); ArrayElementTypeCheck (L_95, L_98); (L_95)->SetAt(static_cast(7), (GameObject_t1113636619 *)L_98); GameObjectU5BU5D_t3328599146* L_99 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_100 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_100); Transform_t3600365921 * L_101 = Transform_Find_m1729760951(L_100, _stringLiteral535343617, /*hidden argument*/NULL); NullCheck(L_101); GameObject_t1113636619 * L_102 = Component_get_gameObject_m442555142(L_101, /*hidden argument*/NULL); NullCheck(L_99); ArrayElementTypeCheck (L_99, L_102); (L_99)->SetAt(static_cast(8), (GameObject_t1113636619 *)L_102); GameObjectU5BU5D_t3328599146* L_103 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_104 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_104); Transform_t3600365921 * L_105 = Transform_Find_m1729760951(L_104, _stringLiteral2412639282, /*hidden argument*/NULL); NullCheck(L_105); GameObject_t1113636619 * L_106 = Component_get_gameObject_m442555142(L_105, /*hidden argument*/NULL); NullCheck(L_103); ArrayElementTypeCheck (L_103, L_106); (L_103)->SetAt(static_cast(((int32_t)9)), (GameObject_t1113636619 *)L_106); GameObjectU5BU5D_t3328599146* L_107 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_108 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_108); Transform_t3600365921 * L_109 = Transform_Find_m1729760951(L_108, _stringLiteral2621612412, /*hidden argument*/NULL); NullCheck(L_109); GameObject_t1113636619 * L_110 = Component_get_gameObject_m442555142(L_109, /*hidden argument*/NULL); NullCheck(L_107); ArrayElementTypeCheck (L_107, L_110); (L_107)->SetAt(static_cast(((int32_t)10)), (GameObject_t1113636619 *)L_110); GameObjectU5BU5D_t3328599146* L_111 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_112 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_112); Transform_t3600365921 * L_113 = Transform_Find_m1729760951(L_112, _stringLiteral1033698272, /*hidden argument*/NULL); NullCheck(L_113); GameObject_t1113636619 * L_114 = Component_get_gameObject_m442555142(L_113, /*hidden argument*/NULL); NullCheck(L_111); ArrayElementTypeCheck (L_111, L_114); (L_111)->SetAt(static_cast(((int32_t)11)), (GameObject_t1113636619 *)L_114); GameObjectU5BU5D_t3328599146* L_115 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_116 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_116); Transform_t3600365921 * L_117 = Transform_Find_m1729760951(L_116, _stringLiteral539206096, /*hidden argument*/NULL); NullCheck(L_117); GameObject_t1113636619 * L_118 = Component_get_gameObject_m442555142(L_117, /*hidden argument*/NULL); NullCheck(L_115); ArrayElementTypeCheck (L_115, L_118); (L_115)->SetAt(static_cast(((int32_t)12)), (GameObject_t1113636619 *)L_118); GameObjectU5BU5D_t3328599146* L_119 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_120 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_120); Transform_t3600365921 * L_121 = Transform_Find_m1729760951(L_120, _stringLiteral1081812800, /*hidden argument*/NULL); NullCheck(L_121); GameObject_t1113636619 * L_122 = Component_get_gameObject_m442555142(L_121, /*hidden argument*/NULL); NullCheck(L_119); ArrayElementTypeCheck (L_119, L_122); (L_119)->SetAt(static_cast(((int32_t)13)), (GameObject_t1113636619 *)L_122); GameObjectU5BU5D_t3328599146* L_123 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_124 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_124); Transform_t3600365921 * L_125 = Transform_Find_m1729760951(L_124, _stringLiteral740461280, /*hidden argument*/NULL); NullCheck(L_125); GameObject_t1113636619 * L_126 = Component_get_gameObject_m442555142(L_125, /*hidden argument*/NULL); NullCheck(L_123); ArrayElementTypeCheck (L_123, L_126); (L_123)->SetAt(static_cast(((int32_t)14)), (GameObject_t1113636619 *)L_126); GameObjectU5BU5D_t3328599146* L_127 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_128 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_128); Transform_t3600365921 * L_129 = Transform_Find_m1729760951(L_128, _stringLiteral539206096, /*hidden argument*/NULL); NullCheck(L_129); GameObject_t1113636619 * L_130 = Component_get_gameObject_m442555142(L_129, /*hidden argument*/NULL); NullCheck(L_127); ArrayElementTypeCheck (L_127, L_130); (L_127)->SetAt(static_cast(((int32_t)15)), (GameObject_t1113636619 *)L_130); Transform_t3600365921 * L_131 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_131); Transform_t3600365921 * L_132 = Transform_Find_m1729760951(L_131, _stringLiteral1205032923, /*hidden argument*/NULL); NullCheck(L_132); GameObject_t1113636619 * L_133 = Component_get_gameObject_m442555142(L_132, /*hidden argument*/NULL); __this->set_m_btnSocks_5(L_133); Transform_t3600365921 * L_134 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_134); Transform_t3600365921 * L_135 = Transform_Find_m1729760951(L_134, _stringLiteral3727304951, /*hidden argument*/NULL); NullCheck(L_135); GameObject_t1113636619 * L_136 = Component_get_gameObject_m442555142(L_135, /*hidden argument*/NULL); __this->set_m_btnDress_6(L_136); } IL_0426: { return; } } // System.Void EquipBtnList::Awake() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_Awake_m2260217064 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { { __this->set_m_CurActivePage_9((-1)); __this->set_m_bChangeGroup_10((bool)0); __this->set_m_turnPageType_11(0); __this->set_m_bChangeTimeLabor_12((-1.0f)); return; } } // System.Void EquipBtnList::Start() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_Start_m3318008057 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipBtnList_Start_m3318008057_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; UIPanel_t1716472341 * V_3 = NULL; Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_0 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); float L_1 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; float L_3 = V_0; V_1 = L_3; float L_4 = V_0; V_2 = L_4; UIPanel_t1716472341 * L_5 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); V_3 = L_5; UIPanel_t1716472341 * L_6 = V_3; NullCheck(L_6); Vector4_t3319028937 L_7 = UIPanel_get_clipRange_m1219521389(L_6, /*hidden argument*/NULL); V_4 = L_7; Vector4_t3319028937 * L_8 = (&V_4); float L_9 = L_8->get_x_1(); float L_10 = V_1; L_8->set_x_1(((float)il2cpp_codegen_multiply((float)L_9, (float)L_10))); Vector4_t3319028937 * L_11 = (&V_4); float L_12 = L_11->get_y_2(); float L_13 = V_2; L_11->set_y_2(((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))); Vector4_t3319028937 * L_14 = (&V_4); float L_15 = L_14->get_z_3(); float L_16 = V_1; L_14->set_z_3(((float)il2cpp_codegen_multiply((float)L_15, (float)L_16))); Vector4_t3319028937 * L_17 = (&V_4); float L_18 = L_17->get_w_4(); float L_19 = V_2; L_17->set_w_4(((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))); UIPanel_t1716472341 * L_20 = V_3; Vector4_t3319028937 L_21 = V_4; NullCheck(L_20); UIPanel_set_clipRange_m2606321132(L_20, L_21, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_localPosition_m4234289348(L_22, /*hidden argument*/NULL); V_5 = L_23; Vector3_t3722313464 * L_24 = (&V_5); float L_25 = L_24->get_x_1(); float L_26 = V_1; L_24->set_x_1(((float)il2cpp_codegen_multiply((float)L_25, (float)L_26))); Vector3_t3722313464 * L_27 = (&V_5); float L_28 = L_27->get_y_2(); float L_29 = V_2; L_27->set_y_2(((float)il2cpp_codegen_multiply((float)L_28, (float)L_29))); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_31 = V_5; NullCheck(L_30); Transform_set_localPosition_m4128471975(L_30, L_31, /*hidden argument*/NULL); return; } } // System.Void EquipBtnList::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_OnPageShow_m659243504 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipBtnList_OnPageShow_m659243504_MetadataUsageId); s_Il2CppMethodInitialized = true; } EquipBtnList_t3873379494 * G_B2_0 = NULL; EquipBtnList_t3873379494 * G_B1_0 = NULL; int32_t G_B3_0 = 0; EquipBtnList_t3873379494 * G_B3_1 = NULL; { __this->set_m_CurActivePage_9((-1)); 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); int32_t L_1 = CWndController_get_ActivePage_m2720187282(L_0, /*hidden argument*/NULL); G_B1_0 = __this; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { G_B2_0 = __this; goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_2 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CShopManager_get_SubType_m2767904395(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0031; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_4 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CMyPackageManager_get_SubType_m1800568071(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); EquipBtnList_ChangePage_m3144168871(G_B3_1, G_B3_0, /*hidden argument*/NULL); EquipBtnList_ChangeBtnGroup_m1363187265(__this, 0, /*hidden argument*/NULL); __this->set_m_bChangeTimeLabor_12((0.31f)); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); 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); return; } } // System.Void EquipBtnList::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_OnPageHide_m3347250340 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { { 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); return; } } // System.Void EquipBtnList::Update() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_Update_m1169223705 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_CurActivePage_9(); if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_000d; } } { return; } IL_000d: { EquipBtnList_OnChangeGroupAnim_m3419280292(__this, /*hidden argument*/NULL); return; } } // System.Void EquipBtnList::SetChangedHandle(EquipBtnList/ChangeHandler) extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_SetChangedHandle_m4219876733 (EquipBtnList_t3873379494 * __this, ChangeHandler_t485992566 * ___handler0, const RuntimeMethod* method) { { ChangeHandler_t485992566 * L_0 = ___handler0; __this->set_m_changeHandler_7(L_0); return; } } // System.Void EquipBtnList::ChangePage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_ChangePage_m3144168871 (EquipBtnList_t3873379494 * __this, int32_t ___nPageIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipBtnList_ChangePage_m3144168871_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t G_B6_0 = 0; { int32_t L_0 = ___nPageIndex0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, 0, ((int32_t)16), /*hidden argument*/NULL); ___nPageIndex0 = L_1; int32_t L_2 = ___nPageIndex0; int32_t L_3 = __this->get_m_CurActivePage_9(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0018; } } { return; } IL_0018: { V_0 = 0; goto IL_0093; } IL_001f: { int32_t L_4 = V_0; int32_t L_5 = ___nPageIndex0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_002c; } } { G_B6_0 = 1; goto IL_002d; } IL_002c: { G_B6_0 = 0; } IL_002d: { V_1 = (bool)G_B6_0; GameObjectU5BU5D_t3328599146* L_6 = __this->get_m_btnActive_3(); NullCheck(L_6); int32_t L_7 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)L_7))) { goto IL_005d; } } { GameObjectU5BU5D_t3328599146* L_8 = __this->get_m_btnActive_3(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; GameObject_t1113636619 * L_11 = (L_8)->GetAt(static_cast(L_10)); 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_005d; } } { GameObjectU5BU5D_t3328599146* L_13 = __this->get_m_btnActive_3(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; GameObject_t1113636619 * L_16 = (L_13)->GetAt(static_cast(L_15)); bool L_17 = V_1; NullCheck(L_16); GameObject_SetActive_m796801857(L_16, L_17, /*hidden argument*/NULL); } IL_005d: { GameObjectU5BU5D_t3328599146* L_18 = __this->get_m_btnDisactive_4(); NullCheck(L_18); int32_t L_19 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) <= ((int32_t)L_19))) { goto IL_008f; } } { GameObjectU5BU5D_t3328599146* L_20 = __this->get_m_btnDisactive_4(); int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; GameObject_t1113636619 * L_23 = (L_20)->GetAt(static_cast(L_22)); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_008f; } } { GameObjectU5BU5D_t3328599146* L_25 = __this->get_m_btnDisactive_4(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; GameObject_t1113636619 * L_28 = (L_25)->GetAt(static_cast(L_27)); bool L_29 = V_1; NullCheck(L_28); GameObject_SetActive_m796801857(L_28, (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_008f: { int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0093: { int32_t L_31 = V_0; if ((((int32_t)L_31) < ((int32_t)((int32_t)17)))) { goto IL_001f; } } { EquipBtnList_Update_m1169223705(__this, /*hidden argument*/NULL); ChangeHandler_t485992566 * L_32 = __this->get_m_changeHandler_7(); if (!L_32) { goto IL_00c1; } } { ChangeHandler_t485992566 * L_33 = __this->get_m_changeHandler_7(); int32_t L_34 = ___nPageIndex0; int32_t L_35 = __this->get_m_CurActivePage_9(); NullCheck(L_33); ChangeHandler_Invoke_m500373035(L_33, L_34, (bool)((((int32_t)L_35) == ((int32_t)(-1)))? 1 : 0), /*hidden argument*/NULL); } IL_00c1: { int32_t L_36 = ___nPageIndex0; __this->set_m_CurActivePage_9(L_36); return; } } // System.Void EquipBtnList::OnUpdataRoleSex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_OnUpdataRoleSex_m879931539 (EquipBtnList_t3873379494 * __this, int32_t ___nSex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipBtnList_OnUpdataRoleSex_m879931539_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nSex0; if (L_0) { goto IL_0059; } } { GameObject_t1113636619 * L_1 = __this->get_m_btnSocks_5(); NullCheck(L_1); Collider_t1773347010 * L_2 = GameObject_GetComponent_TisCollider_t1773347010_m69509314(L_1, /*hidden argument*/GameObject_GetComponent_TisCollider_t1773347010_m69509314_RuntimeMethod_var); NullCheck(L_2); Collider_set_enabled_m1517463283(L_2, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = __this->get_m_btnDress_6(); NullCheck(L_3); Collider_t1773347010 * L_4 = GameObject_GetComponent_TisCollider_t1773347010_m69509314(L_3, /*hidden argument*/GameObject_GetComponent_TisCollider_t1773347010_m69509314_RuntimeMethod_var); NullCheck(L_4); Collider_set_enabled_m1517463283(L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_btnSocks_5(); Color_t2555686324 L_6 = Color_get_grey_m3440705476(NULL /*static, unused*/, /*hidden argument*/NULL); TweenColor_Begin_m3907232889(NULL /*static, unused*/, L_5, (1.0f), L_6, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = __this->get_m_btnDress_6(); Color_t2555686324 L_8 = Color_get_grey_m3440705476(NULL /*static, unused*/, /*hidden argument*/NULL); TweenColor_Begin_m3907232889(NULL /*static, unused*/, L_7, (1.0f), L_8, /*hidden argument*/NULL); goto IL_00ae; } IL_0059: { int32_t L_9 = ___nSex0; if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_00ae; } } { GameObject_t1113636619 * L_10 = __this->get_m_btnSocks_5(); NullCheck(L_10); Collider_t1773347010 * L_11 = GameObject_GetComponent_TisCollider_t1773347010_m69509314(L_10, /*hidden argument*/GameObject_GetComponent_TisCollider_t1773347010_m69509314_RuntimeMethod_var); NullCheck(L_11); Collider_set_enabled_m1517463283(L_11, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_12 = __this->get_m_btnDress_6(); NullCheck(L_12); Collider_t1773347010 * L_13 = GameObject_GetComponent_TisCollider_t1773347010_m69509314(L_12, /*hidden argument*/GameObject_GetComponent_TisCollider_t1773347010_m69509314_RuntimeMethod_var); NullCheck(L_13); Collider_set_enabled_m1517463283(L_13, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = __this->get_m_btnSocks_5(); Color_t2555686324 L_15 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); TweenColor_Begin_m3907232889(NULL /*static, unused*/, L_14, (1.0f), L_15, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = __this->get_m_btnDress_6(); Color_t2555686324 L_17 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); TweenColor_Begin_m3907232889(NULL /*static, unused*/, L_16, (1.0f), L_17, /*hidden argument*/NULL); } IL_00ae: { return; } } // System.Void EquipBtnList::OnChangeGroupAnim() extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_OnChangeGroupAnim_m3419280292 (EquipBtnList_t3873379494 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipBtnList_OnChangeGroupAnim_m3419280292_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { bool L_0 = __this->get_m_bChangeGroup_10(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = (0.3f); float L_1 = __this->get_m_bChangeTimeLabor_12(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bChangeTimeLabor_12(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); float L_3 = __this->get_m_bChangeTimeLabor_12(); float L_4 = V_0; V_1 = ((float)((float)L_3/(float)L_4)); float L_5 = V_1; if ((((float)(1.0f)) <= ((float)L_5))) { goto IL_0043; } } { int32_t L_6 = __this->get_m_turnPageType_11(); if (L_6) { goto IL_005b; } } IL_0043: { __this->set_m_bChangeGroup_10((bool)0); __this->set_m_bChangeTimeLabor_12((-1.0f)); V_1 = (1.0f); } IL_005b: { V_2 = (-50.0f); int32_t L_7 = __this->get_m_turnPageType_11(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0083; } } { float L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_9 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (-50.0f), (346.0f), L_8, /*hidden argument*/NULL); V_2 = L_9; goto IL_00e4; } IL_0083: { int32_t L_10 = __this->get_m_turnPageType_11(); if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_00a5; } } { float L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_12 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (346.0f), (-50.0f), L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_00e4; } IL_00a5: { int32_t L_13 = __this->get_m_turnPageType_11(); if ((!(((uint32_t)L_13) == ((uint32_t)3)))) { goto IL_00c7; } } { float L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_15 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (346.0f), (742.0f), L_14, /*hidden argument*/NULL); V_2 = L_15; goto IL_00e4; } IL_00c7: { int32_t L_16 = __this->get_m_turnPageType_11(); if ((!(((uint32_t)L_16) == ((uint32_t)4)))) { goto IL_00e4; } } { float L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_18 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (742.0f), (346.0f), L_17, /*hidden argument*/NULL); V_2 = L_18; } IL_00e4: { Transform_t3600365921 * L_19 = __this->get_m_GroupUIRoot_2(); NullCheck(L_19); Vector3_t3722313464 L_20 = Transform_get_localPosition_m4234289348(L_19, /*hidden argument*/NULL); V_3 = L_20; float L_21 = V_2; (&V_3)->set_y_2(L_21); Transform_t3600365921 * L_22 = __this->get_m_GroupUIRoot_2(); Vector3_t3722313464 L_23 = V_3; NullCheck(L_22); Transform_set_localPosition_m4128471975(L_22, L_23, /*hidden argument*/NULL); return; } } // System.Void EquipBtnList::OnClkItemCallBack(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_OnClkItemCallBack_m2980665403 (EquipBtnList_t3873379494 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipBtnList_OnClkItemCallBack_m2980665403_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { GameObject_t1113636619 * L_0 = ___obj0; NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_get_parent_m835071599(L_1, /*hidden argument*/NULL); NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = Object_get_name_m4211327027(L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_0258; } } { Dictionary_2_t2736202052 * L_6 = ((EquipBtnList_t3873379494_StaticFields*)il2cpp_codegen_static_fields_for(EquipBtnList_t3873379494_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapB_13(); if (L_6) { goto IL_0115; } } { Dictionary_2_t2736202052 * L_7 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_7, ((int32_t)18), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_7; Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3386682707, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral3386682738, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral3386682765, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral3386682796, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral3386682575, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_1; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral3386682606, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_1; NullCheck(L_14); Dictionary_2_Add_m282647386(L_14, _stringLiteral3386682633, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_15 = V_1; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral3386682664, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_1; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral3386682971, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_1; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral3386683002, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_1; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral3062225681, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_1; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral3047742225, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_1; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral3049773841, ((int32_t)12), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_1; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral3051543313, ((int32_t)13), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_1; NullCheck(L_22); Dictionary_2_Add_m282647386(L_22, _stringLiteral3053574929, ((int32_t)14), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_23 = V_1; NullCheck(L_23); Dictionary_2_Add_m282647386(L_23, _stringLiteral3039091473, ((int32_t)15), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_24 = V_1; NullCheck(L_24); Dictionary_2_Add_m282647386(L_24, _stringLiteral3041123089, ((int32_t)16), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_25 = V_1; NullCheck(L_25); Dictionary_2_Add_m282647386(L_25, _stringLiteral3042892561, ((int32_t)17), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_26 = V_1; ((EquipBtnList_t3873379494_StaticFields*)il2cpp_codegen_static_fields_for(EquipBtnList_t3873379494_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24mapB_13(L_26); } IL_0115: { Dictionary_2_t2736202052 * L_27 = ((EquipBtnList_t3873379494_StaticFields*)il2cpp_codegen_static_fields_for(EquipBtnList_t3873379494_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapB_13(); String_t* L_28 = V_0; NullCheck(L_27); bool L_29 = Dictionary_2_TryGetValue_m1013208020(L_27, L_28, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_29) { goto IL_0258; } } { int32_t L_30 = V_2; switch (L_30) { case 0: { goto IL_017a; } case 1: { goto IL_0186; } case 2: { goto IL_0192; } case 3: { goto IL_019e; } case 4: { goto IL_01aa; } case 5: { goto IL_01b6; } case 6: { goto IL_01c2; } case 7: { goto IL_01ce; } case 8: { goto IL_01db; } case 9: { goto IL_01e8; } case 10: { goto IL_01f5; } case 11: { goto IL_0202; } case 12: { goto IL_020e; } case 13: { goto IL_021a; } case 14: { goto IL_0226; } case 15: { goto IL_0233; } case 16: { goto IL_0240; } case 17: { goto IL_024c; } } } { goto IL_0258; } IL_017a: { EquipBtnList_ChangePage_m3144168871(__this, 0, /*hidden argument*/NULL); goto IL_0258; } IL_0186: { EquipBtnList_ChangePage_m3144168871(__this, 2, /*hidden argument*/NULL); goto IL_0258; } IL_0192: { EquipBtnList_ChangePage_m3144168871(__this, 3, /*hidden argument*/NULL); goto IL_0258; } IL_019e: { EquipBtnList_ChangePage_m3144168871(__this, 4, /*hidden argument*/NULL); goto IL_0258; } IL_01aa: { EquipBtnList_ChangePage_m3144168871(__this, 5, /*hidden argument*/NULL); goto IL_0258; } IL_01b6: { EquipBtnList_ChangeBtnGroup_m1363187265(__this, 1, /*hidden argument*/NULL); goto IL_0258; } IL_01c2: { EquipBtnList_ChangeBtnGroup_m1363187265(__this, 2, /*hidden argument*/NULL); goto IL_0258; } IL_01ce: { EquipBtnList_ChangePage_m3144168871(__this, ((int32_t)16), /*hidden argument*/NULL); goto IL_0258; } IL_01db: { EquipBtnList_ChangePage_m3144168871(__this, ((int32_t)12), /*hidden argument*/NULL); goto IL_0258; } IL_01e8: { EquipBtnList_ChangePage_m3144168871(__this, ((int32_t)13), /*hidden argument*/NULL); goto IL_0258; } IL_01f5: { EquipBtnList_ChangePage_m3144168871(__this, ((int32_t)14), /*hidden argument*/NULL); goto IL_0258; } IL_0202: { EquipBtnList_ChangeBtnGroup_m1363187265(__this, 3, /*hidden argument*/NULL); goto IL_0258; } IL_020e: { EquipBtnList_ChangeBtnGroup_m1363187265(__this, 4, /*hidden argument*/NULL); goto IL_0258; } IL_021a: { EquipBtnList_ChangePage_m3144168871(__this, 6, /*hidden argument*/NULL); goto IL_0258; } IL_0226: { EquipBtnList_ChangePage_m3144168871(__this, ((int32_t)11), /*hidden argument*/NULL); goto IL_0258; } IL_0233: { EquipBtnList_ChangePage_m3144168871(__this, ((int32_t)15), /*hidden argument*/NULL); goto IL_0258; } IL_0240: { EquipBtnList_ChangePage_m3144168871(__this, 1, /*hidden argument*/NULL); goto IL_0258; } IL_024c: { EquipBtnList_ChangePage_m3144168871(__this, 2, /*hidden argument*/NULL); goto IL_0258; } IL_0258: { return; } } // System.Void EquipBtnList::ChangeBtnGroup(TurnPageType) extern "C" IL2CPP_METHOD_ATTR void EquipBtnList_ChangeBtnGroup_m1363187265 (EquipBtnList_t3873379494 * __this, int32_t ___type0, const RuntimeMethod* method) { { __this->set_m_bChangeGroup_10((bool)1); int32_t L_0 = ___type0; __this->set_m_turnPageType_11(L_0); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bChangeTimeLabor_12(((-L_1))); EquipBtnList_OnChangeGroupAnim_m3419280292(__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 extern "C" void DelegatePInvokeWrapper_ChangeHandler_t485992566 (ChangeHandler_t485992566 * __this, int32_t ___nPageIndex0, bool ___bInit1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___nPageIndex0, static_cast(___bInit1)); } // System.Void EquipBtnList/ChangeHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler__ctor_m2656526801 (ChangeHandler_t485992566 * __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 EquipBtnList/ChangeHandler::Invoke(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler_Invoke_m500373035 (ChangeHandler_t485992566 * __this, int32_t ___nPageIndex0, bool ___bInit1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ChangeHandler_Invoke_m500373035((ChangeHandler_t485992566 *)__this->get_prev_9(), ___nPageIndex0, ___bInit1, 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 *, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___nPageIndex0, ___bInit1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___nPageIndex0, ___bInit1, 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)) GenericInterfaceActionInvoker2< int32_t, bool >::Invoke(targetMethod, targetThis, ___nPageIndex0, ___bInit1); else GenericVirtActionInvoker2< int32_t, bool >::Invoke(targetMethod, targetThis, ___nPageIndex0, ___bInit1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___nPageIndex0, ___bInit1); else VirtActionInvoker2< int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___nPageIndex0, ___bInit1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___nPageIndex0, ___bInit1, targetMethod); } } } } // System.IAsyncResult EquipBtnList/ChangeHandler::BeginInvoke(System.Int32,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ChangeHandler_BeginInvoke_m3815503948 (ChangeHandler_t485992566 * __this, int32_t ___nPageIndex0, bool ___bInit1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChangeHandler_BeginInvoke_m3815503948_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___nPageIndex0); __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bInit1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void EquipBtnList/ChangeHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler_EndInvoke_m496693938 (ChangeHandler_t485992566 * __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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FashionInfo::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionInfo__ctor_m2600320743 (FashionInfo_t4031689189 * __this, int32_t ___id0, bool ___active1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; FashionInfo_set_Id_m1815662826(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___active1; FashionInfo_set_Active_m313017122(__this, L_1, /*hidden argument*/NULL); return; } } // System.Int32 FashionInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t FashionInfo_get_Id_m697688786 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIdU3Ek__BackingField_0(); return L_0; } } // System.Void FashionInfo::set_Id(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FashionInfo_set_Id_m1815662826 (FashionInfo_t4031689189 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_0(L_0); return; } } // System.String FashionInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* FashionInfo_get_Name_m1351023477 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method) { { CShopConfig_t202154353 * L_0 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = FashionInfo_get_Id_m697688786(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_2 = CShopConfig_GetName_m2272590700(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String FashionInfo::get_QualityIcon() extern "C" IL2CPP_METHOD_ATTR String_t* FashionInfo_get_QualityIcon_m3471011980 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method) { { CShopConfig_t202154353 * L_0 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = FashionInfo_get_Id_m697688786(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_2 = CShopConfig_GetQualityLevelIcon_m3028294132(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 FashionInfo::get_StarValue() extern "C" IL2CPP_METHOD_ATTR int32_t FashionInfo_get_StarValue_m899929945 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method) { { CShopConfig_t202154353 * L_0 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = FashionInfo_get_Id_m697688786(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_2 = CShopConfig_GetFashionStarValue_m917168571(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String FashionInfo::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* FashionInfo_get_Desc_m2734929571 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDescU3Ek__BackingField_1(); return L_0; } } // System.Void FashionInfo::set_Desc(System.String) extern "C" IL2CPP_METHOD_ATTR void FashionInfo_set_Desc_m2979688816 (FashionInfo_t4031689189 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CDescU3Ek__BackingField_1(L_0); return; } } // System.Boolean FashionInfo::get_Active() extern "C" IL2CPP_METHOD_ATTR bool FashionInfo_get_Active_m2635181132 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CActiveU3Ek__BackingField_2(); return L_0; } } // System.Void FashionInfo::set_Active(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionInfo_set_Active_m313017122 (FashionInfo_t4031689189 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CActiveU3Ek__BackingField_2(L_0); return; } } // System.String FashionInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* FashionInfo_ToString_m3460295704 (FashionInfo_t4031689189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionInfo_ToString_m3460295704_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_1 = FashionInfo_get_Id_m697688786(__this, /*hidden argument*/NULL); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_3); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_0; String_t* L_5 = FashionInfo_get_Name_m1351023477(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_4; String_t* L_7 = FashionInfo_get_Desc_m2734929571(__this, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_6; bool L_9 = FashionInfo_get_Active_m2635181132(__this, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = Boolean_ToString_m2664721875((&V_0), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(3), (RuntimeObject *)L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral990489951, L_8, /*hidden argument*/NULL); return L_11; } } #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 FashionStarsManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager__ctor_m1641051994 (FashionStarsManager_t4100381698 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionStarsManager__ctor_m1641051994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral3883940818, 0, /*hidden argument*/NULL); FashionStarsManager_set_CurrentFashionStar_m939831440(__this, L_2, /*hidden argument*/NULL); FashionStarsManager_set_IsShowingEffect_m2295144091(__this, (bool)0, /*hidden argument*/NULL); FashionStarsManager_set_IsInitialized_m3758437532(__this, (bool)0, /*hidden argument*/NULL); return; } } // FashionStarsManager FashionStarsManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR FashionStarsManager_t4100381698 * FashionStarsManager_GetInstance_m1993448017 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionStarsManager_GetInstance_m1993448017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FashionStarsManager_t4100381698 * L_0 = ((FashionStarsManager_t4100381698_StaticFields*)il2cpp_codegen_static_fields_for(FashionStarsManager_t4100381698_il2cpp_TypeInfo_var))->get_s_instance_6(); if (L_0) { goto IL_0014; } } { FashionStarsManager_t4100381698 * L_1 = (FashionStarsManager_t4100381698 *)il2cpp_codegen_object_new(FashionStarsManager_t4100381698_il2cpp_TypeInfo_var); FashionStarsManager__ctor_m1641051994(L_1, /*hidden argument*/NULL); ((FashionStarsManager_t4100381698_StaticFields*)il2cpp_codegen_static_fields_for(FashionStarsManager_t4100381698_il2cpp_TypeInfo_var))->set_s_instance_6(L_1); } IL_0014: { FashionStarsManager_t4100381698 * L_2 = ((FashionStarsManager_t4100381698_StaticFields*)il2cpp_codegen_static_fields_for(FashionStarsManager_t4100381698_il2cpp_TypeInfo_var))->get_s_instance_6(); return L_2; } } // System.Void FashionStarsManager::SetFashionStar(System.Int64,UILabel) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_SetFashionStar_m2550379363 (FashionStarsManager_t4100381698 * __this, int64_t ___user_id0, UILabel_t3248798549 * ___obj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionStarsManager_SetFashionStar_m2550379363_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral3883940818, 0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; UILabel_t3248798549 * L_4 = ___obj1; FashionStarsManager_SetFashionStar_m2966179462(__this, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void FashionStarsManager::SetFashionStar(System.Int32,UILabel) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_SetFashionStar_m2966179462 (FashionStarsManager_t4100381698 * __this, int32_t ___fashion_value0, UILabel_t3248798549 * ___obj1, const RuntimeMethod* method) { { UILabel_t3248798549 * L_0 = ___obj1; String_t* L_1 = Int32_ToString_m141394615((&___fashion_value0), /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean FashionStarsManager::IsFashionStarChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool FashionStarsManager_IsFashionStarChanged_m1703782233 (FashionStarsManager_t4100381698 * __this, int32_t ___new_fashion_value0, const RuntimeMethod* method) { { int32_t L_0 = FashionStarsManager_get_CurrentFashionStar_m2219741528(__this, /*hidden argument*/NULL); int32_t L_1 = ___new_fashion_value0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000e; } } { return (bool)0; } IL_000e: { int32_t L_2 = FashionStarsManager_get_CurrentFashionStar_m2219741528(__this, /*hidden argument*/NULL); int32_t L_3 = ___new_fashion_value0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_002c; } } { FashionStarsManager_t4100381698 * L_4 = FashionStarsManager_GetInstance_m1993448017(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); FashionStarsManager_set_IsShowingEffect_m2295144091(L_4, (bool)1, /*hidden argument*/NULL); int32_t L_5 = ___new_fashion_value0; FashionStarsManager_DoChangedFashionStarAnimation_m266867415(__this, L_5, /*hidden argument*/NULL); } IL_002c: { int32_t L_6 = ___new_fashion_value0; FashionStarsManager_set_CurrentFashionStar_m939831440(__this, L_6, /*hidden argument*/NULL); return (bool)1; } } // System.Void FashionStarsManager::set_MainPageFashionChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_MainPageFashionChanged_m3148601828 (FashionStarsManager_t4100381698 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CMainPageFashionChangedU3Ek__BackingField_2(L_0); return; } } // System.Boolean FashionStarsManager::get_MainPageFashionChanged() extern "C" IL2CPP_METHOD_ATTR bool FashionStarsManager_get_MainPageFashionChanged_m1008310173 (FashionStarsManager_t4100381698 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CMainPageFashionChangedU3Ek__BackingField_2(); return L_0; } } // System.Void FashionStarsManager::set_CurrentFashionStar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_CurrentFashionStar_m939831440 (FashionStarsManager_t4100381698 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentFashionStarU3Ek__BackingField_3(L_0); return; } } // System.Int32 FashionStarsManager::get_CurrentFashionStar() extern "C" IL2CPP_METHOD_ATTR int32_t FashionStarsManager_get_CurrentFashionStar_m2219741528 (FashionStarsManager_t4100381698 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentFashionStarU3Ek__BackingField_3(); return L_0; } } // System.Boolean FashionStarsManager::get_IsShowingEffect() extern "C" IL2CPP_METHOD_ATTR bool FashionStarsManager_get_IsShowingEffect_m2236048344 (FashionStarsManager_t4100381698 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsShowingEffectU3Ek__BackingField_4(); return L_0; } } // System.Void FashionStarsManager::set_IsShowingEffect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_IsShowingEffect_m2295144091 (FashionStarsManager_t4100381698 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsShowingEffectU3Ek__BackingField_4(L_0); return; } } // System.Boolean FashionStarsManager::get_IsInitialized() extern "C" IL2CPP_METHOD_ATTR bool FashionStarsManager_get_IsInitialized_m882892860 (FashionStarsManager_t4100381698 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsInitializedU3Ek__BackingField_5(); return L_0; } } // System.Void FashionStarsManager::set_IsInitialized(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_set_IsInitialized_m3758437532 (FashionStarsManager_t4100381698 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsInitializedU3Ek__BackingField_5(L_0); return; } } // System.Void FashionStarsManager::DoChangedFashionStarAnimation(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_DoChangedFashionStarAnimation_m266867415 (FashionStarsManager_t4100381698 * __this, int32_t ___new_fashion_value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionStarsManager_DoChangedFashionStarAnimation_m266867415_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; uiFashionStar_t2192757158 * V_2 = NULL; uiFashionStar_t2192757158 * G_B5_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetUICamera_m3997251255(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_3, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { return; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CWndController_ShowUI_m3552255067(L_5, ((int32_t)80), /*hidden argument*/NULL); CWndController_t749709641 * L_6 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); GameObject_t1113636619 * L_7 = CWndController_CreateDelayBindWnd_m1486584967(L_6, ((int32_t)80), /*hidden argument*/NULL); V_1 = L_7; GameObject_t1113636619 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004e; } } { GameObject_t1113636619 * L_10 = V_1; NullCheck(L_10); uiFashionStar_t2192757158 * L_11 = GameObject_GetComponent_TisuiFashionStar_t2192757158_m1635510198(L_10, /*hidden argument*/GameObject_GetComponent_TisuiFashionStar_t2192757158_m1635510198_RuntimeMethod_var); G_B5_0 = L_11; goto IL_004f; } IL_004e: { G_B5_0 = ((uiFashionStar_t2192757158 *)(NULL)); } IL_004f: { V_2 = G_B5_0; uiFashionStar_t2192757158 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0069; } } { uiFashionStar_t2192757158 * L_14 = V_2; int32_t L_15 = FashionStarsManager_get_CurrentFashionStar_m2219741528(__this, /*hidden argument*/NULL); int32_t L_16 = ___new_fashion_value0; NullCheck(L_14); uiFashionStar_Init_m1112540666(L_14, L_15, L_16, /*hidden argument*/NULL); } IL_0069: { FashionStarsManager_set_MainPageFashionChanged_m3148601828(__this, (bool)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 #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 FashionTagPathItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void FashionTagPathItem__ctor_m76219985 (FashionTagPathItem_t395259518 * __this, const RuntimeMethod* method) { { __this->set_cur_pathID_4((-1)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void FashionTagPathItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void FashionTagPathItem_OnPageInit_m1143674337 (FashionTagPathItem_t395259518 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionTagPathItem_OnPageInit_m1143674337_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); UILabel_t3248798549 * L_1 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_0, _stringLiteral474802092, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_PathName_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_3 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_2, _stringLiteral2675493612, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_texturePic_3(L_3); return; } } // System.Void FashionTagPathItem::Update() extern "C" IL2CPP_METHOD_ATTR void FashionTagPathItem_Update_m2632533445 (FashionTagPathItem_t395259518 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bTextureDone_5(); if (L_0) { goto IL_002d; } } { PathInfo_t2470358406 * L_1 = __this->get_m_pathInfo_6(); if (!L_1) { goto IL_002d; } } { PathInfo_t2470358406 * L_2 = __this->get_m_pathInfo_6(); NullCheck(L_2); String_t* L_3 = PathInfo_get_PicPath_m2883702561(L_2, /*hidden argument*/NULL); bool L_4 = FashionTagPathItem_LoadImage_m2162328927(__this, L_3, /*hidden argument*/NULL); __this->set_m_bTextureDone_5(L_4); } IL_002d: { return; } } // System.Boolean FashionTagPathItem::LoadImage(System.String) extern "C" IL2CPP_METHOD_ATTR bool FashionTagPathItem_LoadImage_m2162328927 (FashionTagPathItem_t395259518 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionTagPathItem_LoadImage_m2162328927_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Texture_t3661962703 * V_1 = NULL; Texture_t3661962703 * V_2 = NULL; float V_3 = 0.0f; { V_0 = (bool)0; 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 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1337935500, L_1, /*hidden argument*/NULL); NullCheck(L_0); Object_t631007953 * L_3 = IResourceManager_CreateResource_m1279813597(L_0, L_2, (bool)1, /*hidden argument*/NULL); V_1 = ((Texture_t3661962703 *)IsInstClass((RuntimeObject*)L_3, Texture_t3661962703_il2cpp_TypeInfo_var)); Texture_t3661962703 * L_4 = V_1; 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_0092; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_6 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); Texture2D_t3840446185 * L_7 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_6, _stringLiteral3071468220); V_2 = L_7; Texture_t3661962703 * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_008d; } } { UITexture_t3471168817 * L_10 = __this->get_m_texturePic_3(); Texture_t3661962703 * L_11 = V_2; NullCheck(L_10); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_10, L_11); float L_12 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_12; float L_13 = V_3; float L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_15 = floorf(L_14); V_3 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)((float)il2cpp_codegen_multiply((float)(360.0f), (float)((float)il2cpp_codegen_subtract((float)L_13, (float)L_15)))))); UITexture_t3471168817 * L_16 = __this->get_m_texturePic_3(); NullCheck(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(L_16, /*hidden argument*/NULL); float L_18 = V_3; Vector3_t3722313464 L_19; memset(&L_19, 0, sizeof(L_19)); Vector3__ctor_m3353183577((&L_19), (0.0f), (0.0f), L_18, /*hidden argument*/NULL); NullCheck(L_17); Transform_set_localEulerAngles_m4202601546(L_17, L_19, /*hidden argument*/NULL); } IL_008d: { goto IL_00b5; } IL_0092: { V_0 = (bool)1; UITexture_t3471168817 * L_20 = __this->get_m_texturePic_3(); Texture_t3661962703 * L_21 = V_1; NullCheck(L_20); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_20, L_21); UITexture_t3471168817 * L_22 = __this->get_m_texturePic_3(); NullCheck(L_22); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_24 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_localRotation_m19445462(L_23, L_24, /*hidden argument*/NULL); } IL_00b5: { bool L_25 = V_0; return L_25; } } // System.Void FashionTagPathItem::SetData(CPathManager/PathInfo) extern "C" IL2CPP_METHOD_ATTR void FashionTagPathItem_SetData_m4006358549 (FashionTagPathItem_t395259518 * __this, PathInfo_t2470358406 * ___info0, const RuntimeMethod* method) { { PathInfo_t2470358406 * L_0 = ___info0; __this->set_m_pathInfo_6(L_0); PathInfo_t2470358406 * L_1 = ___info0; NullCheck(L_1); int32_t L_2 = PathInfo_get_UIPath_m3722988333(L_1, /*hidden argument*/NULL); __this->set_cur_pathID_4(L_2); UILabel_t3248798549 * L_3 = __this->get_m_PathName_2(); PathInfo_t2470358406 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = PathInfo_get_PathName_m4087559325(L_4, /*hidden argument*/NULL); NullCheck(L_3); UILabel_set_text_m1071532778(L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void FashionTagPathItem::OnClkGoButton(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void FashionTagPathItem_OnClkGoButton_m4205806142 (FashionTagPathItem_t395259518 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionTagPathItem_OnClkGoButton_m4205806142_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_cur_pathID_4(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_008e; } } { 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_HideUI_m732482071(L_2, ((int32_t)148), /*hidden argument*/NULL); CWndController_t749709641 * L_3 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = V_0; NullCheck(L_3); bool L_5 = CWndController_IsExist_m1254965977(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_008e; } } { int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)133))))) { goto IL_0068; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_7 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CLotteryNew_set_costType_m2141920599(L_7, 1, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_8 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_9 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CLotteryNew_get_costType_m21035751(L_9, /*hidden argument*/NULL); NullCheck(L_8); CLotteryNew_RequestJackpotData_m2056247073(L_8, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_11 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_12 = V_0; NullCheck(L_11); CWndController_ShowUI_m3552255067(L_11, L_12, /*hidden argument*/NULL); goto IL_008e; } IL_0068: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)141))))) { goto IL_0082; } } { CHandBookCtr_t4285066741 * L_14 = CHandBookCtr_GetInstance_m650984722(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CHandBookCtr_ShowPage_m1279426974(L_14, /*hidden argument*/NULL); goto IL_008e; } IL_0082: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_15 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_0; NullCheck(L_15); CWndController_ShowUI_m3552255067(L_15, L_16, /*hidden argument*/NULL); } IL_008e: { 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 FashionThemeCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void FashionThemeCfg__ctor_m1058112482 (FashionThemeCfg_t420161380 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionThemeCfg__ctor_m1058112482_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t736164020 * L_0 = (Dictionary_2_t736164020 *)il2cpp_codegen_object_new(Dictionary_2_t736164020_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4247274435(L_0, /*hidden argument*/Dictionary_2__ctor_m4247274435_RuntimeMethod_var); __this->set_themeIdInfoDic_2(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral3297786571, 0, /*hidden argument*/NULL); return; } } // FashionThemeCfg FashionThemeCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR FashionThemeCfg_t420161380 * FashionThemeCfg_GetInstance_m223545720 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionThemeCfg_GetInstance_m223545720_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FashionThemeCfg_t420161380 * L_0 = ((FashionThemeCfg_t420161380_StaticFields*)il2cpp_codegen_static_fields_for(FashionThemeCfg_t420161380_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { FashionThemeCfg_t420161380 * L_1 = ((FashionThemeCfg_t420161380_StaticFields*)il2cpp_codegen_static_fields_for(FashionThemeCfg_t420161380_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { FashionThemeCfg_t420161380 * L_2 = (FashionThemeCfg_t420161380 *)il2cpp_codegen_object_new(FashionThemeCfg_t420161380_il2cpp_TypeInfo_var); FashionThemeCfg__ctor_m1058112482(L_2, /*hidden argument*/NULL); ((FashionThemeCfg_t420161380_StaticFields*)il2cpp_codegen_static_fields_for(FashionThemeCfg_t420161380_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); FashionThemeCfg_t420161380 * L_3 = ((FashionThemeCfg_t420161380_StaticFields*)il2cpp_codegen_static_fields_for(FashionThemeCfg_t420161380_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.Boolean FashionThemeCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool FashionThemeCfg_OnLoad_m1513463455 (FashionThemeCfg_t420161380 * __this, String_t* ___loadedObj0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionThemeCfg_OnLoad_m1513463455_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B5_0 = NULL; { String_t* L_0 = ___loadedObj0; 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_001c; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_Log_m386290467(L_2, _stringLiteral4286370040, /*hidden argument*/NULL); return (bool)0; } IL_001c: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlDocument_t2837193595 * L_4 = V_0; String_t* L_5 = ___loadedObj0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_4, L_5); XmlDocument_t2837193595 * L_6 = V_0; if (!L_6) { goto IL_003f; } } IL_002f: { XmlDocument_t2837193595 * L_7 = V_0; NullCheck(L_7); XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_7); G_B5_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0040; } IL_003f: { G_B5_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0040: { V_1 = G_B5_0; XmlElement_t561603118 * L_9 = V_1; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_2 = L_10; XmlNodeList_t2551693786 * L_11 = V_2; if (L_11) { goto IL_0055; } } IL_004e: { V_3 = (bool)0; IL2CPP_LEAVE(0xDA, FINALLY_00d4); } IL_0055: { V_4 = 0; goto IL_009e; } IL_005d: { XmlNodeList_t2551693786 * L_12 = V_2; int32_t L_13 = V_4; NullCheck(L_12); XmlNode_t3767805227 * L_14 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_12, L_13); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_14, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_15 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_16 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_15, _stringLiteral3454449607, 0, /*hidden argument*/NULL); V_6 = L_16; XmlElement_t561603118 * L_17 = V_5; String_t* L_18 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_17, _stringLiteral62725243, /*hidden argument*/NULL); V_7 = L_18; Dictionary_2_t736164020 * L_19 = __this->get_themeIdInfoDic_2(); int32_t L_20 = V_6; String_t* L_21 = V_7; NullCheck(L_19); Dictionary_2_Add_m2461861952(L_19, L_20, L_21, /*hidden argument*/Dictionary_2_Add_m2461861952_RuntimeMethod_var); int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009e: { int32_t L_23 = V_4; XmlNodeList_t2551693786 * L_24 = V_2; NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_24); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_005d; } } IL_00ab: { V_3 = (bool)1; IL2CPP_LEAVE(0xDA, FINALLY_00d4); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b2; throw e; } CATCH_00b2: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_26 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_27 = V_8; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral700648555, L_28, /*hidden argument*/NULL); NullCheck(L_26); CLogHelp_LogError_m609093992(L_26, L_29, /*hidden argument*/NULL); IL2CPP_LEAVE(0xD8, FINALLY_00d4); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d4; } FINALLY_00d4: { // begin finally (depth: 1) ___loadedObj0 = (String_t*)NULL; IL2CPP_END_FINALLY(212) } // end finally (depth: 1) IL2CPP_CLEANUP(212) { IL2CPP_JUMP_TBL(0xDA, IL_00da) IL2CPP_JUMP_TBL(0xD8, IL_00d8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d8: { return (bool)0; } IL_00da: { bool L_30 = V_3; return L_30; } } // System.String FashionThemeCfg::GetThemeNameByThemeId(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* FashionThemeCfg_GetThemeNameByThemeId_m3315609266 (FashionThemeCfg_t420161380 * __this, int32_t ___themeId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionThemeCfg_GetThemeNameByThemeId_m3315609266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t736164020 * L_0 = __this->get_themeIdInfoDic_2(); int32_t L_1 = ___themeId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2381334882(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2381334882_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t736164020 * L_3 = __this->get_themeIdInfoDic_2(); int32_t L_4 = ___themeId0; NullCheck(L_3); String_t* L_5 = Dictionary_2_get_Item_m98595422(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m98595422_RuntimeMethod_var); return L_5; } IL_001e: { return (String_t*)NULL; } } // System.Void FashionThemeCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void FashionThemeCfg_Clear_m589938385 (FashionThemeCfg_t420161380 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FashionThemeCfg_Clear_m589938385_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t736164020 * L_0 = __this->get_themeIdInfoDic_2(); NullCheck(L_0); Dictionary_2_Clear_m3357594170(L_0, /*hidden argument*/Dictionary_2_Clear_m3357594170_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FreshGiftManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void FreshGiftManager__ctor_m2431699177 (FreshGiftManager_t2414011906 * __this, const RuntimeMethod* method) { { __this->set_limitDays_1(((int32_t)15)); __this->set_limitLevel_2(((int32_t)30)); __this->set_mGetReward_4(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // FreshGiftManager FreshGiftManager::get_Instance() extern "C" IL2CPP_METHOD_ATTR FreshGiftManager_t2414011906 * FreshGiftManager_get_Instance_m1386621213 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FreshGiftManager_get_Instance_m1386621213_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FreshGiftManager_t2414011906 * L_0 = ((FreshGiftManager_t2414011906_StaticFields*)il2cpp_codegen_static_fields_for(FreshGiftManager_t2414011906_il2cpp_TypeInfo_var))->get__instance_0(); if (L_0) { goto IL_0014; } } { FreshGiftManager_t2414011906 * L_1 = (FreshGiftManager_t2414011906 *)il2cpp_codegen_object_new(FreshGiftManager_t2414011906_il2cpp_TypeInfo_var); FreshGiftManager__ctor_m2431699177(L_1, /*hidden argument*/NULL); ((FreshGiftManager_t2414011906_StaticFields*)il2cpp_codegen_static_fields_for(FreshGiftManager_t2414011906_il2cpp_TypeInfo_var))->set__instance_0(L_1); } IL_0014: { FreshGiftManager_t2414011906 * L_2 = ((FreshGiftManager_t2414011906_StaticFields*)il2cpp_codegen_static_fields_for(FreshGiftManager_t2414011906_il2cpp_TypeInfo_var))->get__instance_0(); return L_2; } } // System.Boolean FreshGiftManager::IsOpen() extern "C" IL2CPP_METHOD_ATTR bool FreshGiftManager_IsOpen_m391367008 (FreshGiftManager_t2414011906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FreshGiftManager_IsOpen_m391367008_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); TimeSpan_t881159249 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); 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(); NullCheck(L_1); String_t* L_3 = CProperty_GetWideStr_m2042428682(L_1, _stringLiteral1119737147, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } { return (bool)0; } IL_0027: { String_t* L_6 = V_0; DateTime_t3738529785 L_7 = FreshGiftManager_GetDateTimeByTimeStr_m4058295168(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_8 = DateTime_get_UtcNow_m1393945741(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_9 = V_1; TimeSpan_t881159249 L_10 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; int32_t L_11 = TimeSpan_get_Days_m2243259430((&V_2), /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_3; int32_t L_13 = __this->get_limitDays_1(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0051; } } { return (bool)0; } IL_0051: { CMainRole_t4200562839 * L_14 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CProperty_GetInt_m2680341236(L_15, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_4 = L_16; int32_t L_17 = V_4; int32_t L_18 = __this->get_limitLevel_2(); if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0077; } } { return (bool)0; } IL_0077: { CMainRole_t4200562839 * L_19 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CProperty_t963755051 * L_20 = ISceneBaseObj_GetNetProperty_m1709069404(L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = CProperty_GetInt_m2680341236(L_20, _stringLiteral2331930482, 0, /*hidden argument*/NULL); int32_t L_22 = __this->get_limitRewardTimes_3(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0099; } } { return (bool)0; } IL_0099: { return (bool)1; } } // System.DateTime FreshGiftManager::GetDateTimeByTimeStr(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FreshGiftManager_GetDateTimeByTimeStr_m4058295168 (FreshGiftManager_t2414011906 * __this, String_t* ___str0, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); int64_t V_1 = 0; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); { DateTime__ctor_m2030998145((&V_0), ((int32_t)1970), 1, 1, 0, 0, 0, 0, /*hidden argument*/NULL); String_t* L_0 = ___str0; int64_t L_1 = Int64_Parse_m662659148(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_1 = L_1; int64_t L_2 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); int64_t L_3 = V_1; DateTime__ctor_m516789325((&V_2), ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_3, (int64_t)(((int64_t)((int64_t)((int32_t)10000000)))))))), /*hidden argument*/NULL); DateTime_t3738529785 L_4 = V_2; return L_4; } } // System.Void FreshGiftManager::GetAwardFromServer() extern "C" IL2CPP_METHOD_ATTR void FreshGiftManager_GetAwardFromServer_m3394026216 (FreshGiftManager_t2414011906 * __this, const RuntimeMethod* method) { { return; } } // System.Void FreshGiftManager::ClosePanel() extern "C" IL2CPP_METHOD_ATTR void FreshGiftManager_ClosePanel_m4099844645 (FreshGiftManager_t2414011906 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FreshGiftManager_ClosePanel_m4099844645_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)235), /*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 GameFriend.SDKEventManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager__ctor_m3148225446 (SDKEventManager_t864216586 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowAnnouncement() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowAnnouncement_m391072380 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowAnnouncement_m391072380_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3265185863, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Share(System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Share_m2820563827 (RuntimeObject * __this /* static, unused */, String_t* ___title0, String_t* ___msg1, String_t* ___url2, String_t* ___imgUrl3, String_t* ___imgUrlType4, String_t* ___shareType5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Share_m2820563827_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___title0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3963993483, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___msg1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2863573642, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___url2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2910693353, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___imgUrl3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral985556150, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___imgUrlType4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral1528004317, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___shareType5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral2817299826, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_19 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_20 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2703580515, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral458911708, L_20, /*hidden argument*/NULL); JsonData_t1524858407 * L_21 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_22 = V_0; NullCheck(L_21); JsonData_set_Item_m3790047234(L_21, _stringLiteral3957551064, L_22, /*hidden argument*/NULL); JsonData_t1524858407 * L_23 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_23); String_t* L_24 = JsonData_ToJson_m692076605(L_23, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::TwitterShare(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_TwitterShare_m1699966539 (RuntimeObject * __this /* static, unused */, String_t* ___title0, String_t* ___url1, String_t* ___sharePath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_TwitterShare_m1699966539_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___title0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3963993483, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___url1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2910693353, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___sharePath2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral992585445, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2868116528, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FaceBookShare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FaceBookShare_m1182728667 (RuntimeObject * __this /* static, unused */, String_t* ___contentUrl0, String_t* ___localImagePath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FaceBookShare_m1182728667_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; 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(); JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3987835854, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral985556150, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___contentUrl0; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral3153640629, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___localImagePath1; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral3202063575, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_13 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1521321838, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral458911708, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_16 = V_0; NullCheck(L_15); JsonData_set_Item_m3790047234(L_15, _stringLiteral3957551064, L_16, /*hidden argument*/NULL); JsonData_t1524858407 * L_17 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_17); String_t* L_18 = JsonData_ToJson_m692076605(L_17, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PickPhoto(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PickPhoto_m2563492263 (RuntimeObject * __this /* static, unused */, String_t* ___quality0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PickPhoto_m2563492263_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___quality0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral168267742, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2034862913, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PickPhotoWithCrop(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PickPhotoWithCrop_m285623823 (RuntimeObject * __this /* static, unused */, String_t* ___quality0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PickPhotoWithCrop_m285623823_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___quality0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral168267742, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral527762091, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::MultiPickerPhoto(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_MultiPickerPhoto_m1345519549 (RuntimeObject * __this /* static, unused */, String_t* ___maxCount0, String_t* ___quality1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_MultiPickerPhoto_m1345519549_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___maxCount0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2216313814, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___quality1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral168267742, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___value2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral3493618073, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral459499422, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CleanPickerTempFiles() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CleanPickerTempFiles_m2807462978 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CleanPickerTempFiles_m2807462978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral795317231, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ScanMediaToPhoto(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ScanMediaToPhoto_m2010959598 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ScanMediaToPhoto_m2010959598_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4028870068, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoCheckObb() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoCheckObb_m2657797253 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoCheckObb_m2657797253_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4131055296, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CheckDomain(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CheckDomain_m1582141502 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CheckDomain_m1582141502_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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 = ___info0; NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral79347, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3668525681, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectPageEvent(System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectPageEvent_m1405422579 (RuntimeObject * __this /* static, unused */, String_t* ___mId0, String_t* ___pId1, String_t* ___bId2, String_t* ___extraParams3, String_t* ___ppi4, String_t* ___au5, const RuntimeMethod* method) { { return; } } // System.String GameFriend.SDKEventManager::GetChannelCode() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetChannelCode_m3071182057 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetChannelCode_m3071182057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1945042950, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetChannelVersion() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetChannelVersion_m2373208699 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetChannelVersion_m2373208699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral373596869, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetProjectId() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetProjectId_m2596760794 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetProjectId_m2596760794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2911006084, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetIMEI() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetIMEI_m1801238493 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetIMEI_m1801238493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2480995328, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetAdCode() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetAdCode_m2373921835 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetAdCode_m2373921835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2075263468, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSystemVersion() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSystemVersion_m1370439785 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSystemVersion_m1370439785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral3244241913, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetVersionName() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetVersionName_m273533337 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetVersionName_m273533337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2858924232, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetVersionCode() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetVersionCode_m1495314435 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetVersionCode_m1495314435_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2456795330, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetDeviceModel() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetDeviceModel_m3218426498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetDeviceModel_m3218426498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral3623327722, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetDeviceMac() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetDeviceMac_m3899914723 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetDeviceMac_m3899914723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral597432790, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetDeviceID() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetDeviceID_m1470197403 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetDeviceID_m1470197403_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2480995328, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetBuglyId() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetBuglyId_m1318642734 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetBuglyId_m1318642734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1902562268, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetCrcValue() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetCrcValue_m818047948 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetCrcValue_m818047948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral4235844710, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetFirstReportTime() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetFirstReportTime_m739712751 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetFirstReportTime_m739712751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2535208996, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetGameInfo() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetGameInfo_m835651039 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetGameInfo_m835651039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2872690397, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetIsEmulator() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetIsEmulator_m3247455669 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetIsEmulator_m3247455669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral285067853, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetBatteryLevel() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetBatteryLevel_m715600260 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetBatteryLevel_m715600260_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1662646229, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSDTotalSize() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSDTotalSize_m335542369 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSDTotalSize_m335542369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2741728440, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSDAvailableSize() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSDAvailableSize_m2756996553 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSDAvailableSize_m2756996553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2778135782, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecRecordState() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecRecordState_m2507778406 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecRecordState_m2507778406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral4224497573, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecLastVideoDuration() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecLastVideoDuration_m3567130301 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecLastVideoDuration_m3567130301_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2296571115, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecLastVideoFileSize() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecLastVideoFileSize_m991997724 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecLastVideoFileSize_m991997724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral2329091481, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetRecUploadProgress(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetRecUploadProgress_m763576345 (RuntimeObject * __this /* static, unused */, String_t* ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetRecUploadProgress_m763576345_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral3603521195, /*hidden argument*/NULL); return L_0; } } // System.String GameFriend.SDKEventManager::GetSDKUid() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetSDKUid_m2177142618 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetSDKUid_m2177142618_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral1223122463, /*hidden argument*/NULL); return L_0; } } // System.Void GameFriend.SDKEventManager::StartRecRecord(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_StartRecRecord_m3980408763 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___env1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_StartRecRecord_m3980408763_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___env1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3716475959, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3778179986, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::StopRecRecord() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_StopRecRecord_m766877448 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_StopRecRecord_m766877448_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2896841, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::UploadRecRecord(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_UploadRecRecord_m1667864368 (RuntimeObject * __this /* static, unused */, String_t* ___uploadUrl0, String_t* ___nativePath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_UploadRecRecord_m1667864368_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___uploadUrl0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3486085823, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___nativePath1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2929219167, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral831717268, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CancelRecRecord(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CancelRecRecord_m2843201893 (RuntimeObject * __this /* static, unused */, String_t* ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CancelRecRecord_m2843201893_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___handle0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3942337302, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4117383659, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleId(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleId_m1660337104 (RuntimeObject * __this /* static, unused */, String_t* ___roleId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleId_m1660337104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleId0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral436889305, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleName_m1955620041 (RuntimeObject * __this /* static, unused */, String_t* ___roleName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleName_m1955620041_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleName0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1952752065, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetServerName(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetServerName_m4125869351 (RuntimeObject * __this /* static, unused */, String_t* ___serverName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetServerName_m4125869351_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serverName0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral3539094314, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleLevel_m904481045 (RuntimeObject * __this /* static, unused */, String_t* ___roleLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleLevel_m904481045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleLevel0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1316829227, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleBalance(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleBalance_m363651596 (RuntimeObject * __this /* static, unused */, String_t* ___roleBalance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleBalance_m363651596_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleBalance0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral3098892627, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleVip(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleVip_m3319172565 (RuntimeObject * __this /* static, unused */, String_t* ___roleVip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleVip_m3319172565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleVip0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1594383058, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleParty(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleParty_m1947076438 (RuntimeObject * __this /* static, unused */, String_t* ___roleParty0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleParty_m1947076438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleParty0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral2931035376, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRolePartyId(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRolePartyId_m2341711604 (RuntimeObject * __this /* static, unused */, String_t* ___rolePartyId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRolePartyId_m2341711604_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___rolePartyId0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral999979493, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetServerID(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetServerID_m4027948990 (RuntimeObject * __this /* static, unused */, String_t* ___serverID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetServerID_m4027948990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serverID0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral589703033, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleCreateTime(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleCreateTime_m1158632014 (RuntimeObject * __this /* static, unused */, String_t* ___roleCreateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleCreateTime_m1158632014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleCreateTime0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral2515173405, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleLevelChangeTime(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleLevelChangeTime_m478925230 (RuntimeObject * __this /* static, unused */, String_t* ___roleLevelChangeTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleLevelChangeTime_m478925230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleLevelChangeTime0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral2632278432, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetCallbackInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetCallbackInfo_m1878446017 (RuntimeObject * __this /* static, unused */, String_t* ___callbackInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetCallbackInfo_m1878446017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___callbackInfo0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral4260555513, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleProfession(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleProfession_m3692974174 (RuntimeObject * __this /* static, unused */, String_t* ___roleProfession0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleProfession_m3692974174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___roleProfession0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral578933698, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetRoleRealNameAuth(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleRealNameAuth_m1695587219 (RuntimeObject * __this /* static, unused */, String_t* ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetRoleRealNameAuth_m1695587219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___status0; SDKProxyManager_Set_m209121070(NULL /*static, unused*/, _stringLiteral1605472720, L_0, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SetLanguage(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetLanguage_m1015688153 (RuntimeObject * __this /* static, unused */, String_t* ___language0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SetLanguage_m1015688153_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___language0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2143290860, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3041098422, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SaveGameInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SaveGameInfo_m415294402 (RuntimeObject * __this /* static, unused */, String_t* ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SaveGameInfo_m415294402_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___info0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral79347, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2184950472, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceTranslate(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceTranslate_m648900689 (RuntimeObject * __this /* static, unused */, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceTranslate_m648900689_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___key0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2600271970, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1064707879, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceRecordStart(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceRecordStart_m1610923261 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceRecordStart_m1610923261_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3891428835, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceRecordStop() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceRecordStop_m2163374421 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceRecordStop_m2163374421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1222147553, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceUpload(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceUpload_m3745281936 (RuntimeObject * __this /* static, unused */, String_t* ___uploadUrl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceUpload_m3745281936_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___uploadUrl0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3486085823, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral418269585, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoiceDownload(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceDownload_m818051850 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___downloadUrl1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoiceDownload_m818051850_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___downloadUrl1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral4118854479, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3763993814, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoicePlay(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoicePlay_m1179547232 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoicePlay_m1179547232_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___path0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1610285846, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral702923391, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::DoVoicePlayStop() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoicePlayStop_m1090481308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_DoVoicePlayStop_m1090481308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral65273139, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ErrorStorage() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ErrorStorage_m2684846180 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ErrorStorage_m2684846180_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2052590085, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Recharge(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Recharge_m519669061 (RuntimeObject * __this /* static, unused */, String_t* ___cash0, String_t* ___callbackInfo1, String_t* ___callbackUrl2, String_t* ___count3, String_t* ___orderNo4, String_t* ___productId5, String_t* ___shopImageName6, String_t* ___roleId7, String_t* ___roleName8, String_t* ___roleLevel9, String_t* ___serverId10, String_t* ___serverName11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Recharge_m519669061_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___cash0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3176369768, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___callbackInfo1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral4260522777, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___callbackUrl2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2939037375, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___count3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral2002595880, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___orderNo4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral2253722970, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___productId5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral1191178036, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___shopImageName6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral544230528, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___roleId7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral436888121, L_24, /*hidden argument*/NULL); JsonData_t1524858407 * L_25 = V_0; String_t* L_26 = ___roleName8; JsonData_t1524858407 * L_27 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral1952750881, L_27, /*hidden argument*/NULL); JsonData_t1524858407 * L_28 = V_0; String_t* L_29 = ___roleLevel9; JsonData_t1524858407 * L_30 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); JsonData_set_Item_m3790047234(L_28, _stringLiteral1316790219, L_30, /*hidden argument*/NULL); JsonData_t1524858407 * L_31 = V_0; String_t* L_32 = ___serverId10; JsonData_t1524858407 * L_33 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_31); JsonData_set_Item_m3790047234(L_31, _stringLiteral2412127129, L_33, /*hidden argument*/NULL); JsonData_t1524858407 * L_34 = V_0; String_t* L_35 = ___serverName11; JsonData_t1524858407 * L_36 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); JsonData_set_Item_m3790047234(L_34, _stringLiteral3539061770, L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_37 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_38 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1392137683, /*hidden argument*/NULL); NullCheck(L_37); JsonData_set_Item_m3790047234(L_37, _stringLiteral458911708, L_38, /*hidden argument*/NULL); JsonData_t1524858407 * L_39 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_40 = V_0; NullCheck(L_39); JsonData_set_Item_m3790047234(L_39, _stringLiteral3957551064, L_40, /*hidden argument*/NULL); JsonData_t1524858407 * L_41 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_41); String_t* L_42 = JsonData_ToJson_m692076605(L_41, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Init() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Init_m3570319401 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Init_m3570319401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2899865430, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CheckToken(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CheckToken_m1178355864 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CheckToken_m1178355864_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___json0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral708113071, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral79689389, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Init(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Init_m4122246116 (RuntimeObject * __this /* static, unused */, String_t* ___is_use_https0, String_t* ___is_in_review_state1, String_t* ___is_use_review_url2, String_t* ___gf_sdk_type3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Init_m4122246116_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___is_use_https0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2966465180, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___is_in_review_state1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral633429172, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___is_use_review_url2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2945258001, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___gf_sdk_type3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral3418251720, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_13 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2899865430, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral458911708, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_16 = V_0; NullCheck(L_15); JsonData_set_Item_m3790047234(L_15, _stringLiteral3957551064, L_16, /*hidden argument*/NULL); JsonData_t1524858407 * L_17 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_17); String_t* L_18 = JsonData_ToJson_m692076605(L_17, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Init(System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Init_m3642875925 (RuntimeObject * __this /* static, unused */, String_t* ___is_use_https0, String_t* ___is_in_review_state1, String_t* ___is_use_review_url2, String_t* ___gf_sdk_type3, String_t* ___isMainLand4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Init_m3642875925_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___is_use_https0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2966465180, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___is_in_review_state1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral633429172, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___is_use_review_url2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2945258001, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___gf_sdk_type3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral3418251720, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___isMainLand4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral909941649, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_16 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_17 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2899865430, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral458911708, L_17, /*hidden argument*/NULL); JsonData_t1524858407 * L_18 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_19 = V_0; NullCheck(L_18); JsonData_set_Item_m3790047234(L_18, _stringLiteral3957551064, L_19, /*hidden argument*/NULL); JsonData_t1524858407 * L_20 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_20); String_t* L_21 = JsonData_ToJson_m692076605(L_20, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowRealNameRegister(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowRealNameRegister_m3883521742 (RuntimeObject * __this /* static, unused */, String_t* ___isForce0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowRealNameRegister_m3883521742_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___isForce0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2500494480, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2759224856, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CertificationState(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CertificationState_m2864730 (RuntimeObject * __this /* static, unused */, String_t* ___age0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CertificationState_m2864730_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___age0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1699463504, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1848436376, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowAntiAddictionQuery(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowAntiAddictionQuery_m3963045103 (RuntimeObject * __this /* static, unused */, String_t* ___isForce0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowAntiAddictionQuery_m3963045103_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___isForce0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2500494480, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4147418726, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowUserHome() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowUserHome_m1233514715 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowUserHome_m1233514715_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral582533367, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Logout() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Logout_m2927447729 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Logout_m2927447729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2915180034, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Login() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Login_m1435818543 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Login_m1435818543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral730948873, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::EnterGame() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_EnterGame_m3158873838 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_EnterGame_m3158873838_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral3856475194, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral62725275, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2849471109, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CreateRole() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CreateRole_m57758726 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CreateRole_m57758726_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral1779648930, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral62725275, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2849471109, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::LevelChange() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_LevelChange_m2014098220 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_LevelChange_m2014098220_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral895295755, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral62725275, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2849471109, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::Exit() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_Exit_m3600596637 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_Exit_m3600596637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1197467290, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CloseSplash() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CloseSplash_m2725124911 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CloseSplash_m2725124911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2399351636, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::UpdataScore(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_UpdataScore_m1955526945 (RuntimeObject * __this /* static, unused */, String_t* ___userScore0, String_t* ___topId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_UpdataScore_m1955526945_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___userScore0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2984293695, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___topId1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral1873865504, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3623621693, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CheckVersion() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CheckVersion_m564968843 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CheckVersion_m564968843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3714196572, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowFloat(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowFloat_m2430931335 (RuntimeObject * __this /* static, unused */, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowFloat_m2430931335_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___type0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3243520166, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2704022029, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackPurchaseEvent(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackPurchaseEvent_m1708988618 (RuntimeObject * __this /* static, unused */, String_t* ___money0, String_t* ___contentType1, String_t* ___contentId2, String_t* ___currency3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackPurchaseEvent_m1708988618_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___money0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1602046662, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___contentType1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3769996065, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___contentId2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2098773151, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___currency3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral2947611015, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_13 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1851569016, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral458911708, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_16 = V_0; NullCheck(L_15); JsonData_set_Item_m3790047234(L_15, _stringLiteral3957551064, L_16, /*hidden argument*/NULL); JsonData_t1524858407 * L_17 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_17); String_t* L_18 = JsonData_ToJson_m692076605(L_17, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackCompleteRegistration() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackCompleteRegistration_m1964037868 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackCompleteRegistration_m1964037868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2804043723, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackCreateRoleEvent() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackCreateRoleEvent_m2176609187 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackCreateRoleEvent_m2176609187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2735527201, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackLevelEvent(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackLevelEvent_m931549603 (RuntimeObject * __this /* static, unused */, String_t* ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackLevelEvent_m931549603_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___level0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1232840130, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1439762725, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackLoginEvent() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackLoginEvent_m216217278 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackLoginEvent_m216217278_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3675472147, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackUpdateEvent(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackUpdateEvent_m3679353831 (RuntimeObject * __this /* static, unused */, String_t* ___contentId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackUpdateEvent_m3679353831_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___contentId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2098773151, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1750456303, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::AppflyerTrackSelfDefine(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_AppflyerTrackSelfDefine_m163789597 (RuntimeObject * __this /* static, unused */, String_t* ___eventName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_AppflyerTrackSelfDefine_m163789597_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___eventName0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2303576922, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral4225460215, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyBuy(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyBuy_m3797022459 (RuntimeObject * __this /* static, unused */, String_t* ___itemName0, String_t* ___itemPrice1, String_t* ___currency2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyBuy_m3797022459_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___itemName0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1239585427, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___itemPrice1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3302055740, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___currency2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral2947611015, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3636921009, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyRegister(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyRegister_m3382306470 (RuntimeObject * __this /* static, unused */, String_t* ___signInId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyRegister_m3382306470_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___signInId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1556892318, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2393857664, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyLogin_m399586611 (RuntimeObject * __this /* static, unused */, String_t* ___loginId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyLogin_m399586611_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___loginId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1470875945, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1521965695, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyLevel_m2877133841 (RuntimeObject * __this /* static, unused */, String_t* ___levelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyLevel_m2877133841_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___levelId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2582482684, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3464244465, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyCustomEvent(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyCustomEvent_m2440462315 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyCustomEvent_m2440462315_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___key0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2600271970, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1105192868, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyCustomParam(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyCustomParam_m1415063775 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyCustomParam_m1415063775_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___key0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral2600271970, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___value1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3493618073, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2678549934, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartyDisableAdOptimize() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartyDisableAdOptimize_m2494777344 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartyDisableAdOptimize_m2494777344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2580056110, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::PartySetGooglePlayAdIdFunction(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_PartySetGooglePlayAdIdFunction_m3888316461 (RuntimeObject * __this /* static, unused */, String_t* ___adid0, String_t* ___flag1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_PartySetGooglePlayAdIdFunction_m3888316461_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___adid0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral75581964, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___flag1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2006314719, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral11797614, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::GMSStatisticsRegister(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_GMSStatisticsRegister_m1380387075 (RuntimeObject * __this /* static, unused */, String_t* ___userId0, String_t* ___time1, String_t* ___loginPlatform2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GMSStatisticsRegister_m1380387075_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___userId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral734034891, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___time1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral63249541, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___loginPlatform2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral660661157, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2730726283, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::GMSStatisticsTransaction(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_GMSStatisticsTransaction_m3608771357 (RuntimeObject * __this /* static, unused */, String_t* ___userId0, String_t* ___time1, String_t* ___loginPlatform2, String_t* ___transactionId3, String_t* ___type4, String_t* ___cash5, String_t* ___currency6, String_t* ___desc7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GMSStatisticsTransaction_m3608771357_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___userId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral734034891, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___time1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral63249541, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___loginPlatform2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral660661157, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___transactionId3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral1631193696, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___type4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral3243520166, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___cash5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral3176369768, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___currency6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral2947611015, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___desc7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral3220737639, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_25 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_26 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2582321680, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral458911708, L_26, /*hidden argument*/NULL); JsonData_t1524858407 * L_27 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_28 = V_0; NullCheck(L_27); JsonData_set_Item_m3790047234(L_27, _stringLiteral3957551064, L_28, /*hidden argument*/NULL); JsonData_t1524858407 * L_29 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_29); String_t* L_30 = JsonData_ToJson_m692076605(L_29, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInviteActive(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInviteActive_m2195625456 (RuntimeObject * __this /* static, unused */, String_t* ___inviteCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInviteActive_m2195625456_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral4028742039, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; String_t* L_4 = ___inviteCode0; JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral1448248653, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1742570460, /*hidden argument*/NULL); NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral458911708, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_9 = V_0; NullCheck(L_8); JsonData_set_Item_m3790047234(L_8, _stringLiteral3957551064, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_10); String_t* L_11 = JsonData_ToJson_m692076605(L_10, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInviteInfo() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInviteInfo_m3948158362 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInviteInfo_m3948158362_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral2652701917, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1482246574, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardTake(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardTake_m825349730 (RuntimeObject * __this /* static, unused */, String_t* ___taskId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardTake_m825349730_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral811430272, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; String_t* L_4 = ___taskId0; JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3562490116, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral499277252, /*hidden argument*/NULL); NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral458911708, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_9 = V_0; NullCheck(L_8); JsonData_set_Item_m3790047234(L_8, _stringLiteral3957551064, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_10); String_t* L_11 = JsonData_ToJson_m692076605(L_10, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInfo() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInfo_m1741771605 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInfo_m1741771605_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral3857777218, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3945516989, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::awardInviteRole() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_awardInviteRole_m3143883097 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_awardInviteRole_m3143883097_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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*/, _stringLiteral3993653901, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3216189490, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_3 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral615306525, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral458911708, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_6 = V_0; NullCheck(L_5); JsonData_set_Item_m3790047234(L_5, _stringLiteral3957551064, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectNetworkError(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectNetworkError_m1681359784 (RuntimeObject * __this /* static, unused */, String_t* ___errorCode0, String_t* ___errorInfo1, String_t* ___errorUrl2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectNetworkError_m1681359784_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___errorCode0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral4125260881, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___errorInfo1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral992413616, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___errorUrl2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral689584743, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_10 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral369312321, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral458911708, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_13 = V_0; NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral3957551064, L_13, /*hidden argument*/NULL); JsonData_t1524858407 * L_14 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_14); String_t* L_15 = JsonData_ToJson_m692076605(L_14, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectGameBehaviour(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectGameBehaviour_m3755292765 (RuntimeObject * __this /* static, unused */, String_t* ___eventType0, String_t* ___moduleId1, String_t* ___pageId2, String_t* ___buttonId3, String_t* ___extraParams4, String_t* ___type5, String_t* ___errorCode6, String_t* ___errorInfo7, String_t* ___url8, String_t* ___funnel9, String_t* ___isMainLand10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectGameBehaviour_m3755292765_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___eventType0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1203812, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___moduleId1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3282855164, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___pageId2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral393897380, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___buttonId3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral1788732436, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___extraParams4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral3731096383, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___type5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral3243520166, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___errorCode6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral4125260881, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___errorInfo7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral992413616, L_24, /*hidden argument*/NULL); JsonData_t1524858407 * L_25 = V_0; String_t* L_26 = ___url8; JsonData_t1524858407 * L_27 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral2910693353, L_27, /*hidden argument*/NULL); JsonData_t1524858407 * L_28 = V_0; String_t* L_29 = ___funnel9; JsonData_t1524858407 * L_30 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); JsonData_set_Item_m3790047234(L_28, _stringLiteral816204031, L_30, /*hidden argument*/NULL); JsonData_t1524858407 * L_31 = V_0; String_t* L_32 = ___isMainLand10; JsonData_t1524858407 * L_33 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_31); JsonData_set_Item_m3790047234(L_31, _stringLiteral909941649, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_34 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_35 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2806165091, /*hidden argument*/NULL); NullCheck(L_34); JsonData_set_Item_m3790047234(L_34, _stringLiteral458911708, L_35, /*hidden argument*/NULL); JsonData_t1524858407 * L_36 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_37 = V_0; NullCheck(L_36); JsonData_set_Item_m3790047234(L_36, _stringLiteral3957551064, L_37, /*hidden argument*/NULL); JsonData_t1524858407 * L_38 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_38); String_t* L_39 = JsonData_ToJson_m692076605(L_38, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectGameDownload(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectGameDownload_m4172150071 (RuntimeObject * __this /* static, unused */, String_t* ___eventType0, String_t* ___patchId1, String_t* ___processState2, String_t* ___errorCode3, String_t* ___errorInfo4, String_t* ___url5, String_t* ___extraParams6, String_t* ___isMainLand7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectGameDownload_m4172150071_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___eventType0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1203812, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___patchId1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral844729894, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___processState2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral3153563944, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___errorCode3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral4125260881, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___errorInfo4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral992413616, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___url5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral2910693353, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___extraParams6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral3731096383, L_21, /*hidden argument*/NULL); JsonData_t1524858407 * L_22 = V_0; String_t* L_23 = ___isMainLand7; JsonData_t1524858407 * L_24 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral909941649, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_25 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_26 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2448607651, /*hidden argument*/NULL); NullCheck(L_25); JsonData_set_Item_m3790047234(L_25, _stringLiteral458911708, L_26, /*hidden argument*/NULL); JsonData_t1524858407 * L_27 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_28 = V_0; NullCheck(L_27); JsonData_set_Item_m3790047234(L_27, _stringLiteral3957551064, L_28, /*hidden argument*/NULL); JsonData_t1524858407 * L_29 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_29); String_t* L_30 = JsonData_ToJson_m692076605(L_29, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::CollectGameStart(System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectGameStart_m2328995213 (RuntimeObject * __this /* static, unused */, String_t* ___eventId0, String_t* ___startUpType1, String_t* ___errorCode2, String_t* ___errorInfo3, String_t* ___url4, String_t* ___extraParams5, String_t* ___isMainLand6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CollectGameStart_m2328995213_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___eventId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral3499122712, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___startUpType1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3305495824, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; String_t* L_8 = ___errorCode2; JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral4125260881, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; String_t* L_11 = ___errorInfo3; JsonData_t1524858407 * L_12 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonData_set_Item_m3790047234(L_10, _stringLiteral992413616, L_12, /*hidden argument*/NULL); JsonData_t1524858407 * L_13 = V_0; String_t* L_14 = ___url4; JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); JsonData_set_Item_m3790047234(L_13, _stringLiteral2910693353, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; String_t* L_17 = ___extraParams5; JsonData_t1524858407 * L_18 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonData_set_Item_m3790047234(L_16, _stringLiteral3731096383, L_18, /*hidden argument*/NULL); JsonData_t1524858407 * L_19 = V_0; String_t* L_20 = ___isMainLand6; JsonData_t1524858407 * L_21 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); JsonData_set_Item_m3790047234(L_19, _stringLiteral909941649, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_22 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_23 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral1591469579, /*hidden argument*/NULL); NullCheck(L_22); JsonData_set_Item_m3790047234(L_22, _stringLiteral458911708, L_23, /*hidden argument*/NULL); JsonData_t1524858407 * L_24 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_25 = V_0; NullCheck(L_24); JsonData_set_Item_m3790047234(L_24, _stringLiteral3957551064, L_25, /*hidden argument*/NULL); JsonData_t1524858407 * L_26 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_26); String_t* L_27 = JsonData_ToJson_m692076605(L_26, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FaceBookLogin() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FaceBookLogin_m28812810 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FaceBookLogin_m28812810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral737575732, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.String GameFriend.SDKEventManager::GetFBIsLogin() extern "C" IL2CPP_METHOD_ATTR String_t* SDKEventManager_GetFBIsLogin_m899351081 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_GetFBIsLogin_m899351081_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SDKProxyManager_Get_m623790032(NULL /*static, unused*/, _stringLiteral4181472822, /*hidden argument*/NULL); return L_0; } } // System.Void GameFriend.SDKEventManager::FBRegisterCompleted() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBRegisterCompleted_m2927104625 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBRegisterCompleted_m2927104625_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral113549855, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FBTrackLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBTrackLevel_m98963635 (RuntimeObject * __this /* static, unused */, String_t* ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBTrackLevel_m98963635_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___level0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1232840130, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral492726593, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FBTrackBuy(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBTrackBuy_m2588283218 (RuntimeObject * __this /* static, unused */, String_t* ___price0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBTrackBuy_m2588283218_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___price0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1252984078, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2695572806, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::FBInvite(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_FBInvite_m620317837 (RuntimeObject * __this /* static, unused */, String_t* ___appLink0, String_t* ___strImageUrl1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_FBInvite_m620317837_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___appLink0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral465727027, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___strImageUrl1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral539950414, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_7 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_8 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3996788075, /*hidden argument*/NULL); NullCheck(L_7); JsonData_set_Item_m3790047234(L_7, _stringLiteral458911708, L_8, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_10 = V_0; NullCheck(L_9); JsonData_set_Item_m3790047234(L_9, _stringLiteral3957551064, L_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::QueryFBFriendList() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_QueryFBFriendList_m1062966581 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_QueryFBFriendList_m1062966581_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral163452348, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ShowAccountManager() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ShowAccountManager_m327367033 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ShowAccountManager_m327367033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral2538259330, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::NaverBind() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_NaverBind_m162733282 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_NaverBind_m162733282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral696500043, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::OpenCafeForum() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_OpenCafeForum_m3117028437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_OpenCafeForum_m3117028437_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3230858709, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::ServerLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_ServerLogin_m604265748 (RuntimeObject * __this /* static, unused */, String_t* ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_ServerLogin_m604265748_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = 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; String_t* L_2 = ___serverId0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral589703033, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_4 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral422821273, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral458911708, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3957551064, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_8); String_t* L_9 = JsonData_ToJson_m692076605(L_8, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::QueryNaverBindStatus() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_QueryNaverBindStatus_m3567955495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_QueryNaverBindStatus_m3567955495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); JsonData_t1524858407 * L_1 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3656716131, /*hidden argument*/NULL); NullCheck(L_0); JsonData_set_Item_m3790047234(L_0, _stringLiteral458911708, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_jsonObj_0(); NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKProxyManager_Send_m2772845412(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendRddmStart() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendRddmStart_m887581884 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendRddmStart_m887581884_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3269553913, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral311822864, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral435680654, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; JsonData_t1524858407 * L_4 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral311822864, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3080155973, L_4, /*hidden argument*/NULL); JsonData_t1524858407 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = JsonData_ToJson_m692076605(L_5, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendRddmEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendRddmEnd_m2017689497 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendRddmEnd_m2017689497_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; 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; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral860160576, /*hidden argument*/NULL); V_0 = L_0; V_1 = 1; V_2 = 1; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral435680654, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral3080155973, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; int32_t L_8 = V_1; int32_t L_9 = V_2; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_7; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_7; goto IL_0060; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0065; } IL_0060: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0065: { JsonData_t1524858407 * L_10 = 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_10, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = JsonData_ToJson_m692076605(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendDBVersionEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendDBVersionEnd_m1334892118 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendDBVersionEnd_m1334892118_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3182899885, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendTextEnd() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendTextEnd_m3531977619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendTextEnd_m3531977619_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3051565694, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginStart() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginStart_m868534246 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginStart_m868534246_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral892763384, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginStartClicked() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginStartClicked_m1220851005 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginStartClicked_m1220851005_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral3936430694, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; JsonData_t1524858407 * L_2 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, _stringLiteral3452614544, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_2, /*hidden argument*/NULL); JsonData_t1524858407 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JsonData_ToJson_m692076605(L_3, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginSDKSuccess(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginSDKSuccess_m824563652 (RuntimeObject * __this /* static, unused */, String_t* ___result0, String_t* ___account_type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginSDKSuccess_m824563652_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral2315687028, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; String_t* L_2 = ___result0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral869972491, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; String_t* L_5 = ___account_type1; JsonData_t1524858407 * L_6 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral4192001722, L_6, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = JsonData_ToJson_m692076605(L_7, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendLoginResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendLoginResult_m3955800188 (RuntimeObject * __this /* static, unused */, bool ___success0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendLoginResult_m3955800188_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; int64_t V_1 = 0; 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; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral2686216175, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; bool L_2 = ___success0; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_1; if (!L_2) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_1; goto IL_0021; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0026; } IL_0021: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0026: { JsonData_t1524858407 * L_3 = 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_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_5 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = CFitfunApiPlugin_GetChannelId_m1906671540(L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral2236067364, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = V_0; CQuestionManger_t1203513329 * L_9 = CQuestionManger_GetInstance_m3075316649(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = L_9->get_GameID_9(); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_8); JsonData_set_Item_m3790047234(L_8, _stringLiteral3014018045, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = V_0; CQuestionManger_t1203513329 * L_13 = CQuestionManger_GetInstance_m3075316649(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = L_13->get_OpenID_8(); JsonData_t1524858407 * L_15 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_12); JsonData_set_Item_m3790047234(L_12, _stringLiteral975996109, L_15, /*hidden argument*/NULL); JsonData_t1524858407 * L_16 = V_0; CQuestionManger_t1203513329 * L_17 = CQuestionManger_GetInstance_m3075316649(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = L_17->get_IsGuest_10(); G_B4_0 = _stringLiteral3567657346; G_B4_1 = L_16; if (!L_18) { G_B5_0 = _stringLiteral3567657346; G_B5_1 = L_16; goto IL_009d; } } { G_B6_0 = _stringLiteral3452614543; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_00a2; } IL_009d: { G_B6_0 = _stringLiteral3452614544; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_00a2: { JsonData_t1524858407 * L_19 = 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_19, /*hidden argument*/NULL); bool L_20 = ___success0; if (!L_20) { goto IL_00da; } } { JsonData_t1524858407 * L_21 = V_0; CMainRole_t4200562839 * L_22 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); int64_t L_23 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_22); V_1 = L_23; String_t* L_24 = Int64_ToString_m2986581816((&V_1), /*hidden argument*/NULL); JsonData_t1524858407 * L_25 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_21); JsonData_set_Item_m3790047234(L_21, _stringLiteral3666052803, L_25, /*hidden argument*/NULL); } IL_00da: { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_s_bNeedSendEnterHall_1((bool)1); JsonData_t1524858407 * L_26 = V_0; NullCheck(L_26); String_t* L_27 = JsonData_ToJson_m692076605(L_26, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendCreateRoleResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendCreateRoleResult_m2773874863 (RuntimeObject * __this /* static, unused */, bool ___success0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendCreateRoleResult_m2773874863_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; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral1779648930, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; bool L_2 = ___success0; G_B1_0 = _stringLiteral869972491; G_B1_1 = L_1; if (!L_2) { G_B2_0 = _stringLiteral869972491; G_B2_1 = L_1; goto IL_0021; } } { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0026; } IL_0021: { G_B3_0 = _stringLiteral3452614543; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0026: { JsonData_t1524858407 * L_3 = 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_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = JsonData_ToJson_m692076605(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::SendEnterHall() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendEnterHall_m1494826582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendEnterHall_m1494826582_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); bool L_0 = ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->get_s_bNeedSendEnterHall_1(); if (!L_0) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_s_bNeedSendEnterHall_1((bool)0); JsonData_t1524858407 * L_1 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral1902322755, /*hidden argument*/NULL); V_0 = L_1; JsonData_t1524858407 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = JsonData_ToJson_m692076605(L_2, /*hidden argument*/NULL); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void GameFriend.SDKEventManager::SendWatchADType(DMCore.Logic.ADTypeEnum,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendWatchADType_m1092334433 (RuntimeObject * __this /* static, unused */, int32_t ___type0, bool ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendWatchADType_m1092334433_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; int32_t G_B3_0 = 0; String_t* G_B3_1 = NULL; JsonData_t1524858407 * G_B3_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_0 = SDKEventManager_CreateJsonRoot_m3997786708(NULL /*static, unused*/, _stringLiteral1012724807, /*hidden argument*/NULL); V_0 = L_0; JsonData_t1524858407 * L_1 = V_0; int32_t L_2 = ___type0; JsonData_t1524858407 * L_3 = JsonData_op_Implicit_m3913182454(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonData_set_Item_m3790047234(L_1, _stringLiteral1730892604, L_3, /*hidden argument*/NULL); JsonData_t1524858407 * L_4 = V_0; 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); JsonData_t1524858407 * L_7 = JsonData_op_Implicit_m3106941080(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_4); JsonData_set_Item_m3790047234(L_4, _stringLiteral260869325, L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_9 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = CSystemTool_GetNetType_m517615747(L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_11 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_8); JsonData_set_Item_m3790047234(L_8, _stringLiteral593613704, L_11, /*hidden argument*/NULL); JsonData_t1524858407 * L_12 = V_0; bool L_13 = ___result1; G_B1_0 = _stringLiteral3194971418; G_B1_1 = L_12; if (!L_13) { G_B2_0 = _stringLiteral3194971418; G_B2_1 = L_12; goto IL_0062; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0063; } IL_0062: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0063: { JsonData_t1524858407 * L_14 = JsonData_op_Implicit_m3913182454(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); JsonData_set_Item_m3790047234(G_B3_2, G_B3_1, L_14, /*hidden argument*/NULL); JsonData_t1524858407 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = JsonData_ToJson_m692076605(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SendDataCollection_m1140083305(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); return; } } // LitJson.JsonData GameFriend.SDKEventManager::CreateJsonRoot(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * SDKEventManager_CreateJsonRoot_m3997786708 (RuntimeObject * __this /* static, unused */, String_t* ___evtName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_CreateJsonRoot_m3997786708_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonData_t1524858407 * V_0 = NULL; { String_t* L_0 = ___evtName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1333351321, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); JsonData_t1524858407 * L_2 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_2, /*hidden argument*/NULL); V_0 = L_2; JsonData_t1524858407 * L_3 = V_0; String_t* L_4 = ___evtName0; JsonData_t1524858407 * L_5 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); JsonData_set_Item_m3790047234(L_3, _stringLiteral3456546791, L_5, /*hidden argument*/NULL); JsonData_t1524858407 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_7 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = CSystemToolPlugin_GetMacAddress_m319283110(L_7, /*hidden argument*/NULL); JsonData_t1524858407 * L_9 = JsonData_op_Implicit_m1133586328(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_6); JsonData_set_Item_m3790047234(L_6, _stringLiteral3409200350, L_9, /*hidden argument*/NULL); JsonData_t1524858407 * L_10 = V_0; return L_10; } } // System.Void GameFriend.SDKEventManager::SendDataCollection(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SendDataCollection_m1140083305 (RuntimeObject * __this /* static, unused */, String_t* ___sendText0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager_SendDataCollection_m1140083305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___sendText0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_2 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___sendText0; NullCheck(L_2); CFitfunApiPlugin_FitfunSetAny_m718870777(L_2, _stringLiteral4045586754, L_3, /*hidden argument*/NULL); return; } } // System.Void GameFriend.SDKEventManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager__cctor_m3616348329 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKEventManager__cctor_m3616348329_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonData_t1524858407 * L_0 = (JsonData_t1524858407 *)il2cpp_codegen_object_new(JsonData_t1524858407_il2cpp_TypeInfo_var); JsonData__ctor_m1915385334(L_0, /*hidden argument*/NULL); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_jsonObj_0(L_0); ((SDKEventManager_t864216586_StaticFields*)il2cpp_codegen_static_fields_for(SDKEventManager_t864216586_il2cpp_TypeInfo_var))->set_s_bNeedSendEnterHall_1((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif